*{margin:0;padding:0;}
html{
	overflow-x:hidden;
}
body{
	background: #f7f6f6;
	overflow:hidden;
}
a,img{
	transition: all ease .5s;
}
.about_video_main h2 a:hover,.news_hot_left h3 a:hover,.news_hot_right .figcaption h3 a:hover,.product-box .product-info h3 a:hover,.product_hot_box_readmore a:hover,ul.menu_main_list_sub_menu li a:hover,.footer_center_box ul li a:hover,a:hover{
	color: #4eb4ba;
	text-decoration: none;
}
.news_hot_left figure img,.product-thumbnail img,.news_hot_right img,.about_video_main figure img{
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}
.margin-bottom-12 {
	margin-bottom: 12px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.mgr-10 {
	margin-right:10px;
}
.pad-bot-35 {
	padding-bottom: 35px;
}
.pad-bot-30 {
	padding-bottom: 30px;
}
.pad-top-10{
	padding-top:10px;
}
.pad-top-15 {
	padding-top: 15px;
}
.pad-top-35{
	padding-top:35px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-top-45 {
	padding-top:45px;
}
.border-1px {
	border: 1px solid #ebebeb;
}
.border-bot-1px {
	border-bottom: 1px solid #ebebeb;
}
.border-top-1px {
	border-top: 1px solid #ebebeb;
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.owl-carousel .owl-nav .owl-prev:before {left: 10px !important;}
	.product-mini-item {
		/padding: 9px 5px 8px 5px}
}
@media screen and (min-width:1024px){
	.width-56 {width:56%;}
	.width-44 {width:44%;}
}

@media screen and (max-width:767px){
	#product-featured-image {width:100% !important;}

}
@media screen and (min-width:768px) and (max-width:991px){
	#product-featured-image {width:85% !important;}
}
@media screen and (max-width:992px){
	.width-56 {width:100%;}
	.width-44 {width:100%;}
}
/*=== Element None ===*/
.product_hot_main .owl-controls,.news_hot_main .owl-controls,.album_owl_mobile .owl-buttons{
	display: none !important;
}
/*=== End Element None ===*/

/*== Header ==*/
@media (min-width: 1200px){
	.container {
		width: 1140px;
	}
}
.header_main {
	background: #27324a;
	height: 139px;
}


.header_hotline_email {
	color: #fff;
	font-size: 12px;
	margin:43px 0;
	font-weight: 600;
}
.header_hotline_email a {
	color: #fff;
}
.header_hotline_email span{
	padding:0 0 0 10px;
}
.header_hotline_email .fa {
	padding: 0 10px;
	color: #4eb4ba;
}
.logo {
	margin-top: 19px;
}
@media (min-width: 543px) and (max-width:991px){
	.logo {
		margin-top: 17px;
	}
}
.main_container_top .container {
	background: #fff;
}
.content-page .main_container_top .container {
	padding: 0px !important;
}
@media (min-width: 1200px){
	.main_container_top .container {
		width: 1170px;
		padding: 0 30px 30px 30px;
	}
}
/*== End Header ==*/

/*=== Slideshow ===*/
.home-slider {
	padding-top:20px;
}
.slideshow_main {
	margin: 55px 0 60px 0;
	overflow: hidden;
}
.slideshow_main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slideshow_main figure {
	height: 602px;
}
.slideshow_main .owl-prev{
	left: -100px;
	transition: all ease .5s;
}
.slideshow_main .owl-next {
	right:-100px;
	transition: all ease .5s;
}
.slideshow_main:hover .owl-prev{
	left:0;
}
.slideshow_main:hover .owl-next{
	right:0;
}
/*=== End Slideshow ===*/

/*=== Menu ===*/
#close-menu {position:relative;left:189px;}
#close-menu .fa {
	font-size: 18px;
	color: #fff;
	padding: 10px;
	border: solid 1px;
}
#nav .has-mega:hover>.mega-content li.level2 {
	line-height: 16px;
	padding: 5px 0;
}
#nav li.has-mega:hover > .mega-content {display:block;}
.menu_main {
	height: 64px;
	line-height: 64px;
	position: relative;
	top: 0px !important;
	z-index: 99;
}
.menu_main.fixed {
	position: fixed;
	top: 0 !important;
	right: 0;
	left: 0;
	background: #4eb4ba;
	/animation: fadeInDown ease .5s;
}
.menu_main_list > ul > li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.menu_main_list > ul > li.has-mega{
	position: static;
}
.menu_main_list > ul > li > a{
	position:relative;
	padding: 0 10px;
}
.menu_main_list > ul > li > a:before{
	content:"";
	position:absolute;
	height:3px;
	background: #27324a;
	bottom:0;
	width:100%;
	left: 0;
	right: 0;
	transition:all ease .5s;
	transform:scale(0);
}
.menu_main_list > ul > li:hover > a:before{
	transform:scale(1); 
}
.menu_main_list > ul {
	padding: 0 30px;
	background: #2db3b9;
	margin: 0;
}
@media (min-width:992px) and (max-width:1199px){
	.menu_main_list > ul {
		padding: 0 15px;
		background: #4eb4ba;
		margin: 0;
	}

}
.menu_main_list  > ul > li >a {
	display: inline-block;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu_main_list > ul > li >a:hover{
	color:#fff;
}
.menu_main_list > ul > li:hover ul.menu_main_list_sub_menu{
	opacity:1;
	visibility:visible;
	top:64px;
}
/*mega-menu*/
.mega-content .menu_main_list_sub_menu {
	position: static;
	min-height: 440px;
	top: 100px;
	background: #fff;
	left: 0;
	z-index: 999999;
	width: 27%;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
	padding: 40px;
	padding-right:0px;
	opacity: 0;
	visibility: hidden;
	transition:all ease .5s;
}
.mega-content .menu_main_list_sub_menu li {
	line-height: 20px;
	padding: 10px 0;
	vertical-align: middle;
	position:static;
}
.mega-content .menu_main_list_sub_menu li.active2 > .menu_main_list_sub_menu_1{
	opacity:1;
	visibility:visible;
	top:100%;
}
.mega-content .test-sub-menu-1 {
	top: 0px;
	min-width: 811px;
	position: absolute;
	left: 27%;
	background: rgba(255, 255, 255, 0.29);
	padding: 40px 0 0px 40px;
	z-index: 1;
	bottom: 0px;
	opacity: 1;
	visibility: visible;
	transition: all ease .5s;
	height: auto;
}
.mega-content .menu_main_list_sub_menu_1 {
	display:none;
	min-width: 810px;
	position: relative;
	left: 100%;
	background: transparent !important;
	padding: 0px 0 0px 40px;
	z-index: 1;
	bottom: 33px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .5s;
	height: auto;
}
/*end mega-menu*/
.menu_main_list_sub_menu {
	position: absolute;
	top: 100px;
	background: #fff;
	left: 0;
	z-index: 999999;
	min-width: 300px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
	padding: 40px;
	padding-right:0px;
	opacity: 0;
	visibility: hidden;
	transition:all ease .5s;
}
.menu_main_list_sub_menu li {
	list-style-type: square;
	color: #4eb4ba;
	line-height: 20px;
	padding: 10px 0;
	vertical-align: middle;
	position:relative;
}
.menu_main_list_sub_menu li a {
	color: #27324a;
}
.menu_main_list_sub_menu li .fa{
	margin-right: 30px;
	float: right;
}
.menu_main_list_sub_menu_1 {
	min-width: 300px;
	position: absolute;
	left: 100%;
	background: rgba(255, 255, 255, 0.76);
	padding: 0px 0 0px 40px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition:all ease .5s;
	height: auto;
}
.menu_main_list_sub_menu_1 li {
	list-style: none;
}
.test-sub-menu-1 li {
	list-style: none;
	line-height: 20px;
	padding: 10px 0;
	vertical-align: middle;
}
.menu_main_list_sub_menu li:hover .menu_main_list_sub_menu_1{
	opacity:1;
	visibility:visible;
	top:0;
}
.menu_main_list > ul > li {
	position: relative;
}
.menu_main_list {
	position: relative;
}
/*=== End Menu ===*/

/*=== Search ===*/
@media screen and (max-width:1024px) and (min-width:992px){
	.searchhh.fixed {
		right:4% !important;
		position: fixed;
		top:0px !important;
		animation: fadeInDown ease .5s;
	}
}
@media screen and (max-width:1199px) and (min-width:1025px){
	.searchhh.fixed {
		right:9% !important;
		position: fixed;
		top:0px !important;
		animation: fadeInDown ease .5s;
	}
}
@media screen and (max-width:1440px) and (min-width:1200px){
	.searchhh.fixed {
		right:9% !important;
		position: fixed;
		top:0px !important;
		animation: fadeInDown ease .5s;
	}
}
@media screen and (min-width:1441px) and (max-width:1920px){
	.searchhh.fixed {
		position: fixed;
		top:0px !important;
		right:21%;
		animation: fadeInDown ease .5s;
	}
}
@media screen and (min-width: 1921px){
	.searchhh.fixed {
		top:0px !important;
		position: fixed;
		right: 28%;
		animation: fadeInDown ease .5s;
	}
}
@media screen and (max-width:991px){
	.searchhh {
		z-index: 999;
		width: calc(100% - 70px);
		position: absolute;
		right: 15px;
		display: block;
	}
}
@media screen and (max-width:991px) and (min-width:768px){
	.searchhh {
		z-index:999;
	}
}
@media screen and (min-width:992px){
	.searchhh {
		z-index:999;
		position: relative;
	}
}
.search_form .fa-search{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 99;
	color: #151515;
}
.search_form {
	position:relative;
	margin: 20px 23px 0 0;
	height: 27px;
}
.search_main a{
	color:#555;
}
.search {
	float: right !important;
	transition: all ease .5s;
	width: 26px;
	height: 32px;
}
@media (min-width:992px) and (max-width:1199px){
	.search_form .fa-search {
		cursor: pointer;
		position: absolute;
		/left: 82px;
		/top:59px;
		z-index: 99;
		color: #151515;
	}
	.search{
		/position: absolute;
		/border: 1px solid #ccc !important;
		/margin-top: 56px;
		/padding: 0 24px 0px 4px !important;
		/width: 100px;
	}
	.search {/display:none}
	.search-form.active .search{display:block;}
	.login_main ul {display:none;}
	.login_main ul.active {display:block;}
}
@media (min-width:1200px){
	.search_form:hover .search {
		width: 100%;
		border: 1px solid #333;
	}
}
@media (max-width:320px){
	.search_form {padding-top:27px}
	.search_form .fa-search {top:33px;}
}
@media (min-width:375px) and (max-width:413px) {
	.header_main {height: 136px !important;}
}
@media (min-width:321px) and (max-width:767px){
	.search_form .fa-search {top:24px;}
	.search_form {padding-top:17px; margin: 0px 10px 0px 17px !important;}

}
@media (max-width:320px){
	.search_form {margin: 3px 10px 0px 17px !important;}
}

}
@media (min-width:414px) and (max-width:767px){
	.search_form {padding-top:15px}
	.search_form .fa-search {top:21px;}
}
@media (min-width:768px) and (max-width:991px){
	.search_form {padding-top:15px}
	.search_form .fa-search {
		top:21px;
	}
}
@media (max-width:1199px){
	.search {
		/position:relative;
		/top:26px;
		width: 100%;
		border: 1px solid #28324b !important;
	}
}
.search{
	position:relative;
	border:0 none;
	padding-right: 40px;
	background: transparent;
	color: #333;
	height: 27px;
	box-shadow: none;
	font-size:11px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none; 
}
.search::-webkit-input-placeholder { color:#28324b; }
.search:::-moz-placeholder {color: #28324b;}
.search::-ms-input-placeholder {color: #2832ab;}

.search:focus{
	box-shadow:none;
}
.title-head{color:#333;font-size:27px}
/*=== End Search ===*/

/*=== Login ===*/
.login_main {
	float: right;
	position: relative;
	top: 42px;
	right: 57px;
	color: #fff;
}
.login_main ul {
	background: #fff;
	border: 1px solid #f7f4f3;
	left: -115px;
	min-width: 144px;
	opacity: 0;
	position: absolute;
	top: 128%;
	transform: perspective(600px) rotateX(0deg);
	transform-origin: 0 0 0;
	transition: all ease .5s;
	vertical-align: top;
	visibility: hidden;
	text-align: center;
}
.login_main:hover ul {
	z-index: 1011;
	opacity: 1;
	visibility: visible;
	transform: perspective(600px) rotateX(0deg);
	transition: all ease .5s;
	cursor:pointer;
}
.login_main ul li {
	list-style: none;
	padding:5px 10px;
	border-bottom: 1px solid #4eb4ba;
}
.login_main ul li:last-child{
	border:none;
}
.login_main ul li a {
	color: #151515;
}
.login_main ul li:hover {
	background:#ddd;
}
/*=== End Login ===*/  

/*=== Top Cart ===*/ 
.cart-box {
	color: #fff;
	position: relative;
}

.cartCount {
	position: absolute;
	color: #fff;
	line-height: 20px;
	width: 18px;
	height: 18px;
	background: #4eb4ba;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	left: calc(100% + 1px);
	top: 2px;
	font-family: 'Arial',sans-serif;
}
.list-item-cart::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	/border-radius: 10px;
	background-color: #F5F5F5;
}

.list-item-cart::-webkit-scrollbar
{
	width: 6px;
	height:6px;
	background-color: #F5F5F5;
}

.list-item-cart::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color:#848484;
}
ul.list-item-cart{
	padding: 10px 20px 10px 15px;
	max-height: 423px;
	overflow-x: auto;
	/border-bottom: 1px solid #e1e1e1;
}
.top-cart-content {
	position: absolute;
	top: 28px;
	right: -19px;
	background: #fff;
	padding: 0;
	text-align: left;
	box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
	z-index: 10000;
	display:none;
}
#cart-sidebar {
	margin: 0;
	height: 100%;
	width: 414px;
}
#cart-sidebar figcaption h3 a {
	color: #2a2a2a;
}
#cart-sidebar img {
	width: 85px;
	height: 105px;
	float: left;
	margin: 0 30px 0 10px;
	height: 100%;
	object-fit: scale-down;		
}
#cart-sidebar .no-item p {
	padding:13px 0 0 10px;
	color: #333 ;
}
.mini-cart {
	top: 42px;
	position: absolute;
	right: 34px;
	z-index: 1000;
	height: 50px;
}

