@font-face {
    font-family: 'ellefutura';
    src: url('fonts/elle-futura.otf');
    font-display: swap;
}
@font-face {
    font-family: 'ellefuturabold';
    src: url('fonts/elle-futura-bold.otf');
    font-display: swap;

}
@font-face {
    font-family: "NewParisText";
    src: url("fonts/NewParisText-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "font_eatonpark";
    src: url("fonts/cormorantgaramond-light-20231227071845-7f2vl.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "font_eatonpark_semibold";
    src: url("fonts/cormorantgaramond-semibold-20231227071846-nskxi.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "font_eatonpark";
    src: url("fonts/cormorantgaramond-light-20231227071845-7f2vl.ttf") format("truetype");
    font-display: swap;
}
body{
    font-family: "ellefutura" !important;
    font-size: 16px;
    color: #000;
    line-height: 23px;
}
.bg{
    background-image: url('img/bg_body.jpg');
    background-attachment: fixed;
    background-position: center center;
}
span.widget-title {
    font-family: cormorantgaramond-semibold !important;
}
.is-uppercase,
.uppercase {
    line-height: 1.6;
}
a:hover {
    text-decoration: none;
}
:root {
    --primary-color: #446084;
}
.bg {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.bg-loaded {
    opacity: 1;
}
.header-main {
    height: 90px;
    box-shadow: -6px 16px 20px -15px #000;
    -webkit-box-shadow: -6px 16px 20px -15px #000;
    background: #1c3b7e;
}
#logo img {
    max-height: 90px;
    padding: 5px 0px;
}
#logo {
    width: 179px;
    margin-right: 0px;
}
.nav-spacing-xlarge>li{
    margin: 0 7px;
}
.header-top {
    min-height: 30px;
}
.transparent .header-main {
    height: 90px;
}
.transparent #logo img {
    max-height: 90px;
}
.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 90px;
}
.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important;
}
.stuck #logo img {
    max-height: 70px !important;
}
.header-bottom {
    background-color: #f1f1f1;
}
@media (max-width: 549px) {
    .header-main {
        height: 70px;
    }
    #logo img {
        max-height: 70px;
    }
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
}
.alt-font {
    font-weight: 400 !important;
}
.absolute-footer,
html {
    background-color: #ffffff;
}
.box-image:hover::before,
.post-item:hover .box-image::before,
.img:hover > .img-inner::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.box-image::before,
.img > .img-inner::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right,rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.header-main .nav > li > a {
    line-height: 22px;
    color: #fff;
    font-size: 17px;
}
.header:not(.transparent) .header-nav.nav > li > a:hover,
.header:not(.transparent) .header-nav.nav > li.current > a,
.header:not(.transparent) .header-nav.nav > li > a.current {
    color: rgb(232, 59, 48) !important;
}
.title2 {
    color: #00508b;
}
.h3,
h3 {
    font-size: 1.25em;
}

.fix-bg3 {
    background-image: url(img/csr-waves-bgd-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}

.thong-tin ul {
    list-style: none !important;
    margin: 0px;
}
.thong-tin ul li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
}

.thong-tin ul li:before {
    content: "â€” ";
}

.thong-tin .col-inner,
.vitri-ketnoi .col-inner {
    padding: 5% 5% 5% 5%;
}

