@media (min-width: 991px) {
    .first-banner-des {
        width: 100%;
        margin-top: 20px;
    }
    .first-banner-des .images {
        position: relative;
    }
    .first-banner-des img {
        object-fit: cover;
        border-radius: 50px;
        margin: 5px;
    }
    .first-banner-des .d-1 {
        width: calc(43% - 20px);
        aspect-ratio: 1 / 1.2;
    }
    .first-banner-des .d-2 {
        width: calc(57% - 20px);
        aspect-ratio: 1.2 / 1;
        margin-top: 70px;
    }
    .first-banner-des .d-3 {
        width: calc(57% - 20px);
        aspect-ratio: 1.2 / 1;
        margin-left: calc(-14% + 10px);
        margin-top: -20px;
    }
    .first-banner-des .d-4 {
        width: calc(43% - 20px);
        aspect-ratio: 1 / 1.2;
        margin-top: 20px;
    }
    .first-banner-des .text h1 {
        font-weight: 900;
        font-size: 40px;
        line-height: 55px;
    }
    .first-banner-des .text h1 span {
        color: #0b306a;
    }
    .first-banner-des .text p {
        font-size: 18px;
        line-height: 35px;
        text-align: justify;
        margin-top: 30px;
    }
    .first-banner-des .text img {
        width: 75%;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .first-banner-des {
        width: 100%;
        margin-top: 20px;
    }
    .first-banner-des .images {
        position: relative;
    }
    .first-banner-des img {
        object-fit: cover;
        border-radius: 50px;
        margin: 5px;
    }
    .first-banner-des .d-1 {
        width: calc(43% - 10px);
        aspect-ratio: 1 / 1.2;
    }
    .first-banner-des .d-2 {
        width: calc(57% - 10px);
        aspect-ratio: 1.2 / 1;
        margin-top: 70px;
    }
    .first-banner-des .d-3 {
        width: calc(57% - 10px);
        aspect-ratio: 1.2 / 1;
        margin-left: calc(-3% + 10px);
        margin-top: -20px;
    }
    .first-banner-des .d-4 {
        width: calc(43% - 10px);
        aspect-ratio: 1 / 1.2;
        margin-top: 20px;
    }
    .first-banner-des .text h1 {
        font-weight: 900;
        font-size: 30px;
        line-height: 40px;
    }
    .first-banner-des .text h1 span {
        color: #0b306a;
    }
    .first-banner-des .text p {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        margin-top: 20px;
    }
    .first-banner-des .text img {
        width: 70%;
        margin-bottom: 30px;
        display: none;
    }
}


/* text-des */

@media (min-width: 991px) {
    .text-des {
        width: 100%;
        border-radius: 25px;
        padding: 20px;
        margin-top: 70px;
        /* background: url('/img/banner/world.svg'); */
        background-color: #1d55af4b;
        position: relative;
    }
    .text-des img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0px;
        right: 0px;
    }
    .text-des p {
        font-size: 16px;
        line-height: 35px;
        text-align: justify;
    }
}

@media (max-width: 991px) {
    .text-des {
        width: 100%;
        border-radius: 25px;
        padding: 20px;
        margin-top: 70px;
        /* background: url('/img/banner/world.svg'); */
        background-color: #1d55af4b;
        position: relative;
    }
    .text-des img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0px;
        right: 0px;
    }
    .text-des p {
        font-size: 16px;
        line-height: 35px;
        text-align: justify;
    }
}


/* popular-city */

@media (min-width: 1400px) {
    .popular-city {
        margin-top: 100px;
    }
    .popular-city h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-city .item-city {
        width: 270px;
        text-decoration: none;
        margin-top: 30px;
    }
    .popular-city .item-city img {
        width: 270px;
        height: 200px;
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
        object-fit: cover;
    }
    .popular-city .item-city .desc {
        width: 100%;
        height: 80px;
        background-color: #fff;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: relative;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        padding: 10px;
    }
    .popular-city .item-city .desc .flag {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        top: -40px;
        right: calc(50% - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
    }
    .popular-city .item-city .desc .flag::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 18px;
        bottom: 27px;
        left: -15px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: -90deg;
    }
    .popular-city .item-city .desc .flag::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 13px;
        bottom: 30px;
        right: -11px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: 0deg;
    }
    .popular-city .item-city .desc .flag img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }
    .popular-city .item-city .desc h6 {
        width: 100%;
        text-align: center;
        color: #000;
        font-weight: 900;
        font-size: 22px;
        margin-top: 25px;
    }
}

