body {
    color: #000;
}
.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #eedec1;
}
.mobile-sidebar a{
    color: #f9b47e !Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #f9b47e !Important;
}
#logo img {
    padding: 5px 0px !Important;
}
html{
    margin-right: 0px !Important;
}
.header-button{
    margin-top: 10px;
}
.off-canvas-center .mfp-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #bc813b;
    opacity: 0.9;
    z-index: 1;
}
.off-canvas-center .mfp-container {
    position: relative;
    padding: 0;
    background-image: url(../img/bg_monreisaigon.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.main-menu-overlay{
    background-color:transparent !Important;
}
.off-canvas-center .nav-sidebar.nav-vertical>li>a{
    color: #f9b47e !important;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}
.off-canvas .sidebar-menu{
    padding: 0px;
}
.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #eedec1;
}
.mobile-sidebar a{
    color: #f9b47e !Important;
}
.mobile-nav .header-button a {
    color: #fff;
    background: -webkit-linear-gradient(#042279, #042279);
    top: -4px;
}
.mobile-sidebar .has-child button.toggle{
    color: #f9b47e !Important;
}
img.size-full.alignnone{
    margin-bottom: 0px;
}
.wp-caption .wp-caption-text{
    background: none !Important;
    font-size: 15px;
}
.wp-caption{
    margin-bottom: 10px;
}
.lightbox-content{
    background: url(../img/bg_monreisaigon.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px;
    border: 5px solid #fff;
    position: relative;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.lightbox-content form,
#dangky .form-action{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.mb-20{
    margin-bottom: 20px;
}
.lightbox-content form{
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #fff;
}
.lightbox-content input[type="text"],
.lightbox-content input[type="tel"],
.lightbox-content input[type="email"],
.lightbox-content textarea{
    background-color: transparent !important;
    border: unset;
    box-shadow: unset !important;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    margin: 0;
}
.lightbox-content input[type="text"]::placeholder,
.lightbox-content input[type="tel"]::placeholder,
.lightbox-content input[type="email"]::placeholder,
.lightbox-content textarea::placeholder{
    color: #fff;
}
.lightbox-content label{
    color: #fff;
    font-weight: 400;
}
.lightbox-content input[type='checkbox'],
.lightbox-content input[type='radio']{
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.lightbox-content input[type='submit']{
    background: linear-gradient(-121deg,#d7865c,#f9b47e);
    outline: 1px solid #fff !Important;
    outline-offset: 3px;
    border-radius: 20px;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    margin-bottom: 0px;
}
.absolute-footer{
    background-color: #042279 !Important;
}
#dangky form{
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.mfp-container:before{
    display: none;
}
.quick_contact {
    position: fixed;
    left: 0px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2px;
    margin-right: 10px;
    gap: 10px;
    z-index: 9;
}

.quick_contact a {
    margin-left: 20px;
}

.quick_contact a .text {
    color: #fff;
}
.animated-button {
    cursor: pointer;
    animation: pulse-glow 2s infinite;
    transition: transform 0.3s ease-in-out;
}
.button-fancy {
    display: inline-flex;
    width: auto;
    height: 50px;
    align-items: center;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.4s;
}

.button-fancy .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.6s;
}
.button-fancy .icon.tel {
    background-image: url(../img/tel.svg);
}

.button-fancy .icon.email {
    background-image: url(../img/email.svg);
}
.button-fancy:hover .icon {
    transform: rotate(360deg);
}
.animated-button {
    cursor: pointer;
    animation: pulse-glow 2s infinite;
    transition: transform 0.3s ease-in-out;
}

@keyframes pulse-glow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(223, 142, 115, 0.4);
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 0 20px 5px rgb(221 172 75 / 70%);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(223, 142, 115, 0.4);
    }
}
.stuck #masthead{
    background: #042279;
}
.stuck .header-main .nav > li > a{
    color: #fff !Important;
}
#wrapper, #main {
    background: #fdfcfa;
}
section.gioithieu h1{
    color: #042279;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}
strong,b {
    font-weight: bold;
}
p{
    margin-bottom: 10px;
}
section.tongquan .tongquan_text{
    padding-left: 20px;
    padding-right: 20px;
}
table tr,
table td{
    height: inherit !Important;
}
table td p{
    margin: 0px;
}
section.tongquan .tongquan_text ul{
    margin-bottom: 0px;
}
section.tongquan .col-divided{
    border: none !Important;
}
section.tongquan h2{
    letter-spacing: 1px;
    font-weight: 700;
}
section.ramat h2{
    letter-spacing: 1px;
    font-weight: 700;
}
section.banggia .banggia_item{
    color: #000;
}
section.banggia .banggia_item h4{
    color: #dfc690;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 900;
}
.block_form_ngang{
    font-family: Signika, sans-serif;
}
.block_form_ngang .col-inner{
    padding: 40px 30px !Important;
    border-radius: 10px;
    overflow: hidden;
}
.block_form_ngang input[type="text"],
.block_form_ngang input[type="tel"],
.block_form_ngang input[type="email"]{
    background: #fff;
    border-radius: 30px;
    text-align: left;
    width: 100%;
    padding: 0px 12px;
    height: 45px;
}
.block_form_ngang input[type="submit"]{
    background: linear-gradient(-121deg,#d7865c,#f9b47e);
    border-radius: 30px;
    text-align: center;
    width: 100%;
    padding: 0px 12px;
    height: 45px;
	color:#042279;
}
.block_form_ngang form{
    margin: 15px 0px;
    padding-bottom: 0px;
}
.block_form_ngang .text_hotline{
    font-weight: bold;
    font-size: 18px !Important;
}
.block_form_ngang p{
    margin-bottom: 0px;
}
.wpcf7-spinner{
    top: 10px;
    position: absolute;
    left: 36%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    margin: 0px;
    border-radius: 4px;
    font-size: 14px;
}
section.vitri h2{
    color: #042279;
    font-size: 30px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#042279, #042279);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Signika", sans-serif;
}
.item_loithe .box-image{
    border: 1px solid #b2a163;
    border-radius: 100%;
    padding: 2px;
    background: #b2a163;
}
.item_loithe ul{
    margin-top: 10px;
}
.item_loithe h4{
    color: #b2a163;
}
section.tienich h2{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: "Signika", sans-serif;
}
section.tienich .section-bg.bg-loaded{
    background-size: auto !Important;
    background-repeat: repeat !Important;
}
section.matbang h2,
section.matbang .tabbed-content h4{
    color: #042279;
    font-size: 30px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#042279, #042279);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}
section.matbang .tabbed-content h4{
    margin-bottom: 20px;
}
section.thietke h2{
    color: #042279;
    font-size: 30px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#b2a163, #f9b47e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}
section.thietke .nav-pills li.active a{
    background-color: #f9b47e;
}
section.chinhsach h2{
    color: #042279;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.col-inner ul li{
    margin-bottom: 5px;
}
section.phaply h2{
    background: -webkit-linear-gradient(#af4a22, #a11717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    letter-spacing: 0.8px;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    font-family: "Signika", sans-serif;
    line-height: 50px;
}
section.phaply .icon-box{
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}
section.phaply .icon-box em{
    color: #556174;
    font-size: 13px;
}
section.phaply .icon-box a.button{
    color: #434343;
    border-color: rgb(163 143 29 / 62%);
    border-radius: 40px;
    background: linear-gradient(#f5cc79, #e9bf6b);
    padding: 2px 20px !Important;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    min-height: 22px;
    position: absolute;
    right: -8px;
    bottom: 5px;
}
section.phaply .icon-box p{
    margin-bottom: 0px;
}
.tiemnang_desc{
    padding: 30px !important;
    color: #fff;
    border-radius: 10px;
    background: #042279;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
}
section.tiemnang h2{
    font-size: 25px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#b2a163, #f9b47e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-weight: 700;
}
section.bantin h2{
    color: #042279;
    font-size: 30px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#042279, #042279);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}
section.bantin .post-title a{
    line-height: 29px;
    font-size: 19px;
    margin-bottom: 12px;
    font-family: Signika, sans-serif;
    font-weight: 500;
    color: #042279;
}
section.bantin .box-text p{
    font-family: Signika, sans-serif;
    font-weight: 500;
    font-size: 17px;
}
section.faqs h2{
    font-size: 25px;
    background: -webkit-linear-gradient(#042279, #042279);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
section.faqs .accordion-title{
    display: block;
    cursor: pointer;
    position: relative;
    margin: 8px 0 5px 0;
    padding: 1.1em 0.5em 1.2em 25px;
    font-weight: 600;
    color: #042279;
    position: relative;
    background: #b2a1632b;
    box-shadow: 2px 0 4px rgb(0 0 0 / 10%);
    border-radius: 18px;
    font-size: 16px;
    padding-left: 30px;
    border: none;
}
section.faqs .accordion .accordion-item a.active{
    background: #042279;
    color: #fff;
}
section.faqs .accordion-item{
    margin-bottom: 20px;
}
section.faqs .accordion .toggle{
    top:11px;
}
section.faqs .title{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
section.lienhe .form_footer{
    border-left: 1px solid #0422795c;
    padding-left: 30px;
}
section.lienhe .form_footer input[type="text"],
section.lienhe .form_footer input[type="tel"],
section.lienhe .form_footer input[type="email"],
section.lienhe .form_footer textarea{
    padding: 0 20px;
    width: 100%;
    color: #2E2E2E;
    background: #fff !important;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: none;
}
section.lienhe .form_footer textarea{
    padding-top: 20px;
}
section.lienhe .form_footer .col{
    padding-bottom: 5px;
}
section.lienhe .form_footer input[type="submit"]{
    background: linear-gradient(-121deg,#d7865c,#f9b47e);
    position: absolute;
    right: 20px;
    top: -47px;
    border-radius: 20px;
    border: none;
    padding: 0px 30px;
}
section.lienhe .form_footer p{
    padding-top: 5px;
}
section.lienhe table tr td{
    font-size: 17px;
    line-height: 25px;
}
section.lienhe .title{
    letter-spacing: 1px;
    font-weight: 700;
}
.back-to-top{
    background: -webkit-linear-gradient(#042279, #042279);
    color: #bea518 !Important;
}
#masthead .header-nav.nav-left{
    justify-content: flex-end;
}
#masthead .header-nav.nav-right{
    justify-content: flex-start;
}
.wp-caption{
    margin-bottom: 10px;
}
.absolute-footer{
    text-align: center;
}
table tr td{
    font-size: 17px;
    line-height: 25px;
}
.nav-pills>li>a {
    line-height: 30px;
    padding: 0 7px;
}
button.mfp-close{
    background: #bea518 ! IMPORTANT;
    opacity: 1 !important;
    color: #042279 !important;
    mix-blend-mode: inherit;
}
body:not(.page-template-page-transparent-header-light) .header-main{
    background: #042279;
}
body:not(.page-template-page-transparent-header-light) .header-main .nav>li>a{
    color: #fff !Important;
}
.footer-secondary{
    padding: 0px;
}