/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,800&display=swap');
@font-face{
  font-family: "UTM_HANZEL";
  src:url(font/UTM_HANZEL.TTF);
}
@font-face{
  font-family: "UTMAvoBold";
  src:url(font/UTMAvoBold.ttf);
}
body{
	font-family: 'Roboto', sans-serif !important;
	color: #333;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif !important;
	color: #333;
}
#support_mobile{
	display: none;
}
table{
	border-radius: 5px;
	border: 1px solid #ececec !important;
}
table tr td{
	padding: 0 5px;
	padding: 0.5em 10px !important;
}
table tr td:nth-child(1){
	border-right: 1px solid #ececec !important;
}
.img{
	object-fit: contain;
	overflow: hidden;
}
.shop-page-title {
	display: none;
}
.rt_new_pro_right {
	position: unset !important;
}
.box_first_posts{
	padding-top: 55px;
}
.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;
}
#content{
	background: #f6f6f6;
}
.home .rt_banner{
	display: none;
}
/*header_banner*/
.header_banner{
	margin-bottom: 1px;
}
.header_banner h1{
	font-family: "UTMAvoBold";
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgba(70, 198, 243, 0) 0%, #46C6F3 29.81%, #46C6F3 72.6%, rgba(70, 198, 243, 0) 100%);
    margin-bottom: 0;
    padding: 15px 0 16px;
}
.header_banner .col{
	padding-bottom: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_banner .ux-menu{
	flex-direction: unset;
    justify-content: center;
    gap: 20px;
	margin-top: 14px;
    margin-bottom: 17px;
}
.header_banner .ux-menu > .ux-menu-link{
	display: inline-block;
	width: auto;
}
.header_banner .ux-menu > .ux-menu-link i::before{
    width: 18px;
    height: 19px;
    display: inline-block;
}
.header_banner .ux-menu > .ux-menu-link:nth-child(1) i::before{
	content: "";
	background: url(img/ion_home-sharp.png) no-repeat;
}
.header_banner .ux-menu > .ux-menu-link:nth-child(2) i::before{
	content: "";
	background: url(img/Capa_1.png) no-repeat;
}
.header_banner .ux-menu > .ux-menu-link:nth-child(3) i::before{
	content: "";
	background: url(img/setting_1.png) no-repeat;
}
.header_banner .ux-menu > .ux-menu-link:nth-child(4) i::before{
	content: "";
	background: url(img/Frame.png) no-repeat;
}
.header_banner .ux-menu .ux-menu-link__link{
	border: unset;
    font-size: 16px;
    padding: 0;
    line-height: 24px;
	min-height: 24px;
	color: #fff;
	font-weight: 700;
    display: flex;
    align-items: center;
}
.header_banner .ux-menu .ux-menu-link__link i{
	font-size: 15px;
	margin-right: 2px;
}
.header_banner .ux-menu .ux-menu-link__link span{
	padding-left: 3px;
}
.header_banner .left{
    max-width: 46%;
    flex-basis: 46%;
}
.header_banner .right{
    max-width: 54%;
    flex-basis: 54%;
}
.html3{
	position: absolute;
    top: 13px;
    left: 0;
    min-width: 57px;
    z-index: 1;
}
.header-main .header-nav .header-search-form{
	margin-left: 70px;
}
.header-bottom-nav > .menu-item{
	padding-left: 34px;
	margin: 0 30px;
}
.header-bottom-nav > .menu-item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    width: 24px;
    height: 24px;
    border: 5px solid #00ADF24D;
    border-radius: 50%;
}
.header-bottom-nav > .menu-item::after{
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
    width: 14px;
    height: 14px;
	background: #00ADF2;
	border-radius: 50%;
}
.header-bottom-nav > .menu-item > a{
	color: #028BC2;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}
.header-bottom .nav-divided>li+li>a:after{
	height: 25px;
	left: -30px;
    margin-top: 0;
    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: 22px;
 	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_wrapper */
.dang_ky .col{
	display: flex;
	align-items: center;
}
.dang_ky .icon-box{
	align-items: center;
}
.dang_ky .icon-box h3{
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.dang_ky form{
	margin-bottom: 0;
}
.dang_ky form input{
	margin-bottom: 0;
	border: none;
	height: 45px;
	border-radius: 25px;
	box-shadow: none;
	padding: 0 40px;
}
.dang_ky form input.wpcf7-submit{
    background: url(img/ic_baseline-email.png) 3px 11px no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    margin-top: 0 !important;
	box-shadow: none;
}
.wpcf7-spinner{
	display: none;
}
.footer-wrapper{
	border-top: 1px solid #d7d7d7;
}
.footer_wrapper {
	padding-bottom: 0 !important;
}
.footer-1, .footer-2{
	background: unset;
	border: unset;
}
.footer-2 .large-12{
	padding-bottom: 0 !important;
}
.footer-2 .widget{
	border-top: 1px solid #128591;
	padding: 0 !important;
	padding-top: 15px !important;
}
.footer-1 .widgettitle{
	font-size: 18px;
	color: #444444;
	font-weight: 500;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.footer-1 .col:nth-child(2){
	max-width: 24%;
    flex-basis: 24%;
}
.footer-1 .col:nth-child(3){
    max-width: 21%;
    flex-basis: 21%;
}
.footer-1 .col:nth-child(4){
    max-width: 10%;
    flex-basis: 10%;
}
.footer-1 .col:nth-child(5){
    max-width: 20%;
    flex-basis: 20%;
}
.footer-1 .large-3:nth-child(1) .widget_media_image{
	margin-bottom: 12px;
}
.footer-1 .rt_icon_ft br{
	display: none;
}
.footer-1 .rt_icon_ft a{
    display: inline-block;
    padding-right: 6px;
}
.footer-1 h4{
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0;
}
.footer-1 p{
	margin-bottom: 0 !important;
	line-height: 29px;
	color: #444444;
	font-size: 16px;
}
.footer-1 p svg{
	color: #00ADF2;
	margin-right: 5px;
}
.footer-1 .menu li{
	border: unset;
}
.footer-1 .menu li a{
	line-height: 24px;
	padding: 0px 0px 0 15px;
	color: #444444;
	font-size: 16px;
	position: relative;
	font-weight: 400;
	margin-bottom: 14px;
	overflow: hidden;
	display: block;
}
.footer-1 .menu li a:hover{
	color: #00ADF2 !important;
}
.footer-1 .menu li a:after{
	content: "";
	position: absolute;
    top: 6px;
    left: 0;
    height: 10px;
    width: 6px;
	background: url(img/feArrowLeft1.png) no-repeat;
}
.footer-1 .rt_tong_dai{
	padding-top: 20px;
}
.footer-1 .rt_tong_dai > .col-inner{
	border: 1px solid #00ADF2;
}
.footer-1 .rt_tong_dai .col{
	padding-bottom: 0 !important;
}
.footer-1 .rt_tong_dai .section-title-container{
	margin: 0;
}
.footer-1 .rt_tong_dai .section-title-center{
	display: block;
	border: unset;
	text-align: center;
}
.footer-1 .rt_tong_dai .section-title-center b{
	display: none;
}
.footer-1 .rt_tong_dai .section-title-main{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 34px;
	height: 34px;
	display: inline-block;
	padding: 0 20px;
	border-radius: 40px;
	background-image: linear-gradient(to right, #219659 , #56ae5f);
}
.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: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.footer p{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.absolute-footer{
	display: none !important;
}
.footer-2 .is-divider{
	display: none !important;
}
/*footer_02*/
.footer_02 .section-title-container{
	margin: 0;
}
.footer_02 .section-title-center{
	display: block;
	text-align: center;
}
.footer_02 .section-title-center b{
	display: none;
}
.footer_02 .section-title-main{
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
	color: #333;
}
.footer_02 .large-12 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	display: flex;
}
.footer_02 .large-12 .rt_text_ft b{
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    margin-top: 12px;
    opacity: .1;
    background-color: currentColor;
}
.footer_02 .has-hover{
	margin-bottom: 24px;
}
/*footer_03*/
.footer_03 .large-12{
	padding-bottom: 0 !important;
}
.footer_03 .menu .menu-item {
	display: inline-block;
	border: unset;
}
.footer_03 .menu .menu-item a{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 12px;
	position: relative;
}
.footer_03 .menu .menu-item a:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 40px;
    background: #d7d7d7;
}
.footer_04 p{
    font-size: 16px;
    color: #444;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding-top: 30px;
    border-top: 1px solid #DFDFDF;
    padding-bottom: 50px;
}
.rt_map_showroom .large-6{
	padding-bottom: 0 !important;
}
.footer_02 .has-hover .box-image img{
	border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    border-radius: 5px;
}
.footer_02 .has-hover .box-text{
	padding: 0 12px;
	padding-right: 0 !important;
}
.footer_02 .has-hover .box-text h4{
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 25px;
}
.footer_02 .has-hover .box-text p{
	font-size: 15px;
	color: #333;
	font-weight: 400;
	line-height: 23px;
}
.bt_hotline{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #00ADF2	;
    z-index: 9;
	text-align: center;
	height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bt_hotline .site-inner{
    max-width: 1200px;
    display: inline-block;
    margin: 0 auto;
}
.bt_hotline .site-inner > div{
	float: left;
	border-right: 1px solid #FFFFFF80;
	border-left: 1px solid #FFFFFF80;
	padding: 0 22px;
    text-align: left;
}
.bt_hotline .site-inner > div:nth-child(1){
  border-left: none;
  line-height: 45px;
}
.bt_hotline .site-inner > div:nth-child(1) span{
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 2px;
}
.bt_hotline .site-inner > div:last-child{
  border-right: none;
}
.bt_hotline .site-inner .hotline {
	background: url(img/Group629927.png) 4px 15px no-repeat;
    padding-left: 50px;
	border-right: none;
	height: 66px;
    padding-top: 8px;
}
.bt_hotline .site-inner .hotline:nth-child(2){
	border-left: none;
}
.bt_hotline .site-inner p{
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 26px;
}
.bt_hotline .site-inner a{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
}

.bt_hotline .site-inner .zalo2{
  text-align: center;
  background: #F1BA22;
  border-right: none;
  border-left: none;
}
.bt_hotline .site-inner .fb{
  text-align: center;
  border-left: none;
}
.bt_hotline .site-inner .zalo2 p,.bt_hotline .site-inner .fb p{
  text-transform: initial;
}
#hotphone {
  display: none;
	position: fixed;
    background: #17a713;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 6px 20px;
    bottom: 3px;
    left: 3px;
    font-weight: 600;
    z-index: 9999;
    border-radius: 6px;
}
.hot-info{
    display:none;
}
.customer-email {     display:none; }
.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;
}
.nav-dropdown-default{
	padding: 0;
}
.header-bottom{
	margin-bottom: 1px;
}
.search-form{
	width: 100% !important;
}
.clear {
	clear: both;
}
.image-tools.top.right {
	z-index: 9;
}
.badge-container {
	display: none;
}
.product-title a {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	text-transform: inherit;
}
.product-small:hover .product-title a {
	color: #000;
}
.block-product-col {
}
.block-product-col .col-4 {
	width: 20%;
	float: left;
	padding: 0;
}
.block-product-col .col-3 {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.product .box-text .price-wrapper ,
.product .box-text .content_noi_dung ,
.product .box-text .title-wrapper{
	padding: 0 10px;
}
.product .box-text .content_giam_gia{
	padding: 16px 10px 14px;
	border-top: 1px solid #dedede;
	font-size: 14px;
    line-height: 22px;
}
.product .box-text .rt_add_to_cart{
	padding: 0 10px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
}
.product .box-text .rt_add_to_cart > div{
	width: 50%;
	float: left;
	text-align: center;
}
.rt_add_to_cart .hotline_sp_tv a{
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	min-width: 110px;
	color: #fff;
	display: inline-block;
    padding-left: 24px;
    padding-right: 15px;
	border-radius: 30px;
	position: relative;
	background: linear-gradient(180deg, #0795CE 42.79%, #04739F 100%);
}
.rt_add_to_cart .hotline_sp_tv a:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    height: 12px;
    width: 12px;
    background: url(img/phca.png) no-repeat;
}
.rt_add_to_cart .cart_sp_tv a{
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	min-width: 110px;
	color: #fff;
	display: inline-block;
	padding-left: 24px;
    padding-right: 12px;
	border-radius: 30px;
	position: relative;
	background: linear-gradient(180deg, #00B6FF 0%, #0593CC 100%);
}
.product-quick-view-container  .product-info .cart {
    display: block !important;
}
.product-quick-view-container  .product-info p{
	margin-bottom: 0;
}
.product-quick-view-container .product-info .single_add_to_cart_button {
	line-height: 34px;
    min-height: 34px;
    font-size: 15px;
	margin-left: 10px;
}
.rt_add_to_cart .cart_sp_tv a:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 8px;
    height: 12px;
    width: 14px;
    background: url(img/casp.png) no-repeat;
}

.block-product-1 .col-inner {
	background-color: #ffffff;
	padding: 0;
	border-radius: 0px;
	border: 1px solid #ebebeb;
}
.product .box-text .title-wrapper
/*** 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 11px 0;
	line-height: 22px;
	height: unset;
	overflow: hidden;
}
.box-text .price{
	display: inline-block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    line-height: 22px;
}
.box-text  .percent{
	float: right;
	color: #f16522;
	display: block;
	font-weight: 400;
	font-size: 15px;
}
.percent{
	display: none;
}
.box-text del{
	width: 40%;
	display: block;
	float: left;
	text-align: center;
}
.box-text del span{
	font-size: 12px;
	color: #666666;
}
.box-text ins {
	width: 40%;
	display: block;
	float: left;
	text-align: center;
}
.box-text .sale{
	color: #eb111a;
}
.box-text  del span.amount {
  	color: #333;
  	font-size: 15px !important;
  	font-weight: 400;
}
.box-text ins span {
  	color: #eb111a;
    font-weight: bold;
    font-size: 14px;
	line-height: 22px;
    letter-spacing: -0.5px;
}
.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;
}
.product  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%;
	border-radius: 18px 18px 0 0; 
}
.block-product-2 .box-image img{
	width: 100%;
	height: 245px;
	object-fit: contain;
	border-radius: 18px 18px 0 0; 
}
.block-product-2 .box-text{
	padding:10px 0px 0px 0px !important;
	overflow: hidden;
	text-align: center;
	border-radius: 0 0 10px 10px;
}
.block-product-2 .box-text .product-title  .category {
	display: none;
}
.block-product-2 .box-text .product-title a{
	font-size: 15px;
	font-weight: 600;
	color: #333333;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: block;
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
}
.content_noi_dung{
	line-height: 20px;
    margin-bottom: 8px;
}
.content_noi_dung span{
	font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
}
.block-product-2 .box-text > a{
	border-radius: 4px;
	font-size: 12px;
}
.star-rating{
	font-size: 11px !important;
	margin-top: 3px !important;
    margin-bottom: 6px !important;
}
.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;
	font-family: "SVN-Unthrift";
	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;
}
.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{
	text-align: left;
	position: relative;
	margin-bottom: 22px;
	border-bottom: 2px solid #00ADF2;
}
.heading a{
	background: #00ADF2;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 16px;
	position: relative;
}
.heading a:after {
    content: "";
    background: url(img/tailss.png)no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -40px;
}
.block__element_head .text_head{
	position: absolute;
    top: 23px;
    color: #0795CE;
    font-size: 16px;
    right: 16px;
    font-weight: 500;
}
.block__element_head .text_head i{
	font-weight: 600;
	font-size: 12px;
}
.grid-tools a{
	padding: 8px 4px;
	font-weight: 500;
}
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
*/
.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-y: 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: 22px;
  color: #fff;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date{
  color: #fff;
  font-size: 13px;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date i{
  padding-right: 5px;
  color: #fff;
}
.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: #6b6b6b;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date i{
  color: #f4ae43;
}
/*
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{
  margin-top: 40px;
  overflow: hidden;
  display: block;
}
.news-widget-style-5 .news-item-clear:nth-child(1){
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb{
  width: 142px;
  height: 110px;
  float: left;
  overflow: hidden;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 110px;
  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% - 157px);
  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*/
.html_01{
	margin-left: 50px;
}
.html_01 .html_hotline{
	width: auto;
    padding: 0 44px 0 54px;
    display: inline-block;
    background: url(img/ph_bn.png) 0px 2px no-repeat;
}
.html_01 .html_hotline p{
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 24px;
	margin: 0;
}
.html_01 .html_hotline a{
	font-size: 16px;
	font-weight: 500;
	color: #028BC2;
	line-height: 24px;
}
.html_01 .html_hotline a svg{
	margin-right: 5px;
}
.header-main .search-field{
	border-radius: 40px !important;
    border: unset !important;
    box-shadow: unset !important;
    background: #ffffff !important;
    height: 42px !important;
    line-height: 42px !important;
}
.header-main .flex-left ul.header-nav{
	margin-left: 15%;
}
.header-main .searchform {
    border: 1px solid #DDDDDD;
    border-radius: 40px;
	max-width: 616px;
}
.header-main .searchform .search-form-categories{
	order: 2;
    width: 35%;
    padding-left: 2%;
    border-left: 1px solid #bababa;
}
.header-main .searchform .flex-col:nth-child(2){
	order: 1;
	width: 60%
}
.header-main .searchform .flex-col:nth-child(3){
	order: 3;
	margin-left: unset;
}
.header-main .searchform .search-form-categories .search_categories {
	width: 100% !important;
    background: #fff !important;
    border: unset !important;
    box-shadow: unset !important;
}
.header-main .searchform .submit-button{
	background-color: #00adf2 !important;
	width: 45px;
    height: 45px;
	left: 5px;
}
.header-main .searchform .icon-search{
    font-weight: 500 !important;
    color: #fff !important;
    font-size: 20px !important;
}
.header-bottom-nav #mega-menu-wrap{
	background: #00ADF2;
    border-radius: 10px 10px 0 0;
	max-width: 280px;
	margin-top: 10px;
}
.header-bottom-nav #mega-menu-title{
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 7px;
}
#mega_menu > li:last-child{
	border-radius: 0 0 10px 10px;
}
#mega_menu>li>a{
	font-size: 16px;
    line-height: 22px;
	padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
}
.home #mega-menu-wrap #mega_menu{
display: block;
}
#mega-menu-wrap #mega_menu{
	border-color: #E7E7E7;
    border-radius: 0 0 10px 10px;
}
#mega_menu > li .menu-image-title{
	max-width: 185px;
	display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.stuck #logo img{
	padding: 5px 0 !important;
}
.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-size: 16px !important;
	font-weight: 400 !important;
}
#footer .is-divider{
	background-color:#fca91e;
}
hr{
	border:0.5px solid #5c3d4a !important;
	opacity: 1 !important;
}
.widget_custom_html p{
	margin-bottom: 10px !important;
}
.widget_custom_html p i{
	color: #fff;
}
.widget_custom_html div.rt_icon{
	float: right;
}
.widget_custom_html div.rt_icon i{
	color: #fca91e;
	font-size: 16px;
	padding-left: 5px;
}
.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: #abcb46;
	margin-bottom: 0;
	font-size: 15px;
	font-family: 'Roboto', sans-serif !important;
}
.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 .add_to_cart_button{
	display: none;
}
.single-product .box-text{
	background: #fff;
	padding-bottom: 0;
}
.single-product .box-text .product-title{
	text-align: center;
}
.single-product .box-text .price{
	text-align: center;
}
.single-product .page-title{
	background: #f6f6f6;
}
.product-footer .flickity-button{
	background: unset !important;
	box-shadow: unset !important;
}
a.devvn_buy_now_style{
	background-image: linear-gradient(to right,#e5631b,#f78327) !important;
	/*background: #fe9960 !important;*/
}
.quantity+.button,.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
	font-size: 17px;
	line-height: 40px;
	border-radius: 10px;
	font-weight: 500;
}
.single-product h1.entry-title{
	font-size: 22px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.single-product .rt_msp{
	margin-bottom: 5px;
	font-size: 14px;
	color: #404040;
}
.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;
}