@media (max-width: 1400px) {
    .popular-city {
        margin-top: 100px;
    }
    .popular-city h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-city .item-city {
        width: 230px;
        text-decoration: none;
        margin-top: 30px;
    }
    .popular-city .item-city img {
        width: 230px;
        height: 180px;
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
        object-fit: cover;
    }
    .popular-city .item-city .desc {
        width: 100%;
        height: 80px;
        background-color: #fff;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: relative;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        padding: 10px;
    }
    .popular-city .item-city .desc .flag {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        top: -40px;
        right: calc(50% - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
    }
    .popular-city .item-city .desc .flag::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 18px;
        bottom: 27px;
        left: -15px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: -90deg;
    }
    .popular-city .item-city .desc .flag::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 13px;
        bottom: 30px;
        right: -11px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: 0deg;
    }
    .popular-city .item-city .desc .flag img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }
    .popular-city .item-city .desc h6 {
        width: 100%;
        text-align: center;
        color: #000;
        font-weight: 900;
        font-size: 22px;
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .popular-city {
        margin-top: 100px;
    }
    .popular-city h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-city .item-city {
        width: 25%;
        text-decoration: none;
        margin-top: 30px;
        position: relative;
    }
    .popular-city .item-city img {
        width: 200px;
        height: 150px;
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
        object-fit: cover;
    }
    .popular-city .item-city .desc {
        width: 200px;
        height: 60px;
        background-color: #fff;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: relative;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        padding: 10px;
    }
    .popular-city .item-city .desc .flag {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        top: -30px;
        right: calc(50% - 25px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
    }
    .popular-city .item-city .desc .flag::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 18px;
        bottom: 17px;
        left: -14px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: -90deg;
    }
    .popular-city .item-city .desc .flag::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 13px;
        bottom: 20px;
        right: -11px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: 0deg;
    }
    .popular-city .item-city .desc .flag img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }
    .popular-city .item-city .desc h6 {
        width: 100%;
        text-align: center;
        color: #000;
        font-weight: 900;
        font-size: 22px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .popular-city {
        margin-top: 100px;
    }
    .popular-city h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-city .item-city {
        width: 270px;
        text-decoration: none;
        margin-top: 30px;
    }
    .popular-city .item-city img {
        width: 270px;
        height: 200px;
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
        object-fit: cover;
    }
    .popular-city .item-city .desc {
        width: 100%;
        height: 80px;
        background-color: #fff;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: relative;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        padding: 10px;
    }
    .popular-city .item-city .desc .flag {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        top: -40px;
        right: calc(50% - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
    }
    .popular-city .item-city .desc .flag::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 18px;
        bottom: 27px;
        left: -15px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: -90deg;
    }
    .popular-city .item-city .desc .flag::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 13px;
        bottom: 30px;
        right: -11px;
        border-radius: 0 0 0 24px;
        box-shadow: -1px 3px 0 #fff, -6px 6px 0 #fff;
        rotate: 0deg;
    }
    .popular-city .item-city .desc .flag img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }
    .popular-city .item-city .desc h6 {
        width: 100%;
        text-align: center;
        color: #000;
        font-weight: 900;
        font-size: 22px;
        margin-top: 25px;
    }
}


/* popular-tour */