.mini-cart:hover .top-cart-content {
	display: block;
}

/*
.mini-cart .cart-box:hover #cart-sidebar {
display:block;
visibility: visible;
opacity: 1;
left: -362px;
}
*/
.group-select-number {
	display: inline-block;
	position: relative;
	width: 40%;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: auto;
}

.btn_minis {
	width: 29px;
	height: 23px;
	/font-size: 24px;
	position: absolute;
	background: none;
	border: none;
	right: 10px;
}

.btn_plus {
	width: 29px;
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	/font-size: 20px;
	height: 22px;
}

#qty {
	width: 100%;
	border: none;
	padding: 10px 10px;
}

#cart-sidebar figcaption h3 {
	display: table;
	margin: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
#cart-sidebar figcaption h3 a {
	color: #2a2a2a;
}
#cart-sidebar li {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0 20px;
	position: relative;
}

#cart-sidebar figcaption p {
	display: table;
	font-size: 15px;
	color: #4eb4ba;
}

#cart-sidebar .price-sale {
	font-size: 13px;
	color: #9c9c9c;
	text-decoration: line-through;
	padding: 0 5px;
}
.detail-item{padding-left:125px;}
.top-cart-content .detail-item .remove-item-cart {
	position: absolute;
	right: 0px !important;
	background: #848484;
	width: 15px;
	height: 15px;
	color: #fff;
	line-height: 15px;
	text-align: center;
	border-radius: 100%;
	top: 15px !important;
}
.top-cart-content .fa:before {
	color: #fff;
	font-size: 11px;
	position: absolute;
	right: 3px;
}
.text-total.pull-left {
	text-transform: capitalize;
}
.total_cart {
	margin: 15px 0 30px;
	overflow: hidden;
}
.text-price-total {
	font-size: 15px;
	color: #df006f;
	font-weight: bold;
}
.action_cart .cart {
	text-align: center;
	padding: 10px 21px;
	background: #27324a;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	margin: auto;
	font-size: 13px;
}
.action_cart .cart:hover{
	opacity:0.7;
}
.action_cart{
	margin: 0 0 28px 0;
	text-align: center;
}


