﻿:root {
    --scrollbar-thumb: #A3C2E0;
    --white: #E1ECF6;
}

/* Montserrat font */
@font-face {
    font-family: Montserrat Regular;
    font-style: normal;
    font-weight: 400;
    src: local('Mulish-Regular'), url(../font/Montserrat/static/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat Medium;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat-Medium'), url(../font/Montserrat/static/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat SemiBold;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat-SemiBold'), url(../font/Montserrat/static/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat Bold;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat-Bold'), url(../font/Montserrat/static/Montserrat-Bold.ttf) format('truetype');
}

/* Myriad font */
@font-face {
    font-family: Myriad Regular;
    font-style: normal;
    font-weight: 400;
    src: local('Myriad-Regular'), url(../font/myriad/MYRIADPRO-REGULAR.OTF) format('opentype');
}

@font-face {
    font-family: Myriad SemiBold;
    font-style: normal;
    font-weight: 600;
    src: local('Myriad-SemiBold'), url(../font/myriad/MYRIADPRO-SEMIBOLD.OTF) format('opentype');
}

@font-face {
    font-family: Myriad Bold;
    font-style: normal;
    font-weight: 700;
    src: local('Myriad-Bold'), url(../font/myriad/MYRIADPRO-BOLD.OTF) format('opentype');
}

@font-face {
    font-family: 'material-symbols-rounded';
    src: url('../font/material/material-symbols-rounded.woff2') format('woff2');
}

/* Mulish font */
@font-face {
    font-family: Mulish Regular;
    font-style: normal;
    font-weight: 400;
    src: local('Mulish-Regular'), url(../font/Mulish/static/Mulish-Regular.ttf) format('opentype');
}

@font-face {
    font-family: Mulish Medium;
    font-style: normal;
    font-weight: 500;
    src: local('Mulish-Medium'), url(../font/Mulish/static/Mulish-Medium.ttf) format('opentype');
}

@font-face {
    font-family: Mulish SemiBold;
    font-style: normal;
    font-weight: 600;
    src: local('Mulish-SemiBold'), url(../font/Mulish/static/Mulish-SemiBold.ttf) format('opentype');
}

@font-face {
    font-family: Mulish Bold;
    font-style: normal;
    font-weight: 700;
    src: local('Mulish-Bold'), url(../font/Mulish/static/Mulish-Bold.ttf) format('opentype');
}

.material-symbols-rounded {
    font-family: 'material-symbols-rounded' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-rounded {
    font-variation-settings: 'wght'
}

.icon-share-link {
    font-variation-settings: 'FILL' 1;
    color: #fff;
    background: #33CA02;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.icon-modal {
    position: absolute;
    right: 20px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.30);
    display: flex;
    margin-top: 15px;
}
/*end font import*/

body, a, span, p, div {
    font-family: 'Myriad', sans-serif;
    /*transition: all 0.3s ease-in-out;*/
    line-height: 1.3;
}

.text-red-text {
    font-size: 14px;
    margin-bottom: 10px;
    color: red;
}

body {
    background-color: #F0F8FF;
}

.validation-summary-errors ul {
    padding-left: 0;
}

li {
    list-style: none;
}

header {
    background-color: #D0EAFE;
    padding-top: 7px;
    padding-bottom: 7px;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.linkChinhSach {
    color: #fff;
}

.chinhSach {
    text-align: justify;
}

.footerWrapper {
    margin: 20px 60px;
    padding: 1.3rem 1.85rem;
    background-color: #6A8FC1;
    border-radius: 30px;
    color: #fff;
}

.footer-title {
    font-family: 'Myriad Bold', sans-serif;
    /*font-weight: 600;*/
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.42;
    text-transform: uppercase;
}

.footerWrapper .col-lg-4:nth-of-type(2) .footer-title {
    display: none;
}

.footter-content-item {
    font-family: 'Myriad', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42;
}

.footer-content-wrapper .footter-content-item:not(:last-child) {
    margin-bottom: 6px;
}

.footer-content-wrapper.footer-content-wrapper-email {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    max-width: 400px;
    line-height: 1.42;
    display: none;
}

    .footer-content-wrapper.footer-content-wrapper-email button {
        min-width: 100px;
        margin-left: 10px;
    }

.btn.btn-submit-email,
.btn.btn-submit-email:hover {
    background: #0f3f6c;
    border: 1px solid #0f3f6c;
    color: #fff;
    line-height: 1.42;
}

.main-content {
    padding-top: 98px;
    padding-bottom: 30px;
}

.img-banner-hochieu {
    margin-bottom: 30px;
}

    .img-banner-hochieu .owl-item .item {
        overflow: hidden;
        border-radius: 20px;
    }

.content-lastest {
    --spacing: 24px;
    --columns: 3;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing));
}

/*    .content-lastest .content-lastest-item {
        overflow: hidden;
        flex: auto;
        width: calc(calc(100% / var(--columns)) - var(--spacing));
        margin-left: var(--spacing);
        margin-bottom: var(--spacing);
        border-radius: 20px;
        border: 1px solid #C8E4FF;
        background: #FFF;
        box-shadow: 0px 4px 0px 0px #C8E4FF;
        padding: 17px 15px 15px 15px;
    }*/
.content-lastest {
    margin: 0 -15px;
    margin-bottom: 30px;
}

    .content-lastest .content-lastest-item {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0 12px;
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }

        .content-lastest .content-lastest-item .cus-item-home {
            height: 100%;
            border-radius: 20px;
            border: 1px solid #C8E4FF;
            background: #FFF;
            box-shadow: 0px 4px 0px 0px #C8E4FF;
            padding: 17px 15px 15px 15px;
        }

        .content-lastest .content-lastest-item .content-lastest-item-title {
            position: relative;
            padding-bottom: 11px;
            margin-bottom: 10px;
            border-bottom: 1px solid #D4E3F1;
            padding-left: 40px;
            font-family: 'Myriad Bold', sans-serif;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.4;
        }

            .content-lastest .content-lastest-item .content-lastest-item-title:before {
                content: '';
                position: absolute;
                width: 30px;
                height: 30px;
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
                left: 0;
                top: -5px;
            }

        .content-lastest .content-lastest-item:nth-child(1) .content-lastest-item-title {
            color: #FE9A11;
        }

            .content-lastest .content-lastest-item:nth-child(1) .content-lastest-item-title:before {
                background-image: url(../images/lastest-item-1.svg);
            }

        .content-lastest .content-lastest-item:nth-child(2) .content-lastest-item-title {
            color: #0EAF00;
        }

            .content-lastest .content-lastest-item:nth-child(2) .content-lastest-item-title:before {
                background-image: url(../images/lastest-item-2.svg);
            }

        .content-lastest .content-lastest-item:nth-child(3) .content-lastest-item-title {
            color: #008FFF;
        }

            .content-lastest .content-lastest-item:nth-child(3) .content-lastest-item-title:before {
                background-image: url(../images/lastest-item-3.svg);
            }

#content1.content-lastest-item-content .detail-canhan-item:not(:last-child),
#content2.content-lastest-item-detail .detail-canhan-item:not(:last-child),
#content3.content-lastest-item-detail .detail-canhan-item:not(:last-child) {
    margin-bottom: 13px;
}

#content1.content-lastest-item-content .detail-canhan-item .content-lastest-item-detail-info:before,
#content2.content-lastest-item-detail .detail-canhan-item .content-lastest-item-detail-info:before,
#content3.content-lastest-item-detail .detail-canhan-item .content-lastest-item-detail-info:before {
    content: unset;
}

#content1 .content-lastest-item-detail .detail-canhan-item .content-lastest-item-detail-info {
    padding-left: 0;
    word-break: break-all;
}

#content1 .content-lastest-item-detail .detail-canhan-item .detail-canhan-title {
    margin-right: 0;
    min-width: 170px;
}

#content2.content-lastest-item-detail .detail-canhan-item .detail-canhan-title,
#content3.content-lastest-item-detail .detail-canhan-item .detail-canhan-title {
    min-width: 145px;
    margin-right: 0;
}

#content3.content-lastest-item-detail .detail-canhan-item .detail-canhan-title {
    min-width: 125px;
}

#content1.content-lastest-item-detail .detail-canhan-item .content-lastest-item-detail-info,
#content2.content-lastest-item-detail .detail-canhan-item .content-lastest-item-detail-info,
#content3.content-lastest-item-detail .detail-canhan-item .content-lastest-item-detail-info {
    padding-left: 0;
}

#content1.content-lastest-item-content .content-lastest-item-detail-name,
#content2.content-lastest-item-detail .content-lastest-item-detail-name,
#content3.content-lastest-item-detail .content-lastest-item-detail-name {
    margin-bottom: 10px;
}