@media (min-width: 1200px) {
    .popular-tour {
        margin-top: 100px;
        background-color: #f9fafb;
        padding: 40px 0px;
    }
    .popular-tour h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-tour .see-all {
        background-color: #243A5E;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popular-tour .tour-item {
        /* width: 310px; */
        width: 25%;
        margin-top: 30px;
        text-decoration: none;
        padding: 10px;
    }
    .popular-tour .tour-item .img {
        width: 100%;
        z-index: 1;
    }
    .popular-tour .tour-item .img img {
        width: 100%;
        border-radius: 20px;
        z-index: 1;
        height: 260px;
        object-fit: cover;
    }
    .popular-tour .tour-item .detail {
        background-color: #fff;
        border-radius: 10px;
        width: calc(100% - 40px);
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        margin-left: 20px;
        margin-top: -60px;
        z-index: 1111 !important;
        position: relative;
        padding: 15px;
    }
    .popular-tour .tour-item .detail .score {
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .score i {
        color: gold;
        margin-left: 5px;
    }
    .popular-tour .tour-item .detail .score span {
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        font-weight: 700;
    }
    .popular-tour .tour-item .detail h3 {
        color: #000;
        font-size: 18px;
        margin-top: 15px;
    }
    .popular-tour .tour-item .detail .span-detail {
        display: flex;
        align-items: center;
        margin-top: 7px;
    }
    .popular-tour .tour-item .detail .span-detail img {
        width: 16px;
        margin-right: 5px;
    }
    .popular-tour .tour-item .detail .span-detail span {
        color: #656566;
        font-size: 12px;
    }
    .popular-tour .tour-item .detail hr {
        color: #656566;
        background-color: #656566;
    }
    .popular-tour .tour-item .detail .item-f {
        background-color: #0f5eac2d;
        border-radius: 20px;
        padding: 3px 7px;
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .item-f img {
        width: 15px;
        margin-right: 3px;
    }
    .popular-tour .tour-item .detail .item-f span {
        font-size: 12px;
        color: #1F2933;
    }
}

@media (max-width: 1200px) {
    .popular-tour {
        margin-top: 100px;
        background-color: #f9fafb;
        padding: 40px 0px;
    }
    .popular-tour h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-tour .see-all {
        background-color: #243A5E;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popular-tour .tour-item {
        /* width: 310px; */
        width: 25%;
        margin-top: 30px;
        text-decoration: none;
        padding: 10px;
    }
    .popular-tour .tour-item .img {
        width: 100%;
        z-index: 1;
    }
    .popular-tour .tour-item .img img {
        width: 100%;
        border-radius: 20px;
        z-index: 1;
        height: 210px;
        object-fit: cover;
    }
    .popular-tour .tour-item .detail {
        background-color: #fff;
        border-radius: 10px;
        width: calc(100% - 20px);
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        margin-left: 10px;
        margin-top: -60px;
        z-index: 1111 !important;
        position: relative;
        padding: 10px;
    }
    .popular-tour .tour-item .detail .score {
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .score i {
        color: gold;
        margin-left: 5px;
    }
    .popular-tour .tour-item .detail .score span {
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        font-weight: 700;
    }
    .popular-tour .tour-item .detail h3 {
        color: #000;
        font-size: 15px;
        margin-top: 15px;
    }
    .popular-tour .tour-item .detail .span-detail {
        display: flex;
        align-items: center;
        margin-top: 7px;
    }
    .popular-tour .tour-item .detail .span-detail img {
        width: 14px;
        margin-right: 5px;
    }
    .popular-tour .tour-item .detail .span-detail span {
        color: #656566;
        font-size: 12px;
    }
    .popular-tour .tour-item .detail hr {
        color: #656566;
        background-color: #656566;
    }
    .popular-tour .tour-item .detail .item-f {
        background-color: #0f5eac2d;
        border-radius: 20px;
        padding: 3px 7px;
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .item-f img {
        width: 11px;
        margin-right: 2px;
    }
    .popular-tour .tour-item .detail .item-f span {
        font-size: 10px;
        color: #1F2933;
    }
}

@media (max-width: 991px) {
    .popular-tour {
        margin-top: 100px;
        background-color: #f9fafb;
        padding: 40px 0px;
    }
    .popular-tour h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-tour .see-all {
        background-color: #243A5E;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popular-tour .tour-item {
        width: 310px;
        margin-top: 30px;
        text-decoration: none;
    }
    .popular-tour .tour-item .img {
        width: 100%;
        z-index: 1;
    }
    .popular-tour .tour-item .img img {
        width: 100%;
        border-radius: 20px;
        z-index: 1;
        height: 260px;
        object-fit: cover;
    }
    .popular-tour .tour-item .detail {
        background-color: #fff;
        border-radius: 10px;
        width: calc(100% - 40px);
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        margin-left: 20px;
        margin-top: -60px;
        z-index: 1111 !important;
        position: relative;
        padding: 15px;
    }
    .popular-tour .tour-item .detail .score {
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .score i {
        color: gold;
        margin-left: 5px;
    }
    .popular-tour .tour-item .detail .score span {
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        font-weight: 700;
    }
    .popular-tour .tour-item .detail h3 {
        color: #000;
        font-size: 18px;
        margin-top: 15px;
    }
    .popular-tour .tour-item .detail .span-detail {
        display: flex;
        align-items: center;
        margin-top: 7px;
    }
    .popular-tour .tour-item .detail .span-detail img {
        width: 16px;
        margin-right: 5px;
    }
    .popular-tour .tour-item .detail .span-detail span {
        color: #656566;
        font-size: 12px;
    }
    .popular-tour .tour-item .detail hr {
        color: #656566;
        background-color: #656566;
    }
    .popular-tour .tour-item .detail .item-f {
        background-color: #0f5eac2d;
        border-radius: 20px;
        padding: 3px 7px;
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .item-f img {
        width: 15px;
        margin-right: 3px;
    }
    .popular-tour .tour-item .detail .item-f span {
        font-size: 12px;
        color: #1F2933;
    }
}