@font-face {
    font-family: 'Mulish', sans-serif;
    src: url(../fonts/Mulish/Mulish-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Mulish Medium', sans-serif;
    src: url(../fonts/Mulish/static/Mulish-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Mulish SemiBold', sans-serif;
    src: url(../fonts/Mulish/static/Mulish-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Mulish Bold', sans-serif;
    src: url(../fonts/Mulish/static/Mulish-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Playfair Display', sans-serif;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Playfair Display Semi', sans-serif;
    src: url(../fonts/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Playfair Display Bold', sans-serif;
    src: url(../fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-style: normal;
    src: url(../fonts/Material/material-symbols-outlined.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Rounded', sans-serif;
    font-style: normal;
    src: url(../fonts/Material/material-symbols-rounded.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Sharp';
    font-style: normal;
    src: url(../fonts/Material/material-symbols-sharp.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'wght' 300
}



.material-symbols-rounded.filled {
    font-variation-settings:
        'FILL' 1
}

/*body {
    min-height: 100vh;
}*/

:root {
    --text: #33396D;
    --title: #F2726A;
    --text-content: #373737;
    --xanh-la: #68BC5B;
    --title-dam: #CC5952;
    --red-button: #FF847C;
    --yellow-text: #FFD600;
    --lightblue-background: #009AF1;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    color: unset;
}

body {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    text-align: justify;
    min-height: 100vh;
}

h1 {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
}

h2 {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}

h4 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

ul, li {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

img {
    object-fit: contain;
    object-position: 50% 50%;
    max-width: 100%;
    height: auto;
}

/* *::-webkit-scrollbar {
    display: none;
} */

.main-btn .btn-special a {
    border-radius: 999px;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Mulish SemiBold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    transition: 0.5s;
    color: #fff;
}

    .main-btn .btn-special > .btn-details:hover {
        color:#fff;
    }

        .main-btn .btn-special > a::before{
            content: '';
            position: absolute;
            inset: 0;
            height: 50%;
            z-index: 1;
            transform: scale(0);
            transition: transform 0.5s;
            transform-origin: 90% 10%;
            border-radius: 999px 999px 0 0;
            border-bottom: none !important;
        }

        .main-btn .btn-special span{
            position: relative;
            z-index: 2;
        }

            .main-btn .btn-special > a:hover::before{
                transform: scaleX(1);
                transition: transform 0.5s;
                transform-origin: 90% 10%;
            }
            

        .main-btn .btn-special > a::after{
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 50%;
            z-index: 1;
            transform: scale(0);
            transition: transform 0.5s;
            transform-origin: 10% 90%;
            border-radius: 0 0 999px 999px;
            border-top: none !important;
        }

            .main-btn .btn-special > a:hover:after{
                transform: scaleX(1);
                transition: transform 0.5s;
                transform-origin: 10% 90%;
            }

/* Btn Color */

.main-btn .btn-special.btn-red a {
    background: var(--red-button);
}

        .main-btn .btn-special.btn-red > a::before,
        .main-btn .btn-special.btn-red > a::after {
            border: 2px solid var(--title);
            background: var(--title);
        }

.main-btn .btn-special.btn-green a {
    background: var(--xanh-la);
}

        .main-btn .btn-special.btn-green > a::before,
        .main-btn .btn-special.btn-green > a::after {
            border: 2px solid #3EAA63;
            background: #3EAA63;
        }

.main-btn .btn-special.btn-green2 a {
    background: #71CD90;
}

        .main-btn .btn-special.btn-green2 > a::before,
        .main-btn .btn-special.btn-green2 > a::after {
            border: 2px solid #3EAA63;
            background: #3EAA63;
        }

.main-btn .btn-special.btn-blue a {
    background: #4ACBF3;
}

        .main-btn .btn-special.btn-blue > a::before,
        .main-btn .btn-special.btn-blue > a::after {
            border: 2px solid #25a0c7;
            background: #25a0c7;
        }

.main-btn .btn-special.btn-yellow a {
    background: #ED9E34;
}

        .main-btn .btn-special.btn-yellow > a::before,
        .main-btn .btn-special.btn-yellow > a::after {
            border: 2px solid #ED9E34;
            background: #ED9E34;
        }

.main-btn .btn-special.btn-gray a {
    background: #ACAFC9;
}

        .main-btn .btn-special.btn-gray > a::before,
        .main-btn .btn-special.btn-gray > a::after {
            border: 2px solid #8f9099;
            background: #8f9099;
        }

.main-btn .btn-special.btn-black a {
    background: #33396D;
}

        .main-btn .btn-special.btn-black > a::before,
        .main-btn .btn-special.btn-black > a::after {
            border: 2px solid #2a2e53;
            background: #2a2e53;
        }

.text-center {
    text-align: center !important;
}

#Topbtn.show {
    opacity: 1;
    visibility: visible;
}

#Topbtn:hover {
    cursor: pointer;
    background-color: #A0D9F2;
    color: #fff
}

#Topbtn:focus {
    outline: none;
}

#Topbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #A0D9F2;
    color: #A0D9F2;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#botchat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 85px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 100;
}

.required:after {
    content:" *";
    color: red;
}

.full-btn {
    width: 100%;
    margin-top: 8px;
}

@media screen and (min-width: 1921px) {
    .container {
        max-width: 1650px;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1730px) {
    .container {
        max-width: 1650px;
    }
}

@media screen and (max-width: 1729px) and (min-width: 1367px) {
    .container {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1366px) and (min-width: 1117px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (max-width: 870px) {
    .container{
        max-width: 850px;
    }
}
  
@media screen and (max-width: 800px) {
    .container{
        max-width: 740px;
    }
}

.container {
    width: 100%;
}

.header.nonfixed-header {
    position: unset;
}

/* CSS Section Nav - Inner */

.header.inner-header {
    height: 100px;
}

.inner-header .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 54.17%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

    .inner-header .menu-bar {
        background: url(../icons/background-nav2.png) no-repeat center;
        background-size: cover;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
        padding: 15px 0;
        position: relative;
    }

        .inner-header #main-menu > li > a.current {
            background-image: url(../icons/active2.png);
            background-size: 55px 50px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .inner-header #main-menu > li > a {
            color: #fff
        }

    .nav-action .search-nav {
        margin-right: 30px;
    }

/* CSS Section Breadcrumb */

.breadcrumb {
    background: none;
}

    .breadcrumb .breadcrumb-content {
        font-family: 'Mulish Bold', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: var(--text);
    }

        .breadcrumb .breadcrumb-content > a.active {
            color: var(--title);
            pointer-events: none;
        }

        .breadcrumb .breadcrumb-content i{
            padding: 0 5px;
        }

/* Sự kiện */

.Coming-soon {
    color: #FFE600
}

.On-going {
    color: #FF9A97
}

.Expired {
    color: rgba(255, 255, 255, 0.5);
}

/* Cố định */

.flex-start {
    align-items: flex-start !important;
}

.voted {
    color: #FFB24A;
}

.non-voted {
    color: #D2D2D2;
}

.title {
    font-family: 'Mulish Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--title);
}

.red-text {
    color: var(--title);
}

.align-left {
    text-align: left !important;
}

.btn-sidebar,
.btn-close {
    display: none;
}

.no-absolute {
    position: unset !important;
}

.user-nav.not-log,
.user-avatar.logged {
    display: block;
}

.user-nav.logged,
.user-avatar.not-log {
    display: none;
}

.no-border {
    border: 0 !important;
}

.weight700 {
    font-weight: 700;
    font-family: 'Mulish Bold', sans-serif;
}

.user-action-list ul li:has(.login-info) {
    border-bottom: 1px solid #EAEAEA;
}

.login-info {
/*     position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer; */
    font-family: 'Mulish Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #60BE80;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    white-space: normal;
    text-align: left;
}


.login-info .login-name span {
    display: flex;
    align-items: center;
}

/***********BỔ SUNG CSS*********/

