/*
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);
}
#billing_email_field {
	display: none;
}
.bt_hotline .site-inner .hotline{
  /*background: url(images/k2.jpg) 4px 7px no-repeat;*/
  /*padding-left: 40px;*/
}
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-main .html_topbar_right {
	display: flex;
	align-items: center;
}
.header-main .nav-right .icon-box-img {
	margin-bottom: 10px;
}
.header-main .nav-right img {
	max-width: 25px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.header-main .icon-box-text p,
.header-main .icon-box-text a,
.header-main .icon-box-text {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.header-bottom .nav > li > a{
	font-size: 15px;
}
@media only screen and (min-width: 851px) {
	.header-main .nav-right img.cart-img-icon {
		margin-bottom: 26px;
		width: 20px;
	}
}
/*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;
}

.container.rt-breadcrumbs {
	margin-bottom: 0;
	padding-top: 20px;
	padding-left: 0;
}
/*footer_wrapper */

.footer-box1 .large-12 {
	padding-bottom: 0;
}
.footer-box1 .icon-box {
	width: 20%;
	padding: 20px 10px;
	border-left: 1px solid #707070;
	text-align: center;
}
.footer-box1 .col-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-box1 .icon-box-img {
	margin: 0 auto 10px;
}
.footer-box1 .icon-box-img img {	
	margin: auto;
	height: 70px;
	object-fit: contain;
}
.footer-box1 .icon-box-text h4{
	color: #273881;
	font-size: 14px;
	margin-bottom: 0;
}	
.footer-box1 .icon-box:last-child {
	border-right: 1px solid #707070;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-box1 .icon-box:last-child p{
	color: #273881;
	font-size: 13px;
	margin-bottom: 0;
}	
/**/
.footer-box2 {
	padding-bottom: 0 !important;
	padding-top: 50px !important;
}
.footer-box2 .row {
}
.footer-box2 .col {
	padding-bottom: 0;
}
.footer-box2 .social-icons {
	color: #273881;
	font-size: 17px;
}
.footer-box2 .social-icons a {
	border: 0;
	color: #273881;
	margin-bottom: 0;
}
.footer-box2 .social-icons .button.icon {
	min-width: 1.6em;
	background-color: transparent !important;
}
.footer-box2 .text {
	display: flex;
}
.footer-box2 .text h3 {
	max-width: 235px;
}
.footer-box2 .form-flat p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-box2 .wpcf7-spinner {
  position: absolute;
}
.footer-box2 .form-flat .wpcf7-form-control-wrap[data-name="your-email"] {
  width: calc(100% - 200px);
  padding-right: 20px;
}
.footer-box2 .form-flat .wpcf7-form-control-wrap {
  width: 100%;
}
.footer-box2 .form-flat input.wpcf7-form-control {
  width: 162px;
  border-radius: 6px;
  margin: 0 !important;
  height: 40px;
}
.footer-box2 .form-flat input.wpcf7-form-control input {
  width: 100%;
}
.footer-box2 .form-flat .wpcf7-form-control-wrap[data-name="your-email"] input {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  color: #636060 !important;
  border: 0;
  padding: 15px;
}
.form-flat label {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
/**/
.footer-box3 {
	font-size: 14px;
}
.footer-box3 .col-inner > h3 {
	color: #008578;
	font-size: 15px;
}
.footer-box3 p{
	margin-bottom: 10px;
}
b, strong {
	font-weight: 600 !important;
}
@media only screen and (min-width: 641px) {
.footer-box3 .col:first-child {

}
}
.footer-box3 a.ux-menu-link__link{
	color: #636060;
	border: 0;
}
.footer-box3 .col:nth-child(4) a.ux-menu-link__link{
	color: #000;
	font-weight: bold;
}
.footer-box3 .col:nth-child(4) .label-popular.menu-item > a::after {
	background-color: #7a9c59;
	width: 50%;
	opacity: 0;
}
/**/
.footer-box4 {
	font-size: 14px;
}
.footer-box4 .row .text{
	font-size: 18px;
	font-weight: 600;
	display: block;
	line-height: 30px;
	margin-bottom: 15px;
}
.footer-box4 .col:first-child h2 {
	font-size: 19px;
}
.absolute-footer {
	display: none !important;
}
.footer-box4 .col:last-child{
	font-size: 12px;
	padding-bottom: 0;
}
.footer-box4 .stack  img {
	width: auto;
	height: auto;
	max-height: 45px;
	object-fit: contain;
}
.footer-box4 .gallery-item {
	flex-basis: unset !important;
	width: auto;
	padding-right: 10px;
	padding-left: 0;
}
/**/
.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;
}
.header-bottom .header-nav {
  display: flex;
	justify-content:space-between;
}
.header-bottom .header-nav li {
}
.search-form{
	width: 100% !important;
}
.clear {
	clear: both;
}
.image-tools.top.right {
	z-index: 9;
}
.badge-container {
	color: #fff;
	background-color: #273881;
	padding: 7px 10px;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	font-size: 14px;
	left: auto !important;
	right: 0;
	margin-top: 10px;
}
.badge-container::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 7px solid #273881;
	border-bottom: 7px solid transparent;
	border-left: 5px solid transparent;
	top: 50%;
	transform: translateY(-50%);
	left: -11px;
}
.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 10px;
}
.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: 10px;
	border-top: 1px solid #dedede;
}
.product .box-text .rt_add_to_cart{
	padding: 0 10px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: nowrap;
}
.product .box-text .rt_add_to_cart > div{
	width: 50%;
	float: left;
	text-align: center;
}
.product .box-text .rt_add_to_cart > div.cart_sp_tv{
	text-align: right;
}
.rt_add_to_cart .hotline_sp_tv a{
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	display: inline-block;
    padding-left: 24px;
    padding-right: 15px;
	border-radius: 40px;
	position: relative;
	background-color: #FCAE1D;
}
.rt_add_to_cart .hotline_sp_tv a::before {
	content: "";
	display: inline-block;
	height: 11px;
	width: 10px;
	background: url(img/phca.png) no-repeat;
	margin-right: 5px;
}
.rt_add_to_cart .cart_sp_tv a{
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding-left: 24px;
    padding-right: 12px;
	border-radius: 40px;
	position: relative;
	background-color: #273881;
}
.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;
}
.rt_add_to_cart .cart_sp_tv a:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    height: 13px;
    width: 12px;
    background: url(img/casp.png) no-repeat;
}

