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

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-weight:300;
}
.header-main .nav > li > a {
	letter-spacing: 0.02em;
	font-weight:300;
	font-size:16px;
}
.sub-menu a {
	position:relative;
	font-size:14px;
}
.header-main .nav.nav-left > li > a:before , .nav .nav-dropdown a:before, .sub-menu a:before{
	content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #1f7165;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.header-main .nav.nav-left > li > a:hover:before, .nav .nav-dropdown a:hover:before, .sub-menu a:hover:before {
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
.nav .nav-dropdown {
	border-top:1px solid #e6e6e6
}
.nav .nav-dropdown ul {
	
}
.nav .nav-dropdown ul li {
	margin-left:0;
    margin-bottom:15px;
}
.nav .nav-dropdown ul li a {
	font-size: 14px;
    color: #767676;
	position:relative;
	line-height: 20px;
	padding-bottom:3px;
}
.nav .nav-dropdown h3 a, .nav .nav-dropdown h3 a{
	position:relative;
	padding-bottom:3px;
}
.nav .nav-dropdown a:before{
	height:2px;
}
/* icon right */
.header-nav-main.nav-right li i{
	display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}
.header-nav-main.nav-right li i:before{
	display:none;
}
.hethong i{
	background:url(./images/ico_findstore.svg);
}
.hethong i:hover{
	background:url(./images/ico_findstore_on.svg);
}
.header-nav-main.nav-right i.icon-search{
	background:url(./images/ico_search.svg);
}
.header-nav-main.nav-right i.icon-search:hover{
	background:url(./images/ico_search_on.svg);
}
.header-nav-main.nav-right i.icon-user{
	background:url(./images/ico_mypage.svg);
}
.header-nav-main.nav-right i.icon-user:hover{
	background:url(./images/ico_mypage_on.svg);
}
.header-nav-main.nav-right i.icon-shopping-cart{
	background:url(./images/ico_cart.svg);
}
.header-nav-main.nav-right i.icon-shopping-cart:hover{
	background:url(./images/ico_cart_on.svg);
}

/* Block Image + Product */
.b-home .text-box-content{
	min-height:430px;
}
.b-home .text-box-content p {
	font-size:14px;
	line-height:30px;
}
.b-home .product-title {
	text-align:center;
}
/*Tab Product*/
.nav-pills>li>a {
	padding: 0 1.5em;
}
.tabbed-content .nav-divided>li+li>a:after {
	border-left: 1px solid #fff;
}
.stars a {
    font-family: 'fl-icons' !important;
}
/* css */

.footer-secondary {
    padding: 0;
}
/*product home*/
.product-small.col {
	overflow:hidden;
	padding:30px 15px 15px 15px;
	background-color:transparent;
}
.product-small.col:hover {
	background-color:#fff;
}
.section-title-main{
	position:relative;
	padding:0 80px;
}
.section-title b {
    height: 1px;
    opacity: 1;
    background-color: #767676;
    color: #767676;
}
.section-title span {
	margin:0;
	font-size:34px;
	line-height:34px;
	font-weight:500;
}
.section-title-main:before, .section-title-main:after{
	position:absolute;
	left:0;
	top:0px;
	content:"";
	height:34px;
	width:1px;
	display:block;
	background-color: #767676;
    color: #767676;
	-webkit-transform: rotate(25deg);
}
.section-title-main:after{
	left:auto;
	right:0;
}
.product-small.product .box-text {
	padding:0;
	padding-top: 23px;
}
.product-small.product .title-wrapper {
	border-bottom: 1px solid #222;
	margin-bottom:8px;
}
.product-small.product .product-title {
	width: 80%;
}
.product-small.product .product-title a{
	font-size: 14px;
    line-height: 29px;
	height:61px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.product-small.product .add-to-cart-button, .product-summary .single_add_to_cart_button  {
	margin-top:15px;
	float:left;
	width:100%;
}
.product-small.product .add-to-cart-button .button, .product-summary .single_add_to_cart_button , .hethong span{
	margin:0;
	width: 100%;
	font-size: 14px;
    line-height: 45px;
	background: #1f7165;
	color:#fff;
	border:1px solid  #1f7165;
	text-align:center;
	letter-spacing: 0px;
    word-spacing: 0px;
    transform: translateY(250%);
    transition: all .2s .1s ease-in-out;
	position:relative;
}
.product-summary .single_add_to_cart_button {
	line-height:38px;
	width:80%;
	float:right;
}
.product-small.product:hover .add-to-cart-button .button, .product-summary .single_add_to_cart_button, .hethong span{
    transform: translateY(0);
}
.product-small.product .add-to-cart-button:hover .button, .product-summary .single_add_to_cart_button:hover, .hethong span:hover{
	background-color:transparent;
	color:#1f7165;
}
.product-small.product .add-to-cart-button .button:before, .product-summary .single_add_to_cart_button:before, .hethong span:before{
	content: "";
	display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
	border:1px solid  #1f7165;
}
.product-small.product .add-to-cart-button .button:hover:before, .product-summary .single_add_to_cart_button:hover:before, .hethong span:hover:before{
	transform: scaleX(1);
	-webkit-transform-origin: left center;
    transform-origin: left center;
	z-index:-1;
}
.hethong span {
	height:40px;
	line-height:40px;
	display:block;
	padding:0 20px;
}
.dvls_maps_wrap input.dvls-submit {
	background:transparent !important;
	border-radius:0 !important;
	background-color:#1f7165 !important;
	width:100%;
}
.product-section-title {
	max-width:inherit;
}
/* product price */
.product-small.product .price-wrapper .price{
	font-size: 15px;
    text-align: right;
	float:right;
	width:49%;
    text-transform:uppercase;
    line-height: 21px;
    font-weight: bold;
}
.product-small.product .price-wrapper .price * {
	text-transform:uppercase;
}
.product-small.product .price-wrapper del span.amount {
	display:block;
	font-size:14px;
}
/* prodcut detail */
.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: 0px solid #ececec;
}
.product-footer {
	background-color:#fff;
	padding-top:30px;
}
.product-tabs li a {
	font-size: 20px;
    line-height: 68px;
    color: #767676;
    border: 1px solid #767676;
    background: #fff;
	padding:0 30px;
	text-transform: none;
}
.product-tabs li.active a, .product-tabs li:hover a{
	color: #fff;
    background: #1f7165;
    border-color: #1f7165;
}
/* category woo*/
.woocommerce-page #main {
	background: #fafafa;
}