.title22 {
    background: linear-gradient(280deg, #00508b 75%, #59bdd6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vitri-ketnoi th,
td {
    font-weight: normal;
    text-transform: none;
}

input[type="submit"]:not(.is-form) {
    border: 0;
    font-family: "cormorantgaramond-semibold", Arial, san-serif !important;
    background-image: linear-gradient(248deg, #1c3b7e 50%, #486ec2 100%);
    border-radius: 10px;
    width: 100%;
}
input[type="submit"]:hover {
    box-shadow: none !important;
    color: yellow;
}

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d8a515 !important;
}

#dangky input[type="email"],
#dangky input[type="tel"],
#dangky input[type="text"],
#dangky textarea{
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
}
.vitri-matbang ul li span {
    width: 28px;
    height: 28px;
    background: rgb(231, 231, 231);
    border-radius: 50%;
    text-align: center;
    color: #005fa8;
    line-height: 28px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid;
    font-family: cormorantgaramond-semibold;
    font-size: 20px;
    font-weight: bold !important;
}

.fix-tintuc .box-text {
    background-image: linear-gradient(248deg, #00508b 0%, #59bdd6 100%);
}

.fix-tintuc .is-divider {
    display: none;
}

.fix-footer .section-bg:before {
    content: "";
    background-image: linear-gradient(245deg,#000000 0%,#000000 0%,#000000 100%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-action2 .col-inner {
    background-color: rgb(255, 255, 255);
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .7);
}

.desk-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
}
.desk-contact a {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 7px;
    font-size: 16px;
}
.desk-contact .zalo,
.desk-contact .phone,
.desk-contact .dang-ky {
    padding: 13px 7px;
    border-radius: 22px;
    background-color: #f36e20;
    background-image: url(img/bg-cheetah.png);
    position: relative;
    border: 0;
}
.desk-contact .zalo{
    background-color: #0573ff;
    background-image: url(img/bg-cheetah.png);
}
.desk-contact .phone{
    background-color: #7d9143;
    background-image: url(img/bg-cheetah.png);
}
.desk-contact .zalo img,
.desk-contact .phone img,
.desk-contact .dang-ky img{
    width: 30px;
    height: auto;
    vertical-align: text-bottom;
}
.desk-contact .zalo:after,
.desk-contact .dang-ky:after,
.desk-contact .phone:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 26px;
    border: 4px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 849px) {
    .desk-contact {
        display: none;
    }
}

.call-now-button {
    display: block !important;
    color: #fff;
}
.call-now-button p.call-text a {
    color: #fff !important;
}

.call-now-button {
    top: 75% !important;
}
.blog-archive{
    padding-top: 0px !important
}
.slider-home{
    padding: 0px;
}
.header-wrapper.stuck{
    background: #fff;
}
#section_1806483692 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#section_1806483692 .section-bg.bg-loaded {
    background-image: url(img/bg_footer.jpg);
}
.bottom-contact{display:none}
@media  (max-width: 767px) {
    .bottom-contact{
        display: block;
        position: fixed;
        bottom: 0;
        background-image: linear-gradient(248deg, #1c3b7e 50%, #486ec2 100%);
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea;
    }
    .bottom-contact ul{
        text-align: center;
        margin: 0px;
    }
    .bottom-contact ul li{
        width: 22%;
        display: inline-block;
        list-style: none;
        text-align: center;
        font-size:12px;
    }
    .bottom-contact ul li span{
        color:#FDDDD3;
    }
    .bottom-contact ul li img{    
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

}
.flickity-prev-next-button,
.flickity-prev-next-button{
    opacity: 1;
}
.mt-40{
    margin-top: 40px;
}
#section_1662878591 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#tienich-box h2,.text-editor h2{
    background: linear-gradient(280deg,#00508b 75%,#59bdd6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-editor h3{
    background: linear-gradient(280deg,#00508b 75%,#59bdd6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img.size-full.alignnone{
    margin: 0px;
}
#section_166996169 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#gap-1709322928 {
    padding-top: 40px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 0px;
    text-align: center;
}
#image_1498677578 {
    width: 100%;
}
#gap-29421907 {
    padding-top: 30px;
}
.gallery-style2 .gallery{
    margin-left: 0px !Important;
    margin-right: 0px !Important;
}
.gallery-style2 .gallery-item{
    margin-top: 5px !Important;
    padding: 0px;
}
.gallery-style2 .gallery-item img{
    border: none !Important;
    border-radius: 10px;
}
#gap-736868616 {
    padding-top: 30px;
}
.item-thietke{
    margin-bottom: 60px;
}
.item-thietke .slider-wrapper{
    box-shadow: 0 0.5rem 2rem 0.25rem rgb(0 0 0 / 30%);
}
.align-middle {
    -webkit-transform: translate(-50%,-50%) !important;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}
