/*
Theme Name: Dịch vụ - Thiên Vân
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*
Theme Name: thienvan child
Theme URI: http://thienvanmedia.com
Author: SW-THEMES
Template: thienvan
Author URI: http://thienvanmedia.com/
Description: Responsive + Woocommerce Theme.
Version: 2.8.5
License: Commercial
License URI: 
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: thienvan-child


/*sanpham*/
.about-sec {
    overflow: hidden;
}
.sec {
    float: left;
    width: 100%;
}
.all {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.main {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.flex-block-about {
  float: left;
  width: 100%;
  background: url("") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 700px; }
  .flex-block-about .all,
  .flex-block-about .main {
    height: 100%; }
  .flex-block-about .about-inner {
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .flex-block-about .about-inner .about-img {
      float: left;
      padding-right: 15px;
      width: 58.33333333333333333%;
      height: 100%;
      position: relative; }
      .flex-block-about .about-inner .about-img img {
        max-width: none;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .flex-block-about .about-inner .about-cont {
      float: right;
      width: 41.66666666666666666%;
      padding-left: 15px;
      margin-top: 100px;
      opacity: 0; }
      .flex-block-about .about-inner .about-cont .about-title {
        font-size: 30px;
        float: left;
        width: 100%;
        line-height: 1.3;
        margin-bottom: 30px; }
        .flex-block-about .about-inner .about-cont .about-title .att-highlight {
          color: #f07b3f; }
      .flex-block-about .about-inner .about-cont .about-article {
        float: left;
        width: 100%;
        line-height: 25px; }
      .flex-block-about .about-inner .about-cont .about-actions {
        float: left;
        width: 100%;
        padding-top: 25px; }
        .flex-block-about .about-inner .about-cont .about-actions a {
          color: white; }
  .flex-block-about:nth-child(2n) .about-inner .about-img {
    float: right;
    padding-left: 15px;
    padding-right: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-block-about:nth-child(2n) .about-inner .about-cont {
    float: left;
    padding-left: 0;
    padding-right: 15px; }
  .flex-block-about.about-1 {
    height: 685px;
    background-image: url(http://nasumi.com.vn/wp-content/uploads/2020/10/about-bg-01.png); }
    .flex-block-about.about-1 .about-inner .about-cont {
      width: 485px; }
    .flex-block-about.about-1 .about-inner .about-img img {
      right: 120px;
      top: 50%; }
  .flex-block-about.about-2 {
    background-image: url(http://nasumi.com.vn/wp-content/uploads/2020/10/about-bg-02.png); }
    .flex-block-about.about-2 .about-inner .about-cont {
      width: 515px; }
    .flex-block-about.about-2 .about-inner .about-img img {
      left: 45px; }
  .flex-block-about.about-3 {
    background-image: url(http://nasumi.com.vn/wp-content/uploads/2020/10/about-bg-03.png); }
    .flex-block-about.about-3 .about-inner .about-cont {
      width: 425px; }
  .flex-block-about.about-4 {
    height: 765px;
    background-image: url(http://nasumi.com.vn/wp-content/uploads/2020/10/about-bg-04.png); }
    .flex-block-about.about-4 .about-inner .about-cont {
      width: 425px;
      margin-bottom: 170px; }
    .flex-block-about.about-4 .about-inner .about-img img {
      left: -225px;
      top: -35px;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

.btn-style {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  line-height: 43px;
  cursor: pointer;
  padding: 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-style:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5); }
  .btn-style.yellowbtn {
    background-color: #ffcc2f;
    color: white; }
  .btn-style.orangebtn {
    background-color: #f07b3f;
    color: white; }
.flex-block-about .about-inner .about-cont .about-title h4 {
    font-size: 30px;
    float: left;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: bold;
}
.left {
  float: left; }

.right {
  float: right; }


.sanpham .post-excerpt, .post-meta {display: none;}


@media screen and (max-width: 768px) {
    .flex-block-about {
    height: auto !important;
}
    .flex-block-about .about-inner {
    display: block!important;
    height: auto !important;
    }
.flex-block-about .about-inner .about-img {
    width: 100%!important;
}
.flex-block-about.about-1 .about-inner .about-img img, .flex-block-about.about-2 .about-inner .about-img img, .flex-block-about.about-3 .about-inner .about-img img, .flex-block-about.about-4 .about-inner .about-img img {
    top: initial;
    right: initial;
    left: initial;
    position: relative;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    width: 100%;
}
.flex-block-about .about-inner .about-cont {
    width: 100% !important;
    margin-right: 0;
    padding: 0;
}
.flex-block-about:nth-child(2n) .about-inner .about-img {
    width: 100%!important;
    padding: 0;
}
.flex-block-about:nth-child(2n) .about-inner .about-cont {
    width: 100%!important;
    padding: 0;
}
}
/*het sanpham*/
.header-bottom .container{background:#333; padding:0;     max-width: 1140px;}
.header-bottom .header-search a:hover{background:none !important}
.header-bottom {border-bottom:3px solid #f5d734;}
.header-bottom .nav li{margin:0}
.header-bottom .nav li a{font-weight:normal; padding-left:13px; padding-right:13px;}
.header-bottom .icon-angle-down, .widget .is-divider, .blog-single .is-divider{display:none}
.header-bottom .nav li a:hover, .header-bottom .nav li.active>a{color: #f5bb34;}
.header-nav-main li{padding-top:16px}
.header-nav-main .gioi-thieu a{background: url(/wp-content/uploads/2019/03/about-1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 4px;
    line-height: 53px;
    padding-top: 8px;
    padding-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #0275d8;}

.header-nav-main .du-an a {
    background: url(/wp-content/uploads/2019/03/duan.png);
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 4px;
    line-height: 53px;
    padding-top: 8px;
    padding-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #0275d8;
}
.header-nav-main .tin-tuc a {
    background: url(/wp-content/uploads/2019/03/news_cate.png);
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 4px;
    line-height: 53px;
    padding-top: 8px;
    padding-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #0275d8;
}
.header-nav-main .tin-tuc a {
    background: url(/wp-content/uploads/2019/03/news_cate.png);
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 4px;
    line-height: 53px;
    padding-top: 8px;
    padding-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #0275d8;
}
.header-nav-main li{margin:0 15px}
.nav-divided>li+li>a:after{display:none}
.header-nav .icon-envelop:before, .icon-phone:before { 
    color: #0f7cb6;
}
.header-nav-main .lien-he a {
    background: url(/wp-content/uploads/2019/03/contact.png);
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 4px;
    line-height: 53px;
    padding-top: 8px;
    padding-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #0275d8;
}
.header-contact-wrapper li a{    letter-spacing: 0;
    font-size: 16px;
    color: #f1ac46;
    padding: 0; text-transform:none}
.header-contact-wrapper li, .header-contact-wrapper {padding-top:0 !important}
.header-contact-wrapper li{display:block; width:100%; margin:0}
.nav .nav-dropdown {
    background-color: #f3f3f3;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-top: 3px solid #f58634;
}


.nav .nav-dropdown li a:hover{color:#f1ac46;}
.nav .nav-dropdown li a{color:#333; letter-spacing:0; border-right:0; padding:13px 20px }
.header-bottom .header-search-form input[type='search']{box-shadow: none;
    height: 38px;
    border: 0;}
.header-bottom .header-search-form, .header-bottom .header-search .nav-dropdown {background:white !important; padding:0 !important; border-top:0 !important; margin:0 }
.flickity-page-dots .dot {
    width: 17px;
    height: 17px;
       border: 2px solid #111;
      
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #0f7cb6;
    opacity: 0.5 !important;
}
.category-title {border-right: 1px solid #f0f0f0; border-top: 1px solid #f0f0f0;border-top-right-radius: 5px; 
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 2px solid #f1ac46;
    margin-bottom: 20px;
	background: #efefef;
}
.category-title .left {
    width: 25%;
    float: left;
    display: inline-block;
}.category-title .left h2 a {background-color: #333;
    padding: 13px;
    background-image: url(/wp-content/uploads/2019/03/inox.png);
    color: #f1ac46;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 50px;
    background-position-x: 15px;
    text-transform: uppercase;
    font-size: 20px;
    padding-right: 25px;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.category-title .right {padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    width: 75%;
    float: right;
    display: inline-block;
}
.clearboth {
    clear: both;
}.category-title .right ul {
    margin-bottom: 0;
    display: inline-block;
    text-align: right;
}.category-title .right ul li {
    margin-bottom: 0;
    list-style: none;
    float: left;
    margin: 0 3px;;
}
.category-title .sub-category li + li:before {
    content: "/ ";
    color: #ccc;
    padding: 0 3px;
}
.category-title .right ul li a {
    font-size: 15px;
    color: #666;
    font-weight: 600;
}
.category-title .right ul li a:hover {
    color: #0e76bc;
}
.slider-row .col{padding-bottom:0}
.category-title .left h2{margin-bottom:0}
.category-title .right li .xem-them {color:#0e76bc; font-style: italic;}
.category-section .col{padding-bottom:0}
.category-section .large-columns-4, .related .large-columns-4, .archive .large-columns-3  {border: 1px solid #f0f0f0;
    padding: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;padding-top: 15px;
    padding-bottom: 0;}
.category-section .product-small .box-text{padding:10px 0 15px;}
.category-section .product-small .product-title a{ color: #404040;
    font-size: 18px;}
.archive .product-small .box-text{padding-left:0; padding-right:0}
.archive .product-small .product-title a {
    font-size: 15px;
    color: #333;
    text-align: center !important;
    font-weight: 600;
}
.blog-archive .post-item {padding-bottom:10px}
.widget_categories ul{border: 1px solid #ececec;}
#product-sidebar{padding-top:20px} .widget_categories ul li{    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;}
.blog-archive .post-item .post-title{margin-bottom: 15px;}
.category-section .product-small .box-image img, .archive .box-image img{border-radius:0px}
.category-title .left .sat-my-thuat a {background-color: #333;
    padding: 13px;
    background-image: url(/wp-content/uploads/2019/03/sat-sat-my-thuat.png);
	color: #f1ac46;
      background-position: left;
    padding-left: 50px;
    background-position-x: 15px;
        }
.category-title .left .nhom-kinh a {background-color: #333;
    padding: 13px;
    background-image: url(/wp-content/uploads/2019/03/nhomkinh-1.png);
	color: #f1ac46;
      background-position: left;
    padding-left: 50px;
    background-position-x: 15px;
        }
.category-title .left .cua-luoi-chong-muoi a {
    background-color: #333;
    padding: 13px;
    background-image: url(/wp-content/uploads/2019/03/cualuoi.png);
    color: #f1ac46;
    background-position: left;
    padding-left: 50px;
    background-position-x: 15px;
}
.category-title .left .nhom-duc a {
    background-color: #333;
    padding: 13px;
    background-image: url(/wp-content/uploads/2019/03/cuacuon-1.png);
    color: #f1ac46;
    background-position: left;
    padding-left: 50px;
    background-position-x: 15px;
}.section-title-normal {
    border-bottom: 1px solid #ececec;
}
.section-title-normal span {
   
    border-bottom: none;
    margin-bottom: 0px;color: #006398;
    background: url(/wp-content/uploads/2019/03/news_cate-1.png);
    background-repeat: no-repeat;
    padding-left: 35px; font-size:16px;
}.section-title-container {
    margin-bottom: 10px;
}
.tin-tuc .post-item .col-inner{border: 1px solid #f0f0f0;
    padding: 12px;
    border-radius: 4px;}
.tin-tuc .post-item .post-title{    margin-bottom: 10px;
    font-size: 15px;
    color: #2a2a2a;
}
.tin-tuc .post-item .post-meta{font-style:italic}
.box-blog-post .is-divider{display:none}
.tin-tuc .post-item .from_the_blog_excerpt {margin-top:6px; font-size:14px}
.tin-tuc .post-item .post-title:hover{color:#0e76bc}
.tin-tuc .post-item .box-image .image-cover{border-radius:4px}
.tin-tuc .col{padding-bottom:0}
.tieu-chi .cot1 .icon-box {
    background: #f2781e;
    padding: 10px;
    font-size: 15px;
}
.footer-section{color: #fff;
    border-top: 2px solid #f58634;}
.tieu-chi .icon-box{border-radius:5px}
.tieu-chi .icon-box h3{margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: white;}
.tieu-chi .icon-box p{font-size:14px; color:white}
.tieu-chi .cot2 .icon-box {
    background: #2a8ccd;
    padding: 10px;
    font-size: 15px;
}
.tieu-chi .cot3 .icon-box {
    background: #64b735;
    padding: 10px;
    font-size: 15px;
}
.tieu-chi .cot4 .icon-box {
    background: #005690;
    padding: 10px;
    font-size: 15px;
}
.footer-section h3 a{    font-weight: bold;
    font-size: 14px;
    border-bottom: 0px solid #fff;padding-bottom: 6px;
    display: block; color: #f2ac46;
}
.footer-section ul li{background: url(/wp-content/uploads/2019/03/arrow-icon.jpg);
    background-repeat: no-repeat;
    list-style: none;
    margin-left: 0;
    padding-left: 26px;
    background-position-y: 3px;}
.footer-section ul li a{font-size: 14px;
    color: white;}
.absolute-footer.dark {    border-top: 1px solid #f5d835;
}
.footer-section .col{padding-bottom:0}
.back-to-top{    background: white !important;
    border: 0 !important;
    box-shadow: 0px 0px 15px #00000085;}
.copyright-footer{font-size:13px}
.product-main {
    padding: 20px 0;
}
.product-info .breadcrumbs {     text-transform: none;
}
.single-product .product-short-description{font-size:14px; }
.single-product .product-short-description p{margin-bottom:10px}
.product_meta>span{font-size:14px}
.bao-gia {
    font-size: 15px;
    color: #ff0000;
    font-weight: 700;
}
.bao-gia .phone{color: red;
    font-weight: bold;
font-size: 20px;}
a.nut-dat-hang{border: 1px solid #006398;
    padding: 7px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #0292dd;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 13px;
    color: white;
    font-weight: bold; font-size:14px}
.form-lien-he h3{font-size: 16px;
    text-transform: uppercase;
    color: #0e76bc;}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea{font-size:14px; box-shadow:none; border-radius:4px 0 0 4px}
.button.secondary:not(.is-outline), .button.alt:not(.is-outline){
    background-color: #f1ac46!important;
    border-radius: 0 4px 4px 0;
    padding: 2px;
}
input[type='submit']{font-size:14px; margin:0; text-transform:none; border-radius:4px; font-weight:normal}
form{margin-bottom:0}
.lightbox-content{border-radius:4px}
.product-info{padding-bottom:0}
.button.icon.circle {
    border: 1px solid #d9d9d9;
	border-radius:3px;
}
.single-product .large-9{padding-right:0; border-right:0 !important}
.product-footer .woocommerce-tabs {
    padding: 0;
    border-top: none;
}
.woocommerce-tabs ul li a{padding: 7px 20px;
    font-weight: bold;
    font-size: 14px; border-top:0; border-top-left-radius:4px; border-top-right-radius:4px; border-left:none; border-right:none; letter-spacing:0}
.woocommerce-tabs ul li.active > a{background:#0066bf; color:white;border-bottom: 1px solid #f58634;}
.woocommerce-tabs .tab-panels p{font-size: 15px;
	margin-bottom: 6px;}
.woocommerce-tabs .tab-panels{border:2px solid #f58634; border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;padding:20px;
border-bottom:1px solid #eeeeee;}
.product-section-title {
    background: #0066bf;
    padding: 9px 20px;
    letter-spacing: 0;
    font-size: 15px;
    color: white;
    border-bottom: 2px solid #00aeef;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.related .product-small .product-title a{font-size: 14px;
    color: #3d3d3d;
    text-align: center;}
.related .product-small .box-image img{border-radius:0px;}
.related .large-columns-4 .col{padding-bottom:0 !important}
.related .product-small .box-text{padding-bottom:15px}
span.widget-title{background: #0066bf;
    display: block;
    padding: 10px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    letter-spacing: 0;
    color: white;
    font-size: 14px;
 }
.product-categories .toggle{padding-right:10px}.widget .toggle {
    width: 10px;
    min-height: 1em;
    margin: 0 5px 0 0px;
}.icon-angle-down:before {
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.product-categories li a{padding-top:7px !important; padding-bottom:7px !important; padding-left:20px !important}
.product-categories li{background: url(/wp-content/uploads/2019/03/dot.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 11px;

    background-position-x: 3px; border-left: 1px solid whitesmoke;
     padding-left: 0px;
    border-right: 1px solid whitesmoke;
    padding-right: 0px;}
.product-categories li ul{margin-bottom:0 !important; margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;}
.product-categories li a{font-size: 14px;
    color: #4c4c4c;}
.product-categories li ul li{background-color: #f4f4f4;
    border-bottom: 1px solid white !important;
    padding-left: 13px;
    background-position-x: 15px;}
.product-categories{border-bottom:1px solid #ececec}
.flatsome_recent_posts ul{border:1px solid #ececec; padding: 0 10px}
.flatsome_recent_posts ul a{font-size:14px; color:#3f3f3f;}
.flatsome_recent_posts ul a:hover{color:#0f7cb6}
.woocommerce-result-count, .woocommerce-ordering{display:none}.category-page-row {
    padding-top: 20px;
}
.archive h1{    margin-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
    color: #0f7cb6;}.breadcrumbs {
    text-transform: none;
    color: #222;
    font-weight: normal;
        font-size: 14px;
}
.archive .product-small.col{padding: 0 15px 0px;}
.blog-archive h1{text-align: left;
    text-transform: none;
    letter-spacing: 0;}.page-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-archive .large-9 .badge{display:none}
.blog-archive .large-9{padding-right:0}
.blog-archive .archive-page-header .large-12{padding-bottom:20px}
.relatedcat{margin-top: 11px;}
.blog-single .entry-title{font-size:20px}
.relatedcat ul{margin-left: 20px;
    font-size: 14px;}
b, strong {
  font-weight:bold
}
.page-right-sidebar .page-inner p{    font-size: 15px;
    margin-bottom: 7px;}
.page-right-sidebar .large-9{padding-right:0; border-right:0}
h1{font-family:arial, helvetica}
.relatedcat h3{font-size: 15px;

    background: url(/wp-content/uploads/2019/03/more_art.png);
    background-size: auto;
    width: 400px;
    background-repeat: no-repeat;
    height: 33px;
    color: white;
    padding-left: 14px;
    padding-top: 3px;}
.entry-header-text-top{padding:0}.entry-content {
    padding-top: 0;
    padding-bottom: 0;
}
.blog-single .entry-content p{font-size:15px; margin-bottom:7px}
.blog-single h2{font-size: 17px;
    color: #006398;}
.blog-single h3{font-size:16px}
.blog-single .blog-share{text-align:left;margin-top: 16px;}
.header-nav-main .giuseart a {
    background: url(/wp-content/uploads/2019/03/giuseart.png);    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 4px;
    line-height: 53px;
    padding-top: 8px;
    padding-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #0275d8;
}
.off-canvas-left.mfp-ready .mfp-content{background:#006398;}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a{padding: 11px 15px;
    font-size: 14px; color:white}
.stuck .header-main{display:none !important}
.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0px 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 0px 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}.float-contact .hotline {
    background: #d11a59 !important;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: normal;
    text-transform: none;
    line-height: 0;
}
.meta-post-danhmuc {display:none;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}