@font-face {
    font-family:'SVN-Gotham-Book';
    src: url('../fonts/svn-gotham-book.woff') format('woff');
}

body{
    font-family: 'SVN-Gotham-Book';
}

button:active:focus,
button:hover,
button:active,
button:focus{
	outline:none !important;
}
.fix {
    position:fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    background: #fff;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 50%);
}

@-webkit-keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; }
  to {
    position: fixed;
    top: 0; 
      
  } 
    
}

@keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; 
      
  }
  to {
    position: fixed;
    top: 0; 
  } 
}
.menu-top  .btn-toggle{
	display: none !important;
}
.headerTop-bar{
    margin-bottom: 0;
    border-bottom: 1px solid #d8d8d8;
}
.top-hotline img{
	max-width: 35px;
    margin-right: 10px;
}

.top-hotline {
    float: right;
    margin-right: 15px;
}

.top-hotline a{
    color: #0b9440;
    font-family: 'SVN-Gotham-Book';
    font-size: 19px;
}
.mini-cart-order .dropdown-toggle img{
    width: 30px;
    height: auto;
}

.nav-right .btn-show-search img{
    width: 30px;
    height: auto;
}
.display-theme-1 img{
	width: 30px;
	height: auto;
	margin-left: 25px;
}
.box-search>.form-inline>.form-group>.input-group>.form-control{
	border: 1px solid #61c472;
	border-radius: 0px;
	height: 38px;
}
.box-search-mobile .box-search>.form-inline{
	border-radius: 0px;
	height: 38px;
	margin-top: 0px;
}
.header-menu{
	border-top: 1px solid #e5e5e5;
	border-bottom: 2px solid #61c472;
	padding-top: 5px;
}

