body {
    font: 500 16px/1.5 SVN-Gilroy, sans-serif;
    color: #201C64;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/FontsFree-Net-SFProText-Regular.ttf');
}

@font-face {
    font-family: 'Code 128';
    src: url('../fonts/code128.ttf');
}

html {
    zoom: 1;
}

.d-flex {
    display: flex;
}

.flex-item {
    display: flex;
    align-items: center;
}

.transition_01 {
    transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
}

.mobile_transition_01 div{
    height:130px;
    margin:8px 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.block-center {
    margin: 0 auto;
}

a {
    color: #506CFF;
}

a:hover {
    color: #072eff;
}
.scroll_horizontal::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

.scroll_horizontal::-webkit-scrollbar-track {
    background-color: rgba(209, 213, 219, 0);
}


.scroll_horizontal::-webkit-scrollbar-thumb {
    background: rgba(231, 231, 231, .3);
    border-radius: 12px;
}


.scroll_horizontal:hover::-webkit-scrollbar-thumb {
    background: rgba(231, 231, 231, .6);
    border-radius: 12px;
}
/* ______________________ trang home ______________________*/
.banner-area {
    width: 100%;
    /* padding-top: 84px; */
}

.home-banner {
    /*banner thường*/
    background-image: url('../images/home-banner.png');
    background-image: -webkit-image-set(url('../images/home-banner.png') 1x);
    /*Sự kiện giáng sinh*/
    /*background-image: url('../images/event/event-home-banner.png');*/
    /*background-image: -webkit-image-set(url('../images/event/event-home-banner.png') 1x);*/
    /*Sự kiện Tết*/
    /*background-image: url('../images/tet/trang_chu_header_tet.png');
    background-image: -webkit-image-set(url('../images/tet/trang_chu_header_tet.png') 1x);*/
    background-repeat: no-repeat;
    background-position: center -125px;
    background-size: auto 1150px;
    min-height: 560px;
    margin-top: 82px;
}

    .home-banner .banner-content {
        margin-top: 130px;
    }

    .home-banner .row-square {
        display: flex;
        margin-top: 28px;
    }

    .home-banner .square-block {
        background: rgba(255, 255, 255, .11);
        width: 172px;
        height: 116px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        border: 3px solid transparent;
        transition: transform 0.15s;
        -webkit-transition: transform 0.15s;
        -moz-transition: transform 0.15s;
        -ms-transition: transform 0.15s;
        -o-transition: transform 0.15s;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .home-banner .square-block:hover {
            border: 3px solid rgba(255, 255, 255, .2);
            text-decoration: none;
            /* transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); */
        }

        .home-banner .square-block:last-child {
            margin-right: 0;
        }

.square-block > div {
    text-align: center;
}

    .square-block > div p {
        padding-top: 12px;
        font-size: 19px;
    }

.home-banner .square-block img {
    transition: transform 0.15s;
    -webkit-transition: transform 0.15s;
    -moz-transition: transform 0.15s;
    -ms-transition: transform 0.15s;
    -o-transition: transform 0.15s;
}

.home-banner .square-block:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.home-banner .description-text {
    text-align: center;
    color: #fff;
    width: 66%;
    margin: 150px auto 36px;
}

    .home-banner .description-text h4 {
        font-size: 30px;
        font-weight: 600;
        padding: 24px;
    }

    .home-banner .description-text .quyen-hoivien {
        color: #193DF9;
        font-size: 14px;
        font-weight: 700;
        background: #fff;
        line-height: 58px;
        margin-top: 48px;
        display: inline-block;
        padding: 0 44px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .home-banner .description-text .quyen-hoivien:hover,
        .home-banner .description-text .quyen-hoivien:focus {
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
            text-decoration: none;
        }

        .home-banner .description-text .quyen-hoivien span {
            display: flex;
            align-items: center;
            opacity: 0.75;
        }

            .home-banner .description-text .quyen-hoivien span img {
                margin-left: 16px;
            }

        .home-banner .description-text .quyen-hoivien:hover span {
            opacity: 1;
        }

/* xu ly hover 1 item, cac item dong cap con lai co hieu ung theo */
.row-item-gold {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.item-gold {
    /* flex: 1; */
    display: flex;
    padding-top: 32px;
    width: 220px;
    /*height: 230px;*/
    border: 1px solid #ebecf1;
    border-top: 2px solid #ebecf1;
    border-bottom: 2px solid #ebecf1;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

    .item-gold:first-child {
        border-left: 2px solid #ebecf1;
    }

.box-opacity-100.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 1);
}

.box-opacity-90.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.9);
}

.box-opacity-80.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.8);
}

.box-opacity-70.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.7);
}

.box-opacity-50.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.5);
}

.box-opacity-60.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.6);
}

.box-opacity-40.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.4);
}

.box-opacity-30.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.3);
}

.box-opacity-20.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.2);
}

.box-opacity-10.item-gold:first-child {
    border-left: 2px solid rgba(255, 169, 8, 0.1);
}

.item-gold:last-child {
    border-right: 2px solid #ebecf1;
}

.box-opacity-100.item-gold:last-child {
    border-right: 2px solid rgba(255, 169, 8, 1);
}

.box-opacity-90.item-gold:last-child {
    border-left: 2px solid rgba(255, 169, 8, 0.9);
}

.box-opacity-80.item-gold:last-child {
    border-left: 2px solid rgba(255, 169, 8, 0.8);
}

.box-opacity-70.item-gold:last-child {
    border-right: 2px solid rgba(255, 169, 8, 0.7);
}

.box-opacity-60.item-gold:last-child {
    border-left: 2px solid rgba(255, 169, 8, 0.6);
}

.box-opacity-50.item-gold:last-child {
    border-right: 2px solid rgba(255, 169, 8, 0.5);
}

.box-opacity-40.item-gold:last-child {
    border-right: 2px solid rgba(255, 169, 8, 0.4);
}

.box-opacity-30.item-gold:last-child {
    border-right: 2px solid rgba(255, 169, 8, 0.3);
}

.box-opacity-20.item-gold:last-child {
    border-right: 2px solid rgba(255, 169, 8, 0.2);
}

.box-opacity-10.item-gold:last-child {
    border-right: 2px solid rgba(255, 169, 8, 0.1);
}


.box-opacity-100,
.box-opacity-90,
.box-opacity-80,
.box-opacity-70,
.box-opacity-60,
.box-opacity-50,
.box-opacity-40,
.box-opacity-30,
.box-opacity-20,
.box-opacity-10 {
    border: 1px solid rgba(255, 169, 8, 1);
    border-top: 2px solid rgba(255, 169, 8, 1);
    border-bottom: 2px solid rgba(255, 169, 8, 1);
}

.box-opacity-100 {
    border: 1px solid rgba(255, 169, 8, 1);
    border-top: 2px solid rgba(255, 169, 8, 1);
    border-bottom: 2px solid rgba(255, 169, 8, 1);
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}

.box-opacity-90 {
    border: 1px solid rgba(255, 169, 8, 0.9);
    border-top: 2px solid rgba(255, 169, 8, 0.9);
    border-bottom: 2px solid rgba(255, 169, 8, 0.9);
    transition: all ease-in-out 0.16s;
    -webkit-transition: all ease-in-out 0.16s;
    -moz-transition: all ease-in-out 0.16s;
    -ms-transition: all ease-in-out 0.16s;
    -o-transition: all ease-in-out 0.16s;
}

.box-opacity-80 {
    border: 1px solid rgba(255, 169, 8, 0.8);
    border-top: 2px solid rgba(255, 169, 8, 0.8);
    border-bottom: 2px solid rgba(255, 169, 8, 0.8);
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.17s;
    -moz-transition: all ease-in-out 0.17s;
    -ms-transition: all ease-in-out 0.17s;
    -o-transition: all ease-in-out 0.17s;
}

.box-opacity-70 {
    border: 1px solid rgba(255, 169, 8, 0.7);
    border-top: 2px solid rgba(255, 169, 8, 0.7);
    border-bottom: 2px solid rgba(255, 169, 8, 0.7);
    transition: all ease-in-out 0.18s;
    -webkit-transition: all ease-in-out 0.18s;
    -moz-transition: all ease-in-out 0.18s;
    -ms-transition: all ease-in-out 0.18s;
    -o-transition: all ease-in-out 0.18s;
}

.box-opacity-60 {
    border: 1px solid rgba(255, 169, 8, 0.6);
    border-top: 2px solid rgba(255, 169, 8, 0.6);
    border-bottom: 2px solid rgba(255, 169, 8, 0.6);
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.20s;
    -moz-transition: all ease-in-out 0.20s;
    -ms-transition: all ease-in-out 0.20s;
    -o-transition: all ease-in-out 0.20s;
}

.box-opacity-50 {
    /*opacity: 0.5;
    */ border: 1px solid rgba(255, 169, 8, 0.5);
    border-top: 2px solid rgba(255, 169, 8, 0.5);
    border-bottom: 2px solid rgba(255, 169, 8, 0.5);
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
    -ms-transition: all ease-in-out 0.22s;
    -o-transition: all ease-in-out 0.22s;
}

.box-opacity-40 {
    /*opacity: 0.4;
    */ border: 1px solid rgba(255, 169, 8, 0.4);
    border-top: 2px solid rgba(255, 169, 8, 0.4);
    border-bottom: 2px solid rgba(255, 169, 8, 0.4);
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
}

.box-opacity-30 {
    /*opacity: 0.3;
    */ border: 1px solid rgba(255, 169, 8, 0.3);
    border-top: 2px solid rgba(255, 169, 8, 0.3);
    border-bottom: 2px solid rgba(255, 169, 8, 0.3);
    transition: all ease-in-out 0.28s;
    -webkit-transition: all ease-in-out 0.28s;
    -moz-transition: all ease-in-out 0.28s;
    -ms-transition: all ease-in-out 0.28s;
    -o-transition: all ease-in-out 0.28s;
}

.box-opacity-20 {
    /*opacity: 0.2;
    */ border: 1px solid rgba(255, 169, 8, 0.2);
    border-top: 2px solid rgba(255, 169, 8, 0.2);
    border-bottom: 2px solid rgba(255, 169, 8, 0.2);
    transition: all ease-in-out 0.32s;
    -webkit-transition: all ease-in-out 0.32s;
    -moz-transition: all ease-in-out 0.32s;
    -ms-transition: all ease-in-out 0.32s;
    -o-transition: all ease-in-out 0.32s;
}

