#gap-415931979 {
    padding-top: 30px
}
#gap-1638092429 {
    padding-top: 1px
}
#wide-nav .sub-menu {
    position: absolute;
    z-index: 9;
    padding: 0px 10px;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    left: auto;
    opacity: 1;
    display: none;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
}
#wide-nav .sub-menu a{
    color: #000;
}
#wide-nav li.menu-item-has-children:hover > .sub-menu {
    display: block !Important;
}
#wide-nav .menu-item-has-children .toggle {
    display: none;
}
#wide-nav li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#wide-nav li.menu-item-has-children:hover:before {
    bottom: -2px;
    z-index: 10;
    left: 58%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #1e73be;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
#wide-nav .full_width:hover:before{
    left: 43% !Important;
}
#wide-nav li.menu-item-has-children .sub-menu li {
    display: block;
    border-bottom: 1px solid #ececec;
    margin: 0px;
    padding: 6px 0px;
}
#wide-nav ul.nav li {
    position: initial;
}
#wide-nav .menu-item-has-children > a:after,
#wide-nav .full_width > a:after {
    content: "\f107";
    float: right;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 4px;
    font-family: "FontAwesome";
}
#wide-nav .nav-spacing-large>li{
    margin: 0 15px;
}
#search-box{
    width: 230px;
}
.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;
}
#gap-1105085531 {
    padding-top: 15px
}
footer{
    background-color: rgb(237, 237, 238);
}
.row-dashed .col:first-child:before{
    display: none;
}
#footer .icon-box{
    margin-bottom: 10px;
}
#col-703364063>.col-inner {
    padding: 20px;
}
#col-163942910>.col-inner {
    padding: 15px 10px 0 0
}
#row-937434281>.col>.col-inner {
    background-color: rgb(255, 255, 255)
}
#gap-860071435 {
    padding-top: 5px
}
#text-2976476416 {
    color: #2d3691
}

#text-2976476416>* {
    color: #2d3691
}
.entry-content div{
    margin-bottom: 10px;
}
.mt-20{
    margin-top: 20px;
}
.product-thumbnails .col:hover img,
.product-thumbnails .is-nav-selected img {
    border-color: rgba(0,0,0,0.3);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
}
.product-thumbnails .is-nav-selected img{
    border: 1px solid #ccc;
}
.product-gallery .product-images{
    margin-bottom: 20px;
}
.wp-pagenavi{
    text-align: center;
    margin-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi span{
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #2d3691;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #2d3691;
    background: #2d3691;
    color: #fff;
}
#section_1362866174 {
    padding-top: 30px;
    padding-bottom: 30px
}

#section_1362866174 .section-bg-overlay {
    background-color: rgba(245, 245, 245, .5)
}
#col-683824944>.col-inner {
    padding: 15px 10px 10px 15px
}
.bg_page{
    text-align: center;
    background: url("img/bg_page.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 20px 0px;
    text-shadow: 0 0 0.625rem #000;
}
.bg_page .title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-weight: bold;
}
.bg_page a{
    color: #fff;
}
p{
    margin-bottom: 10px;
}
#contact-page .col{
    padding: 0px 15px;
}
.call-zalo{
    position: fixed;
    left: 4px;
    bottom: 85px;
    z-index: 999;
    cursor: pointer;
}
.hotline-zalo-ring-circle {
    width: 95px;
    height: 95px;
    top: -5px;
    left: -13px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #008fe6;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    z-index: -1;
}
.hotline-zalo-ring-circle-fill{
    width: 65px;
    height: 65px;
    top: 10px;
    left: 2px;
    position: absolute;
    background-color: rgba(0, 143, 230, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: -1;
}
/* Nut call */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -27px;
    left: 0;
    z-index: 99;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: -15px;
    left: 9px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 0px;
    left: 24px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 11px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 170px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 32px;
    bottom: 62px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 36px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}
