﻿
@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/montserrat-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DINRoundOT'; /* Tên font bạn muốn sử dụng trong CSS */
    src: url('../fonts/dinroundpro.otf') format('opentype'); /* Đường dẫn đến file .otf */
}

@font-face {
    font-family: 'DINRoundOT Bold'; /* Tên font bạn muốn sử dụng trong CSS */
    src: url('../fonts/dinroundpro_bold.otf') format('opentype'); /* Đường dẫn đến file .otf */
}

@font-face {
    font-family: 'nexa rust sans black';
    src: url('../fonts/nexa rust sans black.ttf') format('truetype');
}

body {
    font-family: 'montserrat-medium',sans-serif;
    font-size: 16px;
    background-color: #52c9ed;
}

.main {
    background-image: url(../Image/TH-2025/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100vh;
}

nav {
    position: absolute;
    top: 3rem;
    right: 2.5rem;
    z-index: 999;
}

.divnav {
    background-color: rgba(0, 58, 112, 1);
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 1rem 0.75rem;
    border: 1px solid #ecc559;
}

    .divnav a {
        margin-bottom: 11rem;
    }

#menu-list {
    position: absolute;
    left: -280px;
    margin-top: 0.5rem;
    width: 270px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    transition-duration: 300ms;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ecc559;
}

    #menu-list .menu-item {
        text-align: right;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        padding-top: 0.4rem;
        margin-bottom: 5px;
    }

        #menu-list .menu-item a {
            font-family: 'DINRoundOT Bold', sans-serif;
        }

/*#menu-list .menu-item:hover {
            background-color: rgba(82, 201, 237, 0.5);
        }*/

a {
    text-decoration: none;
    color: #0d3b70;
}

    a:hover {
        text-decoration: none;
        color: unset;
    }

ul {
    list-style: none;
    padding: 0;
}

.hd-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header {
    position: relative;
}

    .header img {
        width: 60%;
    }

footer img {
}

.div-logo {
    position: absolute;
    top: 15%;
    left: 10%;
}

.content {
    padding-bottom: 25px;
}

.ct-left {
    position: relative;
    border-radius: 20px;
    border: 1px solid #ffff;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
}

    .ct-left .div-img {
        position: absolute;
        bottom: -35px;
        padding: 50px;
        padding-bottom: 0;
    }

    .ct-left p {
        font-weight: bold;
        text-align: justify;
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px;
    }

.ct-top {
    padding-top: 5px;
}

.ct-bot {
    padding-top: 25px;
}

p {
    color: #084c81;
}

.btn-top {
    width: 500px;
    padding: 10px;
    background-color: #f1627f;
    border-radius: 50px;
    border: 1px solid #ecc559;
    margin: auto;
    color: #ffff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'montserrat-bold',sans-serif;
}

.m-main {
    margin-top: 25px;
}

.uk-tab {
    margin: 0;
    justify-content: center;
}

    .uk-tab::before {
        border-bottom: 0;
    }

    .uk-tab li {
        background-color: #555555;
        color: #ffff;
        font-weight: bold;
        padding: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-left: 1px solid #ecc559;
        border-top: 1px solid #ecc559;
        border-right: 1px solid #ecc559;
        margin-left: 5px;
    }

.uk-active {
    background-color: #fff !important;
}

.uk-tab li a {
    color: #ffff;
}

.uk-tab > .uk-active > a {
    color: #0d3b70;
    border-color: transparent;
}

.tab-content {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff !important;
    min-height: 780px;
}

.box-policy {
    margin-bottom: 53px;
}

