/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#toc_container.fixed-menu {
    background: #866e4a !important;
    padding: 5px !important;
}

#toc_container.fixed-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1800px;
    display: table;
}
#toc_container.fixed-menu ul.toc_list li {
    float: left;
    position: relative;text-transform: uppercase;
}
#toc_container.fixed-menu ul.toc_list li a {
    color: #FFF;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 12px;
    line-height: 40px;
}

#toc_container{
    display: none;
}

.fixed-menu {
    display: block !important;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index:2;
}

.fixed-menu li{
    display: inline-block;
}
@media screen and (max-width: 1100px) {
    .sub-click {
        position: fixed;
        top: 125px;
    }
    .sub-click {
        position: fixed;
        top: 125px;
        opacity: 1;
        display: block;
    }
}

@media screen and (max-width: 510px) {
    .sub-click {
        width: 45px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .sub-click {
        background: #453434 !important;
    }

    .sub-click {
        width: 60px;
        height: 48px;
        z-index: 600;
        display: none;
        position: absolute;
        right: 0;
        cursor: pointer;
    }



    .sub-click {
        width: 60px;
        height: 48px;
        z-index: 600;
        position: absolute;
        right: 0;
        cursor: pointer;
        top: 140px;
        position: fixed;
        top: 125px;
        margin-top: 0;
        opacity: 1;
        width: 45px;
        background: #d9b04c;
        display: block;
    }

    .sub-click:before {
        position: absolute;
        content: "\f0cb";
        color: #fafafa;
        width: 100%;
        font-family: FontAwesome;
        height: 100%;
        font-size: 25px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 47px;
    }

    .sub-click .wrap{
        display: none;
    }

    .sub-click.active .wrap{
        display: block;
        max-height: 320px;
        border: 1px solid #ddd;
        padding-top: 10px;
    }

    .sub-click .wrap{
        position: fixed;
        background: #fff;
        right: 50px;
        top: 5px;
        width: 150px;
        bottom: 5px;
        text-align: center;
    }

    .sub-click .wrap ul{
        width: 100%;
        list-style: none;
    }

    .sub-click .wrap ul li {
        border-bottom: 1px solid #fff;
    }

    .sub-click .wrap ul li a{
        color: #453434;font-size: 13px;
    }

}
.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #eedec1;
}
.mobile-sidebar a{
    color: #162b75 !Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #162b75 !Important;
}
*{
    outline: none !Important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#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: #da2128;
    opacity: 0.8;
    z-index: 1;
}
.off-canvas-center .mfp-container {
    position: relative;
    padding: 0;
    background-image: url(images/bg_menu.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: #ffffffd1 !important;
    padding: 8px 0px;
    font-size: 16px;
}
.off-canvas .sidebar-menu{
    padding: 0px;
}
.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #eedec1;
}
.mobile-sidebar a{
    color: #162b75 !Important;
}
.mobile-nav .header-button a {
    background: #da2128 ! Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #162b75 !Important;
}
img.size-full.alignnone{
    margin-bottom: 0px;
}
p{
    margin-bottom: 13px;
}
section.tongquan table{
    width: 100% !Important;
    height: auto !Important;
    font-size: 78%;
}
section.tongquan table{
    margin-top: 30px;
}
section.tongquan table tr td{
    padding: 10px;
    border-bottom: 1px solid #ffffff52;
}
h2.linear-gradient{
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg,#840000,#b30000,#dd3333) text;
    font-weight: 900;
    font-size: 32px;
}
section.tongquan h2{
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(to right, rgb(224, 175, 93), rgb(250, 235, 156), rgb(224, 175, 93), rgb(250, 235, 156)) text;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 3px;
}
section.vitri h2{
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(to right, rgb(224, 175, 93), rgb(250, 235, 156), rgb(224, 175, 93), rgb(250, 235, 156)) text;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 3px;
}
section.tienich h2{
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(to right, rgb(224, 175, 93), rgb(250, 235, 156), rgb(224, 175, 93), rgb(250, 235, 156)) text;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 3px;
}
section.tienich_slider{
    background: linear-gradient(90deg, #840000, #b30000, #dd3333);
}
section.chudattu-phatdat h2{
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg,#840000,#b30000,#dd3333) text;
    font-weight: 900;
    font-size: 32px;
}
section.chudattu-phatdat .wpcf7{
    text-align: center;
}
.wpcf7-spinner{
    position: absolute;
}
.block_form_ngang .wpcf7 input[type="submit"]{
    background: #162b75;
    width: 100%;
    color: #fff;
}
section.gia h2{
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg,#840000,#b30000,#dd3333) text;
    font-weight: 900;
    font-size: 32px;
}
section.tiendo h2{
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg,#840000,#b30000,#dd3333) text;
    font-weight: 900;
    font-size: 32px;
}
#footer .form_footer .col-inner {
    background-color: rgb(255, 255, 255);
    padding: 20px 20px 20px 20px;
}
#footer .form_footer .large-3{
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}
#footer .form_footer p{
    color: #000;
}
#footer .form_footer input[type="email"],
#footer .form_footer input[type="tel"],
#footer .form_footer input[type="text"] {
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#footer .form_footer input[type="submit"] {
    width: 100%;
}
.desk-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
}
.desk-contact a {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 16px;
}
.desk-contact .zalo,
.desk-contact .phone,
.desk-contact .dang-ky {
    padding: 13px;
    border-radius: 22px;
    background-color: #f36e20;
    background-image: url(images/bg-cheetah.png);
    position: relative;
    border: 0;
}
.desk-contact .zalo{
    background-color: #0573ff;
    background-image: url(images/bg-cheetah.png);
}
.desk-contact .phone{
    background-color: #7d9143;
    background-image: url(images/bg-cheetah.png);
}
.desk-contact .zalo img,
.desk-contact .phone img,
.desk-contact .dang-ky img{
    width: 20px;
    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;
    }
}
#dangky .form-action {
    padding: 5px;
    background: linear-gradient(248deg, #840000 10%, #dd3333 100%);
}
#dangky .form-action .col-inner {
    background-color: rgb(255, 255, 255);
    padding: 20px 20px 20px 20px;
}
#dangky .large-3{
    flex-basis: 100%;
    max-width: 100%;
}
#dangky input[type="email"],
#dangky input[type="tel"],
#dangky input[type="text"] {
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#dangky input[type="submit"] {
    width: 100%;
    margin-top:10px;
    margin-bottom: 0px;
}
#dangky .wpcf7 .row .col{
    padding-bottom: 0px;
}
#dangky .wpcf7 form{
    padding-bottom: 0px; 
}
#dangky p{
    margin-bottom: 4px;
}
.title_modal {
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, #840000, #b30000, #dd3333) text;
    font-weight: 900;
    font-size: 24px;
}
.bottom-contact{
    background: #c50e15 !Important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    height: 60px;
    overflow: hidden;
}
.bottom-contact ul {
    margin: 0px;
    padding: 0px;
}
.bottom-contact ul li {
    width: 33.33%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
    margin: 0px;
}
.bottom-contact ul li img {
    height: 33px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: auto;
}
.bottom-contact ul li span {
    color: #fff;
}
.block_form_ngang .row .large-3{
    margin: 5px 0px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: cornsilk;
    margin: 0px;
    font-size: 17px;
    color: #000;
    text-align: center;
}