.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 {
	position: relative;
	margin: 0 0 6px 0;
	line-height: 22px;
	height: unset;
	overflow: hidden;
	margin: 0;
	height:auto !important;
}
.box-text .price{
    display: inline-block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    line-height: 22px;
    color: red;
    font-weight: 600;
	height: 45px;
}
.box-text .percent{
	float: right;
	color: #f16522;
	display: block;
	font-weight: 400;
	font-size: 15px
}
.percent{
	display: none;
}
.box-text del{
	display: block;
	float: left;
	text-align: center;
}
.box-text del span{
	font-size: 13px;
}
.box-text ins {
	display: block;
}
.box-text .sale{
	color: #eb111a;
}
.rt_sec-product .box-text .sale {
	color: #fff;
	background-color: #273881;
	padding: 7px 10px;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: bold;
}
.product.rt_sec-product .box-text .rt_add_to_cart{
	padding: 0;
}
.product.rt_sec-product .box-text .rt_add_to_cart > div{
	width: 100%;
}
.rt_sec-product .rt_add_to_cart .hotline_sp_tv a{
	line-height: 30px;
    border-radius: 25px;
	width: 100%;
}
.rt_products_sp .rt_sec-product .box-text .title-wrapper {
	margin-bottom: 25px;
}

.rt-product .box-text .sale::before {
	content: "(";
}
.rt-product .box-text .sale::after {
	content: ")";
}
.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: 16px;
    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;
	order: 2;
	margin-left: 20px;
}
.product-info .price-wrapper del .amount {
	font-size: 19px;
	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: 10px 10px 0 0; 
}
.block-product-2 .box-image img{
	width: 100%;
	height: 245px;
	object-fit: contain;
	border-radius: 10px 10px 0 0; 
}
.block-product-2 .box-text{
	padding:10px 0px 0px 0px !important;
	overflow: hidden;
	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: 1px solid #56ae5f;
}
.heading a{
	background-color: #273881;
	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: 6px;
    color: #f07722;
    font-size: 15px;
    right: 0;
    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;
}