/* Top cart*/
.btn-checkout {

	display: inline-block;
	height: 48px;
	margin-top: 5px;
	width: 100%;
	font-size: 16px;
	line-height: 48px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	outline: none !important;
	cursor: pointer;
	border: none;
	border-radius: 0 !important;
	background: #4eb4ba;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
}
.btn-checkout:hover {
	color: #fff;
	border: none;
	background: #27324a;
}
.top-cart-content .product-name {
	line-height: 19px;
	display: block;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
}
.top-cart-content .product-name a {
	color: #2a2a2a;
}
.top-cart-content .product-name a:hover {
	color: #27324a;
	text-decoration: none;
}
.detail-item .product-details-bottom .price {
	margin-bottom: 10px;
	display: table;
	font-size: 16px;
	color: #4eb4ba;
}
.mini-cart .quantity-select{
	display: table;
	position: relative;
	/* border: 1px solid #ddd; */
	/* border-radius: 4px; */
	height: 30px;
	float: left;
	color: #333;
}
.mini-cart .quantity-select .title-desc {
	font-size:14px;
	font-style: italic;
	margin-right: 5px;
}
.top_total_bd {
	padding: 0px 25px 0px 15px;
}
.top-subtotal {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	text-align: left;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.top-cart-contain .mini-cart .top-subtotal .price{
	float:right;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 700;

	color:#4eb4ba;
}
.actions{
	margin: 0 0 28px 0;
	padding: 0px 25px 0px 15px;
	text-align: center;
}
.actions button.btn-style{
	border:none;
	text-align: center;
	padding: 11px 22px;
	background:#27324a;
	text-transform: uppercase;
	color: #fff;
	margin: auto;
	font-size: 13px;
}
.actions button.view-cart.btn-style {
	margin-right: 7px;
}
.actions .btn-style:hover{
	opacity: 0.7;
}
/*=== End Top Cart ===*/ 

/*=== OWL ===*/
.album_owl_mobile .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	opacity: 1;
	background: #4eb4ba;
	border-radius: 0;
}
.album_owl_mobile .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	width: 5px;
	height: 5px;
	margin: 5px 3px;
	background: #e0e0e0;
	border-radius:0 !important;
}
.album_owl_mobile .owl-dots .owl-dot.active span, .album_owl_mobile .owl-dots.clickable .owl-dot:hover span {
	background: #e0e0e0;
}
.owl-prev {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.owl-next {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-buttons div {
	background: rgba(0, 0, 0, .5);
	border-radius: 0;
	position: absolute;
	padding: 20px;
	opacity: 1;
	transition: all ease .5s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background:#4eb4ba;
}
.album_owl_mobile .owl-dots {
	position: absolute !important;
	bottom: -35px;
	left: 0;
	right: 0;
	padding:0;
	text-align: center;
}
.owl-buttons .fa{
	color: #fff;
	font-size: 15px;
}
/*=== End OWL ===*/

/*=== Footer ===*/
@media (max-width:543px){
	.footer-bottom .hd_mobile {
		display: none;
	}
}
@media (max-width:480px){
	.footer-bottom .blo_mobile {
		display: block;
	}	
}
.footer_main{
	float: left;
	width: 100%;
	background-color: #27324a;
	color: #a9adb7;
}
.footer-bottom{
	float: left;
	width: 100%;
	height: 90px;
	text-align: center;
	border-top: 1px solid #2d3955;
	line-height: 90px;
	margin: 0 15px;
	font-size: 13px;
}
.footer_top {
	overflow: hidden;
	padding: 70px 0 40px;
}
.footer_title {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 25px;

	font-weight: bold;
}
.footer_center_box ul li {
	padding: 0 0 11px 0;
	list-style: none;
}
.footer_center_box ul li a {
	color: #a9adb7;
	font-size: 14px;
}
.footer_right_form input {
	height: 40px;
	width: 100%;
	padding: 0 20px;
	border: none;
	font-size: 15px;
}
::-webkit-input-placeholder {
	-webkit-text-security: none;
	color: #898989;
	pointer-events: none;
}
.footer_right_form {
	position: relative;
	margin-bottom: 20px;
}

.footer_right_form_action {
	position: absolute;
	top: 50%;
	right: 20px !important;
	background: none;
	border: none;
	color: #27324a;
	transform: translateY(-50%);
}
.footer_right_social ul li {
	float: left;
	list-style: none;
}
.footer_right_social ul li a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	trasnsition:all ease .5s;
}
.footer_right_social ul li:first-child a{
	margin-left:0
}
.footer_right_social ul li a:hover{
	background:#2eb3ba;
}
.social-icons .fallback-text {display:none;}
.footer_left_address_box a {
	color: #a9adb7;	
}
.footer_left_address_box a:hover {
	color: #4eb4ba;
}
.footer-bottom-copyright span > a {
	color:#a9adb7;	
}
.footer-bottom-copyright span > a:hover {
	color: #4eb4ba;
}
/*=== End Footer ===*/

/*== Popup Login ==*/
.login .social-nav .reg-equal, .register .social-nav .reg-equal { 
	color: #898989;
	font-size: 14px;

	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
@media (max-width:543px){
	.modal-content .register, .modal-content.login {
		padding: 15px !important;
	}
	.modal-content .btn-drop-register {
		top: 30px !important;
	}
}
@media (min-width:543px) and (max-width:767px){
	.modal-content .register, .modal-content .login {
		padding: 25px !important;
	}
	.modal-content .btn-drop-register {
		top: 40px !important;
	}
}
.modal-content .register, .modal-content .login {padding:10px 30px}
.modal-content #customer_register {margin-bottom: 5px !important;}
.form-signup .form-group .form-dropdown {
	border: 1px solid #ebebeb;
	display: block;
	width: 100%;
	padding: 13px 25px;
	font-size: 14px;
	line-height: 1.5;
	border-radius:0 !important;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	margin: 0;
	box-shadow: none;
}
.modal-content .btn-drop-register {
	text-decoration: none;
	position: absolute;
	top: 16px;
	font-weight: 400;
	right: 10px;
	color: #b8b8b8;
	font-size: 18px;

}
@media (min-width: 768px){
	.modal-content {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.modal-dialog {
		width: 358px;
		margin: 150px auto;
		height: auto;
		overflow: hidden;
		background: #fff;
	}
}
.modal-dialog .modal-content #customer_register h5, .modal-dialog .modal-content #customer_login h5 {
	font-size: 18px;
	font-weight: 400;

}
.modal-dialog .modal-content .btn-login {

	display: inline-block;
	height: 48px;
	margin-top: 5px;
	width: 100%;
	font-size: 16px;
	line-height: 48px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	outline: none !important;
	cursor: pointer;
	border: solid 1px #27324a;
	border-radius: 0 !important;
	background: #27324a;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
}
.modal-dialog .modal-content .btn-login:hover {
	color: #333;
	border: none;
	background: #4eb4ba;
}
.modal-dialog .modal-content .btn-cancel {

	display: inline-block;
	height: 48px;
	width: 100%;
	font-size: 16px;
	line-height: 48px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	outline: none !important;
	cursor: pointer;
	border: solid 1px #ebebeb;
	border-radius: 0 !important;
	background: #ebebeb;
	text-decoration: none;
	color: #333;
	font-weight: 400;
	letter-spacing: 0;
}
.modal-content{
	border:none !important;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.form-login-title {
	color: #0a0a0a;
	font-size: 18px;
}
.register .form-login-title a{
	color:#000;
}
.form-login-title-register {
	font-size: 18px;
	color: #898989;
}
.form-login input {
	width: 100%;
	padding: 10px 20px;
	margin: 5px 0;
	border: 1px solid #ebebeb;
}
.form-login {
	margin: 15px 0;
}
.form-login-social {
	padding: 10px 20px;
}
.form-login-social a img:hover {
	opacity: .7;
}
.form-login-social span {
	font-size: 14px;
	color: #898989;
}
.form-login-action {
	width: 100%;
	background: #4eb4ba;
	border: none;
	padding: 15px 10px;
	margin: 5px 0 10px 0;
	font-size: 16px;
	font-weight: 400;
	transition: all ease .5s;
	border: 1px solid transparent;
	color: #000;
}
.form-login-cancel {
	width: 100%;
	background: none;
	padding: 15px 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #ebebeb;
	transition: all ease .5s;
	color: #000;
}
.register .form-login-cancel{
	background:#ebebeb;
	border:none;
}
.form-login-action:hover{
	border: 1px solid #ebebeb;
	background: none;
}
.form-login-cancel:hover,.register .form-login-cancel:hover {
	background: #4eb4ba;
}
.form-login-forgot-pw a:nth-child(1) {
	color: #4eb4ba;
}
.form-login-forgot-pw a:nth-child(2) {
	color: #898989;
}
/*== End Popup Login ==*/

/*=== Scroll To Top ===*/
.scrolltop {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 12px;
	right: -100px;
	margin: auto;
	text-align: center;
	background: #4eb4ba;
	margin: auto;
	transition:all ease .5s;
	z-index: 9;
	opacity: 0;
	overflow:hidden;
	border-radius: 4px;
}
.scrolltop:before{
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	background: white;
	transition: 0.3s all ease;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.15;
	height: 182%;
	width: 226%;
	right: 2%;
	top: 21%;
}
.scrolltop:hover:before{
	top: -90%;
	height: 368%;
	right: -57%;
}
.scrolltop a{
	color: #FFF !important;
	display: block;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	transform: translateY(-50%);
}
.scrolltop.fixed{
	opacity: 1;
	right: 12px;
}
.scrolltop:hover{
	cursor:pointer;
}
.scrolltop a:hover{
	color:#fff;
}
/*=== End Scroll To Top ===*/

/*== Products Hot ==*/
@media (max-width:320px){
	.bd-right-price {
		display:none;
	}
}
.price-box .special-price {

	display: inline;
	font-size: 16px;
	font-weight:bold;
	padding-right: 0px;
	color: #4eb4ba;
}
.price-box .special-price .product-prices {
	margin-right: 5px;
}
.price-box {
	padding: 0 0 25px 0;
	/display: inline-block;
}
.price-box .old-price {

	display: inline;
	font-size: 14px;
	font-weight:bold;
	color: #a1a1a1;
	margin-left: 5px;
	text-decoration: line-through;
}
/*
.product_hot_main.bg-body .container {
background: #f7f6f6
}
*/
.product-box{
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: all ease .5s;
	margin: 0 0 30px 0;
	cursor: pointer;
}
.product_hot_box_readmore {
	text-align: center;
	padding: 15px;
	background: #fff;
}
.product_hot_box_readmore a {
	color: #252525;
	font-size: 14px;
}
.product_hot_box_inner {
	margin: 60px 0 70px 0;
}
.product_hot_box_inner .product_hot_box_title p {
	margin-bottom: 30px;
}
@media (max-width:320px){
	.product_hot_box .product-thumbnail {
		height: 138px;
	}
}
@media (min-width:360px) and (max-width:425px){
	.product_hot_box .product-thumbnail {
		height: 159px;
	}
}
.product-thumbnail img {
	height: 210px;
	object-fit: scale-down;
}
.product_hot_box_title h2 {
	text-transform: uppercase;
	color: #27324a;
	font-weight: 900;
	font-size: 21px;
}
/*
.product-thumbnail img:hover{
transform: scale(1.2);
}
*/
.product-info h3 {
	color: #27324a;
	font-weight: 900;
	font-size: 21px;
}
.product-info p {
	color: #2b2b2b;
	margin: 0 10px 50px 0;
}
.product-box .product-info h3 a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
@media (max-width:1199px){
	.product-action {
		display:none !important;
	}
	.product-box:hover .product-action {display:none !important;}
}
.product-action {
	background: #fff;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	transition: all ease .7s;
}
.product-box:hover {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
.product-action .btn-circle:hover span,.product-action .btn_buy:hover span,.product-action .btn_view:hover span{
	display:block;
}

.product-info {
	overflow: hidden;
}
.btn-style:hover {
	background: #f8bd00;
	color: #fff;
}
.btn-style {
	border: none;
	background: #f7f7f7;
	padding: 11px 14px;
	color: #898989;
	float: left;
	margin: 0 7px;
	transition: all ease .5s;
}
.btn-circle span,.btn_view span {
	position: absolute;
	left: 0;
	right: 0;
	top: -27px;
	display: none;
	color: #000;
	background: #fff;
}
/*Tool tip*/
.hover-button-tt {display:inline-block;}
.hover-button-tt span {
	position: absolute;
	top: -25px;
	opacity: 0;
}
.hover-button-tt:hover >span {opacity:1}

@media (min-width:992px){
	.tooltip{position:absolute;z-index:13;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.428571429;text-align:center;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}
	.tooltip.in{opacity:.9;filter:alpha(opacity=90)}
	.tooltip.top{
		margin-top: 3px !important;
		width: 150px;
		left: 46px !important;
		justify-content: center;
	}
	.tooltip.right{margin-left:3px;padding:0 5px}
	.tooltip.bottom{margin-top:3px;padding:5px 0}
	.tooltip.left{margin-left:-3px;padding:0 5px}
	.tooltip-inner{
		background:none !important;
		margin: 0 auto;
		padding: 3px 8px;
		color: #333;
		text-align: center;
		font-size: 14px;
		border-radius: 4px;
	}
	.tooltip-arrow{position:absolute;width:0;height:0;}
	.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:0;border-top-color:transparent}
	.tooltip.top-left .tooltip-arrow{right:5px}
	.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
	.tooltip.top-right .tooltip-arrow{left:5px}
	.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
	.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
	.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
	.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
	.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
}
.product-box:hover .product-action{display:block}

.product-action{
	z-index: 9999;
	position: absolute;
	display: none;
	bottom: 0px;
	height: 122px;
	width: 100%;
	background: #fff;
}
.product-action a{
	display:inline-block;
	height:36px;
	width:110px;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	border-radius:18px;
	background-clip:padding-box
}
.product-action a:hover{color:#fff}
.product-action .form-nut-grid {
	padding-top: 14px;
}
/*== End Products Hot ==*/

/*== News Hot ==*/
.news_hot_main {
	margin:0px 0 25px 0;
}
.news_hot_right figure {
	width: 68px;
	height: 45px;
	float:left;
}
.news_hot_right .figcaption {
	display:table;
	padding:0 0 0 30px;
}
.news_hot_right .figcaption h3 a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}
.news_hot_right .figcaption h3 {
	margin: 0;
	font-size: 15px;
}
.news_hot_right {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 23px 0;
	margin-bottom: 20px;
}
.news_hot_right:nth-child(3){
	border:none;
	margin-bottom:4px;
}
.awe-section-2 .news_hot_title {
	margin: 0 0 10px 0 !important;
}
.news_hot_title {
	color: #27324a;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 900;
	padding: 0 0 15px 0;
}

.news_hot_left figure img {
	min-width: 360px;
	height: 210px;
	object-fit: scale-down;
}

@media (min-width:1200px){
	.news_hot_left figure img {
		min-width: 360px;
		height: 210px;
		object-fit: scale-down;
	}
}
.album_hot_slider .news_hot_left figure img {
	max-height: 100% !important;
}
.news_hot_left figure {
	position: relative;
	/height: 210px;
	overflow: hidden;
}
.news_hot_left_time {
	position: absolute;
	top: 0;
	background: #4eb4ba;
	padding: 10px;
	margin-left: 20px;
	text-align: center;
}
.news_hot_left_time span:nth-child(1) {
	display: block;
	font-weight: bold;
	font-size: 23px;
	line-height: 17px;
}
.news_hot_left_comment {
	color: #939393;
	padding: 23px 0 7px;
	margin: 0;
}
@media (max-width:991px){
	.news_hot_left_comment {
		padding: 15px 0 7px;
	}
	.news_hot_left h3 {
		padding-bottom: 10px;
	}
}
.news_hot_left h3 a {
	color: #000;
	font-size: 15px;
	line-height: 23px;
	font-weight:600;
}
.news_hot_left h3{
	margin:0;
	font-size: 15px;
}
.news_hot_left figure:hover .btn_view_news {
	transform: translateY(-50%) scale(1);
	opacity:1;
}
.news_hot_left figure:hover img{
	opacity: .7;
}
.readmore_style_news{
	padding: 18px 15px;
	background: #ebebeb;
}
.btn_view_news {
	position: absolute;
	top: 50%;
	background: #4eb4ba;
	color: #fff;
	transform: translateY(-50%) scale(1.3);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	left: 5px;
	opacity:0;
	right: 0;
	font-size: 19px;
}
.btn_view_news:hover {
	background: #27324a;
	color:#fff;
}
/*== End News Hot ==*/

/*== About ==*/
.about_main {
	padding-top:25px;
}
@media (max-width: 767px) {
	.introduce-content .about_video_main {
		width: 100% !important;
	}	
}
.about_video_main {
	height: 320px;
	overflow: hidden;
	position: relative;
}
.about_video_main h2 {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
	margin: 0;
	left: 0;
	right: 0;
	padding: 10px 30px;
	font-size: 15px;
	line-height: 23px;
}
.about_video_main h2 a {
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
.about_video_icon {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #3d3d3b;
	border-radius: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	top: 42%; 
	transform: translateY(-50%);
}
.about_video_icon:hover{
	background:#4eb4ba;
	color:#fff;
}
.about_main p {
	color: #000;
	font-size: 14px;
	line-height: 25px;
}
/*== End About ==*/    

/*== Album ==*/
.album_hot_main {
	margin-top: -5px;
}
.album_hot_slider {
	padding-top: 30px;
}
.album_hot_slider_box figure {
	height: 270px;
}
.album_hot_slider_box {
	transition: all ease .5s;
}
.album_hot_slider_box:hover {
	box-shadow: -1px 2px 14px -6px rgba(156,156,156,1);
}
/*== End Album ==*/

/*=== Slick Slide ==*/
.slick-dots li.slick-active button:before {
	color: #4eb4ba;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
/*=== End Slick Slide ==*/

/*== Sidebar Collection ==*/
.collection .category-products {padding-bottom: 30px;}
.sortPagiBar {display:none;}
#list-collection {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
}
.aside-minipro {
	padding-bottom: 25px;
	margin-top: 34px;
	border:1px solid #ebebeb;
}
.siderbar-aside {
	border:1px solid #ebebeb;
	margin-top:35px;
}
.aside-title {
	text-align:left;
	padding:0;
}
.aside-title h2 {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 0 15px 25px;
	margin-top: 30px;
}
.aside-mini-list-product .aside-title .title-head {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 0 25px 25px;
	margin-top: 15px !important;
}
.aside-mini-list-product .owl-nav .owl-next,.aside-mini-list-product .owl-nav .owl-prev  {
	top: -25px;
}
.aside-mini-list-product .product-mini-lists .product-mini-item .price-box .old-price {
	margin-left: 0px !important;
	display: block !important;
}
.block_categories_list_count{
	color: #828282;
}
.aside-item.filter-price {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
@media (min-width: 992px) {
	#list-collection ul.collapse {
		display: block;
	}
}

#list-collection ul ul {
	display: none;
	padding-top: 10px;
	padding-left: 20px;
}
#list-collection ul li a {
	font-size: 14px;
}
#list-collection ul :hover {
	color: #4eb4ba;
}
#list-collection > ul {
	list-style: none;
	margin-left:20px;
}
#list-collection > ul li {
	/padding: 5px 0;
	position: relative;
}
#list-collection > ul li a {
	font-size: 14px;
	display:block;
	padding-left: 20px;
	border-bottom: none;
	color: #333;
}
#list-collection > ul li em {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	left: 0;
	top: 0;
}
#list-collection > ul > li {
	padding-bottom: 15px ;
}
#list-collection > ul > li > ul {
	list-style: none;
}
#list-collection > ul > li > ul > li > ul {
	list-style: none;
}

