/* <kato.css> */
	/* ######################## HEADER ######################## */
	.header {
		position: relative;
		padding: 10px 0;
		font-size: 13px;
		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;
	}
	.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;
	}
	.header-search{
		margin-top:25px;

	}
	.header-search .form {position: relative;}
	.header-search .form .input-text {
		min-width: 210px;
		height: 26px;
		border: none;
		background: #fff;
		line-height: 26px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
		-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
		-ms-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
		-o-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
		box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
		border: solid 1px #ccc;
		border-radius:25px;
	}
	.header-search .form .btn-submit {
		position: absolute;
		font-size: 14px;
		top: 4px;
		right: 7px;
		outline: none;
		cursor: pointer;
		background: none;
		border: none;
		color: #333;
	}
	.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: 13px;
		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: #feba16;
		top: initial;
		bottom: 0px;
		left: 0px;
	}
	.main-nav>.main-menu>li:hover>a, .main-nav>.main-menu>li.active>a {color: #feba16;}
	.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: #feba16;
		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 10px;
		padding-bottom:40px;
		font-size:20px;
		line-height:24px;
		font-weight:400;
		text-align:center;
		font-family:'UTM Avo Bold',sans-serif;
		text-transform:uppercase
	}
	@media (min-width: 768px){
		.heading-1:before{
			content:"";
			display:block;
			position:absolute;
			width:80px;
			height:23px;
			top:initial;
			bottom:0;
			left:0;
			right:0;
			margin:0 auto;
			background:#fff url(img/bg-heading.png) center no-repeat;
			z-index:9
		}
		.heading-1:after{
			content:"";
			display:block;
			position:absolute;
			width:80%;
			height:1px;
			top:initial;
			bottom:11px;
			left:0;
			right:0;
			margin:0 auto;
			background:#287eca;
			z-index:5
		}
		.news-section .article .title{
			height:auto !important;
		}
	}


	.heading-1>*{
		color:#000
	}
	@media (min-width: 767px){
		.heading-1:after{
			width:400px
		}
	}
	@media (min-width: 1220px){
		.heading-1{
			font-size:26px;
			line-height:30px
		}
	}
	@media (max-width: 567px){
		.heading-1{
			padding-bottom:30px;
			font-size:18px;
			line-height:22px
		}
	}


	.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: 15px;
		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;
	}


	/* aside-1 */
	.aside-panel-2 .heading{
		margin:0 0 15px;
		position:relative;
		border-bottom:1px solid #e5e5e5;
		font-size:16px;
		line-height:20px;
		text-transform:uppercase;
		font-weight:400;
		font-family:'UTM Avo Bold',sans-serif
	}
	.aside-panel-2 .heading>*{
		display:inline-block;
		position:relative;
		padding-bottom:10px;
		color:#1c71e3
	}
	.aside-panel-2 .heading>:before{
		content:"";
		display:block;
		position:absolute;
		width:100%;
		height:3px;
		top:initial;
		bottom:-1px;
		left:0;
		background:#1c71e3
	}
	.aside-categories-2 .main-cat li:not(:last-child){
		margin-bottom:10px
	}
	.aside-categories-2 .main-cat li+li{
		padding-top:10px;
		border-top:1px dotted #d5d5d5
	}
	.aside-categories-2 .main-cat a{
		position:relative;
		padding-left:25px;
		font-size:16px;
		line-height:18px;
		color:#333;
		font-weight:500
	}
	.aside-categories-2 .main-cat a:before{
		content:"";
		display:block;
		position:absolute;
		width:13px;
		height:13px;
		left:0;
		background:url(img/icon_circle.png) center no-repeat;
		left:0;
		top:2px
	}
	.aside-categories-2 .main-cat a:hover{
		color:#f46100
	}
	.aside-news-2 .list-article>li+li{
		margin-top:10px
	}
	.aside-news-2 .article .thumb{
		float:left;
		width:85px;
		height:65px
	}
	.aside-news-2 .article .infor{
		float:right;
		width:-webkit-calc(100% - 85px);
		width:-moz-calc(100% - 85px);
		width:-ms-calc(100% - 85px);
		width:-o-calc(100% - 85px);
		width:calc(100% - 85px);
		padding-left:10px
	}
	.aside-news-2 .article .title{
		margin:0 0 5px;
		height:36px;
		font-size:16px;
		line-height:18px;
		font-weight:700;
		overflow:hidden;
		-ms-text-overflow:ellipsis;
		text-overflow:ellipsis
	}
	.aside-news-2 .article .title a{
		color:#333
	}
	.aside-news-2 .article .title a:hover{
		color:#1c71e3
	}
	.aside-news-2 .article .meta{
		font-size:13px;
		line-height:16px;
		font-style:italic;
		color:#999
	}

	/* ######################## main-slide ######################## */
	.main-slide {margin: 0}
	@media (max-width: 415px){
		.main-slide{
			margin: 0 0 20px 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: 95px;}
	}
	@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;
		color: #999999;
	}
	.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;}
	.home-news .featured .description {
		height: 60px;
		font-size: 14px;
		line-height: 20px;
	}
	.home-news .list-post li:not(:last-child) {margin-bottom: 7px;}
	.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;
	}
	.home-news .list-post .meta {
		font-size: 13px;
		color: #999;
	}
	.home-news .list-post .title a {color: #333;}

	@media (min-width: 1220px) {
		.home-news .featured .image {height: 205px;}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.home-news .featured .image {height: 170px;}
	}

	/* ######################## 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 10px
}
.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
}
.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;
    font-size:20px;
    line-height:22px;
    font-weight:700
}
.artcatalogue .article .title a{
    display:block;
    color:#333
}
.artcatalogue .article .title a:hover{
    color:#0097D2
}
.artcatalogue .article .meta{
    margin:0 0 5px;
    font-size:14px;
    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: 1220px){
    .artcatalogue .list-article>li{
        margin-bottom:15px
    }
    .artcatalogue .article .thumb{
        width:150px;
        border:1px solid #ccc
    }
    .artcatalogue .article .info{
        width:-moz-calc(100% - 275px);
        width:-webkit-calc(100% - 275px);
        width:-ms-calc(100% - 275px);
        width:-o-calc(100% - 275px);
        width:calc(100% - 275px)
    }
    .artcatalogue .article .title{
        font-size:21px;
        line-height:24px
    }
    .artcatalogue .article .description{
        font-size:15px
    }
}
@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:16px;
        line-height:20px
    }
    .artcatalogue .article .description{
        display:none
    }
    .artcatalogue .article.featured{
        margin-bottom:10px!important;
        padding-top:0!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:0;
        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:20px;
        line-height:22px;
        font-weight:400;
        text-shadow:1px 1px 0 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 .image{
		height:200px;
	}
	.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;}
	}

	/* GENERAL */
	.support-section .panel-head .desc, .news-section .panel-head .desc, .services-section .panel-head .desc, .design-section .panel-head .desc, .prdcatalogue .panel-head .desc {
		font-size: 18px;
		line-height: 22px;
	}
	.support-section .panel-head, .news-section .panel-head, .services-section .panel-head, .design-section .panel-head, .prdcatalogue .panel-head {
		margin: 0 0 15px;
		text-align: center;
	}
	.support-section .panel-head, .news-section .panel-head, .services-section .panel-head, .prdcatalogue .panel-head {
		margin: 0 0 30px;
	}

	/* ######################## homepage-projects ######################## */
	.homepage-projects {
		padding: 25px 0;
		position: relative;
		background: #fff;
	}

	.homepage-projects .article {
		position: relative;
		overflow: hidden;
		text-align: center;
		background: #fff;
	}
	.homepage-projects .article .image {position: relative;}
	.homepage-projects .article .title {
		margin: 0 0 8px 0;
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.homepage-projects .article .title a {color: #000;}
	.homepage-projects .article .title a:hover {color: #1d8acb;}
	.homepage-projects .article .description {
		margin: 0 0 10px 0;
		max-height: 60px;
		font-size: 14px;
		line-height: 20px;
		color: #000;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.homepage-projects .article .viewmore a {
		display: inline-block;
		padding: 3px;
		border: 1px solid #000000;
		line-height: 20px;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
	}
	.homepage-projects .article .viewmore a>span {
		display: block;
		padding: 5px 20px;
		background: #000000;
	}

	@media (min-width: 567px) {
		.homepage-projects .article .title {font-size: 18px;}
	}
	@media (min-width: 1220px) {
		.homepage-projects .article .image {height: 212px;}
		.homepage-projects .article .image:before {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0px;
			left: 0px;
			background: rgba(255, 255, 255, .6);
			opacity: 0;
			z-index: -1;
			-webkit-transition: all .25s ease;
			-moz-transition: all .25s ease;
			-o-transition: all .25s ease;
			transition: all .25s ease;
		}
		.homepage-projects .article:hover .image:before {
			opacity: 1;
			z-index: 5
		}
		.homepage-projects .article .infor {
			position: absolute;
			width: 100%;
			height: 212px;
			padding: 0 15px;
			left: 0px;
			top: 50%;
			opacity: 0;
			z-index: -1;
			cursor: pointer;
			-webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			-o-transform: translate(0, -50%);
			transform: translate(0, -50%);
			-webkit-transition: all .25s ease .25s;
			-moz-transition: all .25s ease .25s;
			-o-transition: all .25s ease .25s;
			transition: all .25s ease .25s;
		}
		.homepage-projects .article:hover .infor {
			opacity: 1;
			z-index: 9
		}
		.homepage-projects .article .thumb {
			/* margin: 0 0 8px 0; */
			border: 2px solid transparent;
		}
		.homepage-projects .article .description {height: 60px;}
		.homepage-projects .article:hover .thumb {border-color: #000;}
		.homepage-projects .article .main-title {
			margin: 0;
			font-size: 18px;
			font-weight: bold;
			line-height: 22px;
			padding:10px;
		}
		.homepage-projects .article .main-title a {color: #000;}
		.homepage-projects .article .main-title:hover {
			background:#271511;
		}
		.homepage-projects .article .main-title:hover a{
			color:#fff;
		}
		.homepage-projects .article:hover .main-title{
			background:#271511;
		}
		.homepage-projects .article:hover .main-title a{
			color:#fff;
		}
	}
	@media (max-width: 1220px) {
		.homepage-projects .list-article {
			margin-left: -10px;
		}
		.homepage-projects .list-article>li {
			padding-left: 10px;
		}
		.homepage-projects .article .thumb {margin: 0 0 8px 0;}
		.homepage-projects .article .viewmore a {
			font-size: 13px;
			line-height: 18px;
		}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.homepage-projects .article .image  {
		 	height: 175px;
		}
	}
	@media (max-width: 960px) {
		.homepage-projects .article {
			padding: 2px;
			border: 1px solid #e1e1e1;
			box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		}
		.homepage-projects .article .infor {padding-bottom: 5px;}
	}
	@media (min-width: 767px) and (max-width: 960px) {
		.homepage-projects .article .image {
			height: 180px;
		}
	}
	@media (max-width: 767px) {
		.homepage-projects .article .description {margin: 0;}
		.homepage-projects .article .viewmore {display: none;}
	}
	@media (min-width: 567px) and (max-width: 767px) {
		.homepage-projects .article .image {
			height: 205px;
		}
	}
	@media (max-width: 567px) {
		.homepage-projects .list-article {
			margin-left: -5px;
		}
		.homepage-projects .list-article>li {
			padding-left: 5px;
		}
		.homepage-projects .article .title {margin: 0;}
		.homepage-projects .article .description {display: none;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.homepage-projects .article .image {
			height: 165px;
		}
	}
	@media (max-width: 479px) {
		.homepage-projects  {margin: 0 0 10px 0;}
		.homepage-projects .article .thumb {margin: 0 0 5px 0;}
		.homepage-projects .article .image {
			height: 120px;
		}
		.homepage-projects .article .title {
			max-height: 20px
			font-size: 14px;
			font-weight: normal;
		}
	}
	@media (max-width: 350px) {
		.homepage-projects .article .image {
			height: 100px;
		}
	}

	/* SERVICES SECTION*/
		.services-section{
			margin:0 0 15px
		}
		.services-section .list-article>li{
			margin-bottom:15px
		}
		.services-section .article{
			position:relative;
			text-align:center
		}
		.services-section .article .thumb{
			margin:0 0 15px
		}
		.services-section .article .title{
			margin:0 0 10px;
			font-size:18px;
			line-height:22px;
			text-transform:uppercase;
			font-weight:700
		}
		.services-section .article .title a{
			color:#287eca
		}
		.services-section .article .description{
			margin:0 0 15px;
			font-size:16px;
			line-height:20px;
			color:#888
		}
		.services-section .article .viewmore {
			display: inline-block;
			position:relative;

		}
		.services-section .article .viewmore:hover a {
			background: #683313;
			border-color: #683313;
			color: #ffc906;
		}
		.services-section .article .viewmore:hover:after{
			border-right-color: #683313;
		}
		.services-section .article .viewmore:hover a:after, .services-section .article .viewmore:hover a:before {
				border-left-color: #683313;
			}
		.services-section .article .viewmore:hover a:before{
			border-right-color: #683313;
		}
		.services-section .article .viewmore: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;
		}
		.services-section .article .viewmore: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;
		}
		.services-section .article .viewmore 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;
		}
		.services-section .article .viewmore 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;
		}

		.services-section .article .viewmore 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;
		}


		@media (min-width: 767px){
			.services-section .list-article>li{
				margin-bottom:30px
			}
		}
		@media (min-width: 960px){
			.services-section .article .image{
				height:150px
			}
		}
		@media (min-width: 1220px){
			.services-section{
				margin:0 0 25px
			}
			.services-section .article .thumb{
				margin:0 0 20px
			}
			.services-section .article .image{
				height:200px
			}
			.services-section .article .title{
				font-size:22px;
				line-height:24px
			}
			.services-section .article .description{
				font-size:18px;
				line-height:22px
			}
		}
		@media (max-width: 1220px){
			.services-section .list-article{
				margin-left:-15px
			}
			.services-section .list-article>li{
				padding-left:15px
			}
		}
		@media (min-width: 767px) and (max-width: 960px){
			.services-section .article .image{
				height:180px
			}
		}
		@media (max-width: 767px){
			.services-section .list-article{
				margin-left:0
			}
			.services-section .list-article>li{
				margin-bottom:15px;
				padding-left:0
			}
			.services-section .article .image{
				height:180px
			}
			.services-section .article .description{
				margin:0
			}
			.services-section .article .viewmore{
				display:none
			}
		}
		@media (max-width: 479px){
			.services-section .list-article>li+li{
				padding-top:15px;
				border-top:1px dotted #c8c8c8
			}
			.services-section .article .thumb{
				margin:0 0 10px
			}
			.services-section .article .image{
				height:125px
			}
			.services-section .article .title{
				margin:0 0 5px
			}
		}


		/* NEWS SECTIOn*/
		.news-section{
    margin:0 0 20px
}
.news-section .article .thumb{
    float:left;
    width:210px
}
.news-section .article .infor{
    float:right;
    width:-webkit-calc(100% - 210px);
    width:-moz-calc(100% - 210px);
    width:-ms-calc(100% - 210px);
    width:-o-calc(100% - 210px);
    width:calc(100% - 210px);
    padding-left:15px
}
.news-section .article .title{
    margin:0 0 5px;
    font-size:18px;
    line-height:20px;
    font-weight:700
}
.news-section .article .title a{
    color:#333;
	line-height:25px;
}
.news-section .article .title a:hover{
    color:#287eca
}
.news-section .article .meta{
    margin:0 0 5px;
    font-size:13px;
    line-height:16px;
    font-style:italic;
    color:#999
}
.news-section .article .description{
    height:60px;
    color:#999;
    font-size:16px;
    line-height:20px
}
@media (min-width: 1220px){
    .news-section{
        margin:0 0 35px
    }
    .news-section .list-article>li:nth-child(n+3){
        margin-top:25px
    }
    .news-section .article .image{
        height:140px
    }
}
@media (max-width: 1220px){
    .news-section .list-article{
        margin-left:-10px
    }
    .news-section .list-article>li{
        padding-left:10px
    }
}
@media (min-width: 960px) and (max-width: 1220px){
    .news-section .article .image{
        height:135px
    }
    .news-section .list-article>li:nth-child(n+3){
        margin-top:10px
    }
    .news-section .article .infor{
        padding-left:10px
    }
    .news-section .article .title{
        height:40px;
        overflow:hidden;
        -ms-text-overflow:ellipsis;
        text-overflow:ellipsis
    }
}
@media (max-width: 960px){
    .news-section .list-article{
        margin-left:0
    }
    .news-section .list-article>li{
        padding-left:0;
        margin-bottom:10px
    }
}
@media (max-width: 599px){
    .news-section .article .thumb{
        width:180px
    }
    .news-section .article .infor{
        width:-webkit-calc(100% - 180px);
        width:-moz-calc(100% - 180px);
        width:-ms-calc(100% - 180px);
        width:-o-calc(100% - 180px);
        width:calc(100% - 180px);
        padding-left:10px
    }
    .news-section .article .title{
        height:40px;
        overflow:hidden;
        -ms-text-overflow:ellipsis;
        text-overflow:ellipsis
    }
    .news-section .article .meta{
        display:none
    }
    .news-section .article .description{
        height:54px;
        font-size:14px;
        line-height:18px
    }
}
@media (max-width: 479px){
    .news-section .list-article>li+li{
        padding-top:10px;
        border-top:1px dotted #c8c8c8
    }
    .news-section .article .thumb{
        width:120px
    }
    .news-section .article .image{
        height:110px
    }
    .news-section .article .infor{
        width:-webkit-calc(100% - 120px);
        width:-moz-calc(100% - 120px);
        width:-ms-calc(100% - 120px);
        width:-o-calc(100% - 120px);
        width:calc(100% - 120px)
    }
}
@media (max-width: 350px){
    .news-section .article .thumb{
        width:100px
    }
    .news-section .article .image{
        height:90px
    }
    .news-section .article .infor{
        width:-webkit-calc(100% - 100px);
        width:-moz-calc(100% - 100px);
        width:-ms-calc(100% - 100px);
        width:-o-calc(100% - 100px);
        width:calc(100% - 100px)
    }
    .news-section .article .title{
        height:38px;
        font-size:16px;
        line-height:19px
    }
    .news-section .article .description{
        height:48px;
        font-size:13px;
        line-height:16px
    }
}
	/* ######################## 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{
	position:relative;
	background:#3b5998;
	font-size:14px;
	line-height:20px;
	color:#fff;
	padding:20px 0;
}
.footer a{
	color:#fff
}
.footer .upper .panel .panel-head{
	position:relative;
	margin:0 0 15px;
	padding-bottom:10px;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	font-family:'Roboto-Bold',sans-serif;
	font-weight:400;
	color:#fff;
	border-bottom: 1px solid #ed1c24;
}
.footer .upper .panel-body{}
.footer .upper .panel-body ul li{
	margin: 0 0 5px 0;
	position:relative;
}
.footer .upper .panel-body ul li a{
	font-size:14px;
}
.footer .information{}
.footer .information li{
	padding-left:20px;
	margin: 0 0 10px 0;
	position:relative;
}
.footer .information li span{
	width: 100px;
	display:inline-block;
	font-size:15px;
	color:#fff;
}
.footer .information li:before{
	content:'';
	display:block;
	position:absolute;
	font-family:'FontAwesome';
	color:#fff;
	left:0;
	top:0;
}
.footer .information li.address:before{
	content:'\f041';
}
.footer .information li.phone:before{
	content:'\f095';
}
.footer .information li.email:before{
	content:'\f0e0';
}


.footer-subscribe .form-row {margin-bottom: 10px;}
	.footer-subscribe .form .input-text {
		display: block;
		padding: 0 10px;
		height: 36px;
		background: transparent;
		border: 1px solid #666;
		color: #fff;
		font-style: 13px;
		line-height: 36px;
	}
	.footer-subscribe .form .btn-submit {
		position: relative;
		display: block;
		width: 100%;
		height: 36px;
		background: #ed1c24;
		border: none;
		cursor: pointer;
		color: #fff;
		font-style: 14px;
		font-weight: normal;
		font-family: 'Roboto-Bold';
		text-transform: uppercase;
	}
	.footer-subscribe .form .input-text::-webkit-input-placeholder {
	    color: #fff;
	    font-size: 13px;
	}
	.footer-subscribe .form .input-text::-moz-placeholder {
	    color: #fff;
	    font-size: 13px;
	}
	.footer-subscribe .form .input-text:-ms-input-placeholder {
	    color: #fff;
	    font-size: 13px;
	}
	.footer-subscribe .form .input-text:-moz-placeholder {
	    color: #fff;
	    font-size: 13px;
	}
	.ft-social{
		margin: 0 0 20px 0;
	}
	.ft-social li{
		float:left;
		margin-right:20px;
	}
	.ft-social li a{
		color:#fff;
		font-size:50px;
	}

.ring-alo-phone{
    position:fixed;
    left:5px;
    bottom:80px;
    visibility:visible;
    background-color:transparent;
    width:110px;
    height:110px;
    cursor:pointer;
    z-index:200000!important
}
.ring-alo-ph-circle{
    width:90px;
    height:90px;
    top:12px;
    left:12px;
    position:absolute;
    background-color:transparent;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid rgba(0,175,242,0.7);
    opacity:.1;
    border-color:#00aff2;
    opacity:.5
}
.ring-alo-ph-circle-fill{
    width:60px;
    height:60px;
    top:28px;
    left:28px;
    position:absolute;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    background-color:rgba(0,175,242,0.7);
    opacity:.75!important
}
.ring-alo-ph-img-circle{
    width:30px;
    height:30px;
    top:43px;
    left:43px;
    position:absolute;
    background:rgba(40,126,202,0.1) url(img/icon-phone.png) no-repeat center center;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;
    opacity:.7;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
    background-color:#00aff2;
    background-size:70%
}
.hotline-fixed{
    position:fixed;
    left:5px;
    bottom:5px;
    background:rgba(255,255,255,0.75);
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow:0 0 5px rgba(0,0,0,.1);
    -ms-box-shadow:0 0 5px rgba(0,0,0,.1);
    -o-box-shadow:0 0 5px rgba(0,0,0,.1);
    box-shadow:0 0 5px rgba(0,0,0,.1);
    z-index:99999
}
.hotline-fixed a{
    display:block;
    padding:7px 20px 7px 50px;
    font-size:13px;
    line-height:20px;
    font-weight:700;
    color:#252525;
    background:transparent url(img/icon-phone-2.png) 10px center no-repeat;
    -webkit-background-size:30px;
    -moz-background-size:30px;
    -ms-background-size:30px;
    -o-background-size:30px;
    background-size:30px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
.hotline-fixed a .value{
    font-size:18px
}

#goTop {
    position: fixed;
    right: 30px;
    clip: rect(auto,auto,auto,auto);
    text-indent: -9999px;
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../../img/toTop.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 45px;
    -moz-background-size: 45px;
    -o-background-size: 45px;
    -ms-background-size: 45px;
    background-size: 45px;
    z-index: 9999;
}
.mobile-hotline-fixed {
     display: block;
     position: fixed;
     top: initial;
     bottom: 5px;
     left: 20px;
     z-index: 999999;
}
 .mobile-hotline-fixed>a {
     display: block;
     position: relative;
     padding: 10px 25px 10px 55px;
     background: #ec1b24;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
     border-radius: 20px;
     font-size: 20px;
     line-height: 1;
     font-weight: bold;
     color: #fff;
}
 .mobile-hotline-fixed>a:before {
     content: "";
     display: block;
     position: absolute;
     width: 36px;
     height: 36px;
     top: 2px;
     left: 2px;
     background: #fff url(img/icon-phone-2.png) center no-repeat;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     z-index: 5;
}
 .mobile-hotline-fixed>a .value {
     display: inline-block;
     position: relative;
     -webkit-animation: blink .5s infinite;
     -moz-animation: blink .5s infinite;
     animation: blink .5s infinite;
}
 @keyframes blink1{
     0% {
         color:red
    }
     25% {
         color:blue
    }
     50% {
         color:red;
    }
     100% {
         color:blue;
    }
}
 @-webkit-keyframes blink1{
     0% {
         color:red
    }
     25% {
         color:blue
    }
     50% {
         color:red;
    }
     100% {
         color:blue;
    }
}
 @-moz-keyframes blink1{
     0% {
         color:red
    }
     25% {
         color:blue
    }
     50% {
         color:red;
    }
     100% {
         color:blue;
    }
}
 @keyframes blink{
     0% {
         color:#fff000
    }
     25% {
         color:#fff
    }
     50% {
         color:#fff000;
    }
     100% {
         color:#fff;
    }
}
 @-webkit-keyframes blink{
     0% {
         color:#fff000
    }
     25% {
         color:#fff
    }
     50% {
         color:#fff000;
    }
     100% {
         color:#fff;
    }
}
 @-moz-keyframes blink{
     0% {
         color:#fff000
    }
     25% {
         color:#fff
    }
     50% {
         color:#fff000;
    }
     100% {
         color:#fff;
    }
}
/* </kato.css> */

/* ######################## Tab ######################## */
	.nav-tabs {
		position: relative;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #271511;
	}
	.nav-tabs li {
		position: relative;
		z-index: 20;
		float: left;
		padding: 0px 0px 10px 0px;
		font-size: 15px;
		line-height: 20px;
		font-weight: normal;
		text-transform: uppercase;
		cursor: pointer;
		color: #271511;
	}
	.nav-tabs li:before {
		content: "";
		display: none;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #ba2026;
		bottom: -1px;
		top: initial;
		left: 0px;
	}
	.nav-tabs li+li {margin-left:40px;}
	.nav-tabs li.uk-active, .nav-tabs li:hover {color: #ba2026;font-weight:bold;font-size:17px;}
	.nav-tabs li.uk-active:before {display: block;}
	#tabContent {margin-bottom: 20px;}
	#tabContent>li {
		padding: 15px;
		border: 1px solid #dbdbdb;
	}
	@media (max-width: 1220px) {
		.nav-tabs li+li {margin-left:20px;}
	}
	@media (max-width: 567px) {
		.nav-tabs li+li {margin-left: 20px;}
	}

	.list-gallery .thumb{
		position:relative;
	}
	.list-gallery .thumb .overlay-title{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		padding:6px;
		background:rgba(51, 51, 51, 0.84);
		font-size:14px;
		font-weight:normal;
		color:#fff;
	}