.h-pro {
	background-color:#fff;
	border-radius:4px;
	padding:30px 15px 0;
}
.section-title-normal {
    margin-bottom:0px;
    border-bottom: 0;
    border-radius: 5px;
}
.section-title-normal {
    background: #fff;
	border-bottom:1px solid #E2E2E2;
	padding-bottom:30px;
	margin-bottom:0;
	color:#0a472e;
}
.section-title-normal b {
    display: none;
}
.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

span.hdevvn-show-cats li {
    display: block;
    width: auto;
    float: left;
    margin: 0 8px;
}span.hdevvn-show-cats li a {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    margin-right: 0!important;
    padding-left: 10px;
}.section-title a {
    font-size: 14px;
    margin-left: auto;
    margin-right:5px;
	font-weight:bold;
}
.h-pro .section-title-container {
	margin-bottom:0;
}
label.selectedswatch.wcva_single_textblock, label.wcva_single_textblock {
    padding: 6px 50px;
}

.product-info span.amount {
	font-size:180%;
}
.badge-frame .badge-inner, .badge-outline .badge-inner {
	color:#fff;
}
/* news ticker */
.b-newsticker {
	padding-bottom:0;
}
.b-newsticker .ticker-news .ticker-wrapper.has-js{
	padding:0;
}
.b-newsticker .ticker-news .ticker {
	background-color:transparent;
	border-width:0px;
}
.b-newsticker .ticker-news .ticker-title{
	display: block;
    position: relative;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #41695e;
    z-index: 2;
    background: #fff;
	width:77px;
	line-height:25px;
	font-weight:300;
	text-transform:none;
	box-shadow: 4px 4px 0px #3e9b88;
	margin-right:20px;
	margin-top:4px;
}

.b-newsticker  .ticker-news .ticker-content {
	background-color:transparent;
	color:#fff;
}
.b-newsticker  .ticker-news .ticker-content a {
	color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-transform:uppercase;
	font-size:12px;
	font-weight:300;
}

/* footer */
.footer .widget {
	padding-left:0;
}
.footer p{
	margin-bottom:5px;
}
.footer ul.menu>li+li, .footer .widget>ul>li+li {
	border:none;
	
}
.footer ul.menu>li {
	padding-left:0;
	position:relative;
}

