﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

@charset "UTF-8";


/*@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/OpenSans-Regular.ttf');
}*/

@font-face {
    font-family: 'Inter-Regular';
    src: url('../font/Inter-Regular.ttf');
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 30px;*/
    font-family: Inter-Regular;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.center_vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.center_horizental {
    margin-left: auto;
    margin-right: auto;
}

.resultArea {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
}

.resultTextArea {
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-self: center;
    width: 50%;
}

    .resultTextArea > div:nth-child(1) {
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 24px;
        font-size: clamp(24px, 1.8em, 50px);
    }

.resulQRCodeArea {
    box-shadow: 6px 10px 25.299999237060547px 0px #00000026;
    border-radius: 20px;
/*    padding-left: 82px;
    padding-right: 82px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    background-color: white;
    min-width: 350px;
}

    .resulQRCodeArea > div:nth-child(1) {
        color: #0E9542;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 12px;
    }

    .resulQRCodeArea > div:nth-child(2) {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .resulQRCodeArea > div:nth-child(4) {
        font-size: 15px;
        margin-bottom: 8px;
        margin-top:24px;
    }

    .resulQRCodeArea > div:nth-child(5) {
        width:322px;
    }



.guideRow {
    display: flex;
    margin-bottom: 24px;
}

.orderGeneral {
    width: 60px;
    height: 60px;
    display: flex;
    box-shadow: 0px 4px 9px 0px #0000001F;
    border-radius: 8px;
    min-width: 60px;
}

.order1 > div {
    background-image: url(../images/order1.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
}

.order2 > div {
    background-image: url(../images/order2.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
}

.guideRow > div:nth-child(2) {
    margin-left: 21px;
    font-size: 18px;
}


.QRcontainer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 11px;
    border: 1px solid #00000033;
    background-color: white;
}

.QRCode {
    background-image: url(../images/qrcode.png);
    width: 280px;
    height: 280px;
}

.successIcon {
    background-image: url(../images/success.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.successTitle {
    font-weight: bold;
    font-size: 18px;
}

.successContent {
    font-size: 16px;
}

.successMessageArea {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    box-shadow: 0 51px 80px #00000005, 0 33.0556px 46.8519px rgb(0 0 0 / 2%), 0 19.6444px 25.4815px rgb(0 0 0 / 1%), 0 10.2px 13px #00000003, 0 4.15556px 6.51852px rgb(0 0 0 / 1%), 0 0.944444px 3.14815px rgb(0 0 0 / 1%);
    /* padding-bottom: 20px; */
    /* padding-left: 20px; */
    padding: 20px 40px 20px 40px;
    /* margin-top: 125px; */
    margin-top: -60px;
}

.desktopContent {
    display: flex !important;
}

.mobileContent {
    display: none !important;
}

.tchd_header {
    padding: 24px 130px 24px 130px;
    height: 108px;
}

.headerContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 59;
    border-bottom: 1px solid #e4ebf2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.3) 41.67%);
    backdrop-filter: blur(6px);
}

.extension {
    display: none;
}

.tchd_header_extension {
    display: none;
    /*position: fixed;*/
    top: 62px;
    left: 0;
    right: 0;
    z-index: 59;
    border-bottom: 1px solid #e4ebf2;
    padding: 0px 24px 0px 24px;
    height: 86px;
    /*    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.3) 41.67%);
    backdrop-filter: blur(6px);*/
    justify-content: right;
    width: 100%;
}

    .tchd_header_extension a {
        text-decoration: none;
        color: #008C4F;
        font-size: 18px;
    }

