/*
    Theme Name: doanhnghiep
    Theme URI: http://creativevietnam.com.vn
    Description: Thiết kế website,Seo website chuyên nghiệp số 1 Việt Nam
    Author: Nguyễn Bá Uynh - Điện thoại:0989 7888 95
    Author URI: http://creativevietnam.com.vn
    Template:creativeframework
    Version: 6.8.1
    Tags: Công ty thiết kế website usy tín, chất lượng với 8 năm kinh nghiệm thiết kế website.
          Dịch vụ thiết kế website theo đúng chuẩn SEO được đánh giá cao bởi các doanh nghiệp trong và ngoài nước.Chúng tôi đem đến cho Quý khách hàng những dịch vụ, sản phẩm website chuyên nghiệp, tốt nhất. Sản phẩm chúng tôi đưa ra mang đậm phong cách mỹ thuật, ý tưởng, hệ thống code riêng theo từng khách hàng.
    License:
    License URI: http://creativevietnam.com.vn
    Text Domain: creativeframework
    */
:root {
    --p-clr: #8229e3;
    --w-clr: #fff;
    --b-clr: #333;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right:15px;
    padding-left:15px;
}
.col-md-20{
    width: 20%;
}
.row{
    margin-right:-15px;
    margin-left:-15px;
}
body{
     font-family: 'Roboto', sans-serif;
    font-size: 15px;
    overflow: hidden;
    line-height: 24px;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    background: #fff;
  }
