/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.11.3
*/


/*************** ADD CUSTOM CSS HERE.   ***************/


/* .section-banner-header {
	height: 100vh;
} */

::selection {
    background: black;
	color: white;
}

.section-content-widget .button span,.section-content-widget h1>span, .section-content-widget h2>span, .section-content-widget h3>span, .section-content-widget h4>span, .section-content-widget h5>span,.section-content-widget h6>span,.section-content-widget p.headline>span {
	font-family: 'Poppins', sans-serif !important;
}

.map-loaction {
	margin-bottom: -7px
}

/* .product-small .box-text .woocommerce-LoopProduct-link{
	color: #ffffff;
} */


.tab-product-category .product-small .box-text {
	transition: transform .4s ease-in-out;
}

.tab-product-category .product-small:hover .box-text {
	display: block;
	-webkit-transform: translateY(-50px);
    -ms-transform: translateY(-15px);
    background-color: #fff;
	
}

.tab-product-category .product-small:hover .box-text .woocommerce-LoopProduct-link,
.tab-product-category .product-small:hover .box-text .category,
.tab-product-category .product-small:hover .box-text .woocommerce-Price-amount
{
	color: #181818;
}

.tab-product-category  .product-small .box-text .category {
	color: #ffffff;
	text-shadow: none !important;
}

.tab-product-category .product-small .box-text .woocommerce-LoopProduct-link {
	color: #ffffff;
	text-shadow: none !important;
}

.tab-product-category .product-small .box-text .woocommerce-Price-amount {
	color: #ffffff;
	text-shadow: none !important;
}

.tab-product-category .product-small .box-text .woocommerce-LoopProduct-link:hover {
	color: #181818;
	text-shadow: none !important;
}

.tab-product-category .tab-panels  .row > .col {
	margin-bottom: -50px !important;
}

.btn-slide-banner span{
	line-height: 21px;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 12px;
}

.btn-check-out {
	background-color: black;
}

.img-our-concept img{
	transition: .8s;
	min-width: 400px !important;
	max-height: 270px  !important;
}

.img-our-concept .img-inner:hover img {
	transform: translateX(-40px);
}

.header-full-width .container {
	max-width: 95% !important;
}

.btn-next-prev {
	display: flex;
	justify-content: space-between;
}

.btn-next-prev .button.icon.circle {
	border: none !important;
}

.btn-next-prev .button.icon.circle:hover {
	background-color: transparent !important;
}

.btn-next-prev .button.icon.circle i {
	font-size: 40px !important;
	color: #666666;
}

.btn-next-prev .button.icon.circle i:hover {
	color: #666666;
}


.col-describe-product .col-inner{
	position: sticky;
    top: 60px;
    z-index: 9999;
}

.img-boun-up img {
	transition: 1s;
}

.img-boun-up img:hover {
	transform: translateY(-10px);
}

.form-contact-us input {
	font-size: 12px;
    line-height: 30px;
    background-color: #fff;
    border-color: #e5e5e5;
    border-width: 1px;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 21px;
    width: 100%;
    margin: 0 0 15px;
    padding: 13px 18px;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: inherit;
    color: #666;
    /* background-color: transparent; */
    border: 1px solid #efefef;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.form-contact-us input:focus {
	background-color: #f7f7f7;
    border-color: #e5e5e5;
	color: #181818;
}

.form-contact-us .wpcf7-submit {
	max-width: 250px;
    color: #fff;
    background-color: #181818  !important;
}

.single_add_to_cart_button {
	background-color: #181818 !important;
}

.shop-container .add_to_cart_button, 
.shop-container .add_to_cart_button:hover{
	background-color: #181818 !important;
	color: #ffffff !important;
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.row-tai-sao >col {
		max-width: 50% !important;
		-ms-flex-preferred-size: 50% !important;
		flex-basis: 50% !important;
	}
	
	.tab-product-category .tab-panels .row > .col {
		max-width: 100%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 100%;
		margin-bottom: -50px !important;
	}
	
	.tab-product-category .nav > li > a {
		font-weight: 700;
		FONT-SIZE: 16PX;
		PADDING-LEFT: 12PX;
		PADDING-RIGHT: 12PX;
	}
	
	.section-content-widget .out-concept>.col  {
		 max-width: 100%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 100%;
	}
	

}
@media(max-width: 850px){
	.section-luat-su h4{
		min-height: 38px;
	}
	
	.section-content >.row>.col {
		padding-left: 35px;
    	padding-right: 35px;
	}
	
	.row-logo-img img {
		max-width: 150px !important;
	}
	
	.row-logo-img .img-inner {
		text-align: center;
	}
}