@font-face {
    font-family: 'Mulish', sans-serif;
    src: url(../fonts/Mulish/Mulish-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Mulish Medium', sans-serif;
    src: url(../fonts/Mulish/static/Mulish-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Mulish SemiBold', sans-serif;
    src: url(../fonts/Mulish/static/Mulish-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Mulish Bold', sans-serif;
    src: url(../fonts/Mulish/static/Mulish-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Playfair Display', sans-serif;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Playfair Display Semi', sans-serif;
    src: url(../fonts/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Playfair Display Bold', sans-serif;
    src: url(../fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-style: normal;
    src: url(../fonts/Material/material-symbols-outlined.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Rounded', sans-serif;
    font-style: normal;
    src: url(../fonts/Material/material-symbols-rounded.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Sharp';
    font-style: normal;
    src: url(../fonts/Material/material-symbols-sharp.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    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-family: 'Material Symbols Rounded', sans-serif;
    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;
    font-variation-settings: 'wght' 300
}



.material-symbols-rounded.filled {
    font-variation-settings:
        'FILL' 1
}

/*body {
    min-height: 100vh;
}*/

:root {
    --text: #33396D;
    --title: #F2726A;
    --text-content: #373737;
    --xanh-la: #68BC5B;
    --title-dam: #CC5952;
    --red-button: #FF847C;
    --yellow-text: #FFD600;
    --lightblue-background: #009AF1;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    color: unset;
}

body {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    text-align: justify;
    min-height: 100vh;
}

h1 {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
}

h2 {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}

h4 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

ul, li {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

img {
    object-fit: contain;
    object-position: 50% 50%;
    max-width: 100%;
    height: auto;
}

/* *::-webkit-scrollbar {
    display: none;
} */

.main-btn .btn-special a {
    border-radius: 999px;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Mulish SemiBold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    transition: 0.5s;
    color: #fff;
}

    .main-btn .btn-special > .btn-details:hover {
        color:#fff;
    }

        .main-btn .btn-special > a::before{
            content: '';
            position: absolute;
            inset: 0;
            height: 50%;
            z-index: 1;
            transform: scale(0);
            transition: transform 0.5s;
            transform-origin: 90% 10%;
            border-radius: 999px 999px 0 0;
            border-bottom: none !important;
        }

        .main-btn .btn-special span{
            position: relative;
            z-index: 2;
        }

            .main-btn .btn-special > a:hover::before{
                transform: scaleX(1);
                transition: transform 0.5s;
                transform-origin: 90% 10%;
            }
            

        .main-btn .btn-special > a::after{
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 50%;
            z-index: 1;
            transform: scale(0);
            transition: transform 0.5s;
            transform-origin: 10% 90%;
            border-radius: 0 0 999px 999px;
            border-top: none !important;
        }

            .main-btn .btn-special > a:hover:after{
                transform: scaleX(1);
                transition: transform 0.5s;
                transform-origin: 10% 90%;
            }

/* Btn Color */

.main-btn .btn-special.btn-red a {
    background: var(--red-button);
}

        .main-btn .btn-special.btn-red > a::before,
        .main-btn .btn-special.btn-red > a::after {
            border: 2px solid var(--title);
            background: var(--title);
        }

.main-btn .btn-special.btn-green a {
    background: var(--xanh-la);
}

        .main-btn .btn-special.btn-green > a::before,
        .main-btn .btn-special.btn-green > a::after {
            border: 2px solid #3EAA63;
            background: #3EAA63;
        }

.main-btn .btn-special.btn-green2 a {
    background: #71CD90;
}

        .main-btn .btn-special.btn-green2 > a::before,
        .main-btn .btn-special.btn-green2 > a::after {
            border: 2px solid #3EAA63;
            background: #3EAA63;
        }

.main-btn .btn-special.btn-blue a {
    background: #4ACBF3;
}

        .main-btn .btn-special.btn-blue > a::before,
        .main-btn .btn-special.btn-blue > a::after {
            border: 2px solid #25a0c7;
            background: #25a0c7;
        }

.main-btn .btn-special.btn-yellow a {
    background: #ED9E34;
}

        .main-btn .btn-special.btn-yellow > a::before,
        .main-btn .btn-special.btn-yellow > a::after {
            border: 2px solid #ED9E34;
            background: #ED9E34;
        }

.main-btn .btn-special.btn-gray a {
    background: #ACAFC9;
}

        .main-btn .btn-special.btn-gray > a::before,
        .main-btn .btn-special.btn-gray > a::after {
            border: 2px solid #8f9099;
            background: #8f9099;
        }

.main-btn .btn-special.btn-black a {
    background: #33396D;
}

        .main-btn .btn-special.btn-black > a::before,
        .main-btn .btn-special.btn-black > a::after {
            border: 2px solid #2a2e53;
            background: #2a2e53;
        }

.text-center {
    text-align: center !important;
}

#Topbtn.show {
    opacity: 1;
    visibility: visible;
}

#Topbtn:hover {
    cursor: pointer;
    background-color: #A0D9F2;
    color: #fff
}

#Topbtn:focus {
    outline: none;
}

#Topbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #A0D9F2;
    color: #A0D9F2;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#botchat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 85px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 100;
}

.required:after {
    content:" *";
    color: red;
}

.full-btn {
    width: 100%;
    margin-top: 8px;
}

@media screen and (min-width: 1921px) {
    .container {
        max-width: 1650px;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1730px) {
    .container {
        max-width: 1650px;
    }
}

@media screen and (max-width: 1729px) and (min-width: 1367px) {
    .container {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1366px) and (min-width: 1117px) {
    .container {
        max-width: 1300px;
    }
}
@media screen and (max-width: 1117px) and (min-width: 870px) {
    .container {
        max-width: 900px;
    }
}

    @media screen and (max-width: 870px) {
        .container {
            max-width: 850px;
        }
    }

    @media screen and (max-width: 800px) {
        .container {
            max-width: 740px;
        }
    }

    .container {
        width: 100%;
    }

    .header.nonfixed-header {
        position: unset;
    }

    /* CSS Section Nav - Inner */

    .header.inner-header {
        height: 100px;
    }

    .inner-header .overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 54.17%, rgba(0, 0, 0, 0.4) 100%);
        z-index: 1;
    }

    .inner-header .menu-bar {
        background: url(../icons/background-nav2.png) no-repeat center;
        background-size: cover;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
        padding: 15px 0;
        position: relative;
    }

    .inner-header #main-menu > li > a.current {
        background-image: url(../icons/active2.png);
        background-size: 55px 50px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .inner-header #main-menu > li > a {
        color: #fff
    }

    .nav-action .search-nav {
        margin-right: 30px;
    }

    /* CSS Section Breadcrumb */

    .breadcrumb {
        background: none;
    }

        .breadcrumb .breadcrumb-content {
            font-family: 'Mulish Bold', sans-serif;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: var(--text);
        }

            .breadcrumb .breadcrumb-content > a.active {
                color: var(--title);
                pointer-events: none;
            }

            .breadcrumb .breadcrumb-content i {
                padding: 0 5px;
            }

    /* Sự kiện */

    .Coming-soon {
        color: #FFE600
    }

    .On-going {
        color: #FF9A97
    }

    .Expired {
        color: rgba(255, 255, 255, 0.5);
    }

    /* Cố định */

    .flex-start {
        align-items: flex-start !important;
    }

    .voted {
        color: #FFB24A;
    }

    .non-voted {
        color: #D2D2D2;
    }

    .title {
        font-family: 'Mulish Bold', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: var(--title);
    }

    .red-text {
        color: var(--title);
    }

    .align-left {
        text-align: left !important;
    }

    .btn-sidebar,
    .btn-close {
        display: none;
    }

    .no-absolute {
        position: unset !important;
    }

    .user-nav.not-log,
    .user-avatar.logged {
        display: block;
    }

    .user-nav.logged,
    .user-avatar.not-log {
        display: none;
    }

    .no-border {
        border: 0 !important;
    }

    .weight700 {
        font-weight: 700;
        font-family: 'Mulish Bold', sans-serif;
    }

    .user-action-list ul li:has(.login-info) {
        border-bottom: 1px solid #EAEAEA;
    }

    .login-info {
        /*     position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer; */
        font-family: 'Mulish Bold', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        color: #60BE80;
        padding-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        white-space: normal;
        text-align: left;
    }


        .login-info .login-name span {
            display: flex;
            align-items: center;
        }

    /***********BỔ SUNG CSS*********/
    /* Navigation bar đặc biệt của trang chủ */

    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        height: 70px;
    }

    .menu-bar {
        background: #FFFFFF;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        padding: 5px 0
    }

    .header .contra-nav {
        display: flex;
        justify-content: space-between;
        z-index: 100;
        position: relative;
    }

    .nav-brand {
        float: none;
        height: auto;
        padding: 0;
    }

        .nav-brand .logo img {
            width: 100%;
            height: 65px;
        }

    #main-menu-state:not(:checked) ~ #main-menu {
        display: flex;
        align-items: center
    }

    #main-menu {
        float: none;
        flex-grow: 1;
        justify-content: center;
    }

        #main-menu li {
            height: 100%;
        }

            #main-menu li a {
                font-family: 'Mulish Bold', sans-serif;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                color: var(--text);
                height: 100%;
                display: flex;
                align-items: center;
                white-space: nowrap;
            }

        #main-menu > li > a {
            line-height: 50px;
            margin-right: 35px;
            font-size: 18px;
        }

            #main-menu > li > a.current {
                background-image: url(../icons/active.png);
                background-size: 55px 50px;
                background-repeat: no-repeat;
                background-position: center;
            }

        #main-menu > li > ul {
            position: absolute;
            background: #FFFFFF;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 0px 0px 10px 10px;
            padding: 15px 25px 5px 15px;
        }

            #main-menu > li > ul > li {
                padding-bottom: 10px;
            }

                #main-menu > li > ul > li > a {
                    font-size: 15px;
                    line-height: 20px;
                }

    .nav-action {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /* .nav-action .search-nav {
        padding-right: 50px;
    } */
    /* CSS Section Footer */

    .mainbackgroud-container {
        background: #008CDB;
        padding-top: 16px;
        padding-bottom: 22px;
    }

        .mainbackgroud-container .main-footer-container {
            display: flex;
            justify-content: space-between;
        }

        .mainbackgroud-container .footer-title {
            font-family: 'Mulish SemiBold', sans-serif;
            font-weight: 600;
            font-size: 20px;
            line-height: 25px;
            text-transform: uppercase;
            color: var(--white);
            margin-bottom: 10px;
        }

        .mainbackgroud-container .information {
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
            color: #FFFFFF;
        }

            .mainbackgroud-container .information p {
                margin: 0;
            }

        .mainbackgroud-container .footer-list .list-access {
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            color: #FFFFFF;
            font-family: 'Mulish SemiBold', sans-serif;
        }

        .mainbackgroud-container .footer-list .footer-inner-list {
            display: flex;
            margin-left: 20px;
        }

        .mainbackgroud-container .footer-list .list-access li {
            list-style-type: disc;
            padding-bottom: 5px;
        }

        .mainbackgroud-container .footer-list .list-access-left {
            padding-right: 60px;
        }

        .mainbackgroud-container .footer-extra {
            display: flex;
        }

            .mainbackgroud-container .footer-extra .download-app {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
            }

                .mainbackgroud-container .footer-extra .download-app a {
                    margin-left: 10px;
                }

                .mainbackgroud-container .footer-extra .download-app .footer-title {
                    margin-bottom: 0;
                }

            .mainbackgroud-container .footer-extra .count {
                display: flex;
                align-items: flex-end;
                flex-direction: column;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: #FFFFFF;
            }



                .mainbackgroud-container .footer-extra .count p {
                    margin-bottom: 0;
                }

                .mainbackgroud-container .footer-extra .count .text-bold {
                    font-weight: 600;
                    font-family: 'Mulish SemiBold', sans-serif;
                }

    .subbackground-container {
        background: var(--lightblue-background);
    }

        .subbackground-container .sub-footer {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #fff;
            padding: 7px 0;
            display: flex;
            justify-content: space-between;
        }

            .subbackground-container .sub-footer p {
                margin: 0;
            }

            .subbackground-container .sub-footer .built-in {
                display: flex;
                justify-content: space-between;
            }

                .subbackground-container .sub-footer .built-in .tooltip_constrast {
                    margin-right: 10px;
                }

                .subbackground-container .sub-footer .built-in .Built .text-bold {
                    font-weight: 600;
                    font-family: 'Mulish SemiBold', sans-serif;
                }

            .subbackground-container .sub-footer .Copyright {
                display: flex;
                align-items: center;
            }

    /* CSS ô tìm kiesm */

    .home-search {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 41.666666666%;
        transform: translate(-50%, -50%);
        z-index: 10;
        height: 60px;
    }

        .home-search .search-group {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .home-search .search-group > span {
                width: 100%;
                height: 100%;
            }

        .home-search input {
            margin: 0;
            padding-left: 30px !important;
            padding-right: 100px !important;
            color: #262626;
            width: 100%;
            height: 100%;
            max-width: 100%;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 50px;
        }

            .home-search input::placeholder {
                font-weight: 500;
                font-family: 'Mulish', sans-serif;
                font-size: 16px;
                line-height: 22px;
                color: #262626;
            }

            .home-search input:focus {
                outline: none;
            }

        .home-search .search-group .icon-search {
            position: absolute;
            top: 10px;
            right: 11px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #FF7757;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .home-search .search-group .icon-search img {
                width: 24px;
                height: 24px;
            }

    /* Nút Nav */

    .main-menu-btn {
        float: right;
        margin: 10px;
        margin-top: 24.5px;
        position: relative;
        display: inline-block;
        width: 29px;
        height: 29px;
        text-indent: 29px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
        position: absolute;
        top: 50%;
        left: 2px;
        height: 2px;
        width: 24px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: var(--title);
    }

        .main-menu-btn-icon:before {
            content: '';
            top: -7px;
            left: 0;
        }

        .main-menu-btn-icon:after {
            content: '';
            top: 7px;
            left: 0;
        }

    /*.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    background: var(--title);
}*/

    #main-menu-state {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    .header .contra-nav label {
        display: none;
    }

    .login-name {
        background: rgba(0, 0, 0, 0.6);
        border-radius: 0px 0px 10px 10px;
        padding: 3.5px 10px;
        font-family: 'Mulish Bold', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #FFE600;
    }

    .login-info .login-name span {
        display: flex;
        align-items: center;
    }

        .login-info .login-name span::after {
            content: '';
            width: 14px;
            height: 14px;
            display: block;
            background: url(../icons/chevron_down.png) no-repeat center;
            margin-left: 10px;
        }


    .user-action {
        background: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 15px 20px;
        position: absolute;
        white-space: nowrap;
        right: 0;
        top: 60px;
        width: 200px;
        display: none;
        z-index: 9999;
    }

        .user-action ul li {
            font-family: 'Mulish SemiBold', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            color: var(--text);
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            .user-action ul li img {
                margin-right: 10px;
            }

            .user-action ul li.logout {
                padding-top: 5px;
                border-top: 1px solid #EAEAEA;
                margin-bottom: 0;
                color: var(--title)
            }

    .user-avatar a {
        border: 1px solid #FBC6BA;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
    }

    .user-expand-more {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .user-expand-more .material-icons-outlined {
            color: #9A9FCC;
            cursor: pointer;
        }

    .user-avatar img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }


    .personal-info .info-details .avatar {
        position: relative;
        margin-right: 100px;
        flex-shrink: 0;
        width: 150px;
        height: 150px;
    }

        .personal-info .info-details .avatar > img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            border-radius: 50%;
        }

        .personal-info .info-details .avatar .avatar-change {
            left: calc(50% - 18px);
            position: absolute;
            background: var(--text);
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            justify-content: center;
            align-items: center;
            bottom: -15px;
            cursor: pointer;
        }

            .personal-info .info-details .avatar .avatar-change img {
                width: 18px;
                height: 100%;
            }

    .tooltip_constrast {
        display: none;
    }

    .footer-extra .extra {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-around;
    }

    /******************BỔ SUNG CSS CÒN THIẾU*******************/

    .language-choice img {
        width: 30px;
        height: 30px;
    }

    .language-choice .language-now {
        display: flex;
        align-items: center;
        margin-left: 10px;
        cursor: pointer;
    }

    .user-language-list ul li img {
        width: 30px;
        height: 30px;
    }

    .user-language.user-action {
        padding-bottom: 0;
    }

    .language-choice .material-icons-outlined {
        color: #9A9FCC;
        cursor: pointer;
    }

    .follow-us .follow-link ul {
        display: flex;
        gap: 6px;
    }

    .follow-us {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .follow-us .follow-header {
            font-family: 'Mulish Medium', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 30px;
            color: #FFFFFF;
            padding-right: 10px;
        }

    /* CSS Section Tin tức */

    .section-news .news {
        margin-bottom: 60px;
    }

    .section-news .news-title {
        color: var(--title);
        margin-bottom: 35px;
        position: relative;
    }

        .section-news .news-title::before {
            content: '';
            background: url(../icons/Title-before.png);
            width: 120px;
            height: 110px;
            display: block;
            position: absolute;
            bottom: -58px;
            left: -28px;
        }

    .main-news-container .main-news-group .img-main-news {
        border-radius: 20px;
        overflow: hidden;
    }

        .main-news-container .main-news-group .img-main-news > a,
        .sub-news-container .sub-news-group .img-sub-news > a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .main-news-container .main-news-group .img-main-news img,
        .sub-news-container .sub-news-group .img-sub-news img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .main-news-container .main-news-group .content-main-news .main-news-title {
        font-family: 'Mulish Bold', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: var(--title-dam);
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .news .news-date {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #71CD90;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .news .news-date::before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            margin-right: 5px;
            background: url(../icons/calendar.png) no-repeat center;
            background-size: contain;
        }

    .news .news-summary {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
        color: var(--text);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 4;
    }

    .section-news .sub-news-container ul {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

        .section-news .sub-news-container ul li {
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
        }

            .section-news .sub-news-container ul li .sub-news-group {
                display: flex;
            }

    .sub-news-group .img-sub-news {
        flex: none;
        border-radius: 10px;
        overflow: hidden;
        width: 32.83582%;
    }

    .sub-news-group .content-sub-news {
        padding-left: 12px;
    }

        .sub-news-group .content-sub-news .sub-news-title {
            font-weight: 700;
            font-family: 'Mulish Bold', sans-serif;
            font-size: 16px;
            line-height: 22px;
            text-align: justify;
            color: var(--title-dam);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 2;
            margin-bottom: 5px;
        }

        .sub-news-group .content-sub-news .sub-news-summary .news-summary {
            -webkit-line-clamp: 2;
        }

    /* CSS Section Tạo lịch trình */

    .section-tour .create-tour-container {
        background: url(../images/CreateTour.png) no-repeat center;
        background-size: contain;
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .section-tour .create-tour {
        padding: 30px;
        width: 47.757%;
        position: relative;
    }

        .section-tour .create-tour h2 {
            color: var(--white);
            padding-bottom: 19px;
        }

        .section-tour .create-tour .create-tour-summary {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: justify;
            color: #FFFFFF;
        }

        .section-tour .create-tour .btn-explore-now {
            display: flex;
            align-items: center;
            padding: 10px 10px 10px 30px;
            position: absolute;
            width: 208px;
            height: 50px;
            left: 900px;
            top: 59px;
            background: var(--red-button);
            border-radius: 200px;
        }

            .section-tour .create-tour .btn-explore-now span {
                font-family: 'Mulish SemiBold', sans-serif;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                color: #FFFFFF;
            }

            .section-tour .create-tour .btn-explore-now::after {
                content: '';
                background: url(../icons/right-icon.png) no-repeat center;
                width: 32px;
                height: 32px;
                background-color: #E85454;
                border-radius: 50%;
                margin-left: 15px;
            }

    /* CSS Section Địa điểm */

    .section-destination .destination-main {
        margin-bottom: 80px;
    }

    .destination-main .destination-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

        .destination-main .destination-grid .destination-content .destination-news {
            display: inline-block;
            cursor: pointer;
            perspective: 500px;
            position: relative;
            height: 100%;
        }

        .destination-main .destination-grid .destination-content .destination-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 50%;
            margin: 0;
            border-radius: 20px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.1%, rgba(0, 0, 0, 0.8) 100%);
        }

        /*.destination-content .destination-news .destination-caption .btn-destination a {
                        padding: 9px 30px;
                    }*/

        .destination-main .destination-grid .destination-content .destination-description {
            border-radius: 20px;
            position: absolute;
            bottom: 0;
            padding: 10px;
            height: 100%;
            left: 0;
            right: 0;
            opacity: 1;
            transition: all 0.5s ease-out;
        }

    .destination-description .destination-link {
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 20px;
        position: absolute;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .destination-content .destination-link {
        font-family: 'Mulish SemiBold', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .destination-main .destination-grid .destination-content .destination-caption {
        width: calc(100% + 1px);
        height: calc(100% + 1px);
        padding: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        border-radius: 20px;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .destination-main .destination-grid .introdution {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        padding: 30px;
    }

        .destination-main .destination-grid .introdution h1 {
            color: var(--title);
            margin-bottom: 20px;
        }

        .destination-main .destination-grid .introdution .intro-summary {
            font-family: 'Mulish SemiBold', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: var(--text);
            margin-bottom: 34px;
        }

        .destination-main .destination-grid .introdution .btn-introdution a {
            padding: 14px 30px;
        }

    .destination-main .destination-grid .destination-content .destination-news:hover .destination-caption {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.45, 1.45, 0.8, 1);
        animation-duration: 500ms;
    }

    .destination-content .destination-news .destination-caption .destination-link {
        padding-bottom: 15px;
    }

    .destination-content .destination-news .destination-caption .destination-summary {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 15;
        margin-bottom: 24px;
    }

    .destination-content:nth-child(4) .destination-news .destination-caption .destination-summary,
    .destination-content:nth-child(5) .destination-news .destination-caption .destination-summary {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 4;
    }

    .destination-content .destination-news .destination-caption .btn-destination a {
        padding: 9px 30px;
    }

    #intro-grid {
        grid-area: 1 / 1 / 2 / 2;
    }

    #destination-1 {
        grid-area: 2 / 1 / 4 / 2;
    }

    #destination-2 {
        grid-area: 1 / 2 / 3 / 3;
    }

    #destination-3 {
        grid-area: 3 / 2 / 4 / 3;
    }

    #destination-4 {
        grid-area: 1 / 3 / 2 / 4;
    }

    #destination-5 {
        grid-area: 2 / 3 / 4 / 4;
    }