@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
/* CSS Document
	YenSao Bootstrap CSS
	Author: Pham Loc
	Date Create: 5/12/2017
*/
/*----------------------------------------- Block Hotline Bottom */
@-webkit-keyframes changeColor {
  0% {color: #FFF;}
  50% {color: #FF0}
  100% {color: #FFF}
}
@-webkit-keyframes pulse {
	0% {transform: scale(0.9);}
  50% {transform: scale(1);}
  100% {transform: scale(0.9);}
}

.hotlinebottom{
	position: fixed;
	display: block;
	bottom: 15px;
	left:9px;
	z-index: 99;
}
.hotlinebottom a{
	position:relative;
}
.hotlinebottom img{
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.hotlinebottom strong{
	position: absolute;
  left: 45px;
  bottom: -4px;
  font-size: 17px;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  -webkit-animation: changeColor 80s ease-in infinite;
  animation: changeColor 1s ease-in infinite;
}
/*----------------------------------------- Block Header */
.header-top{
	font-family: 'Oswald', sans-serif;
	color: #cf8b48;
}
.header-top .logo{
	margin: 10px auto;
}
.header-top .header-top-right{
	margin: 20px 0px;
}
.header-top .box-support, .header-top .box-language{
	float: right;
}
.header-top .box-support{
	padding: 10px 5px;
}
.header-top .box-support span{
	padding: 0px 15px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.header-top .box-support span .fa{
	padding-right: 5px;
	font-size: 1.3em;
}
.header-top .box-language{
	padding: 10px 0px;
	font-weight: 400;
}
.header-top .box-language span{
	padding: 0px 10px;
}
.header-top .box-language span:last-child{
	padding: 0px 0px;
}
.header-top .box-social{
	text-align: right;
}
.header-top .box-social span{
	padding: 5px 0px 5px 10px;
}
.header-top .box-social .fa{
	font-size: 1.7em;
}
.header-top .box-social a{
	color: #cf8b48;
	transition: all 0.5s ease;
}
.header-top .box-social a:hover{
	color: #d30007;
	text-decoration: none;
}
/*----------------------------------------- Block Page Home */
.box-pages-home{
	background: url(../images/bg-about_03.png) no-repeat top center #fff;
	padding: 10em 4em 5em;
}
.box-pages-home{
	position: relative;
}
.box-pages-home .block-images, .box-pages-home .block-content{
	position: relative;
	width: 50%;
	float: left;
}
.box-pages-home .block-images::before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 2em;
	background: transparent;
	border: 5px solid #fff;
	width: 89%;
	height: 85%;
}
.box-pages-home .block-content{
	background: #cf8b48;
	padding: 2em;
	position: relative;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin-top: 70px;
  margin-left: -80px;
}
.box-pages-home .block-content h3{
	font-weight: 600;
	margin: 15px 0px 20px;
}
.box-pages-home .block-content p{
	font-family: Arial;
	font-size: 0.9em;
	line-height: 25px;
	padding: 0px 1.5em;
}
.box-pages-home .block-content .border-box-top::before, .box-pages-home .block-content .border-box-top::after{
	content: '';
	position: absolute;
	width: 90px;
  height: 90px;
	overflow: hidden;
	top: 0px;
}
.box-pages-home .block-content .border-box-top::before{
  background: url(../images/sprite_border-about.png) 20px 20px no-repeat;
  left: 0px;
}
.box-pages-home .block-content .border-box-top::after{
  background: url(../images/sprite_border-about.png) -70px 20px no-repeat;
  right: 0px;
}
.box-pages-home .block-content .border-box-bottom::before, .box-pages-home .block-content .border-box-bottom::after{
	content: '';
	position: absolute;
	width: 90px;
  height: 90px;
	overflow: hidden;
	bottom: 0px;
}
.box-pages-home .block-content .border-box-bottom::before{
  background: url(../images/sprite_border-about.png) 20px -70px no-repeat;
  left: 0px;
}
.box-pages-home .block-content .border-box-bottom::after{
  background: url(../images/sprite_border-about.png) -70px -70px no-repeat;
  right: 0px;
}
/*----------------------------------------- Block Catelogy Home */
.box-catelogy-home .col-5px{
	padding: 0px 5px;
}
.box-catelogy-home .row-5px{
	margin: 0px -5px;
}
.box-catelogy-home{
	position: relative;
	background: url(../images/bg-catelogy-bottom_02.png) no-repeat bottom center #ebebeb;
  background-size: contain;
}
.box-catelogy-home::before{
	content: '';
	position: absolute;
	background: url(../images/line-top-catelogy_02.png) no-repeat center center;
	background-size: cover;
	height: 67px;
	top: -40px;
	left: 0px;
	width: 100%;
}
.box-catelogy-home .catelogy-home{
	padding: 2em 0em 5em;
}
.box-catelogy-home .catelogy-home .block-title{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 3em;
}
.box-catelogy-home .catelogy-home .block-title h3{
	font-weight: 600;
	margin: 25px 0px 10px;
	font-size: 2em;
	color: #2c2c2b;
}
.box-catelogy-home .catelogy-home .block-title small{
	font-weight: 300;
	position: relative;
	color: #e7272d;
	font-size: 1.1em;
	z-index: 1;
	padding: 0px 10px;
	background: #ebebeb;
}
.box-catelogy-home .catelogy-home .block-title small::before{
	content: '';
	width: 150%;
	height: 1px;
	background: #e7272d;
	position: absolute;
	top: 12px;
	left: -40px;
	z-index: -1;
}
.catelogy-home-item{
	margin: 15px 0px;
}
.catelogy-home-item .block-images{
	position: relative;
}
.catelogy-home-item .block-images .re-link{
	position: absolute;
	width: 100%;
	height: 100%;
}
.catelogy-home-item .block-images::before{
	content: '';
  position: absolute;
  border: 5px solid #fff;
  opacity: 0.5;
  margin: 15px;
  top: 0px;
  left: 0px;
  width: 89%;
  height: 89%;
	transition: all 0.5s ease;
}
.catelogy-home-item:hover .block-images::before{
	border: 15px solid #fff;
  opacity: 1;
  margin: 0px;
  width: 100%;
  height: 100%;
}
.catelogy-home-item .block-content{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.catelogy-home-item .block-content h3{
	margin: 15px 0px;
	font-size: 1.6em;
	font-weight: 600;
}
.catelogy-home-item .block-content h3 a{
	color: #d30007;
	transition: all 0.5s ease;
}
.catelogy-home-item .block-content h3 a:hover{
	color: #2c2c2b;
	text-decoration: none;
}
.catelogy-home-item .block-content p{
	font-weight: 500;
}
/*----------------------------------------- Block Product Feature Home */
/*.box-product-featured .col-5px{
	padding: 0px 5px;
}
.box-product-featured .row-5px{
	margin: 0px -5px;
}*/
.box-product-featured .viewall{
	margin: 3.5em 0px 0px;
  padding-bottom: 3.5em;
}
.box-product-featured .viewall a{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 5px 20px;
	border: 5px solid #fff;
	transition: all 0.5s ease;
}
.box-product-featured .viewall a:hover{
	text-decoration: none;
	background: #d30007;
	border: 5px solid #d30007;
}
.box-product-featured{
	background: url(../images/bg-product-feature_03.png) no-repeat top right #cf8b48;
	position: relative;
}
.box-product-featured::after{
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: url(../images/bg-product-feature_05.png) no-repeat center center #f8f8f8;
	height: 75px;
	background-size: cover;
	margin-bottom: -74px;
}
.box-product-featured .block-title{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	padding: 2em 0px;
}
.box-product-featured .block-title h3{
	font-weight: 600;
	margin: 25px 0px 10px;
	font-size: 2em;
	color: #fff;
}
.box-product-featured .block-title small{
	font-weight: 300;
	position: relative;
	color: #fff;
	font-size: 1.1em;
	z-index: 1;
	padding: 0px 10px;
	background: #cf8b48;
}
.box-product-featured .block-title small::before{
	content: '';
	width: 150%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 12px;
	left: -40px;
	z-index: -1;
}
.product-featured-item{
	margin: 15px 0px;
}
.product-featured-item .block-images{
	position: relative;
}
.product-featured-item .block-images .re-link{
	position: absolute;
	width: 100%;
	height: 100%;
}
.product-featured-item .block-images::before{
	content: '';
  position: absolute;
  border: 5px solid #fff;
  opacity: 0.5;
  margin: 15px;
  top: 0px;
  left: 0px;
  width: 89%;
  height: 89%;
	transition: all 0.5s ease;
}
.product-featured-item:hover .block-images::before{
	border: 15px solid #fff;
	opacity: 1;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.product-featured-item .block-content{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.product-featured-item .block-content h3{
	margin: 15px 0px;
	font-size: 1.3em;
	font-weight: 600;
}
.product-featured-item .block-content h3 a{
	color: #fff;
	transition: all 0.5s ease;
}
.product-featured-item .block-content h3 a:hover{
	color: #d30007;
	text-decoration: none;
}
/*----------------------------------------- Block Post Home */
.box-slide-post-home{
	width: 1050px;
	margin: auto;
}
.box-post-home{
	background: #f8f8f8;
  padding: 3em 0px 1em;
}
.box-post-home .block-title{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	padding: 2em 0px;
}
.box-post-home .block-title h3{
	font-weight: 600;
	margin: 25px 0px 10px;
	font-size: 2em;
	color: #2c2c2b;
}
.box-post-home .block-title small{
	font-weight: 300;
	position: relative;
	color: #e7272d;
	font-size: 1.1em;
	z-index: 1;
	padding: 0px 10px;
	background: #f8f8f8;
}
.box-post-home .block-title small::before{
	content: '';
	width: 150%;
	height: 1px;
	background: #e7272d;
	position: absolute;
	top: 12px;
	left: -40px;
	z-index: -1;
}
.box-post-home #news-slide .item{
  margin: 10px 15px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
}
.box-post-home .owl-theme .owl-controls {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.box-post-home .owl-theme .owl-controls .owl-buttons div{
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 0px;
	width: 40px;
	height: 40px;
	margin: 0px 10px;
	padding: 8px 0px;
	font-size: 2em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #cf8b48;
	border-color: #cf8b48;
	color: #fff;
	filter: Alpha(Opacity=0);
	opacity: 0;
	transition: all 0.5s ease;
}
.box-post-home .owl-theme:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.box-post-home .owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: -50px;
}
.box-post-home .owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: -50px;
}
.box-post-home .owl-theme .owl-controls .owl-buttons .owl-prev i, .box-post-home .owl-theme .owl-controls .owl-buttons .owl-next i{
	font-size: 35px;
	top: 0px;
	position: absolute;
}
.box-post-home .owl-theme .owl-controls .owl-buttons .owl-prev i{
	left: 12px;
}
.box-post-home .owl-theme .owl-controls .owl-buttons .owl-next i{
	right: 12px;
}
.box-post-home .post-item .block-content{
	background: #fff;
	padding: 1em 2em;
	text-align: left;
	transition: all 0.5s ease;
}
.box-post-home .post-item .block-content h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 35px;
	margin: 10px 0px 15px;
}
.box-post-home .post-item .block-content h3 a{
	color: #5e5e5e;
	transition: all 0.5s ease;
}
.box-post-home .post-item .block-content h3 a:hover{
	text-decoration: none;
}
.box-post-home .post-item .block-content p{
	font-family: Arial;
	color: #5e5e5e;
	text-align: justify;
	transition: all 0.5s ease;
}
.box-post-home .post-item:hover .block-content{
	background: #cf8b48;
}
.box-post-home .post-item:hover .block-content h3 a{
	color: #fff;
}
.box-post-home .post-item:hover .block-content p{
	color: #fff;
}
/*--------------------------------------------------------- Block Footer */
.box-footer{
	background: url(../images/line-footer_12.png) no-repeat top center #fff;
	background-size: contain;
	padding: 6em 0px 2em;
}
.box-footer h3.title{
	margin: 15px 0px 20px;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #b16922;
}
.box-footer h3.title::before{
	content: '';
	position: absolute;
	height: 5px;
	width: 90px;
	background: #b16922;
	bottom: 0px;
	left: 0px;
}
.box-footer .block-content{
	font-family: Arial;
	padding-top: 10px;
	line-height: 25px;
}
.box-footer .block-content ul{
	list-style: none;
	padding-left: 0px;
}
.box-footer .block-content ul li{
	padding-bottom: 15px;
}
.box-footer .block-content ul li:last-child{
	padding-bottom: 0px;
}
.box-footer .block-content ul li a{
	color: #828282;
	transition: all 0.5s ease;
}
.box-footer .block-content ul li a:hover{
	color: #b16922;
	text-decoration: none;
}
.box-footer .social-footer{
	margin: 10px 0px;
}
.box-footer .social-footer span a{
	display: block;
	float: left;
	margin-right: 8px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 5px;
	color: #fff;
}
.box-footer .social-footer span:nth-child(1) a{
	background: #3498db;
}
.box-footer .social-footer span:nth-child(2) a{
	background: #2980b9;
}
.box-footer .social-footer span:nth-child(3) a{
	background: #e74c3c;
}
.box-footer .social-footer span:nth-child(4) a{
	background: #c0392b;
}
.box-footer .social-footer span:nth-child(5) a{
	background: #95a5a6;
}
.box-copyright{
	-moz-box-shadow:    inset 0px 10px 10px -5px rgba(36, 31, 30, 0.70);
   -webkit-box-shadow: inset 0px 10px 10px -5px rgba(36, 31, 30, 0.70);
   box-shadow:         inset 0px 10px 10px -5px rgba(36, 31, 30, 0.70);
	background: #413735;
}
.box-copyright{
	color: #fff;
	font-family: Arial;
}
.box-copyright p{
	margin: 15px 0px;
	font-size: 0.9em;
}
/*----------------------------------------- Block Post Home */
.box-breadcrumb .breadcrumb{
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #d6d5d5;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
.box-breadcrumb .breadcrumb li a{
	color: #b16922;
}
/*----------------------------------------- Block Warpper */
.box-warpper{
	background: #f8f8f8;
	padding-top: 1em;
}
.box-warpper .block-content-page{
	padding: 3em 4em;
	position: relative;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	color: #000;
}
.box-warpper .block-content-page h1{
	font-weight: 600;
	margin: 15px 0px 20px;
}
.box-warpper .block-content-page p{
	font-family: Arial;
	font-size: 1em;
	line-height: 25px;
}
.box-warpper .block-content-page .border-box-top::before, .box-warpper .block-content-page .border-box-top::after{
	content: '';
	position: absolute;
	width: 90px;
  height: 90px;
	overflow: hidden;
	top: 0px;
}
.box-warpper .block-content-page .border-box-top::before{
  background: url(../images/sprite_border-about_1.png) 20px 20px no-repeat;
  left: 0px;
}
.box-warpper .block-content-page .border-box-top::after{
  background: url(../images/sprite_border-about_1.png) -70px 20px no-repeat;
  right: 0px;
}
.box-warpper .block-content-page .border-box-bottom::before, .box-warpper .block-content-page .border-box-bottom::after{
	content: '';
	position: absolute;
	width: 90px;
  height: 90px;
	overflow: hidden;
	bottom: 0px;
}
.box-warpper .block-content-page .border-box-bottom::before{
  background: url(../images/sprite_border-about_1.png) 20px -70px no-repeat;
  left: 0px;
}
.box-warpper .block-content-page .border-box-bottom::after{
  background: url(../images/sprite_border-about_1.png) -70px -70px no-repeat;
  right: 0px;
}
/*----------------------------------------- Block Post Related */
.block-post-related h3.title{
	font-family: Arial;
	font-weight: 400;
	border-bottom: 1px solid #b16922;
	font-size: 1.3em;
  padding-bottom: 5px;
}
.block-post-related h3.title span{
	color: #fff;
	border-radius: 15px;
	background: #b16922;
	padding: 5px 20px;
}
.block-post-related ul{
	padding-left: 15px;
}
.block-post-related ul li a{
	color: #000;
	transition: all 0.5s ease;
}
.block-post-related ul li a:hover{
	color: #b16922;
	text-decoration: none;
}
/*--------------------------------------------------------- Block Post Item */
.block-content-page .post-item{
	margin-bottom: 15px;
}
.block-content-page .post-item .block-content{
	background: #fff;
	padding: 1em 2em;
	text-align: left;
	transition: all 0.5s ease;
}
.block-content-page .post-item .block-content h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 35px;
	margin: 10px 0px 15px;
}
.block-content-page .post-item .block-content h3 a{
	color: #5e5e5e;
	transition: all 0.5s ease;
}
.block-content-page .post-item .block-content h3 a:hover{
	text-decoration: none;
}
.block-content-page .post-item .block-content p{
	font-family: Arial;
	color: #5e5e5e;
	text-align: justify;
	transition: all 0.5s ease;
}
.block-content-page .post-item:hover .block-content{
	background: #cf8b48;
}
.block-content-page .post-item:hover .block-content h3 a{
	color: #fff;
}
.block-content-page .post-item:hover .block-content p{
	color: #fff;
}
/*---------------------------------------- Block Pagination */
.box-pagination{
	text-align: center;
}
.box-pagination .pagination>li>a, .box-pagination .pagination>li>span {
	padding: 8px 15px;
	margin: 0px 3px;
	color: #252525;
	transition: all 0.5s ease;
}
.box-pagination .pagination>.active>a,
.box-pagination .pagination>.active>a:focus,
.box-pagination .pagination>.active>a:hover,
.box-pagination .pagination>.active>span,
.box-pagination .pagination>.active>span:focus,
.box-pagination .pagination>.active>span:hover {
	background-color: #b16922;
	border-color: #b16922;
	color: #fff;
}
.box-pagination .pagination>li>a:focus,
.box-pagination .pagination>li>a:hover,
.box-pagination .pagination>li>span:focus,
.box-pagination .pagination>li>span:hover {
	color: #fff;
	background-color: #b16922;
	border-color: #b16922;
	border-color: #ddd;
}
/*---------------------------------------- Contact */
.box-contact{
	padding: 20px 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.box-contact .form-control{
	border-radius: 0px;
	height: 40px;
}
.box-contact textarea.form-control {
	height: auto;
}
.box-contact label{
	font-weight: 400;
	font-size: 1.1em;
	position: relative;
}
.box-contact label::after{
	content: '*';
	position: absolute;
  right: -10px;
	color: #f00;
}
.box-contact .btn{
	border-radius: 0px;
}
.box-contact .btn-submit{
	color: #fff;
	padding: 6px 15px;
	background-color: #c47824;
	border-color: #c47824;
	transition: all 0.5s ease;
}
.box-contact .btn-submit:hover{
	background-color: #d8852a;
	border-color: #d8852a;
}
/*---------------------------------------- Product Item */
.product-item{
	margin: 15px 0px;
}
.product-item .block-images{
	position: relative;
}
.product-item .block-images .re-link{
	position: absolute;
	width: 100%;
	height: 100%;
}
.product-item .block-images::before{
	content: '';
  position: absolute;
  border: 5px solid #fff;
  opacity: 0.5;
  margin: 15px;
  top: 0px;
  left: 0px;
  width: 89%;
  height: 89%;
	transition: all 0.5s ease;
}
.product-item:hover .block-images::before{
	border: 15px solid #fff;
	opacity: 1;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.product-item .block-content{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.product-item .block-content h3{
	margin: 15px 0px;
	font-size: 1.3em;
	font-weight: 600;
}
.product-item .block-content h3 a{
	color: #d30007;
	transition: all 0.5s ease;
}
.product-item .block-content h3 a:hover{
	color: #b16922;
	text-decoration: none;
}
/*------------------------------------------ Single Product */
#sync1 .item{
    background: #4c828f;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync1 .item img
{
	max-width: 100%;
	height: auto;
}
#sync2 .item img
{
	max-width: 100%;
	height: auto;
	transform: translateY(0px);
	transition: all 0.5s ease;
}
#sync2 .item{
	border: 1px solid transparent;
	overflow: hidden;
  background: transparent;
  margin: 5px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
	opacity: .5;
	transform: translateY(0px);
	transition: all 0.5s ease;
}
#sync2 .synced .item{
  border: 1px solid #EEE;
	opacity: 1;
}
#sync2 .synced .item img{
	transform: translateY(-5px);
}
#sync2 .item:hover{
	border: 1px solid #EEE;
	opacity: 1;
}
#sync2 .item:hover img{
	transform: translateY(-5px);
}
.detail-left{

}
.detail-left .owl-theme .owl-controls {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.detail-left .owl-theme .owl-controls .owl-buttons div{
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 0px;
	width: 40px;
	height: 40px;
	margin: 0px 10px;
	padding: 8px 0px;
	font-size: 2em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #000000;
	background: transparent;
	filter: Alpha(Opacity=0);
	opacity: 0;
	transition: all 0.5s ease;
}
.detail-left .owl-theme:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.detail-left .owl-theme .owl-controls .owl-buttons div:hover{
	background: #cf8b48;
	border-color: #cf8b48;
	color: #fff;
}
.detail-left .owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: 0px;
}
.detail-left .owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: 0px;
}
.detail-left .owl-theme .owl-controls .owl-buttons div i{
	font-size: 30px;
  position: absolute;
  left: 14px;
  top: 4px;
}
.detail-right h1{
	font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 15px 0px;
  font-size: 2em;
  line-height: 30px;
}
.detail-right h3{
	font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 10px 0px 5px;
  font-size: 1.3em;
  line-height: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.detail-right .small-line{
	display: block;
  height: 3px;
  background-color: #000000;
  opacity: .1;
  margin: 15px 0 15px;
	width: 30px;
}
.detail-right p.price{
	font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 15px 0px;
  font-size: 2em;
  line-height: 30px;
}
.detail-right .block-content{
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
	padding-bottom: 15px;
	color: #777;
	font-size: 1em;
}
.detail-right .form-control, .detail-right .btn{
	display: inline-block;
	border-radius: 0px;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.detail-right hr{
	margin: 10px 0px;
}
.detail-right small{
	color: #777;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.detail-right small a{
	color: #000;
}
.block-tab-product .nav-tabs>li {
  display: inline-block;
	float: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.block-tab-product .nav-tabs{
	text-align: center;
	border-bottom: none;
	margin-bottom: 20px;
}
.block-tab-product .nav-tabs>li>a{
	font-family: 'Oswald', sans-serif;
	color: #777;
	font-weight: 700;
	margin: 0px 15px;
	padding: 7px 15px 5px;
	border-radius: 20px;
	font-size: 0.9em;
	transition: all 0.5s ease;
}
.block-tab-product .nav-tabs>li>a:focus,
.block-tab-product .nav-tabs>li>a:hover{
	background: #cf8b48;
	border: 1px solid #cf8b48;
	color: #fff;
}
.block-tab-product .nav-tabs>li.active>a,
.block-tab-product .nav-tabs>li.active>a:focus,
.block-tab-product .nav-tabs>li.active>a:hover{
	background: #cf8b48;
	border: 1px solid #cf8b48;
	color: #fff;
}
.block-tab-product .tab-content{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
/*------------------------------------------ Product Related */
.product-related h3.title{
	font-family: Arial;
	font-weight: 400;
	border-bottom: 1px solid #b16922;
	font-size: 1.3em;
  padding-bottom: 5px;
}
.product-related h3.title span{
	color: #fff;
	border-radius: 15px;
	background: #b16922;
	padding: 5px 20px;
}
/*--------------------------------------------------------- Tablet Landscape Mode */
@media (max-width: 1024px){
	.wsmenu{
		width: 80%;
	}
	.box-pages-home .block-content {
    padding: 1.5em;
    margin-left: -50px;
	}
	.box-pages-home .block-images::before{
		width: 85%;
	}
	.box-slide-post-home {
    width: 870px;
	}
	.box-post-home .post-item .block-content h3{
		font-size: 20px;
	}
	.catelogy-home-item .block-images::before{
		margin: 13px;
	}
	.product-featured-item .block-images::before{
    margin: 11px 12px;
	}
}
/*--------------------------------------------------------- Tablet Portrait Mode */
@media (max-width: 780px){
	.wsmenu{
		width: 240px;
	}
	.wsmenu-submenu{
		width: 100%;
	}
	.box-slide-post-home{
    width: 650px;
	}
	.box-post-home .post-item .block-content h3 {
    line-height: 25px;
    font-size: 13px;
	}
	.box-post-home .post-item .block-content{
    padding: 0.5em 1.5em;
	}
	.box-pages-home .block-content {
    padding: 2em 1em;
    margin-left: 0px;
		margin-top: 0px;
	}
	.box-pages-home .block-images::before {
    margin: 16px 23px;
    width: 85%;
    height: 85%;
	}
	.box-pages-home{
		padding: 5em 4em 5em;
	}
	.catelogy-home-item .block-images::before{
		margin: 9px 10px;
	}
	.catelogy-home-item .block-content h3{
		font-size: 1.3em;
	}
	.product-featured-item .block-images::before{
		margin: 9px;
	}
	.box-footer h3.title {
    margin: 15px 0px 10px;
    font-size: 15px;
	}
	.box-footer .block-content ul li {
    padding-bottom: 10px;
	}
	.box-footer .social-footer span a{
		margin: 8px 8px 0px 0px;
	}
}
@media (max-width: 480px) {
	.box-slide-post-home{
		width: inherit;
	}
	.box-post-home .owl-theme .owl-controls .owl-buttons{
		display: none;
	}
	.box-pages-home {
    padding: 2em 2em 5em;
	}
	.box-pages-home .block-images, .box-pages-home .block-content{
		width: 100%;
		float: none;
	}
	.box-pages-home .block-images::before{
		margin: 18px;
	}
	.box-pages-home .block-content {
    margin-top: 20px;
    margin-left: 0px;
	}
	.catelogy-home-item .block-images img{
		width: 100%;
	}
	.product-featured-item .block-images img{
	  width: 100%;
	}
	.catelogy-home-item .block-images::before{
		margin: 21px;
	}
	.product-featured-item .block-images::before{
	  margin: 21px;
	}
}