.tchd_header_white {
    display: flex;
    align-items: center;
    transition: .3s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.tchd_header_extension > div {
    flex-direction: column;
    justify-content: space-between;
    max-width: 190px;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    height: 62px;
    margin-top: 6px;
}


.green_row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

    .green_row a {
        color: #fff;
        display: inline-flex;
        transition: .3s;
        align-items: center;
        text-decoration: none;
    }

        .green_row a:hover {
            color: #e39717;
        }

.green_row_left, .green_row_right {
    display: flex;
}

    .green_row_left > div, .green_row_right > div {
        padding-left: 20px;
        padding-right: 20px;
    }

        .green_row_left > div:nth-child(2) {
            border-left: 1px solid #41A371;
            border-right: 1px solid #41A371;
        }

        .green_row_right > div:nth-child(1) {
            border-right: 1px solid #41A371;
        }

.full_logo {
    display: flex;
    width: 327px;
    height: 60px;
    background-image: url(../images/logoAndText.svg);
}

.just_logo {
    display: flex;
    width: 92px;
    height: 32px;
    background-image: url(../images/logo.svg);
}

.menuIcon {
    display: flex;
    width: 32px;
    height: 32px;
    background-image: url(../images/menuIcon.svg);
}

.menuIconX {
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(../images/menuIconX.svg);
}

.white_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mangluoi svg path, .mangluoi a {
    stroke: white;
    transition: .5s;
}

.mangluoi:hover svg path {
    stroke: #e39717;
    color: #e39717;
}

.person {
    background-image: url('../images/Register.svg');
    width: 24px;
    height: 24px;
    background-size: cover;
}

    .person:hover {
        background-image: url('../images/Register-hover.svg');
    }

.popup_persion {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 70;
    right: auto;
    transform: translateX(-50%);
    width: auto;
    min-width: 180px;
    overflow: hidden;
    padding-top: 14px;
    position: absolute;
    display: none;
    top: 85px;
}

#popup_buttonId {
    right: -63px !important;
}

.popup_persion ul {
    list-style: none;
    padding: 10px 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0 29px 80px #0f3e5208, 0 18.7963px 46.8519px #0f3e5205, 0 11.1704px 25.4815px #0f3e5205, 0 5.8px 13px #0f3e5205, 0 2.36296px 6.51852px #0f3e5203, 0 0.537037px 3.14815px #0f3e5203;
    border-radius: 8px;
    background-color: white;
    min-width: 186px;
}

.popup_persion li {
    padding: 0 15px;
}

    .popup_persion li:hover {
        background-color: #e4ebf2;
    }

    .popup_persion li a {
        padding: 10px 0;
        color: #666;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #d9d9d9;
        white-space: nowrap;
        font-size: 14px;
    }

.person:hover ~ #popup_persionId, #popup_persionId:hover {
    display: flex;
}

.button_login_omni:hover ~ #popup_buttonId, #popup_buttonId:hover {
    display: flex;
}

.white_row_right {
    display: flex;
    color: #008C4F;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    max-width: 535px;
    width: 100%;
}
    /*.textLinkContainer{
    display:flex;
}*/

    .white_row_right a {
        text-decoration: none;
        color: #008C4F;
    }

.headerButton {
    display: flex;
    padding: 19px 39px 19px 39px;
    border: 2px solid #018D46;
    border-radius: 35px;
    cursor: pointer;
}

.button_login_omni {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-left: 20px;
}

    .button_login_omni > div:nth-child(1) {
        background-image: url('../images/OMNI_Icon.png');
        width: 24px;
        height: 24px;
        background-size: cover;
        margin-right: 5px;
    }

    .button_login_omni > div:nth-child(2) {
        line-height: 35px;
    }

    .button_login_omni:hover {
        background-color: #008c44;
        color: white;
    }

.footer {
    background-color: #FDFDFD;
    display: flex;
    flex-direction: column;
}

.footer_gray {
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    background-color: #f8f8f8;
}

.gray_line_1, .gray_line_2, .footer_green_line {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}

.gray_line_2 {
    padding-top: 25px !important;
    padding-bottom: 27px !important;
    flex-wrap: wrap;
}

.gray_line_1_left, .gray_line_1_right, .gray_line_2_left, .gray_line_2_right {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}

    .gray_line_1_left > div:nth-child(1), .gray_line_1_right > div:nth-child(1) {
        line-height: 40px;
        padding-right: 20px;
        font-weight: bold;
        color: black;
    }

.mangluoiFooter, .cskhFooter {
    margin-left: 30px;
    padding-top: 3px;
}

    .mangluoiFooter a, .cskhFooter a {
        text-decoration: none;
        color: #666;
    }

.cskhFooter {
    display: none;
}

.iosAndAndroid {
    display: flex;
}

    .iosAndAndroid div {
        background-size: cover;
        width: 100px;
        height: 30px;
        border-radius: 5px;
    }

    .iosAndAndroid > div:nth-child(1) {
        background-image: url('../images/appstore.png');
    }

    .iosAndAndroid > div:nth-child(2) {
        background-image: url('../images/googleplay.png');
        margin-left: 10px;
    }

.footer_green {
    display: flex;
    width: 100%;
    background-color: #008c44;
    padding: 13px 0;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
}

