.section-nav-psf {
  border-bottom: 1px solid var(--color-lightgray-200);
    display: flex;
    flex-direction: column;
    padding-bottom: 0.75rem;
    font-size: 14px;
    line-height: 20px;  
}

.airports-title-found {
    margin-left: auto;
    color: var(--greyscale-subheading-text, #969696);
    font-size: 16px;
    line-height: 24px;
}

.side-page-title {
    font-size: 1rem;
    padding-bottom: 1rem;
    padding-top: 1.125rem;
    color: var(--slate-900, #0F172A);
    line-height: 36px;
}

.ap-name {
    color: #555;
    font-weight: 400;
    line-height: 44.5px; /* 278.125% */
    padding-left: 20px;
    font-size: 16px;
}

.line-color-ccc {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #cccccc;
}

.cat_star2 i {
    margin-right: 0px;
    color: #F6AC1A;
    font-size: 18px;
}

.star-mute {
    color:#EFEFEF !important;
}

.txt-frm {
    font-size: 13px;
    margin-right: 6px;
}

.content-fp {
    flex-basis: auto;
    flex-grow: 0;
    width: 66%;
}

.fp-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    margin-top: 1.25rem;
}

.city-title {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.25rem;
}

.town-name {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}

.time-title-zone {
    font-size: 16px;
    line-height: 25.2px;
    margin-top: 8px;
}

.ava-city {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    filter: contrast(0.8);
}

.col-desc-town {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
}

.col-desc-text {
    height: 120px;
    flex: 1 0 0;
}

.desc-text {
    color: var(--greyscale-text-label, #555);
    font-size: 16px;
    line-height: 26px;
}

.title-flight-country {
    font-size: 36px;
    font-weight: 400;
    line-height: 51px;
}

.opt-title {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 83rem;
    margin-left: auto;
    margin-right: auto;
}

.opt-section {
    margin-top: 7.5rem;
    background: #F1F5F9;
}

.header {
    background-color: #ffffff !important;
}

.content-fp2 {
    flex-basis: auto;
    flex-grow: 0;
    width: 78%;
}

.country-nm {
    color: #555;
    font-weight: 400;
    line-height: 44.5px;
    padding-left: 20px;
    font-size: 18px;
}

.bc-f8 {
    background-color: #f8f8f8 !important;
}

.drag-bar-fp2 {
    border-radius: 4px !important;
    background: var(--Light-Greyscale-Stroke, #D7D7D7) !important;
    width: 8.708px !important;
    height: 96.879px !important;
}

.country-ttl {
    color: var(--greyscale-text-heading, #333);
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
}

.fp2-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.2rem 3rem;
}

.fp3-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
}

.hp-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 34px;
}

.hp-col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
}

.hp-title {
    font-size: 16px;
    font-weight: 600;
}

.org-bold {
    color: var(--main-secondary, #F37721);
    font-weight: 500;
}

.gp-34 {
    gap:34px;
}

.fprc-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
}

.fprc-desc {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.2px;
}

.sorting:before {
    right: 0.5rem;
    left: -17px;
    content: "\e5c7";
    font-family: "Material Symbols Outlined";
    font-size: 1rem;
    top: 0px;
    color: #6E7491;
    opacity: 0.2;
    position: relative;
    font-size: 25px;
    float: inline-end;
}

.sorting:after {
    right: 0px;
    left: 8px;
    content: "\e5c5";
    font-family: "Material Symbols Outlined";
    top: 8px;
    font-size: 1rem;
    color: #6E7491;
    position: relative;
    font-size: 25px;
}