/* end sidebar collections */
/*== End Sidebar Collection ==*/
/*swiper*/
@media screen and (max-width: 767px) {
	.details-product .product-image-block .more-views {
		width: 100%;
		max-width: 100% !important;
		position: static !important;
		margin: 15px 0;
	}

}
@media screen and (min-width: 992px){
	.featured-image {
		width: calc(100% - 95px);
		/margin-left: 150px;
		min-height: 345px;
	}
}
.details-product .details-pro .price-box .sale:before {
	content: " ";
	width: 2px;
	height: 12px;
	background: #959595;
	position: absolute;
	top: 69px;
	left: 93px;
}
.details-product {padding-top: 34px;padding-bottom:10px;}
@media (max-width:1199px){
	.details-product {padding-bottom:25px;}
}
.details-product .product-image-block {
	margin-bottom: 30px;
	min-height: 170px;
}
.details-product .product-image-block .featured-image {
	/width: 75%;
}
@media screen and (max-width: 580px) {
	.details-product .product-image-block .more-views .swiper-wrapper .br-slide {
		text-align: center;
		/min-height: 50px !important;
		height:auto !important;
		/width: 50px !important;
	}
	.details-product .product-image-block .more-views {
		right: 15px !important;
		top: 0px !important;
		padding-top: 0px !important;
		max-height: 285px !important;
	}
	.details-product .product-image-block .featured-image {
		height: auto !important;
		overflow: hidden;
	}
	.details-product .product-image-block .more-views {
		max-height: 196px !important;
	}
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
	.details-product .product-image-block .more-views {
		right: 15px !important;
		max-height: 300px !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.details-product .product-image-block .more-views {
		right: 15px !important;
		max-height: 355px !important;
	}
}
@media screen and (min-width: 1200px) {
	.details-product .product-image-block .more-views {
		right: 15px !important;
		/max-height: 352px !important;
	}
	.details-product .product-image-block .more-views .swiper-wrapper .br-slide {
		height: 100% !important;
	}
}
.details-product .product-image-block .more-views {
	max-width: 67px;
	height: auto;
	position: absolute;
	right: 30px;
	top: 0;
	max-height: 495px;
	overflow: hidden;
}
.details-product .product-image-block .more-views .swiper-wrapper .br-slide {
	text-align: center;
	overflow: hidden;
	height:auto !important;
}
.details-product .product-image-block .more-views .swiper-wrapper img {
	width: auto;
	max-width: 100%;
	display: inline-block;
	border: 1px solid #e1e1e1;
}
@media (min-width:768px){
	.details-product .product-image-block .more-views .swiper-wrapper img {
		/height: 100% !important;
	}
}
@media (min-width:768px) and (max-width:1199px){
	.details-product .product-image-block .more-views .swiper-wrapper img {
		width: auto;
		max-width: 100%;
		/height: 100%;
		display: inline-block;
		border:1px solid #ddd;
	}
}
.details-product #gallery_01 {
	margin-top: 15px;
}
.details-product .owl-carousel.owl-loaded {
	/overflow: hidden;
}