.footer ul.menu>li a{
	padding:0 0 12px 0;
}
.b-addon {
    position: fixed;
    z-index: 999;
    bottom: 35%;
    right: 0px;
    width: 60px;
    background-color: transparent !important;
    padding: 25px 10px 10px !important;
    /*box-shadow: -5px 0px 10px #8888887d;
    border-radius: 10px 0px 0 10px;
    */
	text-align: right;
    transition: all .2s ease-in-out 0s;
}
.b-addon .box {
    margin-bottom: 10px;
}
.b-addon .box .box-image {
    width: 42px;
    height: 42px;
	border-radius:50%;
}
.b-addon .box .box-text {
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    background-color: #1D243E;
    color: #fff;
    right: 45px;
    width: fit-content;
	font-size:12px;
}
.b-addon .box:hover .box-text {
    visibility: visible;
    opacity: 1;
    display: block;
}
.b-addon .box .box-text:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #1D243E;
    left: 100%;
}

@keyframes beat {
	to {
		transform: scale(1.1);
	}
}
@media (min-width: 1600px) {
	.container, .row{
		max-width:1420px !important;
	}
	.header-main .nav > li > a {
		font-size:15px;
	}
}
@media (min-width:992px) and (max-width:1024px) {
	
	#logo {
		width: 150px !important;
	}
	.header-main .nav > li > a {
		font-size: 12px;
	}
	.text-dance {
		font-size:46px;
	}
	.header-main .flex-left{
		flex:40%  !important;
	}
	.header-main .flex-right{
		flex:20% !important;
		margin-left:15px !important;
	}
	.header-nav-main > li {
		margin:0 5px !important;
	}
	.product-small.product .add-to-cart-button .button, .product-summary .single_add_to_cart_button {
		transform: translateY(0);
	}
	.product-summary .single_add_to_cart_button {
		width:78%;
	}
	
}
@media (max-width:1440px) {
	.b-col .text-box-content .text-inner {
		padding:0px 20px 0px 20px !important;
	}
	.header-main .nav > li > a {
		font-size:14px;
	}
}
@media (min-width:992px) {
	.header-main .nav > li > a {
		font-size:14px;
	}
	.nav-dropdown .row {
		margin:0 auto !important;
	}
	
	.banner h2, .banner h3, .banner h1 {
		line-height:1.2em;
	}
	/*home product*/
	.flickity-prev-next-button, .flickity-prev-next-button.next{
		width: 22px;
		height: 42px;
		background:url(./images/arr_slick_default.png) no-repeat;
		opacity:1;
		margin-top: -2% !important;
	}
	.list-logo .flickity-prev-next-button,.list-logo .flickity-prev-next-button.next {
		margin-top:-4% !important;
	}
	.flickity-prev-next-button.next{
		background-position: right center;
	}
	.flickity-prev-next-button svg {
		display:none;
	}
	.slider-show-nav .flickity-prev-next-button.previous {
		left:20%;
	}
	.slider-show-nav .flickity-prev-next-button.next{
		right:20%;
	}
	
	.hdevvn-show-cats {
		width: 40%;
		text-align: right;
	}
	span.hdevvn-show-cats li {
		display: inline-block;
		width: auto;
		float:none;
		text-align: right;
		font-size:12px;
	}
	.h-5b > .col{
		max-width: 20%;
		flex-basis: 20%;
	}
	
	.single_add_to_cart_button {
		width:80%;
	}
	.subscibe .wpcf7-text {
		padding: 45px 30px;
		background: #f6f6f6;
		border-color: #f6f6f6;
	}
	.subscibe .wpcf7-submit {
		padding: 27px 60px;
		letter-spacing: .5em;
		border-color:#1f7165 !important;
	}
	.share-icons .button.icon{
		min-height:42px;
		min-width:42px;
		line-height:40px;
	}
	.single-page .blog-share {
		position:fixed !important;
		top:220px;
		left:2%;
		z-index:999;
	}
	.b-share, .single-page .blog-share {
		background: #E9E9E9;
		text-align: center;
		padding:0;
		margin: 0;
	}
	.b-share .share-icons-title, .single-page .blog-share .is-divider {
		background: #1F7165;
		text-align: center;
		color: #1f7165;
		font-size: .625rem;
		font-weight: 900;
		padding: 1.25rem 1rem 1rem;
		display:block;
		position:relative;
		max-width: 100%;
		height: 55px;
		margin:0;
	}
	.b-share .share-icons-title:before,  .single-page .blog-share .is-divider:before {
	    content: "\f045";
		color: #fff;
		position: absolute;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 18px;
		left: 40%;
	}
	.single-page .blog-share .social-icons a {
		width:66px;
		line-height:66px;
		max-width:66px;
		margin:25px 0;
		display:block;
	}
	.b-share i, .single-page .blog-share .social-icons i {
		font-size:26px !important;
		display:block;
		padding:5px 20px;
	}
	.single-page .blog-share .tooltip {
		
	}
	.is-sticky-column.is-affixed .is-sticky-column__inner {
		top:150px !important;
	}
	.footer-wrapper {
		margin-top:100px;
	}
}
@media (max-width:849px) {
	#gtranslate_wrapper {
		top:0 !important;
		right:15px !important;
	}
	.header.show-on-scroll, .stuck .header-main {
		height: 50px!important;
	}
	#logo img, .stuck #logo img {
		
	}
	.mobile-nav.nav-right li i{
		display: block;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
	}
	.mobile-nav.nav-right i:before {
		display:none;
	}
	.mobile-nav.nav-right i.icon-search{
		background:url(./images/ico_search.svg);
	}
	.mobile-nav.nav-right i.icon-search:hover{
		background:url(./images/ico_search_on.svg);
	}
	
	.mobile-nav.nav-right i.icon-shopping-cart{
		background:url(./images/ico_cart.svg);
	}
	.mobile-nav.nav-right i.icon-shopping-cart:hover{
		background:url(./images/ico_cart_on.svg);
	}
	.4block p {
		display:none;
	}
	.section-title-main {
		position: relative;
		padding: 0 30px;
	}
	.section-title span {
		font-size: 20px;
		line-height: 34px;
	}
	.product-summary .single_add_to_cart_button {
		line-height: 38px;
		width: 100%;
		float: right;
		margin-bottom: 15px;
	}
	.product-small.product .add-to-cart-button .button {
		transform: translateY(0);
		font-size: 12px;
		line-height: 35px;
	}
	h1.product-title {
		font-size:20px;
	}
	.product-info span.amount {
		font-size: 105%;
	}
	.single_add_to_cart_button  {
		width:100%;
	}
	.block-cat {
		padding-top:30px !important;
	}
	.block-best > .col-inner{
		padding-top:0 !important;
	}
	.testimonial-image {
		max-width: 150px !important;
		height: 150px !important;
	}
	.single_add_to_cart_button {
		width:100%;
	}
	.banner h2, .banner h3, .banner h1 {
		font-size:180%;
	}
	.h-pro {
		padding:0;
	}
	.section-title-normal {
		padding-bottom:10px;
	}
	
	span.hdevvn-show-cats li {
		margin:0 3px;
		font-size:12px;
		float:none;
		display:inline-block;
		font-size:12px;
		color:#0a914f;
	}
	.section-title > a {
		width:100%;
		text-align:center;
	}
	.col {
		padding-bottom: 15px;
	}
	.featured-title .page-title-inner {
		padding-bottom: 0;
	}
	.product-small.col {
		padding:0 15px;
	}
	.product-main {
		padding-top:20px;
		padding-bottom:0;
	}
	h1.shop-page-title {
		font-size:14px;
	}
	.product-tabs > li {
		width: auto !important;
		text-align: center;
	}
	.product-tabs li a {
		padding: 5px 10px;
		font-size: 14px;
		line-height:18px;
	}
	.form-flat button, .form-flat input {
		font-size:15px;
	}
	.footer .img {
		margin-top:30px;
	}
	.footer .col > .col-inner {
		padding: 0 !important;
	}
	.b-addon {
		left:auto;
		width:100%;
		padding:5px !important;
		bottom:0;
	}
	.b-addon .section-content {
		display: block;
		width:100%;
		padding:0;
	}
	.b-addon .box {
		width: 20%;
		height: auto;
		float: left;
		text-align: center;
		display: block;
		padding: 0 5px;
		margin: 0;
	}
	.b-addon .box .box-text {
		display:none;
	}
	.b-addon .box img {
		width: 85%;
	}
	.section-title-container {
		margin-bottom: 0;
	}
	.b-newsticker{
		padding-bottom:0;
		margin-right:0;
	}
	.b-4block .icon-box-text p {
		display:none !important;
	}
	.call-now-button {
		left: auto !important;
		right: 20%;
		top: 84% !important;
	}
	
}
@media (max-width:480px) {
	.block-bg-white h3 {
		font-size:18px;
	}
	.tabbed-content .nav {
		height: auto !important;
		margin-bottom: 0 !important;
		background-size: cover !important;
	}
	.tabbed-content .nav > li {
		margin: 0 3px !important !important;
	}
	.title-yellow h3, .title-yellow h4 {
		background-size:contain;
		width:100%;
	}
	.footer .widget {
		margin-bottom:0;
	}
	#image_650122515 img{
		height:70px !important;
		width:auto !important;
	}
} 