.sorting {
    color: var(--main-secondary, #F37721);
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
}

.title-from-country {
    font-size: 48px;
    font-weight: 600;
    line-height: 51px;
}

.align-base { 
    vertical-align: baseline;
}

.info-prc-updt {
    color: #444;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.month-back-txt {
    color: var(--greyscale-text-body, #444);
    text-align: right;
    font-size: 14px;
    vertical-align: middle;
}

.month-back-logo {
    vertical-align: middle;
    color: #7C7B7B;
}

.al-name {
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
}

.code-title {
    color: var(--text-body, #475569);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-top: 6px;
}

.desc-al {
    color: var(--text-body, #475569);
    font-size: 16px;
    line-height: 27px;
}

.info-al {
    color: var(--text-body, #475569);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

.al-ap-name {
    color: #0A73B7;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    padding-left: 20px;
}

.content-al {
    flex-basis: auto;
    flex-grow: 0;
    width: 64%;
}

.al-feat-name {
    color: var(--text-title-heading, #1E293B);
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
}

.item-nm {
    color: var(--slate-500, #64748B);
    font-size: 19.833px;
    font-weight: 400;
    line-height: 44.5px;
    letter-spacing: 0.198px;
    padding-left: 18px;
}

.ap-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 2rem;
    margin-top: 2rem;
}

.benefit-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-lightgray-100);
    border-top: 1px solid var(--color-lightgray-100);
}

.benefit-nav {
    --nav-link-padding-x: 1rem;
    --nav-link-padding-y: 0.5rem;
    --nav-link-color: #64748B;
    --nav-link-hover-color: var(
    --color-steelblue-200);
    --nav-link-disabled-color: var(
    --bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.benefit-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--modal-padding);
}

.fw-500 {
    font-weight:500;
}

.benefit-list {
    list-style: disc;
    padding: 16px 5px 16px 25px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem 0rem;
}

.benefit-txt {
    color: var(--text-body, #475569);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.head-table-ap {
    background: #F5F6FA;
    color: #8A93A7;
    /* font-family: Helvetica Neue; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.6px;
    text-align: center;
    border-bottom: solid 1px transparent;
}

.sparator {
    display: inherit;
    margin-bottom: 10px;
}

.body-table-ap {
    color: #35405A;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    vertical-align: middle !important;
    border-top: 1px solid transparent !important;
}

.al-table-logo {
    margin-right: 6px;
    width: 52px;
}

/* start hotel-page css */
.section-nav-hp {
    flex-direction: column;
    padding-bottom: 0.75rem;
    font-size: 14px;
    line-height: 20px;
}

.line-hp {
    border-top: 1px solid #dedede;
    font-size: 14px;
    line-height: 20px;
}

.bg-f8 {
    background: #f8f8f8 !important;
}

.cat_star-filter i {
    margin-right: 0px;
    color: #7C7C7C;
    font-size: 11px;
}

.star-group {
    display: flex;
    gap: 1px;
    justify-content: center;
}

.loc-sp {
    vertical-align:text-bottom;
}

.title-sp-side {
    font-size: 18px;
    line-height: 36px;
}

.switch-star {
    border-radius: 5px;
    border: 1px solid #CBCBCB;
}

.grd-sp-hotel {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.5rem;
    margin-bottom: 7rem;
}

.pag-sp-hotel {
    float: right;
    --bs-pagination-color: #555;
    --bs-pagination-disabled-color: #ABB5BE;
}

.btn {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-font-size: 0.85rem;
    /*--bs-btn-line-height: 0;*/
}

.card-map-static {
    height: 333px;
    margin-bottom: 20rem;
}

.card-map-loc {
    height: 333px;
    margin-bottom: 15rem;
}

.br-10 {
    border-radius: 10px;
}

.hp2-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.2rem 5.4rem;
}

.card-bg {
    width: 306px;
    height: 177px;
    border-radius: 10px;
}

.card-img-box {
    width: 306px;
    height: 177px;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 130.71%), url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.card-out {
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0.00) 130.71%), url(<path-to-image>), #d3d3d30d 50% / cover no-repeat;
    width: 306px;
    height: 177px;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.50);
    padding-top: 70px;
}

.prc-hotel-ttl {
    padding-right: 20px;
    padding-left: 5px;
    justify-content: space-between;
    padding-bottom: 6px;
}

.cat_star-hp i {
    margin-right: 3px;
    color: #F37721;
    font-size: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.50);
}

.prc-in-ttl {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 600;
    line-height: 22.4px;
}

.sub-prc-in-ttl {
    color: rgba(255, 255, 255, 0.80);
    font-size: 13px;
    font-weight: 400;
    line-height: 22.4px;
}

.grd-hp-hotel {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem 1.5rem;
}

/* end hotel-page css */

/* ribbon city */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.ribbon span {
    position: absolute;
    display: block;
    padding: 5px 12px 5px 20px;
    text-align: center;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    /* 140% */
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, 0.70);
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left span {
    top: 25px;
    left: 10px;
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.elipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* end hotel-page css */