#product-featured-image {
	position:relative !important;
	width: 100%;
	border: 1px solid #ebebeb;
}
}

@media (max-width: 991px) and (min-width: 768px){
	.more-views img {
		/height: 86% !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.details-product .product-image-block {min-height:315px; overflow:hidden;}
}
/*end swiper*/

/*Product detail*/
#btnnewreview {background: #4eb4ba !important;}
.text-vendor{
	color: #959595;
	font-size: 14px;
	margin-left: 5px;

}
.tvb {
	color: #959595;
	font-size: 14px;
	font-weight: bold;

}
.details-pro .title-head {
	margin-top: -2px;
	margin-bottom: -2px;
	font-size: 24px;

	font-weight: bold;
}
.details-product .aside-title h2 {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 0 29px 23px;
	margin-top: 15px;

}
.details-product .owl-carousel .owl-nav .owl-prev {
	top: -28px !important;

}
.details-product .owl-carousel .owl-nav .owl-next {
	top: -28px !important;
}
@media (min-width:1024px) and (max-width:1199px){
	.recently-viewed-products .owl-carousel .owl-nav .owl-next {
		left: 18% !important;
	}
	.recently-viewed-products .owl-carousel .owl-nav .owl-prev {
		left: 17% !important;
	}
}
.recently-viewed-products .owl-carousel .owl-nav .owl-prev {
	left: 140px;
	bottom : 94%;
}
.recently-viewed-products .owl-carousel .owl-nav .owl-next {
	left: 14%;
	bottom : 94%;
}
@media (max-width:580px){
	.recently-viewed-products .owl-carousel .owl-nav .owl-prev {
		left: 47%;
		bottom : 96%;
	}
	.recently-viewed-products .owl-carousel .owl-nav .owl-next {
		left: 52%;
		bottom : 96%;
	}
}
@media (min-width:614px) and (max-width:1199px){
	.recently-viewed-products .owl-carousel .owl-nav .owl-prev {
		left: 23%;
		bottom : 96%;
	}
	.recently-viewed-products .owl-carousel .owl-nav .owl-next {
		left: 25%;
		bottom : 96%;
	}

}
.details-pro .price-box .special-price {
	margin-right: 10px;
}
.details-pro .price-box .old-price {
	margin-left: 5px;
}
.related-product .special-price {
	font-size: 14px !important;
}
.related-product .old-price {
	font-size: 14px !important;
}
.related-product .price-box .old-price {
	display: block !important;
	margin-left: 0px !important;
}
@media (max-width:991px){
	.details-product .details-pro .custom-btn-number #qty {
		margin-bottom: 20px;
		/width: 100%;
	}
	.details-pro .form-product .form-group label {
		margin: 0 !important;
	}
	.details-pro .form-product .form-group .selector-wrapper select {
		/width: 100% !important;
	}
}
@media (max-width:767px){
	.details-pro .form-product .form-inline .btn-phone {
		width:100%;
	}
}
@media (max-width:374px){
	.details-pro .form-product .form-inline .btn-phone {
		width:39% !important;
	}
}
.details-pro .form-product .form-group label {
	display: inline-block;
	float: none;
	text-align: center;
	border-right: none !important;
	width: 30%;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	color: #333;
	border: 1px solid #e1e1e1;
}
.details-pro .form-product .form-group {
	padding: 0px !important;
	display: block;
}
.details-pro .form-product .form-group input{
	float:right;
}