/*them*/
.html_01{
	margin-left: 50px;
}
.html_01 .html_hotline{
	width: auto;
    padding: 0 37px;
    display: inline-block;
    background: url(img/ph_bn.png) 0px 9px no-repeat;
}
.html_01 .html_hotline p{
	font-size: 15px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	margin: 0;
}
.html_01 .html_hotline a{
	font-size: 17px;
	font-weight: 500;
	color: #159158;
	line-height: 24px;
}
.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 .searchform {
	border: 1px solid #E0E0E0;
	border-radius: 40px;
	margin: 0 10%;
}
.header-main .searchform .search-form-categories {
	width: 20%;
	padding-right: 2%;
	border-right: 1px solid #E0E0E0;
	color: #707070;
	font-weight: bold;
}
.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;
	padding-right: 5px;
	padding-top: 4px;
}
.header-main .searchform .button.icon {
	margin: 0;
	padding: 0 !important;
}
.header-main .searchform .search-form-categories .search_categories {
	width: 100% !important;
    background: #fff !important;
    border: unset !important;
    box-shadow: unset !important;
}
.header-main .searchform .icon-search {
	font-weight: 500 !important;
	color: #fff !important;
	font-size: 15px !important;
	background-color: #273881;
	border-radius: 99px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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: 16px;
	line-height: 40px;
	border-radius: 10px;
	font-weight: 500;
	min-width: 283px;
	border-radius: 5px;
	height: 56px;
}
.single-product h1.entry-title{
	font-size: 27px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.single-product .rt_msp{
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
}
.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: 5px;
}
.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;
}

/*section_01*/
@media only screen and (min-width: 801px) {
.section_01 .large-3:first-child {
  padding-right: 6px;
}
.section_01 .large-3:last-child {
  padding-left: 6px;
}
.section_01 .col {
	padding-bottom: 0;
}
}
/* section_02 */

@media only screen and (min-width: 851px) {
.section_012 .col {
	flex-basis: 20%;
	max-width: 20%;
}
}
.section_doitac .large-12{
	padding-bottom:0;
}
.section_doitac .section-content {
	padding-top: 30px;
	background-color: #ECECEC;
}
.section_doitac {
	padding-top: 0 !important;
}
.header-main .searchform .search-form-categories .search_categories {
	background-image: url('img/ico-select.png') !important;
	background-size: 8px !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
}
/*section_02*/
.section_02{
	padding-bottom: 0 !important;
}
.section_02 .rt_sp_ban_chay .large-12 > .col-inner{
}
.section_02 .rt_sp_ban_chay .large-12 .heading a:after {
	display: none;
}
.section_02 .block-product-2{
}
.section_02 .product_slider{
}
.section_02 .product_slider .product{
}
.section_02 .product_slider .product-small.col-4 {
}
.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;
}
.section_02 .heading a {
	background-color: transparent;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 6px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/heading.png);
	min-height: 60px;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 8px;
	margin-top: -51px;
	background-size: contain;
	margin-bottom: 20px	;
}
.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 .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 #fff;
    color: #fff;
    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: 2px;
	background-color: #273881;
}
.section_product .heading{
	background: #f2f2f2;
	border: unset;
	margin: 0;
}
.section_product .heading a{
	line-height: 40px;
	padding-right: 40px;
	z-index: 9;
	min-width: 390px;
}
.section_product .heading span {
    width: 40px;
    height: 40px;
    margin: 0px;
    border-radius: 50%;
    background: #FFF;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #273881;
    z-index: 999;
    position: relative;
    left: -23px;
    top: 2px;
    text-align: center;
    line-height: 40px;
    margin-top: -2px;
}
.section_product .rt_products_sp > .col-inner{
}
.section_product .rt_products_sp > .col-inner > div{
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: unset;
}
.product-small .box-pro-info {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}
.thuong_hieu {
	border-bottom: 1px solid #ededed;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #636060;
	font-size: 12px;
}
.rt-product .box-pro-info {
	padding: 0px;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}