.form-width {
    width: 320px;
    height: 40px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #e4ebf2;
    transition: all .35s ease-in-out;
}

    .form-width:focus, .form-width:hover {
        border: 1px solid #008c44;
        box-shadow: 0 0 0 3px #008c4f1a;
    }

    .form-width form {
        display: flex;
    }

.input-width {
    padding: 6px 0 8px 12px;
    flex-grow: 1 !important;
}

.form-width input {
    border: none;
    width: 100%;
    color: #9f9f9f;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    outline: none;
}

.form-width .btn-width {
    padding: 3px 3px 3px 0;
    flex-shrink: 0;
}

    .form-width .btn-width button {
        border: none;
        border-radius: 4px;
        background-color: #008c44;
        color: white;
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        padding: 5px 18px;
    }

.icon-social {
    width: 32px;
    height: 32px;
    background-color: #738079;
    padding: 5px;
    border-radius: 8px;
    margin-right: 12px;
    transition: background-color .35s ease-in-out;
    display: flex;
}

    .icon-social:hover {
        background-color: #008c44;
    }

.icon {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
}

.icon-facebook {
    background: url(../images/icon-fb.svg);
    background-size: cover;
}

.icon-zalo {
    background: url(../images/icon-zalo.svg);
    background-size: cover;
}

.icon-youtube {
    background: url(../images/icon-youtube.svg);
    background-size: cover;
}

.footer_green_right, .footer_green_left {
    display: flex;
}

    .footer_green_right > div, .footer_green_left > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_green_right a {
        color: white;
        text-decoration: none;
    }



    .footer_green_right > div:nth-child(2) {
        border-left: 1px solid #41A371;
        border-right: 1px solid #41A371;
    }

    .footer_green_right > div:nth-child(1) {
        border-right: 1px solid #41A371;
    }

    .footer_green_right > div:nth-child(3) {
        padding-right: 0;
    }

.footer_green_line {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px;
}

.footer_call {
    height: 58px;
    /*border: 1px solid #e4ebf2;*/
    border-radius: 100px;
    box-sizing: border-box;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #fff;
    z-index: 4;
    overflow: hidden;
}

.mybody {
    min-height: 100vh;
    width: 100%;
    padding-top: 148px;
    padding-bottom: 108px;
    /*background: url(../images/bg.jpg);*/
}