.single-product ins span{
	font-weight: 700 !important;
}
.single-product del{
	font-size: 14px;
	color: #999999;
	font-weight: 400 !important;
}
.single-product .cart{
	clear: both;
	margin-bottom: 20px;
}
.single-product .product-main{
	padding-bottom: 0;
}
.single-product .widget_custom_html{
	margin-bottom: 10px;
}
#main{
	background: #f6f6f6;
}

.product-summary .percent{
	display: contents !important;
}
.price2 > span{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 700;
}

/* social */
.rt-social {
    margin: 20px 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-top .nav li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 54px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding: 0 14px;
}
.header-top .nav li:after ,
.header-top .nav li:before{
	display: none;
}
.header-top .nav li a:after{
	background: #2aa63c;
}
.header-top > li .nav-dropdown{
	width: 100%;
	display: none;
	opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0s;
}
.header-top .nav > li:hover .nav-dropdown{
    display: block !important;
    opacity: 1;
    transform: translateY(0px);
}
.header-top .nav > li .nav-dropdown > li{
	display: block;
	opacity: 1;
	width: 100%;
	position: relative;
}
.header-top .nav > li .nav-dropdown li{
	white-space: unset !important;
}
.header-top .nav > li .nav-dropdown > li:nth-child(1) a{
	border: unset;
}
.header-top .nav > li .nav-dropdown > li a{
	color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 10px;
    font-weight: 400;
    text-transform: unset;
    border-bottom: none;
    border-top: 1px solid #fff;
    margin: 0 !important;
    padding-left: 10px;
}
.header-top .nav > li .nav-dropdown > li a:hover{
	color: yellow;
}
.header-top .nav > li .nav-dropdown li ul{
	position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border:0;
    opacity: 0;
}
.header-top .nav > li .nav-dropdown li:hover > ul{
	opacity: 1;
	z-index: 9999;
	display: block !important;
}
.header-top .nav > li .nav-dropdown li ul li{
	margin-top: 0 !important;
	position: relative;
}
.nav-dropdown-has-border .nav-dropdown{
	border: unset !important;
}
.nav-dropdown-default {
    padding: 0;
    background: #159158;
    top: 54px;
    border: 0;
    display: none !important;
    opacity: 0;
    left: 0 !important;
}
.active>ul.sub-menu{
	display: none !important;
}
.active:hover >ul.sub-menu{
	display: block !important;
}