.quay-gift {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quay-gift-item {
    position: relative;
    margin: 0 25px;
}

.count-gift {
    font-family: 'nexa rust sans black';
    position: absolute;
    top: 10%;
    width: 100%;
    color: white;
    font-size: 50px;
    -webkit-text-stroke: 3px #f1627f; /* Độ dày và màu viền */
    color: white; /* Màu chữ bên trong */
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}

.count-gift-active {
    font-size: 70px;
}

.gift-manchao {
    right: 30%;
    top: 15%;
    width: auto;
    font-size: 70px;
}

.box-gift {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

    .box-gift img {
        width: 60%;
    }

.tab-pad-0 table {
    text-align: center;
    margin-bottom: 0;
}



    .tab-pad-0 table tr td:first-child {
        text-align: justify;
    }

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #fff6e2;
    --bs-table-accent-bg: unset;
    color: unset;
}

.uk-pagination .uk-active {
    background-color: #0d3b70 !important;
    color: #fff !important;
}

.tab-pad-0 {
    padding: 0;
}

.uk-pagination {
    margin: 0;
}

.uk-tab li {
    width: 25%;
}

.uk-margin {
    display: flex;
    justify-content: center;
    padding: 25px;
    margin: 0;
}

.uk-input {
    border-radius: 10px;
    width: 35%;
}

.uk-button {
    border-radius: 10px;
    margin-left: 25px;
}

.tab-pad-0 .table > :not(caption) > * > * {
    background-color: #e8e8e8;
}

.table > :not(caption) > * > * {
    padding: 0.9rem 0.5rem;
}

.tab-pad-0 table tr th {
    background-color: #0d3b70 !important;
    color: #f5e05f !important;
}

.line {
    background-image: url(../Image/TH-2025/backgound-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 5px;
    width: 100%;
    background-color: #c38332;
}

.policy-p {
    text-align: justify;
}

.table {
    color: #084c81;
    text-align: center;
}

.tab-content table thead th {
    text-align: center;
}

    .tab-content table thead th:first-child {
        width: 35%;
    }

footer {
    background-color: #fff6e2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.logo-div {
    position: absolute;
    left: 0;
}

.d-ft {
    position: relative;
}

.ft-company {
    color: #0d3b70;
    font-weight: bold;
    text-align: center;
    font-size: 21px;
}

.gift {
    margin-top: 25px;
}

.ft-url {
    font-weight: bold;
}

    .ft-url a {
        padding: 0 10px;
    }

footer p {
    color: #084c81;
    text-align: center;
}

.box-qr {
    padding-top: 25px;
}

.home-box {
    margin-bottom: 50px;
}

.btn-home {
    margin-top: 25px;
    background-color: #e20a0a;
    color: #fbe454;
    border: 1px solid #fbe454;
}

    .btn-home a {
        color: #fbe454;
    }

.home-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
    padding: 50px 30px;
}

    .home-tab .item {
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 10%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        margin: 0 5px;
        color: #084c81;
        font-weight: bold;
        width: 310px;
        height: 575px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.item-title {
}

.item-des {
    height: 100px;
    font-size: 0.7rem;
    text-align: justify;
}

.b1 {
    background-image: url(../Image/TH-2025/bg-b1.png);
}

.b2 {
    background-image: url(../Image/TH-2025/bg-b2.png);
}

.b3 {
    background-image: url(../Image/TH-2025/bg-b3.png);
}

.b4 {
    background-image: url(../Image/TH-2025/bg-b4.png);
}

.box-end {
    display: flex;
    align-items: end;
    justify-content: center;
}

.gift-item {
    position: relative;
}

.gift-item-des {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-family: 'DINRoundOT', sans-serif;
    margin: 12px;
}

.article {
    text-align: justify
}

    .article table thead th:first-child {
        width: unset;
    }

#table-cocau tr th:first-child {
    width: 20%;
}

#table-cocau tr th:last-child {
    width: 20%;
}

#table-cocau tr td {
    text-align: left;
}

    #table-cocau tr td:first-child {
        text-align: center;
        width: 20%;
    }

    #table-cocau tr td:last-child {
        text-align: right;
    }

.quay-gift-item {
    text-align: center;
}

    .quay-gift-item img {
        width: 90%;
    }

.question {
    text-align: justify;
}

.answer {
    text-align: justify;
}

.text-minhhoa {
    font-family: 'DINRoundOT', sans-serif;
    margin: 0;
}