.container {
    max-width: unset !important;
    padding: 0 !important;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.myContent {
    width: 85%;
    min-height: 500px;
    padding-top: 20px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    max-width: 1230px;
}

.bannerParagrap {
    display: flex;
}

.bannerParagrapContent {
    display: flex;
}

.slideContainer {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.swiper-pagination-bullet-active {
    background: #E59E2C;
}

.mobileBanner {
    width: 100%;
}

.banner1 {
    content: url(../images/mobileBanner1.jpg);
}

.banner2 {
    content: url(../images/mobileBanner2.jpg);
}


.BigTextArea {
    display: flex;
    flex-direction: column;
    /*max-height: 458px;*/
    justify-content: space-between;
    width: 40%;
    padding-bottom: 5vw;
}

.bigText {
    font-weight: 700;
    font-size: clamp(40px,3em,70px);
}

.bigCurveContainer {
    width: 100%;
}

.bigCurve {
    content: url(../images/bigCurve.svg);
    width: 100%;
    min-height: 26px;
}

.bigButton {
    background: linear-gradient(135deg, #2FAA33 0%, #018D46 100%);
    padding: 17px 30px 18px 30px;
    max-width: 343px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 35px;
    cursor: pointer;
}

.bannerArea {
    width: 60%;
    display: flex;
    flex-direction: column;
}

    .bannerArea > img:nth-child(1) {
        content: url(../images/banner1.jpg);
        margin-left: 7px;
        margin-bottom: 80px;
        margin-top: 8px;
    }

    .bannerArea > img:nth-child(2) {
        content: url(../images/banner2.jpg);
        margin-left: auto;
        margin-right: 20px
    }

.bigBanner {
    /*width: 95%;*/
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.08);
    max-height: 220px;
    height: 95%;
    width: 91%;
}


.doubleArrow {
    background-image: url('../images/doubleArrow.png');
    width: 64px;
    height: 64px;
}

.UuDaiAreaContent {
    display: flex;
    padding-top: 48px;
    padding-bottom: 48px;
    /*    padding-left: 130px;
    padding-right: 130px;*/
}

.UuDaiArea {
    background: #F9F8FE;
}



.UuDaiImage {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
}

.UuDaiImage_Text {
    font-weight: 600;
    margin-bottom: 24px;
    font-size: clamp(24px, 2.8em, 50px);
    text-align: left;
}

.UuDaiImage_Image {
    content: url(../images/UudaiImage.png);
}

.UuDaiText {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.rowUuDai {
    display: flex;
    margin-bottom: 24px;
}

.iconColumn {
    margin-right: 21px;
}

.textColumn {
}

.refund {
    background: white url(../images/refund.svg) no-repeat;
    background-position: 15px 15px;
    width: 60px;
    height: 60px;
}

.percent {
    background: white url(../images/percent.svg) no-repeat;
    background-position: 15px 15px;
    /* margin: -8px 0 0 -6px; */
    width: 60px;
    height: 60px;
}

.textColumn_title {
    /*font-size:28px;*/
    font-size: 1.5vw;
    font-size: clamp(18px, 1.5em, 28px);
    font-weight: 600;
}

.textColumn_content {
    font-size: clamp(16px, 1.2em, 18px);
    font-weight: 500;
}

.branchAndHand {
}

.branchAndHandContent {
    display: flex;
    padding-top: 126px;
    padding-bottom: 48px;
}

.listBranchArea {
    text-align: left !important;
    /*max-width: 560px;*/
    width:100%
}

.listBranch {
    display: grid;
    grid-template-columns: repeat(4, auto); /* 4 cột */
    grid-template-rows: repeat(4, auto); /* 4 dòng */
    justify-content: center; /* Căn giữa toàn bộ grid */
    row-gap: 20px;
    column-gap: 52px;
    max-width: 1000px;
    margin: 27px auto;
}

.brandLine {
    display: contents; /* Bỏ ảnh hưởng layout của thẻ brandLine */
}

.branch {
    max-width: 130px;
    height: 26px;
}

.listBranch .brandLine:nth-of-type(1) img:nth-child(1) {
    content: url(../images/shoppe.png);
}

.listBranch .brandLine:nth-of-type(1) img:nth-child(2) {
    content: url(../images/tiktok.png);
}

.listBranch .brandLine:nth-of-type(1) img:nth-child(3) {
    content: url(../images/lazada.png);
}

.listBranch .brandLine:nth-of-type(1) img:nth-child(4) {
    content: url(../images/tiki.png);
}

.listBranch .brandLine:nth-of-type(2) img:nth-child(1) {
    content: url(../images/grab.png);
}

.listBranch .brandLine:nth-of-type(2) img:nth-child(2) {
    content: url(../images/be.png);
}

.listBranch .brandLine:nth-of-type(2) img:nth-child(3) {
    content: url(../images/xanh.png);
}

.listBranch .brandLine:nth-of-type(2) img:nth-child(4) {
    content: url(../images/shopeefood.png);
}

.listBranch .brandLine:nth-of-type(3) img:nth-child(1) {
    content: url(../images/thegioididong.png);
}

.listBranch .brandLine:nth-of-type(3) img:nth-child(2) {
    content: url(../images/Logo-FPT-Shop-Black.png);
}

.listBranch .brandLine:nth-of-type(3) img:nth-child(3) {
    content: url(../images/cholon.png);
}

.listBranch .brandLine:nth-of-type(3) img:nth-child(4) {
    content: url(../images/nk.png);
}


.listBranch .brandLine:nth-of-type(4) img:nth-child(1) {
    content: url(../images/traveloka.png);
}

.listBranch .brandLine:nth-of-type(4) img:nth-child(2) {
    content: url(../images/mytour.png);
}

.listBranch .brandLine:nth-of-type(4) img:nth-child(3) {
    content: url(../images/ivivu-com-logo.png);
}

.listBranch .brandLine:nth-of-type(4) img:nth-child(4) {
    content: url(../images/trip.png);
}

.handArea {
    width: 50%;
    position: relative;
}

.hand {
    content: url(../images/hand.png);
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 700px;
    margin-top: -100px;
    left: clamp(10px, 10%, 90px);
}

.lightText {
    font-weight: 400;
    font-size: 14px;
}

.formContainer {
}

.formContainerContent {
    background: #222938;
    color: white;
    padding-top: 48px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 20px;
    padding-bottom: 48px;
    max-width: 1180px;
}

.formTitle {
    font-weight: 500;
    font-size: clamp(24px,3vw,50px);
    margin-bottom: 32px;
    text-align: center;
}

.inputContent {
    display: flex;
    flex-direction: column;
    width: 45%;
    max-width: 480px;
}

    .inputContent > label {
        font-size: 18px;
        font-weight: 500;
    }

    .inputContent > input {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
        height: 50px;
        border: none;
    }

#mainForm {
    display: flex;
    gap: 38px;
    flex-direction: column;
}

.formButtom {
    background: linear-gradient(135deg, #2FAA33 0%, #018D46 100%);
    /* padding: 13px 30px 13px 30px; */
    padding-top: 14px;
    padding-bottom: 14px;
    max-width: 424px;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 500;
    border-radius: 35px;
    cursor: pointer;
    width: 100%;
}

.formRow {
    display: flex;
    justify-content: space-between;
    gap: 38px;
}

.home-title {
    margin-bottom: 4px;
    color: #333;
    font-size: 28px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -.02em;
    text-align: center;
}

.formTraCuu {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.listTabTraCuu {
    border: 1px solid #d9d9d9;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tabTracuu {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    flex: 1 0 50%;
}

    .tabTracuu a {
        text-align: center;
        background-color: #f1f3f2 !important;
        border: none;
        border-radius: 0;
        color: var(--gray-mid);
        padding: 14px 22px;
        border-top-left-radius: 4px;
        display: block;
        text-decoration: none;
    }

.active a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

    .active a:before {
        content: "";
        position: absolute;
        background-color: #008c44;
        bottom: 0;
        top: 0;
        left: -20px;
        width: 100%;
        transform: skew(40deg);
        z-index: -1;
        border-radius: 10px 10px 0 0;
    }

.tabTracuu span {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


ul li:nth-of-type(2).active a:before {
    transform: skew(-40deg);
    left: 20px;
}

.mainForm {
    border: 1px solid #d9d9d9;
    border-radius: 5px 5px 0 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap
}

/*#mainForm_tab2{
    display:none;
}*/

.my_require {
    color: #e39717 !important;
}

.myInput {
    background-color: #f1f3f2;
    box-shadow: none;
    outline: none;
    border-color: #e4ebf2;
    color: #9f9f9f;
    padding: 7px 11px;
    font-size: 15px;
    line-height: 26px;
    height: 40px;
    margin-bottom: 10px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.text-body {
    line-height: 26px;
    font-weight: 400;
}

.form-group {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 150px;
    width: 100%;
    max-width: 300px;
}

.row_form_group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.myButtonContainer {
    max-width: 900px !important;
}

.myButton {
    cursor: pointer;
    padding: 10px;
    color: #fff !important;
    display: block;
    width: 120px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: #e39717;
    border: 1px solid #e39717;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.375;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: auto;
}

table thead {
    background-color: #008c44;
    color: white;
    font-size: 14px;
}

table tbody {
    font-size: 14px;
}

table .form-check-input {
    margin-left: -1rem;
}

.row .form-control {
    min-width: 70px
}

.group_button {
    display: flex;
    justify-content: space-between;
    width: 260px;
}

.width-400 {
    width: 400px !important;
}

#recaptcha1, #recaptcha2, .captchaContain {
    width: fit-content;
    margin-left: auto;
    padding-left: 0 !important;
}

.modal-confirm {
    color: #434e65;
    width: 525px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        background: #e85e6c;
        border-bottom: none;
        position: relative;
        text-align: center;
        margin: -20px -20px 0;
        border-radius: 5px 5px 0 0;
        padding: 15px;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 36px;
        margin: 10px 0;
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        text-shadow: none;
        opacity: 0.5;
    }

        .modal-confirm .close:hover {
            opacity: 0.8;
        }

    .modal-confirm .icon-box {
        color: #fff;
        width: 95px;
        height: 95px;
        display: inline-block;
        border-radius: 50%;
        z-index: 9;
        border: 5px solid #fff;
        padding: 15px;
        text-align: center;
    }

        .modal-confirm .icon-box i {
            font-size: 58px;
            margin: -2px 0 0 -2px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn, .modal-confirm .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #eeb711 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border-radius: 30px;
        margin-top: 10px;
        padding: 6px 20px;
        min-width: 150px;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #eda645 !important;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.detailBill {
    cursor: pointer;
}

#resultTable th, #resultTable td:first-child {
    text-align: center;
}

    #resultTable th:first-child {
        padding-left: 0.75rem;
        max-width: 38px;
    }

.myRow {
    display: flex;
    width: 100%;
    justify-content: right;
}

    .myRow label, .myRow input {
        color: red !important;
    }

.myRow2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.detailPdf {
    width: 100%;
}

.red_note {
    color: red;
}

.italic_note {
    font-style: italic;
}

@media (max-width: 1280px) {
    .tchd_header {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1065px) {
    .gray_line_1_right {
        justify-content: flex-end;
    }

    .iosAndAndroid > div:nth-child(2) {
        margin-left: 20px;
    }

    .gray_line_1_right > div:nth-child(1) {
        width: 220px;
        text-align: center;
        padding-right: 0;
    }

    .iosAndAndroid {
        margin-top: 5px;
    }
}

@media (max-width: 991px) {

    .listBranch {
        grid-template-columns: repeat(3, auto);
    }

    .tchd_header {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 16px;
        padding-bottom: 16px;
        /*height:64px;*/
    }

    .tchd_header_green {
        display: none;
    }

    .button_login_omni {
        margin-left: 10px;
    }

    .popup_persion {
        top: 46px;
    }

    .footer_green_left {
        display: none;
    }

    .footer_green_right {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .mybody {
        padding-top: 111px;
        padding-bottom: 295px;
    }

    .form-group {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .resultArea {
        flex-wrap: wrap;
        padding: unset;
    }

    .resulQRCodeArea {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: unset;
        padding-left: 20px;
        padding-right: 20px;
    }

    .resultTextArea {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .QRcontainer {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tchd_header {
        padding-left: 24px;
        padding-right: 24px;
        height: 64px;
    }

    .white_row_right {
        max-width: 190px;
    }

    .myContent {
        width: 100%;
    }

    .desktopContent {
        display: none !important;
    }

    .mobileContent {
        display: flex !important;
    }

    .headerButton {
        padding: 4px 18px 4px 18px;
        border: 1px solid #018D46;
        border-radius: 35px;
        font-size: 15px;
    }

    .bannerParagrapContent {
        flex-wrap: wrap;
        padding-left: 26px;
        padding-right: 26px;
    }

    .branchAndHandContent {
        padding-left: 26px;
        padding-right: 26px;
    }

    .BigTextArea {
        justify-content: space-between;
        padding-bottom: 5vw;
        width: 100%;
        margin-top: 40px;
        min-height: 196px;
    }

    .bigButton {
        padding: 10px 118px 10px 118px;
        max-width: 343px;
        text-align: center;
        font-size: 17px;
        font-weight: 500;
        border-radius: 35px;
        margin-left: auto;
        margin-right: auto;
        padding-right: clamp(85px, 25%, 118px);
        padding-left: clamp(85px, 25%, 118px);
    }

    .bigText {
        font-size: 2.5em;
    }

    .mybody {
        /*padding-bottom: 515px;*/
    }

    .UuDaiAreaContent {
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .UuDaiImage {
        width: 100%;
        margin-bottom: 24px;
    }

    .UuDaiText {
        width: 100%;
    }

    /*    .UuDaiImage_Text {
        font-size: clamp(18px, 5vw, 30px);
    }*/

    /*    .textColumn_title {
        font-size: clamp(16px, 3vw, 28px);
    }

    .textColumn_content {
        font-size: 2.5vw;
        font-size: clamp(15px, 2.5vw, 18px);
    }*/

    .listBranchArea {
        max-width: unset;
    }

    .formContainerContent {
        border-radius: unset;
        padding-top: 48px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 48px;
    }

    .formRow {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 38px;
    }

    .inputContent {
        width: 100%;
        max-width: unset;
    }

    .gray_line_1 {
        flex-wrap: wrap;
    }

    .gray_line_1_left > div:nth-child(1), .form-width, .gray_line_1_right > div:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .form-width, .gray_line_1_right > div:nth-child(1) {
        margin-top: 20px;
    }

    .gray_line_1_left, .gray_line_1_right {
        width: 100%;
    }

    .iosAndAndroid {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .footer_call {
        display: none;
    }

    .cskhFooter {
        display: flex;
    }

    .gray_line_2 .full_logo {
        display: none;
    }

    .gray_line_2_left, .gray_line_2_right {
        width: 100%;
        justify-content: center;
    }

    .gray_line_2_right {
        margin-top: 30px;
    }

    .footer_green_right div {
        width: 100%;
        padding: 0;
        border-right: none !important;
        border-left: none !important;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .listBranch {
        grid-template-columns: repeat(2, auto);
    }
}