.icon-youtube {
    -webkit-transition: all .2s;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    padding: 10px;
    transition: all .3s;
    width: 80px;
}
.video-img{
    position: relative;
    margin-top: 20px;
}
.divider{
    background: url('img/line.png') center center no-repeat;
    background-size: contain;
    bottom: 22px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    right: 0;
    width: 100%;
    margin-top: 20px;
}
#section_1515648506 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#page-header-941083316 .page-title-inner {
    min-height: 400px;
}
#page-header-941083316 .title-bg {
    background-image: url(img/background-header.jpg);
}
.share-top .iframe, .share-top .post_time {
    display: inline-block;
}
.post_time {
    font-size: 12px;
    position: relative;
    padding: 0px 0px 0px 20px !Important;
}
.wp-caption img{
    width: 100%;
    height: auto;
}
.tienich_desc ul li{
    float: left;
    width: 31%;
}
.bg_thietke{
    background: rgba(37, 68, 129, 1);
    color: #fff;
}
.gallery-item{
    opacity: 1;
}
.bg_thietke dt{
    border-image: linear-gradient(180deg, rgba(255, 236, 67, 0.95) 0%, rgba(0, 226, 255, 1) 100%) 1;
    border-style: solid;
    border-width: 5px;
}
.bg_thietke img{
    border: none !Important;
}
.editor ul{
    list-style: disc;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}