html{
    overflow-x:hidden;
}
#content,#sidebar{
    padding-top:0;
}
img{
    max-width:100%;
    height:auto;
}
img.aligncenter{
    display:table;
    margin:0 auto;
}
.thumbnail{
    margin:0px 0px 0px 0px;
    padding:0;
    border:none;
    border-radius:0;
    background:none;
}
.alignnone{
    margin:0;
}
a{
    color:#5b5b5c;
}
a:hover, a:focus{
    color:#000;
    text-decoration:none !important;
}
div{
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

ins{
    text-decoration:none;
}
a{
    text-decoration: none;
}
.container{
    width:100%;
    max-width:1170px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
}
img{
    max-width:100%;
}
.header {
    width: 100%;
    z-index: 100;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 3px #e0e0e0;
}
.header .container {
    display: flex;
    align-items: center;
}
.header.fixed_header .l_topheader{
    padding: 5px 0px;
}
.header.fixed_header .nav__primary ul li{
	padding: 5px 0;
}
.fixed_header .l_midle_header {
    padding: 7px 0;
}
.fixed_header .l_midle_header .logo {
    max-width: 120px;
}
.fixed_header  .midle_header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0 1px 3px #ccc;
}
.nav__primary ul li{
    float: left;
    position: relative;
    height: 100%;
        transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s ;
    padding:16px 0;
}
.nav__primary ul{
    margin-bottom: 0px;
    display: block;
    text-align: center;
}
.nav__primary ul li a{
    display: block;
    padding: 8px 20px;
    position: relative;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    color: var(--b-clr);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav__primary ul li a:hover,.nav__primary ul >li.current_page_item > a{
    color: var(--p-clr);
}
.nav__primary ul li.active a{
    color:var(--p-clr);
}
.nav__primary ul li:first-child a{
    border:none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li ul.sub-menu {
    position: absolute;
    padding: 0;
    top: 100%;
    left: 0;
    display: none;
    min-width: 250px;
    z-index: 99999;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.nav__primary ul.sf-menu li ul.sub-menu li:not(:first-child) a {
    border-top: none;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu{
    width: 100%;
}
.nav__primary ul.sf-menu li ul.sub-menu li:last-child a {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav__primary ul.sf-menu li ul.sub-menu li{
    width:100%;
    border-left: none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li{
    width: 25%;
    float: left;
    padding: 0px 15px;
    clear: none;
    border-left: none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li:hover > ul.sub-menu{
    display: block;
}
.nav__primary ul.sf-menu li ul.sub-menu li{
    clear:both;
    padding:0;
    border-left: none;
    box-shadow: none;
    border: none;
    text-align: left;
}
.nav__primary ul.sf-menu li ul.sub-menu li a {
    color: #000;
    font-size: 13px;
    display: block;
    padding: 8px 15px;
    font-weight: normal;
    border: 1px solid #ccc;
    white-space: nowrap;
    background: #fff;
}
.nav__primary ul.sf-menu li ul.sub-menu li a:hover{
	background:var(--p-clr);
	color: #fff;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li{
    text-align: center;
    border-left: none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li a{
    background: #b0b0b0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.nav__primary ul.sf-menu li ul.sub-menu ul.sub-menu{
	background:#fff;
    position:absolute;
    left:120%;
    top:0;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu ul.sub-menu{
    position:relative;
    left:auto;
    top:auto;
    opacity: 1;
    visibility: visible;
    border-top:none;
    box-shadow: none;
    background: none;
}
.nav__primary ul.sf-menu li ul.sub-menu li:hover ul.sub-menu{
    left:100%;
    visibility:visible;
    opacity:1;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li:hover ul.sub-menu{
    position:relative;
    left:auto;
    top:auto;
    opacity: 1;
    visibility: visible;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu li{
    width: 100%;
    padding: 0;
    text-align: left;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu li a{
    background: none;
    color: #333;
    padding: 5px;
    text-transform: none;
    font-weight: normal;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu li a:before{
    position: relative;
    display: inline-block;
    content: "\f0da";
    padding-right: 7px;
    font:normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu li:hover a{
    color: var(--p-clr);
}
.button_menu a {
    background: var(--p-clr);
    color: var(--w-clr) !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 30px !important;
}
.nav__primary .r_header{
    margin-top: 5px;
}
#footer_widget i{
    color: var(--p-clr);
    padding-right: 7px;
}
.icon_mobile_click {
    margin: 0;
    display: none;
    cursor: pointer;
    text-align: center;
    color: #777;
    float: right;
    font-size: 30px;
    padding: 16px 0;
}
.icon_mobile_active{
    position:absolute;
    padding:0.2em 0.4em;
    bottom:1.5em;
    margin:0px;
    display:none;
    right:1em;
    color:#FF0101;
    cursor:pointer;
    z-index:9999;
    text-align:center;
    font-size:20px;
    text-indent:15px;
}
#menu_mobile_full{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    overflow-y: auto;
    border-right: 1px solid var(--p-clr);
    background: var(--p-clr);
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
}
.menu_hidden{
    z-index:-1;
    left:-260px;
}
.menu_show{
    z-index: 9999999;
}
.close_menu {
    position: fixed;
    z-index: 9999;
    background: #e24435;
    color: #fff;
    left: 260px;
    padding: 7px 12px;
    top: 30px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.menu_show .close_menu{
    display: block;
}
#gioithieu_home, #tintuc_home{
    padding:60px 0px ;
}
#menu_mobile_full ul{
    text-align: left;
    padding-left: 0;
}
#menu_mobile_full ul li,#menu_mobile_full ul li a{
    width:100%;
    display:block;
}
#menu_mobile_full ul li{
    position:relative;
    padding: 0px;
}
#menu_mobile_full ul li.menu-item-has-children span{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}
#menu_mobile_full ul li .sub-menu{
    background: #fff;
}
#menu_mobile_full ul li .sub-menu span {
    display: none;
}
#menu_mobile_full ul li.menu-item-has-children a:after {
    margin-left: 12px;
}
#menu_mobile_full ul li.menu-item-has-children span.active{
    content:'-';
}
#menu_mobile_full ul li a {
    padding: 15px 18px;
    border-bottom: 1px solid #e7e7e7;
    color: #fff;
    line-height: 21px;
    border-left: none;
    font-size: 15px;
}
#menu_mobile_full ul li a:hover{
    text-decoration: none;
    background: #333333;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu{
    display:none;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li a{
	text-transform: none;
    font-size: 13px;
    color: #f5f5f5;
    padding-left: 40px;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu{
    display:none;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a{
    padding-left:3em;
}
.page_wapper_noactive{
    -webkit-transition:-webkit-transform .3s ease;
    -moz-transition:-moz-transform .3s ease;
    -o-transition:-o-transform .3s ease;
    transition:transform .3s ease;
}
.page_wapper_active{
    -webkit-transform:translateX(250px);
    -moz-transform:translateX(250px);
    transform:translateX(250px);
    overflow:hidden;
}

.back-top {
    display:none;
}
#back-top-wrapper{
    position:fixed;
    right:10px;
    bottom:40px;
    overflow:hidden;
    z-index:999;
}
.back-top a {
    display:block;
    width:30px;
    color:#bbb;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font:11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s;
}
.back-top a:hover{
    color:#000;
}
.back-top a:hover span{
    background-color:#333;
}
.back-top span{
    display:block;
    margin-bottom:7px;
    width:30px;
    height:30px;
    background:#0188cf url(images/up-arrow.png) no-repeat center center;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s;
    background-size:70%;
}
.form_lienhe .list_group{
    margin-bottom: 20px!important;
}
iframe{
    max-width: 100%;
}
.wpcf7 input[type*="text"],.wpcf7 input[type*="tel"],  
.wpcf7 input[type*="email"],.wpcf7 select{
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    color: #000;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
.footer_page .wpcf7 input[type*="email"]{
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #000;
    max-width: 100%;
    width: 100%;


}
.footer_page .wpcf7 input[type*="submit"] {
 	background: #000;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    border: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-transform: none;
}
div.wpcf7 .ajax-loader{
    position: absolute;
}
.wpcf7 .list_group{
    position: relative;
    margin:0px 0px 10px 0px;
}
.wpcf7 label{
    display: block;
    font-weight: 400;
}
.wpcf7 textarea{
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    max-height: 110px;
    border-radius: 3px;
    border-radius: 10px;
}
.danhgia_nhanxet .wpcf7 input[type*="submit"]{
    padding: 0 20px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 0px;
    width: auto;
}
.wpcf7 input[type*="submit"]{
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: 40px;
    box-shadow: none;
    border: none;
    /*background: var(--p-clr); */
    color: #b20400;
    font-size: 14px;
    /* width: 50%; */
    padding: 0px 30px;
}
.woocommerce #review_form #respond .form-submit input{
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: 30px;
    box-shadow: none;
    border: none;
    background: #ecb014;
    color: #fff;
    font-size: 14px;
    width: 100px;
}
.doitac .slick-slider{
    margin-bottom: 0;
}
.list_group i{
   color: #da211e;
    font-size: 15px;
}
.wpcf7 .row{
    margin-left: -7px;
    margin-right: -7px;
}
.wpcf7 [class*="col-xs"]{
    padding: 0px 7px;
}
.wpcf7 i.fa.fa-comments{
    height: 200px;
}
div.wpcf7-validation-errors{
	border: none!important;
	color: red;

}
.slick-prev:before {
    content: "\f104" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 35px !important;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    color: #000!important;
    background: rgba(225,225,225,0.5);
    border-radius: 50%;
}

.slick-next:before {
	content: "\f105" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 35px !important;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #000 !important;
    background: rgba(225,225,225,0.5);
    border-radius: 50%;
}
.slick-prev {
    background: none !important;
    padding: 0px 0px !important;
    bottom: 50%;

}
.slick-next {
    background: none!important;
    padding: 0px 0px !important;
    bottom: 50%;
}
.slick-prev:hover::before, .slick-next:hover::before{
    color:#fff !important;
    background: rgb(0,0,0,0.5);
}
.slick-prev:hover,.slick-next:hover{
    background: none!important;
}
.breadcrumb{
	padding: 25px 10px;
    border: none;
    line-height: 29px;
    margin: 0;
    list-style: none;
    text-align: center;
    background: #dadada;
}
.breadcrumb > li{
    display: inline !important;
}
.breadcrumb a{
	font-weight: 500;
    padding-right: 7px;
    color: #898989;
    padding-left: 7px;
}
.baivietlienquan .title {
    font-size: 24px;
    color: var(--p-clr);
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 50px;
    position: relative;
    padding-bottom: 10px;
}
.baivietlienquan .list_post_category .post-title{
    display: block;
    padding-bottom: 10px;
}
.baivietlienquan .list_post_category .post-title:hover{
    color: var(--p-clr);
}
.baivietlienquan .list_post_category .post-title:before{
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 10px;
    content: "";
    background: var(--p-clr);
}
.baivietlienquan .post_wrapper {
    width: 100%;
    display: table;
    padding: 5px 0px;
    position: relative;
    padding-left: 20px;
}
.baivietlienquan .post_wrapper:before {
    content: "\f111";
    position: absolute;
    top: 40%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    left: 0;
    font-size: 8px;
}
.sanphamkhac{
    margin-top: 50px;
}
.sanphamkhac .title{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: var(--p-clr);
    position: relative;
}
.sanphamkhac .title:after,.baivietlienquan .title:after{
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    background: var(--p-clr);
}
.header .top_header{
    text-align: center;
    background: var(--p-clr);
    color: #fff;
    padding:9px 0;
    text-transform: uppercase;
}
.single h1.title-header{
    margin-top: 0;
    font-size: 26px;
}
.title-section.title_thanksyou{
  text-align: center;
  padding:40px 0px 0px 0px;
}
.woocommerce-thankyou-order-details{
    display: table;
    margin: 0 auto !important;
    padding: 30px 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.big_price{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.thanhtoan_custom{
  padding-top: 40px;
  text-align: center;
}
.thanhtoan_custom .back_product a{
  display: inline-block;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  background: var(--p-clr);
  font-weight: bold;
  text-decoration: none;
}
.l_midle_header{
    float: left;
    padding: 10px 0;
    flex:  0 0 170px;
}
.r_midle_header{
	margin-left: auto;
    display: flex;
    align-items: center;
}
.r_midle_header .button_menu a {
    padding: 10px 18px !important;
    margin-right: 15px;
}
.nav__primary{
	float: left;
}
.top_header .hotline{
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.search_header {
    float: right;
    position: relative;
}
.search-form.search-form__h {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    min-width: 290px;
    z-index: 9;
    display: none;
    padding: 0;
}
.search_header .navbar-form {
    margin: 0!important;
    padding: 0px!important;
}
.search_header .navbar-form input[type*="text"] {
    padding: 6px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #fff;
    max-width: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.search_header button {
    padding: 2px 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 0;
    height: 37px;
    width: 68px;
    background: var(--p-clr);
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top_header .hotline i{
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
.gioithieu .widget_media_image{
    text-align: center;
}
.gioithieu  .widget_black_studio_tinymce{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;  
    width: 100%;
}
.login>a{
	color: #959595;
    display: block;
    text-align: center;
}
.login>a i{
	padding-right: 7px;
}
.cart a .count {
	font-size: 11px;
    position: absolute;
    top: 30px;
    border: 1px solid #a5a4a4;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    right: 0px;
    text-align: center;
    line-height: 13px;
    color: var(--p-clr);
}
.cart a label{
	font-weight: 400!important;
	padding-top: 7px;
}
.menu_danhmuc{
	opacity: 0;
	visibility:hidden;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.06);
	z-index: 10;
	position: relative;
}
.menu_danhmuc .sub-menu{
	display: none;
    position: absolute;
    left: 100%;
    z-index: 8;
    width: 195px;
    background-color: #fff;
    top:0;
}
.menu_danhmuc li:hover{
	background-color: #f0e100;;
}
.menu_danhmuc li:hover .sub-menu{
	display: block;
}
.menu_danhmuc li{
	width: 100%;
    float: left;
    position: relative;
    background-color: #f8f8f8;
    border-bottom: solid 1px #ebebeb;
    margin: auto 0;
}
.menu_danhmuc li.menu-item-has-children>a:after{
	position: relative;
	display: inline-block;
	content: "\f0da";
	font-family: FontAwesome;
	margin-left: 10px;
	float: right;
	font-size: 16px;
}
.menu_danhmuc li a{
	display: block;
	font-size: 14px;
    color: #333;
    line-height: 25px;
    padding: 8px 25px;
}
.bottom_header .menu_chinh:hover{
	background-color: #000;
}
.bottom_header .menu_chinh:hover .menu_danhmuc{
	visibility: visible;
	opacity: 1;
}
.chinhsach ul li{
	float: left;
	width: 33.33%;
	margin: 20px 0;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.chinhsach ul li:last-child{
	border-right:none;
}
.chinhsach ul li i{
	font-size: 40px;
    color: #c2c2c2;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 55px;
	display: inline-block;
}
.chinhsach ul li p{
	display: inline-block;
}
.chinhsach ul li strong{
	text-align: left;
	display: block;
}
}
.top_title{
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}
.top_title .title_widget{
	display: inline-block;
    margin: 0 !important;
}
.top_title .title_widget span{
	font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.sub_product{
	float: right;
}
.sub_product ul{
	margin-bottom: 0;
}
.sub_product ul li{
	 background: none;
    color: #222;
    display: inline-block;
    padding: 0px 10px 8px 10px;
    cursor: pointer;
}
.sub_product ul li a{
	font-size: 16px;
    color: #333;
    line-height: 20px;
}
.banner_cate{
	display: block;
    position: relative;
    overflow: hidden;
}
.banner_cate: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);
}
.banner_cate:hover::before{
	-webkit-animation: shine .75s;
    animation: shine .75s;
}
.woocommerce .star-rating::before{
	color: rgb(255, 190, 0)!important;
}
.product-meta .name{
	clear: both;
	margin: 7px 0;
}
.woocommerce .star-rating{
	left: calc(50% - 38px);
	float: none!important;
}
.product-inner .product-meta{
	text-align: center;
}
.product-meta .name a{
	font-size: 15px;
	color: #616161;
	line-height: 24px;
}
.danhgia{
	padding: 50px 0;
}
.product-inner:hover .product-meta .name a{
	color: var(--p-clr);
}
.sidebar_sanpham .product-inner:hover .add-to-cart a,.khuyenmai_sp .product-inner:hover .add-to-cart a{
	background: #1cbfcb;
	color: #fff;
}
.product-meta .price{
	color: #333;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.8px;
    margin: 10px 0 20px 0;
}
.product-meta .price del{
    color: #c8c8c8;
    text-decoration: line-through;
    font-weight: 400;
}
.product-meta .price ins{
	font-family: 'Conv_UTM AvoBold_1';
	display: block;
	
}
.khuyenmai_sp .product-meta .price ins{
	color: #1cbfcb;
}
.khuyenmai_sp .add-to-cart a,.sidebar_sanpham .add-to-cart a{
    padding: 0 15px 5px 15px;
    border: 1px solid #1cbfcb;
    border-radius: 10px;
    display: table;
}

.action_custom{
    position: absolute;
    text-align: center;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    opacity: 0;
    visibility: hidden;
}
.product-inner:hover .action_custom{
	opacity: 1;
	visibility: visible;
}
.action_custom a i{
	display: table;
    margin: 0 auto;
    font-size: 35px;
    color: #000;
    background: #fff;
    opacity: 0.9;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}
.action_custom a span{
	display: block;
	padding: 7px 20px;
	color: #fff;
	background: #4dcce0;
	border-radius: 10px;
}
.action_custom .readmore:after{
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    background: #d6d6d6;
    top: 0;
    right: 0;
}
.pricelist{
	display: inline-block;
}
.price .label{
	font-weight: 400!important;
	background: var(--p-clr);
	position: relative;
}
.price .label:after{
	content: "";
    position: absolute;
    right: 32%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: var(--p-clr) transparent transparent transparent;
    top: 18px;
}
.list_product{
	margin-bottom: 30px!important;
}
.product-inner  .image img{
	height: 250px;
	z-index: -2;
    position: relative;
}
.product-inner .image .product-label-special{
	position: absolute;
	top:10px;
	right: 0;
	padding: 7px 10px;
	background: #e6e6e6;
}
.product-inner .image .product-label-special .special {
		color: #d52529;
}
.product-inner  .image{
	position: relative;
	z-index: 1;
	border: 1px solid #ccc;
}
.product-inner  .image:after{
	position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
}
.product-inner:hover .image:after{
	opacity: 1;
	visibility: visible;
}
.product-inner  .image .giamgia{
	position: absolute;
	top: 7px;
	left:0;
	background: var(--p-clr);
	text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 0px 15px;
    color: #fff;
}
.footer_bottom .widget-title{
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    margin: 10px 0;
}
.footer_bottom ul.lienhe li i{
	color: #fff;
	margin-right: 10px;
}
.footer_bottom ul.menu li{
	padding-bottom: 10px;
}
.footer_bottom ul.menu li a{
	position: relative;
	color: #959595;
}
.footer_bottom ul.menu li a:before{
	font-family: FontAwesome;
    content: "\f105";
    padding-right: 15px;
    padding-bottom: 10px;
}
.footer_bottom .widget_text .textwidget{
	background: none;
	padding: 0;
}
footer a:hover{
	color: var(--p-clr);
}
footer ul li{
	padding-bottom: 10px;
}
.social{
    margin-top: 15px;
}
.social a{
    float: left;
    margin-right: 10px;
}
.social a i{
	font-size: 35px;
    color: #fff;
}
.social a:hover i{
	color:var(--p-clr);
}
.spyeuthich span>span.bold-text{
	color: #fff;
	font-weight: 700;
	padding-right: 10px;
}
.copyright{
    padding: 15px 0;
    background: var(--w-clr);
    color: #777;
}
.copyright a {
    color: #777;
}
.text_copy{
    text-align: center;
}
.footer-text, .author{
    display: inline-block;
}
.footer-text{
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}
.social .title{
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    color: var(--p-clr);
    font-weight: 700;
    line-height: 34px;
}
.footer_page .social a i {
    color: #fff;
    width: 34px;
    height: 34px;
    font-size: 23px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}
.footer_page .social a.social_facebook i {
    background: #365899;
}
.footer_page .social a.social_tumblr i {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.footer_page .social a.social_youtube i {
    background: #d01a21;
}
.footer_page .social a.social_twiter i {
    background: #04b2ea;
}
.duongdan{
	border-radius: 0px !important;
}
.product_title{
    font-size: 27px;
    font-weight: 200;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description{
    padding: 15px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #ccc;
}
form.cart .quantity_custom .text_soluong {
    float: left;
    padding-right: 20px;
    padding-top: 5px;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
.list_action button{
	margin-left: 30px!important;
    background: var(--p-clr)!important;
    padding: 8px 40px!important;
}
.call_click i{
	display: inline-block;
    margin-right: 10px;
    font-size: 38px;
}
.call_click a{
	display: inline-block;
}
.call_click a strong{
	display: block;
	font-size: 19px;
    font-weight: 600;
    line-height: 20px;
}
.share_link{
	margin: 30px 0 10px 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top:1px solid #ccc;
}
.share_link .title{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.share_link ul{
	display: inline-block;
}
.share_link ul li{
	display: inline-block;
}
.share_link ul li a{
	height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-right: 11px;
   	color: #fff;
}
.share_link ul li a.face{
	background: #365899;
}
.share_link ul li a.google{
	background-color:#dd5145;
}
.share_link ul li a.twitter{
	background: #0085ba;
}
.share_link ul li a.pinterest{
	background:#d01a21;
}
header ul,
footer ul,
.creative_gallery_image ul {
    padding-left: 0;
}
header li,
footer ul li,
.creative_gallery_image li {
    list-style: none;
}
.chitiet_sanpham{
 margin-top: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background-color: #fff!important;
    border: none!important;
    padding: 0 30px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border: 1px solid #d3ced2!important;
    border-bottom-color: #fff!important;
    color: var(--p-clr);
}
.list_post_category .post_wrapper{
	margin-bottom: 30px;
}
.post_wrapper .content_item .post-list_h a{
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 25px;
    display: block;
    text-transform: uppercase;
}
.post_wrapper .content_item .excerpt{
	font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 15px;
    color: #939393;
    padding-top: 15px;
}
article table tr td{
    border:1px solid #ccc;
    padding:7px;
} 
article table {
    margin: 20px 0;
    width: 100%;
}
.content_item .action_post{
    padding: 15px 0;
    clear: both;
    margin-bottom: 10px;
    color: #939393;
}
.content_item .action_post .time{
	float: left;
}
.content_item .action_post .time i{
	margin-right: 5px; 
}
.content_item .action_post .readmore{
	float: right;
}
.content_item .action_post .readmore a{
	font-size: 14px;
    font-weight: 700;
    font-style: italic;
    padding: 15px 0;
    color: #222;
}
.content_item:hover .action_post .readmore a,.post_wrapper:hover .content_item .post-list_h a{
	color:var(--p-clr);
}
.l_layout .title_widget {
    margin-top: 0!important;
}
.l_layout .title_widget{
	font-size: 1em;
    text-transform: uppercase;
    padding: 7px 0;
    display: block;
    color: #777;
    font-weight: 600;
}
.l_layout li[class*="list_item_"]{
  display: table;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.l_layout .content_item {
    display: flex;
}
.l_layout .content_item .thumbnail {
	width: 60px;
	margin-right: 15px;
    flex:  0 0 60px;
}
.l_layout .content_item .thumbnail img {
    width: 100%;
}
.l_layout .content_item .post-list_h a {
	padding: 0;
}
.l_layout .content_item .post-list_h a:hover {
    color: var(--p-clr);
}
.sidebar_sanpham .widget_text .textwidget
{
	background:none;
	padding: 0;
}
.sidebar_sanpham .product-inner .image{
	max-width: 80px;
	float: left;
	margin-right: 10px;
}
.sidebar_sanpham .product-inner .image img{
	height: auto;
}
.sidebar_sanpham .product-inner .product-meta{
	overflow: hidden;
	text-align: left;
}
.sidebar_sanpham .woocommerce .star-rating{
	left: 0;
}
.sidebar_sanpham  .product-meta .price{
	font-size: 13px;
	margin:0;
}
.sidebar_sanpham  .list_product{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	display: table;
}
.sidebar_sanpham .giamgia_template .product-meta .price ins{
	color: var(--p-clr);
	margin-bottom: 10px;
}
.sidebar li {
    list-style: none;
}
.sidebar [id*="nav_menu-"] ul,
.sidebar ul.post-list {
    padding-left: 0;
}
.l_layout .menu>li{
    padding: 10px 0 10px;
    border-bottom: 1px solid #ccc;
}
.l_layout .menu>li>a{
	color: #777;
	font-weight: 400;
    font-size: 13px;
}
.l_layout .menu>li>a:hover{
    color: var(--p-clr);
}
.l_layout .menu>li .sub-menu{
	display: none;
	padding-left: 30px;
}
.l_layout .menu>li .sub-menu li{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.next_prew{
	padding: 20px 0;
	font-size: 15px;
}
.next_prew a{
	font-weight: 700;
	color: #ecb014;
}
.next_prew .prew_post{
	float: left;
}
.next_prew .next_post{
	float: right;
}
.next_prew .prew_post i{
	padding-right: 10px;
}
.next_prew .next_post i{
	padding-left: 10px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
width: 100%!important;
float: left!important;
}
.l_slide{
    width: 100%;
    border:1px solid #ccc;
}
.top_single .price{
    color: #333!important;
    padding-left: 0;
    padding-right: 5px;
    font-size: 24px!important;
    line-height: 20px;
}
.top_single .price del{
    font-size: 20px;
    padding-right: 10px;
}
.zoom_size{
    display: block;
    text-align: center;
    color: var(--p-clr);
    font-size: 20px;
}
.sanpham_lienquan{
	padding: 60px 0 80px 0;
}
.related .title_widget{
	margin: 20px 0;
	padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.related .title_widget span{
	font-size: 26px;
    color: #333;
    text-transform: uppercase;
}
.tax-product_cat .r_layout{
	float: right;
}
.tax-product_cat .r_layout .content-page{
	background: #f7f8fa;
}
.tax-product_cat .l_layout{
	float: left;
	padding: 0 10px;
}
.sidebar_sanpham .title_widget{
	margin-top: 0!important;
}
.tax-product_cat .title-section .title-header {
    margin: 0 0 20px 0;
    padding: 20px 15px 0px 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border:none;
}
.content_page_product .product-filter{
	border-bottom: 4px solid #fff;
    margin-bottom: 20px;
    padding: 0 20px;
}
.content_page_product .product-filter .r_filter{
	float: right;
}
.content_page_product .product-filter .r_filter span{
	margin-right: 20px;
}
.content_page_product .product-filter .r_filter .orderby{
	padding: 5px 0;
	margin-top: -5px;
}
.list_sanpham_chuyenmuc{
	padding: 0 20px;
}
.list_product .list_product:nth-child(3n+1){
	clear: both;
}
.page-template-template-template-contact .widget_text .textwidget{
	background: none;
	padding: 0;
}
.page-template-template-template-contact .content-page{
	padding-top: 40px;
}
.page-template-template-template-contact .content-page .widget-title{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.page-template-template-template-contact .content-page .textwidget>p,.woocommerce-noreviews{
	color: #c2c2c2;
}
.woocommerce-Reviews-title{
    font-size: 20px;
    text-transform: uppercase;
    color: #1c2b53;
}
.woocommerce p.stars a::before{
    color: #ecb014;
}
.comment-form input[type*="text"],.comment-form input[type*="email"]{
    width: 100%;
}
.form-submit{
    text-align: center;
}

.l_slide{
    position: relative;
}
.l_slide .zoom_size{
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}
.l_slide:hover .zoom_size{
    opacity: 1;
    visibility: visible;
}
.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a{
    width: 100%!important;
    margin-bottom: 0!important;
    margin-right: 0!important;
    border:1px solid #ccc;
}
.banner_home .metaslider .caption-wrap {
    position: absolute;
    bottom: auto;
    background: none;
    left: 0;
    color: #8e8e8e;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 1170px;
    line-height: 1.4em;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner_home .metaslider .caption-wrap .title{
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
}
.banner_home .metaslider .caption-wrap .desc{
    font-size: 18px;
    margin: 15px 0px 30px 0px;
}
.banner_home .metaslider .caption-wrap a{
    background: var(--p-clr);
    display: table;
    padding:7px 15px;
    color: #fff;
    text-decoration: none;
}
.suachua, .baohanh,
.list_chuyenmuc,.gioithieu,.sanpham_home,.new_home,.dangky_tin,.sanpham,.dichvu{
    padding:60px 0px;
}
.sanpham .widget-title{
/*    color: #fff;*/
}
.sanpham .widget-title:after{
/*    background: #fff;*/
}
.list_sanpham_item .content_item{
    background: #fff;
    margin-bottom: 30px;
}
.home .sanpham_meta{
    padding:15px 30px 30px 30px;
}
.sanpham_meta{
    padding: 15px 0;
}
.home .sanpham_meta .post-list_h a{
    text-align: left;
}
.sanpham_meta .post-list_h a{
    color: #000;
    display: block;
    text-align: center;
}
.content_item:hover .sanpham_meta .post-list_h a{
    color: var(--p-clr);
}
.content_item .image{
    position: relative;
}
.list_sanpham .content_item .image:after{
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background:var(--p-clr);
    content: "";
    opacity: 0;
    visibility: hidden;
}
.list_sanpham .content_item:hover .image:after{
    opacity: 1;
    visibility: visible;
}
.home .sanpham_meta .post-list_h a{
    border-bottom: 1px solid #839cc7;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 15px;
    color: var(--p-clr);
}
.sanpham_meta .excerpt{
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}
.sanpham_meta .readmore a{
    padding: 10px 30px;
    color: #fff;
    background: var(--p-clr);
}
.sanpham_meta .readmore a:hover{
    background: #0991b8;
}
.list_sanpham_item {
    width: 33.3333%;
}
.list_sanpham_item:nth-child(3n+1){
    clear: both;
}
.dichvu .post-title{
    padding: 20px 0;
    display: block;
    font-size: 20px;
}
.dichvu .post-title:hover{
    color: var(--p-clr);
}
.tintuc_baogia .widget-title{
    text-align: left;
}
.tintuc_baogia .widget-title:after{
    width: 100%;
    left: 0;
}
.tintuc_baogia{
    background: #ededed;
    padding: 60px 0;
    position: relative;
}
.tintuc ul {
    padding-left: 0;
}
.tintuc li{
    margin-bottom: 20px;
    display: table;
    list-style: none;
}
.tintuc li .thumbnail{
    float: left;
    margin-right: 20px;
    max-width: 180px;
}
.tintuc li .post_meta{
    overflow: hidden;
}
.tintuc li .post_meta .post-title{
    font-weight: 600;
    color: var(--p-clr);
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.btn-primary{
    background-color: transparent;
    border-color: transparent;
    color: var(--p-clr);
    padding: 7px 0 0 0;
    font-weight: 500;
}
.tintuc_baogia  .guiyeucau{
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    padding: 60px 15% 60px 60px;
    color: #fff;
}
.guiyeucau .widget-title{
    color: #fff;
    z-index: 2;
}
.guiyeucau .widget-title:after{
    background:#fff;
}
.guiyeucau .noidung_yc{
    z-index: 2;
    position:   relative;   
}
.noidung_yc .wpcf7{
    padding-top:20px;
}
.list_chuyenmuc .content_item{
    position: relative;
}
.list_chuyenmuc .content_item .cate_list_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.list_chuyenmuc .content_item .thumbnail a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.2);
}
.list_chuyenmuc .content_item .cate_list_title a{
    display: block;
    color: #fff;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 24px;
    /* font-weight: 600; */
    position: relative;
}
.list_chuyenmuc .content_item .cate_list_title a:after{
    position: absolute;
    bottom: 10px;
    width: 70px;
    height: 2px;
    content: '';
    display: block;
    background: var(--p-clr);
}
.gioithieu .widget-title{
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sanpham_home .text_custom,.danhgia_nhanxet .text_custom,.new_home .text_custom{
    text-align: center;
    max-width: 900px;
    font-size: 17px;
    margin: 0px auto;
    line-height: 24px;
    color: #949494;
}
.sanpham_home .text_custom .widget-title,.danhgia_nhanxet .text_custom .widget-title,.new_home .text_custom .widget-title{
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
[id*="uynh-widget-tabproduct-"]{
    margin-bottom: 30px;
}
[id*="uynh-widget-tabproduct-"] ul{
    text-align: center;
}
[id*="uynh-widget-tabproduct-"] ul li{
    display: inline-block;
    vertical-align: top;
}
[id*="uynh-widget-tabproduct-"] ul li a{
    display: block;
    padding: 7px 15px;
    background: #e0e0e0;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
[id*="uynh-widget-tabproduct-"] ul li.active a{
    background: #333;
    padding: 7px 25px;
    color: #fff;
}
.danhgia_nhanxet .content_nhanxet{
    max-width: 600px;
    margin: 0 auto;
}
.danhgia_nhanxet .top_nhanxet{
    padding: 30px 0;
}
.danhgia_nhanxet .list_nhanxet:focus,.danhgia_nhanxet .list_nhanxet a:focus{
    outline: none !important;
}
.bottom_nhanxet .thumbnail{
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.bottom_nhanxet .post-list_h a{
	font-family:'Conv_UTM AvoBold_1';
}
.new_home .content_item a.link{
	background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-style: italic;
    color: #222;
}
.new_home .content_item:hover a.link{
	    color: #1cc1c7;
}
.new_home .content_item  .post-list_h a{
	margin-top: 10px;
    color: #000;
    font-family: 'Conv_UTM AvoBold_1';
    text-decoration: none;
    line-height: 25px;
    display: block;
    margin-bottom: 10px;
}
.new_home .content_item:hover .post-list_h a{
	color: var(--p-clr);
}
.dangky_tin .text_custom{
        float: right;
    max-width: 700px;
    text-align: center;
    padding-right: 100px;
}
.dangky_tin .text_custom .widget-title{
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
.dangky_tin .text_custom .wpcf7{
    position: relative;
    margin-top: 30px;
}
.dangky_tin .text_custom .wpcf7 input[type*="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    padding: 0px 15px;
}
.dangky_tin .text_custom .wpcf7 input[type*="email"]{
    margin: 0;
}
.has_thumbnail .breadcrumb{
    background: none;
}
.has_thumbnail{
    position: relative;
    padding: 50px 0px;
    z-index: 1;
    background-size: cover!important;
}
.has_thumbnail:before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(225,226,226,0.8);
}
.has_thumbnail .title-section{
    text-align: center;
    color: var(--p-clr);
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
}
.has_thumbnail .title-section:after{
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 50px);
    content: "";
    background:var(--p-clr);
}
.has_thumbnail .breadcrumb a{
    color: #fff;
}
.background_product_cat{
    margin-bottom: 30px;
}
.form_lienhe{
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}
.r_layout{
    float: right;
}
.r_layout .list_post_category .post_wrapper{
    display: table;
    margin-bottom: 30px;
}
.r_layout .list_post_category .post_wrapper .thumbnail{
    float: left;
    margin-right: 20px;
    max-width: 300px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: var(--p-clr) !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100% !important;
    max-width: 350px !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background: #e0e0e0;
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #333;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -4px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid var(--p-clr);
}
.widget_price_filter .price_label{
    font-size: 12px;
}
.widget_price_filter .price_label span {
    color: #333;
    font-weight: 600;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-product-search button[type="submit"]{
    font-size: 14px;
    color: #333;
    border: 1px solid var(--p-clr);
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: normal;
    outline: none;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	    background-color: var(--p-clr)!important;
}
form .price_slider_wrapper .price_slider_amount .button {
    min-width: 65px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-product-search button[type="submit"]:hover{
    background: #333;
    color: #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background: #fff;
}
.woocommerce-product-search .search-field {
    border: 1px solid #dedede;
    padding: 10px 15px;
    font-size: 13px;
    color: #333;
    outline: none;
    margin: 0;
}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
    background: #a2a2a2 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #fff !important;
    top: -5px!important;
}
.sidebar_page .widget{
    margin-bottom: 30px;
}
.sidebar_page .danhmuc{
	background: #f7f7f7;
	padding-bottom: 30px;
}
.sanphammoi{
	padding: 70px 0;
}
.sanphammoi .widget_text .widget_text{
	border-bottom: 1px solid #ccc;
}
.widget-title{
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	color: var(--p-clr);
	font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.khuyenmai .widget-title{
	font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.giamgia_template .product-inner .image{
	float: left;
	max-width: 140px;
	border:none;
	margin-right: 15px;
}
.giamgia_template .product-inner .image img{
	height: auto;
}
.giamgia_template .product-inner .product-meta{
	overflow: hidden;
    display: table;
    text-align: left;
}
.giamgia_template .product-meta .price ins{
	padding-left: 0;
}
.giamgia_template .list_product:nth-child(2n + 1){
	clear: both;
}
.khuyenmai{
	background: #dfe0e0;
}
.danhgia_nhanxet{
	padding: 70px 0;
}
.khuyenmai_sp{
	padding: 70px 0;
	position: relative;
	z-index: 1;
}
.khuyenmai_sp:after{
	position: absolute;
	width: 140%;
	background:#F1F2F2;
	height: 100%;
	content: "";
	bottom: 0;
	right: 0;
	z-index: -1;
}
.khuyenmai_sp .widget-title{
	margin-right: 30px;
}
.khuyenmai .product-inner{
	background: none;
}
.danhgia_nhanxet .slick-prev,.danhgia_nhanxet .slick-next{
	transform: rotate(90deg);
}
.danhgia_nhanxet .slick-prev{
	left: 100%!important;
    bottom: 73%;
}
.danhgia_nhanxet .slick-next{
	right: -37PX!important;
}
.danhgia_nhanxet .slick-next:before{
	margin-top: -30px!important;
    background: #9c9c9c!important;
    color: #fff!important;
}
.danhgia_nhanxet .slick-prev:before{
	background: #9c9c9c!important;
    color: #fff!important;
}
.backgroud_footer{
	padding: 90px 0;
	position:relative;
	z-index: 1;
}
.backgroud_footer:before{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	top: 0;
	left:0;
	content: "";
}
footer .widget-title{
	font-size: 1em;
	color: #777;
	text-align: left;
}
.footer_page {
    color: #777;
}
.footer_page a {
    color: #777;
}
footer .widget-title:after{
   display: none;
}

footer .footer_page .container{
    padding: 50px 15px 0 15px;
}
.single-product .slick-initialized .slick-slide{
	padding-right: 7px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	background-color: var(--p-clr)!important;
	color: #fff!important;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 100%!important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    padding: 7px 10px;
    border-radius: 5px;
    border:1px solid #aaa;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.r_cart_item a {
    color: #222;
    padding-right: 10px;
}
.noidung table tr td {
    border: 1px solid #ccc;
    padding: 10px!important;
}
.l_cart_item{
    float: left;
    margin-right: 10px;
}
td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 6px 6px 5px 6px!important;
    width: auto!important;
}
.doitac .container{
    padding: 60px 0;
    position: relative;
}
.doitac .default_post.post-list{
    width: 80%;
}
.doitac .default_post.post-list li .thumbnail,.list_doitac .image{
    height: 140px;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 1px solid #ccc;
}
.list_doitac .doitac_item{
    margin-bottom: 30px;
}
.doitac .widget-title{
    width: 18%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    border-left: 1px solid var(--p-clr);
    border-right: 1px solid var(--p-clr);
}
.doitac .widget-title:after{
    display: none;
}
.TT_lienhe .widget-title{
    text-align: left;
    font-size: 24px;
}
.TT_lienhe .widget-title:after{
    left: 0;
}
.footer_page{
/*    padding-top: 40px;*/
}
#back-top {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 99;
    width: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background: var(--p-clr);
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
}
#back-top:before {
    display: block;
    content: "\f077";
    /*position: absolute;
    top: 0;
    left: 0;*/
    color: #fff;
    width: 100%;
    cursor: pointer;
}
 #back-top:before {
    font: normal normal normal 14px/1 FontAwesome;
}


.wpcf7 input[type*="submit"]:hover {
    background-color: #fff !important;
    color: var(--p-clr) !important;
}
.doitac .default_post.post-list li .thumbnail img, .list_doitac .image img {
    object-fit: scale-down;
}
.single h1.title-header {
    margin-bottom: 20px;
    line-height: 1.4;
}
.r_layout .list_post_category .post_wrapper .content_item {
    display: flex;
}
.r_layout .list_post_category .post_wrapper .content_item .thumbnail {
    flex: 0 0 30%;
}
.r_layout .list_post_category .post_wrapper {
    display: block;
}
.noidung_yc .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.noidung_yc .wpcf7-not-valid-tip {
    position: absolute;
    top: -3px;
    right: 4px;
}
.gioithieu .icon-box {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    padding-right: 16px;
}

.gioithieu .icon-box .icon-box-img {flex: 0 0 85px;}

.gioithieu .icon-box .icon-box-text h3 {
    font-size: 20px;
    margin-top: 0;
}
.suachua .icon-box-text h3, .baohanh .icon-box-text h3 {
    font-size: 20px;
}
.sanpham .row-full-width .col {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.sanpham .row-full-width {
    display: flex;
    flex-flow: row wrap !important;
    align-items: normal !important;
}

.sanpham .row-full-width .col .icon-box-img {
    margin: 0 auto;
    height: 100px;
}

.sanpham .row-full-width .col .icon-box-img .icon, .sanpham .row-full-width .col .icon-box-img .icon-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.sanpham .row-full-width .col .icon-box-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: scale-down;
    display: block;
}
.sanpham .row-full-width .col:nth-child(3n+1) {
    clear: both;
}
.sanpham .row-full-width .col .icon-box-text h3 {
    font-size: 20px;
}
.midle_header {
    background-color: var(--w-clr) !important;
}
.footer_page .panel-row-style {
    background: var(--w-clr); !important;
}
.sanpham .content_image .thumbnail {
    max-width: 100px;
    margin: 0 auto 16px;
    height: 100px;
}

.sanpham .content_image .thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sanpham .content_image .thumbnail a img {
    height: 100px;
}

.sanpham .content_image .title {
    font-size: 20px;
    font-weight: bold;
    color: var(--p-clr);
    text-align: center;
    margin-bottom: 10px;
}

.sanpham .content_image .desc {
    text-align: center;
}

.sanpham .list_item_image {
    margin-bottom: 30px;
}
.sanpham .list_item_image:nth-child(3n+1) {
    clear: both;
}
.home .slide-control .flex-direction-nav {
    display: none !important;
}
/*---Style Repair---*/
.fixed_custom_contact{
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
}
.fixed_custom_contact li{
    list-style: none;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}
.fixed_custom_contact li:not(:last-child) {
    margin-bottom: 20px;
}
.fixed_custom_contact li a {
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.fixed_custom_contact li.chat_facebook a {
/*    background-color: #00B2FF;*/
    background-color: var(--p-clr);
}
.phone_animation_circle_fill_img {
    position: unset !important;
}
.fixed_custom_contact li a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.fixed_custom_contact li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff !important;
}
.fixed_custom_contact li.chat_facebook a:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f39f";
    font-family: 'Font Awesome 5 Brands';
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 0;
    font-size: 24px;
}
.fixed_custom_contact li.call_zalo a{
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    background: var(--p-clr) url(images/zalo.png) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-size: 60%;
    font-size: 0;
}
.phone_animation{
    background-color: transparent;
    margin: 0;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    visibility: visible;
}
.phone_animation_circle_fill_img{
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--p-clr) url(images/iconphone.png) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    background-size: 60%;
}
.fixed_custom_contact li.call_phone a span {
    position: absolute;
    background-color: var(--p-clr);
    font-size: 14px;
    right: calc(100% + 10px);
    white-space: nowrap;
    padding: 5px 15px;
    border-radius: 5px;
/*    display: none;*/
}
.fixed_custom_contact li.call_phone a span:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--p-clr);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  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);}
}


.fixed_custom_contact li.chat_facebook a, .fixed_custom_contact li.call_zalo a, .phone_animation_circle_fill_img {
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.fixed_custom_contact li:after {
    content: "";
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    box-shadow: 0 0 0 0 rgba(193,159,122,0.2);
    background-color: rgba(193,159,122, 0.5);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 50% 50%;
    transform-origin: 0 0;
    animation: zoom 1.3s infinite;
}
@-webkit-keyframes zoom{
    0%{transform:scale(.9)}
    70%{transform:scale(1);box-shadow:0 0 0 15px transparent}
    100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}
}
@keyframes zoom{
    0%{transform:scale(.9) translate(-50%, -50%)}
    70%{transform:scale(1) translate(-50%, -50%);box-shadow:0 0 0 15px transparent;}
    100%{transform:scale(.9) translate(-50%, -50%);box-shadow:0 0 0 0 transparent}
}


@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes coccoc-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)
    }
}
@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
#back-top {
    height: 50px;
    position: fixed;
    width: 50px;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    z-index: 9;
    background-color: var(--p-clr);
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:991px) {
    .icon_mobile_click{
        display: block;
    }
    .doitac .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .social .title {
        float: none;
    }
    .social {
        margin-bottom: 15px;
        display: inline-block;
    }
    .tintuc_baogia .panel-grid > div {
        width: calc(50% - ( 0.5 * 30px ) ) !important;
    }
    .tintuc_baogia .guiyeucau {
        padding: 30px;
    }
    .l_layout .menu>li {
        padding: 5px 15px;
    }
    .sanpham .row-full-width .col:nth-child(3n+1) {
        clear: none;
    }
    .sanpham .row-full-width .col:nth-child(2n+1) {
        clear: both;
    }
    .sanpham .row-full-width .col {
        width: 50%;
    }
     .fixed_custom_contact li.call_zalo a, .fixed_custom_contact li a, .phone_animation_circle_fill_img, .fixed_custom_contact li {
        width: 34px;
        height: 34px;
    }

    .fixed_custom_contact li.chat_facebook a:before {
        font-size: 18px;
    }

    .fixed_custom_contact li:after {
        width: 42px;
        height: 42px;
    }

    .fixed_custom_contact {
        bottom: 70px;
    }
    .fixed_custom_contact li.call_phone a span {
        display: none;
    }
    #back-top {
        width: 34px;
        height: 34px;
    }

    .fixed_custom_contact li:not(:last-child) {
        margin-bottom: 14px;
    }
    .sanpham .list_item_image:nth-child(3n+1) {
        clear: none;
    }
    .sanpham .list_item_image:nth-child(2n+1) {
        clear: both;
    }
}
@media(max-width: 780px) {
    .gioithieu .widget_media_image {
        margin-top: 0px;
    }
    .button_menu a {
        padding: 15px 18px !important;
        border-radius: 0;
    }
}
@media (max-width:767px){
    .tintuc_baogia .panel-grid > div {
        width: 100% !important;
    }
    .l_midle_header{
        padding: 8px 0px;
        flex: unset;
    }
    .logo{
        max-width: 100px;
    }
    .fixed_header .l_midle_header .logo {
        max-width: 90px;
    }
    .header .cart, .search_header{
    	padding:0 10px;
    }
    .cart a .count,.header.fixed_header .cart a .count{
    	top: 0;
    }
    .l_topheader,
    .header.fixed_header .l_topheader{
    	padding: 0;
    }
    .header.fixed_header .cart, 
    .header.fixed_header .search_header{
    	padding: 0 10px;
    }
    .has_thumbnail{
        padding: 15px 0px;
    }
    .has_thumbnail .breadcrumb{
        padding: 5px 0px 0px 0px;
    }
    .suachua, .baohanh,
    .list_chuyenmuc,.gioithieu,.sanpham_home,.new_home,.dangky_tin,.sanpham,.dichvu{
        padding: 30px 0px;
    }
    .list_chuyenmuc .content_item{
        margin: 10px 0px;
    }
    .price .label{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .price .label:after{
        top: 15px;
    }
    .product-inner .image img{
        height: auto;
    }
    .list_product:nth-child(3n+1){
        clear: none;
    }
    .list_product:nth-child(2n+1){
        clear: both;
    }
    .new_home .content_item .thumbnail{
        float: none;
        width: 100%;
        max-width: none;
        margin: 0px 0px 15px 0px;
    }
    .new_home .content_item .thumbnail img{
        width: 100%;
    }
    .dangky_tin .text_custom {
        float: none;
        max-width: 700px;
        text-align: center;
        padding: 0px 15px;
    }
    .footer-text,.author{
        float: none;
        text-align: center;
    }
    .content_page_product .product-filter {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .tax-product_cat .r_layout .content-page{
        background: none;
    }
    .list_sanpham_chuyenmuc{
        padding: 0px 0px;
    }
    .chitiet_sanpham{
        margin-top: 0;
    }
    .sanpham_lienquan{
        padding: 30px 0px;
        background: none;
    }
    .images .slick-slider{
        width: 100%;
    }
    .images .slick-slider .thumb{
        padding: 0px 7px;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
        width: 100%;
        display: table !important;
    }
    .sanphammoi,.new_home{
		padding: 0 0 30px 0;
    }
    .khuyenmai_sp {
    	padding: 30px 0 0 0;
    }
    .khuyenmai {
    background: #f1f2f2;
	}
	.backgroud_footer{
		padding: 40px 0;
	}
	.list_product .list_product:nth-child(3n+1){
		clear: none;
	}
	.list_product .list_product:nth-child(2n+1){
		clear: both;
	}
	.has_thumbnail .title-section h1{
		font-size: 26px;
	}
	.tax-product_cat .title-section .title-header{
		font-size: 20px;
	}
    .list_sanpham_item:nth-child(3n+1){
        clear: none;
    }
    .list_sanpham_item:nth-child(2n+1),.list_item_sanpham:nth-child(2n+1){
        clear: both;
    }
    .tintuc_baogia .guiyeucau{
        position: relative;
        width:100%;
        padding: 30px 15px;
    }
    .doitac{
        padding: 0 15px;
    }
    .copyright{
        margin-top: 20px;
    }
    .list_item_sanpham{
        width:  50%;
    }
    .r_layout .list_post_category .post_wrapper .thumbnail{
        max-width: 300px;
    }
    footer .widget-title{
        margin-bottom: 0;
    }
    .TT_lienhe .panel-grid-cell{
        margin-top: 20px!important;
    }
    .footer-text{
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .list_sanpham_item {
        width: 50%;
    }
}
@media(max-width: 600px){
    .action_custom a span{
        display: none;
    }
    .r_layout .list_post_category .post_wrapper .thumbnail{
        max-width: 200px;
    }
    .post_wrapper .content_item .excerpt{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
    }
    .single-post .title-header{
        margin-bottom: 0;
        margin-top: 20px!important;
    }
    .list_sanpham_template, .list_sanpham_template > li {
        display: flex;
        flex-wrap: wrap;
    }
    .list_sanpham_item .content_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    .sanpham .list_item_image {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(max-width: 480px){
    .banner_home .metaslider .caption-wrap{
        opacity: 0;
    }
    .widget-title{
    	font-size: 20px!important;
    }
    [id*="uynh-widget-tabproduct-"] ul li {
        display: inline-block;
        vertical-align: top;
        /* margin: 5px 0px; */
        width: 50%;
        float: left;
        padding: 5px;
    }
    .dichvu,.doitac .container{
        padding: 30px 0;
    }
    
    .home .sanpham_meta{
        padding: 20px 10px;
    }
    .danhgia_nhanxet .slick-next{
    	bottom: 20%;
    	right: 0!important;
    }
    .danhgia_nhanxet .slick-prev {
    left: calc(100% - 37px)!important;
    bottom: 45%;
	}
	.backgroud_footer .widget_siteorigin-panels-builder .panel-grid.panel-no-style{
		display: block!important;
	}
	.backgroud_footer .widget_siteorigin-panels-builder .panel-grid.panel-no-style .panel-grid-cell{
	    width: 100%!important;
	    margin-bottom: 15px;
	    padding-bottom: 15px!important;
	    border-bottom: 1px dashed #ccc
	}
	.list_post_category .post_wrapper{
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #ccc;
	}
	.single-post .title-header{
		font-size: 20px;
		margin:0;
	}
	.giamgia_template .product-inner .image{
		max-width: 100%;
		margin-right: 0;
	}
	.update_cart_custom .wc-backward {
    	text-align: center;
	}
    .woocommerce ul.order_details li{
        width: 100%;
        border-right:none!important;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }
    .list_item_sanpham{
        width:  100%;
    }
    .sanpham .row-full-width .col .icon-box-text h3 {
        font-size: 18px;
    }
    .sanpham .row-full-width .col {
        width: 100%;
    }
}
@media(max-width: 420px){
	.list_action{
		clear: both;
		margin-top: 50px;
	}
	.list_action button {
    	 margin-left: 0px!important; 
	}
	.r_cart_item a {
	    color: #222;
	    padding-right: 10px;
	}
    .list_sanpham_item{
        width: 100%;
    }
    .list_sanpham_item img,.list_item_sanpham img{
        width: 100%;
    }
    .list_post_category .content_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .list_post_category .thumbnail {
        max-width: none !important;
        margin-bottom: 15px;
    }
    .r_layout .list_post_category .post_wrapper .thumbnail {
        margin-right: 0;
    }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:800px; -ms-interpolation-mode:bicubic;height: auto !important;}
.cboxIframe{max-width: 100%;max-height: 100%px;display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background: url(images/controls.png) no-repeat 0px 0px;}
    #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position: absolute;
            position: relative;
            color: #7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/***/