.rt-product .thuong_hieu{
	display: none;
}
.rt-product {
  background-color: #fff;
  border: 1px solid #D6D6D6;
}
.rt_products_sp .large-columns-5 > .col.rt-product {
	max-width: 35%;
    flex-basis: 35%;
	padding-bottom:0;
}
.rt_products_sp .large-columns-5 > .col.rt_sec-product {
	flex-basis: 16.25%;
	max-width: 16.25%;
	padding-bottom:0;
}
.rt_products_sp .box-text {
	padding-bottom: 0 !important;
	display: block;
	height: auto !important;
}
.rt_products_sp .box-text .title-wrapper a {
	font-size: 15px;
	font-weight: 600;
	color: #636060;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	display: block;
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.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: 10px;
	text-align: center !important;
}
.rt_moi_dung .fa-gift{
	color: #e5641b;
}
.rt_products_sp .large-columns-5 > .product{
	/*padding: 0 !important;*/
}
.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 10px;
}
.rt-product .tille_sp span{
	font-size: 15px;
    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: 10px 0;
}
.rt-product .online_giam_gia span{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background: #FCAE1D;
	padding: 0 16px;
	line-height: 30px;
	border-radius: 40px;
	text-transform: uppercase;
}
.box-text ins{
	display: block;
	width: 100%;
	text-align: left;
}
.rt-product .box-text ins span{
	font-size: 29px;
	color: #eb492a;
	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;
}
.product-short-description h4 {
	font-size: 15px;
}
/*shop-container*/
.rt_chuyen_muc .large-columns-5 > .product{
	padding:0 5px !important;
	margin-bottom: 5px;
}
.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;
    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: 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: #003399;
	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: #003399;
    font-weight: 400;
    font-size: 16px;
    list-style: 36px;
}
.product-footer{
	padding: 30px 0;
}
.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 #707070;
}
.product-footer .description_tab.active {
	border-bottom: 2px solid #273881;
	padding: 0 20px;
}
.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 {
}
.product-main .large-9 ,
.product-main .content-row #product-sidebar{
	padding: 0 15px 30px !important;
}
.rt_woocommerce_single_product_summary .product-short-description{
	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: #333;
    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;
}
.rt_woocommerce_single_product_summary .is-divider{
	max-width: 100%;
	height: 1px;
	background: #333 !important;
}
.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 IMG{
	width: 100%;
	object-fit: contain;
}
#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: linear-gradient(#22c71d,#1db118,#22c71d);
}
#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%;
}
/*single pro*/
.product-small .badge-container {
	display: none;
}
.procus-col{
	background-color: #fff;
	border-radius: 6px;
}
.product-info.summary {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
}
.product-info-left{
	padding: 40px 20px 20px;
	width: calc(60% - 40px);
	height: 100%;
}
.product-info .product-info-left .breadcrumbs{
	display: none;
}
.product-info .product-info-left .quantity {
	margin-top: 25px;
	position: relative;
	width: 100%;
}
.product-info .screen-reader-text {
	height: auto;
	overflow: visible;
	width: auto;
	clip-path: unset;
	top: -25px;
	left: 0 !important;
	clip: unset;
	color: #273881;
	font-weight: 500;
}
.product-info .price-on-sale {
	align-items: center;
	display: flex;
}
.view-content{
	height: 178px;
	overflow: hidden;
	position: relative;
	transition: height 500ms;
}
.view-content::after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(255,255,255,0), #fff 100%);
	height: 120px;
	max-height: 40%;
	content: '';
}
.view-content.opened:after {
	display:none
}
#tab-description .read-more {
	display: none;
	font-size: 13px;
	height: 42px;
	margin: 30px auto 0;
	min-width: 194px;
	text-transform: uppercase;
	transition: all 500ms ease;
	margin: 60px auto 0;
	border-radius: 6px;
	background-color: #273881;
	border: 1px solid #273881;
	text-align: center;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
}
#tab-description .read-more:hover{
	color: #273881;
	background-color: transparent;
}
/**/
.product-info-right {
	margin-left: 20px;
	padding: 40px 20px 20px;
	width: calc(40% - 60px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product-info-right .icon-box {
	background-color: #273881;
	color: #fff;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}
.product-info-right .icon-box .icon-box-img {
  width: 40% !important;
}
.product-info-right .icon-box .icon-box-img img {
  width: 60px !important;
  margin: 0 auto;
  display: block;
}
.product-info-right .icon-box h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.right-pro-text p {
	color: #273881;
	font-weight: 500;
}
/*mobile*/
@media (max-width: 1024px) {
	.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;
	}
	.html_01 {
	    margin-left: 20px;
	}
	.html_01 .html_hotline{
		padding-left: 32px;
		padding-right: 0;
	}
	#logo {
    	width: 220px !important;
	}
	.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: 25px;
	}
	.rt_products_sp .large-columns-5 > .product{
		padding: 0 5px;
	}
	.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%;
	}
}
@media (max-width: 800px) {
	.header_banner .large-4{
		max-width: 100%;
    	flex-basis: 100%;
	}
	.header_banner .large-8{
		display: none;
	}
	.html_01 .html_hotline{
		padding: 0 37px;
	}
	.section_01 .large-6 ,
	.section_01 .large-3{
		max-width: 100%;
    	flex-basis: 100%;
	}
	.header_banner .large-4 .img {
		width: 70% !important;
		margin: 0 auto;
		text-align: center;
	}
	.icon-menu{
	    background-color: #273881;
	    color: #fff;
	    padding: 3px 6px !important;
	    border-radius: 6px;
	}
	.rt_products_sp .large-columns-5 > .product{
		padding: 10px 5px;
	}


}
@media (max-width: 480px) {
	.section_product .rt_products_sp div.row-small {
		margin: 0 -5px !important;
	}
	.rt_sec-product .box-text .rt_add_to_cart .hotline_sp_tv{
		margin-bottom:0 !important;
	}
	.rt_sec-product .box-text .sale {
		padding: 4px 7px;
		font-size: 10px;
	}
	.flickity-slider .banner{
		padding-top: 300px !important;
	}
	.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;
	}
	#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;
		margin:0 5px;
	}
	.rt_chuyen_muc .large-columns-5 > .product ,
	.rt_products_sp .large-columns-5 > .product {
	    max-width:50% !important;
	    flex-basis:50% !important;
		padding-bottom: 0 !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: 35px;
	    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{
	}
	.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;
		padding: 20px 0;
	}
	.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_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: block;
	}
	.box-text ins span{
		font-size: 17px;
	}
	.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 .cart_sp_tv a:after ,
	.rt_add_to_cart .hotline_sp_tv a:after{
		left: 3px;
		top: 6px;
	}
	.rt_sec-product .rt_add_to_cart .hotline_sp_tv a {
		line-height: 30px;
		font-size: 12px;
		margin-bottom: 0 !important;
	}
	.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;
		background-color: #273881;
	}
	#support_mobile{
		display: block;
		width: 92.5%;
	    height: auto;
	    float: left;
	    margin: 0px;
	    padding: 0px;
	    background: #44ba46;
	    text-align: center;
	    position: fixed;
	    z-index: 1000;
	    bottom: 0px;
	}
	#support_mobile .item-support {
	    width: 25%;
	    height: auto;
	    float: left;
	    position: relative;
	    margin: 0px;
	    text-align: center;
	    background: #44ba46;
	}
	#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/support.png) no-repeat;
	}
	#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/logo-facebook.png) 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%;
	}
}