.box-opacity-10 {
    /*opacity: 0.1;
    */ border: 1px solid rgba(255, 169, 8, 0.1);
    border-top: 2px solid rgba(255, 169, 8, 0.1);
    border-bottom: 2px solid rgba(255, 169, 8, 0.1);
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
}

.row-item-gold-m {
    display: none;
}
/* // xu ly hover 1 item, cac item dong cap con lai co hieu ung theo */
.item-gold > div {
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.item-gold:hover > div {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.item-gold > div b {
    color: #201C64;
    font-size: 20px;
    font-weight: 700;
}

    .item-gold > div b.text-uutien {
        font-size: 23px;
        margin-top: -3px;
        display: block;
    }

.item-gold > div strong {
    color: #201C64;
    font-size: 20px;
    font-weight: 700;
}

.item-gold > div div {
    width: 68px;
    line-height: 30px;
    margin: 22px auto;
    border: 3px solid #fff0d2;
    background: linear-gradient(223.53deg, #FFD233 23.82%, #FFB800 79.59%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .item-gold > div div.img_uutien {
        background: url('../images/uutien-icon.svg') center no-repeat;
        background-size: 46px;
        height: 43px;
        border: none;
        margin: 20px auto;
    }

    .item-gold > div div > span {
        font-weight: 900;
        /* background: linear-gradient(to bottom, #fff 0%, #fff0d2 100%); */
        background: linear-gradient(207.27deg, #FFFFFF 30.6%, rgba(255, 255, 255, 0) 162.11%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.item-gold > div p {
    color: #201C64;
}

    .item-gold > div p > span {
        display: block;
    }

/* HOME > BOX QUA TANG */
.home-quatang {
    margin: 72px auto 0;
    max-width: 1500px;
    height: 606px;
    background: url('../images/quatang-bg-top.png') left top / 450px no-repeat, url('../images/quatang-bg-bottom.png') right 115px / 820px no-repeat;
    background-color: #f2f6ff;
    color: #201C64;
    font-weight: 500;
    padding: 66px 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .home-quatang .title {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 44px;
    }

        .home-quatang .title span {
            color: #506CFF;
        }

    .home-quatang p._text {
        text-align: justify;
    }

    .home-quatang .btn-more {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        background: #506CFF;
        line-height: 58px;
        margin-top: 48px;
        display: inline-block;
        padding: 0 44px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .home-quatang .btn-more:hover,
        .home-quatang .btn-more:focus {
            background: #193DF9;
            text-decoration: none;
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
        }

        .home-quatang .btn-more span {
            display: flex;
            align-items: center;
        }

            .home-quatang .btn-more span img {
                margin-left: 16px;
                width: 20px;
                transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
            }

    .home-quatang .col-right img.img-d {
        display: block;
    }

    .home-quatang .col-right img.img-m {
        display: none;
    }

    .home-quatang .box-note {
        background: #fff;
        margin-top: 78px;
        padding: 24px 20px;
        font-style: italic;
        letter-spacing: -0.2px;
        text-align: justify;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
/* HOME > HUONG DAN THAM GIA */
.home-thamgia {
    /*Sự kiện thường*/
    background-image: url('../images/home-thamgia.png');
    background-image: -webkit-image-set(url('../images/home-thamgia.png') 1x);
    background-repeat: no-repeat;
    background-position: bottom center;
    /*background-size: auto 857px;*/
    width: 100%;
    color: #fff;
    font-weight: 500;
    /*padding-top: 230px;*/
    /*Sự kiện giáng sinh*/
    /*background-image: url('../images/event/event-home-thamgia.png');
    background-image: -webkit-image-set(url('../images/event/event-home-thamgia.png') 1x);*/
    /*Sự kiện Tết*/
    /*background-image: url('../images/tet/trang_chu_footer_tet.png');
    background-image: -webkit-image-set(url('../images/tet/trang_chu_footer_tet.png') 1x);*/
    background-size: auto auto;
    height: 1206px;
}

    .home-thamgia .col-left {
        padding-right: 0px;
        padding-top: 0px;
        margin-top: 130px;
    }

    .home-thamgia .col-right {
        padding-top: 70px;
        padding-left: 100px;
        /*Sự kiện giáng sinh*/
        margin-top: 40%;
    }

        .home-thamgia .col-right .title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 32px;
        }

        .home-thamgia .col-right .sub-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
        }

.row-buoc-thamgia.m-bottom {
    margin-bottom: 27px;
}

.row-buoc-thamgia .download-app {
    margin-top: 20px;
}

    .row-buoc-thamgia .download-app img {
        object-fit: cover;
        width: 176px;
        height: 63px;
        border: 5px solid rgba(255, 255, 255, 0);
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

        .row-buoc-thamgia .download-app img:hover {
            border: 5px solid rgba(255, 255, 255, 0.2);
        }

.box-i-huongdan {
    display: flex;
    width: 88px;
    height: 88px;
    margin-right: 36px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #fff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.row-buoc-thamgia:hover .box-i-huongdan {
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.box-i-huongdan:hover img {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
}

/* ______________________ trang gioi thieu ______________________*/
.about-banner {
    /*Sự kiện thường*/
    background-image: url('../images/about_banner_2024.png');
    background-image: -webkit-image-set(url('../images/about_banner_2024.png') 1x);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 600px;
    height: 600px;
    /*Sự kiện giáng sinh*/
    /*background-image: url('../images/event/event-about-banner.png');
    background-image: -webkit-image-set(url('../images/event/event-about-banner.png') 1x);*/
    /*Sự kiện Tết*/
    /*background-image: url('../images/tet/gioi_thieu_header_tet.png');
    background-image: -webkit-image-set(url('../images/tet/gioi_thieu_header_tet.png') 1x);*/
}

.about-banner .description-text {
    font-size: 20px;
    color: #fff;
    padding-top: 155px;
}

    .about-banner .description-text h4 {
        font-size: 45px;
        font-weight: 700;
        line-height: 62px;
        padding-bottom: 52px;
    }
/* breadcrumb */
.about-banner ~ .breadcrumb-row {
    /*Sự kiện thường*/
    background: #331BC9;
    /*TET*/
    /*background: #D84F31;*/
}

.breadcrumb-box {
    padding-bottom: 0;
}

.breadcrumb-box .breadcrumb {
    margin-bottom: 0px;
    padding: 14px 0;
    font-size: 15px;
    background: transparent;
}

.breadcrumb-box .breadcrumb > .active {
    /* color: rgba(255, 255, 255, 1); */
    font-weight: 500;
    color: #3D3D3D;
}

.breadcrumb-box .breadcrumb > li a {
    /* color: rgba(255, 255, 255, .6); */
    color: #3D3D3D;
}

.breadcrumb-box .breadcrumb > li:hover a {
    text-decoration: none;
    /* color: rgba(255, 255, 255, 1); */
}

.breadcrumb-box .breadcrumb > li + li:before {
    color: rgba(255, 255, 255, .6);
}
/* //breadcrumb */

/* ABOUT > KHTT */
.about-khtt {
    margin: 0 auto 30px;
    max-width: 1500px;
    height: 636px;
    color: #201C64;
    font-weight: 500;
    padding: 0 0 40px;
}

    .about-khtt .title {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 44px;
    }

        .about-khtt .title span {
            color: #506CFF;
        }

        .about-khtt .title p {
            line-height: 1;
        }

    .about-khtt .list-about li {
        position: relative;
        padding: 24px;
        margin-left: 6px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

        .about-khtt .list-about li:hover {
            background: #F6F7FB;
        }

        .about-khtt .list-about li::before {
            content: '';
            position: absolute;
            width: 6px;
            height: calc(100% - 40px);
            left: -6px;
            top: 20px;
            background: #506CFF;
            background: rgba(80, 108, 255, 0.5);
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
        }

        .about-khtt .list-about li:hover::before {
            background: rgba(80, 108, 255, 1);
        }

    .about-khtt .col-left {
        padding-left: 0;
    }

    .about-khtt .col-right {
        padding-right: 0;
    }
/* // ABOUT > KHTT */

/* xu ly show more - show less */
.showmore-questions {
    position: relative;
}

    .showmore-questions .text {
        padding: 0 15px;
        position: relative;
        display: block;
    }

        .showmore-questions .text.show-more-height ~ .show-more {
            position: relative;
            padding: 0 10px;
            width: 200px;
            height: 58px;
            line-height: 58px;
            margin: 0 auto;
            margin-top: 20px;
            text-align: center;
            background: #e5e9ff;
            color: #506CFF;
            font-weight: 600;
            cursor: pointer;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }

            .showmore-questions .text ~ .show-more,
            .showmore-questions .text.show-more-height ~ .show-more:hover {
                position: relative;
                padding: 0 10px;
                width: 200px;
                height: 58px;
                line-height: 58px;
                margin: 0 auto;
                margin-top: 20px;
                text-align: center;
                background: #F3F4F9;
                color: #201C64;
                font-weight: 600;
                cursor: pointer;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
            }

                .showmore-questions .text ~ .show-more:hover {
                    background: #e5e9ff;
                    color: #506CFF;
                }

    .showmore-questions .show-more-height {
        height: 468px;
        /* overflow-y: scroll; */
        overflow: hidden;
        margin-bottom: 32px;
    }
/* //xu ly show more - show less */

/* xu ly expand */
.about-cauhoi {
    margin-bottom: 30px;
}

    .about-cauhoi .title {
        font-size: 36px;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

.info-expand {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
}

    .info-expand .item {
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: auto;
        margin-bottom: 16px;
        border: 2px solid #506CFF;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        transition: all ease-out 0.2s;
        -webkit-transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -ms-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
    }

        .info-expand .item .head-item {
            display: flex;
            justify-content: space-between;
            cursor: pointer;
        }

            .info-expand .item .head-item > div {
                align-items: center;
                margin-right: 20px;
                width: 100%;
            }

        .info-expand .item.coll .head-item > div p {
            line-height: 28px;
            color: #201C64;
            font-weight: 700;
            font-size: 17px;
            line-height: 25px;
            text-align: justify;
        }

        .info-expand .item .head-item > div p {
            line-height: 28px;
            color: #506CFF;
            font-weight: 700;
            font-size: 17px;
            line-height: 25px;
            text-align: justify;
        }

        .info-expand .item .head-item > div > span {
            height: 20px;
            width: 20px;
            float: left;
            min-width: 10px;
            background: url('../images/check.svg');
            border-radius: 100%;
            margin-right: 15px;
            position: relative;
            top: -12px;
            transform: translateY(75%);
            -webkit-transform: translateY(75%);
            -moz-transform: translateY(75%);
            -ms-transform: translateY(75%);
            -o-transform: translateY(75%);
        }

        .info-expand .item .head-item img,
        .info-expand .item .head-item svg {
            transform: rotate(180deg) translatey(-6px);
            width: 16px;
            height: 10px;
            /* margin-top: 6px; */
            background-color: #506CFF; /* defines the background color of the image */
            mask: url('../images/arrow-down1.svg') no-repeat center / contain;
            -webkit-mask: url('../images/arrow-down1.svg') no-repeat center / contain;
            -webkit-transform: rotate(180deg) translatey(-6px);
            -moz-transform: rotate(180deg) translatey(-6px);
            -ms-transform: rotate(180deg) translatey(-6px);
            -o-transform: rotate(180deg) translatey(-6px);
        }

        .info-expand .item.coll .head-item img,
        .info-expand .item.coll .head-item svg {
            transform: rotate(180deg) translatey(-6px);
            width: 16px;
            height: 10px;
            margin-top: 6px;
            background-color: #201C64; /* defines the background color of the image */
            mask: url('../images/arrow-down1.svg') no-repeat center / contain;
            -webkit-mask: url('../images/arrow-down1.svg') no-repeat center / contain;
        }
        /* .demo-svg-color {
    width: 16px;
    height: 10px;
    background-color: red;
    mask: url('../images/arrow-down1.svg') no-repeat center / contain;
    -webkit-mask: url('../images/arrow-down1.svg') no-repeat center / contain;
} */
        .info-expand .item .content-item {
            display: flex;
            flex-direction: column;
            font-weight: 500;
            line-height: 25px;
            text-align: left;
            padding: 12px 0 0;
        }

        .info-expand .item.coll .content-item {
            display: none;
        }

        .info-expand .item .content-item p {
            line-height: 28px;
            /*text-align: justify;*/
            font-size: 16px
        }

        .info-expand .item .img-item {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            grid-gap: 16px;
            width: 100%;
        }

    .info-expand .coll {
        height: auto;
        min-height: 25px;
        margin-bottom: 0;
        overflow: hidden;
        border: 2px solid transparent;
        border-bottom: 2px solid #F3F4F9;
        background: transparent;
        transition: all ease-out 0.2s;
    }

        .info-expand .coll > div > img,
        .info-expand .coll > div > svg {
            transform: none !important;
            filter: none !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
        }

    .info-expand .collapse {
        cursor: pointer;
    }
/* //xu ly expand */
.box-about-khtt {
    text-align: center;
    padding: 0 16px;
}

    .box-about-khtt div {
        font-size: 25px;
        font-weight: 700;
        padding: 48px 0 16px;
    }

    .box-about-khtt p {
        color: rgba(32,28,100, 0.6);
    }

        .box-about-khtt p > span {
            display: block;
        }

    .box-about-khtt a {
        background: #506CFF;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 58px;
        margin-top: 44px;
        display: inline-block;
        padding: 0 44px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .box-about-khtt a span {
            display: flex;
            align-items: center;
        }

            .box-about-khtt a span img {
                margin-left: 12px;
                width: 25px
            }

        .box-about-khtt a:hover,
        .box-about-khtt a:focus {
            background: #193DF9;
            text-decoration: none;
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
        }

.about-thamgia {
    /*Sự kiện thường*/
    background: url('../images/about-thamgia.png') center bottom no-repeat;
    /*sự kiện tết*/
    /*background: url('../images/tet/trang_chu_footer_tet.png') center bottom no-repeat;*/
    background-size: auto 857px;
    height: 857px;
    color: #fff;
    font-weight: 500;
}

    .about-thamgia .col-left {
        padding-top: 148px;
        width: 54%;
    }

    .about-thamgia .col-right {
        padding-top: 8px;
        width: 46%;
    }

        /* .about-thamgia .col-right1 {
        padding-top: 288px;
        width: 46%;
    }*/

        .about-thamgia .col-right .title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 16px;
            padding-top: 300px;
        }

        .about-thamgia .col-right .sub-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
        }

/* _______________________ trang hạng và quyền lợi */
.quyenloi-banner {
    /*Sự kiện thường*/
        background-image: url('../images/quyenloi-banner1.png');
    background-image: -webkit-image-set(url('../images/quyenloi-banner1.png') 1x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 600px;
    width: 100%;
    height: 600px;
    /*Sự kiện giáng sinh*/
    /*ackground-image: url('../images/event/event-quyenloi-banner.png');
    background-image: -webkit-image-set(url('../images/event/event-quyenloi-banner.png') 1x);*/
    /*Sự kiện giáng sinh*/
    /*background-image: url('../images/event/event-quyenloi-banner.png');
    background-image: -webkit-image-set(url('../images/event/event-quyenloi-banner.png') 1x);*/
    /*Sự kiện Tết*/
    /*background-image: url('../images/tet/hang_quyen_loi_header_tet.png');
    background-image: -webkit-image-set(url('../images/tet/hang_quyen_loi_header_tet.png') 1x);
    background-size: auto 600px;
    background-position: center bottom;*/
}

    .quyenloi-banner .description-text {
        font-size: 20px;
        color: #fff;
        padding-top: 155px;
    }

        .quyenloi-banner .description-text h4 {
            font-size: 45px;
            font-weight: 700;
            line-height: 62px;
            padding-bottom: 52px;
        }
    /* breadcrumb */
    .quyenloi-banner ~ .breadcrumb-row {
        /*Sự kiện thường*/
        background: #644BFF;
        /*Sự kiện giáng sinh*/
        /*background: #F3353F;*/
        /*TET*/
        /*background: #D84F31;*/
    }

.quyenloi-tieuchi {
    margin: 0 auto;
    max-width: 1500px;
    color: #201C64;
    font-weight: 500;
    padding: 0 0 40px;
}

    .quyenloi-tieuchi .title {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 44px;
    }

    .quyenloi-tieuchi .description {
        padding-bottom: 48px;
    }

    .quyenloi-tieuchi .title span {
        color: #506CFF;
    }

    .quyenloi-tieuchi .title p {
        line-height: 1;
    }

    .quyenloi-tieuchi .block-card > div {
        display: flex;
        align-items: center;
        color: #fff;
        height: 100px;
        padding: 0 18px;
        font-size: 14px;
        line-height: 20px;
        border: 4px solid transparent;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

        .quyenloi-tieuchi .block-card > div img {
            margin-right: 14px;
        }

        .quyenloi-tieuchi .block-card > div b {
            font-size: 18px;
            /*font-weight: 700;*/
        }

        .quyenloi-tieuchi .block-card > div p {
            padding-top: 5px;
        }

        .quyenloi-tieuchi .block-card > div.hang-bac {
            background: #8B93AD;
        }

            .quyenloi-tieuchi .block-card > div.hang-bac:hover {
                border: 4px solid #c0c6d9;
            }

        .quyenloi-tieuchi .block-card > div.hang-vang {
            background: #F3BB43;
        }

            .quyenloi-tieuchi .block-card > div.hang-vang:hover {
                border: 4px solid #ffda89;
            }

        .quyenloi-tieuchi .block-card > div.hang-bachkim {
            background: #343E6F;
        }

            .quyenloi-tieuchi .block-card > div.hang-bachkim:hover {
                border: 4px solid #5b6389;
            }

        .quyenloi-tieuchi .block-card > div.hang-kimcuong {
            background: #1F2226;
        }

            .quyenloi-tieuchi .block-card > div.hang-kimcuong:hover {
                border: 4px solid #4f545a;
            }

        .quyenloi-tieuchi .block-card > div:hover img {
            transform: scale(1.15);
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
        }
/* tab verticle ------------------------------- */
.tabs_wrapper {
    width: 100%;
    margin: 15px auto 0 auto;
    background: transparent;
}

ul.tabs_v {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 340px;
    min-width: 175px;
    list-style: none;
    top: 0 !important;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    ul.tabs_v li {
        margin: 0;
        cursor: pointer;
        padding: 82px 20px;
        line-height: 31px;
        font-size: 18px;
        text-align: left;
        font-weight: 700;
        background: rgba(243,244,249,.4);
        color: rgba(32,28,100,.5);
        margin-bottom: 2px;
        width: 100%;
        border-left: 4px solid #a6a4c1;
    }

        ul.tabs_v li:last-child {
            margin-bottom: 0;
        }

        ul.tabs_v li:hover {
            background: #eff1ff;
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        ul.tabs_v li.active {
            background: rgba(243,244,249,1) url('../images/arow-right-color.svg') right center no-repeat;
            color: #201C64;
            border-left: 4px solid #506CFF;
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        ul.tabs_v li span {
            vertical-align: middle;
        }

        ul.tabs_v li img {
            margin-bottom: 28px;
            filter: grayscale(70%);
            -webkit-filter: grayscale(70%);
            opacity: .5;
        }

        ul.tabs_v li.active img {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
            opacity: 1;
        }

.tab_container_v {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: -2px;
    z-index: 20;
    width: calc(100% - 345px);
    min-width: 10px;
    text-align: left;
    background: rgba(243,244,249,1);
}

    .tab_container_v._setheight {
        min-height: 487px !important;
    }

    .tab_container_v._height_tichdiem {
        min-height: 490px !important;
    }

.tab_content {
    padding: 16px;
    height: 100%;
    display: none;
    border-left: 1px solid #fff;
}

    .tab_content h4 {
        font-size: 20px;
        line-height: 40px;
        font-weight: 700;
        padding-bottom: 8px;
    }

    .tab_content > p {
        position: relative;
        line-height: 28px;
        font-weight: 500;
        text-align: justify;
    }

    .tab_content._set_line_height > p {
        line-height: 30px;
    }

.tab_drawer_heading {
    display: none;
}
/* // tab verticle ------------------------------- */
.quyenloi-tieuchi .box-note {
    background: #F6F7FB;
    padding: 24px 20px;
    letter-spacing: -0.2px;
    font-style: italic;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 50px;
    margin-top: 20px;
}

.quyenloi-tieuchi .box-note span {
    display: block;
}

.box-note a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.box-note a:hover {
    border-bottom: 1px solid #072eff;
}
@media(max-width: 540px) {
    .quyenloi-tieuchi .box-note {
        border-radius: 8px;
    }
}
/* layout circle quyền lợi */

.layout-quyenloi {
    width: 100%;
    display: flex;
}

    .layout-quyenloi .right {
    }

        .layout-quyenloi .right > div {
            padding: 20px 20px 20px 40px;
        }

            .layout-quyenloi .right > div > div {
                left: -57px;
            }

        .layout-quyenloi .left > div,
        .layout-quyenloi .right > div {
            padding: 24px 28px;
            position: relative;
            border-radius: 8px;
            background: #F3F4F9;
            margin: 25px 0;
            display: flex;
            align-items: center;
        }

            .layout-quyenloi .left > div img,
            .layout-quyenloi .right > div img {
                margin-right: 20px;
            }

            .layout-quyenloi .left > div > span > b,
            .layout-quyenloi .right > div > span > b {
                font-size: 18px;
                font-weight: 700;
            }

            .layout-quyenloi .left > div > div,
            .layout-quyenloi .right > div > div {
                right: -57px;
                width: 44px;
                height: 44px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                border: 15px solid rgba(255,168,0,0.1);
                top: 50%;
                transform: translateY(-50%);
                border-radius: 100%;
                z-index: 1;
            }

    .layout-quyenloi > div {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        font-weight: 600;
    }

        .layout-quyenloi > div > div > div:before {
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            background: linear-gradient(180deg, #FFDF7E 0%, #FAA500 100%);
            border-radius: 95px;
            -webkit-border-radius: 95px;
            -moz-border-radius: 95px;
            -ms-border-radius: 95px;
            -o-border-radius: 95px;
        }

    .layout-quyenloi .img-center {
        /* background: url('../images/group-circle.svg') center no-repeat; */
        min-width: 610px;
        max-width: 610px;
        background-size: 610px;
        height: 640px;
        align-items: center;
        position: relative;
        /* background-color: #eee; */
    }

        .layout-quyenloi .img-center:after {
            content: '';
            position: absolute;
            top: 14px;
            left: 0;
            width: 610px;
            height: 610px;
            border: 0.4vw solid rgba(0, 0, 0, 0);
            background: url('../images/group-circle.svg') center no-repeat;
            background-size: 610px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            animation: rotate 19s infinite linear;
            -webkit-animation: rotate 19s infinite linear;
            transition: transform 0.7s linear;
            -webkit-transition: transform 0.7s linear;
            -moz-transition: transform 0.7s linear;
            -ms-transition: transform 0.7s linear;
            -o-transition: transform 0.7s linear;
        }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.layout-quyenloi .img-center .title-center {
    font-weight: 700;
    font-size: 40px;
    position: absolute;
    top: 80px;
}

.layout-quyenloi > div.left > div:nth-of-type(1) {
    right: -18px
}

.layout-quyenloi > div.left > div:nth-of-type(2) {
    right: 25px
}

.layout-quyenloi > div.left > div:nth-of-type(3) {
    right: -18px
}

.layout-quyenloi > div.right > div:nth-of-type(1) {
    left: -115px
}

.layout-quyenloi > div.right > div:nth-of-type(2) {
    left: 12px;
}

.layout-quyenloi > div.right > div:nth-of-type(3) {
    left: 12px;
}

.layout-quyenloi > div.right > div:nth-of-type(4) {
    left: -115px
}

.about-quyenloi-m {
    display: none;
}
/* //circle quyền lợi */
/* _______________________ end trang hạng và quyền lợi */


/* _______________________ trang tích điểm */
.tichdiem-banner {
    /*Sự kiện thường*/
    background-image: url('../images/tichdiem-banner.png');
    background-image: -webkit-image-set(url('../images/tichdiem-banner.png') 1x);
    background-repeat: no-repeat;
    background-position: center top;
    /*background-size: auto 682px;*/
    width: 100%;
    height: 600px;
    /*Sự kiện giáng sinh*/
    /*background-image: url('../images/event/event-tichdiem-banner.png');
    background-image: -webkit-image-set(url('../images/event/event-tichdiem-banner.png') 1x);*/
    /*Sự kiện Tết*/
    /*background-image: url('../images/tet/tich_diem_header_tet.png');
    background-image: -webkit-image-set(url('../images/tet/tich_diem_header_tet.png') 1x);
    background-size: auto 600px;*/
    background-position: center bottom;
}

    .tichdiem-banner .description-text {
        font-size: 20px;
        color: #fff;
        padding-top: 155px;
    }

        .tichdiem-banner .description-text h4 {
            font-size: 45px;
            font-weight: 700;
            line-height: 62px;
            padding-bottom: 52px;
        }
    /* breadcrumb */
    .tichdiem-banner ~ .breadcrumb-row {
        /*Sự kiện thường*/
        background: #306EFF;
        /*background: #331BC9;*/
        /*background: #331BC9;*/
        /*TET*/
        /*background: #D84F31;*/
    }

.img-tichdiem {
    /*min-width: 100%;*/
    width: 100%;
    background: linear-gradient(#F0F6FF,#FFFFFF);
}

.img-tichdiem-m {
    margin: 0 auto;
    width: 100%;
    display: none;
}

.img-dollar {
    width: 26px;
    height: 26px;
}

.img-tangdiem {
    width: 50%;
    margin: 0 auto;
}

.text-big-bold {
    font-size: 25px;
    font-weight: 900;
}

.text-normal {
    font-size: 16px;
    font-weight: 500;
}

.tichdiem-selects-m {
    display:none;
}

.tichdiem-selects {
    margin: 0 auto;
    max-width: 1440px;
}
    .tichdiem-selects .selects-box {
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
        .btn-select-m,
        .tichdiem-selects .selects-box .btn-select {
            padding: 12px 36px;
            border-radius: 40px;
            border: #DEE0E7 solid 1px;
            font-weight: 600;
            color: rgba(31, 38, 54, 0.75);
            
        }

            .btn-select-m:hover,
            .tichdiem-selects .selects-box .btn-select:hover {
                background: #201C64;
                color: #FFFFFF;
                cursor: pointer;
            }

            .select-active {
                background: #201C64;
                color: #FFFFFF !important;
            }

.tichdiem-carousel {
    position: relative;
    /*max-width: 1280px;*/
    margin: 0 auto 56px;
}
    .tichdiem-carousel .row-NextPre {
        position: relative;
        margin: 0 auto;
        max-width: 1450px;
        width: 100%;
        top: 220px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
        /* position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
    }
        .tichdiem-carousel .row-NextPre #tichdiem-next,
        .tichdiem-carousel .row-NextPre #tichdiem-prev {
            background-color: #d1d1d1; /* defines the background color of the image */
            mask: url('../images/arrow-left-circle.svg') no-repeat center / contain;
            -webkit-mask: url('../images/arrow-left-circle.svg') no-repeat center / contain;
            width: 60px;
            height: 56px;
        }

        .tichdiem-carousel .row-NextPre #tichdiem-next:hover,
        .tichdiem-carousel .row-NextPre #tichdiem-prev:hover {
            background-color: #506CFF;
            cursor: pointer;
        }
        .tichdiem-carousel .row-NextPre #tichdiem-next.disabled,
        .tichdiem-carousel .row-NextPre #tichdiem-prev.disabled { 
            background-color: #d1d1d1;
            cursor: default;
            opacity: .6;
            pointer-events: none;
        }

        .tichdiem-carousel .row-NextPre #tichdiem-next {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

    .tichdiem-carousel #tichdiem-carousel-box {
        max-width: 1280px;
        width: 85%;
        margin: 0 auto;
        height: auto;
    }

.tichdiem-banner-top {
    margin: 0 auto -8px;
    max-width: 100%;
    height: auto;
    background: url('../images/quatang-bg-top.png') left top / 450px no-repeat, url('../images/quatang-bg-bottom.png') 152% 264px / 820px no-repeat;
    background-color: #f2f6ff;
    color: #201C64;
    font-weight: 500;
    padding: 80px 0 120px;
}

    .tichdiem-banner-top .title {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 44px;
    }

        .tichdiem-banner-top .title span {
            color: #506CFF;
        }

    .tichdiem-banner-top .col-left {
        padding-left: 0;
        padding-top: 16px;
    }

    .tichdiem-banner-top .col-right {
        padding-right: 0;
    }

    .tichdiem-banner-top .btn-span {
        background: #FFAE15;
        color: #fff;
        font-weight: 600;
        padding: 15px 25px;
        margin-top: 48px;
        display: inline-block;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        margin-left: 173px;
    }

    .tichdiem-banner-top .btn-span1 {
        background: #FFAE15;
        color: #fff;
        font-weight: 600;
        width: 300px;
        padding: 15px 25px;
        margin-top: 24px;
        display: inline-block;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        margin-left: 16px;
    }

@media (max-width: 1024px) {
    .tichdiem-selects .selects-box {
        flex-wrap: nowrap;
        justify-content:flex-start;
        white-space: nowrap;
        overflow-x: auto;
    }
    
    .tichdiem-selects .selects-box::-webkit-scrollbar {
        height: 3px;
        width: 3px;
    }

    .tichdiem-selects .selects-box::-webkit-scrollbar-track {
        background-color: rgba(209, 213, 219, 0);
    }
    .tichdiem-selects .selects-box::-webkit-scrollbar-thumb {
        background: rgba(231, 231, 231, 0);
        border-radius: 12px;
    }
    .tichdiem-selects .selects-box:hover::-webkit-scrollbar-thumb {
    background: rgba(231, 231, 231, 0);
    border-radius: 12px;
    }

}
@media (max-width: 834px) {
    .tichdiem-selects {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tichdiem-selects .selects-box .btn-select {
        padding: 3px 16px;
        font-size: 16px;
    }
}
.block-tichdiem {
    width: 100%;
    font-weight: 500;
}

    .block-tichdiem .title {
        font-size: 19px;
        font-weight: 700;
        line-height: 56px;
    }

        .block-tichdiem .title span {
            color: #FFAE15;
            font-size: 35px;
            line-height: 56px;
            font-weight: 700;
        }

    .block-tichdiem ._text_p {
        padding: 10px 0;
        font-weight: 400;
    }

.tichdiem-bgcolor {
    background-image: url('../images/tangdiem-sn-bg.png');
    background-image: -webkit-image-set(url('../images/tangdiem-sn-bg.png') 1x);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
}

.block-hifpt {
/*    background-image: url('../images/hifpt-img-bg.png');
    background-image: -webkit-image-set(url('../images/hifpt-img-bg.png') 1x);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;*/
    width: 100%;
    height: 537px;
}

.tichdiem--blockhang {
    display: flex;
    align-items: center;
    color: #0F1E47;
    background: #F6F7FB;
    min-height: 72px;
    padding: 0 24px;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    margin-top: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .tichdiem--blockhang:hover {
        background: #f0f5ff;
    }

    .tichdiem--blockhang img {
        margin-right: 20px;
    }

    .tichdiem--blockhang > div p {
        display: inline-block;
    }

    .tichdiem--blockhang .trian-text-group {
        display: flex;
        flex-direction: column;
    }

.tichdiem-bgcolor .tichdiem--blockhang {
    background: #fff;
}

    .tichdiem-bgcolor .tichdiem--blockhang:hover {
        background: #ecf0f7;
    }

.tichdiem-banner-1 {
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
    background-color: #fff;
    color: #201C64;
    font-weight: 500;
    padding: 24px 0;
}

    .tichdiem-banner-1 .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 56px;
/*        padding-top: 100px;*/
    }

        .tichdiem-banner-1 .title span {
            color: #FFAE15;
            font-size: 35px;
            line-height: 56px;
            font-weight: 700;
        }

    .tichdiem-banner-1 ._text_p {
        padding: 20px 0 10px;
    }

        .tichdiem-banner-1 ._text_p > span {
            display: block;
        }

.block-gtbb {
    width: 100%;
}

    .block-gtbb .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 56px;
        text-align: center;
        padding: 0 10px;
    }

        .block-gtbb .title span {
            color: #FFAE15;
            font-size: 35px;
            line-height: 56px;
            font-weight: 700;
        }

    .block-gtbb ._text_p {
        padding: 20px 0 10px;
        text-align: center;
    }

        .block-gtbb ._text_p > span {
            display: block;
        }

    .block-gtbb .block-img {
        display: flex;
        background: linear-gradient(#FBFBFD, #F6F7FB);
        width: 100%;
        height: 222px;
        margin: 0 auto;
        padding: 28px;
        border: 1px solid #DEE0E7;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .block-gtbb .magioithieu-box {
        height: 130px;
    }

    .block-gtbb .block-img span {
        width: 30%;
    }
        .block-gtbb .block-img:hover {
            border: 1px solid #7d92ff;
        }

        .block-gtbb .block-img div {
            width: 100%;
            text-align: center;
        }

            .block-gtbb .block-img div b {
                font-weight: 700;
                font-size: 25px;
                line-height: 1;
                display: block;
                padding-top: 40px;
                padding-bottom: 16px;
            }

        .block-gtbb .block-img strong {
            font-size: 25px;
            font-weight: 900;
            padding-bottom : 8px;
        }

        .block-gtbb .block-img p {
            color: rgba(32,18,100,.6);
            font-weight: 500
        }

        .block-gtbb .block-img > div > span > img {
            height: 72px;
            margin: 0 auto 24px auto;
        }

        .block-gtbb .block-img:hover p {
            color: rgba(32,18,100,1);
        }

        .block-gtbb .block-img:hover > div > span > img,
        .block-gtbb .block-img:hover div > img {
            transform: scale(1.12);
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -ms-transform: scale(1.12);
            -o-transform: scale(1.12);
        }

        .block-gtbb .block-img .flex-row {
            display: flex;
        }

        .block-gtbb .block-img .flex-row > div {
            text-align: left;
            margin-left: 24px;
        }

        .row-items-gtbb {
            margin: 44px auto 0 auto;
            max-width: 1200px;
        }

.tichdiem-block-2item {
    background: #fff;
    padding: 80px 0 0;
}

.items-img-tangdiem > div > div {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.3);
    height: auto;
    padding-bottom: 32px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

    .items-img-tangdiem > div > div:hover {
        box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.6);
    }

    .items-img-tangdiem > div > div img {
        width: 100%;
        margin-bottom: 32px;
        max-height: 358px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .items-img-tangdiem > div > div ._title_white {
        position: absolute;
        top: 30px;
        left: 36px;
        width: calc(100% - 72px);
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }

        .items-img-tangdiem > div > div ._title_white img {
            width: auto;
            margin: 0;
            margin-right: 24px;
        }

    .items-img-tangdiem > div > div p {
        padding: 0 36px;
        font-weight: 500;
        line-height: 25px;
        min-height: 76px;
        text-align: justify;
    }

.tichdiem-quydinh {
    /*Sự kiện thường*/
    background-image: url('../images/tichdiem-bottom.png');
    background-image: -webkit-image-set(url('../images/tichdiem-bottom.png') 1x);
    /*sự kiện tết*/
   /* background-image: url('../images/tet/tich_diem_footer_tet.png');
    background-image: -webkit-image-set(url('../images/tet/tich_diem_footer_tet.png') 1x);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    /* background-size: auto 950px; */
    background-size:cover;
    width: 100%;
    height: 900px;
    color: #fff;
    font-weight: 500;
    padding-top: 230px;
}

    .tichdiem-quydinh .title {
        font-size: 45px;
        font-weight: 700;
        text-align: center;
    }

.tabs_wrapper.opacity .tab_container_v {
    background: rgba(255,255,255,.1)
}

.tabs_wrapper.opacity ul.tabs_v li {
    background: rgba(255,255,255,.02);
    border-left: 4px solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
}

    .tabs_wrapper.opacity ul.tabs_v li.active {
        background: rgba(255,255,255,.1) url('../images/arow-right-white.svg') right center no-repeat;
        border-left: 4px solid rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }

.tabs_wrapper.opacity .tab_content {
    border-left: 0;
    border-bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 490px;
}

.tabs_wrapper.opacity ul.tabs_v li img {
    margin-bottom: 28px;
    opacity: .4;
    filter: none;
    -webkit-filter: none;
}

.tabs_wrapper.opacity ul.tabs_v li.active img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}
/* _______________________ //trang tích điểm */

/* _______________________ trang quà tặng */
.expander .summary p {
    font-size: unset !important;
    margin: 0;
    padding: 0 !important;
    font-weight: unset;
    word-break: break-word;
}
.quatang-banner {
    /*Sự kiện thường*/
        background-image: url('../images/quatang-banner.png');
    background-image: -webkit-image-set(url('../images/quatang-banner.png') 1x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 600px;
    width: 100%;
    height: 600px;
    /*Sự kiện giáng sinh*/
    /*background-image: url('../images/event/event-quatang-banner.png');
    background-image: -webkit-image-set(url('../images/event/event-quatang-banner.png') 1x);*/
    /*Sự kiện Tết*/
    /*background-image: url('../images/tet/qua_tang_header_tet.png');
    background-image: -webkit-image-set(url('../images/tet/qua_tang_header_tet.png') 1x);
    background-size: auto 600px;
    background-position: center bottom;*/
}

    .quatang-banner .description-text {
        font-size: 20px;
        color: #fff;
        padding-top: 155px;
    }

        .quatang-banner .description-text h4 {
            font-size: 45px;
            font-weight: 700;
            line-height: 62px;
            padding-bottom: 52px;
        }
    /* breadcrumb */
    .quatang-banner ~ .breadcrumb-row {
        /*Sự kiện thường*/
        background: #68BAE9;
        /*TET*/
        /*background: #7E001D;*/
        /*Sự kiện giáng sinh*/
        /*background: #F49277;*/
        /*TET*/
        /*background: #D84F31;*/
    }

.quatang-voucher-block {
    margin: 0 auto;
    max-width: 100%;
    background-color: #f3f4f9;
    padding: 80px 0;
}

    .quatang-voucher-block .col-sm-12 > div {
        position: relative;
        display: flex;
        background: #fff;
        min-height: 80px;
        margin-bottom: 20px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

        .quatang-voucher-block .col-sm-12 > div div.left-block {
            padding: 16px 0 16px 16px;
        }

            .quatang-voucher-block .col-sm-12 > div div.left-block img {
                width: 200px;
                height: 200px;
                object-fit: fill;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
            }

        .quatang-voucher-block .col-sm-12 > div div.right-block {
            background: url('../images/voucher_line.png') top left no-repeat;
            background-size: 32px auto;
            height: 232px;
            padding: 24px 32px 24px 48px;
            position: relative;
        }
            /*  .quatang-voucher-block .col-sm-12 > div div.right-block .free-tag{
            top: 0px;
            left: 0px;
        }*/


            .quatang-voucher-block .col-sm-12 > div div.right-block span {
                font-size: 18px;
                font-weight: 700;
                display: block;
            }

                .quatang-voucher-block .col-sm-12 > div div.right-block span > b {
                    display: none;
                }

            .quatang-voucher-block .col-sm-12 > div div.right-block p {
                font-size: 13px;
                padding: 12px 0;
            }

            .quatang-voucher-block .col-sm-12 > div div.right-block span > strong {
                display: block;
            }

.view-detail-voucher {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 6px;
    padding-left: 264px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .view-detail-voucher ._link {
        color: #193DF9;
        padding-right: 32px;
        background: url('../images/alert-circle.svg') center right / 16px no-repeat;
        display: inline-block;
        opacity: 0.8;
    }

        .view-detail-voucher ._link:hover {
            opacity: 1;
        }

.view-detail-voucherGift {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 67px;
}

.view-detal-gift {
    position: unset;
    bottom: unset;
    padding: unset;
    display: inline;
    width: auto;
}

.view-detail-voucherGift ._link {
    color: #193DF9;
    padding-right: 20px;
    background: url('../images/alert-circle.svg') center right / 16px no-repeat;
    display: inline-block;
    opacity: 0.8;
}

    .view-detail-voucherGift ._link:hover {
        opacity: 1;
    }

.tooltip-bottom:hover {
    cursor: pointer;
}

.tooltip-bottom .tooltiptext {
    visibility: hidden;
    text-align: left;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    z-index: 10;
    top: 58px;
    left: 0;
    cursor: text;
    text-align: justify;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.4);
    border: 1px solid #eee;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/*.tooltip-bottom .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 10px;
    }*/

.tooltip-bottom .tooltiptext1 {
    word-break: break-word;
    width: 80%;
    max-height: 109px;
    overflow-y: auto;
    box-shadow: 0 0 30px -10px rgb(0 0 0 / 40%);
    visibility: hidden;
    text-align: left;
    font-size: 14px;
    background-color: #fff;
    padding: 12px 16px;
    position: absolute;
    z-index: 10;
    top: 22px;
    left: -16px;
    cursor: text;
    text-align: justify;
    border: 1px solid #eee;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

    .tooltip-bottom .tooltiptext1::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 10px;
    }

.tooltip-bottom:hover .tooltiptext {
    visibility: visible;
}

.tooltip-bottom:hover .tooltiptext1 {
    visibility: visible;
}

.tooltip-bottom.view-detail-voucher.view-detail-voucher-info {
    position: unset;
    bottom: unset;
    padding: unset;
    display: inline;
    width: auto;
}

.view-detail-voucher-info ._link {
    color: #193DF9;
    padding-right: 13px;
    background: url('../images/info-white.svg') center right / 16px no-repeat;
    display: inline-block;
    opacity: 0.8;
}

.view-detail-voucher-info .tooltiptext {
    visibility: hidden;
    text-align: left;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 10;
    top: 31px;
    left: 0;
    cursor: text;
    text-align: justify;
    box-shadow: 0 0 30px -10px rgb(0 0 0 / 40%);
    border: 1px solid #eee;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #000;
}

.tooltip-bottom.view-detail-voucherGift.view-detail-voucherGift-info {
    position: unset;
    bottom: unset;
    padding: unset;
    display: inline;
    width: auto;
}

.view-detail-voucherGift-info ._link {
    color: #193DF9;
    padding-right: 32px;
    background: url('../images/info-white.svg') center right / 16px no-repeat;
    display: inline-block;
    opacity: 0.8;
}

.view-detail-voucher-info .tooltiptext {
    visibility: hidden;
    text-align: left;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 10;
    top: 31px;
    left: 0;
    cursor: text;
    text-align: justify;
    box-shadow: 0 0 30px -10px rgb(0 0 0 / 40%);
    border: 1px solid #eee;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #000;
}

.quatang-voucher-block .box-note {
    background: #fff;
    margin-top: 24px;
    padding: 24px 20px;
    font-style: italic;
    text-align: justify;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
/* _______________________ trang quà tặng */
.layout-quyenloi > div._left1,
.layout-quyenloi > div._right1,
.layout-quyenloi > div._left2,
.layout-quyenloi > div._right2,
.layout-quyenloi > div._left3,
.layout-quyenloi > div._right3 {
    /* display: none */
}

._visible {
    display: flex !important;
}

._invisible {
    display: none !important;
}

._left, ._right {
    position: absolute;
    height: 662px;
    top: -44px;
    left: -520px;
    z-index: 999;
    transform: scale(1.26);
    -webkit-transform: scale(1.26);
    -moz-transform: scale(1.26);
    -ms-transform: scale(1.26);
    -o-transform: scale(1.26);
    /* background: rgba(202,202,202,.09) */
}

._right {
    left: unset;
    right: -520px;
}

.quyenloi_items_3 > div,
.quyenloi_items_4 > div,
.quyenloi_items_5 > div,
.quyenloi_item_bottom > div,
.quyenloi_item_top > div {
    width: 350px;
    height: 120px;
    padding: 20px 16px;
    position: relative;
    border-radius: 8px;
    background: #F3F4F9;
    margin: 90px 0;
    display: flex;
    align-items: center;
}

    .quyenloi_items_5 > div{
        width:360px;
    }

    .quyenloi_item_bottom > div,
    .quyenloi_item_top > div {
        color: #201c64;
        margin-top: 0;
        margin-bottom: 0;
        left: 450px;
        width: 400px;
    }

    .quyenloi_item_bottom > div {
        top: 703px;
        display: flex;
        justify-content: center;
    }

    .quyenloi_item_top > div {
        top: -130px;
        left: 455px;
    }

.quyenloi_items_3 > div:first-child,
.quyenloi_items_4 > div:first-child,
.quyenloi_items_5 > div:first-child {
    margin-top: 0;
}

.quyenloi_items_3 > div:last-child,
.quyenloi_items_4 > div:last-child,
.quyenloi_items_5 > div:last-child {
    margin-bottom: 0;
}

.quyenloi_items_4 > div {
    margin: 60px 0;
}

    
    .quyenloi_items_5 > div{
        margin: 50px 0
    }

    .quyenloi_item_bottom > div div > b,
    .quyenloi_item_top > div div > b,
    .quyenloi_items_3 > div div > b,
    .quyenloi_items_4 > div div > b,
    .quyenloi_items_5 > div div > b {
        font-size: 18px;
        font-weight: 700;
    }

    .quyenloi_item_bottom > div div._istar,
    .quyenloi_item_top > div div._istar,
    .quyenloi_items_3 > div div._istar,
    .quyenloi_items_4 > div div._istar,
    .quyenloi_items_5 > div div._istar {
        background: url('../images/i-star1.svg') left 0px no-repeat;
        background-size: 32px;
        padding-left: 44px;
    }

._dott {
    right: -80px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 15px solid rgba(255,168,0,0.2);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    z-index: 1;
}

    ._dott:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        background: linear-gradient(180deg, #FFDF7E 0%, #FAA500 100%);
        border-radius: 95px;
        -webkit-border-radius: 95px;
        -moz-border-radius: 95px;
        -ms-border-radius: 95px;
        -o-border-radius: 95px;
    }

._right ._dott {
    right: unset;
    left: -80px;
}

.quyenloi_item_bottom ._dott {
    top: -55px;
    left: 180px;
}

.quyenloi_item_top ._dott {
    top: 170px;
    left: 180px;
}
/* ------------------ */
._left.quyenloi_items_3, ._right.quyenloi_items_3 {
    padding-top: 74px;
}

._left.quyenloi_items_4 {
    top: -26px;
}

._right.quyenloi_items_4 {
    top: -26px;
}

._left.quyenloi_items_5, ._right.quyenloi_items_5{
    top:-20px;
}
/* ---------------------------- */
.quyenloi_items_3._left > div:nth-of-type(1),
.quyenloi_items_3._left > div:nth-of-type(3) {
    left: 20px
}

.quyenloi_items_3._left > div:nth-of-type(2) {
    width: 320px;
    left: -35px;
}

.quyenloi_items_3._right > div:nth-of-type(2) {
    left: 65px;
    width: 320px;
}

.quyenloi_items_3._right > div:nth-of-type(1),
.quyenloi_items_3._right > div:nth-of-type(3) {
    left: -20px;
}

.quyenloi_items_4._left > div:nth-of-type(1),
.quyenloi_items_4._left > div:nth-of-type(4) {
    left: 100px;
}

.quyenloi_items_4._left > div:nth-of-type(2),
.quyenloi_items_4._left > div:nth-of-type(3) {
    width: 320px;
    left: -20px;
}

.quyenloi_items_4._right > div:nth-of-type(1),
.quyenloi_items_4._right > div:nth-of-type(4) {
    left: -100px;
}

.quyenloi_items_4._right > div:nth-of-type(2),
.quyenloi_items_4._right > div:nth-of-type(3) {
    width: 320px;
    left: 50px;
}

.quyenloi_items_5._left > div:nth-of-type(1),
.quyenloi_items_5._left > div:nth-of-type(5) {
    left: 75px;
}

.quyenloi_items_5._left > div:nth-of-type(2) {
    width: 320px;
    left: -10px;
}
.quyenloi_items_5._left > div:nth-of-type(4) {
    width: 320px;
    left: 80px;
}


.quyenloi_items_5._left > div:nth-of-type(3) {
    left: -40px;
    width: 320px;
}

.quyenloi_items_5._right > div:nth-of-type(3) {
    left: 75px;
    width: 320px;
}

.quyenloi_items_5._right > div:nth-of-type(1),
.quyenloi_items_5._right > div:nth-of-type(5) {
    left: -70px;
}

.quyenloi_items_5._right > div:nth-of-type(2) {
    left: 45px;
}
.quyenloi_items_5._right > div:nth-of-type(4) {
    left: -40px;
}

/* ---------------------------- */
.plus-pad {
    padding-left: 12px;
    padding-right: 3px;
}

.tichdiem-banner-top p._text_decs span {
    display: block;
}


/* footer */
footer.footer {
    background: #F8F9FA;
}

    footer.footer .row-fptlogo {
        border-bottom: 1px solid #E2E2E2;
        padding: 22px 0;
        margin-bottom: 15px;
    }

    footer.footer .row-link-foot {
        border-bottom: 1px solid #E2E2E2;
        padding: 10px 0 20px 0;
    }

.owl-carousel.slide-logo {
    padding: 20px 0;
}

.foot-social {
    display: flex;
    justify-content: flex-end;
}

    .foot-social.social-mobile {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #E2E2E2;
    }

    .foot-social > li {
        flex: 0;
        min-width: 42px;
        min-height: 40px;
        margin: 0 6px;
    }

        .foot-social > li > a {
            display: block;
            text-align: center;
        }

        .foot-social > li > a:hover {
            opacity: .7;
            /* transform: scale(1.25);
            -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
            -ms-transform: scale(1.25);
            -o-transform: scale(1.25); */
        }

.foot-title {
    color: #1F2636;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 24px;
}

.link-footer li {
    margin-bottom: 12px;
}

.link-footer a,
.accordion-link-foot-content a {
    font-size: 15px;
    color: #232529;
    text-decoration: none;
    line-height: 18px;
}

    .link-footer a:hover,
    .accordion-link-foot-content a:hover {
        color: #1F2636;
        border-bottom: 1px solid #232529;
    }

.link-foot-left a {
    color: #1F2636;
    text-decoration: none;
    padding: 0;
}

    .link-foot-left a:first-child {
        padding-left: 0;
    }

    .link-foot-left a:last-child {
        border-right: 0px solid transparent
    }

    .link-foot-left a:hover {
        color: #1F2636;
        border-bottom: 1px solid #232529;
    }

.link-foot-left > ._line {
    width: 1px;
    height: auto;
    display: inline;
    border-right: 1px solid #CECFD2;
    margin-left: 5px;
    margin-right: 8px;
}

.bam_like {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.foot-hotline,
.foot-hotline:hover {
    color: #1F2636;
    font-weight: 700;
    text-decoration: none;
}

.copyright {
    background: #1F2636;
    padding: 3px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    width: 100%;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
}

._logo-foot .carousel-item {
    width: 100px;
}

.license-text {
    margin-top: 15px;
    padding: 18px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}


.link-footer-mobile {
    display: none;
}

    .link-footer-mobile .license-text {
        padding: 18px 0 0;
    }
/* accordition-link-foot  */

.accordion-link-foot {
    position: relative;
    margin: 0px auto;
    width: 100%;
}

[id*="open-accordion"],
[id*="close-accordion"] {
    line-height: 28px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

[id*="close-accordion"] {
    display: none;
}

.accordion-link-foot > div {
    margin: 5px 0px 0;
    padding: 5px 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.accordion-link-foot a {
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #1F2636;
    padding-right: 15px;
    -webkit-transition: color.2s linear,border.2s linear;
    -moz-transition: color.2s linear,border.2s linear;
    -ms-transition: color.2s linear,border.2s linear;
    -o-transition: color.2s linear,border.2s linear;
    transition: color.2s linear,border.2s linear;
}

.link-footer-mobile .fanpage {
    text-align: center;
    margin: 40px 0 24px;
}

[id*="open-accordion"]:after,
[id*="close-accordion"]:after {
    /*content: "›";
    */ content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 5px;
    line-height: 22px;
    z-index: 2;
    background: url('../images/arrow.svg') center no-repeat;
    width: 30px;
    height: 21px;
    background-size: 9px;
    opacity: .8;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.target-fix-link-foot {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
}

.accordion-link-foot-content {
    height: 0;
    margin: -1px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: color.2s linear,border.2s linear;
    -moz-transition: color.2s linear,border.2s linear;
    -ms-transition: color.2s linear,border.2s linear;
    -o-transition: color.2s linear,border.2s linear;
    transition: color.2s linear,border.2s linear;
}

.accordion-link-foot span:target ~ .accordion-link-foot-content {
    display: block;
    height: auto;
    padding-bottom: 0px;
    padding-top: 10px;
}

.accordion-link-foot-content a {
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    color: #232529;
    text-decoration: none;
    line-height: 28px;
}

.accordion-link-foot span:target ~ [id*="close-accordion"] {
    display: block;
}

.accordion-link-foot span:target ~ [id*="open-accordion"] {
    display: none;
}

.accordion-link-foot span:target ~ [id*="close-accordion"]:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.fptlogo-foot {
    height: 40px;
}

.row-link-foot .pad-col-left {
    padding-bottom: 24px;
}

.link-footer-mobile .pad-col-left {
    padding-bottom: 20px;
}
/* //end footer */
.x1, .x2 {
    display: none;
}

body.bodymax {
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.body-mark {
    z-index: 9999999999999999;
}

.fade.in {
    opacity: 1;
}

.body-mark.active {
    display: block;
}

.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.body-mark .modal-backdrop {
    float: left;
    width: 100%;
    height: 100%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: calc(50% - 30px);
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #0D69B3;
    border-bottom-color: #0D69B3;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #F27323;
        border-bottom-color: #F27323;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #1FB34A;
        border-bottom-color: #1FB34A;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.totalMyGift {
    position: absolute;
    margin-top: -3px;
    margin-left: -31px;
    margin-right: 10px;
    background-color: #8FA3F8;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 15px;
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.12);
    font-weight: normal;
    font-size: 12px;
    font-family: 'SVN-Gilroy';
    font-style: normal;
}

    .totalMyGift.max {
        font-size: 10px;
    }

.voucher-content-row {
    font-size: 13px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pop--icon-mathe li.disabled {
    pointer-events: none;
    opacity: 0.7;
}


#back-to-top {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    color: #506cff;
    border-radius: 3px;
    float: left;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 900;
    background-color: #fff;
    border-radius: 50%;
}

    #back-to-top:hover {
        border-color: #aaa;
    }

    #back-to-top .fa {
        font-size: 32px;
        margin-right: 0;
        line-height: 38px;
    }

.home-segment {
    margin-top: 114px;
    /*    background: url(/images/background_segment.png) no-repeat;
    min-height: 891px;*/
    padding: 15px 0 12px;
    position: relative;
}

    .home-segment .container {
        position: relative;
    }

    .home-segment .background_segment {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .home-segment .background_segment img {
            max-width: 100%;
        }

    .home-segment .title {
        text-align: center;
        font-size: 45px;
        color: #201C64;
        margin-bottom: 24px;
        font-weight: 700;
    }

        .home-segment .title span {
            color: #FFAE15;
        }

    .home-segment .description {
        font-size: 16px;
        color: #201C64;
        width: 638px;
        text-align: center;
        font-weight: 500;
        margin: 0 auto 45px;
        line-height: 25.6px;
    }

    .home-segment .slide-knhv .box {
        padding: 35px 12px;
    }

        .home-segment .slide-knhv .box .content {
            box-shadow: 0px 0px 10px 0px rgba(72, 116, 231, 0.15);
            border-radius: 10px;
            padding: 50px 24px;
            text-align: center;
            background: #fff;
        }

        .home-segment .slide-knhv .box .img {
            width: 190px;
            height: 190px;
            margin: 0 auto 40px;
            overflow: hidden;
            position: relative;
        }

            .home-segment .slide-knhv .box .img .bgr_img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                background: url(../images/bgr-2.webp) no-repeat center;
                background-size: 100%;
                z-index: 1;
            }

            .home-segment .slide-knhv .box .img img {
                max-width: 100%;
                border: 5px solid #ffffff;
            }

        .home-segment .slide-knhv .box .name {
            font-size: 20px;
            font-weight: 600;
            color: #201C64;
        }

        .home-segment .slide-knhv .box .job {
            font-weight: 400;
            font-size: 18px;
            color: #333;
            margin-bottom: 8px;
        }

        .home-segment .slide-knhv .box .summary {
            font-weight: 400;
            font-size: 13px;
            line-height: 21px;
            color: #4F4F4F;
        }

    .home-segment .owl-dots {
        position: absolute;
        bottom: -16px;
        text-align: center;
        width: 100%;
    }

    .home-segment .owl-dot {
        display: inline-block;
    }

        .home-segment .owl-dot span {
            width: 27px;
            height: 4px;
            margin: 5px;
            background: #1F2636;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 5px;
            opacity: 0.2;
            /*transform: matrix(1, 0, 0, -1, 0, 0);*/
        }

    .home-segment .owl-dots .owl-dot.active span, .popup_home .owl-dots .owl-dot:hover span {
        opacity: 1;
    }

/* _______________________ trang trò chơi */

@media(min-width: 641px) {
    .game-banner {
        background-image: url('../images/game-header-img.png');
        background-image: -webkit-image-set(url('../images/game-header-img.png') 1x);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto;
        width: auto;
        height: 682px;
    }

        .game-banner .description-text {
            font-size: 20px;
            color: #fff;
            padding-top: 100px;
        }

    .custom-game {
    }
}

@media(max-width: 640px) {
    .game-banner {
        background-image: url('../images/bg-game-mobile.png');
        background-image: -webkit-image-set(url('../images/bg-game-mobile.png') 1x);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        width: auto;
        height: auto;
        padding-bottom: 30px;
    }

        .game-banner .description-text {
            font-size: 20px;
            color: #fff;
            padding-top: 0px;
        }

    .custom-game {
        padding-top: 0px !important;
    }
}

.game-banner .description-text h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 62px;
    padding-bottom: 52px;
}
/* breadcrumb */
.game-banner ~ .breadcrumb-row {
    /*Sự kiện thường*/
    background: #0A0248;
    /*TET*/
    /*background: #D84F31;*/
}

.game-content-img {
    background-image: url('../images/game-bg.png');
    background-image: -webkit-image-set(url('../images/game-bg.png') 1x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    width: 100%;
    height: auto;
    max-height: 1104px;
}

.game-content-detail {
    background-image: url('../images/game-content.png');
    background-image: -webkit-image-set(url('../images/game-content.png') 1x);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
}

@media(max-width: 599px) {
    .game-container {
        margin-right: auto;
        margin-left: auto;
        width: auto;
        height: 775px;
    }
}
/*@media(max-height: 800px) {
    .game-container {
        margin-right: auto;
        margin-left: auto;
        width: auto;
        height: 775px;
        max-height: 775px;*/
/*height: calc(100% - 150px);*/
/*}
}

@media(max-height: 600px) {
    .game-container {
        margin-right: auto;
        margin-left: auto;
        width: auto;
        height: 575px;
        max-height: 575px;*/
/*height: calc(100% - 150px);*/
/*}
}*/

@media(min-width: 600px) {
    .game-container {
        margin-right: auto;
        margin-left: auto;
        width: 600px;
        height: 850px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    @media(max-height: 768px) {
        .game-container {
            margin-right: auto;
            margin-left: auto;
            width: 600px;
            height: 850px;
            max-height: 850px;
            margin-top: 30px;
            margin-bottom: 50px;
        }
    }

    @media(max-height: 600px) {
        .game-container {
            margin-right: auto;
            margin-left: auto;
            width: 600px;
            height: 850px;
            max-height: 850px;
            margin-top: 30px;
            margin-bottom: 50px;
        }
    }

    .game-frame {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .game-banner {
        background-size: auto 520px;
        height: 520px;
    }
}

@media(min-width:651px) {
    .img-content {
        width: 100%;
        height: auto;
        max-height: 1104px;
    }
}

.banner-content-game {
    display: flex;
    justify-content: center;
}


@media(max-width:640px) {
    .game-banner {
        background-size: cover;
        height: auto;
    }

    .img-content {
        width: 100%;
        height: auto;
        max-height: 1065px;
        max-width: 417px;
    }
}

.img-btn {
    width: auto;
    height: 50px;
}

/*Responsive trang tích điểm*/
@media(max-width:1305px) {
    .block-gtbb .magioithieu-box {
        height: 160px;
    }
}

/*@media(max-width:1204px) {
    .tichdiem-carousel {
        height: 700px;
    }
}
*/
@media(max-width:1024px) {
     .tichdiem-carousel .row-NextPre {
        /* padding-left: 10px;
        padding-right: 10px; */
     }
}
@media(max-width:992px) {
    .flex-reverse-m {
        display: flex;
        flex-direction: column-reverse;
    }

    .block-gtbb .row-items-gtbb .gtbb-camera {
        margin-top: 30px;
        left: 25%;
    }

    .block-gtbb .magioithieu-box {
        height: 100%;
    }

    .block-gtbb .magioithieu-box:first-child {
        margin-top: 30px;
    }

    .tichdiem-carousel .tichdiem-carousel-box {
        height: 100%;
    }

    .img-tangdiem {
        width: 100%;
        margin: 0 auto;
    }

    .tichdiem-banner-1,
    .tichdiem-banner-1 .title {
        padding-top: 0;
    }
}

@media(max-width:768px) {
    .block-gtbb .row-items-gtbb .gtbb-camera {
        margin-top: 0px;
        left: 0;
    }

    .tichdiem-bgcolor,
    .block-hifpt {
        background: #FFFFFF;
        padding-top: 16px;
    }
    .tichdiem-carousel .row-NextPre {
        top: 150px;
        /* max-width: 530px; */
    }
        .tichdiem-carousel .row-NextPre #tichdiem-next,
        .tichdiem-carousel .row-NextPre #tichdiem-prev {
            width:40px;
            height: 40px;
        }

    .tichdiem-carousel #tichdiem-carousel-box{
        height: auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:540px) {
    .tichdiem-carousel .row-NextPre {
        top: 68px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .tichdiem-bgcolor, .block-hifpt {
        padding-top: 5px;
    }
    .text-normal {
        padding: 10px 0;
    }
    .block-gtbb .magioithieu-box:first-child {
        margin-top: 0px;
    }
    .block-gtbb .block-img .flex-row > div {
         margin-left: 0;
    }
    .tichdiem-banner-top .container.custom-width {
        
    }
}

/*icon check with circle*/
.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #356EFD;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #fff;
    left: 11px;
    top: 6px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px;
}

.hide_rank_display {
    display: none !important;
}


/*check icon with border*/

.check-dac-quyen {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px
}

    .check-dac-quyen::after {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 3px;
        top: -1px;
        width: 6px;
        height: 10px;
        border-color: currentColor;
        border-width: 0 2px 2px 0;
        border-style: solid;
        transform-origin: bottom left;
        transform: rotate(45deg)
    }

#rightBodyData {
    width: 100%
}

#search-history ul li p img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px
}

#search-history ul li {
    cursor: pointer;
}

#search-history ul li p {
    margin-left: 10px !important;
    color: #7B7C7E;
    font-size: 14px;
    padding: 8px 2px
}
/*
-------------------- new css 7/2025
*/

/* scroll horizontal */
.scroll--horizontal::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.scroll--horizontal::-webkit-scrollbar-track {
    background-color: rgba(209, 213, 219, 0);
    background: rgba(209, 213, 219, 0);
}
.scroll--horizontal::-webkit-scrollbar-thumb {
    background: rgba(228, 228, 228,0);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scroll--horizontal:hover::-webkit-scrollbar-thumb {
    background: rgb(228, 228, 228);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.breadcrumb-row.breadcrumb-update {
    background: rgba(69, 100, 237, 0.05);
    /* color: #3D3D3D; */
    margin-bottom: 80px;
}

.box_carousel_hoivien._pt {
    margin: 0 auto;
    max-width: 1500px;
}


.box_carousel_hoivien .description-text {
    text-align: center;
    color: #3D3D3D;
    width: 66%;
    margin: 0 auto 36px;
}

    .box_carousel_hoivien .description-text h4 {
        font-size: 30px;
        font-weight: 600;
        padding: 0 24px 24px;
    }

    .box_carousel_hoivien .description-text .quyen-hoivien {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        background: #4564ED;
        
        line-height: 58px;
        margin-top: 48px;
        display: inline-block;
        padding: 0 44px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .box_carousel_hoivien .description-text .quyen-hoivien:hover,
        .box_carousel_hoivien .description-text .quyen-hoivien:focus {
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
            text-decoration: none;
        }

        .box_carousel_hoivien .description-text .quyen-hoivien span {
            display: flex;
            align-items: center;
            opacity: 0.75;
        }

            .box_carousel_hoivien .description-text .quyen-hoivien span img {
                margin-left: 16px;
            }

        .box_carousel_hoivien .description-text .quyen-hoivien:hover span {
            opacity: 1;
        }


.secondary-menu {
    position: relative;
    width: 100%;
    display: block;
    /* margin-bottom: 80px; */
    background: #f6f7fe;
    position: sticky;
    top: 106px;
    z-index: 998;
}
.secondary-menu .scroll--horizontal::-webkit-scrollbar {
  height: 0px !important;
  width: 0px !important;
}
.secondary-menu .scroll--horizontal::-webkit-scrollbar-track {
  background-color: rgba(209, 213, 219, 0);
}
.secondary-menu .scroll--horizontal:hover::-webkit-scrollbar-thumb {
  background: rgb(228, 228, 228);
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .secondary-menu {
    margin-bottom: 35px;
  }
}
.secondary-menu .rowfull-margin {
  padding: 0;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.secondary-menu .rowfull-margin::after {
  /* position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: red;
  bottom: 10%;
  z-index: -1; */
}
.secondary-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  /* overflow: auto;
  overflow-x: scroll; */
  /* white-space: nowrap; */
  position: relative;
}
.secondary-menu ul li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.secondary-menu ul li a {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 900;
  padding: 0 24px;
  position: relative;
  line-height: 70px;
}
.secondary-menu ul li a:hover,
.secondary-menu ul li a:focus {
    text-decoration: none;
}
.secondary-menu ul li:nth-last-child(1) a {
  margin-right: 0;
}
.secondary-menu ul li.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #4564ED;
  bottom: 0px;
}
.secondary-menu ul li.active::before {
  /* position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  background: red;
  bottom: 2px; */
}
.secondary-menu ul li.active:nth-last-child(1)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #4564ED;
  bottom: 2px;
}
.secondary-menu ul li::after {
  /* position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  background: red;
  bottom: 2px; */
}

/* add class .sec-menu-mb vào .secondary-menu khi menu quà tặng đang active */
.secondary-menu.second-menu-mb {
    margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .secondary-menu .rowfull-margin {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
    .secondary-menu ul {
        height: 52px;
    }
    .secondary-menu ul li a {
        line-height: 52px;
    }
}

@media screen and (max-width: 991px) {
    .secondary-menu  {
        top: 71px;
    }
}
@media screen and (max-width: 768px) {
    
    .secondary-menu .rowfull-margin {
        width: calc(100% - 32px);
    }
    .secondary-menu ul {
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .secondary-menu ul li a {
        font-size: 15px;
    }
}

/* about  */
.about-khtt .list-about li strong {
    font-size: 17px;
    font-weight: 900;
}


/** notification
*/
.li-notification {
    height: 100%;
    margin-left: 16px;
}
@media screen and (max-width: 768px) {
    .li-notification {
        display: none;
        visibility: hidden;
    }
}
.notification-wrapper {
    position: relative;
    display: inline-block;
    display: flex;
    position: absolute;
    height: 80px;
    top: 0;
    align-items: center;
}

.notification-wrapper .notification-icon {
  position: relative;
  cursor: pointer;
  background: #fff url('../images/i-notification.svg') center center / 23px 24px no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: -5px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
}
.notification-wrapper:focus .notification-icon,
.notification-wrapper:hover .notification-icon {
    background: #fff url('../images/i-notification-hover.svg') center center / 23px 24px no-repeat;
}

.notification-wrapper .notification-icon img {
  /* width: 24px;
  height: 24px; */
}

.notification-wrapper .notification-icon .notification-badge {
  position: absolute;
  top: 13px;
  right: 15px;
  background: #FF2156;
  color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
}

.notification-wrapper .notification-dropdown {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 370px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow: hidden;
    white-space: inherit;
}

.notification-wrapper .notification-dropdown .dropdown-header {
  padding: 12px 16px;
  font-weight: 900;
  border-bottom: 1px solid #e5e5e5;
  color: #252525;
}

.notification-wrapper .notification-dropdown .dropdown-body {
  max-height: 400px;
  overflow-y: auto;
}

.notification-wrapper .notification-dropdown .notification-item {
  display: flex;
  padding: 12px 16px;
  border-bottom: 1px solid #E7E7E7;
  background: #fff;
}

.notification-wrapper .notification-dropdown .notification-item.unread {
  background: #fff;
}
.notification-wrapper .notification-dropdown .notification-item.read {
  background: #F7F7F8;
}

.notification-wrapper .notification-dropdown .notification-item.read .item-icon {
    background: #fff url('../images/i-ticket-discount.svg') center center / 24px 24px no-repeat;
}
.notification-wrapper .notification-dropdown .notification-item .item-icon {
    width: 40px;
    height: 40px;
    background: #F7F7F8 url('../images/i-ticket-discount.svg') center center / 24px 24px no-repeat;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.notification-wrapper .notification-dropdown .notification-item .item-content {
  flex: 1;
}

.notification-wrapper .notification-dropdown .notification-item .item-content .item-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #333;
}
.notification-wrapper .notification-dropdown .notification-item .item-content .item-title span{
    font-size: 13px;
}
.notification-wrapper .notification-dropdown .notification-item.read .item-content .item-title{
  color: #4564ED;
}

.notification-wrapper .notification-dropdown .notification-item .item-content .item-title a {
  color: #2467ff;
  text-decoration: none;
}

.notification-wrapper .notification-dropdown .notification-item .item-content .item-time {
  font-size: 12px;
  color: #999;
}

/*.notification-wrapper:hover .notification-dropdown {
  display: block;
}*/
.notification-wrapper .notification-dropdown.open {
    display: block;
}

.notification-on-mobile {
    display: none;
    position: absolute;
}
.notification-wrapper .nodata{
    padding: 5px 15px;
}

@media (max-width: 1024px) {
    .notification-wrapper .notification-icon {
        transform: scale(0.91);
        top: -14px;
    }
}
@media (max-width: 768px) {
    .notification-wrapper {
        height: 70px;
        z-index: 998;
    }
    .notification-on-mobile {
        display: block;
        right: 50px;
        top: 58px;
    }
    .notification-wrapper:hover .notification-dropdown {
        /* display: block;
        border: 1px solid red; */
    }
    .notification-wrapper .notification-dropdown {
        top: 36px;
    }

    .notification-wrapper .notification-icon {
        top: -30px;
    }
}

.banner-mem .custom-width {
    height: 100%;
    position: relative;
}
.banner-mem {
    background-color: #8087a1;
}
/*Giới thiệu*/
.about-banner {
    background-image: url(../images/information/about_banner_2025.png);
    background-image: -webkit-image-set(url(../images/information/about_banner_2025.png) 1x);
    background-repeat: no-repeat;
}
@media(min-width: 2500px) {
    .about-banner {
        background-size: 100% 600px;
    }
}
.under--second-menu {
    padding-top: 80px;
}