/*section_01*/
.section_01{
	padding-bottom: 0 !important;
}
.section_01 .col .col-inner{
	height: 100%;
}
.section_01 .large-3{
	max-width: 18%;
    flex-basis: 18%;
}
.section_01 .large-6{
	max-width: 64%;
    flex-basis: 64%;
}
.section_01 .left .sidebar-wrapper{
	background: #fff;
}
.section_01 .left .widgettitle{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	line-height: 36px;
	height: 36px;
	position: relative;
    background: #00ADF2;
    border-radius: 10px 10px 0 0;
    max-width: 280px;
}
.section_01 .left .widgettitle:before{
	position: absolute;
    content: "";
    top: 16px;
    right: 16px;
    height: 10px;
    width: 10px;
    background: url(img/mna.png) no-repeat;
}
.section_01 .left .widgettitle:after{
	position: absolute;
	content: "";
	top: 14px;
	left: 15px;
	height: 20px;
	width: 20px;
	background: url(img/mn.png) no-repeat;
}
.section_01 .left .menu{
	border: 1px solid #e7e7e7;
}
.section_01 .left .menu .toggle{
	display: none !important;
}
.section_01 .left .menu li a{
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    padding: 7px 9px;
}
.section_01 .right .widgettitle{
	font-size: 20px;
    color: #028BC2;
	padding-right: 10px;
    padding-left: 64px;
    width: auto;
    text-transform: uppercase;
	margin-bottom: 0;
    margin-top: 21px;
    line-height: 34px;
    display: inline-block;
    position: relative;
}
.section_01 .right .widgettitle:after{
	position: absolute;
	content: "";
    top: 0;
    left: 21px;
    height: 34px;
    width: 34px;
	background: url(img/Frame_3.png) no-repeat;
}
.section_01 .right .widget_nav_menu{
	border: 1px solid #e7e7e7;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 8px;
}
.section_01 .right .widget_nav_menu .menu{
	padding: 20px;
}
.section_01 .right .widget_nav_menu .menu li{
	border: unset;
	margin-bottom: 17px;
    padding-bottom: 17px;
	border-bottom: 1px solid #ECECEC;
}
.section_01 .right .widget_nav_menu .menu li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.section_01 .right .widget_nav_menu .menu li a{
	font-size: 16px;
    color: #444444;
    font-weight: 400;
    position: relative;
    padding-top: 0;
    line-height: 24px;
	padding-bottom: 0;
    overflow: hidden;
    display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section_01 .right .widget_nav_menu .menu li:last-child a{
	margin: 0;
}
.section_01 .right .widget_media_image img{
	height: 144px;
	width: 100%;
	object-fit: cover;
}
.section_thongtin .row{
	gap: 9px;
}
.section_thongtin .row > .col{
	flex: 1;
    width: calc(100% / 7);
    max-width: calc(100% / 7);
}
.section_thongtin .col-inner{
	background-color: #fff;
	border: 1px solid #E7E7E7E7;
	border-radius: 8px;
	padding: 19px 0 20px;
}
.section_thongtin h3{
	margin-bottom: 0;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
    text-transform: uppercase;
	color: #444444;
}
.section_thongtin .icon-box{
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.section_thongtin .icon-box .icon-box-img img{
	padding-top: 0;
}
.section_thongtin .icon-box .icon-box-text{
	display: inline-block;
	padding-left: 10px;
	flex: none;
}
.section_thongtin .icon-box .icon-box-text p{
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #666666;
	display: inline-block;
}
/* rt_tong_dai  */
.rt_tong_dai .row {
	display: flex;
	flex-wrap: wrap;
}
.rt_tong_dai .row .large-12 {
	position: relative;
	max-width: 100%;
	flex-basis: 100%;
}
.rt_tong_dai .large-12 .section-title-main {
    position: absolute;
    top: -28px;
    left: 33.33%;
}
.rt_tong_dai .row .large-3 {
	max-width: 25%;
	flex-basis: 25%;
}
.rt_tong_dai .row .large-3 p {
	margin-top: 20px;
    margin-bottom: 20px!important;
}
.rt_tong_dai .row .large-3 a {
	position: relative;	
	text-transform: uppercase;
	font-weight: 600;
	color: #333!important;
	font-size: 16px;
}
.rt_tong_dai .row .large-3 a strong {
	color: #f36523!important;
	font-size: 16px;
	font-weight: 500;
}
.rt_tong_dai .row .large-3 a::before {
    content: "";
    background: url(img/headphone.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0px;
    left: -24px;
}
/*section_02*/
.section_02{
	padding-bottom: 0 !important;
}
.section_02 .rt_sp_ban_chay .large-12 > .col-inner{
    background: #00ADF2;
    padding: 35px 28px 37px;
    border-radius: 40px;
}
.section_02 .rt_sp_ban_chay .large-12 .heading a:after {
	display: none;
}
.section_02 .block-product-2{
	background: #fff;
    border-radius: 20px 20px 30px 30px;
    padding: 28px 27px 30px;
}
.section_02 .product_slider{
    border-radius: 8px;
    border: 1px solid #dedede;

}
.section_02 .product_slider .product:nth-child(1){
	border-radius: 18px 0 0 0;
}
.section_02 .product_slider .product-small.col-4 {
	border-right: 1px solid #dedede;
}
.section_02 .product_slider > div:last-child{
	border: unset;
}
.section_02 .block__element_head .text_head{
	display: none;
}
.section_02 .heading{
	margin: 0;
	border: unset;
	text-align: center;
}
.section_02 .heading a{
	font-size: 40px;
	line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 32px;
    text-align: center;
    background: transparent;
    padding: 0;
}
.section_02 .row> .slick-arrow:not(.col):not([class^="col-"]) {
    width: 20px !important;
}
.section_02 .slick-prev {
    position: absolute;
    top: 42%;
    left: -18px;
    z-index: 9;
    height: 35px;
    width: 15px;
    cursor: pointer;
}
.section_02 .slick-next {
    position: absolute;
    top: 42%;
    right: -24px;
    z-index: 9;
    height: 35px;
    width: 15px;
    cursor: pointer;
}
.section_02 .slick-arrow i{
	font-weight: 600;
	font-size: 20px;
}
/*section_03*/
.section_03{
	padding-bottom: 0 !important;
}
.section_03 .block__element_head .text_head{
	right: 0;
	top: 9px;
}
.section_03 .heading a{
	border-radius: 10px 0 0 0;
}
.section_03 .heading a:after{
	background: #00ADF2;
	height: 40px;
    border-radius: 0 100px 0 0;
}
.section_03 .large-8 .col-inner > .row{
	margin-left: -7px;
    margin-right: -7px;
}
.section_03 .large-8 .col-inner > .row > .col{
	padding: 0 7px !important;
}
.section_03 .rt_video_tu_van .col-inner{
	position: relative;
}
.section_03 .rt_video_tu_van .col-inner .video-button-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
	width: 100%;
}
.section_03 .rt_video_tu_van .col-inner .video-button-wrapper a{
	position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
	border: unset;
}
.section_03 .rt_video_tu_van .col-inner .video-button-wrapper a:hover{
	background-color: unset !important;
}
.section_03 .rt_video_tu_van .col-inner .video-button-wrapper i{
    border: 2px solid #00ADF2;
    color: #fff;
	background: #00ADF2;
    padding: 5px 8px;
    border-radius: 34px;
}
.section_03 .rt_video_tu_van .col-inner .video-button-wrapper i:hover{
	color: #2489db;
	border: 2px solid #2489db;
}
.section_03 .left{
	max-width: 36%;
    flex-basis: 36%;
}
.section_03 .right {
	max-width: 64%;
    flex-basis: 64%;
}
.section_03 .right .large-8{
    max-width: 67.5%;
    flex-basis: 67.5%;
}
.section_03 .right .large-4{
    max-width: 32.5%;
    flex-basis: 32.5%;
}
.section_03 .right .large-8 .col-inner .video-button-wrapper a{
	top: 40%;
}
/*section_product*/
.section_product .heading a:after{
	display: none;
}
.section_product .block__element_head{
	padding-top: 11px;
	background: #00ADF2;
	border-radius: 14px 20px 0 0;
}
.section_product .heading{
	background: #f2f2f2;
	border: unset;
	margin: 0;
	border-radius: 20px 20px 0 0;
}
.section_product .heading a{
	line-height: 49px;
	padding-right: 40px;
	z-index: 9;
}
.section_product .heading span {
    width: 49px;
    height: 49px;
    margin: 0px;
    border-radius: 50%;
    background: #FFF;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #00ADF2;
    z-index: 999;
    position: relative;
    left: -23px;
    top: 2px;
    text-align: center;
    line-height: 49px;
    margin-top: -2px;
}
.section_product .rt_products_sp > .col-inner{
	background: #fff;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}
.section_product .rt_products_sp > .col-inner > div{
	border: 1px solid #dedede;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: unset;
}
.rt_products_sp  .rt-product{
	max-width: 40%;
    flex-basis: 40%;
}
.rt_products_sp .box-text {
	padding-bottom: 0 !important;
	display: block;
	text-align: center;
	height: auto !important;
}
.rt_products_sp .box-text .title-wrapper a{
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    display: block;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
}
.rt_products_sp .box-text.rt_moi_dung{
	padding-top: 0;
	height: auto !important;
}
.tille_sp ,
.product_mo_ta{
	display: none;
}
.rt-product .tille_sp ,
.rt-product .product_mo_ta{
	display: block;
}
.rt-product .content_noi_dung{
	display: none;
}
.title-wrapper .category {
	display: none;
}
.rt-product .box-image{
	width: 55%;
	float: left;
	padding: 0 10px;
	padding-top: 30px;
}
.rt-product .box-text{
	width: 45%;
	padding: 0 10px;
	float: right;
}
.rt-product .rt_moi_dung{
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 23px;
	text-align: center !important;
}
.rt_moi_dung .fa-gift{
	color: #e5641b;
}
.rt_products_sp .large-columns-5 > .product{
	border-right: 1px solid #dedede;
	padding: 0 !important;
	border-bottom: 1px solid #dedede;
}
.rt_products_sp .large-columns-5 > .product:nth-child(4),
.rt_products_sp .large-columns-5 > .product:last-child{
	border-right: unset;
}
.rt-product .box-text .title-wrapper{
	display: none;
}
.rt-product .tille_sp{
	display: block;
	text-align: center;
	padding: 20px 0;
}
.rt-product .tille_sp span{
	font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.rt-product .product-short-description > div{
    line-height: 24px;
    margin-bottom: 7px;
    height: 192px;
    overflow: hidden;
    display: block;
    text-align: left;
    color: #333;
    font-weight: 500;
}
.rt-product .box-text{
	text-align: left;
}
.rt-product .online_giam_gia{
	margin-bottom: 20px;
}
.rt-product .online_giam_gia span{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(180deg, #0795CE 42.79%, #04739F 100%);
    padding: 0 22px;
    line-height: 37px;
	border-radius: 20px;
	text-transform: uppercase;
}
.rt-product .box-text ins{
	display: block;
	width: 100%;
	text-align: left;
}
.rt-product .box-text ins span{
	font-size: 29px;
	color: #EB111A;
	font-weight: bold;
	line-height: 40px;
}
.rt-product .box-text del{
	float: left;
	width: 60%;
	text-align: left;
}
.rt-product .box-text .percent{
	position: absolute;
    bottom: 13px;
    left: 45%;
}
.rt-product .hotline_sp_tv{
	text-align: right !important;
	padding-right: 2%;
}
.rt-product .cart_sp_tv{
	text-align: left !important;
	padding-left: 2%;
}
.rt_product_sp_tc > .large-12{
	padding-bottom: 0 !important;
}
/*shop-container*/
.rt_chuyen_muc .large-columns-5 > .product{
    border-right: 1px solid #dedede;
    padding: 0 !important;
    border-bottom: 1px solid #dedede;
}
.rt_chuyen_muc .large-columns-5 > .product:nth-child(4), 
.rt_chuyen_muc .large-columns-5 > .product:nth-child(9), 
.rt_chuyen_muc .large-columns-5 > .product:nth-child(14), 
.rt_chuyen_muc .large-columns-5 > .product:nth-child(19), 
.rt_chuyen_muc .large-columns-5 > .product:nth-child(24), 
.rt_chuyen_muc .large-columns-5 > .product:nth-child(29){
    border-right: unset;
}
.shop-container .rt-product{
	max-width: 40%;
    flex-basis: 40%;
}
.shop-container .products.large-columns-5{
	background: #fff;
	border: 1px solid #ddd;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.rt_chuyen_muc{
	background: #fff;
	padding: 12px;
}
.rt_chuyen_muc .box-text .title-wrapper a {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    display: block;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
}
.rt_chuyen_muc .box-text {
    padding-bottom: 0 !important;
    display: block;
    text-align: center;
}
/*box__content__rights */
.box__content__rights , .box__content__left {
	padding-top: 30px;
}
.box__content__left .rt_contetnt_cm{
	box-sizing: border-box;
    width: 100%;
    position: sticky;
    top: 65px;
    padding-bottom: 1px;
}
.box__content__rights  .headings{
	    display: inline-block;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
}
.box__content__rights .box__colum__nth2{
	overflow: hidden;
	display: block;
}
.box__content__rights .news-post-news{
	margin-bottom: 40px;
}
.box__content__rights .news-post-news .box__news__inner{
	overflow: hidden;
	display: block;
	background-color: #fff;
	border-radius: 8px;
}
.box__content__rights .news-post-news .box__thumb__img{
	overflow: hidden;
	display: block;
	border-radius: 6px;
	width: 30%;
	float: left;
}
.box__content__rights .news-post-news .box__thumb__img a{
	overflow: hidden;
	display: block;
	border-radius: 6px;
}
.box__content__rights .news-post-news img{
	height: 260px;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
	  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}

.box__content__rights .news-post-news .box__thumb__img:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.box__content__rights .news-post-news .box__content{
	width: 70%;
	padding: 18px;
	float: right;
}
.box__content__rights .news-post-news .box__content h3 a{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    display: block;
    font-weight: 500;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.box__content__rights .news-post-news .box__content .date ,
.box__content__rights .news-post-news .box__content .date a{
	font-size: 14px;
	line-height: 22px;
    color: #b1b1b1;
}
.box__content__rights .news-post-news .box__content .box__des p{
   margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    color: #575757;
    text-align: justify;
    overflow: hidden;
}
.box__content__rights .news-post-news .box__content .views__all{
	margin-top: 12px;
}
.box__content__rights .news-post-news .box__content .views__all a{
	font-size: 16px;
    text-align: center;
    color: #333;
    display: inline-block;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    background: #eee;
    font-weight: 500;
}
.box__content__rights .news-post-news .box__content:hover .views__all a{
	background: #00ADF2;
	color: #fff;
}
.related-post {
	margin-top: 20px;
}
.related-post .heading-realate span{
	font-size: 24px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
}
.related-post .new-list {
	overflow: hidden;
	display: block;
	margin: 0 -10px;
}
.related-post .new-list .new-list-post{
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 26px;
}
.related-post .new-list .new-list-post .post-image{
	overflow: hidden;
	display: block;
	height: 200px;
	border-radius: 6px;
}
.related-post .new-list .new-list-post .post-image img{
	width: 100%;
    height: 200px;
    border-radius: 6px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.related-post .new-list .new-list-post .post-image:hover img{
	    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.related-post .new-list .new-list-post  .post-content{
	padding-top: 10px;
}
.related-post .new-list .new-list-post  .post-content h3 ,
.related-post .new-list .new-list-post  .post-content h3 a{
    font-size: 20px;
    color: #0d6069;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    position: relative;
    margin-bottom: 5px;
}
.related-post .new-list .new-list-post  .post-content .date{
    font-size: 15px;
    color: #838383;
    line-height: 26px;
    margin: 0;
    overflow: hidden;
    display: block;
    font-weight: 300;
}
.related-post .new-list .new-list-post  .post-content .des p{
    font-size: 17px;
    color: #333;
    line-height: 22px;
    margin: 0;
    height: 66px;
    overflow: hidden;
    display: block;
    font-weight: 300;
}
.new_list{
	margin: 0 -10px;
}
.new_list .new_list_post{
	width: 25%;
	float: left;
	padding: 0 10px;
	margin-bottom: 25px;
}
.new_list .new_list_post > div{
    border: 1px solid #dedede;
    border-radius: 10px;
    background: #fff;
}
.new_list .new_list_post .post-image{
	overflow: hidden;
	display: block;
	height: 220px;
	border-radius: 10px 10px 0 0;
}
.new_list .new_list_post .post-image img{
	height: 220px;
	width: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.new_list .new_list_post .post-image:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.new_list .new_list_post .post-content{
	padding: 12px;
	border-radius: 0 0 10px 10px;
}
.new_list .new_list_post .post-content h3  ,
.new_list .new_list_post .post-content h3 a{
	color: #333;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: block;
}
.new_list .new_list_post .post-content .box__des p{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	display: block;
}
.new_list .new_list_post .post-content .views__all a{
	text-align: center;
    background: #eee;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-top: 12px;
    color: #00ADF2;
    font-weight: 400;
    font-size: 16px;
    list-style: 36px;
}
.product-footer{
	padding-top: 30px;
}
.product-footer .woocommerce-tabs{
	background: #fff;
	border-radius: 12px;
	padding: 30px 20px;
	border: 1px solid #ececec !important;
}
.product-footer .product-tabs{
	border-bottom: 1px solid #ddd;
}
.product-footer .product-tabs li a{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #333;
}
.product-footer .nav-line>li>a:before{
	display: none !important;
}
.product-main .content-row {
    max-width: 1370px !important;
    padding: 20px 0;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dedede;
}
.product-main .large-9 ,
.product-main .content-row #product-sidebar{
	padding: 0 15px 30px !important;
}
.rt_woocommerce_single_product_summary{
	position: relative;
}
.rt_woocommerce_single_product_summary .product-short-description{
	border: 1px solid #dedede;
	padding: 15px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.rt_woocommerce_single_product_summary .price2{
	margin-bottom: 20px;
}
.rt_woocommerce_single_product_summary .price2 ins{
	display: block;
    padding-left: 22px;
    font-size: 18px;
    color: #333;
    font-weight: 500 !important;
    line-height: 30px;
    background: url(img/tktk.png) 0px 9px no-repeat;
}
.rt_woocommerce_single_product_summary .price2 span{
	color: red;
	font-size: 24px;
}
.rt_woocommerce_single_product_summary .price2 del{
    padding-left: 22px;
    font-size: 18px;
    color: #777;
    text-decoration: unset;
    font-weight: 400 !important;
    line-height: 30px;
    background: url(img/tktk.png) 0px 4px no-repeat;
}
.rt_woocommerce_single_product_summary .price2 del span{
	    text-decoration: line-through;
		color: #777;
}
.rt_woocommerce_single_product_summary .is-divider{
	max-width: 100%;
	height: 1px;
	background: #333 !important;
}
.rt_woocommerce_single_product_summary .html_sp{
	margin-left: 0;
    position: absolute;
    bottom: 18px;
    left: 150px;
}
.rt_woocommerce_single_product_summary .html_01 .html_hotline{
	height: 47px;
    display: flex;
    align-items: center;
	padding: 0;
	background: transparent;
}
.rt_woocommerce_single_product_summary .html_01 .html_hotline a{
    height: 42px;
    color: #fff;
    background: #00adf2;
    border: 1px solid #00adf2;
    border-radius: 10px;
    line-height: 42px;
    padding: 0 25px;
}
.rt_woocommerce_single_product_summary .html_01 .html_hotline a:hover{
	background: #028BC2;
}
.type-product .large-9 {
	border-left: unset!important;
}
#product-sidebar .widget {
    margin-bottom: 10px;
    padding: 0;
	display: flex;
	flex-direction: column;
}
#product-sidebar .widget .menu{
	border: #e7e7e7 solid 1px;
}
#product-sidebar  .widget-title {
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 6px;
    font-weight: 700;
    background: #00ADF2;
}
#product-sidebar .is-divider {
	display: none;
}
#product-sidebar .menu  li:first-child>a {
    border: none;
}
#product-sidebar .menu li  {
	position: relative;
}
#product-sidebar .menu li:before {
	content: "";
    background: url(img/listmenu.png) left no-repeat;
    width: 6px;
    position: absolute;
    left: 5px;
    top: 15px;
    display: table;
    height: 6px;
    float: left;
}
#product-sidebar .menu li a {
	display: block;
    color: #2e2e2e;
    font-size: 14px;
    position: relative;
    border-top: #e5e4e4 solid 1px;
    padding: 8px 0 8px 20px;
}
.checkout p#billing_phone_field{
	display: inline-block;
	width: 48%;
}




