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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face{
  font-family: "PlusJakartaSans-Bold";
  src:url(font/PlusJakartaSans-Bold.ttf);
}
@font-face{
  font-family: "PlusJakartaSans-Regular";
  src:url(font/PlusJakartaSans-Regular.ttf);
} */
body{
}
h1,h2,h3,h4{
}
* {
    scroll-behavior: smooth !important;
}
p{
}
.img{
	overflow: hidden;
}
.rt_new_pro_right {
	position: unset !important;
}
.html_topbar_right{
	margin-right: 25px;
}
.html_topbar_right ul li,
.html1{
	color: #fff;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
}
.html_topbar_right ul li a{
	color: #fff;
}
.html_topbar_right ul li svg,
.html1 svg{
	margin-right: 5px;
	font-size: 11px;
}
.html_topbar_right ul{
	list-style: none;
	display: flex;
}
.html_topbar_right ul li{
	margin:  0 15px;
}
.rt_new_pro_right > .col-inner{
	position: unset !important;
}
.rt_new_pro_right .col-inner .heading{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.new{
	position: absolute;
    top: 10px;
    left: 10px;
	width: 50px;
}
.new img{
	height: 100% !important;
}
.home #logo img.header_logo{
	display: block;
}
.home .bre_rt,
.home #logo img.header-logo-dark{
	display: none !important;
}
#logo img.header_logo{
	display: none;
}
#logo img.header-logo-dark{
	display: block !important;
}
.banner_cate{
	position: relative;
}
.banner_cate .page-br{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    width: 1300px;
    text-align: center;
}
.banner_cate .page-br .heading_td{
	font-size: 56px;
    line-height: 84px;
    margin-bottom: 15px;
    text-align: center;
	color: #fff;
	text-transform: capitalize;
}
.bre_rt{
	padding: 0 15px;
}
.banner_cate .page-br .rt-breadcrumbs{
	margin-bottom: 0;
}
.banner_cate .page-br .rt-breadcrumbs span a,
.banner_cate .page-br .rt-breadcrumbs span{
	line-height: 26px;
	padding: 0 5px;
}
.banner_cate .page-br .rt-breadcrumbs > span{
	margin: 0;
    justify-content: center;
    display: inline-flex;
    background-color: #fff;
    height: 52px;
    align-items: center;
    padding: 0 20px;
}
.banner_cate .page-br .rt-breadcrumbs span.breadcrumb_last{
	color: #0a714c;
}
.home .rt-breadcrumbs{
	display: none;
}
.rt-breadcrumbs{
	background: url(img/Frame206.png) center no-repeat;
    display: flex;
    width: 100%;
    margin: 0;
    height: 500px;
    align-items: flex-end;
	position: relative;
	padding-bottom: 50px;
}
.rt-breadcrumbs::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000003a;
	z-index: 1;
}
.rt-breadcrumbs .box__header{
	z-index: 2;
    position: relative;
}
.rt-breadcrumbs .box__header .title-pr{
	font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
	color: #fff;
	margin-bottom: 0;
}
.rt-breadcrumbs span,
.rt-breadcrumbs a{
	color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
#content{
	background: #fff;
}
.header-main .header-nav-main{
	justify-content: center;
}
.header-main .nav > li.header-search > a{
    border-radius: 9999px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-nav-main.nav>li{
	margin: 0 22px;
}
.header-nav-main.nav>li a{
	font-size: 16px;
}
.header-nav-main.nav>li.search-form{
	width: 150px !important;
    margin-right: 0;
}
.header-nav-main li.header-search{
	margin-right: 0;
}
.header-nav-main li.header-search a i{
	font-size: 19px;
}
ul.product_list_widget li a.remove{
	line-height: 15px!important;
}
.stuck .header-main .nav > li > a{
	line-height: 18px !important;
}
#mega_menu{
	top: 0;
    z-index: 99;
    width: 300px;
    left: auto;
    right: -100%;
    height: 100vh;
    /* overflow-y: auto; */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#mega_menu.is-visible{
	display: block;
	right: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.is-visible::before{
	content: "";
	position: absolute;
	width: 500%;
	height: 100%;
	top: 0;
	left: -500%;
	z-index: 9;
	background-color: #0000003c;
}
.box-r .star-rating{
	margin: 0 auto;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: 0;
}
/*form_dk*/
.rt_form_dk  .small-12{
	padding-bottom: 15px;
}
.form_dk > div:nth-child(1){
	width: 50%;
	float: left;
	text-align: center;
	color: #f6f6f6;
	font-size: 14px;
}
.form_dk > div form{
	overflow: hidden;
	margin-bottom: 0;
}
.form_dk > div:nth-child(1) p{
	margin-bottom: 0 !important;
}
.form_dk > div:nth-child(1) h2{
 	font-size: 25px;
 	margin-bottom: 5px;
 	color: #f6f6f6;
 	font-weight: 400;
}
.form_dk > div:nth-child(2){
	width: 50%;
	float: right;
	position: relative;
	margin: 7px 0;
}
.form_dk > div:nth-child(2) input{
	width: 100%;
	height: 44px;
	margin:0;
}
.form_dk > div:nth-child(2) .wpcf7-submit{
	position: absolute;
	top: -10px;
	right: 0;
	width: 44px;
	height: 44px;
	text-transform: initial;
	background: #f39303;
	padding: 0;
}
.wpcf7-mail-sent-ok{
	color: #fff;
}
.footer-1 p{
	margin-bottom: 0 !important;
	line-height: 30px;
}
.footer-1 p i{
	color: #f39303;
}
.footer-1 .menu li{
	border-top: 1px solid #5c3d4a;
}
.footer-1 .menu li a{
	line-height: 40px !important;
	padding-left: 18px !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #fff !important;
	font-size: 14px;
	background: url(img/li.png) 0px 13px no-repeat;
}
.footer-2 .widget-title{
	color: #636363;
	margin-bottom: 20px !important;
	display: block;
}
.footer ul.menu > li:nth-child(1){
	border:none !important;
}
.footer .custom-html-widget{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.footer p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.absolute-footer{
	display: none !important;
}
.footer-2 .is-divider{
	display: none !important;
}
.rt_icon_hd{
	overflow: hidden;
}
.rt_icon_hd1{
	margin-right: 25px;
}
.rt_icon_hd1 img{
	padding: 6px 0;
}
.rt_icon_hd2{
	margin-right: 25px;
}
.rt_icon_hd2 img{
	padding-top: 9px;
}
.rt_icon_hd3 img{
	padding: 8px 0;
}
.rt_icon_hd > img{
	float: left;
	margin-right: 7px;
}
.rt_icon_hd > div{
	float: right;
	font-size: 14px;
	line-height: 21px;
	color: #33496d;
}
#wide-nav > .flex-row > .flex-left{
	width: 100% !important;
	margin-right: 0 !important;
}
.search-form{
	width: 100% !important;
}
.clear {
	clear: both;
}
.image-tools.top.right {
	z-index: 9;
}
.badge-container {
	display: none;
}
.product-title a {
	font-size: 15px;
	color: #333;
}
.block-product-col {
	margin: 0 -10px;
	clear: both;
}
.block-product-col .col-4 {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.block-product-col .col-4:nth-child(4n+1) {
	clear: both;
}
.block-product-col .col-3 {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.block-product-col .col-3:nth-child(3n+1) {
	clear: both;
}
.block-product-1 .col-inner {
	background-color: #ffffff;
	padding: 0;
	border-radius: 0px;
	border: 1px solid #ebebeb;
}
/*** loop price **/
.block-product-1{
	margin: 0 -8px;
}
.block-product-1 .col-3{
	padding: 0 8px;
	margin-bottom: 15px;
}
.block-product-1 .spd1_box_left{
	width: 460px;
	overflow: hidden;
	float: left;
	clear: none;
}
.block-product-1  .box-image{
	width: 100%;
	height: 154px;
}
.block-product-1 .box-image img{
	width: 100%;
	height: 154px;
	object-fit: cover;
}
.block-product-1 del{
	display: none !important;
}
.block-product-1 ins{
	width: 100% !important;
}
.block-product-1 .price{
	text-align: center !important;
}
.block-product-1 .box-text span.amount{
	font-size: 16px !important;
	font-weight: 600 !important;
}
.block-product-1 .spd1_box_left > div{
	width: 100% !important;
	margin-top: 0;
}
.block-product-1 .spd1_box_left .box-text{
	padding: 15px 20px 20px 20px;
}
.block-product-1 .spd1_box_left .box-text .product-title a{
	font-size: 21px;
	color: #33496d;
	line-height: 25px;
	display: block;
	height: 25px;
	overflow: hidden;
	margin-bottom: 6px;
}
.block-product-1 .spd1_box_right{
	width: calc(100% - 460px);
	float: right;
	clear: none;
}
.block-product-1 .spd1_box_right .box-text{
	padding:10px;
}
.block-product-1 .spd1_box_right .box-text .product-title a{
	display: block;
	font-size: 15px;
	color: #33496d;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
}
.block-product-1 .spd1_box_right .box-text span.amount{
	font-size: 15px;
}
.block-product-1 .spd1_box_right > div{
	margin-top: 0;
}
.block-product-1 .spd1_box_right .box-image{
	height: 170px;
	width: 100%;
}
.block-product-1 .spd1_box_right .box-image img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.block-product-1 .box-text {
	padding:5px 10px 20px 10px !important;
	background: url(img/star.png) 52px 55px no-repeat;
}
.block-product-1 .box-text a{
	display: block;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #333333;
	text-align: center;
}
.box-text .price-wrapper {
	margin: 0 0 6px 0;
	line-height: 22px;
	height: unset;
	overflow: hidden;
}
.box-text del, 
.box-text ins {
	width: 50%;
}
.box-text  del span.amount {
  	color: #333;
  	font-size: 16px;
  	font-weight: 400;
}
.box-text  span.amount {
  	color: #ee1f1f;
  	font-size: 18px;
	font-weight: 700;
}
.block-product-1 .box-text .star-rating {
	display: block;
	width: 100%;
	margin:0 0 10px 0;
	padding:0;
	font-size: 11px;
}
.star-rating span:before{
    color: #f39402 !important;
}
/*** product single price **/
.product-info .price-wrapper span.amount, .product-info .price-wrapper ins .amount {
	font-size: 36px;
	color: #f54444;
}
.product-info .price-wrapper del, .product-info .price-wrapper ins {
	display: block;
	margin-bottom: 10px;
}
.product-info .price-wrapper del {
	color: #a8a8a8;
	font-size: 15px;
}
.product-info .price-wrapper del .amount {
	font-size: 15px;
	color: #a8a8a8;
}
.block-product-col  a.view_product {
	position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-size: .8em;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: #dedede;
}
.block-product-col a.wc-forward {
	position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-size: .8em;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: #446084;
    color: #fff;
}

/***************** block product 2 ********************************/
.block-product-2 .col-inner {
	background: #ffffff;
	position: relative;
	border-radius: 4px;
}
.block-product-2 .col-inner .rt-description {
	position: absolute;
	top: 0;
	left: -245px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: left 1s; 
    -moz-transition: left 1s; 
}
.block-product-2 .col-inner:hover .rt-description {
	opacity: 1;
	left: 0;
}
.block-product-2 .col-inner .rt-description a {
	color: #fff;
}
.block-product-col .rt-description a.view_product {
	margin-top: 0;
	color: #000;
}
.block-product-2 .rt-description a.wc-forward {
	margin-top: 0;
	margin-right: 0;
}
.block-product-2 .box-image{
	height: 245px;
	width: 100%;
}
.block-product-2 .box-image img{
	width: 100%;
	height: 245px;
	object-fit: cover;
}
.block-product-2 .box-text{
	padding:10px 20px 20px 20px !important;
	overflow: hidden;
	text-align: center;
}
.block-product-2 .box-text .product-title a{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	display: block;
	height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
}
.block-product-2 .box-text > a{
	border-radius: 4px;
	font-size: 12px;
}
.star-rating{
	font-size: 13px !important;
	margin-top: 3px !important;
    margin-bottom: 6px !important;
}
.single-product .devvn_single_rating > span.devvn_sold,
.box-r .devvn_sold,
.box-r .woocommerce-review-link{
	display: none;
}
.block-product-2 .box-text span.amount{
	font-size: 16px;
}
.block-product-2-edit .block-product-2 > div{
	width: 50%;
}
.block-product-2-edit .block-product-2 .col-4:nth-child(2n+1){
	clear: both;
}
.block-product-2-edit .slider-wrapper{
	margin-top: 23px;
}
.block-product-2-edit .slider-wrapper .text-inner h2{
	font-size: 60px;
	margin-bottom: 30px;

}
.block-product-2-edit .slider-wrapper .text-inner p{
	font-size: 15px;
	line-height: 24px;
}
/***************** block product 3 ********************************/
.block-product-3{
	padding-bottom: 40px;
	overflow: hidden;
}
.block-product-3 .col-inner {
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
}
.block-product-3 .col-inner .box-text {
	padding-bottom: .4em;
}

.block-product-3 .price-wrapper {
	padding: 0;
	display: block;
}
.hinh_anh_va_gioi_thieu .image,
.hinh_anh_va_gioi_thieu .image img,
.block-product-3 .price-wrapper .star-rating{
	width: 100%;
}
.block-product-3 .price-wrapper .price, .block-product-3 .price-wrapper .rt_view_product {
	width: 100%;
	margin: 0 auto;
}
.block-product-3 .price-wrapper .price, .block-product-3 .price-wrapper .rt_view_product .view_product {
	margin-top: 0;
	margin-right: 0;
}
.block-product-3 .price-wrapper .price del, .block-product-3 .price-wrapper .price ins {
	display: block;
	width: 100%;
	margin: 2px 0;
}
.block-product-3 .title-wrapper {
	text-align: left;
}
.block-product-3 .title-wrapper p a{
	font-size: 18px;
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #2c4162;
}
.block-product-3 .col-4{
	width: 50%;
}
.block-product-3 .col-4:nth-child(2n+1){
	clear: both;
}
.block-product-3 .box-image{
	width: 240px;
	height: 200px;
	float: left;
}
.block-product-3 .box-image img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.block-product-3 .box-text{
	width: calc(100% - 240px);
	float: right;
	background: #fff;
	text-align: left;
	padding: 20px 15px;
}
.block-product-3 .box-text .rt-des p{
	font-size: 14px;
	line-height: 22px;
	display: block;
	height: 66px;
	overflow: hidden;
	color: #6e6e6e;
}
/*them*/
.heading a,.heading span{
	display: inline-block;
	background:#f0f0f0;
	color: #657f93;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	left: -1px;
	top: -1px;
	margin-bottom: -2px;
}
.grid-tools{
	display: none;
}
.grid-tools a{
	background: #f28f06 !important;
}
input[type='submit'], input[type='submit'].button, input[type='submit'], .primary{
	margin-top: 10px !important;
	margin-right: 0 !important;
	text-transform: initial;
	font-weight: 400;
}
.block-product-col a.wc-forward{
	text-transform: none !important;
}
.box_new > div{
	padding-bottom: 0;
}

/*
Hoang Cuong
*/
.box__colum__commitment {
	clear: both;
}
.box__colum__commitment h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.box__colum__commitment p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}
.box__colum__commitment .col  {
	padding-bottom: 0;
}
ul.ul-reset>li{
  margin-left: 0 !important;
}
/*
news-widget-sidebar-widget
*/
.news-widget-sidebar-widget {
  background: #f4f4f4;
  padding: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar  {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar h4 {
    margin: 10px 0 5px 0;
}
.news-widget-sidebar-widget .news-item-sidebar h4 a {
    color: #073f77;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 22px;
}
.news-widget-sidebar-widget .news-item-sidebar .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb {
  float: left;
  width: 100px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a {
  display: block;
  line-height: 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a img {
  width: 100%;
  height: 75px;
    object-fit: cover;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider {
  float: right;
  width: calc(100% - 110px);
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 {
  margin: 0 0 3px 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 a {
    color: #073f77;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
}
/*
block 2
*/
.blog_post img{
	width: 100%;
}
.box_first_posts {
  clear: both;
  overflow: hidden;
}
.box_first_posts .news-item-posts {
  float: left;
  width: 48%;
}
.box_first_posts .news-item-posts:nth-child(2n) {
  float: right;
}
.box__second_posts {
  overflow: hidden;
  clear: both;
}
.box__second_posts .news-item-sidebar-clear {
  float: left;
  width: 48%;
}
.box__second_posts .news-item-sidebar-clear:nth-child(2n) {
  float: right;
}
.box__second_posts .news-item-sidebar-clear  .news-thumb {
  float: left;
  width: 105px;
}
.box__second_posts .news-item-sidebar-clear .box__slider {
  float: right;
  width: calc(100% - 115px);
}
.news-style-2 .box_first_posts .boxx__innner{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box_first_posts .boxx__innner .box__slider{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4{
  margin-bottom: 0;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 2px #000;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date{
  color: #fff;
  font-size: 13px;
  line-height: 29px;
  text-shadow: 0 0 2px #000;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date i{
  padding-right: 5px;
  color: #f3c302;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear{
  padding-top: 11px;
  margin-top: 11px;
  border-top: 1px solid #e3e3e3;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb{
  width: 105px;
  height: 70px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(1),.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(2){
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb img{
  width: 100%;
  height: 70px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4{
  margin-bottom: 5px;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4 .news-title{
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-weight: 600;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date{
  font-size: 13px;
  color: #3a5c45;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date i{
  color: #3a5c45;
}
/*
block 3
*/
.news-style-3{
	margin: 0 -15px;
}
.news-style-3 .news-item-bottom{
  width: 33.33%;
  float: left;
  clear: none;
  padding: 0 15px;
}
.news-style-3 .news-item-bottom .boxx__innner{
  background: #f7f7f7;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb{
  width: 100%;
  position: relative;
  overflow:hidden;
  height: 260px;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border:2px solid #657f93;
	padding:8px 14px;
	text-align: center;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(1){
	margin-bottom: 0;
	font-size: 20px;
	color: #838383;
	line-height: 22px;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(2){
	margin-bottom: 0;
	font-size: 11px;
	color: #838383;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider{
  height: 260px;
  overflow-y: hidden;
  padding: 25px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4 .news-title{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 24px;
  display: block;
  max-height: 48px;
  overflow:hidden;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .box__description p{
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #838383;
  text-align: justify;
  max-height: 110px;
  overflow: hidden;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #657f93;
}
/*
block 4
*/
.news-block-widget-style-4  .news-thumb img{
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-4  .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-4{
  overflow:hidden;
}
.news-block-widget-style-4 .box__colum__left{
  width: 49%;
  float: left;
}
.news-block-widget-style-4 .box__colum__left .boxx__innner{
  position: relative;
  overflow-y: hidden;
}
.news-block-widget-style-4 .box__colum__left .news-thumb{
  width: 100%;
  height: 430px;
}
.news-block-widget-style-4 .box__colum__left .news-thumb img{
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__left .box__slider{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.57);
  padding: 15px 20px;
}
.news-block-widget-style-4 .box__colum__left .box__slider h4{
  margin-bottom: 0;
}
.news-block-widget-style-4 .box__colum__left .box__slider h4 a{
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.news-block-widget-style-4 .box__colum__right{
  width: 49%;
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear{
  margin-bottom: 17px;
  overflow-y: hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb{
  width: 130px;
  height: 95px;
  float: left;
  overflow: hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 145px);
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 0px;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  display: block;
  height: 24px;
  overflow:hidden;
} 
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .box__description p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8f8f8f;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .views__all a{
  font-size: 14px;
  color: #37a7a9;
  font-weight: 400;
  text-decoration: underline;
}
/*
block 5
*/
.news-widget-style-5{
  overflow:hidden;
}
.news-widget-style-5 .news-item-clear{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e9e8e8;
}
.news-widget-style-5 .news-item-clear:nth-child(1),.news-widget-style-5 .news-item-clear:nth-child(2),.news-widget-style-5 .news-item-clear:nth-child(3){
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.news-widget-style-5 .news-item-clear:nth-child(3n){
  float: right;
  margin-right: 0;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb{
  width: 120px;
  height: 80px;
  float: left;
  overflow-y: hidden;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 80px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 135px);
  float: right;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  color: #333333;
  line-height: 22px;
  display: block;
  height: 22px;
  overflow:hidden;
  font-weight: 700;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider .box__description p{
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  display: block;
  height: 44px;
  overflow: hidden;
}
/*
block 6
*/
.news-thumb{
  position: relative;
}
.news-block-widget-style-6{
  overflow:hidden;
}
.news-block-widget-style-6 .box__colum__left{
  width: 32%;
  float: left;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner{
  background: #f7f7f7;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb{
  width: 100%;
  height: 255px;
  overflow:hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date{
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: center;
  padding: 10px 5px 0px 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(1){
  font-size: 10px;
  text-transform: uppercase;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(2){
  font-size: 15px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(3){
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p{
  margin-bottom: 0;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text{
  background: #37a7a9;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text a{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height:30px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider{
  padding: 25px 20px;
  min-height: 255px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4{
  margin-bottom: 10px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .box__description p{
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #838383;
  height: 110px;
  overflow-y: hidden;
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #37a7a9;
}
.news-block-widget-style-6 .box__colum__right{
  width: 66%;
  float: right;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner{
  background: #f7f7f7;
  margin-bottom: 30px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb{
  width: 325px;
  height: 255px;
  float: left;
  overflow-y: hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider{
  width: calc(100% - 325px);
  float: right;
  padding: 20px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span{
  font-size: 14px;
  color: #919191;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span a{
  color: #37a7a9;
  border-right: 1px solid #919191;
  padding-right: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__description p{
  font-size: 14px;
  margin-bottom: 0;
  color: #838383;
  line-height: 25px;
  display: block;
  max-height: 75px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .views_all{
  font-size: 13px;
  line-height: 25px;
  color: #37a7a9;
  text-decoration: underline;
}
/*them*/
#mega-menu-wrap{
	width: auto;
	background: transparent;
}
#mega-menu-title{
	font-size: 0;
	padding-left: 10px;
}
#mega-menu-title i{
	margin-right: 0;
    font-size: 19px;
    color: #30373F;
}
.header-bottom #mega-menu-wrap .menu-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    padding-left: 30px;
}
.header-bottom #mega-menu-wrap .menu-item a:before {
    content: "";
    background: url(img/dashicons_arrow-right-alt2.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 12px;
}
.new_row_3 > .col{
	padding-bottom: 0;
}
.rt_slider .flickity-viewport{
	background: #fff !important;
}
.rt_slider .slider-nav-light .flickity-prev-next-button svg,.rt_slider .slider-nav-light .flickity-prev-next-button .arrow{
	fill:#f39303;
}
#footer .widget-title{
	color: #fff !important;
	font-weight: 400 !important;
	text-transform: unset;
    letter-spacing: 0;
    margin-bottom: 14px;
    display: block;
    font-size: 18px;
    line-height: 26px;
}
#footer .is-divider{
	background-color:#fca91e;
	display: none;
}
hr{
	border:0.5px solid #5c3d4a !important;
	opacity: 1 !important;
}
.rt_form{
	position: relative;
	margin-top: 10px;
}
.rt_form input{
	width: 100%;
	height: 35px;
	border-radius: 4px;
	margin-bottom: 0;
}
.rt_form .wpcf7-submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 35px;
	padding: 0;
	border-radius: 0;
	margin-top: 0 !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #5c3d4a !important;
}
.footer-2 p{
	color: #fca91e;
	margin-bottom: 0;
}
.footer-2 ul.menu{
	float: right;
}
.footer-2 ul.menu li{
	float: left;
	border:none;
}
.footer-2 ul.menu li a{
	color: #fca91e;
	padding: 0 10px;
	border-left: 1px solid #fca91e;
}
.footer-2 ul.menu li:nth-child(1) a{
	border:none;
}
.footer-2 ul.menu li ul{
	display: none;
}
.single-product .box-text{
	background: #fff;
}
.single-product .box-text .product-title{
	text-align: center;
}
.single-product .box-text .price{
	text-align: center;
}
a.devvn_buy_now_style{
	background: #fe9960 !important;
	text-transform: unset;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000)) !important;
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d) !important;
    background: -moz-linear-gradient(top,#f59000,#fd6e1d) !important;
    background: -ms-linear-gradient(top,#f59000,#fd6e1d) !important;
    background: -o-linear-gradient(top,#f59000,#fd6e1d) !important;
	margin-bottom: 0;
    margin-top: 20px;
}
.quantity+.button,.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
	background: #667b87 !important;
}
.single-product .rt_msp{
	font-style: italic;
    color: #000;
    margin: 0 0 15px;
    font-size: 16px;
}
.single-product .price2{
	margin-bottom: 5px;
}
.single-product .salep{
	font-size: 14px;
	color: #ef0c0c;
}
.single-product ins{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 400 !important;
}
.price2 ins{
	padding-right: 30px;
}
.single-product ins span{
	font-weight: 700 !important;
}
.single-product .cart{
	clear: both;
	padding-top: 0;
}
.single-product .widget_custom_html{
    border: 1px solid #e3e3e3;
    border-radius: 16px;
}
.single-product .wpcf7 form .form-cafe{
	margin: 0;
}
.single-product .shop-sidebar .wpcf7 form .form-cafe > .col{
	padding-bottom: 10px;
	flex-basis: 100%;
    max-width: 100%;
}
.single-product .wpcf7 form .form-cafe input{
	border: 1px solid #d8e0e8;
    box-shadow: 0 0;
    border-radius: 6px;
	margin-bottom: 3px;
}
.single-product .wpcf7 form .form-cafe input[type="file"]{
	border: none;
}
.single-product .wpcf7 form .form-cafe input.wpcf7-submit{
	display: block;
    width: 100%;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 !important;
}
.product_meta>span.sku_wrapper{
	display: none;
}
#main{
	background: #fff;
}
.product-summary .percent{
	display: contents !important;
}
.price2 > span{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 700;
}

/* social */
.rt-social {
    margin: 0px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    clear: both;
}
.rt-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.rt-link:hover,.rt-link:active {
    color: white;
}
.rt-twitter {
    background: #00aced;
}
.rt-twitter:hover,.rt-twitter:active {
    background: #0084b4;
}
 
.rt-facebook {
    background: #3B5997;
}
 
.rt-facebook:hover,.rt-facebook:active {
    background: #2d4372;
}
 
.rt-googleplus {
    background: #D64937;
}
.rt-googleplus:hover,.rt-googleplus:active {
    background: #b53525;
}
.rt-pinterest {
    background: #bd081c;
}
 
.rt-pinterest:hover,.rt-pinterest:active {
    background: #bd081c;
}

.post-social-wrap ul li {
    float: left;
    margin-right: 10px;
}
.post-social-wrap ul li.print {
    background: #bd081c;
    padding: 0 5px;
    border-radius: 5px;
}
.post-social-wrap ul li.print a {
    color: #fff;
}
/* shortcode social */
.social-bar a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #314b7e;
  color: #fff;
}
.social-bar a.facebook {
  background: #314b7e;
}
.social-bar a.twitter {
  background: #339dc4;
}
.social-bar a.skype {
  background: #214bc1;
}
.social-bar a.youtube {
  background: #e52c27;
}
.social-bar a.prin {
  background: #b31217;
}
.row_img_new > .col{
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-nav > li .nav-dropdown{
	border: none;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
  	box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	border-radius: 5px;
}
.header-nav > li .nav-dropdown > .row{
	padding: 20px;
}
.header-nav > li .nav-dropdown .block_title{
	margin-bottom: 10px;
}
.header-nav > li .nav-dropdown .block_title h2{
	color: #0a714c;
}
.header-nav > li .nav-dropdown .ux-menu .ux-menu-link:nth-child(1) a{
	font-size: 1em;
	color: #0a714c;
	font-weight: 700;
	border: none;
}
.header-nav > li .nav-dropdown .ux-menu .ux-menu-link a{
	color: #333;
	font-size: 15px;
}
/* .header-nav > li.thuc_pham .nav-dropdown{
	min-width: 1170px;
	left: 15px;
} */
.header-nav > li .nav-dropdown > li{
	display: block;
	width: 100%;
	position: relative;
}
.header-nav > li .nav-dropdown li{
	white-space: unset !important;
}
.header-nav > li .nav-dropdown > li a{
    font-size: 15px;
    font-weight: 400;
    text-transform: unset;
    border-bottom: none;
    border-top:1px solid #fff;
    margin: 0 !important;
    padding-left: 10px;
    padding: 10px;
	background-color: #fff;
}
.header-nav > li .nav-dropdown > li a:hover{
	text-decoration: none;
	color: #0a714c;
}
.header-nav > li .nav-dropdown li ul{
	position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border:0;
    opacity: 0;
}
.header-nav > li .nav-dropdown li:hover > ul{
	opacity: 1;
	z-index: 9999;
}
.header-nav > li .nav-dropdown li ul li{
	margin-top: 0 !important;
	position: relative;
}
.nav-dropdown-default {
    padding: 0;
    top: 79px;
    border: 0;
    left: 0 !important;
}
.header-bottom .header-nav > li{
	margin: 0 !important;
}
.header-bottom .header-nav > li:before{
	display: none;
}
.header-bottom .header-nav > li:after{
	top: 27px;
}
.header-bottom .header-nav > li > a{
	display: block;
	font-style: normal;
	font-size: 15px;
	line-height: 63px !important;
	padding: 0 9px;
	letter-spacing: 0.3px;
}
/* .header-bottom .header-nav > li.active > a{
	background: #F26F36;
} */
.header-bottom .header-nav > li.menu-item-home > a > i{
	vertical-align: sub;
    margin-right: 6px;
}
.header-bottom .header-nav > li > a > img{
	position: relative;
	top: -2px;
}
#masthead .cart-item{
	margin-right: 0px;
	margin-left: 0px;
}
#masthead .cart-item a{
	margin: 0 !important;
	color: #fff;
	background-color: #F26F36 !important;
	box-shadow: unset !important;
	background: transparent;
	width: 44px;
    height: 44px;
	display: flex;
    align-items: center;
    justify-content: center;
}
#masthead .cart-item a:hover{
	box-shadow: unset !important;
}
#masthead .cart-item a i{
	float: left;
    margin: 0;
    position: relative;
    top: 0px;
    margin-left: 0px;
	font-size: 19px;
}
#masthead .cart-item a i::before{
	content: "";
	background: url(img/clarity_shopping-bag-solid.png) no-repeat;
	width: 27px;
    height: 27px;
    display: inline-block;
}
.chan_trang .col{
	display: flex;
	align-items: center;
}
.chan_trang p{
	margin-bottom: 0;
	font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.chan_trang a.button{
	margin: 0 !important;
	font-size: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, #FF6624, #FF6624), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.chan_trang_1{
	padding-top: 50px !important;
}
.chan_trang_1 .top_footer{
	position: relative;
}
.text_chantrang svg{
	width: 20px;
	color: #fff;
	font-size: 14px;
}
.chan_trang_1 .social-icons{
	margin-top: 10px;
	display: flex;
	gap: 10px;
}
.chan_trang_1 .social-icons a{
	width: 40px;
    height: 40px;
    background-size: contain;
	margin: 0;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
.chan_trang_1 .top_footer > .col{
	padding-bottom: 0;
}
.chan_trang_1 form{
	margin-bottom: 0;
}
.chan_trang_1 .row .large-3{
	padding-bottom: 0 !important;
}
.chan_trang_1 .row .div2{
	flex-basis: 49%;
    max-width: 49%;
}
.chan_trang_1 .row .div4{
	padding-left: 0;
	flex-basis: 26%;
    max-width: 26%;
}
.chan_trang_1 p.text_cty{
	margin-bottom: 10px;
}
.chan_trang_1 p{
	font-weight: 400;
	font-size: 14px;
    line-height: 23px;
	color: #fff;
	margin-bottom: 14px;
}
.chan_trang_1 p:last-child{
	margin-bottom: 0;
}
.chan_trang_1 iframe{
	border-radius: 10px;
}
.chan_trang_1 .wpcf7 .wpcf7-email{
	height: 50px;
	box-shadow: none;
	border: 1px solid #EBEBEB;
	color: #222;
	padding: 0 70px 0 20px;
	margin-bottom: 0;
	font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
	background: #fff;
	border-radius: 25px;
	font-style: italic;
}
.chan_trang_1 .wpcf7 .wpcf7-submit{
	position: absolute;
	top: 5px;
    right: 9px;
	margin: 0 !important;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(180deg, #95BF44 0%, #6E8D32 100%);
	padding: 9px 18px 8px;
	border-radius: 25px;
	border: none;
}
.chan_trang_1 p i{
	width: 20px;
	text-align: center;
}
.chan_trang_1 h3{
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 10px;
}
.chan_trang_1 .menu > li{
	border: none !important;
	margin-bottom: 18px;
}
.chan_trang_1 .menu > li:last-child{
	margin-bottom: 0;
}
.chan_trang_1 .menu > li > a{
	display: block;
    padding: 0;
    font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
    margin-bottom: 0px;
	color: #fff;
	position: relative;
}
.chan_trang_1 .widgettitle{
	display: block;
	font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
	color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
}
.chan_trang_1 .widgettitle::after{
	content: "";
	width: 57px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.chan_trang_1 .row_copyright .sidebar-wrapper{
	border-top: 1px solid #FFFFFF33;
}
.chan_trang_1 .row_copyright .widget {
	padding-left: 0;
	margin-bottom: 0;
}
.chan_trang_1 .row_copyright .widget ul{
	display: flex;
    gap: 40px;
    justify-content: center;
	padding-top: 15px;
}
.chan_trang_1 .row_copyright .widget ul > li{
	margin-bottom: 0;
	position: relative;
}
.chan_trang_1 .row_copyright .widget ul > li::after{
	content: "";
	position: absolute;
	right: -20px;
    top: 5px;
    background-color: #fff;
    width: 1px;
    height: 15px;
}
.chan_trang_1 .row_copyright .widget ul > li:last-child::after{
	display: none;
}
.time_ft{
	margin-bottom: 10px;
}
.time_ft p svg{
	color: #238525;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}
.chan_trang_1 #custom_html-18 p{
	margin-bottom: 20px;
}
.chan_trang_1 #custom_html-18 form p{
	margin-bottom: 0;
}
.fb-like-box iframe{
	border-radius: 8px;
    border: 1px solid #DDDDDD;
}
.chantrang_02 .row-collapse > .col{
	display: flex;
	align-items: center;
}
.chantrang_02 .sidebar-wrapper .widget {
	padding: 0;
	margin-bottom: 0;
}
.chantrang_02 .sidebar-wrapper .widget p{
	margin-bottom: 0;
	color: #fff;
    font-size: 14px;
	line-height: 22px;
}
.wpcf7-spinner{
	display: none;
}
.section-title{
	border: none !important;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
}
.news-style-31{
	margin: 0 -15px;
}
.news-style-31 .news-item-bottom{
	width: 33.3%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}
.news-style-31 .news-item-bottom .boxx__innner{
	background: #ffffff;
}
.news-style-31 .news-item-bottom .boxx__innner .news-thumb{
	width: 100%;
	height: 120px;
}
.news-style-31 .news-item-bottom .boxx__innner .news-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider h4{
	margin-bottom: 4px;
}
.news-style-31 .news-item-bottom .time{
	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #444444;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .news-title{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .news-title:hover{
	color: #1b8f5d;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .date{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	color: #787878;
}
.news-style-31 .news-item-bottom .boxx__innner .box__slider .box__description p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.news-style-31 .slick-list{
	padding: 10px 0 !important;
}
.news-style-31 .slick-prev{
	position: absolute;
	top: 40%;
	left: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-31 .slick-next{
	position: absolute;
	top: 40%;
	right: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-22 .news-item-bottom{
	width: 25%;
	float: left;
	padding: 0 20px;
	margin-bottom: 40px;
}
.news-style-22 .news-item-bottom .news-thumb{
	position: relative;
	width: 100%;
	height: 245px;
	border-radius: 50%;
	overflow: hidden;
}
.news-style-22 .news-item-bottom .news-thumb img{
	width: 100%;
	height: 245px;
	object-fit: cover;
	border-radius: 50%;
}
.news-style-22 .slick-prev{
	position: absolute;
	top: 40%;
	left: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-22 .slick-next{
	position: absolute;
	top: 40%;
	right: -5px;
	z-index: 9;
	cursor: pointer;
	color: #00592d;
}
.news-style-22 .news-item-bottom  .box__slider{
	position: absolute;
	bottom: 48px;
	left: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
	background: rgb(0 0 0 / 47%);
	padding: 5px 0;
}
.news-style-22 .news-item-bottom  .box__slider h4{
	margin-bottom: 0;
	position: relative;
}
.news-style-22 .news-item-bottom  .box__slider h4:before{
	background: url(img/son.png) no-repeat;
	width: 37px;
	height: 37px;
	position: absolute;
	top: -25px;
    left: 15px;
	z-index: 9;
	content: "";
}
.news-style-22 .news-item-bottom  .box__slider h4 a{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.news-style-41 .news-item-bottom .boxx__innner{
	background: #fff;
	border-radius: 6px;
	padding: 25px;
}
.news-style-41 .news-item-bottom .boxx__innner .news-thumb{
	width: 100%;
    height: 212px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.news-style-41 .news-item-bottom .boxx__innner .news-thumb img{
	width: 100%;
	height: 212px;
	object-fit: cover;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider{
	text-align: center;
	margin-top: 15px;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider h4{
	margin-bottom: 0px;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider h4 .news-title{
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #333333;
	height: 25px;
	overflow: hidden;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider .box__description p{
	margin-bottom: 0;
	display: block;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #6d6d6d;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider .view{
	display: inline-block;
	line-height: 33px;
	padding: 0 19px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	border: 1px solid #0a714c;
	margin-top: 10px;
	font-weight: bold;
	background: #0a714c;
	border-radius: 20px;
}
.news-style-41 .news-item-bottom .boxx__innner .box__slider .view:hover{
	background-color: #fff;
	color: #0a714c;
}
.news-style-41 .news-item-bottom .boxx__innner:hover .news-title{
	color: #0a714c !important;
}
.hop_tools{
	background: #FF6624;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 25px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}
.product-small .box .box-image{
	width: 100%;
	height: 222px;
	border-radius: 8px;
	overflow: visible;
}
.product-small .box .box-image .image-none a,
.product-small .box .box-image .image-none{
	height: 100%;
}
.product-small .box .box-image img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.product-small .box .box-image .percent{
	position: absolute;
    top: 15px;
    left: -3px;
    width: 83px;
    height: 30px;
    background: url(img/Group630928.png) no-repeat;
    font-size: 0;
}
/*.product-small .box .box-image .cart-icon strong,.product-small .box .box-image .cart-icon strong:after{
	border-color: yellow !important;
	color: yellow !important;
}*/
.product-small .box .box-text{
	padding: 10px 0px 14px !important;
	text-align: center;
	display: inline-block;
}
.product-small .box .box-text .cat_name{
	font-size: 16px;
    line-height: 24px;
    color: #464646;
}
.product-small .box .box-text .title-wrapper{
	padding-right: 0;
}
.product-small .box .box-text .product-title a{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	overflow: hidden;
	color: #333333;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.price_pro{
	text-align: center;
	margin: 0;
}
.box-text del{
	color: #969696;
    font-size: 15px;
    line-height: 23px;
}
.product-small .box .box-text .product-title{
	padding-bottom: 2px;
	text-align: center;
	margin: 0;
}
.product-small .title_bottom{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.product-small .title_bottom span{
	font-size: 16px;
	line-height: 28px;
	color: #3F454B;
}
.product-small .title_bottom span:last-child{
	float: right;
}
.shop-container .woocommerce-ordering select{
	padding: 11px 18px;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    color: #1d1d1d;
    border: 1px solid #a69f97;
    border-radius: 25px;
    font-style: italic;
    height: 50px;
}
.shop-container .products{
	padding-top: 20px;
}
.product-small .title_bottom p{
	display: inherit;
}
.product-small .box .box-text .product-title a:hover{
	color: #007042;
}
.shop-container .product-small .box .box-image{
	height: 180px;
}
.category-page-title h2.page-title{
	text-transform: uppercase;
	font-size: 35px;
    font-weight: 600;
	color: #000;
	margin-bottom: 0;
}
.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .box-shadow-1-hover:hover{
	box-shadow: unset !important;
}
.price_pro{
	overflow: hidden;
	margin: 0 !important;
}
.price_pro > span{
	text-align: center;
    color: #424242;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.price_pro ins span{
	color: #424242;
	font-weight: 600;
	margin: 0 5px;
}
.price_pro del span{
	font-size: 16px;
	line-height: 25px;
	margin: 0 5px;
}
.box-text .label-text-slogan{
    background: #00834426;
    border-radius: 6px;
    padding: 7px 12px 6px;
	font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #333;
	margin-top: 11px;
}
.product-small .box-text a.btn-shopnow {
	margin-top: 19px;
	border-radius: 18px;
	background: linear-gradient(180deg, #95BF44 0%, #6E8D32 100%);
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 26px 8px;
}
.dat_hang{
	overflow: hidden;
}
.dat_hang a{
	display: inline-block;
	width: 48%;
	background: #0a714c !important;
	line-height: 33px !important;
	min-height: 33px !important;
	height: 33px !important;
	padding: 0 !important;
	margin: 10px 0 15px 0 !important;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	border: none !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
}

.dat_hang a:hover{
	background: #fff !important;
	color: #0a714c;
	border: 1px solid #333!important;
}
.tab_project .tab{
	padding-bottom: 90px;
}
.tab_project .tab button{
	display: block;
	width: 20%;
	float: left;
	margin: 0 !important;
	border: 1px solid #e2e2e2;
	background: #fff;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444444;
	text-align: center;
	padding: 15px;
}
.tab_project .tab button.active{
	background: #0a714c;
	color: #ebc387;
	position: relative;
}
.tab_project .tab button.active:after{
	position: absolute;
	content: "";
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0a714c;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tab_project .tab button:nth-child(1){
	border-radius: 10px 0 0 10px;
}
.tab_project .tab button:last-child{
	border-radius: 0 10px 10px 0px;
}

.tab_project .box_bs{
	background: #0a714c;
	border-radius: 10px;
	overflow: hidden;
}
.tab_project .box_bs .img{
	width: 57%;
	float: left;
}
.tab_project .box_bs .img img{
	width: 100%;
	height: 470px;
	object-fit: cover;
}
.tab_project .box_bs .img .slick-prev{
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 9;
	width: 37px;
	height: 41px;
	background: #999999;
	cursor: pointer;
	color: #fff;
	line-height: 41px;
	text-align: center;
	border-radius: 0 6px 6px 0;
}
.tab_project .box_bs .img .slick-next{
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 9;
	width: 37px;
	height: 41px;
	background: #999999;
	cursor: pointer;
	color: #fff;
	line-height: 41px;
	text-align: center;
	border-radius: 6px 0 0 6px;
}
.tab_project .box_bs .cnt{
	width: 43%;
	float: right;
	padding: 50px 20px 0 20px;
}
.tab_project .box_bs .cnt h3{
	display: block;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.tab_project .box_bs .cnt h3:after{
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	background: #ebc387;
	bottom: -5px;
	left: 0;
	z-index: 9;
}
.tab_project .box_bs .cnt .description p{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 15px;
}
.tab_project .box_bs .cnt .view{
	display: inline-block;
	border: 1px solid #e2e2e2;
	line-height: 38px;
	background: #ffffff;
	font-size: 15px;
	font-weight: bold;
	color: #0a714c;
	padding: 0 19px;
	margin-top: 5px;
}
.single-project-post .related-post{
	display: none;
}
.sb_update .related-post .new-list-post .post-image{
	height: 240px;
}
.sb_update .related-post .new-list-post .post-image img{
	height: 240px;
}
.sb_block_update .sb_update > div.img-thumbnail{
	padding: 0;
}
.sb_block_update .sb_update > div.img-thumbnail img{
	width: 100%;
    object-fit: cover;
}
.sb_block_update .sb_update .pt-post-meta > ul{
	padding-top: 15px;
}
.sb_block_update .sb_update > div.pt-single-post-bottom-holder{
	padding: 0;
}
.sb_block_update .sb_update > div.comment{
	padding: 0;
	background-color: #fff;
}
.sb_block_update .sb_update > div.related-post{
	padding-top: 10px;
}
.sb_update .news-post-news{
	display: inline-block;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #DDDDDD;
}
.sb_update .alm-reveal:last-child .news-post-news:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sb_update .news-post-news .box__thumb__img{
	width: 620px;
    float: left;
}
.sb_update .news-post-news .box__thumb__img img{
	width: 100%;
}
.sb_update .news-post-news .box__news__inner{
	display: flex;
    align-items: center;
}
.sb_update .news-post-news .box__content{
	width: calc(100% - 620px);
    float: right;
    padding-left: 30px;
}
.sb_update .news-post-news .box__content .box__description{
	padding-bottom: 30px;
}
.sb_update .news-post-news .box__content h3{
	margin-bottom: 20px;
}
.sb_update .news-post-news .box__content h3 a{
	font-size: 38px;
    line-height: 46px;
    color: #3F454B;
}
.sb_update .news-post-news .box__content h3 a:hover{
	color: #0a714c;
}
.sb_update .news-post-news .box__content .box__description p{
	font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
	margin-bottom: 0;
}
.alm-btn-wrap .alm-load-more-btn.done{
	display: none;
}
.alm-btn-wrap .alm-load-more-btn{
	background: #0a714c !important;
	padding: 16px 140px !important;
	height: auto;
}
.alm-btn-wrap{
	text-align: left;
}
.sb_left aside form{
	margin-bottom: 0;
}
.sb_left aside form input{
	height: 54px;
    line-height: 54px;
    border: none;
    box-shadow: none;
}
.sb_left aside form button{
	line-height: 54px;
    height: 54px;
    width: 54px;
    border: none;
}
.pt-post-meta ul{
	list-style: none;
	display: flex;
}
.pt-post-meta ul li:first-child{
	padding-left: 0;
}
.pt-post-meta ul li:first-child::before{
	display: none;
}
.pt-post-meta ul li{
	margin-bottom: 0;
	padding: 0 15px;
	color: #000;
	position: relative;
}
.pt-single-post-social-share {
	display: flex;
}
.pt-single-post-social-share ul{
	list-style: none;
    display: flex;
	margin-left: 5px;
	margin-bottom: 0;
}
.pt-single-post-social-share ul li{
	margin: 0 5px;
}
.sidebar-inner .widget_product_categories{
	background: #F6F4F5;
	padding-bottom: 20px;
}
.sidebar-inner .yith-woocommerce-ajax-product-filter{
	padding-bottom: 20px;
	background: #F6F4F5;
}
.sidebar-inner .yith-woocommerce-ajax-product-filter .yith-wcan-list{
	padding: 0 5px;
}
.sidebar-inner .yith-woocommerce-ajax-product-filter ul li a::before{
	display: none;
}
.sidebar-inner .widget>ul>li li>a{
	padding: 0;
	color: #30373F;
}
.shop-sidebar .widget .widget-title,
.sidebar-inner .widget-title{
	display: block;
	border-radius: 6px 6px 0 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-transform: capitalize;	
	color: #222;
	margin-bottom: 10px;
}
.shop-sidebar .widget .widget-title,
.sidebar-inner .widget_products .widget-title{
	background-color: #0a714c;
    color: #fff;
    border-radius: 16px 16px 0 0;
    text-align: center;
    padding: 10px 0;
}
.widget_nav_menu.widget ul {
	padding-left: 0px;
}
.widget ul li:last-child{
	margin-bottom: 0;
}
.widget ul li a{
	display: block;
	color: #222;
	font-weight: 600;
}
.category-page-row .widget ul li.current-menu-item > a{
	color: #0a714c;
}
.widget ul.menu>li li>a{
	padding-left: 10px;
}
.category-page-title{
	width: 100%;
	padding-bottom: 10px;
    display: inline-block;
}
.category-page-row{
	padding-top: 30px;
}
.category-page-row .box_cat span{
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.06em;
	text-transform: capitalize;
	color: #0a714c;
}
.category-page-row .box_cat h2{
	font-size: 50px;
	line-height: 53px;
	text-transform: capitalize;
	color: #3F454B;
	margin-bottom: 0;
	margin-top: 6px;
}
.category-page-row .term-description p{
	font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #333;
	margin-bottom: 0;
}
.category-page-row .cat_column .title_cat{
	font-size: 32px;
    line-height: 40px;
}
.product-small:hover .product-title a,
.product-small:hover .title_bottom span:last-child,
.products .product-small.box:hover .product-short-description p{
	color: #fff;
}
.products .product-small.box:hover .title_bottom{
	border-color: #fff;
}
.devvn_localstore_wrap .localstore_searchbox{
	background: #1e966b;
}
.devvn_localstore_wrap select,
.dvls_flex h2{
	color: #fff;
	font-weight: 600;
}
.devvn_localstore_wrap select option{
	color: #222;
}
.lh_01 .form-cafe .form-group input{
	border-radius: 0;
	margin-bottom: 10px;
}
.lh_01 .form-cafe .button-dt{
	text-align: right;
}
.lh_01 .form-cafe .button-dt input{
	max-width: 200px;
    border-radius: 0;
    padding: 0px 15px;
}
.tv-post .box__content__rights {
	padding: 0;
}
.tv-post .news-post-news{
	width: 33.3%;
    float: left;
	padding: 0 15px 40px;
}
.tv-post .news-post-news .box__news__inner{
	background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.tv-post .news-post-news .box__news__inner .box__thumb__img{
	height: 300px;
	width: 100%;
}
.tv-post .news-post-news .box__news__inner .box__thumb__img img{
	width: 100%;
	height: 100%;
}
.tv-post .news-post-news .box__news__inner .box__content{
	padding: 14px 16px;
}
.tv-post .news-post-news .box__news__inner .box__content .box__description_duan p{
	line-height: 30px;
	font-size: 14px;
}
.tv-post .news-post-news .box__news__inner .box__content h3 {
	border-bottom: 1px solid #DDDDDD;
    padding-bottom: 11px;
}
.tv-post .news-post-news .box__news__inner .box__content h3 a{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
}
.tv-post .news-post-news .box__description,
.tv-post .news-post-news .btn_cat{
	display: none;
}
.tv-post .alm-btn-wrap{
	text-align: center;
}
.filter_cat{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	width: 100%;
	margin-bottom: 15px;
}
.filter_cat li{
	list-style: none;
}
.filter_cat .yith-woocommerce-ajax-product-filter .widgettitle{
	padding: 0;
    position: absolute;
    top: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #616161;
    left: 12px;
	margin-bottom: 0;
    z-index: 0;
    width: auto;
	display: none;
}
.filter_cat .yith-woocommerce-ajax-product-filter a.yit-wcan-select-open{
	margin: 0;
	height: 40px;
	font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #616161;
	display: grid;
	padding: 0 30px 0 10px
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a,
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a{
	line-height: 18px;
	visibility: visible;
	background-position-x: 0px;
	font-size: 13px;
	padding-left: 12px;
}
.filter_cat .widget li.chosen a:before{
	margin-right: 13px;
}
.filter_cat .yith-woocommerce-ajax-product-filter a.yit-wcan-select-open::after{
	content: "";
	display: inline-block;
	font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #616161;
    vertical-align: top;
}
.filter_cat #yith-woo-ajax-navigation-4 a.yit-wcan-select-open::after{
	content: "Xuất xứ";
}
.filter_cat #yith-woo-ajax-navigation-5 a.yit-wcan-select-open::after{
	content: "Kích thước";
}
.filter_cat #yith-woo-ajax-navigation-6 a.yit-wcan-select-open::after{
	content: "Bề mặt men";
}
.filter_cat #yith-woo-ajax-navigation-3 a.yit-wcan-select-open::after{
	content: "Khu vực";
}
.filter_cat #yith-woo-ajax-navigation-7 a.yit-wcan-select-open::after{
	content: "Vân gạch";
}
.filter_cat #yith-woo-ajax-navigation-8 a.yit-wcan-select-open::after{
	content: "Xương gạch";
}
.filter_cat .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper{
	margin: 0;
    border-top: none;
    padding: 0;
}
.filter_cat .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li a{
	padding-left: 0;
}
.filter_cat .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li a::before{
	display: none;
}
.filter_cat .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li{
	margin-bottom: 0;
	height: 32px;
}
.woocommerce-page .filter_cat .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen,
.filter_cat .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover{
	box-shadow: none;
	border-bottom: none;
	border-top: none;
}
.woocommerce-ordering select{
	height: 40px;
	line-height: 40px;
	margin-top: 0;
	font-size: 14px;
}
.widget_product_categories .product-categories{
	padding: 0 15px;
}
.sidebar-inner .product-categories > li + li{
	border-top: none;
}
.sidebar-inner .product-categories > li + li button.toggle{
	margin-bottom: 2px;
}
.widget_product_categories>ul>li.has-child,
.widget_product_categories>ul>li{
	display: inherit;
}
.widget_product_categories>ul>li ul{
	border-left: none;
	margin: 0;
	padding-left: 25px;
}
.widget_product_categories>ul>li ul li{
	line-height: 28px;
}
.sidebar-inner .product-categories > li.current-cat > a{
	color: #0a714c;
}
.sidebar-inner .product-categories > li > a{
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #30373F;
	padding: 5px 0;
	margin-left: 10px;
}
.sidebar-inner .product-categories > li span.count{
	font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #30373F;
    opacity: 1;
    margin-left: 5px;
	vertical-align: text-bottom;
}
.sidebar-inner .menu > li > a:hover{
	color: #0a714c;
}
.sidebar-inner .is-divider{
	display: none;
}
.full-row .term-tax{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}
.full-row .term-tax .img{
	height: 295px;
    overflow: hidden;
}
.full-row .term-tax .img img{
	height: 100%;
    object-fit: cover;
}
.full-row .term-tax .cnt{
	margin-top: 10px;
}
.full-row .term-tax .cnt h3{
	text-align: center;
}
.full-row .term-tax .cnt h3 a{
	color: #222;
}
.full-row .term-tax .cnt h3 a:hover,
.full-row .title-home span.section-title-main{
	color: #0a714c;
}
.sb_update h1{
	margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #363636;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.sb_update .new-list{
	margin: 0 -15px;
	display: inline-block;
}
.sb_update .new-list .new-list-post{
	overflow: hidden;
	padding: 0 15px 30px;
	width: 33.3%;
	float: left;
}
.sb_update .new-list-post .post-image{
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
}
.sb_update .new-list-post .post-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease; 
	-moz-transition: -moz-transform 0.5s ease; 
	transition: transform 0.5s ease; 
}
.sb_update .new-list-post .post-image img:hover{
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
}
.sb_update .new-list-post .post-image .date{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgb(0 0 0 / 50%);
	color: #fff;
	padding: 9px;
}
.sb_update .new-list-post .post-image .date p:nth-child(1){
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}
.sb_update .new-list-post .post-image .date p:nth-child(2){
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.sb_update .new-list-post .post-image .date p:nth-child(3){
	margin-bottom: 0;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
}
.sb_update .new-list-post .post-content{
	width: 100%;
	padding: 15px 0 0px;
}
.sb_update .new-list-post .post-content h3{
	margin-bottom: 0;
}
.sb_update .new-list-post .post-content .title{
	display: block;
	text-transform: initial;
	color: #222;
	font-size: 18px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.sb_update .new-list-post .post-content .title:hover{
	color: #0a714c;
}
.sb_update .new-list-post .post-content .date{
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}
.sb_update .new-list-post .post-content .des{
	font-size: 15px;
	margin-bottom: 10px;
	display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sb_update .new-list-post .post-content .des p{
	margin-bottom: 0;
}
.sb_update .new-list-post .post-content .view{
	color: #1d1d1d;
	display: inline-block;
    font-style: italic;
    text-decoration: underline;
}
.sb_update .widget_recent_entries .widget-title {
	margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #363636;
	letter-spacing: 1px;
}
.is-divider{
	display: none;
}
.hd_new .title{
	display: block;
	font-size:22px;
	line-height: 40px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sp_ban_chay{
	border: 1px solid #ececec;
	padding: 15px;
}
.sp_ban_chay .sp_ban_chay_list{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.sp_ban_chay .sp_ban_chay_list:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sp_ban_chay .sp_ban_chay_list .img{
	width: 90px;
	height: 86px;
	float: left;
}
.sp_ban_chay .sp_ban_chay_list .img img{
	width: 100%;
	height: 86px;
	object-fit: cover;
}
.sp_ban_chay .sp_ban_chay_list .cnt{
	width: calc(100% - 105px);
	float: right;
}
.sp_ban_chay .sp_ban_chay_list .cnt .product-title{
	margin-bottom: 5px;
}
.sp_ban_chay .sp_ban_chay_list .cnt .product-title a{
	font-size: 15px;
	line-height: 20px;
	display: block;
	height: 40px;
	overflow: hidden;
	color: #333;
	display: block;
	font-weight: 500;
}
.sp_ban_chay .sp_ban_chay_list .cnt .product-title a:hover{
	color: #0a714c;
}
.sp_ban_chay .sp_ban_chay_list .cnt > a{
	display: block;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	font-style: italic;
	color: #0a714c;
}
.sp_ban_chay .sp_ban_chay_list .cnt > a i{
	position: relative;
	top: 1px;
}
.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2{
	margin-bottom: 0;
}
.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2 > span,.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2 ins span{
	display: block;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #d02929;
}
.sp_ban_chay .sp_ban_chay_list .cnt .price_pro2 del span{
	font-size: 15px;
}
.product-category .box-category .box-text{
	padding: 20px;
    background-color: transparent !important;
    height: 100%;
    bottom: 0;
}
.product-category .box-category .box-text .header-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	text-transform: unset;
	letter-spacing: 0;
}
.product-category .box-category .box-text .count{
	display: none;
}
.product-category .box-category .box-text_bottom{
	position: absolute;
    bottom: 0;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
    left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.product-category .box-category .box-text_bottom span:last-child{
	float: right;
	width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    border: 1px solid transparent;
    border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.product-category .box-category:hover .box-text_bottom span:last-child{
    border-color: #0a714c;
	color: #0a714c;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.product-category .box-category .box-badge:hover .box-tex{
	background-color: transparent;
}
.httt .large-12{
	padding-bottom: 0 !important;
}
.httt .col-inner{
	border: 1px solid #ececec;
	overflow: hidden;
	background: url(img/htt.png) bottom 12px left 10px no-repeat;
}
.httt .box{
	width: 80%;
	float: right;
	margin-right: 5%;
	padding-bottom: 10px;
}
.httt .col-inner .box:nth-child(2){
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
}
.httt .box .box-image{
	display: none;
}
.httt .img {
	margin-bottom: 0 !important;
}
.httt .box-text{
	padding: 0 !important;
}
.httt .box-text p{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin-bottom: 0 !important;
}
.httt .box-text a{
	display: block;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #d02929;
}
.dat_lich2{
	border: 1px solid #ececec;
	padding: 11px;
	overflow: hidden;
}
.dat_lich2 .wpcf7-submit{
	margin: 0 !important;
	float: right;
	text-transform: uppercase;
}
.category-page-title > .page-title-inner{
	min-height: 45px;
}
.page-title-inner{
	padding-top: 0 !important;
	display: block;
	position: relative;
}
.page-title-inner .woocommerce-result-count{
	display: none !important;
}
.page-title-inner .woocommerce-ordering{
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 0;
}
.single-product .shop-page-title{
	display: none;
}
.single-product #product-sidebar{
	padding-right: 0 !important;
	padding-left: 15px;
}
.single-product .large-9{
	border-left: none !important;
}
.single-product .product-main{
	padding-top: 0px !important;
	padding-bottom: 0;
}
.rt_woocommerce_single_product_summary {
	position: relative;
}
.rt_woocommerce_single_product_summary .thuong-hieu{
	font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rt_woocommerce_single_product_summary .thuong-hieu span{
	font-weight: 300;
    color: #0a714c;
}
.rt_woocommerce_single_product_summary .box_price_s{
	margin-bottom: 10px;
}
.rt_woocommerce_single_product_summary del{
	font-weight: 500;
}
.rt_woocommerce_single_product_summary bdi{
	color: #0a714c;
    font-size: 30px;
}
.rt_woocommerce_single_product_summary .woobt-layout-default{
	margin: 20px 0;
	border: 2px dotted;
	padding: 10px;
	position: relative;
	z-index: 0;
}
.rt_woocommerce_single_product_summary .product-short-description {
	height: 100px;
    overflow: hidden;
}
.rt_woocommerce_single_product_summary .product-short-description ul li{
	color: #222;
}
p.xemthem{
	font-size: 16px;
    padding: 0px 10px;
    color: #0a714c;
    cursor: pointer;
    text-align: center;
}
.rt_woocommerce_single_product_summary .product-short-description.rt_text_hover{
	height: auto;
}
p.xemthem.rt_xemthem span{
	display: none;
}
p.xemthem.rt_xemthem .rutgon{
	display: block !important;
	visibility: visible !important;
}
.rt_woocommerce_single_product_summary .woobt-layout-default .woobt-product.woobt-product-this,
.rt_woocommerce_single_product_summary .woobt-layout-default .woobt-total,
.rt_woocommerce_single_product_summary .woobt-count,
.rt_woocommerce_single_product_summary .woobt-layout-default .woobt-additional{
	display: none !important;
}
.rt_woocommerce_single_product_summary .woobt-products{
	margin-bottom: 0;
	border: none;
	position: relative;
}
.rt_woocommerce_single_product_summary .woobt-products::before{
	content: "Các sản phẩm được tặng kèm";
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 4px;
	display: inline-block;
	color: #1d1d1d;
}
.rt_woocommerce_single_product_summary .woobt-products .woobt-product{
	border: none;
}
.rt_woocommerce_single_product_summary .return-privacy{
	display: flex;
    align-items: center;
}
.detail-product{
	margin-top: 20px;
}
.detail-product .widget_custom_html{
	margin-bottom: 0;
}
.return-privacy + .return-privacy{
	margin: 20px 0 0;
}
.rt_woocommerce_single_product_summary .return-privacy .left-icon{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #0a714c;
	color: #fff;
	margin-right: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.rt_woocommerce_single_product_summary .return-privacy .right-info{
	line-height: 22px;
    color: #000;
    font-size: 16px;
    max-width: 405px;
}
.product-summary .rt_woocommerce_single_product_summary .quantity{
	margin-bottom: 0;
}
.product-short-description p{
	display: block;
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.box_price_s p{
	margin-bottom: 0;
	font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	color: #616161;
}
.box_price_s .giagoc span{
	font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #000;
}
.box_price_s .giagoc span.tang_kem{
	font-size: 18px;
	font-style: italic;
	color: #f00;
}
.product-info .widget{
	list-style: none;
}
.product-info > .devvn_buy_now {
	display: none;
}
.product-info .product-title{
	font-size: 1.25em;
}
.quantity .qty,
.quantity .button{
	width: 45px !important;
    height: 45px;
    max-width: 45px !important;
	background: transparent !important;
	font-style: normal;
    font-size: 18px;
    text-align: center;
    color: #444444 !important;
	box-shadow: none;
}
.product-info .single_add_to_cart_button{
	background: #0a714c !important;
	padding: 10px 30px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
	margin-right: 15px;
	border-radius: 25px;
}
.product-info button.single_add_to_cart_button{
	color: #fff;
	border-color: #0a714c;
	border-radius: 4px;
}
.product-info .single_add_to_cart_button:last-child{
	margin-right: 0;
}
.product-info button.single_add_to_cart_button:hover{
	background: #0a714c !important;
	color: #fff;
	opacity: 1;
}
.product-info .single_add_cart{
	display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: unset;
    color: #fff!important;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000)) !important;
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d) !important;
    background: -moz-linear-gradient(top,#f59000,#fd6e1d) !important;
    background: -ms-linear-gradient(top,#f59000,#fd6e1d) !important;
    background: -o-linear-gradient(top,#f59000,#fd6e1d) !important;
    margin: 25px 0 20px;
    text-decoration: none;
    border-bottom: 0!important;
    max-width: 350px;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0;
}
.product-info .wpcf7 form .form-cafe{
	border: 1px solid #e3e3e3;
    border-radius: 16px;
    padding: 10px 0;
}
.product-info .single_add_cart span{
	display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}
.product-footer .container{
	position: relative;
}
.product-footer .woocommerce-tabs{
	padding: 40px 0 0px;
    border-top: 2px solid #a69f97;
    margin-top: 30px;
	border: none;
}
.product-footer .woocommerce-tabs .product-tabs {
	justify-content: center;
}
.product-footer .woocommerce-tabs .product-tabs li{
	padding: 0 10px;
}
.product-footer .woocommerce-tabs .product-tabs li a{
	font-weight: 600;
    font-size: 18px;
    padding: 0 15px;
	position: relative;
	text-transform: unset;
    letter-spacing: 0;
	border-radius: 20px !important;
}
.product-footer .woocommerce-tabs .tab-panels ol,
.product-footer .woocommerce-tabs .tab-panels ul{
	background: #F4F4F4;
    border-radius: 10px;
    padding: 20px 13px;
}
.product-footer .btn_all{
	position: absolute;
    bottom: 515px;
    right: 15px;
}
.product-tabs .description_tab a{
	border-radius: 0 !important;
}
.related{
	border-top: none !important;
	padding-bottom: 30px !important;
}
.related .flickity-button{
	display: none;
}
.related .block__element_head{
	margin-bottom: 30px;
	padding-bottom: 0;
	position: relative;
}
.related .block__element_head h2{
	text-transform: unset;
	font-size: 30px;
    margin-bottom: 0;
    color: #1d1d1d;
    letter-spacing: 2px;
}
.product-main .col{
	padding-bottom: 0 !important;
}
/* popup begin */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 250px;
    background:rgba(138, 138, 138, 0.58);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999999999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	background: #fff;
    position: relative;
    width: 90%;
    top: 20%;
    max-width: 500px;
    margin: 4em auto;
    padding: 15px;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: 0.3s;
    overflow: hidden;
}

.cd-popup-container .cd-popup-close {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    display: none;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: black;
}
.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* popup end */
.html1 a{
	font-size: 14px;
	font-weight: 500;
	color: #484848;
}
.top-bar-nav > li > a{
	font-size: 14px;
	color: #484848;
}
.top-bar-nav > li > a:hover{
	color: red;
}
#masthead .header-nav .nav-icon a{
	padding: 0;
	display: inline-block;
	background: #0a714c;
	border-radius: 30px;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 12px;
	font-weight: 500;
}
#masthead .header-nav .nav-icon a span{
	font-size: 0;
}
#masthead .header-nav .nav-icon a i{
	font-size: 18px;
}
#masthead .header-nav .nav-icon a span:before{
	content: "Danh mục sản phẩm";
	font-size: 14px;
	display: inline-block;
	list-style: 32px;
}
.mobile-sidebar .nav > li > a img{
	display: none !important;
}
.html2{
	background: url(img/hotline.png) 0px 2px no-repeat;
	padding-left: 46px;
	margin-left: 27px;
	margin-right: 10px;
}
.html2 p{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #303030;
	line-height: 23px;
}
.html2 p a{
	color: #f32c11;
}
.html2 span{
	display: block;
	font-size: 13px;
	color: #6b6e6d;
}
.header-search-form .search-field{
	background: #fff !important;
	border: 1px solid #cfcfcf !important;
	line-height: 32px;
	min-height: 32px;
	height: 32px;
	box-shadow: unset;
}
.header-search-form .submit-button{
	color: #fff !important;
	line-height: 32px;
	min-height: 32px;
	height: 32px;
}
.header-search-form .submit-button i{
	position: relative;
    font-size: 14px !important;
}
.rt_right{
	display: flex;
	align-items: center;
}
.rt_right .col-inner{
	display: flex;
	justify-content: flex-end;
}
a.button.btn_cat{
	padding: 5px 30px;
	margin-bottom: 0;
	margin-top: 0 !important;
	background-color: #0a714c !important;
}
a.button.btn_cat:hover{
	background-color: #30373f !important;
}
a.button.btn_cat span{
	padding-right: 46px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
a.button.btn_cat i::after{
	content: "";
	width: 51px;
	height: 1.5px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 8px;
}
.section_slider .section-title-container{
	margin-bottom: 0;
}
.section_slider .section-title {
	margin-bottom: 13px;
	margin-top: 0;
}
.section_slider .section-title-normal span{
	border-bottom: none;
	font-size: 70px;
    line-height: 82px;
    text-transform: unset;
	padding-bottom: 0;
    margin: 0;
}
.section_slider p{
	font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 24px;
}
.section_slider a.button{
	margin: 0 !important;
	padding: 15px 45px;
    line-height: 1;
}
.section_slider a.button span{
	font-size: 18px;
    line-height: 18px;
}
.block_title h2{
	margin-bottom: 0;
	font-size: 26px;
	line-height: 33px;
	color: #333;
}
.rt03 .block__element_head{
	background: linear-gradient(180deg, #0EC5E4 0%, #03889E 100%);
    padding: 22px 35px 21px;
    border-radius: 20px 20px 0 0;
}
.rt03 .block__element_head h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	margin-bottom: 4px;
}
.rt03 .block__element_head p{
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	margin-bottom: 0;
}
.rt03 .large-columns-4{
	margin: 0 !important;
    background: #c6e8f3b8;
    padding: 35px 20px 5px !important;
    border-radius: 0 0 20px 20px;
}
.rt03 .product-small .box .box-text .product-title a{
	color: #02879D;
}
.rt04 .row.row-collapse{
	background: url(img/image8.png) no-repeat;
	border-radius: 20px;
    padding: 70px 35px 0px;
}
.rt04 .block__element_head{
	text-align: center;
}
.rt04 .block__element_head h2{
	margin-bottom: 10px;
	font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
	background: linear-gradient(180deg, #0EC5E4 0%, #03889E 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rt04 .product .col-inner .box{
	background: transparent;
	box-shadow: none;
}
.rt04 .has-shadow>.col>.col-inner{
	background: transparent;
}
.rt04 .product-small .box .box-image{
	padding: 25px;
    background: #fff;
	box-shadow: 0px 2px 10px 0px #00000014;
}
.rt04 .product-small .box .box-image .percent{
	display: none;
}
.rt04 .product-small .box .box-text .product-title a{
	color: #02879D;
}
.rt05{
	padding-bottom: 0 !important;
}
.rt05 .box-badge .box-text{
	bottom: 18px;
	background: #0A714CCC;
	padding: 1px 15px;
}
.rt05 .box-badge .box-text h4{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0;
}
.rt05 .block_title h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
.rt06 .block__element_head h2{
	font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.rt06 .text p{
	font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #444;
}
.form-cafe{
	margin: 0 -10px !important;
}
.form-cafe .col{
	padding: 0 10px;
}
.form-cafe .form-group input{
	box-shadow: 0px 1px 2px 0px #0000001A inset;
    border-radius: 50px;
    border: 1px solid #DDDDDD;
    margin-bottom: 0;
    height: 42px;
    padding-left: 20px;
}
.form-cafe .button-dt .form-group input{
	margin: 0 !important;
    padding: 0;
    width: 100%;
	font-size: 15px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.44999998807907104px;
    text-align: center;
	text-transform: uppercase;
}
.archive .block_title{
	margin-bottom: 30px;
}
.product .col-inner{
	border-radius: 8px;
}
.product .col-inner .box{
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px #0000001A;
}
.product-footer .slider:hover .flickity-prev-next-button{
	display: block;
}
.thongtin{
	padding-bottom: 90px;
}
.thongtin:last-child{
	padding-bottom: 60px;
}
.thongtin .image img,
.thongtin .image{
	width: 100%;
    height: 100%;
}
.thongtin .large-6{
	display: flex;
	align-items: center;
}
.thongtin:nth-child(2n) .large-6:nth-child(1){
	order: 1;
}
.thongtin .box_tt h2{
	font-size: 37px;
    line-height: 45px;
    color: #3F454B;
	margin-bottom: 20px;
}
.thongtin .box_tt p{
	font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 12px;
}
.thongtin .box_tt ul{
	margin-left: 30px;
}
.thongtin .box_tt ul li{
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
    margin-bottom: 12px;
}
.thongtin a.button.btn_cat{
	margin-top: 20px !important;
}
.img_full{
	position: relative;
}
.img_full::before{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_full img{
	width: 100%;
	height: 50vh;
	object-fit: fill;
}
.img_full .text_product{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
}
.img_full .text_product a{
	font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.img_full .product-title {
	font-size: 160px;
    line-height: 188px;
	color: #fff;
}
.form_tt{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
	display: none;
}

.form_tt::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0000002d;
	width: 100%;
	height: 100%;
}
.form_tt .wpcf7 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.form_tt.show{
	display: block;
}
.form_tt .wpcf7 form{
	width: 650px;
    margin: 0 auto;
	padding: 20px;
    background-color: #fff;
	box-shadow: 0 0px 15px #00000038;
	text-align: center;
}
.form_tt .wpcf7 form .close{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #0a714c;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.form_tt .wpcf7 form h2{
	margin-top: 15px;
	font-size: 20px;
}
.form_tt .wpcf7 form label{
	margin-bottom: 0;
	text-align: left;
}
.form_tt .wpcf7 .wpcf7-form-control-wrap{
	margin-top: 5px;
}
.form_tt .wpcf7 form .wpcf7-response-output{
	margin-top: 0;
}
.icon-xh{
    position: fixed;
    left: 30px;
    z-index: 999;
    display: block;
	bottom: 30px;
}
.icon-xh li{
	width: 45px;
	height: 45px;
}
.icon-xh li a.email_button{
	display: none;
}
.icon-xh li a{
	display: block;
}
.icon-xh img{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	width: 100%;
}
.icon-xh a{
	overflow: hidden;
}
.icon-xh a img:hover{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.icon-xh ul{
	list-style: none;
}
/*mobile*/
@media (max-width: 1200px){
	.header-bottom .header-nav > li > a{
		font-size: 11px !important;
		line-height: 45px !important;
	}
	body.single-product{
		overflow: visible;
	}
	.header-top{
		min-height: 38px !important;
	}
	.header-nav-main.nav>li{
		margin: 0 10px;
	}
	.row.row-collapse{
		padding: 0 15px;
	}
	.shop-container{
		padding-bottom: 40px;
	}
	.img_full .product-title{
		font-size: 60px;
    	line-height: 88px;
		margin-bottom: 0;
	}
	.product-main .product-info ul li a{
		padding: 0 10px;
	}
	.sb_update .news-post-news{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.sb_update .news-post-news .box__thumb__img{
		width: 50%;
	}
	.sb_update .news-post-news .box__content{
		width: calc(100% - 50%);
	}
	.sb_update .news-post-news .box__content h3 a{
		font-size: 32px;
		line-height: 38px;
	}
	.news-style-22 .news-item-bottom .news-thumb,.news-style-22 .news-item-bottom .news-thumb img{
		height: 209px;
	}
	.news-style-41 .news-item-bottom .boxx__innner .news-thumb,.news-style-41 .news-item-bottom .boxx__innner .news-thumb img{
		height: 176px;
	}
	.row_border::after{
		width: 98%;
	}
	#logo{
		margin: 0 !important;
	}
	.html2{
		margin-right: 0 !important;
	}
	.html2 span{
		font-size: 12px;
	}
	.html2 p{
		font-size: 16px;
	}
	.product-small .box .box-text{
		padding-bottom: 10px !important;
	}
	#masthead .header-nav .nav-icon a span:before{
		font-size: 13px;
	}
	.sidebar-inner .widget-title{
		font-size: 17px;
    	line-height: 20px;
		padding: 20px 15px 10px;
	}
	.widget_product_categories .product-categories{
		padding: 0 15px;
	}
	.sidebar-inner .product-categories > li > a{
		padding: 8px 0;
	}
	.full-row .term-tax .img{
		height: 195px;
	}
	.category-page-title > .page-title-inner{
		min-height: 60px;
	}
	.filter_cat{
		width: 100%;
	}
	.filter_cat > li:first-child{
		margin-left: 0;
	}
	.page-title-inner .woocommerce-ordering{
		top: 0;
		left: 0;
		right: auto;
	}
	.rt_woocommerce_single_product_summary a.single_add_to_cart_button{
		bottom: -20px;
		right: auto;
		left: 0;
	}
	.related{
		padding-bottom: 0px !important;
	}
	.product-footer .btn_all{
		bottom: 462px;
	}
	.banner_cate .page-br{
		width: calc(100% - 30px);
	}
	.banner_cate .page-br .heading_td{
		font-size: 24px;
		line-height: 34px;
	}
	.chan_trang_1 .fb_iframe_widget{
		width: 100%;
	}
	.chan_trang_1 .fb_iframe_widget > span iframe,
	.chan_trang_1 .fb_iframe_widget > span{
		width: 100% !important;
	}
}
@media (max-width: 812px) {
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a,
	.nav>li.has-icon>a>i{
		color: #222;
	}
	.filter_cat{
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
	}
	.filter_cat > li{
		margin: 0 !important;
	}
	.category-page-title{
		padding-bottom: 0;
	}
	a.button.btn_cat,
	a.button.btn_left{
		padding-left: 20px;
		padding-right: 20px;
	}
	.section_slider .section-title-normal span{
		font-size: 44px;
    	line-height: 50px;
	}
	.news-style-41 .news-item-bottom{
		width: 50%;
	}
	#top-bar .nav-center{
		justify-content: center;
	}
	.mobile-nav > li{
		padding-left: 10px !important;
	}
	.mobile-nav .menu-title {
		display: none;
	}
	.flickity-slider .product  {
		max-width: 33.33%!important;
		flex-basis: 33.33%!important;
	}
	.section_video .video-button-wrapper {
	    position: absolute;
	    top: 40%;
	    left: 38%;
	}
	.full-row .term-tax{
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 10px;
	}
	.full-row .large-12{
		padding-bottom: 0;
	}
	.box_price_s .giagoc span{
		font-size: 20px;
    	line-height: 26px;
	}
	.product-short-description p{
		margin-bottom: 10px;
	}
	.single-product .cart{
		display: inline-block;
	}
	.product-info .single_add_to_cart_button{
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-footer .woocommerce-tabs .product-tabs li a{
		font-size: 16px;
		line-height: 28px;
	}
	.product-footer .woocommerce-tabs .tab-panels{
		padding: 20px 20px 0;
	}
	.product-footer .btn_all{
		bottom: 360px;
	}
	.btn_all a.button.btn_cat{
		padding-left: 10px;
		padding-right: 15px;
	}
	.btn_all a.button.btn_cat span{
		padding-right: 30px;
	}
	.btn_all a.button.btn_cat i::after{
		width: 30px;
	}
	.woocommerce-mini-cart a.remove {
		line-height: 15px!important;
	}
	.chan_trang_1 .row .div4,
	.chan_trang_1 .row .div2{
		flex-basis: 100%;
		max-width: 100%;
	}
	.chan_trang_1 .row .div4{
		padding-left: 15px;
	}
}
@media (max-width: 480px) {
	.off-canvas .sidebar-menu{
		padding: 0;
	}
	.off-canvas .nav-vertical>li>a{
		color: #fff;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.nav>li.has-icon>a>i,
	.nav>li>a>i.icon-menu{
		color: #fff;
	}
	.nav.nav-vertical li .toggle{
		margin: 0;
	}
	.nav-vertical>li ul{
		padding-bottom: 20px !important;
	}
	.block_title h2{
		font-size: 20px;
		line-height: 26px;
	}
	.off-canvas .nav-vertical li li>a{
		color: #333;
		font-size: 15px;
		padding-left: 0 !important;
		border-bottom: 1px solid #333;
		margin-left: 20px;
	}
	.off-canvas .nav-vertical li li:last-child a{
		border-bottom: none;
	}
	.shop-container{
		padding-bottom: 0;
	}
	.row-slider .flickity-prev-next-button{
		width: 50px!important;
	}
	.product-main .text_left h3{
		font-size: 22px;
	}
	.rt03 .block__element_head{
		padding: 14px 20px 10px;
	}
	.rt03 .block__element_head h2{
		font-size: 20px;
		line-height: 24px;
	}
	.rt03 .block__element_head p{
		font-size: 14px;
	}
	.rt03 .large-columns-4{
		padding: 20px 0px 5px !important;
	}
	.rt03 .large-columns-4 > .col{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.rt04 .row.row-collapse{
		padding: 40px 15px 0px;
		background-size: cover;
	}
	.rt04 .block__element_head h2{
		font-size: 30px;
		line-height: 34px;
	}
	.rt05 .block_title h2,
	.rt06 .block__element_head h2{
		font-size: 24px;
		line-height: 30px;
	}
	.form-cafe .form-group input{
		margin-bottom: 15px;
	}
	.section_slider .section-title-normal span{
		font-size: 28px;
		line-height: 36px;
	}
	.section_slider p{
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 15px;
	}
	.section_slider a.button{
		padding: 10px 25px;
	}
	.section_slider a.button span{
		font-size: 16px;
	}
	.rt_count{
		max-width: 100%;
		margin: 0;
	}
	.rt_count .block_count .number_count{
		margin-bottom: 5px;
	}
	.rt_count .block_count span{
		margin-bottom: 15px;
		display: block;
	}
	.product-category .box-category .box-text{
		padding: 10px;
	}
	.product-category .box-category .box-text .header-title{
		font-size: 15px;
		line-height: 26px;
	}
	.product-category .box-category .box-text_bottom{
		font-size: 12px;
		line-height: 15px;
		padding: 8px 10px;
	}
	.category-page-row{
		padding-top: 30px;
	}
	.category-page-row .box_cat h2{
		font-size: 24px;
    	line-height: 28px;
	}
	.category-page-row .box_cat span{
		font-size: 14px;
		line-height: 20px;
	}
	.category-page-row .cat_column{
		padding-top: 0;
		padding-bottom: 0;
	}
	.category-page-row .cat_column .title_cat{
		font-size: 22px;
		line-height: 30px;
	}
	.row-slider .flickity-prev-next-button svg{
		padding: 15px !important;
	}
	.product-small .box .box-text .cat_name{
		font-size: 14px;
    	line-height: 22px;
	}
	.product-small .box-text a.btn-shopnow{
		margin-top: 10px;
		margin-bottom: 0;
		padding: 5px 20px 6px;
	}
	.thongtin:last-child,
	.thongtin{
		padding-bottom: 0;
	}
	.thongtin .box_tt h2{
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.product-small .title_bottom{
		padding: 10px 15px;
	}
	.form_tt .wpcf7 form{
		width: 300px;
	}
	a.button.btn_cat span{
		padding-right: 10px;
		font-size: 13px;
	}
	a.button.btn_cat, a.button.btn_left{
		padding-left: 10px;
		padding-right: 10px;
	}
	a.button.btn_cat i::after{
		width: 20px;
	}
	.row.row_border{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.sb_update .new-list-post .post-image{
		height: 280px;
	}
	.sb_update .new-list-post .post-image img{
		height: 280px;
	}
	.sb_update .news-post-news .box__news__inner{
		display: inline-block;
	}
	.sb_update .news-post-news .box__content{
		padding-top: 15px;
	}
	.sb_update .news-post-news .box__content,
	.sb_update .news-post-news .box__thumb__img{
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.sb_update .news-post-news .box__content h3 a{
		font-size: 20px;
    	line-height: 30px;
	}
	.sb_update .news-post-news .box__content h3{
		margin-bottom: 10px;
	}
	.sb_update .news-post-news .box__content .box__description{
		padding-bottom: 20px;
	}
	.sb_update h1{
		font-size: 20px;
	}
	.sb_update .new-list .new-list-post{
		width: 100%;
		padding-bottom: 20px;
	}
	.tv-01{
		padding: 90px 0;
	}
	.tv-01 h2{
		margin-top: 80px;
	}
	.tv-post .news-post-news{
		width: 50%;
		padding: 0 10px 30px;
	}
	.tv-post .news-post-news .box__news__inner .box__thumb__img{
		height: 150px;
	}
	.tv-post .news-post-news .box__news__inner .box__content{
		padding: 10px 15px;
	}
	.tv-post .news-post-news .box__news__inner .box__content h3 a{
		font-size: 15px;
		line-height: 24px;
	}
	.tv-post .news-post-news .box__description_duan p{
		font-size: 14px;
	}
	#masthead .cart-item{
		margin-right: 0;
	}
	#logo img{
		max-height: 50px !important;
	}
	.dat_lich_kham .left{
		width: 100%;
	}
	.dat_lich_kham .right{
		width: 100%;
	}
	.dat_lich_kham .right .right11{
		width: 100%;
	}
	.dat_lich_kham .right .right22{
		width: 100%;
	}
	.slogan{
		padding: 0;
	}
	.news-style-31 .slick-prev{
		left: 0;
	}
	.news-style-31 .slick-next{
		right: 0;
	}
	.news-style-22 .news-item-bottom .news-thumb{
		width: 300px;
		margin: 0 auto;
		height: 300px;
	}
	.news-style-22 .news-item-bottom .news-thumb img{
		height: 300px;
	}
	.news-style-41 .news-item-bottom{
		width: 100%;
	}
	.box__second_posts .news-item-sidebar-clear{
		width: 100%;
	}
	.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(2){
		padding-top: 11px;
    margin-top: 11px;
    border-top: 1px solid #e3e3e3;
	}
	.thuoc_01 .block__element_head h2{
		font-size: 20px;
		line-height: 28px;
	}
	.thuoc_01 .block__element_head p{
		font-size: 13px;
	}
	.thuoc_row > .col:nth-child(2){
		margin: 0 15px;
	}
	.tab_project .tab{
		overflow: hidden;
		padding-bottom: 30px;
	}
	.tab_project .tab button{
		font-size: 12px;
		padding: 5px;
	}
	.news-style-2 .box_first_posts .boxx__innner .box__slider h4 .news-title{
		font-size: 15px;
		line-height: 22px;
	}
	.news-style-2 .box_first_posts .boxx__innner .news-thumb img{
		height: 200px;
	}
	.tab_project .box_bs .img{
		width: 100%;
	}
	.tab_project .box_bs .img img{
		height: 300px;
	}
	.tab_project .box_bs .cnt{
		width: 100%;
		padding: 20px !important;
	}
	.tab_project .box_bs .cnt h3{
		font-size: 22px;
	}
	.rt_htm .left a:nth-child(2){
		display: none;
	}
	.shop-container .product-small .box .box-image{
		height: 150px;
	}
	.product-small .box .box-image{
		height: 180px;
	}
	.dat_hang a{
		font-size: 12px !important;
	}
	.dat_hang a{
		font-size: 14px;
	}
	.price_pro > span, .price_pro ins span{
		font-size: 14px;
	}
	.flickity-slider .product{
		max-width: 50% !important;
    	flex-basis: 50% !important;
	}
	.product-small .box .box-text .product-title a{
		height: 46px;
		font-size: 15px;
    	line-height: 24px;
		-webkit-line-clamp: 2;
	}
	.page-title-inner .woocommerce-ordering:before{
		display: none;
	}
	.page-title-inner .woocommerce-ordering{
		position: relative;
		margin-bottom: 10px;
	}
	.product-info{
		padding: 15px !important;
	}
	.section_slider .img-inner img{
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	.price_pro del span{
		font-size: 14px;
	}
	.rt_woocommerce_single_product_summary a.single_add_to_cart_button{
		position: relative;
	}
	.sb_left aside,
	.sb_block_update .sb_update > div{
		padding: 0px;
	}
	.sb_left aside{
		margin-bottom: 20px;
	}
	.pt-post-meta ul li{
		font-size: 14px;
	}
	.sb_update .new-list-post .post-content{
		padding-left: 0px;
		padding-top: 15px;
		width: 100%;
	}
	#facebook-like-widget-3{
		margin-bottom: 20px;
	}
	.single-product .widget_custom_html{
		padding: 0;
	}
	.chan_trang_1 .row_copyright .widget ul{
		display: grid;
		gap: 10px;
		justify-content: left;
	}
	.chan_trang_1 .row_copyright .widget ul > li::after{
		display: none;
	}
	.chan_trang .col-inner{
		text-align: center;
	}
	.chan_trang_1 .wpcf7-form p,
	.chan_trang_1 .wpcf7-form{
		margin-bottom: 0;
	}
	.chan_trang_1 .row .large-3{
		margin: 0 auto;
	}
	.chan_trang_2 .featured-box .icon-box-text{
		margin-top: 7px;
		padding-left: 3px;
	}
	.stuck #logo img{
		max-height: 50px !important;
	}
	.chan_trang .col-inner.text-right{
		text-align: center;
	}
	.chantrang_02 .sidebar-wrapper .widget{
		text-align: left;
	}
	.chan_trang_1 .menu > li:last-child > a{
		margin-bottom: 0;
	}
	.icon-xh{
		bottom: 0px;
    	left: 10px;
	}
}