/*
Landing Style: Style 2024
 */

@font-face {
    src: url("../fonts/Pattaya-Regular.ttf");
    font-family: "Pattaya";
}

@font-face {
    src: url("../fonts/Inter/Inter-Bold.ttf");
    font-family: "Inter";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Inter/Inter-Regular.ttf");
    font-family: "Inter";
    font-weight: 300;
}

body {
    font-family: "Inter" !important;
    font-weight: 300;
}

#header-2024 img {
    width: 100% !important;
}

/*8title**/
.title-2024, .title-20242 {
    text-align: center;
}

.title-2024 p {
    color: #000;
    font-size: 15px;
}

.title-2024 h3 {
    font-family: "Pattaya";
    color: #D90000;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

.title-20242 h3 {
    color: #000;
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Inter" !important;
}

.title-20242 h3 strong {
    color: #D90000;
}

/**box 2024**/
.box-2024 {
    border-radius: 10px !important;
    background: #fff;
    border: 1px solid #805221;
    width: 300px;
    padding: 10px 15px;
    font-weight: 700;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.box-2024 p {
    margin: 0px !important;
}

.box-text-2024 p.upper {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

table.table-white-2024 {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px !important;
    background: #fff !important;
    border: 1px solid #f2f2f2 !important;
    border-collapse: collapse;
    margin-bottom: 30px;
}

table.table-white-2024 thead th {
    padding: 15px !important;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: 1px solid #f2f2f2 !important;
    border-collapse: collapse;
    width: 50%;
}

table.table-white-2024 tr td {
    padding: 15px !important;
    color: #000;
    text-align: center;
    font-size: 16px;
    width: 50%;
    border: 1px solid #f2f2f2 !important;
    border-collapse: collapse;
}

table.table-white-2024 tr td:nth-child(2) {
    color: #ff3333 !important;
}

.button_for_2024, .btnRegister {
    border-radius: 10px !important;
    border: 2px solid #FAF1A1 !important;
    background: #FFDC24 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    color: #000 !important;
    font-weight: 700;
    padding: 5px 25px !important;
    height: unset !important;
    transition: 0.3s ease-in-out;
}

.button_for_2024:hover, .btnRegister {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

form#bk-register-form {
    margin: 0px !important;
}

/**table price**/
table.table-price-2024 {
    background: #fff !important;
    border: 1px solid #333 !important;
    border-collapse: collapse;
}

table.table-price-2024 thead th {
    padding: 15px !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: 1px solid #333 !important;
    border-collapse: collapse;
}

table.table-price-2024 tr td {
    padding: 18px 15px !important;
    color: #000;
    text-align: center;
    font-size: 18px;
    border: 1px solid #333 !important;
    border-collapse: collapse;
}

table.table-yellow thead th {
    background: #FFD338 !important;
}

table.table-yellow tr td:nth-child(1) {
    color: #E29500 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Inter;
}

a.button_for_price {
    border-radius: 10px;
    background: linear-gradient(180deg, #FFC700 0%, #FFF27F 100%);
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Inter;
    font-size: 16px;
    padding: 3px 10px !important;
    height: unset !important;
    width: 180px !important;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

table.table-red thead th {
    background: #E80000 !important;
    color: #fff !important;
}

table.table-tim thead th {
    background: #C700E8 !important;
    color: #fff !important;
}

table.table-red tr td:nth-child(1), table.table-tim tr td:nth-child(1) {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Inter;
}

table.table-price-2024 del {
    color: gray !important;
}

table.table-price-2024 ins {
    color: #ff3333 !important;
}

/**title**/
.title-bg-2024 {
    width: 100%;
    background: url(/wp-content/uploads/2023/12/bn-02.png);
    background-size: 100%;
    height: 160px;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0px !important;
}

.title-bg-2024 h3 {
    color: #FFF88D;
    font-family: Inter;
    font-size: 35px;
    margin: 0px !important;
    line-height: 40px;
}

.title-bg-2024 h3.normal {
    color: #fff;
    font-weight: normal !important;
}

.box-text-2024 .normal {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
}

table.table-orange thead th {
    background: #F2AE00 !important;
    color: #fff !important;
}

table.table-orange tr td:nth-child(1) {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Inter;
}

table.table-orange tr td strong {
    color: #F63939;
    font-weight: 700 !important;
}

.title-20242.title-normal h3 {
    color: #fff;
    font-weight: normal;
}

#footer {
    padding: 20px 0 !important;
    background: transparent !important;
}

#footer .footerBorder:not(:last-child) {
    border-bottom: 0;
    margin: 0px !important;
    padding: 0px !important;
}

@media only screen and (max-width: 768px) {
    .title-2024 h3 {
        font-size: 35px;
        line-height: 45px;
        margin: 0;
    }

    .title-20242 h3 strong {
        display: block;
    }

    .box-text-2024 .normal {
        font-size: 28px;
        margin: 0;
    }

    .box-text-2024 .normal strong {
        font-size: 35px !important;
    }

    .title-bg-2024 {
        width: 100%;
        background: url(https://www.bkns.vn/wp-content/uploads/2023/12/Group-1000000867-min-scaled.jpg);
        background-size: 100%;
        height: 160px;
        background-repeat: no-repeat;
        text-align: center;
        display: flex;
        align-items: center;
        margin: 0px !important;
        border-radius: 10px !important;
        padding: 15px;
    }

    .table-price-2024 {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .table-price-2024::-webkit-scrollbar {
        height: 2px;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .title-bg-2024 {
        background-size: 100%;
        height: 130px;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .title-bg-2024 {
        background-size: 100%;
        height: 130px;
    }
}