.wp-caption img{
    width: 100%;
    height: auto;
}
.sticky_hwp{
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
#messenger-facebook{
    bottom: 188px;
    left: 10px;
}
#messenger-facebook img{
    width: 50px;
    height: 50px;
}
.kk-star-ratings .kksr-legend{
    margin: 0px 0px 0px 10px;
    font-size: 15px !Important;
}
.kk-star-ratings div{
    margin: 0px !Important;
}
.logo-doitac img {
    height: 50px;
    width: auto;
}
.item_logo {
    display: inline-block;
    margin: 10px;
}
#why img{
    height: 80px;
    width: auto;
}
.item_danhgia{
    padding: 20px;
}
#section_1255819133 .flickity-page-dots{
    bottom: 10px;
}
#wide-nav li:hover .sub-menu{
    visibility: visible !Important;
    opacity: 1 !Important;
}
#wide-nav li.full_width >.sub-menu{
    position: absolute;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    background: #fff;
    left: 0px;
    padding: 10px;
    border-radius: 9px;
    top:35px;    
}
#wide-nav li.full_width >.sub-menu >li{
    width: 33%;
    float: left;
    text-align: left;
    margin: 0px;    
}
#wide-nav li.full_width .sub-menu li{
    padding: 0px;
}
#wide-nav li.full_width .sub-menu a:after{
    display: none;
}
#wide-nav li.full_width >.sub-menu >li:nth-child(7){
    border-right: none;
}
#wide-nav li.full_width >.sub-menu >li:last-child{
    border-right: none;
}
.header-main .col-md-7{
    position: initial;
}
#wide-nav li.full_width >.sub-menu >li a{
    color: #000;
    font-weight: 700;
}
#wide-nav li.full_width .sub-menu .sub-menu a{
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
}
#wide-nav li.full_width .sub-menu .sub-menu a:hover{
    color: #ef4c23;
}
#wide-nav li.full_width .sub-menu .sub-menu{
    display: block;
    min-width: auto;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    position: relative;
}
#wide-nav li.full_width a {
    text-transform: uppercase;
    position: relative;
}
#wide-nav li.full_width li{
    margin: 0px;
    display: block;
    line-height: 25px;
}
#wide-nav li.full_width .sub-menu .sub-menu li a{
    display: block;
}
#wide-nav li.full_width .sub-menu li{
    border-bottom: none;
}
#wide-nav >li.menu-item-has-children >a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -2px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #303030;
}
.editor h2{
    color: #000;
    margin-bottom: 10px;
    font-size: 22px;
}
.editor h3{
    color: #000;
    margin-bottom: 10px;
    font-size: 20px;
}
.editor h4{
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
}
.editor ul,
.editor ol{
    margin-left: 25px;
}
.editor table{
    width: 100% !Important;
    margin: 10px 0px;
}
.editor table tr td{
    color: #000;
    font-size: 16px;
}
.editor div.flex {
    display: block;
}
.item_news .post-title{
    font-size: 15px;
    margin: 5px 0px;
}
.logo-doitac img {
    height: 50px;
    width: auto;
}
.item_logo {
    display: inline-block;
    margin: 10px !Important;
}
.recent-blog-posts-li .flex-col{
    width: 95px;
    margin-right: 10px;
}
.recent-blog-posts a {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
}
#sidebar .col-inner{
    background: linear-gradient(to right, #f08422 0%, #f07523 40%, #ef4c23 100%);
    padding: 10px;
    color: #fff;
}
#sidebar a{
    color: #fff;
}
#sidebar .widget-title{
    font-family: "SVN-Gotham-Bold", sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase !important;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.recent-blog-posts{
    padding: 0px;
    margin-bottom: 15px;
}

.dangky_baogia .title{
    color: red;
    font-weight: bold;
    font-weight: 700;
    color: #ff4b00;
    line-height: 30px;
    border-bottom: 2px solid #ff4b00;
    margin-bottom: 15px;
}
.dangky_baogia .col{
    padding-bottom: 0px;
    position: relative;
}
.dangky_baogia textarea{
    min-height: 70px;
}
.dangky_baogia .wpcf7-spinner{
    position: absolute;
}
.dangky_baogia input[type="submit"]{
    background: linear-gradient(to right, #f08422 0%, #f07523 40%, #ef4c23 100%);
}
.form_baogia {
    color: #fff;
    background: #f17f36 url("img/bg-effect.png") bottom right no-repeat;
    padding: 40px 0px 0px 0px;
    position: relative;
}
.form_baogia h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "SVN-Gotham-Bold", sans-serif;
}
.form_baogia .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "SVN-Gotham-Bold", sans-serif;
}
.form_baogia .col{
    padding-bottom: 0px;
}
.form_baogia input[type="text"],
.form_baogia input[type="tel"],
.form_baogia input[type="email"]{
    box-shadow: none;
    border: none;
    border-radius: 5px;
}
.form_baogia textarea{
    border: none;
    border-radius: 5px;
    box-shadow: none;
    min-height: 90px;
}
.form_baogia input[type="submit"]{
    background: #198f09;
    color: #fff;
    width: auto;
    border-radius: 30px;
}


.form_baogia{
    margin-top: 20px;
}
#desc_top,
#desc_bottom{
    overflow: hidden;
}
.desc_top_button,
.desc_bottom_button{
    position: relative;
    margin-bottom: 30px;
}
.desc_top_button:before,
.desc_bottom_button:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 17%, #ffffff 93.12% );
}
.desc_top_button.show:before,
.desc_bottom_button.show:before{
    display: none;
}
.desc_top_button a,
.desc_bottom_button a{    
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    color: #198f09;
}
.desc_top_button a:hover,
.desc_bottom_button a:hover{
    color: #1e73be;
}
.desc_top_button i,
.desc_bottom_button i{
    color: #f07523;
    font-weight: bold;
    font-size: 30px;
    line-height: 20px;
}

#video{
    background: #faf1d5;
    padding: 60px 0px;
}
.item-video{
    padding: 20px;
    border-radius: 10px;
    background: #f17f36 url(img/bg-effect.png) bottom right no-repeat;
    color: #fff;
    margin-bottom: 20px;
}
.item-video iframe{
    border-radius: 15px;
}
.item-video .video_title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}