@media screen and (max-width:1680px) {
    .home-box {
        margin-bottom: 50px;
    }

        .home-box img {
            max-width: 80%;
        }

    .header img {
        width: 50%;
    }

    .box-qr img {
        max-width: 200px;
    }

    .box-end {
        align-items: center;
    }

    .home-tab .item {
        padding-top: 8%;
    }

    .tab-content {
        min-height: 600px;
    }


    .count-gift {
        font-size: 45px;
    }

    .count-gift-active {
        font-size: 60px;
    }

    .quay-gift-item img {
        width: 80%;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 13px;
    }

    .header img {
        width: 50%;
    }

    nav {
        top: 0.3rem;
        right: 0.3rem;
    }

    footer img {
    }

    .div-logo {
        top: 20%;
    }


    .ct-left .div-img {
        bottom: -20px;
    }

    .home-box img {
        width: 75%;
    }

    .box-end img {
        width: 100%;
    }

    .box-qr img {
        width: 150px
    }

    .btn-home {
        width: 400px;
    }

    .box-end {
        align-items: start;
    }

    .home-box {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1366px) {
    .home-box {
        margin-bottom: 90px;
    }

        .home-box img {
            width: 85%;
        }

    .box-qr img {
        width: 150px
    }

    .box-end img {
        width: 100%;
    }

    .box-end {
        align-items: center;
    }

    .home-tab .item {
        padding-top: 7%;
        height: 490px;
    }

    .item-title {
        margin-bottom: 0;
    }

    .item-des {
        margin-top: 0px;
    }

    .tab-content {
        min-height: 620px;
    }

    .count-gift {
        font-size: 35px;
        -webkit-text-stroke: 2px #f1627f;
    }

    .count-gift-active {
        font-size: 50px;
    }
}

@media screen and (max-width: 1260px) {
    body {
        font-size: 11px;
    }

    .header img {
        width: 40%;
    }

    footer img {
    }

    .home-tab .item img {
        width: 70%;
    }

    .home-box img {
        width: 80%;
    }

    .tab-content {
        min-height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .home-box img {
        width: 70%;
    }

    .home-box div {
        text-align: center;
    }

    .box-qr img {
        width: 120px;
    }

    .uk-tab > * > a {
        font-size: unset;
    }

    .home-tab .item {
        height: 390px;
    }

    .btn-top {
        font-size: 12px;
    }

    .btn-home {
        width: 300px;
    }
}

@media screen and (max-width: 820px) {
    .header img {
        width: unset;
    }

    footer img {
        width: unset;
    }

    #nav-bar {
        margin: 0;
    }

    #menu-list-2 {
        display: none;
    }

    .divnav {
        border-radius: 5px;
    }

    .uk-tab li {
        padding: 5px;
        width: auto;
    }

    .tab-content {
        padding: 25px 10px;
    }

    .tab-pad-0 {
        padding: 0;
    }

    .main {
        background-size: cover;
        background-position: left;
        background-position-x: 89%;
    }

    .div-logo {
        position: unset;
        padding: 10px;
        padding-bottom: 0;
    }

    #img-logo {
        width: 50px;
    }

    .home-box img {
        width: unset;
    }

    .box-end {
        display: unset;
    }

        .box-end img {
            width: unset;
        }

    .hd-title {
        padding-top: 0;
        flex-wrap: wrap;
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-tab {
        flex-direction: column;
    }

        .home-tab .item {
            padding-top: 25%;
            width: 270px;
            height: 500px;
        }

            .home-tab .item img {
                width: unset;
                max-height: 193px;
            }

    .btn-top {
        width: unset;
    }

    #expandableList {
        margin: 0 !important;
    }

    .uk-tab > * > a {
        font-size: 10px;
        padding: 5px 0;
    }

    .btn-top {
        font-size: 14px;
    }

    .ct-left {
        height: 450px;
        margin-bottom: 20px;
    }

        .ct-left .div-img {
            position: absolute;
            bottom: -15px;
            padding: 0;
        }

    .article table tr td {
        word-break: break-word;
    }

    .d-ft {
    }

        .d-ft img {
            padding: 15px 0;
            width: 50%;
        }

    .ft-company {
        font-size: 16px;
    }

    footer {
        padding: 0;
    }

    .logo-div {
        text-align: center;
        position: unset;
    }

    .ft-content {
        font-size: 10px;
    }

    .ft-url a {
        padding: 0 5px;
    }

    .box-gift img {
        width: unset;
    }

    .gift-item-des {
        font-size: 5px;
        margin: 5px;
    }

    .quay-gift {
        flex-direction: column;
    }

    .quay-gift-item {
        margin: 25px;
    }

    .count-gift {
        font-size: 50px;
    }

    .gift-manchao {
        right: 15%;
        font-size: 30px;
    }

    .uk-margin {
        padding: 25px 0;
        justify-content: space-evenly;
    }

    .uk-input {
        width: 65%;
    }

    .uk-button {
        margin: unset;
        padding: 0 10px;
        font-size: unset;
    }
}