.content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info {
    position: relative;
    padding-left: 24px;
}

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info:not(:last-child) {
        margin-bottom: 5px;
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info:first-child {
        padding-left: 0;
        font-family: 'Myriad SemiBold', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.3;
        color: #008FFF;
        word-break: break-all;
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info:not(:first-child) {
        font-family: 'Myriad', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.3;
        color: #234874;
        text-align: left;
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 3px;
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info.content-lastest-item-detail-info-MHC:before {
        background-image: url(../images/detail-info-MHC.svg);
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info.content-lastest-item-detail-info-location:before {
        background-image: url(../images/detail-info-location.svg);
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info.content-lastest-item-detail-info-country:before {
        background-image: url(../images/detail-info-country.svg);
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info.content-lastest-item-detail-info-date:before {
        background-image: url(../images/detail-info-date.svg);
    }

@media screen and (max-width: 991px) {
    .content-lastest .content-lastest-item {
        --columns: 1;
    }
}

#content1 .owl-nav,
#content2 .owl-nav,
#content3 .owl-nav {
    display: none;
}

.content-lastest-item-content {
    display: flex;
}

.content-lastest-item-img {
    margin-right: 10px
}

    .content-lastest-item-img img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.back-home {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: #234874;
    padding: 6px 12px;
    margin-right: 32px;
}

    .back-home a {
        color: var(--white);
        font-family: 'Myriad', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .back-home:before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/icon-home.png) no-repeat;
        margin-right: 8px;
    }

.back-title {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

    .back-title .module-title {
        margin-bottom: 0;
    }

.module-title-tab .top-title-tab {
    display: flex;
    justify-content: space-between;
}

.module-title,
.module-tab ul li a,
.module-tab ul li a.active {
    position: relative;
    font-family: 'Myriad', sans-serif;
    color: #234874 !important;
    font-size: 26px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.module-tab ul li a {
    padding: 0;
    border: none !important;
}

.module-tab ul li:first-child a {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #234874 !important;
    border-radius: unset;
}

.module-tab ul li:last-child a {
}

.module-tab ul li a.active {
    background: none !important;
    border: none;
}

.module-tab ul li a {
    color: #8BA7C8 !important;
}

    .module-tab ul li a:hover {
        border: none;
        color: #234874 !important;
        transition: all .5s ease;
    }

.module-title a {
    color: #234874;
}

    .module-title a:hover {
        text-decoration: none;
    }

.module-title:before {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #A8E5FF;
    top: -2px;
    left: -12px;
    z-index: -1;
}

.module-title span {
    display: inline-block;
}

.module-title .tenChuongTrinh {
    margin-left: 10px;
    padding-left: 24px;
    position: relative;
    color: #008FFF;
    text-align: justify;
    font-family: 'Myriad Regular', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3px;
}

    .module-title .tenChuongTrinh:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        top: -1px;
        transform: translateY(-50%);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/arrow.svg)
    }

.module-tab .nav-tabs {
    justify-content: center;
    border-bottom: 0;
}

.module-content-detail {
    border-radius: 20px;
    border: 1px solid #C8E4FF;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #C8E4FF;
    padding: 20px;
    margin-bottom: 24px;
}

.module-content-details {
    margin-bottom: 42px;
}

.ct-detail-chuongTrinhKhac {
    border-radius: 20px;
    border: 1px solid #C8E4FF;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #C8E4FF;
    padding: 20px;
}

.ct-detail-diadiem {
    display: flex;
    justify-content: flex-start;
}

    .ct-detail-diadiem .ct-detail-diadiem-item {
        width: 50%;
    }

        .ct-detail-diadiem .ct-detail-diadiem-item:first-child {
            margin-right: 22px;
        }

        .ct-detail-diadiem .ct-detail-diadiem-item:last-child {
            margin-left: 22px;
        }

        .ct-detail-diadiem .ct-detail-diadiem-item .ct-detail-diadiem-item-title,
        .ct-detail-diadiem-item-title {
            position: relative;
            color: #008FFF;
            font-family: Myriad Pro, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.1; /* 110% */
            padding-bottom: 10px;
            margin-bottom: 15px;
            border-bottom: 1px solid #D4E3F1;
            padding-left: 34px;
        }

.maps-wrapper .ct-detail-diadiem-item-title {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.maps-wrapper .ct-detail-diadiem-map .ct-detail-diadiem-item-title {
    margin-bottom: 0;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #008FFF;
}

.ct-detail-diadiem .ct-detail-diadiem-item .ct-detail-diadiem-item-title:before,
.ct-detail-diadiem-item-title:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    left: 0;
    top: -2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ct-detail-diadiem .ct-detail-diadiem-item.ct-detail-diadiem-list .ct-detail-diadiem-item-title:before,
.ct-detail-diadiem-list .ct-detail-diadiem-item-title:before {
    background-image: url(../images/chitiet-danhsach.svg);
}

.ct-detail-diadiem .ct-detail-diadiem-item.ct-detail-diadiem-map .ct-detail-diadiem-item-title:before,
.ct-detail-diadiem-map .ct-detail-diadiem-item-title:before {
    background-image: url(../images/chitiet-bando.svg);
}

.content-chuaThamGia {
    text-align: center;
}

    .content-chuaThamGia .img-chuaThamGia {
        margin-bottom: 50px;
    }

    .content-chuaThamGia .title-chuaThamGia {
        margin-bottom: 30px;
    }

    .content-chuaThamGia .button-chuaThamGia {
        padding-top: 6px;
    }

.maps-collapse .ct-detail-diadiem-map {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.maps-collapse .card.card-body {
    border: none;
    padding: 0;
}

.ct-detail-chuongTrinhKhac-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ct-detail-chuongTrinhKhac-title .ct-detail-chuongTrinhKhac-title-main {
        color: #008FFF;
        font-family: Myriad Pro, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .ct-detail-chuongTrinhKhac-title .ct-detail-chuongTrinhKhac-title-all,
    .ct-detail-chuongTrinhKhac-title .ct-detail-chuongTrinhKhac-title-all a {
        color: #008FFF;
        font-family: Myriad Pro, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
    }

        .ct-detail-chuongTrinhKhac-title .ct-detail-chuongTrinhKhac-title-all a {
            cursor: pointer;
        }

.ct-detail {
    display: flex;
    margin-bottom: 31px;
}

    .ct-detail .ct-detail-image {
        width: 30%;
        overflow: hidden;
        border-radius: 20px;
    }

        .ct-detail .ct-detail-image img {
            border-radius: 20px;
            width: 100%;
            aspect-ratio: 1.5;
            object-fit: cover;
            cursor: pointer;
            border-radius: 20px;
            transition: all 0.3s ease-in-out;
        }

            .ct-detail .ct-detail-image img:hover {
                transform: scale(1.1);
            }

    .ct-detail .ct-detail-content {
        flex: 1;
        margin-left: 24px;
    }

        .ct-detail .ct-detail-content .ct-detail-content-title {
            color: #234874;
            font-family: Myriad Pro, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .ct-detail .ct-detail-content .ct-detail-content-gioiThieu {
            color: #234874;
            text-align: justify;
            font-family: Myriad Pro, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5;
            margin-bottom: 10px;
        }

.ct-detail-time-title,
.ct-detail-time-title .time-start {
    display: flex;
    align-items: center;
    font-family: Mulish SemiBold, sans-serif !important;
    font-weight: 600;
}

.ct-detail-time-title {
    margin-bottom: 10px;
}

    .ct-detail-time-title .time-start {
        color: #F2914C;
    }

    .ct-detail-time-title .time-end {
        color: #03BC52;
    }

    .ct-detail-time-title .time-start:after {
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        background: url(../images/iconarrow.png) no-repeat;
        margin: 0 10px;
    }

    .ct-detail-time-title span {
        font-family: Mulish SemiBold, sans-serif;
        font-size: 13px;
        line-height: 18px;
    }

.ct-detail-content-info {
    padding: 10px 20px;
    border-radius: 4px;
    background: #E3F8FF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .ct-detail-content-info .ct-detail-content-info-item:not(:last-child) {
        margin-right: 40px;
    }

    .ct-detail-content-info .ct-detail-content-info-item {
        color: #008FFF;
        text-align: justify;
        font-family: Myriad Pro, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25;
        position: relative;
        padding-left: 25px;
    }

        .ct-detail-content-info .ct-detail-content-info-item:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            left: 0;
            top: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }

    .ct-detail-content-info .diadiem-thamgia {
        display: flex;
        margin-right: 40px;
    }

    .ct-detail-content-info .ct-detail-content-info-item.ct-detail-content-info-item-location:before {
        background-image: url(../images/info-location.svg);
    }

    .ct-detail-content-info .ct-detail-content-info-item.ct-detail-content-info-item-people:before {
        background-image: url(../images/info-people.svg);
    }

    .ct-detail-content-info .ct-detail-content-info-item.ct-detail-content-info-item-checkin:before {
        background-image: url(../images/info-checkin.svg);
    }

.ct-tham-quan-wrapper .ct-tham-quan-item {
    border-radius: 20px;
    border: 1px solid #C8E4FF;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #C8E4FF;
    padding: 24px;
}

    .ct-tham-quan-wrapper .ct-tham-quan-item:not(:last-child) {
        margin-bottom: 24px;
    }

.ct-tham-quan-item {
    display: flex;
}


    .ct-tham-quan-item .ct-tham-quan-item-image {
        width: 40%;
        height: 100%;
    }

        .ct-tham-quan-item .ct-tham-quan-item-image img {
            border-radius: 20px;
            width: 100%;
            aspect-ratio: 1.5;
            object-fit: cover;
            cursor: pointer;
        }

.ct-tham-quan-item-detail {
    overflow: hidden;
    margin-left: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ct-tham-quan-item-detail-another {
    margin-top: auto;
}

.ct-tham-quan-item-detail-title a {
    display: block;
    font-family: 'Myriad Regular', sans-serif;
    color: #234874 !important;
    font-size: 20px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
    cursor: pointer;
}

.ct-tham-quan-item-detail-time {
    font-family: 'Mulish SemiBold';
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .ct-tham-quan-item-detail-time span {
        color: #F2914C;
        text-align: justify;
        font-family: 'Mulish SemiBold';
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
    }

        .ct-tham-quan-item-detail-time span:last-child {
            font-family: 'Mulish Bold';
            font-weight: 700;
            font-size: 16px;
            margin-left: 5px;
        }

.ct-tham-quan-item-detail-title a:hover {
    text-decoration: unset;
}

.ctNoiBat .ct-tham-quan-item-detail-content {
    display: unset;
}

.ct-tham-quan-item-detail-content {
    position: relative;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-family: 'Myriad', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #234874;
    text-align: justify;
    /*padding-bottom: 15px;*/
    margin-bottom: 15px;
    /*border-bottom: 1px solid #D4E3F1;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

/*.ct-tham-quan-item-detail-content:before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    background-color: #D4E3F1;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -15px;
    z-index: 1;
}*/

.ct-tham-quan-item-detail-another-title {
    font-family: 'Myriad', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #008FFF;
    border-top: 1px solid #D4E3F1;
}

.text-bold {
    font-family: 'Myriad', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.11;
}

.btn-thamgia {
    border-radius: 80px;
    background: linear-gradient(90deg, #00A3FF 0%, #05D48A 99.7%);
    color: #fff;
    text-align: justify;
    font-family: 'Myriad', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.87;
    padding: 3px 15px;
    transition: all 0.3s ease-in-out;
    border: none;
}

    .btn-thamgia.btn-purple {
        border-radius: 40px;
        background: linear-gradient(90deg, #A87EFF 0%, #FF617D 100%);
    }

    .btn-thamgia.btn-yellow {
        border-radius: 40px;
        background: linear-gradient(90deg, #FA793F 0%, #FFA345 100%);
    }

.module-content-detail .btn-thamgia {
    border-radius: 80px;
    background: linear-gradient(90deg, #00A3FF 0%, #05D48A 99.7%);
    color: #FFF;
    text-align: justify;
    font-family: Myriad Pro, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.66;
    padding: 10px 30px;
}

.ct-tham-quan-item-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .ct-tham-quan-item-image .ct-tham-quan-item-image-content {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 6px 11px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: rgba(0, 0, 0, 0.60);
        color: #fff;
    }

.locationPeople {
    display: flex;
}

.image-content-item-people {
    margin-left: 38px;
}

#ct-detail-chuongTrinhKhac-content .ct-tham-quan-item-image .ct-tham-quan-item-image-content {
    padding: 8px 11px;
}

.image-content-item-location,
.image-content-item-people {
    padding-left: 25px;
    position: relative;
}

    .image-content-item-location:before,
    .image-content-item-people:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: -1px;
    }

    .image-content-item-location:before {
        background-image: url(../images/chuongtrinh-detail-location.svg);
    }

    .image-content-item-people:before {
        background-image: url(../images/chuongtrinh-detail-people.svg);
    }

.owl-dsTinBaiAnh-khampha .item {
    text-align: center;
    cursor: pointer;
}

    .owl-dsTinBaiAnh-khampha .item .item-img {
        border-radius: 10px;
        box-shadow: 0px 4px 0px 0px #D2E0EE;
        margin-bottom: 10px;
    }

    .owl-dsTinBaiAnh-khampha .item .item-img {
        overflow: hidden;
        border-radius: 10px;
    }

        .owl-dsTinBaiAnh-khampha .item .item-img img {
            border-radius: 10px;
            aspect-ratio: 1.5;
            object-fit: cover;
        }

    .owl-dsTinBaiAnh-khampha .item .item-content {
        color: #008FFF;
        text-align: center;
        font-family: 'Myriad SemiBold', sans-serif;
        font-size: 16px;
        font-style: normal;
        /*font-weight: 600;*/
        line-height: 1.37;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

.layout-login {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/bgLogin.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout-login-wrapper {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 52, 130, 0.40);
    padding: 45px 95px;
    display: flex;
    flex-flow: row;
    width: 80vw;
    height: 85vh;
    /*overflow-y: scroll;*/
}

.login-avatar {
    margin-bottom: 40px;
}

::placeholder,
input::placeholder {
    color: #98A9BF !important;
}

.field-validation-error {
    display: block;
    margin-top: 7px;
    font-size: 14px;
}


.form-account .form-group {
    margin-bottom: 20px;
    position: relative;
}

    .form-account .form-group.form-tinhThanh {
        margin-bottom: 35px;
    }

        .form-account .form-group:before,
        .form-account .form-group.form-quoctich:after,
        .form-account .form-group.form-tinhThanh:after {
            position: absolute;
            content: '';
            width: 18px;
            height: 18px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .form-account .form-group:before {
        left: 16px;
        top: 14px;
    }

    .form-account .form-group.inputSSO:before {
        background-image: url(../images/icon-sso-input.png);
        z-index: 1;
    }

    .form-account .form-group.form-forgotpass:before {
        top: 10px;
    }

.form-forgotpass:before {
    background-image: url('../images/icon-forgot-pass.svg');
}

.form-account .form-group.form-mhc:before {
    background-image: url(../images/form-mhc.svg);
}

.form-account .form-group.form-password:before {
    background-image: url(../images/form-password.svg);
}

.form-account .form-group.form-hoten:before {
    background-image: url(../images/form-hoten.svg);
}

.form-account .form-group.form-ngaysinh:before {
    background-image: url(../images/form-ngaysinh.svg);
}

.form-account .form-group.form-email:before {
    background-image: url(../images/form-email.svg);
}

.form-account .form-group.form-quoctich:before {
    background-image: url(../images/form-quoctich.svg);
    z-index: 1;
}

.form-account .form-group.form-quoctich:after,
.form-account .form-group.form-tinhThanh:after {
    background-image: url(../images/form-chevron-down.svg);
    z-index: 1;
    top: 16px;
    right: 16px;
}

.form-account .form-group.form-tinhThanh:before {
    background-image: url(../images/form-tinhthanh.svg);
    z-index: 1;
}

.form-account .form-group input.form-control,
.form-account .form-group select.form-control {
    border-radius: 180px;
    background: #EDF2F9;
    padding: 15px 16px 15px 42px;
    border: none;
    color: #98A9BF !important;
    font-family: 'Myriad', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.layout-login-wrapper .img-form-login {
    width: 60%;
    background-image: url(../images/bglogin-form.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.layout-login-wrapper .input-form-login {
    width: 40%;
    padding: 0 20px;
    text-align: center;
}

.btn.btn-login {
    border-radius: 40px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FA793F 0%, #FFA345 100%);
    box-shadow: 0px 5px 5px 0px #FFDABA;
    padding: 15px 18px;
    color: #FFF;
    font-family: 'Myriad', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

    .btn.btn-login:hover {
        border: 1px solid #FFA345;
        color: #FFF;
        background: linear-gradient(90deg, #FA793F 0%, #FFA345 100%);
        opacity: .7;
    }
.btn.btn-sso {
    font-family: 'Myriad', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 40px;
    padding: 15px 18px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 5px 0px #ADD8E6;
}
.login-checkbox-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    color: #98A9BF;
    padding: 0 4px;
}

    .login-checkbox-wrapper .form-check-input {
        margin: 0;
        margin-right: 5px;
        margin-top: 1px;
        color: #98A9BF;
    }

.forgot-account {
    color: #98A9BF;
    font-family: 'Myriad', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.register-account a {
    color: #008FFF;
    font-family: 'Myriad', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}

#forgot-password {
    color: #008FFF;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.form-group-sex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #234874;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .form-group-sex .warning-sex .text-danger {
        font-weight: 400;
    }

    .form-group-sex .group-radio {
        display: flex;
    }

    .form-group-sex input {
        margin-bottom: 2px;
        margin-right: 3px;
    }

    .form-group-sex > div {
        /*margin-right: 10px;*/
    }

    .form-group-sex div:not(:last-child) {
        margin-right: 30px;
    }

    .form-group-sex div:first-child {
        margin-right: 10px;
    }

.sdt-local-weather {
    display: flex;
}

    .sdt-local-weather .header-item:first-child {
        padding-left: 24px;
    }

    .sdt-local-weather .group-info {
        border-left: 1px solid #76A6CB;
        padding-left: 10px;
        margin-left: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
}

.menuburger {
    display: none;
}
/*
.header-item-content {
    color: #234874;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 44px;
    position: relative;
}

    .header-item-content:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        left: 34px;
        top: 0;
        bottom: 0;
        background: #76A6CB;
    }

    .header-item-content:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header-item-content.header-item-content-phone:after {
        background-image: url(../images/header-phone.svg);
    }

    .header-item-content.header-item-content-location:after {
        background-image: url(../images/header-loacation.svg);
    }

    .header-item-content.header-item-content-weather:after {
        background-image: url(../images/header-weather.svg);
    }*/
.header-item {
    display: flex;
    align-items: center;
    color: #234874;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 24px;
    position: relative;
}

    .header-item:first-child {
        padding-left: 0;
    }

    .header-item .dropdown-toggle {
        color: #234874;
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
        padding-left: 21px;
    }

        .header-item .dropdown-toggle.custom-nameuser,
        .detail-canhan-block-title.title-program {
            color: #008FFF;
            font-family: 'Myriad Bold', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
        }

.detail-canhan-block-title.title-program {
    font-weight: 700;
}

.header-item .dropdown-toggle:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: -8px;
    top: -2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon-user.svg);
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #D0EAFE
}

.header-item > div:not(:last-child) {
    margin-bottom: 5px;
}

.avatar-admin img {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.logo {
    display: block;
    width: 226px;
    /*    background-image: url(../images/logo.png);*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 5.38;
}

.modal-content {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.30);
}

    .modal-content .close {
        position: absolute;
        right: 15px;
        top: 11px;
        line-height: 1;
        z-index: 1;
    }

        .modal-content .close:focus {
            outline: none;
        }

        .modal-content .close span {
            display: inline-block;
            line-height: 1;
            width: 16px;
            height: 16px;
            text-align: center;
        }

    .modal-content .modal-body {
        padding: 0;
    }

.notice-custom {
    background-color: #D0EAFE;
    padding: 15px;
    border-radius: 8px;
}

.backgroud-notice {
    height: calc(100vh - 68px - 300px);
}

.cacDiemKhac,
.tenDiem {
    color: #008FFF;
    font-family: 'Myriad Bold', sans-serif;
    font-style: normal;
    line-height: normal;
    line-height: 1.3;
    margin-bottom: 15px;
}

.title-btnshare {
    display: flex;
    justify-content: space-between;
}

.btn-parents-share {
    display: flex;
    justify-content: flex-end;
}

.cacDiemKhac {
    font-size: 20px;
}

.listAnhDiaDiem {
    margin-bottom: 20px;
}

.tenDiem {
    font-size: 22px;
    margin-bottom: 10px;
}

.viTriDiem,
.viTriDiemKhac,
.icon-facebook,
.icon-instagram,
.icon-zalo {
    position: relative;
    margin-bottom: 20px;
    color: #234874;
    font-family: 'Myriad Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.25;
    padding-left: 26px;
}

.icon-facebook,
.icon-instagram,
.icon-zalo {
    padding: 10px;
}

.btn-share-fb:focus,
.btn-share-istagram:focus,
.btn-share-zalo:focus {
    padding: 0;
    box-shadow: none;
}

.icon-facebook:before,
.icon-instagram:before,
.icon-zalo:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -7px;
    top: 4px;
}

.icon-zalo:before {
    background-image: url('../images/icon-zalo-share.svg');
}

.icon-facebook:before {
    background-image: url('../images/icon-facebook-share.svg');
}

.icon-instagram:before {
    background-image: url('../images/icon-instagram-share.svg');
}
.viTriDiemKhac{
    padding:0;
}
.itemPoint {
    display: flex;
}
    .itemPoint span:not(last-child){
        margin-right:4px;
    }
.viTriDiemKhac .itemPoint:not(:last-child) {
    margin-bottom: 8px;
}
    .itemPoint::before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-image: url(../images/location.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
    }
.viTriDiem:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/location.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -1px;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    cursor: pointer;
}

.gioiThieuDiem {
    color: #234874;
    text-align: justify;
    font-family: 'Myriad Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D4E3F1;
}

    .gioiThieuDiem p {
        line-height: 1.5;
    }

.modal .owl-listAnhDiaDiem .item-img {
    border-radius: 20px;
    margin-bottom: 20px;
}

    .modal .owl-listAnhDiaDiem .item-img img {
        width: 100%;
        object-fit: contain;
        border-radius: 20px;
        background: #000000B2;
    }

.modal .owl-listAnhDiaDiem img {
    aspect-ratio: 1.88;
    border-radius: 20px;
}

.modal .owl-listAnhDiaDiem .owl-dots {
    margin: 0;
    position: absolute;
    z-index: 99;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-cacDiemKhacWrapper .item {
    text-align: center;
}

.owl-cacDiemKhacWrapper .item-img img {
    border-radius: 20px;
    aspect-ratio: 1.45;
    object-fit: cover;
    cursor: pointer;
}

.owl-cacDiemKhacWrapper .item-img img {
    border-radius: 20px;
    aspect-ratio: 1.45;
    object-fit: cover;
    cursor: pointer;
}

.owl-cacDiemKhacWrapper .item-content {
    color: #008FFF;
    text-align: center;
    font-family: Myriad, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
}

#ct-detail-chuongTrinhKhac-content.owl-cacDiemKhacWrapper .item-content a {
    color: #234874;
    text-align: center;
    font-family: Myriad, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.44;
}

.location-maps-wrapper .owl-carousel {
    z-index: unset;
}

.owl-carousel.owl-carouselcheckin.owl-loaded {
    display: flex;
}

.owl-cacDiemKhacWrapper .owl-nav {
    margin: 0 !important;
    height: 0;
}

.owl-carousel.owl-carouselcheckin .owl-stage-outer {
    z-index: 4;
}

.owl-carousel.owl-carouselcheckin .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 8;
}

    .owl-carousel.owl-carouselcheckin .owl-nav .owl-prev {
        position: absolute;
        left: -30px;
        top: -26px;
        z-index: 10;
    }

    .owl-carousel.owl-carouselcheckin .owl-nav .owl-next {
        position: absolute;
        right: -30px;
        top: -26px;
        z-index: 10;
    }

.owl-cacDiemKhacWrapper.owl-carousel .owl-nav button.owl-prev,
.owl-cacDiemKhacWrapper.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    padding: 6px 9px !important;
    background: rgba(0, 0, 0, 0.60) !important;
}

.owl-cacDiemKhacWrapper button.owl-prev {
    left: -5px;
    border-radius: 0 4px 4px 0 !important;
}

.owl-cacDiemKhacWrapper button.owl-next {
    right: -5px;
    border-radius: 4px 0 0 4px !important;
}

.img-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fff;
}

.viewlink {
    display: block;
    margin-left: 15px;
}

.address {
    display: flex;
}

#map {
    width: 100%;
    aspect-ratio: 1.26;
    border-radius: 20px;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 5px 0px #D6E5ED;
}

.dropdown-menu {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
    padding: 10px 15px 10px 10px;
}

    .dropdown-menu.show {
        margin-top: 5px;
    }

    .dropdown-menu .dropdown-item {
        position: relative;
        padding: 0 0 0 28px;
        color: #234874;
        font-family: Myriad, sans-serif;
        font-size: 16px;
        line-height: 1.3;
        font-style: normal;
        font-weight: 400;
    }

        .dropdown-menu .dropdown-item:not(:last-child) {
            margin-bottom: 15px;
        }

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-item-login:before,
.dropdown-item-user:before,
.dropdown-item-register:before,
.dropdown-item-update-vn:before,
.dropdown-item-update-us:before,
.dropdown-item-change-password-vn:before,
.dropdown-item-change-password-us:before,
.dropdown-item-logout:before,
.dropdown-item-passport-vn:before,
.dropdown-item-passport-us:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.form-inline .dropdown-item-logout {
    margin-bottom: 0 !important;
}

.dropdown-item-logout:before {
    background-image: url(../images/icon-logout.svg);
}

.dropdown-item-login:before,
.dropdown-item-user:before {
    background-image: url(../images/icon-login.svg);
}

.dropdown-item-register:before {
    background-image: url(../images/icon-reg.svg);
}

.owl-carousel .owl-item img,
.ct-tham-quan-item .ct-tham-quan-item-image img {
    transition: all .5s ease;
}

    .owl-carousel .owl-item img:hover,
    .ct-tham-quan-item .ct-tham-quan-item-image img:hover {
        transform: scale(1.1);
    }

.item-img {
    overflow: hidden;
    border-radius: 20px;
}

.module-content-detail-canhan .row div[class*='col-']:not(:last-child) {
    border-right: 1px dashed #91C1DC;
}

.module-content-detail-canhan .row div[class*='col-']:nth-child(2) {
    border-right: none;
}

.module-content-detail-canhan .row > div[class*='col-'] {
    padding: 0 24px;
}

    .module-content-detail-canhan .row > div[class*='col-']:first-child {
        padding-left: 0;
    }

    .module-content-detail-canhan .row > div[class*='col-']:last-child {
        padding-right: 0;
    }

.detail-canhan-block-title {
    color: #FE9A11;
    font-family: Myriad Pro, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11.5px;
}

.detail-canhan-item {
    display: flex;
    flex-flow: row nowrap;
    color: #234874;
    text-align: justify;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37; /* 137.5% */
}

    .detail-canhan-item .detail-canhan-title {
        padding-left: 24px;
        margin-right: 15px;
        position: relative;
        min-width: 115px;
    }

.module-content-detail-canhan .row > div:nth-child(2) .detail-canhan-item .detail-canhan-title {
    min-width: 190px;
}

.detail-canhan-item .detail-canhan-title::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-MHC::before {
    background-image: url(../images/ico-mhc.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-hoten::before {
    background-image: url(../images/ico-hoten.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-gioitinh::before {
    background-image: url(../images/ico-gioitinh.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-ngaysinh::before {
    background-image: url(../images/ico-ngaysinh.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-quoctich::before {
    background-image: url(../images/ico-quoctich.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-email::before {
    background-image: url(../images/ico-email.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-month::before {
    background-image: url(../images/detail-info-date.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-monthUpdate::before {
    background-image: url(../images/day-update.png);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-time-vent::before {
    background-image: url(../images/time-vent.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-chuongtrinh::before {
    background-image: url(../images/ico-chuongtrinh.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-diadiem::before {
    background-image: url(../images/ico-diadiem.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-kyquayso::before {
    background-image: url(../images/ico-kyquayso.svg);
}

.detail-canhan-item .detail-canhan-title.detail-canhan-title-trungthuong::before {
    background-image: url(../images/ico-trungthuong.svg);
}

.detail-canhan-item .detail-canhan-info {
    color: #234874;
    text-align: justify;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.37; /* 137.5% */
}

/*.module-content-detail-canhan .row div[class*='col-']:last-child .detail-canhan-warpper {
    max-height: 205px;
    overflow-y: scroll;
}*/

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

.module-content-detail-canhan .row div[class*='col-']:last-child .detail-canhan-warpper,
.modal-dialog-scrollable .modal-body {
    scrollbar-color: var(--scrollbar-thumb) var(--white);
    scrollbar-width: thin;
}

    .module-content-detail-canhan .row div[class*='col-']:last-child .detail-canhan-warpper::-webkit-scrollbar,
    .modal-content .modal-body::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        border-radius: 999px;
        -webkit-border-radius: 999px;
    }

    .module-content-detail-canhan .row div[class*='col-']:last-child .detail-canhan-warpper::-webkit-scrollbar-track,
    .modal-content .modal-body::-webkit-scrollbar-track {
        background: var(--white);
        border-radius: 999px;
        -webkit-border-radius: 999px;
    }

    .module-content-detail-canhan .row div[class*='col-']:last-child .detail-canhan-warpper::-webkit-scrollbar-thumb,
    .modal-content .modal-body::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-thumb);
        border-radius: 999px;
        -webkit-border-radius: 999px;
    }

    .modal-dialog-scrollable .modal-body > div {
        margin-right: 10px;
    }

.detail-canhan-warpper .detail-canhan-item:not(:last-child) {
    margin-bottom: 13px;
}

.detail-canhan-warpper .kyQuaySo-item {
    width: calc(100% - 8px);
}

    .detail-canhan-warpper .kyQuaySo-item:not(:last-child) {
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid #D4E3F1;
    }

.kyQuaySo-item .kyQuaySo-item-content:not(:last-child) {
    margin-bottom: 10px;
}

.kyQuaySo-item .kyQuaySo-item-content {
    color: #234874;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25; /* 125% */
    position: relative;
}

    .kyQuaySo-item .kyQuaySo-item-content.kyQuaySo-item-content-location:before,
    .kyQuaySo-item .kyQuaySo-item-content.kyQuaySo-item-content-date:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        left: 0;
        top: 1px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .kyQuaySo-item .kyQuaySo-item-content.kyQuaySo-item-content-location:before {
        background-image: url(../images/ico-chuongtrinh.svg);
    }

    .kyQuaySo-item .kyQuaySo-item-content.kyQuaySo-item-content-date:before {
        background-image: url(../images/ico-date.svg);
    }

    .kyQuaySo-item .kyQuaySo-item-content:not(.kyQuaySo-item-top) {
        padding-left: 24px;
    }

.kyQuaySo-item-content.kyQuaySo-item-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

    .kyQuaySo-item-content.kyQuaySo-item-top .kyQuaySo-item-content-title {
        color: #008FFF;
        font-family: Myriad Pro, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.44; /* 144.444% */
        width: 50%;
    }

/*.kyQuaySo-item-content-status {
    margin-bottom: 10px;
}*/

.kyQuaySo-item-content-status a {
    display: inline-block;
    padding: 4px 10px 4px 35px;
    border-radius: 6px;
    font-family: Myriad Pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.85;
    position: relative
}

    .kyQuaySo-item-content-status a:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        left: 10px;
        top: 6px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

.kyQuaySo-item-content-status.status-true a {
    color: #DE2E2E;
    background-color: #FFEFEF;
}

    .kyQuaySo-item-content-status.status-true a:before {
        background-image: url(../images/quayso-true.svg);
    }

.kyQuaySo-item-content-status.status-false a {
    color: #7E7E7E;
    background-color: #F0F0F0;
}

    .kyQuaySo-item-content-status.status-false a:before {
        background-image: url(../images/quayso-false.svg);
    }

.maps-wrapper .ct-detail-diadiem-list {
    margin-bottom: 40px;
}

.btn.btn-collapse-map {
    color: #FFF;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
    border-radius: 5px;
    padding: 6px 45px 6px 15px;
    background-color: #234874;
    border-color: #234874;
    position: relative;
    min-width: 127px;
}

    .btn.btn-collapse-map::after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 15px;
        top: 8px;
        /*transform: translateY(-50%);*/
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/collapse.svg);
        transition: all 0.3s ease-in-out;
    }

    .btn.btn-collapse-map.collapsed::after {
        transform: rotate(180deg);
    }

.module-content-detail-chuongtrinh-thamgia .ct-detail .ct-detail-image {
    width: 22%;
}

.text-green {
    color: #FF7A7A;
}

.text-red {
    color: #60BC27;
}

.text-orange {
    color: #FF4565;
}

.language-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
}

    .language-wrapper .language-item {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
    }

        .language-wrapper .language-item:not(:first-child) {
            margin-left: 10px;
        }

        .language-wrapper .language-item.language-item-vn {
            background-image: url(../images/lang-vn.svg);
        }

        .language-wrapper .language-item.language-item-eng {
            background-image: url(../images/lang-eng.svg);
        }

        .language-wrapper .language-item.language-item-fr {
            background-image: url(../images/lang-fr.svg);
        }

        .language-wrapper .language-item.language-item-jap {
            background-image: url(../images/lang-jap.svg);
        }

.social_link {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 9px;
}

    .social_link a {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 23px;
        text-align: center;
        margin-right: 10px;
        border-radius: 50%;
        display: table;
        background-color: #ebebeb;
    }

    .social_link .fa {
        line-height: 40px;
    }

        .social_link .fa.fa-facebook {
            color: #496298;
        }

        .social_link .fa.fa-youtube {
            color: #EB001A;
        }

        .social_link .fa.fa-instagram {
            color: #CE565A;
        }

        .social_link .fa.fa-twitter {
            color: #59A6DE;
        }

        .social_link .fa.fa-tripadvisor {
            color: #040404;
        }

.store-link img {
    border-radius: 4px
}

.backgroudCMS.view-resetinfo {
    height: 100%;
}

.backgroudCMS {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    height: calc(100vh - 68px - 196px);
}

/*.forgoPass {
    margin-top: 14px;
    margin-bottom: 90px;
}*/

.btnSubmit {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

    .btnSubmit .btnDongY {
        border-radius: 80px;
        background: linear-gradient(90deg, #00A3FF 0%, #05D48A 99.7%);
        border: none;
        padding: 12px 48px;
        color: #FFF;
        font-family: 'Myriad', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        margin-right: 10px;
    }

    .btnSubmit .btnHuy {
        border-radius: 80px;
        border: 1px solid #BABBD1;
        padding: 12px 48px;
        background: none;
        color: #888EAE;
        font-family: 'Myriad', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }

.loginCus .forgot-password .form-label {
    color: #234874;
    display: flex;
    justify-content: center;
    font-family: 'Myriad', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}

.loginCus.loginCus-forgotpass {
    padding: 30px 144px;
}

.img-forgotpass {
    text-align: center;
    margin-bottom: 11px;
}

.login-form {
    width: 100%;
}

    .login-form .form-group .form-control:focus {
        box-shadow: unset;
        border: 0 0 1px 0;
    }

    .login-form .form-group .form-control {
        border-radius: unset;
        border-top: none;
        border-left: none;
        border-right: none;
        border-color: #E2E8F8;
        padding-left: 0;
        padding-right: 0;
    }

        .login-form .form-group .form-control:disabled {
            background: #fff;
        }

    .login-form .form-label {
        color: #234874;
        font-family: 'Myriad', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .login-form input {
        font-family: 'Myriad', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        color: #234874;
    }

.loginCus {
    border-radius: 20px;
    border: 1px solid #C8E4FF;
    background: #FFF;
    box-shadow: 0px 6px 0px 0px #C8E4FF;
    display: flex;
    min-width: 660px;
    padding: 32px;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

    .loginCus .login-form .module-title {
        z-index: 1;
        margin-bottom: 31px;
    }

.login-form .pwd,
.login-form .newpwd,
.login-form .acceptpwd {
    position: relative;
}

.pwd .toggle-password,
.newpwd .toggle-newpassword,
.acceptpwd .toggle-acceptpassword {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    color: #234874;
}
/*Ho chieu Du Lich*/
.travel-passport {
    position: relative;
    z-index: 1;
    border-radius: 60px;
    background: #E6F3FD;
    padding: 35px;
}

.modal-notice .modal-header,
.modal-notice .modal-footer {
    border: none;
}

.modal-notice .noticeModel {
    text-align: center;
}

    .modal-notice .noticeModel img {
        margin-bottom: 20px;
    }

    .modal-notice .noticeModel .notiDelDn {
        color: #234874;
        text-align: center;
        font-family: 'Myriad', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

.content-show {
    width: 85%;
    margin: 0 auto;
}

    .content-show .ct-Khac .ct-detail-chuongTrinhKhac-title .ct-tham-quan-item-detail-another-title {
        margin-bottom: 0;
        padding-top: 0;
    }

.group-travelPs {
    display: flex;
    margin: 0 -12px;
    margin-bottom: 37px;
}

.ct-NoiBat .module-title {
    z-index: 2;
    line-height: 40px;
}

.imgctNoiBat img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 8px 8px 0px 0px #B2D5F0;
    object-fit: cover;
}

.infoCt-noibat {
    width: 45%;
    padding: 0 12px;
}

.ct-Khac {
    padding-left: 26px;
    padding-right: 12px;
}

.content-show .ct-NoiBat .item {
    padding: 0 12px 0 26px;
}

.infoCt-noibat .btn-dangKy {
    color: #FFF;
    text-align: justify;
    font-family: 'Myriad', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 10px;
    background: #008FFF;
    margin-top: 25px;
}

.banner-gioithieu {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

    .banner-gioithieu .item-img-banner {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0 10px;
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }

.imgCt-noiBat {
    width: 55%;
    padding: 0 12px;
}

.ct-tham-quan-item-detail-content.content-chuongtrinh {
    white-space: unset;
}

    .ct-tham-quan-item-detail-content.content-chuongtrinh div {
        display: flex;
        margin-bottom: 10px;
    }

        .ct-tham-quan-item-detail-content.content-chuongtrinh div::before {
            content: '';
            display: block;
            background-image: url('../images/icon-list-chuongtrinh.png');
            width: 20px;
            height: 20px;
            margin-right: 10px;
            flex-shrink: 0;
        }

.ct-Khac .ct-tham-quan-item-detail-another-title {
    border-top: none;
}

.ctNoiBat .ct-detail-content-info {
    align-items: flex-start;
    flex-direction: column;
    background: none;
    padding: 0;
}

    .ctNoiBat .ct-detail-content-info .ct-tham-quan-item-detail-another-title {
        border-top: none;
        padding-top: 0;
        font-size: 20px;
    }

.local-people-passport {
    display: flex;
    border-bottom: 2px solid #008FFF;
    width: 100%;
    position: relative;
}

    .local-people-passport:before {
        content: "";
        display: block;
        width: 150px;
        height: auto;
        border-bottom: 2px solid #FF7A7A;
        position: absolute;
        bottom: -2px;
        left: calc(50% - 75px);
    }

.owl-carouselctKhac .item-img {
    box-shadow: 5px 5px 0px 0px #B2D5F0;
    margin-bottom: 15px;
}

.owl-carouselctKhac {
    margin: 0 -12px;
    width: calc(100% + 24px) !important;
}

    .owl-carouselctKhac .owl-item {
        padding: 0 12px;
    }

    .owl-carouselctKhac .item-content {
        text-align: center;
        color: #234874;
        text-align: center;
        font-family: 'Myriad', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

.titlePassPort {
    transform-origin: bottom left;
    position: absolute;
    transform: rotate(-90deg);
    color: #234874;
    bottom: 8%;
    left: 95px;
    font-family: Playfair Display;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    .titlePassPort:after {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #234874;
        display: inline-block;
        position: relative;
        margin-left: -4px;
        top: 0;
    }

    .titlePassPort:before {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #234874;
        display: inline-block;
        margin-right: -6px;
        position: relative;
        bottom: 46px;
    }

.travel-passport::after {
    background: url('../images/bg-hochieu-1.png') no-repeat;
    content: "";
    width: 280px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.travel-passport::before {
    background: url('../images/bg-hochieu-2.png') no-repeat;
    content: "";
    width: 280px;
    height: 525px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.owl-carouselctKhac {
    position: relative;
}

    .owl-carouselctKhac .owl-nav .owl-prev {
        position: absolute;
        left: -48px;
        top: 55px;
    }

    .owl-carouselctKhac .owl-nav .owl-next {
        position: absolute;
        right: -48px;
        top: 55px;
    }

.owl-nav button:focus {
    outline: none;
}

.owl-carouselctKhac .owl-nav button span {
    font-size: 30px;
}

.owl-carouselctKhac .owl-nav .owl-prev span,
.owl-carouselctKhac .owl-nav .owl-next span {
    background: #008FFF;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
}

.owl-carouselctKhac .owl-nav .owl-prev.disabled span,
.owl-carouselctKhac .owl-nav .owl-next.disabled span {
    background: #FFF;
    color: #234874;
    padding: 5px;
    border-radius: 20px;
}

.owl-carouselcheckin .owl-nav .owl-prev span,
.owl-carouselcheckin .owl-nav .owl-next span {
    border-radius: 180px;
    background: #FFF;
    color: #A8A8A8;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.owl-carouselcheckin .owl-nav .owl-prev span {
    color: #0089D7;
}

.owl-carouselcheckin .owl-nav .owl-prev.disabled span,
.owl-carouselcheckin .owl-nav .owl-next.disabled span {
    color: #A8A8A8;
}

.owl-carouselcheckin .owl-nav .owl-next span {
    color: #0089D7;
}

#map .leaflet-div-icon {
    background: none;
    border: none;
}
/* TienTN 23/11/2023 */
#diemThamQuanModal .modal-body {
    padding-right: 10px;
}

.social_link a:last-of-type {
    margin-right: 0;
}

.form-account .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 16px 15px 42px;
    color: #98A9BF !important;
    font-family: 'Myriad', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.modalAddLocaion .modal-notice {
    min-width: 600px;
    border-radius: 20px;
}

.modalAddLocaion .notiDelDn {
    margin-bottom: 20px;
}

.modalAddLocaion .form-account .form-group.form-tinhThanh {
    margin-bottom: 30px;
}

.modal-footer.footer-location {
    display: block;
    padding: 0;
}

    .modal-footer.footer-location .btnSubmit {
        justify-content: unset;
        margin: 0;
    }

        .modal-footer.footer-location .btnSubmit .btn {
            width: 100%;
        }
.form-account .form-group .select2-container .select2-selection--single {
    border-radius: 180px;
    background: #EDF2F9;
    height: auto;
    border: none;
}

.form-account .form-group .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
}

.form-account .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.layout-login .select2-dropdown {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
    border: 0;
    border-radius: 10px !important;
}

    .layout-login .select2-dropdown .select2-results {
        padding: 12px 10px 12px 0;
    }

    .layout-login .select2-dropdown .select2-results__option {
        font-family: 'Myriad', sans-serif;
        font-weight: 600;
        color: #234874;
        padding: 8px 10px 8px 20px;
    }

        .layout-login .select2-dropdown .select2-results__option[aria-selected="true"] {
            color: #008FFF;
        }

.layout-login .select2-container--open .select2-dropdown--above {
    margin-bottom: 5px;
}

.layout-login .select2-container--open .select2-dropdown--below {
    margin-top: 5px;
}

.ct-NoiBat .module-title::before {
    top: 1px;
}

.loginUser .dropdown-divider {
    margin-top: 0;
    border-color: #D4E3F1;
}

.loginUser .dropdown-menu .dropdown-item {
    font-weight: 600;
    cursor: pointer;
}

.loginUser .dropdown-menu.show {
    margin-top: 8px;
}

.dropdown-item-passport-vn:before,
.dropdown-item-passport-us:before {
    background-image: url(../images/ico-mhc.svg);
}

.dropdown-item-update-vn:before,
.dropdown-item-update-us:before {
    background-image: url("../images/icon-update-account.svg");
}

.dropdown-item-change-password-vn:before,
.dropdown-item-change-password-us:before {
    background-image: url("../images/icon-change-password.svg");
}

.select2-container--default .select2-results > .select2-results__options {
    scrollbar-color: #BDBDBD #fff;
    scrollbar-width: thin;
}

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
        width: 4px !important;
        height: 4px !important;
        border-radius: 999px;
    }

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
        background-color: #BDBDBD;
        border-radius: 999px;
    }

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 999px;
    }

/* ***************** */

@media screen and (max-width: 1366px) {
    .titlePassPort {
        bottom: 10%;
    }

    .login-avatar, .form-account .form-group {
        margin-bottom: 10px;
    }

    .login-checkbox-wrapper,
    .btn.btn-login {
        margin-bottom: 20px;
    }

    .layout-login-wrapper {
        padding: 15px 35px;
        align-items: center;
        height: unset;
    }

        .layout-login-wrapper .img-form-login {
            height: 500px;
            padding: 0 10px;
        }

    .login-avatar img {
        width: 70%;
    }

    .ct-tham-quan-item-image .ct-tham-quan-item-image-content, .btn-thamgia {
        font-size: 13px;
    }

    .ct-tham-quan-item-image-content .text-bold {
        font-size: 14px;
    }

    .image-content-item-location:before,
    .image-content-item-people:before {
        width: 16px;
        height: 16px;
    }

    .image-content-item-location, .image-content-item-people {
        padding-left: 20px;
    }

    .content-lastest .content-lastest-item .content-lastest-item-title {
        font-size: 18px;
        padding-left: 30px;
    }

        .content-lastest .content-lastest-item .content-lastest-item-title:before {
            width: 25px;
            height: 25px;
            top: -4px;
        }

    .header-item {
        font-size: 11px;
    }

    .module-content-detail .btn-thamgia {
        font-size: 16px;
        padding: 6px 20px;
    }

    #ct-detail-chuongTrinhKhac-content.owl-cacDiemKhacWrapper .item-content a {
        font-size: 16px;
    }

    .footter-content-item {
        font-size: 12px;
    }

    .module-title {
        font-size: 22px;
    }

    .ct-tham-quan-item-image .ct-tham-quan-item-image-content {
        /*bottom: 8px;*/
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info:first-child {
        font-size: 18px;
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info:not(:first-child) {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .titlePassPort {
        position: unset;
        transform: unset;
        text-align: center;
        margin-bottom: 20px;
    }

    .ct-tham-quan-item-image .ct-tham-quan-item-image-content, .btn-thamgia {
        font-size: 12px;
    }

    .locationPeople {
        flex-direction: row;
    }

    .image-content-item-people {
        margin-left: 15px;
    }

    .detail-canhan-item .detail-canhan-title {
        min-width: 70px;
    }

    #content3.content-lastest-item-detail .detail-canhan-item .detail-canhan-title {
        min-width: 65px;
        margin-right: 10px;
    }

    .local-people-passport .ct-detail-content-info-item:not(:last-child) {
        margin-right: 30px;
    }

    .local-people-passport:before {
        width: 100px;
        left: calc(50% - 50px);
    }

    .titlePassPort {
        font-size: 52px;
        top: 390px;
    }

        .titlePassPort:before {
            bottom: 32px
        }

    .owl-carouselctKhac .owl-nav .owl-prev {
        left: -35px;
    }

    .group-travelPs {
        flex-direction: column-reverse;
    }

    .infoCt-noibat {
        width: 100%;
        margin-top: 15px;
    }

    .imgCt-noiBat {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    #content2.content-lastest-item-detail .detail-canhan-item .detail-canhan-title, #content3.content-lastest-item-detail .detail-canhan-item .detail-canhan-title {
        min-width: 135px;
    }

    .content-lastest .content-lastest-item {
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
    }

    .module-title, .module-tab ul li a, .module-tab ul li a.active {
        font-size: 22px;
    }

    .content-lastest {
        justify-content: center;
    }

        .content-lastest .content-lastest-item:last-child {
            margin-top: 25px;
        }

    .detail-canhan-item .detail-canhan-title {
        min-width: 208px;
    }

    .ct-tham-quan-item .ct-tham-quan-item-image .ct-tham-quan-item-image-content {
        flex-direction: column;
    }

    .locationPeople {
        flex-direction: row;
        margin-bottom: 5px;
    }

    .image-content-item-people {
        margin-left: 10px;
    }

    .locationPeople .image-content-item-location {
        right: 25px;
    }

    .locationPeople .image-content-item-people {
        left: 25px;
    }

    .display {
        display: none;
    }

    .sdt-local-weather .header-item:first-child {
        padding: 0;
    }

    .menuburger {
        display: block;
        margin-left: 20px;
    }

    .sdt-local-weather {
        padding: 10px;
        display: flex;
        position: absolute;
        width: 100%;
        top: 60px;
        justify-content: center;
        left: 0;
        background: #D0EAFE;
    }

    .ct-detail {
        flex-direction: column;
    }

    .module-content-detail-chuongtrinh-thamgia .ct-detail .ct-detail-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .ct-detail .ct-detail-content {
        margin-left: 0;
    }

    .ct-detail-content-info .ct-detail-content-info-item:not(:last-child) {
        margin-right: 15px;
        padding-left: 20px;
    }

    .kyQuaySo-item-content.kyQuaySo-item-top {
        align-items: flex-start;
        flex-direction: column;
    }

        .kyQuaySo-item-content.kyQuaySo-item-top .kyQuaySo-item-content-title {
            margin-bottom: 5px;
        }

    .module-content-detail .row .col-md-4:first-child .detail-canhan-item {
        flex-direction: column;
    }

    .module-content-detail-canhan .row > div[class*='col-'] {
        padding: 0 15px;
    }

    .module-content-detail-canhan .row > div:nth-child(2) .detail-canhan-item .detail-canhan-title {
        min-width: 45px;
    }

    .ct-detail-content-info {
        padding: 10px;
    }

    .ct-detail .ct-detail-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .ct-detail-diadiem {
        flex-direction: column;
    }

    .ct-tham-quan-wrapper-detail .ct-detail-diadiem .ct-detail-diadiem-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 25px;
    }

        .ct-tham-quan-wrapper-detail .ct-detail-diadiem .ct-detail-diadiem-item.ct-detail-diadiem-map {
            margin-bottom: 0;
        }

    .group-travelPs {
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .infoCt-noibat, .imgCt-noiBat {
        width: 100%;
    }

    .imgCt-noiBat {
        margin: 15px 0 20px 0;
    }

    .titlePassPort {
        position: unset;
        transform: unset;
        text-align: center;
        margin: 20px 0;
    }

    .register {
        text-align: center;
    }

    .titlePassPort {
        font-size: 45px;
    }

        .titlePassPort:before {
            bottom: 29px;
        }

    .local-people-passport:before {
        width: 150px;
        left: calc(50% - 75px);
    }

    .owl-carouselctKhac .owl-nav .owl-prev {
        left: -48px;
    }

    .ct-tham-quan-item {
        flex-direction: column;
    }

        .ct-tham-quan-item .ct-tham-quan-item-image {
            width: 100%;
            margin-bottom: 15px;
        }

    .ct-tham-quan-item-detail {
        margin-left: 0;
    }

    .title-res {
        display: none;
    }

    .title-res2 {
        text-transform: capitalize;
    }
}

@media screen and (max-width: 768px) {
    .module-title-tab .top-title-tab {
        flex-direction: column;
        align-items: center;
    }

    .location-maps #select-loc {
        margin-right: -10px;
    }

    .modal-content .close {
        right: 10px;
        top: 2px;
    }

    .module-title, .module-tab ul li a, .module-tab ul li a.active {
        margin-bottom: 8px;
    }

    #diemThamQuanModal .modal-body {
        padding: 5px;
        margin-right: -7px;
        margin-top: 5px;
    }

    .module-content-detail.module-content-detail-canhan {
        margin-bottom: 10px;
    }

        .module-content-detail.module-content-detail-canhan .row {
            display: flex;
            overflow: auto;
            flex-wrap: nowrap;
            padding-bottom: 10px;
        }

        .module-content-detail.module-content-detail-canhan .col-md-4 {
            border-radius: 20px;
            border: 1px solid #C8E4FF;
            background: #FFF;
            box-shadow: 0px 5px 0px 0px #C8E4FF;
            padding: 20px !important;
            margin-right: 24px;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .module-content-detail .col-md-4:last-child {
        margin-right: 0;
    }

    .ct-tham-quan-item {
        flex-direction: column;
    }

        .ct-tham-quan-item .ct-tham-quan-item-image {
            width: 100%;
        }

    .ct-tham-quan-item-image .ct-tham-quan-item-image-content {
        flex-direction: row;
    }

    .locationPeople {
        flex-direction: column;
        margin: 0;
    }

    .image-content-item-location {
        right: 0;
    }

    .image-content-item-people {
        left: 0;
        margin-left: 0;
    }

    .ct-tham-quan-item-image {
        margin-bottom: 10px;
    }

    .ct-tham-quan-item-detail {
        margin-left: 0;
    }

    .module-content-detail-canhan .row > div[class*='col-'] {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .ct-detail-content-info {
        align-items: flex-start;
        flex-direction: column;
    }

        .ct-detail-content-info .ct-detail-content-info-item {
            margin-bottom: 5px;
            text-align: left;
            font-size: 14px;
        }

    .layout-login-wrapper {
        flex-direction: column;
        padding: 30px 20px;
        width: 90vw;
        height: unset;
    }

        .layout-login-wrapper .input-form-login {
            width: 100%;
            padding: 0;
        }

        .layout-login-wrapper .img-form-login {
            width: 100%;
            height: 190px;
            margin-bottom: 10px;
        }

    .form-account .form-group {
        margin-bottom: 15px;
    }

    .layout-login {
        background-size: unset;
        background-position: unset;
        padding: 30px 0;
        height: auto;
        min-height: 100%;
    }

    .locationPeople {
        flex-direction: row;
        margin-bottom: 5px;
    }

    .module-title:before {
        background: none;
    }

    .content-lastest {
        margin-bottom: 0;
    }

    .footerWrapper {
        margin: 0 20px 0 20px;
        padding: 1.3rem 0;
    }

    .store-link {
        display: flex;
    }

    .ct-detail-chuongTrinhKhac-title .ct-detail-chuongTrinhKhac-title-main {
        font-size: 18px;
    }

    .module-title {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main-content {
        padding-top: 70px;
    }

    .main-content {
        font-size: 16px;
    }

    .module-title .tenChuongTrinh {
        padding-left: 10px;
        font-size: 16px;
    }

        .module-title .tenChuongTrinh:before {
            left: -10px;
        }

    .ct-detail .ct-detail-content .ct-detail-content-title {
        font-size: 18px;
    }

    .ct-detail-diadiem .ct-detail-diadiem-item .ct-detail-diadiem-item-title, .ct-detail-diadiem-item-title {
        font-size: 16px;
    }

    fieldset .address .btnDetail .btnDetail-DiaChi {
        font-size: 14px !important;
    }

    .loginCus {
        min-width: unset;
    }

    .forgoPass {
        margin-bottom: 0;
    }

    .detail-canhan-item .detail-canhan-title {
        min-width: 120px;
    }

    .loginCus.loginCus-forgotpass {
        padding: 32px;
    }

    .ct-tham-quan-item-image .ct-tham-quan-item-image-content {
        padding: 10px 11px;
    }

    .content-lastest {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 auto;
        padding-bottom: 20px;
    }

        .content-lastest .content-lastest-item {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
            margin-right: 24px;
        }

            .content-lastest .content-lastest-item:last-child {
                margin-right: 0;
            }

    .ct-detail-content-info .diadiem-thamgia {
        margin-bottom: 10px;
        margin-right: 0;
    }

        .ct-detail-content-info .diadiem-thamgia .ct-detail-content-info-item-location {
            margin-right: 75px;
            font-size: 14px;
        }

        .ct-detail-content-info .diadiem-thamgia .ct-detail-content-info-item-people {
            font-size: 14px;
        }

    .location-maps .location-maps-wrapper:before,
    .location-maps .location-maps-wrapper:after {
        width: 30px;
        height: 30px;
    }

    .location-maps .location-maps-wrapper:after {
        top: calc(50% - 50px);
        right: -15px;
    }

    .location-maps .location-maps-wrapper:before {
        top: calc(50% - 50px);
        left: -5px;
    }

    .ct-tham-quan-wrapper {
        display: flex;
        overflow: auto;
    }

        .ct-tham-quan-wrapper .ct-tham-quan-item:not(:last-child) {
            margin-right: 24px;
            padding: 15px;
        }

    .ct-tham-quan-item .ct-tham-quan-item-image {
        height: unset;
    }

    .ct-tham-quan-wrapper .ct-tham-quan-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .modal-content {
        padding: 15px;
    }

    .locationPeople .image-content-item-location {
        right: 45px;
        font-size: 14px;
    }

    .locationPeople .image-content-item-people {
        left: 45px;
        font-size: 14px;
    }

    .locationPeople .icon-item-location {
        right: 0px;
    }

    .ct-tham-quan-item-image-content-item.image-content-item-location,
    .ct-tham-quan-item-image-content-item.image-content-item-people {
        width: unset;
    }

    .ct-tham-quan-item-image-content-item {
        width: 100%;
        font-size: 14px;
    }

        .ct-tham-quan-item-image-content-item .btn-thamgia {
            width: 100%;
            text-align: center;
            font-size: 16px;
        }

    .ct-tham-quan-item-detail-title a {
        margin-bottom: 5px;
    }

    .footter-content-item {
        font-size: 14px;
    }

    .footer-title {
        padding-bottom: 10px;
    }

    .img-banner-hochieu {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .ct-tham-quan-item-detail-another-title {
        font-size: 16px;
    }

    .main-content {
        padding-bottom: 15px;
    }

    .form-group-sex div:not(:last-child) {
        margin-right: 10px;
    }

    .form-account .btn-login {
        margin-top: 10px;
    }

    .ct-detail {
        margin-bottom: 15px;
    }

    .fieldset .address .btnDetail .btnDetail-DiaChi {
        padding-left: 15px;
    }

    .ct-detail-chuongTrinhKhac-title .ct-detail-chuongTrinhKhac-title-all {
        font-size: 14px;
    }

    .tenDiem {
        font-size: 18px;
    }

    .cacDiemKhac {
        font-size: 16px;
    }

    .viTriDiem {
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .gioiThieuDiem {
        margin-bottom: 10px;
    }

    #cacDiemKhac.cacDiemKhac {
        margin-bottom: 10px;
    }

    .ct-detail-diadiem-item-title {
        font-size: 14px;
    }

    .maps-wrapper .ct-detail-diadiem-item-title {
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .detail-canhan-item {
        justify-content: space-between;
    }

    .content-lastest::-webkit-scrollbar-thumb,
    .ct-tham-quan-wrapper::-webkit-scrollbar-thumb,
    .module-content-detail .row::-webkit-scrollbar-thumb {
        background-color: #008FFF;
    }

    .content-lastest::-webkit-scrollbar,
    .ct-tham-quan-wrapper::-webkit-scrollbar,
    .module-content-detail .row::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .content-lastest::-webkit-scrollbar-track,
    .ct-tham-quan-wrapper::-webkit-scrollbar-track,
    .module-content-detail .row::-webkit-scrollbar-track {
        background: #C8E4FF;
    }

    .module-content-detail .row .col-md-4:first-child .detail-canhan-item {
        flex-direction: row;
    }

    .module-content-detail-canhan .row div[class*='col-']:not(:last-child) {
        border-right: 1px solid #C8E4FF;
    }

    .module-content-detail-canhan .row div[class*='col-']:nth-child(2) {
        border-right: none;
        padding-left: 15px;
        padding-right: 0;
    }

    .backgroudCMS {
        height: unset;
    }

    .ct-detail-diadiem-item-title:before {
        top: -5px;
    }

    .menuburger {
        display: none;
    }

    .owl-carousel.owl-carouselcheckin .owl-nav .owl-prev {
        left: -35px;
    }

    .owl-carousel.owl-carouselcheckin .owl-nav .owl-next {
        right: -35px;
    }
}

@media screen and (max-width: 490px) {
    .loginUser {
        display: flex;
        align-items: center;
        position: relative;
    }

    .custom-nameuser {
        display: none;
        position: absolute !important;
        right: 0px;
        top: 30px;
        background: #fff;
        padding: 10px 10px 10px 10px !important;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 6px 6px 0 0;
    }

    .dropdown-menu {
        padding: 10px 21px 10px 10px;
    }

    .custom-nameuser.result_hover {
        display: block;
    }

    .header-item .dropdown-toggle:before,
    .header-item .dropdown-toggle:after {
        content: none;
    }

    .loginUser .dropdown-menu.show {
        top: 55px;
        box-shadow: unset;
        border-top: none;
        border-radius: 0 0 6px 6px;
    }

    .language-wrapper {
        margin-top: 0;
    }

    .avatar-admin {
        display: block !important;
    }

        .avatar-admin img {
            width: 22px;
            height: 22px;
            margin-right: 5px;
        }

    .header-item .dropdown-toggle {
        margin-right: 5px;
    }

    .language-wrapper .language-item:not(:first-child) {
        margin-left: 5px;
    }

    .titlePassPort {
        font-size: 30px;
    }

    .header-item {
        padding: 0;
    }

    .titlePassPort:before {
        bottom: 18px;
    }

    .local-people-passport:before {
        width: 120px;
        left: calc(50% - 60px);
    }

    .menuburger, .sdt-local-weather {
        display: none;
    }

    .ct-detail-chuongTrinhKhac-title {
        align-items: flex-start;
        flex-direction: column;
    }

        .ct-detail-chuongTrinhKhac-title .ct-detail-chuongTrinhKhac-title-main {
            font-size: 18px;
            margin-bottom: 10px;
        }

    .footerWrapper .col-lg, .footerWrapper .col-lg-auto {
        padding: 0;
    }

    .locationPeople .image-content-item-location.cus-item-location {
        right: 100px;
    }
}

@media screen and (max-width: 450px) {
    .header-item .logo {
        width: 180px;
    }

    .ct-tham-quan-item-image-content-item .btn-thamgia {
        font-size: 14px;
    }

    .locationPeople .image-content-item-location.cus-item-location {
        right: 130px;
    }
}

@media screen and (max-width: 426px) {
    .header-item .logo {
        width: 180px;
    }
}

@media screen and (max-width: 375px) {
    .module-title-tab .top-title-tab {
        flex-direction: column;
        align-items: center;
    }

    .header-item .logo {
        width: 150px;
    }

    .ct-tham-quan-item-image-content-item .btn-thamgia {
        line-height: 1.37;
    }

    .locationPeople .image-content-item-location.cus-item-location {
        right: 100px;
    }

    .content-lastest .content-lastest-item .content-lastest-item-detail .content-lastest-item-detail-info:not(:first-child) {
        text-align: right;
    }

    .btnSubmit .btnDongY,
    .btnSubmit .btnHuy {
        padding: 10px;
        width: 100%;
    }
}
/*.owl-stage-outer{
    width:100%;
}
    .owl-stage-outer .owl-stage {
        min-width: 100% !important;
        display: flex;
        justify-content: space-around;
    }

.owl-carousel .owl-stage:after {
    content: none !important
}*/
