/* <kato.css> */
	/* ######################## HEADER ######################## */
	.header {
		position: relative;
		padding: 10px 0;
		font-size: 18px;
		line-height: 20px;
		color: #333;
		z-index: 10;
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
	.header .upper {margin-bottom: 10px;}
	.header .upper a {color: #333;}
	.header .hotline a {
		font-weight: bold;
		color: #ff0000;
	}
	.header .social {
		position: relative;
		margin-left: 20px;
		padding-left: 20px;
	}
	/* --- CSS ĐIỀU CHỈNH KÍCH THƯỚC LOGO --- */

	/* --- CSS ĐIỀU CHỈNH KÍCH THƯỚC LOGO (ĐÃ SỬA LỖI) --- */
@media (min-width: 960px) {
  .main-slide .uk-slideshow > li > img {
    max-height: 550px;  /* Đây là chiều cao tối đa của ảnh. Bạn có thể thay đổi số 550 thành giá trị khác (ví dụ: 500, 480) cho đến khi vừa ý. */
    width: 100%;
    object-fit: cover;  /* Thuộc tính này rất quan trọng, nó giúp ảnh tự cắt cúp để lấp đầy khung hình mới mà không bị bóp méo. */
  }
}

/* Logo trên header DESKTOP */
.header .logo img,
.header .container > a[href="."] > img {
    height: 100px !important;  /* Bắt buộc chiều cao là 80px */
    width: auto !important;   /* Chiều rộng tự động để không méo ảnh */
}

/* Logo trên header MOBILE */
.mobile-header .logo img {
    height: 60px !important;  /* Bắt buộc chiều cao là 60px */
    width: auto !important;
}
	.header .social:before {
		content: "";
		display: block;
		position: absolute;
		height: 15px;
		border-left: 1px dashed #333;
		left: 0px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.header .social li {float: left;}
	.header .social li+li {margin-left: 15px;}
	.header .social a {
		font-size: 16px;
		color: #999999;
	}
	.main-nav>.main-menu li {position: relative;}
	.main-nav>.main-menu>li+li {margin-left: 30px;}
	.main-nav>.main-menu>li>a {
		position: relative;
		display: block;
		padding: 10px 5px;
		font-size: 15px;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
		color: #333;
	}
	.main-nav>.main-menu>li>a:before {
		content: "";
		display: none;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #683313;
		top: initial;
		bottom: 0px;
		left: 0px;
	}
	.main-nav>.main-menu>li:hover>a, .main-nav>.main-menu>li.active>a {color: #683313;}
	.main-nav>.main-menu>li:not(.parent):hover>a:before, .main-nav>.main-menu>li.active>a:before {display: block;}
	.main-nav .dropdown-menu {
		position: absolute;
		display: none;
		min-width: 220px;
		z-index: 50;
		top: 100%;
		left: 50%;
		border-top: 5px solid transparent;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.main-nav .dropdown-menu>.sub-menu {
		position: relative;
		padding: 5px 0;
		background: rgba(255, 255, 255, .95);
		-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
		-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
		-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
		-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
		box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
	}
	.main-nav>.main-menu>li:hover> .dropdown-menu {display: block;}
	.main-nav .dropdown-menu>.sub-menu:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background: #683313;
		top: -3px;
		left: 0px;
	}
	.main-nav .sub-menu li a {
		display: block;
		position: relative;
		padding: 10px 10px 10px 20px;
		color: #999;
		font-size: 13px;
		line-height: 18px;
		font-family: 'UTM Avo', sans-serif;
	}
	.main-nav .sub-menu li+li a {border-top: 1px dotted #c8c8c8;}
	.main-nav .sub-menu li:hover a {color: #683313;}
	@media (max-width: 1220px) {
		.main-nav>.main-menu>li+li {margin-left: 20px;}
		.main-nav>.main-menu>li>a {
			padding: 10px 0;
			font-size: 14px;
		}
	}

	/* ######################## Header for mobile ######################## */
	.mobile-header {
		padding: 5px 0;
		background: #683313;
	}
	.mobile-header .upper {
		position: relative;
		padding-left: 40px;
	}


	/* ######################## Heading ######################## */
	.heading-1 {
		position: relative;
		margin: 0 0 30px 0;
		padding-bottom: 20px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-size: 30px;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
	}
	.heading-1>* {color: #683313;}
	.heading-1:before {
		content: "";
		display: block;
		position: absolute;
		width: 265px;
		height: 1px;
		background: #e1e1e1;
		top: initial;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}
	.heading-1:after {
		content: "";
		display: block;
		position: absolute;
		width: 45px;
		height: 3px;
		background: #febf04;
		top: initial;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
		z-index: 5;
	}


	.heading-2 {
		position: relative;
		margin: 0 0 30px 0;
		font-size: 24px;
		line-height: 26px;
		text-align: center;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
	}
	.heading-2>* {
		position: relative;
		display: inline-block;
		padding: 0 50px;
		color: #683313;
	}
	.heading-2>*:before, .heading-2>*:after {
		content: "";
		display: block;
		position: absolute;
		width: 33px;
		height: 16px;
		left: 0px;
		top: 50%;
		margin-top: -7px;
		background: url(img/arrow-left.png) 0% 0% no-repeat;
	}
	.heading-2>*:after {
		left: initial;
		right: 0px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	@media (max-width: 960px) {
		.heading-2 {
			margin: 0 0 20px;
			font-size: 18px;
			line-height: 24px;
		}
		.heading-2>* {padding: 0 40px;}
	}
	.heading-3 {
		position: relative;
		margin: 0 0 15px 0;
		font-size: 18px;
		line-height: 24px;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
		color: #6b320d;
	}
	.heading-3:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		top: initial;
		left: 0px;
		bottom: 0px;
		background: url(img/line.png) 0% 0% repeat-x;
	}
	.heading-3>* {
		display: inline-block;
		position: relative;
		padding-bottom: 8px;
	}
	.heading-3>*:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		top: initial;
		left: 0px;
		bottom: 0px;
		background: #999999;
	}
	.heading-4 {
		margin: 0 0 25px 0;
		font-size: 30px;
		line-height: 30px;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif
	}
	.heading-4>* {color: #6b320d;}
	
	@media (max-width: 1220px) {
		.heading-1 {
			margin: 0 0 15px 0;
			padding-bottom: 15px;
			font-size: 24px;
			line-height: 30px;
		}
		.heading-4 {
			font-size: 24px;
			line-height: 30px;
		}
	}
	@media (max-width: 960px) {
		.heading-1 {
			font-size: 20px;
			line-height: 24px;
		}
		.heading-4 {
			margin: 0 0 20px 0;
			font-size: 20px;
			line-height: 24px;
		}
	}
	@media (max-width: 567px) {
		.heading-1 {
			line-height: 16px;
			font-size: 20px;
		}
		.heading-4 {
			font-size: 16px;
			line-height: 20px;
		}
	}

	
	/* ######################## Aside ######################## */
	/* Aside */
	.aside, .aside>* {margin-bottom: 20px!important;}
	.aside-categories .heading {
		position: relative;
		margin: 0;
		padding: 10px 10px 10px 35px;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: normal;
		font-family: 'UTM Avo Bold', sans-serif;
		background: #502204 url(img/bar.png) 10px 50% no-repeat;
	}
	.aside-categories .heading>* {color: #ffc709;}
	.aside-categories .panel-body {
		padding: 5px 0 0 0;
		background: #6b320d;
	}
	.aside-categories .mainCat a {
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		font-size: 13px;
		line-height: 20px;
		color: #fff;
	}
	.aside-categories .mainCat a:before {
		content: "\f054";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		left: initial;
		right: 10px;
		top: 10px;
		font-size: 10px;
	}
	.aside-categories .mainCat li+li>a {border-top: 1px dotted #86461c;}
	.aside-categories .mainCat li a:hover {text-decoration: underline;}
	
	.aside-news {
		border: 1px solid #dddddd;
		background: #f7f7f7;
	}
	.aside-news .heading {
		position: relative;
		padding: 10px;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.aside-news .heading:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background: url(img/line.png) 0% 0% repeat-x;
		top: initial;
		bottom: 0px;
		left: 0px;
	}
	.aside-news .heading>* {
		display: inline-block;
		position: relative;
		color: #6b320d;
	}
	.aside-news .heading>*:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background: #666666;
		top: initial;
		bottom: -10px;
		left: 0px;
	}
	.aside-news .list-article>li {padding: 10px;}
	.aside-news .list-article>li+li {border-top: 1px solid #dddddd;}
	.aside-news .article .thumb {
		float: left;
		width: 100px;
	}
	.aside-news .article .image {height: 80px;}
	.aside-news .article .info {
		float: right;
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -ms-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);
		padding-left: 10px;
	}
	.aside-news .article .title {
		margin: 0;
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
	}
	.aside-news .article .title a {color: #333;}
	.aside-news .article .description {
		margin: 10px 0 0 0;
		font-size: 13px;
		line-height: 18px;
		color: #333;
	}

	.aside-support {
		padding: 10px;
		margin-top: 25px;
		border: 1px solid #ddd;
	}
	.aside-support .panel-head {
		position: relative;
		-webkit-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
		transform: translate(0, -20px);
	}
	.aside-support .hotline {
		position: relative;
		padding: 0 15px 15px 65px;
		margin-bottom: 15px;
		color: #666666;
	}
	.aside-support .hotline:before {
		content: "";
		display: block;
		position: absolute;
		width: 38px;height: 31px;
		background: url(img/landline.png) 0% 0% no-repeat;
		z-index: 10;left: 15px;
		top: 5px;
	}
	.aside-support .hotline:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0px;
		top: initial;
		bottom: 0px;
	    background: #444444;
	    background: -moz-linear-gradient(90deg, #fff 0%, #e5e5e5 5%,#e5e5e5 95%, #fff 100%);
	    background: -webkit-linear-gradient(90deg, #fff 0%, #e5e5e5 5%,#e5e5e5 95%, #fff 100%);
	    background: -o-linear-gradient(90deg, #fff 0%, #e5e5e5 5%,#e5e5e5 95%, #fff 100%);
	    background: -ms-linear-gradient(90deg, #fff 0%, #e5e5e5 5%,#e5e5e5 95%, #fff 100%);
	    background: linear-gradient(90deg, #fff 0%, #e5e5e5 5%,#e5e5e5 95%, #fff 100%);
	}
	.aside-support .hotline .label {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 500;
		color: #666666;
	}
	.aside-support .hotline .phone-number {
		display: block;
		font-size: 20px;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
		color: #ff0000;
	}
	.aside-support .list-support .info {
		padding: 0 15px;
		text-align: center;
	}
	.aside-support .list-support li:not(:last-child) {margin-bottom: 10px;}
	.aside-support .list-support .info .label {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		color: #333;
		margin-bottom: 10px;
	}
	.aside-support .list-support .info .number a {
		display: block;
		width: 70px;
		height: 23px;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.aside-support .list-support .info .number .yahoo {background-image: url(img/yahoo.png);}
	.aside-support .list-support .info .number .skype {
		background-image: url(img/skype.png);
		-webkit-background-size: 65px;
		background-size: 65px;
		margin-left: 10px;
	}

	/* ######################## main-slide ######################## */
	.main-slide {margin: 0}
	.main-slide .uk-slidenav,
	.prd-detail .prd-gallerys .uk-slidenav {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		background: rgba(121, 121, 120, .5);
		color: #fff;
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
	}
	.main-slide .uk-slidenav:hover, .prd-detail .prd-gallerys .uk-slidenav:hover {background: rgba(121, 121, 120, .8);}
	.main-slide .uk-slidenav-next, .prd-detail .prd-gallerys .uk-slidenav-next {right: 0px;}
	.main-slide .uk-slidenav-previous, .prd-detail .prd-gallerys .uk-slidenav-previous {left: 0px;}
	.main-slide .uk-dotnav, .prd-detail .prd-gallerys .uk-dotnav {bottom: 15px;}
	.main-slide .uk-dotnav>*>*, .prd-detail .prd-gallerys .uk-dotnav>*>* {background: #fff;}
	.main-slide .uk-dotnav>.uk-active>*, .prd-detail .prd-gallerys .uk-dotnav>.uk-active>* {background: #683313;}
	@media (min-width: 960px) {
		.main-slide {margin: 0 0 40px 0;}
	}
	@media (max-width: 960px) {
		.main-slide .uk-slidenav {display: none;}
	}

	/* ######################## certificate ######################## */
	.certificate {margin: 0 0 30px 0;}
	.certificate .slider .uk-slidenav {
		display: block;
		width: 30px;
		height: 30px;
		top: -47px;
		left: initial;
		right: 0px;
		bottom: 0px;
		line-height: 30px;
		color: #fff;
		background: #a4a4a4;
		font-size: 20px;
	}
	.certificate .slider .uk-slidenav-previous {
		right: 35px;
	}
	.certificate .heading {
		position: relative;
		margin: 0 0 25px 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #e1e1e1;
		font-size: 30px;
		line-height: 30px;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.certificate .heading:before {
		content: "";
		display: block;
		position: absolute;
		width: 50px;
		height: 3px;
		background: #febf04;
		top: initial;
		bottom: 0px;
		left: 0px;
	}
	.certificate .heading>* {color: #683313;}
	.certificate .thumb {
		padding: 3px;
		background: #fff;
		border: 1px solid #c8c8c8;
	}
	@media (min-width: 1220px) {
		.certificate .image {height: 295px;}
	}
	@media (min-width: 767px) and (max-width: 1220px) {
		.certificate .image {height: 310px;}
	}
	@media (min-width: 567px) and (max-width: 768px) {
		.certificate .image {height: 370px;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.certificate .image {height: 285px;}
	}
	@media (max-width: 1220px) {
		.certificate .heading {
			margin: 0 0 15px 0;
			font-size: 24px;
			line-height: 30px;
		}
		.certificate .panel-body .list {margin-left: -10px;}
		.certificate .panel-body .list>li {padding-left: 10px;}
	}
	@media (max-width: 960px) {
		.certificate {margin: 0 0 15px 0;}
		.certificate .heading {
			font-size: 20px;
			line-height: 24px;
		}
	}
	@media (max-width: 567px) {
		.certificate .heading {
			line-height: 16px;
			font-size: 20px;
		}
	}
	@media (max-width: 479px) {
		.certificate .image {height: 225px;}
	}

	/* ######################## home customer ######################## */
	.home-customer {
		padding: 30px 0 45px 0;
		margin: 0 0 30px 0;
		background: url(img/bg-ykienkhachhang.png) center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.home-customer .slider .uk-slidenav {
		width: 25px;
		height: 39px;
		background: url(img/arrow-1.png) center no-repeat;
	}
	.home-customer .slider .uk-slidenav:before {display: none;}
	.home-customer .slider .uk-slidenav-next {background: url(img/arrow-2.png) center no-repeat;}
	.home-customer .article {text-align: center;}
	.home-customer .article .thumb {
		width: 177px;
		height: 188px;
		line-height: 188px;
		margin: 0 auto 10px auto;
		background: url(img/bg-customer.png) center no-repeat;
		text-align: center;
	}
	.home-customer .article .image {
		display: inline-block;
		position: relative;
		top: 2px;
		width: 173px;
		height: 173px;
		border: 10px solid #fff;
	}
	.home-customer .article .image, .home-customer .article .image img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.home-customer .article .name {
		margin: 0 0 2px 0;
		font-size: 16px;
		line-height: 20px;
		font-family: 'UTM Avo Bold', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		color: #683313;
	}
	.home-customer .article .position {
		margin: 0 0 10px 0;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
		color: #ff0000;
	}
	.home-customer .article .description {
		font-size: 14px;
		line-height: 18px;
		color: #000;
	}
	@media (min-width: 1220px) {
		.home-customer .slider .uk-slidenav {
			display: block;
			top: 80px;
		}
		.home-customer .slider .uk-slidenav-previous {left: -65px;}
		.home-customer .slider .uk-slidenav-next {right: -65px;}
	}

	/* homepage-prdcatalogue */
	.homepage-prdcatalogue {margin: 0 0 25px 0;}
	.homepage-prdcatalogue .heading-2>*:before {background: url(img/btn-hd-2.png) 0% 0% no-repeat;}
	.homepage-prdcatalogue .heading-2>*:after {background: url(img/btn-hd-2.png) 0% 0% no-repeat;}

	.homepage-prdcatalogue .article {
		position: relative;
		text-align: center;
	}
	.homepage-prdcatalogue .article .thumb {
		margin: 0 0 10px 0;
		border: solid 10px #fff;
		background: #fff;
		-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
		box-shadow: 0 0 6px rgba(0,0,0,.1);
	}
	.homepage-prdcatalogue .article .title {
		position: relative;
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.homepage-prdcatalogue .article .title a {color: #683313;}
	.homepage-prdcatalogue .article .title:before {
		content: "";
		display: block;
		position: absolute;
		width: 50px;
		height: 3px;
		background: #febf04;
		top: initial;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}
	.homepage-prdcatalogue .article .description {
		font-size: 14px;
		line-height: 18px;
	}
	.homepage-prdcatalogue .slide-set .uk-dotnav {
		position: relative;
		bottom: -65px;
	}
	.homepage-prdcatalogue .slide-set .uk-dotnav>*>* {
		width: 12px;
		height: 12px;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.homepage-prdcatalogue .slide-set .uk-dotnav>.uk-active>* {
		background: #683313;
		border: solid 3px #fff;
	}
	.homepage-prdcatalogue .slide-set .uk-grid {margin-left: -25px;}
	.homepage-prdcatalogue .slide-set .uk-grid>* {padding-left: 25px;}

	@media (min-width: 1220px) {
		.homepage-prdcatalogue {
			margin: 0 0 35px 0;
			padding: 60px 0;
			background: url(img/bg-danhmucsanpham.jpg) center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-ms-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.homepage-prdcatalogue .panel-head {
			padding: 20px 0 70px;
			background: url(img/bg-heading-danhmuc.jpg) center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-ms-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.homepage-prdcatalogue .heading-2 {
			margin: 0;
			font-size: 30px;
			line-height: 30px;
		}
		.homepage-prdcatalogue .panel-body {
			position: relative;
			padding: 0 20px 0 20px;
			background: #fff;
		}
		.homepage-prdcatalogue .slide-set {
			position: relative;
			background: transparent;
			-webkit-transform: translate(0, -35px);
			-ms-transform: translate(0, -35px);
			-o-transform: translate(0, -35px);
			transform: translate(0, -35px);
		}
	}

	/* recruitment */
	.recruitment, .home-news {margin-bottom: 25px!important;}
	.recruitment .list-article>li:not(:last-child) {margin-bottom: 15px;}
	.recruitment .article .thumb {
		float: left;
		width: 93px;
		padding: 3px;
		border: 1px solid #c8c8c8;
	}
	.recruitment .article .infor {
		float: right;
		width: -webkit-calc(100% - 93px);
		width: -moz-calc(100% - 93px);
		width: -ms-calc(100% - 93px);
		width: -o-calc(100% - 93px);
		width: calc(100% - 93px);
		padding-left: 10px;
	}
	.recruitment .article .title {
		margin: 0 0 5px 0;
		height: 36px;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
	}
	.recruitment .article .title a {color: #333;}
	.recruitment .article .meta {
		font-size: 13px;
		line-height: 18px;
		color: #999999;
	}
	.home-news .featured .thumb {
		margin: 0 0 10px 0;
		padding: 3px;
		background: #fff;
		border: 1px solid #c8c8c8;
	}
	.home-news .featured .title {
		margin: 0 0 5px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.home-news .featured .title a {color: #683313;text-transform: uppercase;}
	.home-news .featured .description {
		height: 60px;
		font-size: 14px;
		line-height: 20px;
	}
	.home-news .list-post li:not(:last-child) {margin-bottom: 7px; padding-top: 7px; border-top: 1px dotted #cccccc;}
	.home-news .list-post li+li {
		padding-top: 7px;
		border-top: 1px dotted #cccccc;
	}
	.home-news .list-post .title {
		margin: 0 0 3px 0;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.home-news .list-post .meta {
		font-size: 13px;
		color: #999;
	}
	.home-news .list-post .title a {color: #683313;}

	@media (min-width: 1220px) {
		.home-news .featured .image {height: 300px;}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.home-news .featured .image {height: 300px;}
	}

	/* ######################## Homepage introduction ######################## */
	.homepage-intro {margin: 0 0 15px 0;}
	.homepage-intro .article {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	.homepage-intro .article  .title {
		margin: 0 0 10px 0;
		font-size: 30px;
		line-height: 30px;
		font-family: 'UTM Avo Bold', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		color: #683313;
	}
	.homepage-intro .article  .subtitle {
		margin: 0 0 30px 0;
		font-size: 20px;
		line-height: 24px;
		font-family: 'UTM Avo', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		color: #424242;
	}
	@media (min-width: 960px) {
		.homepage-intro {margin: 0 0 30px 0;}
	}
	@media (min-width: 1220px) {
		.homepage-intro {margin: 0 0 50px 0;}
		.homepage-intro .article p {margin: 0 0 20px 0;}
	}
	@media (max-width: 1220px) {
		.homepage-intro .article  .title {
			margin: 0 0 10px 0;
			font-size: 20px;
			line-height: 24px;
		}
		.homepage-intro .article  .subtitle  {
			font-size: 16px;
			line-height: 20px;
			margin: 0 0 15px 0;
		}
	}
	@media (max-width: 960px) {
		.homepage-intro {
			padding: 20px 0 15px 0;
			background: #eee;
		}
	}
	@media (max-width: 567px) {
		.homepage-intro .article  .title {
			margin: 0 0 5px 0;
			font-size: 15px;
			line-height: 20px;
		}
		.homepage-intro .article  .subtitle  {
			margin: 0 0 10px 0;
			font-size: 14px;
			line-height: 20px;
		}
	}

	/* ######################## Product ######################## */
	.prdcatalogue {margin-bottom: 25px!important;}
	.prdcatalogue.catalogue-page .panel-body {padding-bottom: 10px;}
	.prd-same .slider .uk-slidenav {
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
		color: #fff;
		background: rgba(0, 0, 0, .5);
	}
	.prd-same .slider .uk-slidenav-previous {left: 0px;}
	.prd-same .slider .uk-slidenav-next {right: 0px;}
	.prdcatalogue .list-product>li {margin-bottom: 40px;}
	.prdcatalogue .product {
		position: relative;
		padding: 10px 10px 30px 10px;
		border: 1px solid #c8c8c8;
		text-align: center;
	}
	.prdcatalogue .product .thumb {margin: 0 0 10px 0;}
	.prdcatalogue .product .title {
		margin: 0 0 5px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.prdcatalogue .product .title a {color: #333333;font-size:14px;}
	.prdcatalogue .product .title a:hover {color: #683313;}
	.prdcatalogue .product .price {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #666;
	}
	.prdcatalogue .product .price .number {color: #ff0000;}
	.prdcatalogue .product .detail {
		display: inline-block;
		position: absolute;
		top: initial;
		margin-bottom: -19px;
		left: 50%;
		bottom: 0px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.prdcatalogue .product .detail:before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: 0px;
		left: -10px;
		border-right: 10px solid #c8c8c8;
		border-top: 18px solid transparent;
		border-bottom: 18px solid transparent;
	}
	.prdcatalogue .product .detail:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: 0px;
		left: -9px;
		border-right: 10px solid #fff;
		border-top: 18px solid transparent;
		border-bottom: 18px solid transparent;
	}
	.prdcatalogue .product .detail a {
		display: inline-block;
		position: relative;
		padding: 7px 25px;
		border: 1px solid #c8c8c8;
		border-left: none;
		border-right: none;
		background: #fff;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		white-space: nowrap;
		color: #999999;
		z-index: 5;
	}
	.prdcatalogue .product .detail a:before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: -1px;
		right: -10px;
		border-left: 10px solid #c8c8c8;
		border-top: 18px solid transparent;
		border-bottom: 18px solid transparent;
	}
	.prdcatalogue .product .detail a:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: 0px;
		right: -9px;
		border-left: 10px solid #fff;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
	}
	.prdcatalogue .product .detail:hover a {
		background: #683313;
		border-color: #683313;
		color: #ffc906;
	}
	.prdcatalogue .product .detail:hover a:after,.prdcatalogue .product .detail:hover a:before {border-left-color: #683313}
	.prdcatalogue .product .detail:hover:after,.prdcatalogue .product .detail:hover:before {border-right-color: #683313}

	@media (min-width: 479px) {
		.prd-same .uk-slider-container {padding-bottom: 20px;}
		.prdcatalogue .product:hover {border: 1px solid #683313;}
	}
	@media (min-width: 1220px) {
		.prdcatalogue .product .image {height: 248px;}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.prdcatalogue .product .image {height: 225px;}
	}
	@media (min-width: 767px) and (max-width: 960px) {
		.prdcatalogue .product .image {height: 230px;}
	}
	@media (min-width: 567px) and (max-width: 767px) {
		.prdcatalogue .product .image {height: 270px;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.prdcatalogue .product .image {height: 210px;}
	}
	@media (max-width: 1220px) {
		.prdcatalogue .list-product {margin-left: -10px;}
		.prdcatalogue .list-product>li {
			padding-left: 10px;
			margin-bottom: 30px;
		}
		.prdcatalogue .product {padding: 3px 3px 30px 3px;}
	}
	@media (max-width: 479px) {
		.prdcatalogue {margin-bottom: 15px!important;}
		.prdcatalogue .list-product {margin-left: 0px;}
		.prdcatalogue .list-product>li {
			padding-left: 0px;
			margin-bottom: 0px;
		}
		.prdcatalogue .list-product>li:nth-child(n+2) .product {border-left: none;}
		.prdcatalogue .list-product>li:nth-child(2n+3) .product {border-left: 1px solid #c8c8c8;}
		.prdcatalogue .list-product>li:nth-child(n+3) .product {border-top: none;}
		.prdcatalogue .product {padding: 3px 3px 5px 3px;}
		.prdcatalogue .product .thumb {margin: 0 0 5px 0;}
		.prdcatalogue .product .image {height: 155px;}
		.prdcatalogue .product .info {padding: 0 5px;}
		.prdcatalogue .product .title {
			height: 36px;
			margin: 0 0 3px 0;
			font-size: 13px;
			line-height: 18px;
			font-weight: normal;
			overflow: hidden; 
			-ms-text-overflow: ellipsis; 
			text-overflow: ellipsis;
		}
		.prdcatalogue .product .price {
			font-size: 13px;
			line-height: 18px;
		}
		.prdcatalogue .product .detail {display: none;}
	}
	@media (max-width: 320px) {
		.prdcatalogue .product .image {height: 135px;}
	}

	/* ######################## Article ######################## */
	.artcatalogue {margin-bottom: 25px!important;}
	.artcatalogue .panel-body {padding: 0 0 20px 0;}
	.artcatalogue .list-article>li {margin-bottom: 10px;}
	[class*=article-] .description p {margin: 0;}
	[class*=article-] .title a {
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
	}
	.artcatalogue .article {position: relative;}
	.artcatalogue .article .thumb {
		position: relative;
		float: left;
		width: 250px;
		padding: 3px;
		border: 1px solid #c8c8c8;
	}
	.artcatalogue .article .info {
		position: relative;
		float: left;
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
		width: -ms-calc(100% - 250px);
		width: -o-calc(100% - 250px);
		width: calc(100% - 250px);
		padding-left: 20px;
	}
	.artcatalogue .article .title {
		margin: 0 0 10px 0;
		font-size: 18px;
		line-height: 22px;
		font-family: 'Roboto-Bold', sans-serif;
	}
	.artcatalogue .article .title a {
		display: block;
		color: #333;
	}
	.artcatalogue .article .title a:hover {color: #0097D2;}
	.artcatalogue .article .meta {
		margin: 0 0 5px 0;
		font-size: 13px;
		line-height: 18px;
		color: #999;
	}
	.artcatalogue .article .meta>*+* {margin-left: 15px;}
	.artcatalogue .article .description {
		font-size: 14px;
		line-height: 20px;
		height: 80px;
	}
	@media (min-width: 479px) and (max-width: 767px) {
		.artcatalogue .article .thumb {width: 180px;}
		.artcatalogue .article .info {
			position: relative;
			width: -moz-calc(100% - 180px);
			width: -webkit-calc(100% - 180px);
			width: -ms-calc(100% - 180px);
			width: -o-calc(100% - 180px);
			width: calc(100% - 180px);
		}
		.artcatalogue .article .description {height: 60px;}
	}
	@media (max-width: 767px) {
		.artcatalogue .article .meta {display: none;}
		.artcatalogue .article .info {padding-left: 15px;}
	}
	@media (max-width: 567px) {
		.artcatalogue .list-article>li {margin: 0;}
		.artcatalogue .article {
			position: relative;
			margin-bottom: 10px!important;
			padding-top: 10px!important;
		}
		.artcatalogue .article:before {
			content: "";
			height: 1px;
		    position: absolute;
		    display: block;
		    top: 1px;
		    left: initial;
		    right: 0;
		    width: -webkit-calc( 65% - 10px);
		    width: -moz-calc( 65% - 10px);
		    width: -o-calc( 65% - 10px);
		    width: -ms-calc( 65% - 10px);
		    width: calc( 65% - 10px);
		    background: #e1e1e1;
		}
		.artcatalogue .article .thumb {
			width: 35%;
			padding: 0;
			border: none;
		}
		.artcatalogue .article .image {height: 80px;}
		.artcatalogue .article .info {
			width: 65%;
			padding-left: 10px;
		}
		.artcatalogue .article .title {
			margin: 0;
			font-size: 14px;
			line-height: 18px;
			font-weight: normal;
			font-family: 'Roboto-Medium', sans-serif;
		}
		.artcatalogue .article .description {display: none;}
		.artcatalogue .article.featured {
			margin-bottom: 10px!important;
			padding-top: 0px!important;
		}
		.artcatalogue .article.featured:before {display: none;}
		.artcatalogue .article.featured .thumb {
			float: none;
			width: 100%;
			margin: 0;
		}
		.artcatalogue .article.featured .image {height: auto;}
		.artcatalogue .article.featured .info {
			position: absolute;
			float: none;
			width: 100%;
			margin: 0;
			padding: 10px 15px;
			left: 0;
			top: initial;
			bottom: 0px;
			z-index: 5;
		    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
		    background-image: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
		    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
		}
		.artcatalogue .article.featured .title {
			font-size: 18px;
			line-height: 22px;
			font-family: 'Roboto-Medium', sans-serif;
			font-weight: normal;
			text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
			text-align: center;
		}
		.artcatalogue .article.featured .title a {color: #fff;}
		.artcatalogue .list-article>li:nth-of-type(2) .article:before {display: none;}
	}


	/* ######################## Detail ######################## */
	.detail-content {
		margin: 0 0 20px 0;
		font-size: 14px;
		line-height: 22px;
		font-family: Arial, sans-serif;
		color: #000;
	}
	.detail-content img {
		display: block!important;
		width: auto!important;
		height: auto!important;
		margin: 0 auto 15px auto!important;
	}
	.detail-content table {
		width: 100%;
		border-collapse: collapse;
	}
	.detail-content table td, .detail-content table th {
		padding: 8px;
		border: 1px solid #898989;
	}
	.prd-detail {margin: 0 0 30px 0;}
	.prd-detail .panel-head {margin: 0 0 25px 0;}
	.prd-detail .prd-title {
		margin: 0 0 15px 0;
		font-size: 24px;
		line-height: 28px;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
		color: #6b320d;
		text-transform:uppercase;
	}
	.prd-detail .prd-price {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #c8c8c8;
		font-size: 24px;
		line-height: 30px;
		color: #ff0000;
	}
	.prd-detail .prd-excerpt {
		margin: 0 0 20px 0;
		font-size: 13px;
		line-height: 18px;
		color: #000;
	}
	.prd-detail .prd-excerpt p {margin: 0 0 3px 0;}
	.prd-detail .prd-infor .btn-buy {
		display: inline-block;
		padding: 10px 20px;
		background: #6b320d;
		color: #fff;
		font-size: 13px;
		line-height: 18px;
		text-transform: uppercase;
	}
	.prd-detail .prd-content>.label {
		position: relative;
		margin: 0 0 15px 0;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
		color: #6b320d;
	}
	.prd-detail .prd-content>.label:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		top: initial;
		left: 0px;
		bottom: 0px;
		background: url(img/line.png) 0% 0% repeat-x;
	}
	.prd-detail .prd-content>.label>* {
		display: inline-block;
		position: relative;
		padding-bottom: 8px;
	}
	.prd-detail .prd-content>.label>*:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		top: initial;
		left: 0px;
		bottom: 0px;
		background: #999999;
	}
	@media (min-width: 768px) and (max-width: 1220px), (max-width: 479px) {
		.prd-detail .prd-excerpt + * {display: block;}
		.prd-detail .prd-infor .buy {margin-bottom: 10px;}
	}
	@media (max-width: 960px) {
		.prd-detail .prd-title {
			margin: 0 0 5px 0;
			font-size: 20px;
			line-height: 24px;
			font-family: Arial, sans-serif;
			font-weight: bold;
			color: #6b320d;
		}
		.prd-detail .prd-price {
			margin-bottom: 10px;
			padding-bottom: 10px;
			font-size: 16px;
			line-height: 20px;
		}
	}
	@media (max-width: 768px) {
		.prd-detail .prd-gallerys {margin-bottom: 15px;}
	}

	.art-detail {margin: 0 0 25px 0;}
	.art-detail .main-title {
		margin-bottom: 15px;
		font-weight: normal;
		font-size: 20px;
		line-height:24px;
		color: #6b320d;
		font-family: 'Roboto-Bold', sans-serif;
	}
	.art-detail .description {
		margin: 0 0 10px 0;
		font-weight: bold;
	}

	/* Article same */
	.art-same {margin-bottom: 25px!important; }
	.art-same .heading {
		margin: 0 0 5px 0;
		font-size: 18px;
		line-height: 24px;
		color: #683313;
		font-weight: normal;
		font-family: 'Roboto-Bold', sans-serif;
	}
	.art-same ul li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
		padding-top: 10px;
		font-size: 15px;
		line-height: 20px;
		font-weight: normal;
		color: #999;
	}
	.art-same ul li+li {border-top: 1px dotted #898989;}
	.art-same ul li:before {
		content: "\f00c";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		left: 0px;
		color: #000;
		font-size: 12px;
	}
	.art-same ul li a {color: #333;}
	.art-same ul li a:hover, 
	.art-same ul li:hover:before {color: #3399cc;}
	

	/* ######################## customer-review ######################## */
	.customer-review {margin: 0 0 25px 0;}
	.customer-review .list-article>li {margin-bottom: 25px;}
	.customer-review .article .thumb {
		float: left;
		width: 160px;
		height: 160px;
		padding: 3px;
		border: 1px solid #c8c8c8;
		background: #fff;
		overflow: hidden;
	}
	.customer-review .article .thumb, 
	.customer-review .article .thumb img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.customer-review .article .box {
		float: right;
		width: -webkit-calc(100% - 160px);
		width: -moz-calc(100% - 160px);
		width: -ms-calc(100% - 160px);
		width: -o-calc(100% - 160px);
		width: calc(100% - 160px);
		padding-left: 25px;
	}
	.customer-review .article .meta {margin: 0 0 15px 0;}
	.customer-review .article .meta .postion {color: #999;}
	.customer-review .article .title {
		margin: 0;
		font-size: 16px;
		line-height: 20px;
		color: #6b320d;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.customer-review .article .info {
		padding: 15px;
		position: relative;
		border: 1px solid #d5a383;
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 22px;
		color: #000;
	}
	.customer-review .article .info:before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-bottom: 8px solid #d5a383;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		top: -8px;
		left: 60px;
	}
	.customer-review .article .info:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-bottom: 7px solid #fff;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		top: -7px;
		left: 61px;
	}
	.customer-review .article .description {
		margin: 0 0 10px 0;
		position: relative;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-o-transition: all .25s linear;
		transition: all .25s linear;
	}
	.customer-review .article .description.cut-text {
		height: 66px;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis; 
		display: -webkit-box; 
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.customer-review .article .viewmore {text-align: right;}
	.customer-review .article .viewmore a {
		display: inline-block;
		position: relative;
		padding-right: 20px;
		color: #999
	}
	.customer-review .article .viewmore a:before {
		content: "\f077";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 10px;
	}
	.customer-review .article .info.open {background: #feeadd;}
	.customer-review .article .info.open:after {border-bottom-color: #feeadd;}
	.customer-review .article .info.open .viewmore a {color: #6b320d;}
	.customer-review .article .info.open .viewmore a:before {content: "\f078";}

	@media (min-width: 567px) and (max-width: 768px) {
		.customer-review .article .thumb {
			width: 100px;
			height: 100px;
		}
		.customer-review .article .box {
			float: right;
			width: -webkit-calc(100% - 100px);
			width: -moz-calc(100% - 100px);
			width: -ms-calc(100% - 100px);
			width: -o-calc(100% - 100px);
			width: calc(100% - 100px);
			padding-left: 15px;
		}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.customer-review .article .thumb {
			width: 80px;
			height: 80px;
		}
		.customer-review .article .box {
			float: right;
			width: -webkit-calc(100% - 80px);
			width: -moz-calc(100% - 80px);
			width: -ms-calc(100% - 80px);
			width: -o-calc(100% - 80px);
			width: calc(100% - 80px);
			padding-left: 10px;
		}
		.customer-review .article .info {padding: 10px;}
	}
	@media (max-width: 479px) {
		.customer-review .list-article>li {margin-bottom: 15px;}
		.customer-review .article {text-align: center;}
		.customer-review .article .thumb {
			margin: 0 auto 10px auto;
			float: none;
			width: 120px;
			height: 120px;
		}
		.customer-review .article .box {
			float: none;
			width: 100%;
			padding-left: 0;
		}
		.customer-review .article .info {padding: 10px;}
		.customer-review .article .info:before {
			left: 50%;
			margin-left: -4px;
		}
		.customer-review .article .info:after {
			left: 50%;
			margin-left: -3px;
		}
		.customer-review .article .meta {
			display: block;
		}
		.customer-review .article .meta .postion {display: none;}
	}
		

	/* ######################## Contact ######################## */
	/* Contact */
	.contact {margin: 0 0 20px 0;}
	.contact .contact-infomation, 
	.contact .contact-form {
		margin-bottom: 20px!important;
	}
	.contact .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #666;
		font-weight: 500;
	}
	.contact .contact-infomation .company {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 24px;
		text-transform: uppercase;
		color: #6b320d;
		font-weight: normal;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.contact .contact-infomation .address {margin-bottom: 20px;}
	.contact .contact-infomation .address p {
		margin: 0 0 5px 0;
		color: #000;
	}
	.contact .contact-infomation .address a {color: #000;}
	.contact .contact-map {
		padding: 4px;
		border: 1px solid #d5d5d5;
		height: 340px;
	}
	.contact .contact-form .label {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		margin-bottom: 15px;
	}
	.contact .contact-form .form-row {margin-bottom: 10px;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select, 
	.contact .contact-form .form-textarea {
		border: 1px solid #d5d5d5;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.contact-form .form-select {color: #999!important;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select {height: 30px;}
	.contact .contact-form .form-textarea {
		padding: 5px 10px;
		height: 200px;
	}
	.contact-form .btn-submit {
		display: inline-block;
		padding: 6px 25px;
		cursor: pointer;
		background: #6b320d;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		color: #fff;
		border: none;
	}


	/* ######################## Footer ######################## */
	.footer {
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		background: #683313;
	}
	.footer .upper {
		position: relative;
		padding: 30px 0 5px; 
	}
	.footer .upper .heading {
		margin: 0 0 20px 0;
		font-size: 18px;
		line-height: 24px;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
		color: #febf04;
	}
	.footer .upper .panel {
		position: relative;
		margin-bottom: 15px!important;
	}
	.footer-intro .article {line-height: 24px;}
	.footer-contact .list>li {
		position: relative;
		padding-left: 35px;
		background-repeat: no-repeat;
		background-position: 0px center;
		background-image: url(img/location.png);
	}
	.footer-contact .list>li:nth-of-type(2) {background-image: url(img/nhamay.png);}
	.footer-contact .list>li:nth-of-type(3) {background-image: url(img/mobile.png);}
	.footer-contact .list>li:nth-of-type(4) {background-image: url(img/fax.png);}
	.footer-contact .list>li:nth-of-type(5) {background-image: url(img/email.png);}
	.footer-contact .list>li:nth-of-type(6) {background-image: url(img/globe.png);}
	.footer-contact .list>li:not(:last-child) {margin-bottom: 10px;}
	.footer-contact .list>li a {color: #fff;}
	.footer-contact .list>li a:hover {color: #febf04;}
	.footer .lower {
		padding: 10px 0 5px 0;
		line-height: 18px;
		background: #53290f;
		color: #c79170;
	}
	.footer .lower a {color: #c79170;}
	.footer .lower a:hover {text-decoration: underline;}
	.footer .lower p {margin: 0 0 5px 0;}
	@media (max-width: 768px) {
		.footer .upper .heading {
			margin: 0 0 15px 0;
			font-size: 16px;
			line-height: 20px;
		}
	}
	@media (max-width: 768px) {
		.footer .upper {padding: 20px 0 5px 0;}
		.footer .upper>*>*>*+* .panel {padding-top: 15px;}
		.footer .upper>*>*>*+* .panel:before {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 1px;
			top: 0px;
			left: 0px;
			border-bottom: 1px solid #813d14;
			border-top: 1px solid #53290f;
		}
	}
	@media (max-width: 600px) {
		.footer .lower .container {display: block;}
	}
/* </kato.css> */