.details-pro .form-product .form-group .selector-wrapper select {
	height: 40px;
	width: 70%;
	float: right;
	display: inline-block;
}
.details-pro .form-product .form-group .add_to_cart {
	background: #4eb4ba !important;
	color: #333;

	font-size: 16px;
	font-weight: bold;
	margin-bottom: -17px;
}
.details-pro .form-product .form-group .add_to_cart:hover {
	color: #fff;

	font-size: 16px;
	font-weight: bold;
}
@media (max-width:374px){
	.details-pro .form-product .form-inline .iwishAddWrapper {
		width:57% !important;
	}
}
@media (min-width:767px) and (max-width:991px){
	.details-pro .form-product .form-inline .iwishAddWrapper {
		width:50% !important;
	}
	.details-pro .form-product .form-inline .btn-phone {
		width:48% !important;
		margin-left: 10px !important ;
	}
}
@media (min-width:1024px) and (max-width:1199px){
	.details-pro .form-product .form-inline .iwishAddWrapper {
		width:57% !important;
	}
	.details-pro .form-product .form-inline .btn-phone {
		width: 39% !important;
	}
	.details-pro .form-product .form-group label {
		/margin: 5px 0 27px 0px !important;
	}
}
.details-pro .form-product .form-inline .iwishAddWrapper {
	width:49%;
	height: 43px;
	text-align: center;
	margin: 0px !important;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.details-pro .form-product .form-inline .iwishAddBorder {
	border-right: none;
	padding: 8px 0px 0px 0px !important
}
.details-pro .form-product .form-inline .iwishAddChild{
	display: inline-block;
	padding: 8px 6px 10px 0px;
}
.details-pro .form-product .form-inline .iWishImg{
	width: 17px;
	height: 17px;
	margin: 0 7px;
}
@media (max-width:1199px) and (min-width:1024px){
	.col-12-big .details-pro .form-product .form-inline .iwishAddWrapper {
		width: 49% !important;
	}
	.col-12-big .details-pro .form-product .form-inline .btn-phone {		
		margin-left: 4px !important;
		width: 49% !important;
	}
}
@media (min-width:1200px){
	.col-12-big .details-pro .form-product .form-inline .btn-phone {		
		margin-left: 5px !important;
		width: 49% !important;
	}
}
.details-pro .form-product .form-inline .btn-phone {
	background-color: #27324a !important;
	border:none;
	width: 48%;
	height: 43px;
	margin-left: 6px;
	color: #fff;

}

.details-pro .form-product .form-inline .btn-phone a {
	color: #fff;
	text-decoration: none;
}
.details-pro .form-product .form-inline .btn-phone:hover > a {
	color: #4eb4ba
}

/* End Product detail*/


/*Login*/
.theborder {
	border-top: solid 1px #ddd;
}

/* End login*/
/*Search*/
@media (max-width:767px){
	.search-form {
		display: none;
	}
}
@media screen and (min-width:992px){
	.search-left:nth-child(4n+1) {clear:left;}
}
@media screen and (min-width:767px) and (max-width:991px){
	.search-left:nth-child(2n+1) {clear:left;}
}
.search-main .search-left .product-box {
	/margin: 0 15px 30px 15px !important;
}
/* End search*/
/*Product view*/
.recently-viewed-products h2 {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 0 10px 0px;
	/margin-top: 80px;

}
/*End product view*/
/*Cart*/
.cart_des_page {
	overflow: hidden;
	padding: 45px;
	border: 1px solid #ebebeb;
}
.form-cart .table-cart thead > tr > th { border: none !important;}
.table-cart table tr td {border:none;border-top:1px solid #ebebeb;}
.form-cart .table-cart .table tbody tr .input_qty_pr{
	height: auto;
	border-right: none;
	margin-top: 15px;
	padding: 0px !important;
}
.form-cart .table-cart .table tbody tr .input_qty_pr .items-count {
	border: 1px solid #ddd;
	font-weight: bold;
	color: #27324a;
	outline: none;
	background: #fff;
	font-size: 14px;
	height: 42px;
	width: 42px;
	vertical-align: baseline;
	text-align: center;
	padding: 0;
	display: inline-block;
	margin: 0;
}
.form-cart .table-cart .table tbody tr .input_qty_pr .items-count:hover {
	background: #27324a;
	color: #fff;
	border: 1px solid #27324a;
}
.form-cart .table-cart .table tbody .number-sidebar {
	min-height: 0;
	position: static;
	display: inline-block;
	float: none;
	margin-bottom: 0;
}
.form-cart .table-cart .table tbody .number-sidebar {
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #27324a;
	height: 42px;
	margin-left: -1px;
	text-align: center;
	width: 42px;
	margin-right: -1px;
	padding: 0;
	line-height: 15px;
}

.cart .page-heading .title-head {

	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase; 
	color:#27324a;
}
.cart_content .style-form {padding-top:25px;}
.cart_content .style-form .form-cart-continue {margin-top:25px;margin-left:0px !important;}
.col-lg-7.bg_cart {padding-right:0px;padding-left:0px;}
@media (max-width: 1199px){
	.table-total .table {margin-top: 10px;}
}
@media (max-width:991px) {
	.cart-page {	
		padding:0px !important}
}
.cart-page {padding:5px 50px 0 50px}
.cart-page .cart_desktop p {
	text-align: center;
}
.table-cart table tr td {
	vertical-align: middle;
	text-align: center;
	height:171px;
	max-height:171px;
}
.table-cart thead > tr > th {
	border-top: 1px solid #ddd !important;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: center;
	border-bottom-width: 0px;

}
.table-cart .button.remove-item.remove-item-cart {
	font-size: 16px;
	color: #27324a;
}
.table-total tbody > tr {
	border:solid 1px #f3f3f3;
}
.table-total tbody > tr > td {
	padding: 20px 30px;
	font-size: 15px;
	font-weight: 200;
	text-align: left;
	color: #3d3d3d;
	border: 0px;

}
@media screen and (max-width:767px){
	.form-cart-btn {width:100%;}
	.form-cart-continue {display:none !important;}
	.table-total tbody > tr > td {
		padding:10px !important;
	}
}
.table-total tbody > tr > td.txt-right {
	text-align:right;
	color:#2c2c2c;
}
.table-total tbody > tr:last-child > td.txt-right { 
	color: #4eb4ba;
	font-weight: bold;
	font-size: 16px;

	float: right;
}
.table-total tbody > tr:last-child {}
.table-total tbody > tr > td:nth-child(2){color:#2c2c2c;border-right: none;}
.table-total .table {background: #fff;}
.cart-quantity{height:40px;width:50px;font-size:18px;line-height:45px;color:#898989;text-align:center;outline:none;border:1px solid #c2c2c2}
.form-cart-continue,.form-cart-update{float:left;display:block;height:48px;line-height:48px;font-size: 14px;color: #001646;font-weight: bold;outline:none;border:1px solid #ebebeb;background-color: #f5f5f5;}
.form-cart-continue .fa {
	height: 48px;
	line-height: 48px;
	padding: 0 15px 0 20px;
	border-right: 1px solid #ebebeb;
}
.form-cart-btn {float:right;display:block;height:50px;line-height:50px;font-size: 14px;color: #001646;font-weight: bold;outline:none;border:1px solid #ebebeb;background-color: #f5f5f5;}
.icon-cart-page {
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	float: left;
	border-right: 1px solid #ebebeb;
}
.form-cart-btn .text-continus {padding: 0px 50px;font-size: 14px;font-weight:400;}
.form-cart-btn:hover{color:#fff;background-color:#001646; border:solid 1px #001646; }
.form-cart-continue .text-continus {padding: 0px 10px 0 15px;font-size: 14px;font-weight:400;}
.form-cart-continue:hover,.form-cart-update:hover{color:#fff;background-color:#001646; border:solid 1px #001646; }
.form-cart-button{overflow:hidden}
.new_pro_br {
	position:relative;

}
.new_pro_br:before {
	content:"";
	position:absolute;
	height:100%;
	border-left:  1px solid #d7d7d7;
	top:0px;
	left:-16px;
}
/*End Cart*/

/*Blog*/
.blog_page {padding-top: 40px;}
.blog_page .pagination {padding-bottom: 30px;}
@media (min-width:1200px) {
	.blogs-col:nth-child(3n+1){
		clear:left;
	}
}
@media (min-width:768px) and (max-width:1199px){
	.blogs-col:nth-child(2n+1){
		clear:left;
	}
}

/* End Blog*/
/*== Article ==*/
.news_details_page {
	margin: 40px 0;
}
.news_details_page_social {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin:15px 0 0 0;
	background: #f4f4f4;
}
.news_details_page_comment_count {
	font-weight:500;
}
.news_details_page_comment_user .figure {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 10px 0 0;
}
.news_details_page_comment_user .figure img{
	width:100%;
	height:100%;
	border-radius:100%;
}

.news_details_page_comment_user .figcaption {
	display: block;
	width:100%;
	border-bottom:1px solid #ddd;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}
.news_details_page_comment_user .figcaption h2{
	font-size:14px;
	margin:0 0 5px 0;
}
.news_details_page_comment_user .figcaption span{
	color:#c2c2c2;
}
.recent_ul_blog {padding:10px 0 15px 0;}
.news_details_page_comment_user figcaption p{
	text-align:justify;
	word-break:break-word;
	color:#707070;
	font-size:15px;
	margin:8px 0;
}
.news_details_page_comment .text-right .pagination {margin: 0px 0px 25px 0px}
.news_details_page_list ul {
	list-style-image: url(//bizweb.dktcdn.net/100/255/808/themes/592266/assets/icon_list_details.png?1669889993987);
	/list-style-position: inside;
	margin-left: 15px;
	/border-bottom: 1px solid #ddd;
}
.news_details_page_list ul li h3 a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.news_details_page_list ul li h3 {
	margin: 0;
}
.news_details_page_list ul li h3 a:hover{
	color: #4eb4ba;
}
.news_details_page_content {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	text-align: justify;
	line-height: 25px;
}
.news_details_page_content img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.news_details_page_tabs {
	margin: 40px 0;
}
.news_details_page_tabs .fa {
	color: #939393;
}
.news_details_page_title h1 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	margin-top:10px;
}
.news_details_page_title h1 a{
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	margin-top:0;
	color:#333;
}
.news_details_page_title h1 a:hover{
	color: #27324a;
}
.news_details_page_title span {
	color: #9d9d9d;
	font-family: arial;
}
a.btn-tags {
	padding: 4px 6px;
	background: #ebebeb;
	color: #939393;
	font-size: 13px;
	border-radius: 4px;
	line-height: 26px;
	margin: 0px -5px 0px 10px
}
a.btn-tags:hover {
	background: #4eb4ba;
	color: #fff;
}
.social_like_share a:nth-child(1){
	padding:0 10px 0 0;
}
.social_like_share a {
	color: #8a8a8a;
	padding: 0 10px;
}
.social_like_share a:hover{
	color:#27324a;
}
.news_details_page_form_comment .btn.btn-contact {
	margin:0;
	padding: 9px 27px;
	color: #fff;
	height: 42px;
	font-size: 14px;
	background: #27324a;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	border: none;
	line-height: 1.42857143;
}
.news_details_page_form_comment .btn.btn-contact:hover {
	opacity: 0.7;
}
.news_related h2.title_related {
	margin-top:35px;
	font-size:14px;
	text-transform: uppercase;
	font-weight: normal;
}
.news_related ul li a:hover{
	color:#27324a
}
.news_related ul li{
	padding:5px 0;
}
.news_details_page_list.news_related ul {
	border: none;
}
.form-article {
	margin-bottom: 15px !important;
}

.google_plusone_iframe_widget {
	width: 62px !important;
}
.text-success {
	color: #5cb85c!important;
}
.text-danger {
	color: #d9534f!important;
}
.errors {/margin-left:16px}
.at4-share {display: none;}
.form-group .form-article {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(212, 211, 211, 0.53);
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none; 
}

#search-2 .searchform{position:relative}
#search-2 .searchform .search-bar {
	border-bottom: 1px solid #ebebeb;
}
#search-2 .searchform .search-text {
	font-size: 15px;
	font-family: 'Arial',sans-serif;
	border: none;
}
#search-2 .searchform .input-group-btn .btn-search-blog {
	font-size: 17px;
	padding: 0;
	background: none;
}
.sidebar-category .aside-title h2 {
	padding: 0px;
	margin-top: 30px;
}
.aside-item-recent .list-blogs .readmore_sidebar_blog {
	padding: 0 0 15px 0;
	float: left;
	background: none;
}
.aside-item-recent .aside-title h2 {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 30px;
}
/*== End Article ==*/

/* Page contact */
.headquarters_contact ul {
	list-style: none;
}
.icon_contact {
	float: left;
	position: absolute;
	left: 0;
	top: 0px;
}
.contact-i {
	line-height: 24px;
	clear: both;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
}
.text_contact {
	display: inline;
	font-size: 14px;
	color: #7a7a7a;
}
.text_contact a{
	color: #707070;
	display: inline;
	font-size: 14px;
}
.text_contact a:hover{
	color: #4eb4ba;
}
.headquarters_contact ul li {
	width:100%;
	float:left;
	margin:5px 0;
}
.headquarters_contact {
	float: left;
	color: #707070;
}
.headquarters_contact h3 {
	text-transform: uppercase;
	font-size: 16px;
}
.headquarters_contact .icon_contact .fa {
	width: 21px;
	height: 21px;
	font-size: 13px;
	padding: 3px;
	float: left;
	text-align: center;
}
@media (min-width: 1200px){
	.form-group-contact .form-contact-1 {
		width:275px !important;
		border-bottom:none !important;
		border-right:none !important;
	}
}
@media (max-width:767px){
	.form-group-contact .form-contact-1 {
		border-bottom:none !important;
		width: 100% !important;
	}
	.form-group-contact {width:100%;}
}
@media (min-width:768px) and (max-width:992px){
	.form-group-contact .form-contact-1 {width:360px !important;border-bottom:none !important;
		border-right:none !important;}
}
@media (min-width:1024px) and (max-width:1199px){
	.form-group-contact .form-contact-1 {
		width:225px !important;
		border-bottom:none !important;
		border-right:none !important;		
	}
}
.form-group-contact input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none; 
}
.form-group-contact .form-contact-a {
	display: block;
	border-radius: 0 !important;
	width: 100%;
	min-height: 40px;
	padding: 10px 20px;
	font-size: 1em;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	margin: 0;
	box-shadow: none;
	transition: none;
	border: 1px solid #ebebeb;
}
.form-group-contact {
	margin: 0;
	padding: 0;
	border: 0;
}
.form-group-contact .btn-submit-contact{
	display: block;
	position: relative;
	bottom: 40px;
}
.btn-contact-plane{
	border-radius: 0 !important;
	background: #27324a !important;
	text-decoration: none;
}
.btn-contact-plane:hover{
	background: #4eb4ba !important;

}



/* End page contact */

#myModal .closed {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=0);
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.product-tab .tab-link.current h3 {
	color:#4eb4ba;
}

/*Giới thiệu */

.introduce-content .news_hot_title {
	margin: 10px 0 30px 0 !important;
}
.introduce-content .about_main {
	padding-top: 0px !important;
}
.text-ccc {
	background: none !important;
	color: #333 !important;
	padding: 0 !important;
	display: inline-block !important;
	width: 130px !important;
	text-align: left !important;
}
.text-ccc:hover {
	color: #4eb4ba !important;
}

#recently-viewed-products {
	display: inline-flex;
}

.footer_center_box ul li a {
	font-family: Arial !important;
}


.wishlist-page-body {
	padding-top: 50px !important;
}