@media only screen and (max-width: 849px) and (min-width: 481px) {
	.searchform {
		color: #fff;
	}
}
@media only screen and (max-width: 1024px) {
		.header-bottom .nav > li > a {
			font-size: 14px;
		}
	}
@media only screen and (max-width: 849px) {
	.section_012 .box-text{
		padding-bottom: 0;
	}
	.section_product .heading a {
		min-width: auto;
	}
	.footer-box1 .icon-box-img img {
		height: 50px;
	}
	.footer-box1 .icon-box {
		width: 33.333%;
		border: 0 !important;
	}
	/**/
	.procus-col {
		margin: 0 15px;
		height: auto;
	}
	.product-info-left, .product-info-right {
		width: 100%;
		margin: 10px 15px;
		padding: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.section_banner {
		padding-bottom: 15px !important;
	}
	.footer-box1 .icon-box {
		width: 50%;
	}
	.footer-box2 {
		padding-top: 20px !important;
	}
	.footer-box2 .text h3 {
		width: 100%;
	}
	.footer-box2 .text {
		flex-wrap: wrap;
	}
	.footer-box3 .col {
		padding-bottom: 15px;
	}
	.col {
		padding-bottom: 15px !important;
	}
	/**/
	.container.rt-breadcrumbs {
		padding-left: 15px;
	}
	.single-product .product-main{
		padding: 20px 0;
	}
	.product-info .price-wrapper span.amount, .product-info .price-wrapper ins .amount {
		font-size: 25px;
	}
	.product-info .price-wrapper del .amount {
		font-size: 15px;
	}
	.quantity + .button, .devvn-popup-title, .popup-customer-info-group .devvn-order-btn {
		font-size: 16px;
		min-width: 240px;
		border-radius: 5px;
		height: 47px;
	}
}

@media only screen and (max-width: 480px) {
	.footer-box1 .icon-box {
		width: 100%;
		padding: 10px 0;
		display:flex;
		align-items:center;
	}
	.footer-box1 .icon-box-img {
		margin: 0;
		width: 40% !important;
	}
	.footer-box1 .icon-box-img {
		margin: 0 10px 0 0;
		width: 40% !important;
		text-align: right;
	}
	.footer-box1 .icon-box-img img {
		height: 50px;
		width: 60px;
		object-fit: contain;
	}
	.footer-box4 .col {
		flex-basis: 100%;
		max-width: 100%;
	}
	.footer-box4 .gallery-item {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
}