.font_size{
	font-size: 24px;
	color: #07a55a;
	letter-spacing: 1px;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	/* background: linear-gradient(to right, #96c93d, #00b09b); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	background-size: cover;
}
.title_color{
	margin-bottom: 15px;
}
.product-sale .title_color{
    margin-bottom: 5px;
}
.title_color h2, .about-home .title h2{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px solid #07a55a;
	color: #07a55a;
}
.boxProduct-item{
	border-radius: 10px;
	overflow: hidden;
	margin: 0px auto 16px;
	text-align: center;
	position: relative;
}
.product-sale .boxProduct-item{
	border: 1px solid #fff;
}
.product-media{
	position: relative;
    height: 260px;
}
.product-media a{
	display: inline-block;
}
.product-media img{
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100% !important;
	height: auto !important;
}
.product-caption {
    text-align: center;
    padding: 10px 5px 30px;
    background-color: #f7f8f9;
}
.product-information .product-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'SVN-Gotham-Book';
}
.product-information .product-title a{
	-ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333;
}
.product-status{
	position: absolute;
    font-size: 13px;
    top: 10px;
    left: 10px;
    text-align: center;
    z-index: 9;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    padding: 0;
    background-color: #b8e866;
    color: #fff;
}
.product-status:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #b8e866;
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(30deg);
    border-top: none;
}
.product-status-hot{
	background-color: #ff0000;
	color: #fff;
}
.product-status-hot:before{
	border-bottom: 17px solid #ff0000;
}
.product-action{
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    padding: 15px 0;
}
.item-action-icon i{
	background-color: #61c472;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
}
.item-action-icon:hover i{
	background-color: #42b055;
    color: #fff;
    cursor: pointer;
}
.boxProduct-item:hover{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    
}
.product-sale .boxProduct-item:hover{
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: none;
}
.boxProduct-item:hover .product-action {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.boxProduct-item:after{
	bottom: 0;
	background-color: #61c472;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    vertical-align: middle;
    width: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-65px);
    -webkit-transform: translateX(-65px);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.boxProduct-item:hover:after{
	opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
.aboutUs-bk{
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.aboutUs-top{
	text-align: center;
	margin-bottom: 30px;
}
.aboutUs-top p{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #a3a3a3;
	margin-bottom: 0px;
}
.aboutUs-title{
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
}
.aboutUs-item-icon{
	width: 40px;
	float: left;
}
.aboutUs-item-icon img{
	width: 100%;
	height: auto;
}
.aboutUs-item-wrap{
	display: table;
	margin-top: 15px;
	margin-bottom: 15px;
}
.aboutUs-item-content{
	width: calc(100% - 40px);
	padding-left: 15px;
	float: left;
}
.aboutUs-item-content h3{
	margin-top: 0px;
	font-size: 15px;
}
.aboutUs-item-content h3 a{
	color: #000;
}
.aboutUs-item-content h3 a:hover{
    color: #61c472;
}
.aboutUs-item-content p{
	color: #525252;
	margin-bottom: 0px;
	font-size: 13px;
}
.aboutUs-img{
	text-align: center;
}
.productHot{
	/* margin-bottom: 30px; */
}
.method-item{
	width: 100%;
	display: inline-block;
}
.method-item-img{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.method-item-img img{
	width: 40px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.method-item-content{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.method-item-content h3{
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
}
.method-item-content h3:hover{
	color: #61c472;
}
.method-item-content p{
	margin-bottom: 0px;
	font-size: 13px;
	color: #525252;
}
.method-box{
	background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.image-hover{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
    z-index: 2;
    background-color: rgba(52, 53, 56, 0.4);
}
.image-hover i {
    position: absolute;
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.image-wrapper:hover .image-hover{
	visibility: visible;
    opacity: 1;
}
.image-wrapper img{
	transition: all .8s ease-in-out;
}
.image-wrapper:hover img{
	transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.slider-gallery .image-wrapper{
	margin-bottom: 0px;
}
.slider-gallery .owl-carousel .owl-wrapper-outer{
	padding-bottom: 0px;
}
.slider-gallery .owl-carousel{
	margin-bottom: 0px;
}
.slider-gallery .image-wrapper{
	height: auto;
	display: block;
}
.slider-gallery .image-wrapper img{
	height: 250px;
}
.readMore{
	text-align: center;
}

.readMore a{
	background: #07a55a;
	color: #fff;
	padding: 14px 30px;
	font-family: 'SVN-Gotham-Book';
	font-size: 13px;
	text-transform: uppercase;
	height: auto;
	line-height: 1.1;
	display: inline-block;
	border-radius: 20px;
}
.boxNews-slider .info .title-blogs-item{
	height: auto;
}
.boxNews-slider .item-blogs .desc-blogs{
	min-height: auto;
}
.boxNews-slider{
	margin-top: 0px;
}
.customer-comment {
    background: #f8f8f8;
    padding: 15px 15px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
}
.customer-comment{
    background: #f8f8f8;
    padding: 15px 15px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
}
.customer-info-img{
    width: 70px;
    float: left;
}
.customer-info-name{
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
}
.customer-info-img img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.customer-info{
    width: 100%;
    display: flex;
    align-items: center;
}
.chucvu{
    font-size: 13px;
    font-family: 'SVN-Gotham-Book';
    margin-bottom: 0px;
}
.customer-star-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.customer-star-left svg{
    width: 35px;
}
.customer-star-left ul li{
    display: inline-block;
}
.customer-star-left ul li svg{
    width: 21px;
}
.customer-star{
    margin-bottom: 15px;
}
.customer-box{
    margin-bottom: 30px;
}
#footer {
    background: #07a55a;
    /* background-size: cover; */
    padding-top: 30px;
    border-top: 1px dashed #cecece;
}
.ft-top h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'SVN-Gotham-Book';
    font-size: 16px;
    margin-top: 0px;
}
.ft-top h4:after {
    content: '';
    display: block;
    margin: 15px 0;
    border-top: 1px dashed #fff;
}
.ft-intro-main p {
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 5px;
}
.footer-introduce{
	margin-bottom: 30px;
}
.menu-footer-vertical{
	margin-bottom: 15px !important;
}
.list-menu-fy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-menu-fy ul li a {
    color: #fff !important;
    font-size: 13px !important;
    margin-bottom: 10px;
    line-height: 1.6;
}
.list-menu-fy ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    font-weight: 300;
    padding-right: 10px;
}
.ft-contact-content {
    font-size: 13px;
    color: #fff !important;
    line-height: 1.8;
}
.ft-contact-content hr {
    border-top: 1px dashed #cecece;
    margin: 10px 0;
}
.ft-contact-content b{
      font-family: 'SVN-Gotham-Book';
}
.footer-contact{
	margin-bottom: 30px;
}
.readMore-footer a{
	min-width: 150px;
    width: auto;
    font-weight: 400;
    text-decoration: none;
    transition: .1s;
    border-radius: 0;
    letter-spacing: .3px;
    border-style: solid!important;
    position: relative;
    border-width: 2px!important;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #ffffff!important;
    background-color: #666!important;
    border-color: #666!important;
    font-size: 14px;
    display: inline-block;
}
.readMore-footer a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
    transition: .2s all ease-in-out;
    z-index: 0;
}
.readMore-footer a:hover:before{
    width: 100%;
}
.readMore-footer a:after{
    content: "\f061";
    font-family: 'FontAwesome'; 
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
    left: 0;
    transition: .2s ease-out;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    opacity: 0;
    z-index: -1;
    transition: .2s ease-out;
}
.readMore-footer a span{
    position: relative;
    z-index: 1;
}
.readMore-footer a:hover{
    color: #ffffff!important;
    background-color: #171616!important;
    border-color: #fff!important;
}
.readMore-footer a:hover:after{
    transform: scale(1);
    opacity: 1;
    left: 4px;
    z-index: 0;
}
.the-article-tools {
    z-index: 1000;
    position: fixed;
    margin-left: 0px;
    left: 10px;
    bottom: 10px;
    list-style: none;
    display: block;
}
.the-article-tools li {
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer;
    font-size: 30px;
    border-radius: 100%;
    line-height: 55px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.the-article-tools li.btnHotline {
    background: #00cc6c;
}
.the-article-tools li.btnZalo {
    background: #ff0000;
}
.the-article-tools li.btnViber {
    background: #3b5998;
}
.the-article-tools li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}
.the-article-tools li a span {
    color: #fff;
}
.the-article-tools li span.label {
    display: none;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    left: 60px;
    top: 7px;
    white-space: nowrap;
    padding: 0 15px 0 6px;
    background: #555;
    color: #FFF;
    font-family: 'SVN-Gotham-Book';
    font-size: 13px;
}
.the-article-tools li.btnHotline span.label {
    background: #ff9900;
    color: #FFF;
}
.the-article-tools li.btnZalo span.label {
    background: #ff0000;
    color: #FFF;
}
.the-article-tools li.btnViber span.label {
    background: #3b5998;
    color: #FFF;
}
.the-article-tools li:hover span.label {
    display: block;
}
.the-article-tools li span.label:before {
    content: "";
    top: 0;
    left: -14px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #555;
    border-bottom: 15px solid transparent;
}
.the-article-tools li.btnHotline span.label:before {
    border-right-color: #ff9900;
}
.the-article-tools li.btnZalo span.label:before {
    border-right-color: #ff0000;
}
.the-article-tools li.btnViber span.label:before {
    border-right-color: #3b5998;
}
.contact-block-custom .modal-dialog{
    max-width: 430px;
    position: relative;
}
.contact-block-custom .modal-content{
    padding: 10px;
    z-index: 999;
}
.contact-block-custom .modal-content .frm-bk-contact{
    border: 1px solid #eee;
}
.iphorm-group-title{
    background: #06a33f;
    color: rgb(255, 255, 255);
    font-weight: 400;
    padding: 20px 0px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'SVN-Gotham-Book';
}
.contact-wrap{
    padding: 0 15px;
    margin-top: 15px;
}
.contact-wrap h4{
    text-align: center;
    color: #222;
    font-family: 'SVN-Gotham-Book';
    text-transform: uppercase;
    font-size: 14px;
}
.contact-wrap p{
    font-size: 13px;
    color: #777;
}
.contact-block-custom .form-contact{
  padding: 0 15px;
}
.contact-block-custom .form-contact .form-group .form-control{
    margin: 0;
    margin-bottom: 3px;
    color: #999;
    border: solid 1px #CCC;
    background: #f5f5f5;
}
.contact-block-custom .form-contact .form-group{
    margin-bottom: 10px;
}
.contact-block-custom .form-contact .form-group .btn-submit{
    background: linear-gradient(to right, #96c93d, #00b09b);
    color: #fff;
    padding: 14px 30px;
    font-family: 'SVN-Gotham-Book';
    font-size: 13px;
    text-transform: uppercase;
    height: auto;
    line-height: 1.1;
    border-radius: 20px;
    border:none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.contact-block-custom .form-contact .form-group .btn-submit:hover{
    color: #fff !important;
}
.contact-block-custom .form-contact .form-group .btn-submit:focus{
    outline: none !important;
}
.contact-block-custom .form-contact .form-group .btn-submit i{
    margin-right: 5px;
}
.close-popup{
    background: #222 !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff !important;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
}
.close-popup:hover{
    opacity: 1 !important;
    color: #fff;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 5px solid rgba(225,225,225,.2);
    border-radius: 5px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
    box-shadow: 0 3px 9px rgba(0,0,0,.1);
}
.header-search-mobile .nav-right>.box-search-mobile>.btn-show-search{
	display: none;
}
.header-search-mobile .box-search-mobile .box-search{
	position: unset !important;
	display: block;
	width: 100%;
}
.header-search-mobile .nav-search{
	width: 100%;
}
.header-search-mobile .box-search-mobile{
	width: 100%;
	margin-bottom: 10px;
}
#header.fix .headerTop-bar-mobile{
	display: none;
}
#header.fix .header-search-mobile{
	display: none;
}
#header.fix .header-between-mobile{
	box-shadow: 0 4px 4px -2px rgba(0,0,0,.15);
}

/* Page product */
.list-item.view-list .product-media{
	height: auto;
	width: 40%;
	float: left;
}
.list-item.view-list .product-caption{
	width: 60%;
	float: left;
	background: #fff;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.list-item.view-list .boxProduct-item{
	border-bottom: 1px solid #e1e1e1;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0px;
	margin-bottom: 0px;
}
.list-item.view-list .boxProduct-item:hover{
	box-shadow: none;
}
.list-item.view-list .boxProduct-item:after{
	display: none;
}
.list-item.view-list .product-action{
	position: unset;
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	background: #fff;
	display: inline-block;
	padding-bottom: 0px;
}
.list-item.view-list .product-caption{
	text-align: left;
}
.product-action a{
	text-align: center;
}
.list-item.view-list .product-media img{
	position: unset;
}
.list-item.view-list .desc-product-thumb>p{
	height: auto;
	font-size: 13px;
	line-height: 1.5;
	padding-left: 0px;
	margin-bottom: 5px;
}
.list-item.view-list .desc-product-thumb>p:last-child{
	margin-bottom: 0px !important;
}
.list-item.view-list .desc-product-thumb>p:before{
	display: none;
}
.list-item.view-list .desc-product-thumb{
	margin-bottom: 0px;
	margin-top: 0px;
}
.list-item.view-list .product-information .product-title{
	font-size: 14px;
	font-family: 'SVN-Gotham-Book' !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 10px;
}
.list-item.view-list .price-product{
	display: inline-block;
	margin-top: 0px;
}
.list-item.view-list .price-before{
	margin-left: 5px;
	font-size: 14px;
}
.list-item.view-list  .price-well{
	font-size: 14px;
}
.list-item.view-list:first-child .boxProduct-item{
	padding-top: 0px;
}
.list-item.view-list:last-child .boxProduct-item{
	padding-bottom: 0px;
	border-bottom: none;
}
/* End.Page Product */
.block-breadcrumb img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.btn-muahang>.input-group>.num-quantity{
	border: 1px solid #e8e8e8;
	min-width: 38px !important;
	width: 38px;
	height: 38px;
	line-height: 38px;
	padding: 0px 0px;
	font-size: 14px;
	color: #333;
}
.btn-muahang>.input-group>.input-group-btn>.btn{
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 1px solid #e8e8e8 !important;
	border-radius: 0px;
	text-align: center;
	line-height: 18px;
	padding: 0px 0px;
}
.btn-muahang>.input-group>.input-group-btn{
	width: 18px;
	height: 18px;
	border-radius: 0px;
	text-align: center;
	line-height: 18px;
	padding: 0px 0px;
}
.btn-muahang>.input-group>.input-group-btn:first-child{
	position: absolute;
	right: 0px;
	top: 0;
}
.btn-muahang>.input-group>.input-group-btn:first-child > .btn{
	margin-right: 0px !important;
}
.btn-muahang>.input-group>.input-group-btn:last-child > .btn{
	margin-left: 0px !important;
}
.btn-muahang>.input-group>.input-group-btn:last-child{
	position: absolute;
	right: 0;
	bottom: 0;
}
.btn-muahang>.input-group{
	width: 60px;
	border: none;
	border-radius: 0px;
}
.advanced-product .ui-state-hover,
.advanced-product .ui-state-hover:active:focus,
.advanced-product .ui-state-hover:focus,
.advanced-product .ui-state-hover:active,
.advanced-product .ui-state-hover:hover{
	outline:none;
}
.advanced-product .ui-state-default,
.advanced-product .ui-state-default:active:focus,
.advanced-product .ui-state-default:focus,
.advanced-product .ui-state-default:active,
.advanced-product .ui-state-default:hover{
	outline:none;
}
.advanced-product .ui-state-hover{
	background: #61c472 !important;
}
.advanced-product .ui-state-hover:before{
	background-color: #fff !important;
}
.btn-muahang>.input-group>.input-group-btn>.btn:active:focus,
.btn-muahang>.input-group>.input-group-btn>.btn:hover,
.btn-muahang>.input-group>.input-group-btn>.btn:active,
.btn-muahang>.input-group>.input-group-btn>.btn:focus{
	background: #61c472 !important;
	border: 1px solid #61c472 !important;
	outline:none;
}
.description-product-detail>p:last-child{
	margin-bottom: 0px;
}
.at-resp-share-element .at-share-btn:first-child{
	margin-left: 0px !important;
	margin-bottom: 2px;
}
.at-style-responsive .at-share-btn{
	margin-left: 0px !important;
	margin-bottom: 2px !important;
}
.bottom-detail-product .navbar{
	border: none !important;
}
.small-title h2{
	margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    line-height: 24px;
    text-align: left;
    padding-bottom: 3px;
    position: relative;
}
.small-title h2 span{
	position: relative;
}
.small-title h2 span:before{
	content: "";
    height: 2px;
    width: 100%;
    background-color: #61c472;
    position: absolute;
    bottom: -7px;
}
.boxProduct-small .box-detail-list-product{
	border: none !important;
	border-radius: 0px;
	padding: 15px 0px 0px 0px !important;
}
.proSmall-img{
	display: table-cell;
    vertical-align: middle;
}
.proSmall-img img{
	max-width: 90px;
}
.proSmall-info{
	display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.proSmall-info-title{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: 'SVN-Gotham-Book';
}
.proSmall-info-title a{
	color: #333;
}
.proSmall-info .price p{
	display: inline-block;
	font-size: 14px;
}
.boxProduct-small .item-product{
	border-style: none none dashed;
    border-width: medium medium 1px;
    border-color: #e9e9e9;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0 0 10px;
}
.boxProduct-small .item-product:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}
.product-sidebar-ant-fashion .box-hotlines {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left {
    float: left;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h3 {
    margin: 0;
    font-family: 'SVN-Gotham-Book';
    font-size: 17px;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left p {
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 {
    font-size: 24px;
    margin-top: 5px;
    line-height: 1.1;
    font-family: 'SVN-Gotham-Book';
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a {
    color: #222;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left .link-contact a {
    color: #61c472;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right {
    float: right;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right a {
    display: block;
    height: 55px;
    width: 55px;
    border: 3px solid #eaf2de;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    position: relative;
    margin-top: 28px;
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right a i {
    font-size: 32px;
    color: #73a91d;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a:hover{
	color: #61c472;
    text-decoration: none;
}
.boxType-product .list-item  {
	padding-top: 15px;
}
.boxType-product .title-block h2{
	font-size: 20px;
	margin-bottom: 15px;
}
.boxType-product .boxProduct-item{
	margin-bottom: 0px;
}
/* Page News */
.catList{
    display: block !important;
}
.itemBlog{
	border-bottom: 1px dashed #e9e9e9;
	padding: 15px 0px;
}
.catList:last-child .itemBlog{
	border-bottom: none;
}
.itemBlog > .row{
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.itemBlog > .row > div{
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.itemBlog-img img{
	width: 100%;
	height: auto;
	border: 1px solid #61c47247;
}
.itemBlogs-info .itemBlogs-item{
	margin-top: 0px;
	font-size: 16px;
	margin-bottom: 10px;
}
.itemBlogs-info .itemBlogs-item a{
	color: #333;
}
.itemBlogs-info .itemBlogs-item a:hover{
	color: #61c472;
}
.more-itemBlogs{
	font-size: 12px;
	text-transform: uppercase;
	color: #9f9f9f;
	margin-bottom: 10px;
}
.desc-itemBlogs{
	font-size: 13px;
	color: #333;
	margin-bottom: 15px;
}
.clr-txt{
	color: #61c472;
	font-size: 13px;
	font-family: 'SVN-Gotham-Book';
}
.itemBlog-img{
	margin-bottom: 15px;
}
.detail-news-title{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
.detail-news-date{
	font-size: 12px;
	text-transform: uppercase;
	color:#9f9f9f;
}
.ckeditor-post p{
	font-size: 14px;
}
.itemNews-small-img{
	display: table-cell;
    vertical-align: middle;
}
.itemNews-small-img img{
	max-width: 90px;
}
.itemNews-small-infor{
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.itemNews-small-infor h2{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.itemNews-small-infor h2 a{
	color: #333;
}
.itemNews-small-infor h2 a:hover{
	color: #61c472;
}
.itemNews-small{
	border-bottom: 1px dashed #e9e9e9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-hot-small > .row > ul > div:last-child .itemNews-small{
	border-bottom: none;
	padding-bottom: 0px;
}
.news-hot-small{
	margin-bottom: 30px;
}
/* End. Page News */

/* Page - contact */
.boxContact-map{
	margin-bottom: 30px;
}
.boxContact-information{
	margin-bottom: 30px;
}
.boxContact-information-title{
	margin-top: 0px;
	text-transform: uppercase;
}
.name-company{
	text-transform: uppercase;
	font-style: italic;
	color: #61c472;
	font-family: 'SVN-Gotham-Book';
	font-size: 16px;
}
.boxContact-information-content p{
	margin-bottom: 10px;
}
.boxContact-information-content p span{
	font-family: 'SVN-Gotham-Book';
	font-style: inherit;
	width: 80px;
	display: inline-block;
}
.contact-des{
	font-style: italic;
}
.boxContact-form-top{
	text-align: center;
	margin-bottom: 30px;
}
.boxContact-form-top h3{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #323c3f;
    text-transform: uppercase;
    font-size: 20px;
}
.boxContact-form-top p{
    font-size: 11px;
    color:#9f9f9f;
}
.boxContact-form-bottom input.form-control{
	height: 40px;
	border: 1px solid #d1d1d1;
	border-radius: 0px !important;
}
.boxContact-form-bottom .form-control{
	border: 1px solid #d1d1d1;
	border-radius: 0px !important;
}
.boxContact-form-bottom .captcha-input{
	border: 1px solid #d1d1d1;
	border-radius: 0px !important;
	margin-top: 0px;
}
.boxContact-form-bottom .captcha-reload{
	border: 1px solid #d1d1d1;
	border-radius: 0px !important;
	margin-top: 0px;
}
.boxContact-form-bottom form#frm-send-contact .txt-upper{
	background: #07a55a;
	font-family: 'SVN-Gotham-Book';
}
.boxContact-form-bottom .form-contact.row{
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.boxContact-form-bottom .form-contact.row > div{
	padding-left: 7.5px;
	padding-right: 7.5px;
}
/* End. Page Contact */
.boxContact-form-bottom .form-group>.captcha-img{
	margin-top: 0px;
	margin-bottom: 0px;
}
#form-add-address{
	margin-left: -7.5px;
	margin-right: -7.5px;
}
#form-add-address > div{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

/* ngheu */
.headerBetween, 
.header-between-mobile {
    /* background: #1dc35d; */
    background: -moz-linear-gradient(top, #1dc35d 0%, #0fa047 50%, #018032 100%);
    /* background: -webkit-linear-gradient(top, #1dc35d 0%, #10A54A 50%, #068B3A 100%); */
    /* background: linear-gradient(to bottom, #1dc35d 0%, #0fa047 50%, #018032 100%); */
    padding: 10px 0;
}
.headerBetween .menu-right {
    float: left;
}
.headerBetween .menu-left {
    float: right;
}

.headerBetween .mini-cart-order img, 
.headerBetween .btn-show-search img,
.header-between-mobile .mini-cart-order img {
    /* filter: brightness(0) invert(1); */
}

.wsmenu-list > li > .navtext {
    /* color: #fff; */
    font-weight: bold;
}

.ws-about-home {
    /* margin: 30px 0; */
    /* background: rgb(13 156 69 / 42%); */
}
.about-home {
    padding: 30px 0;
}
.about-home .des-about {
    text-align: center;
}
.about-home .des-about img {
    max-height: 120px;
    /* filter: brightness(0) invert(1); */
}
.about-home .des-about h3 {
    font-size: 18px;
    text-align: justify;
}
.about-home .des-about p {
    font-size: 18px;
}
.about-home .image {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #07a55a;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    /* transform: rotate(3deg); */
    /* margin-top: -50px; */
}

.logo img {
    max-height: 90px;
}

.link-bot>a {
    display: inline-block;
    background: #07a55a;
    color: #fff;
    padding: 8px 10px;
}

.link-bot>a:hover {
    background: linear-gradient(to right, #96c93d, #00b09b);
}

ul.app>li {
    display: inline-block;
    padding: 0 5px;
}

.patient, .doctor {
    text-align: center;
    color: #fff;
}

.about-home .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-home .title h2 {
    font-size: 30px;
}

.about-home .title p {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    margin-top: 10px;
}

.block-login-html .fa.fa-user {
    font-size: 30px;
    color: #333;
    padding: 0 10px;
}

.mini-cart-order .dropdown-toggle:before {
    display: none;
}

.block-login-html .item-dropdown .dropdown-menu {
    left: inherit;
    right: 0;
}

.slogan-top {
    text-shadow: 3px 5px 2px #dedede;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SVN-Gotham-Book';
    color: #0a943f;
    font-weight: bold;
}

.section_about {
    padding: 30px 0;
}
.section_about .service-title {
    margin-bottom: 30px;
}
.section_about .service-title h2 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #07a55a;
    color: #07a55a;
}
.section_about .service-title .service-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    color: #18364a;
}
.section_about .service-tab {
    display: table;
    width: 100%;
}
.section_about .service-tab .tab-list-wrapper {
    vertical-align: top;
    width: 100px;
    position: relative;
    display: table-cell;
}
.section_about .service-tab .tab-list-wrapper:before {
    position: absolute;
    content: '';
    width: 2px;
    height: calc(100% - 33px);
    top: 0;
    right: 60px;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.section_about .service-tab .tab-list-wrapper ul {
    padding: 0;
    min-height: 280px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: none;
}
.section_about .service-tab .tab-list-wrapper ul li {
    text-align: left;
    position: relative;
    max-width: none;
    width: 100px;
    margin-right: 75px;
    display: block;
}
.section_about .service-tab .tab-list-wrapper ul li a {
    font-size: 14px;
    color: #666c72;
    font-weight: 600;
    position: static;
    padding: 0;
    border: none;
}
@media (min-width: 768px) {
    .section_about .service-tab .tab-list-wrapper ul li a {
        text-align: right;
    }
}
.section_about .service-tab .tab-list-wrapper ul li.active a {
    color: #07a55a;
    font-weight: 600;
}
.section_about .service-tab .tab-list-wrapper ul li a:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #d9d9d9;
    border: 6px solid #f3f3f3;
    top: 0;
    right: -25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.section_about .service-tab .tab-list-wrapper ul li.active a:before {
    background-color: #07a55a;
    border-color: #f3f3f3;
    box-shadow: -5px 7px 30px rgba(0,0,0,0.07);
}
.nav>li>a:hover {
    background: none;
}
.section_about .service-tab .tab-content {
    display: table-cell;
    width: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.box_set {
    text-align: center;
    margin-bottom: 15px;
}
.box_set .icon {
    display: inline-block;
    margin: 0 auto;
    background: #20813d;
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.box_set p.tt_boxser {
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0;
}
.box_set p.content_boxer {
    margin: 0;
    padding: 0 15px 0px;
}

.box_set>a {
    color: #333;
    display: block;
}

.box_set .icon i {
    color: #fff;
    font-size: 30px;
}

.ws-contact:before {
    content: "";
    background-image: url(/uploads/plugin/custom_img/2021-01-21/1611225591-487308584-custom.jpg);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-size: cover;
}

.ws-contact {
    background-color: #cdd5d2;
    padding: 0px 0;
    position: relative;
}

.content-contact {
    padding: 15px 0;
}
/**/
.fixed-left {
    position: fixed;
    z-index: 9999;
    left: 10px;
    width: 55px;
    text-align: center;
    overflow: hidden;
    bottom: 90px;
}


@media(min-width: 992px){
    .menu-top li a{
        color: #222;
    }
    .menu-top li:last-child a{
        padding-right: 0px;
    }
    #header .logo{
        padding: 0;
    }
    .mini-cart-order .dropdown-toggle img{
        width: 30px;
    }
    .wsmenu-list > li > .navtext{
        font-size: 15px;
    }
    .navbar-header{
        text-align: center;
    }
    
    .nav-right .btn-show-search img{
        width: 30px;
        margin-left: 15px;
        margin-top: 7px;
    }
    .account-user{
        float: right;
    }
    .headerBetween > .container > .row,
    .about-home>.row,
    .headerTop-bar>.container>.row  {
    	display: flex;
    	align-items: center;
    }
    
    .wsmenu-list {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        width: 100%;
    }

    .box-search-mobile .box-search {
		position: absolute;
		margin: auto;
		background: #fff;
		border-radius: 0;
		z-index: 999;
		width: 300px;
		left: initial;
		background-color: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		right: 60px;
		top: 100%;
		padding: 5px;
		transition: opacity .3s;
	}
	.box-search-mobile .box-search::before, .box-search-mobile .box-search::after {
		bottom: 100%;
		z-index: 999;
		opacity: 1;
		left: 100%;
		border: solid transparent;
		content: '';
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.box-search-mobile .box-search::before {
		border-bottom-color: #ddd;
		border-width: 10px;
		margin-left: -27px;
	}
	.box-search-mobile .box-search::after {
		border-bottom-color: #fff;
		border-width: 8px;
		margin-left: -25px;
	}
	.box-search-mobile .box-search>.form-inline {
		border: none;
		margin-top: 0px;
	}

	.box-search-mobile .box-search>.form-inline>.form-group {
		width: calc(100% - 39px);
	}

	.box-search-mobile .btn-search {
		right: 0;
		height: 38px;
		background-color: #61c472;
		border: 1px solid #61c472;
	}
	.header-menu .wsmenucontainer .wsmenu-list{
		display: table;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.wsmenu-list li > .wsmenu-submenu{
		border-bottom: 2px solid #61c472;
	}
	
	.font_size{
		font-size: 30px;
		letter-spacing: 1px;
		z-index: 2;
		text-align: center;
		text-transform: uppercase;
		line-height: 50px;
	}
	.title_color{
		margin-bottom: 50px;
		text-align: center;
	}
	.product-sale .title_color{
		margin-bottom: 15px;
	}
	.box-st #sub-menu01{
		margin-bottom: 50px;
	}
	.boxProduct-item{
		/* margin-bottom: 30px; */
	}
	.product-media{
		height: 260px;
	}
	.product-information .product-title{
		font-size: 15px;
	}
	.aboutUs-bk{
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.aboutUs-top{
		text-align: center;
		margin-bottom: 50px;
	}
	.aboutUs-top p{
		font-size: 15px;
	}
	.aboutUs-title{
		font-size: 30px;
	}
	.aboutUs-item-icon{
		width: 60px;
		float: left;
	}
	.aboutUs-item-icon img{
		width: 100%;
		height: auto;
	}
	.aboutUs-item-wrap{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.aboutUs-item-content{
		width: calc(100% - 60px);
		padding-left: 15px;
		text-align: left;
	}
	.aboutUs-item-1 .aboutUs-item-content{
		float: right;
		padding-left: 0px;
		text-align: right;
		padding-right: 15px;
	}
	.aboutUs-item-1 .aboutUs-item-icon{
		float: right;
	}
	.aboutUs-item-content h3{
		font-size: 16px;
	}
	.aboutUs-item-content p{
		font-size: 14px;
	}
	.aboutUs-bottom > .row{
		display: flex;
		align-items: center;
	}
	.productHot{
		/* margin-bottom: 30px; */
	}
	.method-box{
		padding: 15px 15px;
		margin-bottom: 50px;
	}
	.method-item-img{
		width: 40px;
		margin-bottom: 0px;
	}
	.method-item-img img{
		width: 100%;
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	.method-item-content{
		width: calc(100% - 40px);
		text-align: left;
		padding-left: 15px;
	}
	.readMore a{
		padding: 14px 30px;
		border-radius: 20px;
	}
	.boxNews-slider{
		margin-top: 30px;
	}
	 .customer-comment{
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .customer-info-img{
        width: 80px;
        float: left;
    }
    .customer-info-name{
        width: calc(100% - 80px);
        float: left;
        padding-left: 15px;
    }
    .customer-info-img img{
        width: 100%;
        height: 80px;
        object-fit: cover;
    }
    .customer-box{
        margin-bottom: 50px;
    }
    #footer{
    	padding-top: 30px;
    }
    .ft-top h4 {
		font-size: 17px;
	}
	.ft-top h4:after {
		margin: 15px 0;
	}
	.ft-intro-main p{
		margin-bottom: 10px;
	}
	.footer-introduce{
		margin-bottom: 30px;
	}
	.menu-footer-vertical{
		margin-bottom: 30px;
	}
	.list-menu-fy ul li a {
		font-size: 12px !important;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.ft-contact-content hr{
		margin: 15px 0px;
	}
	.footer-contact{
		margin-bottom: 30px;
	}
	#header.fix .headerTop-bar{
		display: none;
	}
    
    /* Page product	 */
    .list-item.view-list .product-media{
		height: auto;
		width: 30%;
		float: left;
	}
    .list-item.view-list .product-caption{
    	width: 70%;
		float: left;
    	padding-left: 30px;
    	padding-right: 0px;
    	padding-bottom: 0px;
    	padding-top: 0px;
    }
    .list-item.view-list .desc-product-thumb>p{
    	font-size: 14px;
    	margin-bottom: 5px;
    }
    .list-item.view-list .product-information .product-title{
    	font-size: 20px;
    }
    .list-item.view-list .price-before{
		margin-left: 5px;
		font-size: 15px;
	}
	.list-item.view-list  .price-well{
		font-size: 15px;
	}
	.list-item.view-list .price-product{
		margin-top: 10px;
	}
    /* End.Page product     */
    .block-breadcrumb img{
		width: 100%;
		height: 150px;
	}
	.proSmall-info .price p{
		font-size: 14px !important;
	}
	.boxType-product .title-block h2{
		font-size: 28px;
		margin-bottom: 15px;
	}

    /* Page news */
    .itemBlogs-info .itemBlogs-item{
    	font-size: 18px;
    }
    .desc-itemBlogs{
    	font-size: 14px;
    }
    .clr-txt{
    	font-size: 14px;
    }
    .itemBlog{
    	padding: 15px 0px;
    }
    .itemBlog-img{
		margin-bottom: 0px;
	}
	.detail-news-title{
		font-size: 18px;
	}
    /* End.Page news */
    
    /* Page - contact */
	.boxContact-map{
		margin-bottom: 30px;
	}
	.boxContact-information{
		margin-bottom: 30px;
	}
	.boxContact-form-top h3{
		font-size: 20px;
	}
	.boxContact-form-top p{
		font-size: 11px;
	}
	.boxContact-form-bottom{
		padding: 0px 20%;
	}
	/* End. Page Contact */
}



@media(min-width: 1024px){
    .detail-post{
        width: 80%;
    }
}
@media(max-width: 768px){
    .block-login-html .item-dropdown {
        padding: 0;
    }
	.aboutUs-img img{
		width: 100%;
		height: auto;
	}
	.box-detail-list-product > .row{
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.box-detail-list-product > .row > div{
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.mini-cart-order{
		padding: 0px 0px;
	}
	.header-between-mobile > .container > .row{
		display: flex;
		align-items: center;
		margin: 0px 0px;
	}
	.header-between-mobile > .container > .row > div{
		padding: 0px 0px;
	}
	.header-between-mobile > .container > .row > div:nth-child(1),
	.header-between-mobile > .container > .row > div:nth-child(3){
		/* width: 15%; */
	}
	.header-between-mobile > .container > .row > div:nth-child(2){
		/* width: 70%; */
	}
	.navbar-header .logo img{
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.cart-order .dropdown-toggle span.number {
		border-radius: 2em;
		color: #fff;
		font-size: 11px;
		height: 16px;
		right: 5px;
		line-height: 16px;
		position: absolute;
		text-align: center;
		top: -8px;
		width: 16px;
	}
	#header .navbar-header{
		display: grid;
	}
	.menu-top li a{
		font-size: 12px;
	}
	.wsmenucontainer .animated-arrow {
		float: left;
		background: #61c472;
		color: #fff;
		margin: 0px 0px;
		padding: 2px 15px;
		font-size: 24px;
		border-radius: 5px;
    }
    .wsoffcanvasopener.wsmenucontainer .animated-arrow{
    	display: none;
    }
    .header-between-mobile .wsoffcanvasopener .wsmain {
		background-color: #31373d !important;
	}
	.header-between-mobile .wsoffcanvasopener .wsmenu > .wsmenu-list > li > a {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        font-size: 15px;
        line-height: 22px !important;
        padding: 10px 15px;
        text-transform: none;
        color: #fff;
    }
    .header-between-mobile .wsoffcanvasopener .wsmenu .wsmenu-arrow {
        color: #fff;
    }
    .header-between-mobile .wsoffcanvasopener .wsmenu .wsmenu-submenu {
        background-color: rgba(255,255,255,0.1) !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .header-between-mobile .wsmenu-submenu li a {
        background: rgba(255,255,255,0.1) !important;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: none;
        color: #fff;
        padding-left: 30px;
    }
    .header-between-mobile .account_mobile {
		background: rgba(0, 0, 0, 0.2);
		padding: 15px 0;
	}
	.account_mobile .text-center img {
		height: 50px;
		margin-bottom: 10px;
	}
	.header-between-mobile .account_text {
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.header-between-mobile .account_text li {
		display: inline-block;
		color: #fff;
    }
    .header-between-mobile .account_text li:nth-child(2){
    	padding-left: 5px;
    	padding-right: 5px;
    }
    .header-between-mobile .account_text li a {
		color: #fff;
		font-size: 14px;
	}
	.product-sale .nav_title li a span{
		display: block;
		font-size: 13px;
		background: #e1e1e1;
		color: #666666;
		padding: 8px 15px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.product-sale .nav_title li.active a span{
		background: linear-gradient(to right, #96c93d, #00b09b);
		color: #fff;
	}
	.product-sale li .tab-item {
		margin-right: 0px;
		padding: 0 5px !important;
	}
	.product-sale .boxProduct-item{
		/* border: 1px solid rgba(0, 0, 0, 0.15); */
		box-shadow: none;
	}
	.product-sale .content-tab-product{
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.product-sale .list-item {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.product-sale .tab-product .nav_title{
		margin-top: 0px;
		margin-bottom: 15px !important;
	}
	.method-item{
		margin-bottom: 15px;
	}
	.product-media img{
		position: unset;
	}
	.product-media{
		height: 170px;
	}
	.description-product-detail>p{
		font-size: 13px;
		line-height: 20px;
	}
	.product-detail button.navbar-toggle{
		background: #61c472;
		color: #fff;
		padding: 7px 15px;
		margin-bottom: 15px;
	}
	.product-detail .navbar #nav_detail .navbar-nav li a{
		margin: 0px 0px 0px 0px !important;
	}
	.boxType-product .product-media{
		height: auto;
	}
	.boxContact-form-bottom .form-group>.captcha-img{
		width: 135px !important;
		margin-right: 15px;
	}
	.boxContact-form-bottom .captcha-reload{
		width: 40px;
		margin-right: 15px;
	}
	.boxContact-form-bottom .text{
		width: calc(100% - 205px);
		float: left;
	}
	.boxContact-form-bottom .captcha-input{
		max-width: 100%;
		width: 100%;
	}
	.boxContact-form-bottom form#frm-send-contact .txt-upper{
		float: none !important;
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 30px;
	}
}