.bg_tiendo{
    background: #e0f9ff;
}
.bg_tiendo dt{
    border-image: linear-gradient(180deg, rgba(246, 117, 31, 0.95) 0%, rgba(255, 236, 67, 1) 100%) 1;
    border-style: solid;
    border-width: 5px;
}
.bg_tiendo img{
    border: none !Important;
}
.bg_banggia{
    background-color: rgb(244, 238, 228);
    background-image: url(img/wave-bg-design.png);
    padding-top: 50px;
}
.bg_banggia .content{
    padding: 10px;
    background: linear-gradient(114deg, #f8d10e 10%, #ba6646 100%);
}
.bg_banggia .content .desc {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
}
.noibat .col-inner {
    min-height: 290px;
    background: url(img/bg_libera.jpg) center center;
    background-size: contain;
    border-radius: 20px;
}
.noibat .box-image {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.box-text.text-center {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16.5px;
}
.icon-why .title_why {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.noibat .box-text p {
    padding: 0px 5px;
    max-height: 300px;
    text-align: justify;
}
.noibat .box-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0.13), #fff, rgba(255, 255, 255, 0.13) );
    top: 0;
    left: 0;
}
.icon-why img {
    height: 44px;
    width: inherit !Important;
    padding: 0px !Important;
}
.phankhu .col .image-cover {
    box-shadow: 6px 6px 0px 0px #114853;
}
.phankhu_text {
    background-image: linear-gradient(180deg,rgb(61 61 61 / 0%) 0%,#0c0c0c 100%);
    border-radius: 2px;
    overflow: hidden;
    min-height: 52px;
    padding-top: 12px!important;
    padding-right: 15px!important;
    padding-bottom: 8px!important;
    padding-left: 15px!important;
    margin-top: -35px!important;
    margin-right: 15px!important;
    margin-left: 15px!important;
    z-index: 10;
    position: relative;
    color: #ffffff!important;
    margin-bottom: 3.093%;
}
.phankhu_text .phankhu_text_inner{
    font-weight: bold;
    font-size: 16px;
    color: #e8de8b!important;
    line-height: 25px;
    margin-bottom: 0px;
    background: linear-gradient(to right, #f5bf44, #e0b936, #d1c631, #be9945, #dfc94e, #c2b836, #be9945);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.phankhu_text .phankhu_text_inner p{
    margin-bottom: 0;
    color: #ffffff!important;
    position: relative;
    padding-bottom: 0;
}
.phankhu_button {
    text-align: center;
}
.phankhu_button  a{
    color: #e2984d;
    text-transform: none;
    border-radius: 2px;
    text-transform: none;
    background-color: #fff;
    border: 2px solid #e2984d;
}
.phankhu_button  a:hover{
    background-color: #e2984d;
    color:#fff;
}
.item-phankhu button{
    box-shadow: none;
    font-size: 16px;
    margin: 0;
    min-width: 0;
    padding: 12px 18px;
    background: linear-gradient(25deg,#d64c7f,#ee4758 50%);
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    width: 100%;
}
.item-phankhu .link {
    padding: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.item-phankhu {
    border-image: linear-gradient(180deg, rgba(255, 236, 67, 0.95) 0%, rgba(0, 226, 255, 1) 100%) 1;
    border-style: solid;
    border-width: 5px;
}
.item-phankhu .info {
    padding: 15px;
    margin-bottom: 50px;
    background: #fff;
}
.item-phankhu .name {
    color: #256baf;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.item-phankhu .price {
    color: red;
    font-weight: 700;
    font-size: 16px;
}
.item-phankhu .info p {
    margin-bottom: 5px;
    color: #000;
}
.item-phankhu .editor {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 90px;
}
.item-phankhu .link a {
    box-shadow: none;
    font-size: 16px;
    margin: 0;
    min-width: 0;
    padding: 12px 18px;
    background: linear-gradient(25deg,#d64c7f,#ee4758 50%);
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.phankhu {
    margin-top: 20px;
}
.phankhu_box{
    background: radial-gradient(14.69% 84.72% at 50% 0%, #1d69b0 0%, #164a7a 100%), #164a7a;
}
#nhanbanggia input[type="email"],
#nhanbanggia input[type="tel"],
#nhanbanggia input[type="text"]{
    box-shadow: none;
    border: 1px solid #ddd !Important;
    padding: 0 .75em;
    height: 40px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 0px;
}
#nhanbanggia .col{
    padding-bottom: 10px;
}
#nhanbanggia textarea{
    height: 70px;
    min-height: 70px;
}
.editor-post h2{
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
}
.fix-tintuc .post-title{
    min-height: 52px;
}
.title_modal{
    color: #59bdd6;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
}
.lazyload, .lazyloading {
    opacity: 1 !Important;
}
.footer_title{
    font-size: 1.125em;
    margin-bottom: 15px;
}

#text-box-banner{
    width: 100%;
}
#text-box-banner h1{
    font-size: 60px;
    margin-bottom: 20px;
}
#text-box-banner p{
    font-size: 30px;
    font-family: "cormorantgaramond-semibold" !important;
    color: rgb(189, 189, 189);
    letter-spacing: 2px;
}
#banner-duan{
    max-width: 1243px;
    margin: auto;
}
.section_nhamau .tabbed-content .nav-tabs+.tab-panels{
    padding: 0px;
    border: none;
}
.section_nhamau .nav-tabs>li{
    border: none;
    margin-right: 15px;
    margin-bottom: 15px;
}
.section_nhamau .nav-tabs>li a{
    background: url(img/bg_da.jpg) center center no-repeat;
    background-size: cover;
    border: 2px solid #e4cf49;
    font-weight: normal;
    font-size: 16px;
    padding: 6px 10px;
    font-family: "ellefutura" !important;
    transition: all 150ms linear 0s;
}
.section_nhamau .nav-tabs>li:hover a{
    transform: scale(1.05);
}
.ladi-element {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
}
.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.section_nhamau .container-width{
    position: relative;
    max-width: 1243px;
    padding-top: 20px;
}
.animation_pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.section_button img{
    height: 40px;
    width: auto;
    margin-right: 10px;
}
.section_button .button{
    margin-bottom: 0px;
    color: rgb(108, 22, 199);
    background-color: rgb(210, 210, 250);
    border-radius: 5px;
    padding: 5px 15px;
}
.clearfix{
    clear: both;
}
.section_intro{
    background: #e6e6e6;
}
.section_intro .bg_intro{
    background: url("img/bg_intro.png") center center no-repeat;
}
.section_intro h2{
    color: rgb(0, 0, 0);
    font-size: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.is-divider{
    background: rgb(229, 174, 73);
    max-width: 74px;
}
.intro_logo img{
    max-width: 165px;
}
.section_intro .container{
    max-width: 960px;
    margin: auto;
    position: relative;
}
.section_intro h2.title{
    font-family: "ellefutura" !important;
    font-size: 20px;
}
p{
    margin-bottom: 10px;
}
.max750{
    max-width: 750px;
    margin-left: auto !Important;
    margin-right: auto !Important;
}
.sumenh h2{
    color: rgb(61, 147, 255);
    font-size: 22px;
    font-family: "ellefutura" !important;
    margin-bottom: 30px;
}
.sumenh .desc{
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    padding: 20px;
    height: 100%;
}
.fix-footer{
    margin: auto;
    padding: 40px 0px;
}
.fix-footer img{
    width: 300px;
    margin-bottom: 20px;
}
.footer_content{
    border: 2px solid #fff;
    padding: 30px;
}
.title_tuvan{
    color: rgb(219, 105, 0);
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
.footer_content input[type='text'],
.footer_content input[type='tel'],
.footer_content input[type='email'],
.footer_content textarea{
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.footer_content textarea{
    min-height: 70px;
}
.footer_content input[type='submit']{
    background: rgb(219, 105, 0);
    width: auto;
    margin: 0px;
    color: #fff;
}
.footer_content form{
    margin-bottom: 0px;
}
.footer_content .col:last-child{
    padding-bottom: 0px;
}
.message-box{
    padding: 60px 0px;
}
.message-box a.button{
    background: rgb(219, 105, 0);
}
#list-logo{
    max-width: 700px;
    margin: auto;
}
#list-logo img{
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 5px;
    width: 100%;
}
.section_duan .container-width {
    position: relative;
    max-width: 1200px;
    padding: 30px;
}
.section_duan .medium-4 .banner{
    padding-top: 400px;
}
.section_duan .medium-6 .banner{
    padding-top: 300px;
}
.section_duan .duan_title{
    padding-bottom: 0px;
    padding-top: 40px;
}
.section_duan .row.row-small{
    padding: 40px 15px;
}
.banner_img img{
    width: 100%;
    height: auto;
}
.box_uudiem{
    background-color: rgba(28, 59, 126, 0.6);
    color: #fff;
    padding: 30px 30px;
    border-radius: 40px;
    max-width: 960px;
    margin: auto;
}
.box_uudiem .title1{
    font-size: 25px;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.box_uudiem .title2{
    font-size: 30px;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    color: #fff;
    margin-bottom: 30px;
}
.box_uudiem img{
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .7);
}
.box_uudiem a.button{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border:2px solid #fff;
    background: red;
    line-height: 52px;
    min-height: 52px;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 960px;
}
.section_chinhsachbanhang{
    margin-top: 80px;
}
.title_hwp{
    padding-left: 10px;
    background: url(img/bg_title.png) center left no-repeat;
    height: 75px;
    width: 350px;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    line-height: 75px;
    margin-bottom: 15px;
}
.section_chinhsachbanhang .desc{
    border-width: 2px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    background: #fff;
    margin: 20px 0px;
    padding: 15px;
    text-align: center;
}
.section_chinhsachbanhang .desc .moban{
    background-color: oldlace;
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    padding: 15px;
}
.section_chinhsachbanhang .desc .moban img{
    width: 295px;
    height: auto;
    border-radius: 15px;
    margin: auto;
}
.section_chinhsachbanhang .desc .moban a.button{
    font-size: 13px;
    background-color: rgb(255, 22, 22);
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.section_chinhsachbanhang .desc .moban p{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: #1c3b7e;
    text-decoration-line: underline;
    text-align: center;
    text-transform: uppercase;

}
.wp-caption .wp-caption-text{
    background: none !Important;
    font-size: 17px;
}
.gallery{
    margin-bottom: 15px !Important;
    margin-left: -5px !Important;
    margin-right: -5px !Important;
}
.gallery .gallery-item dt{
    margin: 0px;
}
.gallery img{
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    text-align: center;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}
dl dt, dl dd {
    display: block;
}
.button.style2{
    background: red;
    color: #fff;
    border: 2px solid #000;
    font-size: 20px;
    line-height: 28px;
    min-height: auto;
    padding: 2px 20px;
}
.section_tongquan .tabbed-content .nav li{
    width: 50%;
    text-align: center;  
}
.section_vitri .tabbed-content .nav li{
    width: 33.33%;
    text-align: center;  
}
.section_vitri .tabbed-content .nav li a{
    text-transform: none;
}
.tabbed-content .nav li.active a{
    background: #1c3b7e;
}
.tabbed-content .nav li a{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
}
.section_tongquan .box_img{
    border-width: 3px;
    border-style: outset;
    border-color: rgb(0, 0, 0);
    position: relative;
    height: 747px;
}
.section_tongquan .box_img img{
    -webkit-transition: all .5s;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 100%;
}
.section_tongquan .tongquan_detail{
    position: absolute;
    right: 15px;
    top:15px;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    border-radius: 20px;
}
#tab_chudautu .box,
#tab_tongquan .box{
    border-width: 3px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    padding: 20px;
    background: #fff;
}
.mt-20{
    margin-top: 20px;
}
#footer input[type="email"],
#footer input[type="tel"],
#footer input[type="text"],
#footer textarea{
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
    padding-left: 0px;
}
.footer_title {
    font-family: "font_eatonpark" !important;
    font-size: 1.125em;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 25px;
}
.form-group{
    position: relative;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    left: 40%;
    top:10px;
}
#footer .form_title{
    color: #1c3b7e;
}
#footer textarea{
    min-height: 70px;
    padding-top: 0px;
}
.button.icon.circle{
    background: #1c3b7e;
    color: #fff;
}
.lightbox-content{
    padding: 0px !important;
}
.form-action .col-inner{
    padding: 0px !important;
}
.form-action{
    padding: 0px;    
}
.lightbox-content{
    background: #1D1529;
    color: #fff;
    text-align: center;
}
.lightbox-content .wpcf7{
    padding: 0px 20px;
}
.lightbox-content .wpcf7 input[type="text"],
.lightbox-content .wpcf7 input[type="tel"],
.lightbox-content .wpcf7 select,
.lightbox-content .wpcf7 input[type="email"],
.lightbox-content .wpcf7 textarea{
    border-radius: 30px;
    margin-bottom: 0px;
}
.lightbox-content .wpcf7 textarea{
    min-height: 70px;
}
.lightbox-content .wpcf7 input[type="submit"]{
    border-radius: 30px;
}
.row.row-small{
    max-width: 960px;
}
ul li{
    margin-bottom: 5px;
}
.list_noibat .colum1,
.list_noibat .colum2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 53px;
    letter-spacing: 2.5px;
    color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .7);
}
.list_noibat .colum2 {
    background-image: linear-gradient(79deg, #c74a6d 0%, #F4CE7F 100%);
}
.list_noibat .colum1 {
    background-image: linear-gradient(79deg, #005A90 0%, #F4CE7F 100%);
}
.fix-footer .section-bg:before {
    content: "";
    background-image: linear-gradient(245deg, #00508b 0%, #00508b 0%, #000000 100%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.view360{
    padding-left: 40px !Important;
}
.view360 img{
    position: absolute;
    left: 5px;
}
.frm_dangkytuvan{
    display: block;
}
.frm_dangkytuvan .title{
    color: #cdae87;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.frm_dangkytuvan input[type="text"],
.frm_dangkytuvan input[type="tel"]{
    box-shadow:none;
}
.frm_dangkytuvan input[type="submit"]{
    background: #cdae87;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    font-family: "ellefutura" !important;
}
.frm_dangkytuvan .col{
    padding-bottom: 0px;
}
.frm_dangkytuvan .hotline{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #cdae87;
    margin-bottom: 20px;
}