/*mobile*/
@media (max-width: 1600px) {
	.header-main .flex-left ul.header-nav{
		margin-left: 0;
	}
	.html_01 .html_hotline{
		padding-right: 20px;
	}
	.html_01 .html_hotline:nth-child(2){
		padding-right: 0;
	}
	.header-bottom-nav > .menu-item > a{
		font-size: 16px;
	}
	.section_01 .large-3{
		max-width: 20%;
    	flex-basis: 20%;
	}
	.section_01 .large-6{
		max-width: 60%;
    	flex-basis: 60%;
	}
	.section_01 .right .widgettitle{
		margin-top: 15px;
		font-size: 18px;
	}
	.section_01 .right .widget_nav_menu .menu li{
		margin-bottom: 10px;
    	padding-bottom: 10px;
	}
	.section_thongtin h3{
		font-size: 14px;
	}
	.section_thongtin .icon-box .icon-box-text p{
		font-size: 13px;
	}
	.section_02 .heading a{
		font-size: 34px;
	}
	.footer_04 p{
		padding-bottom: 30px;
	}
}
@media (max-width: 1200px) {
	.header_banner .large-8 .section-title-main{
		font-size: 32px;
	}
	.header-top .nav li{
		margin: 0;
	}
	.header-top .nav li a{
		font-size: 14px;
		padding: 0 8px;
	}
	.header-top .nav li a:after{
		left: 0;
	}
	.header-bottom-nav > .menu-item{
		margin: 0 15px;
	}
	.html_01 {
	    margin-left: 20px;
	}
	.html_01 .html_hotline{
		padding-right: 0;
	}
	.html3{
		display: none;
	}
	.header-main .header-nav .header-search-form{
		margin-left: 0px;
	}
	#logo {
    	width: 220px !important;
	}
	#mega_menu > li .menu-image-title{
		padding-left: 0;
	}
	#mega_menu>li>a{
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
    	padding-right: 10px;
	}
	.header_banner .ux-menu .ux-menu-link__link{
		font-size: 14px;
	}
	.header_banner h1{
		font-size: 26px;
    	line-height: 30px;
	}
	.section_01 .right .widgettitle:after{
		left: 15px;
	}
	.section_01 .right .widgettitle{
		font-size: 14px;
		padding-left: 60px;
	}
	.section_01 .right .widget_nav_menu{
		margin-bottom: 0;
	}
	.section_01 .right .widget_nav_menu .menu li a{
		font-size: 14px;
		line-height: 22px;
	}
	.section_01 .right .widget_nav_menu .menu{
		padding: 10px;
	}
	.section_thongtin .col-inner{
		padding: 15px 0;
	}
	.section_thongtin .icon-box{
		margin-bottom: 8px;
		text-align: center;
		display: grid;
	}
	.section_thongtin .icon-box .icon-box-img{
		margin: 0 auto 10px;
	}
	.section_thongtin h3{
		font-size: 12px;
	}
	.section_thongtin .row{
		gap: 0;
	}
	.section_thongtin .row > .col{
        width: 25%;
        flex-basis: 25%;
        max-width: 25%;
	}
	.section_02 .heading a{
		font-size: 28px;
        margin: 0 0 20px;
	}
	.section_02 .rt_sp_ban_chay .large-12 > .col-inner{
		padding: 25px 15px 20px;
	}
	.section_02 .block-product-2{
		padding: 20px 15px 20px;
	}
	.heading a{
		font-size: 18px;
	}
	.product .box-text .rt_add_to_cart > div{
		width: 100%;
	}
	.product .box-text .content_giam_gia{
		padding: 6px;
	}
	.product .box-text .rt_add_to_cart .hotline_sp_tv{
		margin-bottom: 6px;
	}
	.box-text ins span ,
	.box-text ins{
		font-size: 14px;
	}
	.box-text del{
		font-size: 14px;
	}
	.rt_products_sp .large-columns-5 > .rt-product{
		max-width: 42% !important;
	    flex-basis: 42% !important;
	}
	.rt_products_sp .large-columns-5 > .product:nth-child(2) ,
	.rt_products_sp .large-columns-5 > .product:nth-child(3){
	    max-width: 29%;
	    flex-basis: 29%;
	}
	.rt_products_sp .large-columns-5 > .product{
		max-width: 33.33%;
	    flex-basis: 33.33%;
	}
	.rt-product .online_giam_gia span{
		font-size: 14px;
	}
	.rt-product .box-text ins span{
		font-size: 20px;
	}
	.rt-product .online_giam_gia span{
		padding: 0 15px;
	}
	.rt_products_sp .large-columns-5 > .product:nth-child(4){
		border-right: 1px solid #dedede;
	}
	.rt_products_sp .large-columns-5 > .product:nth-child(3),
	.rt_products_sp .large-columns-5 > .product:nth-child(6),
	.rt_products_sp .large-columns-5 > .product:last-child{
		border-right: unset;
	}
	.footer_02 .has-hover .box-text p{
		font-size: 14px;
	}
	.rt_chuyen_muc .large-columns-5 > .rt-product{
		max-width: 42% !important;
	    flex-basis: 42% !important;
	}
	.rt_chuyen_muc .large-columns-5 > .product:nth-child(2) ,
	.rt_chuyen_muc .large-columns-5 > .product:nth-child(3){
	    max-width: 29%;
	    flex-basis: 29%;
	}
	.rt_chuyen_muc .large-columns-5 > .product{
		max-width: 33.33%;
	    flex-basis: 33.33%;
	}
	.rt-product .tille_sp span{
		font-size: 15px;
	}
	.rt-product .tille_sp{
		padding: 12px 0;
	}
	.rt_chuyen_muc .box-text {
	    padding: 0 !important;
	    text-align: left;
	    padding: 0;
	}
	.rt-product .box-text .rt_add_to_cart > div{
		width: 50%;
	}
	.dang_ky .icon-box h3{
		font-size: 18px;
	}
	.bt_hotline .site-inner{
		max-width: 100%;
		padding: 0 15px;
	}
	.bt_hotline .site-inner p{
		font-size: 14px;
		line-height: 24px;
	}
	.bt_hotline .site-inner a{
		font-size: 16px;
		line-height: 22px;
	}
	.bt_hotline .site-inner > div{
		padding: 0 15px;
	}
	.dang_ky .section-content{
		padding: 0 15px;
	}
	.footer-1 .col:nth-child(4),
	.footer-1 .col:nth-child(3),
	.footer-1 .col:nth-child(2){
		max-width: 25%;
    	flex-basis: 25%;
	}
	.footer-1 .col:nth-child(5){
		max-width: 100%;
    	flex-basis: 100%;
	}
}
@media (max-width: 900px) {
	.header_banner h1{
		font-size: 22px;
        line-height: 26px;
		padding: 10px 0 10px;
	}
	.header_banner .large-4{
		max-width: 100%;
    	flex-basis: 100%;
	}
	.header_banner .large-8{
		display: none;
	}
	.section_01 .large-6 ,
	.section_01 .large-3{
		max-width: 100%;
    	flex-basis: 100%;
	}
	.section_01 .large-3:nth-child(3){
		display: none;
	}
	.header_banner .large-4 .img {
		width: 70% !important;
		margin: 0 auto;
		text-align: center;
	}
	.nav>li.has-icon>a>i{
		color: #222;
	}
}
@media (max-width: 767px) {
	.header_banner h1{
		font-size: 15px;
        line-height: 20px;
		margin-bottom: 15px;
	}
	.header_banner .ux-menu{
		gap: 10px;
		margin-top: 10px;
		margin-bottom: 12px;
		display: none;
	}
	.box-text del, .box-text ins {
		width: 100%;
	}
	.flickity-slider .banner{
		padding-top: 300px !important;
	}
	.section_thongtin .row > .col{
		width: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
	}
	.section_thongtin .icon-box{
		margin-bottom: 0;
	}
	.section_thongtin .icon-box .icon-box-text{
		padding-left: 0px;
	}
	.section_thongtin h3{
		font-size: 11px;
	}
	.section_product .rt_products_sp > .col-inner{
		padding: 15px;
	}
	.icon_rt .medium-4{
		margin-bottom: 10px;
		overflow: hidden;
		text-transform: capitalize;
	}
	.icon_rt .medium-4 .medium-3{
		display: none;
	}
	.block-product-1 .spd1_box_left{
		width: 100%;
	}
	.block-product-1 .spd1_box_right{
		width: 100%;
	}
	.rt_img_box_3 > div{
		padding-bottom: 0;
	}
	.block-product-2 .box-image,.block-product-2 .box-image img{
		height: 120px;
	}
	.block-product-2 .box-text{
		padding: 10px 10px 5px 10px !important;
	}
	.block-product-3 .box-image,.block-product-3 .box-image img{
		width: 100%;
		height: 120px;
		object-fit: cover;
	}
	.block-product-3 .box-text{
		width: 100%;
		padding: 10px !important;
	}
	.box_first_posts{
		padding-top: 0 !important;
	}
	.box_first_posts .news-item-posts{
		width: 100%;
	}
	.box__second_posts .news-item-sidebar-clear{
		width: 100%;
	}
	.form_dk > div:nth-child(1){
		width: 100%;
	}
	.form_dk > div:nth-child(2){
		width: 100%;
	}
	.block-product-2-edit .slider-wrapper .text-inner h2{
		font-size: 35px;
	    margin-bottom: 10px;
	}
	.rt_woocommerce_single_product_summary .html_01 .html_hotline a{
		padding: 0 10px;
	}
	#logo img{
		padding:5px !important;
	}
	.new_row_2 .new_row_2_div img{
		padding-top: 0;
		width: auto;
		height: auto;
	}
	.new_row_2 .new_row_2_div .row_new2_box{
		padding: 10px;
	}
	.news-style-3 .news-item-bottom{
		width: 100%;
	}
	.filed_ph > div:nth-child(1){
		width: 100%;
	}
	.filed_ph > div:nth-child(2){
		width: 100%;
	}
	.new_row_2 .new_row_2_div > .col-inner .col{
		padding-bottom: 5px;
	}
	.block-product-2 .box-text > a{
		padding-right: 30px;
	}
	.block-product-1 .box-text{
		background: url(img/star.png) center 55px no-repeat;
	}
	.footer-2 ul.menu{
		display: none;
	}
	.single-product h1.entry-title{
		font-size: 20px;
	}
	ul.product_list_widget li a:not(.remove){
		font-size: 12px;
	}
	.block-product-1 .col-3{
		width: 100%;
	}
	.block-product-1 .box-image,.block-product-1 .box-image img{
		height: 200px;
	}
	.rt_chuyen_muc .large-columns-5 > .product.rt-product ,
	.rt_products_sp .large-columns-5 > .product.product.rt-product {
	    max-width: 100% !important;
	    flex-basis: 100% !important;
	    border-bottom: 1px solid #dedede !important;
	}
	.rt_chuyen_muc .large-columns-5 > .product ,
	.rt_products_sp .large-columns-5 > .product {
	    max-width:50% !important;
	    flex-basis:50% !important;
	    border-right: 1px solid #dedede !important;
	}
	.rt-product .box-image{
		width: 100%;
		padding-top: 0;
	}
	.rt-product .box-text{
/* 		display: none; */
		text-align:center;
		width:100%;
	}
	.rt_products_sp .box-text.rt_moi_dung{
		display: block;
	}
	.section_02 .heading a {
	    font-size: 18px;
	    min-height: 45px;
	    background-size: contain;
	    padding-top: 4px;
	    margin-top: -36px;
	    margin-bottom: 12px;
	}
	.box-text .price{
		text-align: center;
	}
	.heading a{
		font-size: 14px;
	}
	.block__element_head .text_head{
		display: none;
	}
	.section_product .heading span {
	    width: 40px;
	    height: 40px;
	    margin: 0px;
	    border-radius: 50%;
	    background: #FFF;
	    display: inline-block;
	    font-size: 25px;
	    font-weight: bold;
	    z-index: 999;
	    position: relative;
	    left: -20px;
	    top: 2px;
	    text-align: center;
	    line-height: 40px;
	    margin-top: -2px;
	}
	.section_03 .right .large-8 ,
	.section_03 .right .large-4 ,
	.section_03 .left ,
	.section_03 .right{
	    max-width: 100%;
	    flex-basis: 100%;
	}
	.footer-1 .large-3:nth-child(1) ,
	.footer-1 .large-3:nth-child(2) ,
	.footer-1 .large-3:nth-child(3) ,
	.footer-1 .large-3:nth-child(4) ,
	.footer-1 .large-3:nth-child(5){
		max-width: 100%;
	    flex-basis: 100%;
	}
	.rt_tong_dai .large-12 .section-title-main{
		left: 0;
	}
	.rt_tong_dai .row .large-3 p{
		margin-bottom: 0 !important;
	}
	.footer-1 .rt_tong_dai > .col-inner{
		padding-bottom: 20px;
	}
	.footer_02 .section-title-main{
		font-size: 20px;
		margin: 0;
	}
	.footer_02 .large-12 p{
		font-size: 14px;
	}
	.footer_02 .has-hover{
		overflow: hidden;
		display: block;
	}
	.footer_02 .has-hover .box-image{
		width: 22% !important;
		float: left;
	}
	.footer_02 .has-hover .box-text{
		width: 78%;
		float: right;
	}
	.product-container .next-prev-thumbs{
		display: none !important;
	}
	.product-main .content-row{
		margin: 0 12px;
    	width: 93%;
	}
	.rt_woocommerce_single_product_summary .price2 ins{
		font-size: 16px;
	}
	.rt_woocommerce_single_product_summary .price2 span{
		font-size: 20px;
	}
	.product-container .product-info{
		padding-bottom: 0 !important;
	}
	.box__content__rights .news-post-news .box__thumb__img ,
	.box__content__rights .news-post-news .box__content{
		width: 100%;
	}
	.box__content__rights .news-post-news img{
		object-fit: contain;
	}
	.new_list .new_list_post{
		width: 100%;
	}
	.searchform-wrapper .search-form-categories .search_categories {
		background: #fff;
	    border-radius: 5px !important;
	    width: 100px !important;
	}
	.searchform-wrapper .search-field {
		border-radius: 5px !important;
    	background: #fff !important;
	}
	.rt_woocommerce_single_product_summary .html_01 .html_hotline{
		height: 42px;
    	padding: 0;
	}
	.rt_woocommerce_single_product_summary .html_sp{
		bottom: 20px;
	}
	/*.rt_products_sp .large-columns-5 > .product{
		border: unset;
	}*/
	/*.rt_add_to_cart .hotline_sp_tv a{
		font-size: 11px;
		padding-left: 18px;
    	padding-right: 6px;
	}
	.rt_add_to_cart .hotline_sp_tv a:after{
		left: 6px;
	}*/
	.product .box-text .rt_add_to_cart{
        display: grid;
        justify-content: center;
        margin-bottom: 10px;
	}
	.section_02 , .section_01 .large-3.left{
		display: none;
	}
	.rt_add_to_cart .cart_sp_tv a ,
	.rt_add_to_cart .hotline_sp_tv a{
		font-size: 9px;
		padding-left: 14px;
		line-height: 26px;
    	padding-right: 5px;
	}
	.rt_add_to_cart .hotline_sp_tv a:after{
        left: 18px;
        top: 9px;
	}
	.rt_add_to_cart .cart_sp_tv a:after{
        left: 6px;
        top: 8px;
	}
	.product .box-text .rt_add_to_cart > div{
		width: 50%;
	}
	.product .box-text .rt_add_to_cart{
		padding: 0 5px;
	}
	.rt-product .rt_add_to_cart .hotline_sp_tv a{
		font-size: 13px;
		font-weight: 400;
		line-height: 30px;
		color: #fff;
		display: inline-block;
		padding-left: 24px;
		padding-right: 15px;
		border-radius: 40px;
		position: relative;
	}
	.rt-product .rt_add_to_cart .cart_sp_tv a {
		font-size: 13px;
		font-weight: 400;
		line-height: 30px;
		color: #fff;
		display: inline-block;
		padding-left: 24px;
		padding-right: 12px;
		border-radius: 40px;
		position: relative;
	}
	#support_mobile{
		display: block;
		width: 92.5%;
	    height: auto;
	    float: left;
	    margin: 0px;
	    padding: 0px;
	    background: #00ADF2;
	    text-align: center;
	    position: fixed;
	    z-index: 1000;
	    bottom: 0px;
	}
	#support_mobile .item-support {
	    width: 25%;
	        height: 80px;
	    float: left;
	    position: relative;
	    margin: 0px;
	    text-align: center;
	    background: #00ADF2;
	}
	#support_mobile .item-support .name {
	    color: #fff;
	    font-size: 13px;
	    margin: 3px 5px;
	    display: block;
	}
	#support_mobile .zalo {
	    background: #ff8f2b;
	}
	#support_mobile .facebook {
	    background: #0080f7;
	}
	#support_mobile .order {
	    background: #575757;
	}
	#support_mobile .call .icon {

    width: 25px;
    height: 25px;
    background: url(img/Vector.gif)center center no-repeat;
    background-size: 19px !important;

	}
	#support_mobile .item-support .icon {
	    background-size: 100%;
	    display: inline-block;
	    margin-top: 10px;
    }
	#support_mobile .zalo .icon {
	    width: 45px;
	    height: 25px;
	    background: url(img/icon-zalo.png) no-repeat;
	    background-size: 100%;
	}
	#support_mobile .facebook .icon {
	    width: 25px;
	    height: 25px;
	    background: url(img/Vector.gif) no-repeat;
	    background-size: 100%;
	}
	#support_mobile .order .icon {
	    width: 25px;
	    height: 25px;
	    background: url(img/icon-order.png) no-repeat;
	    background-size: 100%;
	}
	.bt_hotline{
		display: none;
	}
	.footer_02{
		padding-bottom: 0 !important;
	}
	.footer_02 .rt_map_showroom {
		padding-bottom: 10px !important;
	}
	.footer_04{
		padding-bottom: 85px !important;
	}
	.footer_04 .section-content{
		z-index: unset;
	}
	.checkout p#billing_phone_field{
		display: block;
		width: 100%;
	}
	.dang_ky .section-content{
		padding-bottom: 20px;
	}
	.footer-1 .col:nth-child(4), .footer-1 .col:nth-child(3), .footer-1 .col:nth-child(2){
		max-width: 100%;
        flex-basis: 100%;
	}
}