/* <newspaper> */
	/* >>> Thanh scroll chorme <<< */
	@media(min-width: 960px) {
		::-webkit-scrollbar {
			width: 10px;
			height: 10px;
		}
		::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.3);
		}
		::-webkit-scrollbar-thumb {
			background: rgba(193,193,193,0.8);
			-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.5);
		}
		::-webkit-scrollbar-thumb:window-inactive {
			background: rgba(193,193,193,0.4);
		}
	}
	/* ===== Header style ===== */
	.pc-header {
		position: relative;
		background: #fff;
		z-index: 5;
	}
	.pc-header.fixed {
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
		background: #15a1b1;
		z-index: 5000;
	}
	.pc-header .upper {
		padding: 10px 0;
		background: #fff;
	}
	.pc-header.fixed .upper {display: none;}
	#datetime {
		margin: 0 0 8px 0;
		color: #000;
		font-size: 13px;
		line-height: 18px;
		text-align: right
	}
	.pc-header .upper .btn-group .btn {
		float: left;
		display: block;
		position: relative;
		height: 32px;
		padding: 0 10px;
		background: #E66F51;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 32px;
	}
	.pc-header .upper .btn-group .blog-news {background: #FFC810;}
	.pc-header .upper .btn-group .btn + .btn {margin-left: 10px;}
	.pc-header .upper .btn-group .btn img {
		display: inline-block;
		max-width: 20px;
		max-height: 20px;
		margin-right: 5px;
	}

	.pc-search .list-keyword {margin: 0 0 8px 0;}
	.pc-search .list-keyword a {
		float: left;
		display: block;
		color: #525252;
		font-size: 13px;
		line-height: 18px;
	}
	.pc-search .list-keyword a + a {margin-left: 10px;}
	.pc-search .list-keyword a:hover {color: #58b3f0;}
	.pc-search .form,
	.mobile-search .form {
		position: relative;
		padding-right: 50px;
		width: 400px;
	}
	.pc-search .form .input-text,
	.mobile-search .form .input-text {
		display: block;
		height: 32px;
		padding: 0 8px;
		background: #fff;
		border: 1px solid #d5d5d5;
		border-right: none;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-ms-border-radius: 3px 0 0 3px;
		-o-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		color: #252525;
		font-size: 14px;
		line-height: 32px;
	}
	.pc-search .form .btn-submit,
	.mobile-search .form .btn-submit {
		display: block;
		position: absolute;
		width: 50px;
		height: 32px;
		top: 0px;
		left: initial;
		right: 0px;
		background: #15a1b1;
		border: 1px solid #15a1b1;
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-ms-border-radius: 0 3px 3px 0;
		-o-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		color: #fff;
		font-size: 16px;
		cursor: pointer;
		outline: none;
	}
	.pc-search .form .input-text::-webkit-input-placeholder,
	.mobile-search .form .input-text::-webkit-input-placeholder {
	    color: #777;
	    font-size: 13px;
	}
	.pc-search .form .input-text::-moz-placeholder,
	.mobile-search .form .input-text::-moz-placeholder {
	    color: #777;
	    font-size: 13px;
	}
	.pc-search .form .input-text:-ms-input-placeholder,
	.mobile-search .form .input-text:-ms-input-placeholder {
	    color: #777;
	    font-size: 13px;
	}
	.pc-search .form .input-text:-moz-placeholder,
	.mobile-search .form .input-text:-moz-placeholder {
	    color: #777;
	    font-size: 13px;
	}

	.pc-header .lower {
		position: relative;
		background: #15a1b1;
	}
	.main-nav li {position: relative;}
	.main-nav .main-menu > li > a {
		display: block;
		position: relative;
		padding: 8px 15px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		text-transform: uppercase;
	}
	.main-nav .main-menu > li.active > a,
	.main-nav .main-menu > li:hover > a {
	    background: #0f8e9c;
	}
	.main-nav .dropdown-menu {
		display: none;
		position: absolute;
		min-width: 220px;
	    left: 0px;
	    top: 100%;
	    border-top: 3px solid transparent;
    	z-index: 1000;
	}
	.main-nav .main-menu > li:hover > .dropdown-menu {display: block;}
	.main-nav .sub-menu {
    	background: #0f8e9c;
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
		-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	}
	.main-nav .sub-menu > li > a {
		display: block;
		position: relative;
		padding: 10px 10px 10px 15px;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	.main-nav .sub-menu > li + li > a {border-top: 1px solid #15a1b1;}
	.main-nav .sub-menu > li:hover > a {
		background: rgba(0, 0, 0, .15);
		text-indent:5px;
	}
	@media (min-width: 1220px) {
		.main-nav .main-menu > li > a {padding: 10px 25px;}
	}

	/* ===== Mobile header ===== */
	.mobile-header {
		position: relative;
		background: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
   		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
		z-index: 5;
	}
	.mobile-header .upper {
		position: relative;
		padding: 10px 10px;
		text-align: center;
	}
	.mobile-header .logo {display: inline-block;}
	.mobile-header .blog-hot {
		display: block;
		position: absolute;
		padding: 6px 15px;
		background: #e84c3d;
		left: initial;
		right: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.mobile-header .blog-hot .icon {
		display: inline-block;
		max-width: 20px;
		max-height: 20px;
	}
	.mobile-header .lower {
		position: relative;
		padding: 0 10px 10px 10px;
	}
	.mobile-search .form {width: 100%;}
	@media (max-width: 567px) {
		.mobile-header .upper {
			padding: 10px 10px 10px 50px;
			text-align: left
		}
		.mobile-header .logo a {width: 175px;}
		.mobile-header .blog-hot {
			padding: 5px 12px;
			font-size: 13px;
		}
	}
	
	/* ===== Body style ====== */
	@media (min-width: 960px) {
		#homepage .fix-grid-960 {margin: 10px 0 0 0;}
		#homepage .fix-grid-960 > .uk-width-large-3-4 {
			width: -webkit-calc(100% - 270px);
			width: -moz-calc(100% - 270px);
			width: -ms-calc(100% - 270px);
			width: -o-calc(100% - 270px);
			width: calc(100% - 270px);
			padding-right: 25px;
		}
		#homepage .fix-grid-960 > .uk-width-large-1-4 {width: 270px;}
	}
	@media (min-width: 1220px) {
		#homepage .fix-grid-960 > .uk-width-large-3-4 {padding-right: 30px}
	}

	/* >>>>> Homepage news <<<<< */
	.homepage-news {margin: 0 0 50px 0;}
	.homepage-news .panel-head {margin: 0 0 30px 0;}
	.homepage-news .featured {
		position: relative;
		margin: 0 0 10px 0;
		overflow: hidden;
	} 
	.homepage-news .featured .image {
		position: relative;
		overflow: hidden;
	}
	.homepage-news .featured .image:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	    background: transparent;
	    background: -moz-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(51%, transparent), color-stop(91%, rgba(0, 0, 0, 0.81)), color-stop(100%, rgba(0, 0, 0, 0.81)));
	    background: -webkit-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	    background: -o-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	    background: -ms-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	    background: linear-gradient(to bottom, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
		z-index: 1;
	}
	.homepage-news .featured .infor {
		position: absolute;
		width: 100%;
		padding: 10px 10px;
		top: initial;
		bottom: 0px;
		left: 0px;
		z-index: 5;
	}
	.homepage-news .featured .title {
		margin: 0 0 10px 0;
		font-size: 26px;
		line-height: 30px;
	}
	.homepage-news .featured .title a {color: #fff;}
	.homepage-news .featured .description {
		max-height: 42px;
		color: #b4b4b4;
		font-size: 15px;
		line-height: 21px;
	    overflow: hidden;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	    display: -moz-box;
	    -moz-line-clamp: 2;
	    -moz-box-orient: vertical;
	}

	.homepage-news .list-post li:nth-child(2n+1){
		background: #ececec;
	}

	.homepage-news .list-post > li:not(:last-child) {margin-bottom: 5px;}
	.homepage-news .list-post > li > a {
		position: relative;
		display: block;
		margin: 0 0 5px 0;
		color: #333;
		font-size: 17px;
		font-weight: 500;
		line-height: 20px;
	}
	.homepage-news .list-post > li > a:hover,
	.homepage-news .list-post .meta a:hover {
		color: #58b3f0;
	}
	.homepage-news .list-post .meta.
	.homepage-news .featured-list .article .meta,
	.homepage-news .list-article .article .meta {
		font-size: 13px;
		font-style: italic;
		line-height: 19px;
	}
	.homepage-news .list-post .meta > *,
	.homepage-news .featured-list .article .meta > *,
	.homepage-news .list-article .article .meta > *,
	.mobile-featured-news .article .meta > * {
		display: block;
		position: relative;
		float: left;
		color: #777;
	}
	.homepage-news .list-post .meta > * + *,
	.homepage-news .featured-list .article .meta > * + *,
	.homepage-news .list-article .article .meta > * + *,
	.mobile-featured-news .article .meta > * + * {
		margin-left: 10px;
		padding-left: 10px;
	}
	.homepage-news .list-post .meta > * + *:before,
	.homepage-news .featured-list .article .meta > * + *:before,
	.homepage-news .list-article .article .meta > * + *:before,
	.mobile-featured-news .article .meta > * + *:before {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		top: 4px;
		height: 10px;
		border-left: 1px solid #777;
	}
	.homepage-news .featured-list li:nth-child(n+3) {margin-top: 10px;}
	.homepage-news .featured-list .article .thumb {
		float: left;
		width: 120px;
	}
	.homepage-news .featured-list .article .image {height: 105px;}
	.homepage-news .featured-list .article .infor  {
		float: right;
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: -ms-calc(100% - 120px);
		width: -o-calc(100% - 120px);
		width: calc(100% - 120px);
		padding: 5px 10px 0 10px;
	}
	.homepage-news .featured-list .article .title {
		max-height: 57px;
		margin: 0 0 5px 0;
		font-size: 16px;
		line-height: 19px;
		overflow: hidden;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	    display: -moz-box;
	    -moz-line-clamp: 3;
	    -moz-box-orient: vertical;
	}
	.homepage-news .featured-list .article .title a {color: #333;}
	.homepage-news .featured-list .article .title a:hover {color: #58b3f0;}

	.homepage-news .list-article > li:not(:last-child) {margin-bottom: 15px;}
	.homepage-news .list-article .article {
		position: relative;
		background: #fff;
	}
	.homepage-news .list-article > li:nth-child(odd) .article {background: #f2f2f2;}
	.homepage-news .list-article .article .thumb {
		float: left;
		width: 240px;
	}
	.homepage-news .list-article .article .infor {
		float: right;
		width: -webkit-calc(100% - 240px);
		width: -moz-calc(100% - 240px);
		width: -ms-calc(100% - 240px);
		width: -o-calc(100% - 240px);
		width: calc(100% - 240px);
		padding: 10px 10px 10px 15px;
	}
	.homepage-news .list-article .article .image {height: 165px;}
	.homepage-news .list-article .article .title {
		margin: 0 0 10px 0;
		font-size: 17px;
		font-weight: bold;
		line-height: 19px;
	}
	.homepage-news .list-article .article .title a {color: #333;}
	.homepage-news .list-article .article .title a:hover {color: #58b3f0;}
	.homepage-news .list-article .article .meta {margin: 0 0 5px 0;}
	.homepage-news .list-article .article .description {
		max-height: 84px;
		color: #848484;
		font-size: 15px;
		line-height: 21px;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	@media (min-width: 1220px) {
		.homepage-news .featured .image {height: 390px;}
	}
	@media (max-width: 1220px) {
		.homepage-news {margin: 0 0 35px 0;}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.homepage-news .featured .image {max-height: 445px}
	}
	@media (max-width: 960px) {
		.homepage-news {margin: 0 0 25px 0;}
		.homepage-news .featured {margin: 10px 0;}
	}
	@media (min-width: 700px) and (max-width: 960px) {
		.homepage-news .featured .image {max-height: 485px}
	}
	@media (max-width: 767px) {
		.homepage-news {margin: 0 0 20px 0;}
		.homepage-news .featured .title {
			margin: 0 0 5px 0;
			font-size: 22px;
			line-height: 26px;
		}
	}
	@media (min-width: 568px) and (max-width: 700px) {
		.homepage-news .featured .image {max-height: 375px}
	}
	@media (max-width: 567px) {
		.homepage-news {margin: 0 0 15px 0;}
		.homepage-news .featured .title {
			font-size: 20px;
			line-height: 24px;
		}
		.homepage-news .featured .description {
			max-height: 40px;
			font-size: 14px;
			line-height: 20px;
		}
		.homepage-news .featured .image {max-height: 295px}
		.homepage-news .featured-list li {width: 100%;}
		.homepage-news .featured-list li:not(:last-child),
		.homepage-news .list-article li:not(:last-child) {
			margin-bottom: 10px;
		}
		.homepage-news .featured-list li:nth-child(n+3) {margin-top: 0;}
		.homepage-news .featured-list li:nth-child(odd) .article {background: #f2f2f2;}
		.homepage-news .featured-list .article .thumb,
		.homepage-news .list-article .article .thumb {
			width: 35%;
		}
		.homepage-news .featured-list .article .infor,
		.homepage-news .list-article .article .infor {
			width: 65%;

		}
		.homepage-news .list-article .article .image {height: 105px;}
		.homepage-news .list-article .article .meta {margin: 0;}
		.homepage-news .list-article .article .description {display: none;}
	}
	@media (max-width: 479px) {
		.homepage-news .featured .image {max-height: 235px}
		.homepage-news .featured .title {
			font-size: 16px;
			line-height: 20px;
		}
		.homepage-news .featured .description {
			max-height: 36px;
			font-size: 13px;
			line-height: 18px;
		}
		.homepage-news .featured-list .article .thumb,
		.homepage-news .list-article .article .thumb {
			width: 40%;
		}
		.homepage-news .featured-list .article .infor,
		.homepage-news .list-article .article .infor {
			width: 60%;
		}
		.homepage-news .featured-list .article .title,
		.homepage-news .list-article .article .title {
			margin: 0 0 5px 0;
			max-height: 54px;
			font-size: 15px;
			line-height: 18px;
			overflow: hidden; 
			text-overflow: ellipsis;
		}
		.homepage-news .featured-list .article .meta,
		.homepage-news .list-article .article .meta {
			font-size: 13px;
			line-height: 18px;
		}
	}

	/* >>>>> Homepage category <<<<< */
	.homepage-category {
		padding: 30px 0 50px 0;
		background: #fff;
	}
	.homepage-category .panel-head {
		margin: 0 0 35px 0;
		text-align: center;
	}
	.homepage-category .panel-head .title {
		margin: 0 0 5px 0;
		color: #333;
		font-size: 16px;
		line-height: 23px;
	}
	.homepage-category .heading {
		margin: 0;
		font-size: 32px;
		font-weight: 500;
		line-height: 35px;
	}
	.homepage-category .heading > * {color: #a48156;}
	.homepage-category .slider .uk-slidenav {
		display: block;
		width: 50px;
		height: 50px;
		background: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		font-size: 24px;
		line-height: 50px;
		color: #333;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	.homepage-category .slider .uk-slidenav:hover {
		background: #333;
		color: #fff;
	}

	.homepage-category .product,
	.prdcatalogue .product {
		position: relative;
		padding: 10px 10px 15px 10px;
		background: #fff;
		-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	}
	.homepage-category .product .discount,
	.prdcatalogue .product .discount {
		position: absolute;
		width: 35px;
		height: 35px;
		left: initial;
		right: 10px;
		top: 10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		background: #15a1b1;
		color: #fff;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		line-height: 35px;
	}
	.homepage-category .product .thumb,
	.prdcatalogue .product .thumb {
		margin: 0 0 15px 0;
	}
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		height: 225px;
	}
	.homepage-category .product .title,
	.prdcatalogue .product .title {
		margin: 0 0 10px 0;
		max-height: 20px;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		overflow: hidden; 
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.homepage-category .product .title a,
	.prdcatalogue .product .title a {
		color: #333;
	}
	.homepage-category .product .title a:hover,
	.prdcatalogue .product .title a:hover {
		color: #15a1b1;
	}
	.homepage-category .product .wrap-price,
	.prdcatalogue .product .wrap-price {
		margin: 0 0 15px 0;
	}
	.homepage-category .product .isprice,
	.prdcatalogue .product .isprice {
		color: #333;
		font-size: 15px;
		line-height: 21px;
	}
	.homepage-category .product .isprice .price-old,
	.prdcatalogue .product .isprice .price-old {
		color: #a8a8a8;
		font-size: 14px;
		text-decoration: line-through;
	}
	.homepage-category .product .buynow,
	.prdcatalogue .product .buynow {
		text-align: center;
	}
	.homepage-category .product .buynow a {
		display: inline-block;
		position: relative;
	    padding: 8px 40px;
	    border: 2px solid;
	    background: transparent;
		color: #15a1b1;
		font-size: 17px;
		line-height: 20px;
	    text-transform: uppercase;
	    -webkit-transition: all .35s ease;
	    -moz-transition: all .35s ease;
	    -o-transition: all .35s ease;
	    transition: all .35s ease;
	}
	.homepage-category .product .buynow a:hover {
		background: #15a1b1;
		color: #fff;
	}
	@media (min-width: 960px) {
		.homepage-category .product:hover,
		.prdcatalogue .product:hover {
			-webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
	    	box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
		    z-index: 5;
		    transition: box-shadow .1s ease-in-out;
		}
	}
	@media (max-width: 960px) {
		.homepage-category {
			padding: 20px 0;
			background: #f0f0f0;
		}
		.homepage-category .panel-head {margin: 0 0 20px 0;}
		.homepage-category .panel-head .title {
			margin: 0 0 3px 0;
			line-height: 18px;
		}
		.homepage-category .heading {
			font-size: 28px;
			line-height: 30px;
		}
		.homepage-category .heading > * {color: #15a1b1;}
		.homepage-category .uk-slider-container {padding: 1px 1px;}
		.homepage-category .slider .uk-slidenav {
			display: none;
			visibility: hidden;
		}
		.homepage-category .list-product,
		.prdcatalogue .list-product {
			margin-left: -10px;
		}
		.homepage-category .list-product > li,
		.prdcatalogue .list-product > li {
			padding-left: 10px;
		}
		.homepage-category .product,
		.prdcatalogue .product {
			border: 1px solid #ddd;
		}
		.homepage-category .product .buynow a {
		    padding: 5px 25px;
		    border: 1px solid #de251c;
		    background: #de251c;
		    color: #fff;
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
		    text-transform: none;
		}
		.homepage-category .product .buynow a:hover {background: #de251c;}
	}
	@media (min-width: 700px) and (max-width: 960px) {
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 200px;
		}
	}
	@media (min-width: 700px) and (max-width: 767px) {
		.homepage-category .list-product > li,
		.prdcatalogue .list-product > li {
			width: 33.33%;
		}
	}
	@media (max-width: 567px) {
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 200px;
		}
		.prdcatalogue .product .wrap-price {margin: 0;}
		.homepage-category .product .buynow {display: none;}
	}
	@media (max-width: 479px) {
		.homepage-category .list-product,
		.prdcatalogue .list-product {
			margin-left: -5px;
		}
		.homepage-category .list-product > li,
		.prdcatalogue .list-product > li {
			padding-left: 5px;
		}
		.homepage-category .product,
		.prdcatalogue .product {
			padding: 5px 7px 10px 7px;
		}
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 165px;
		}
		.homepage-category .product .title,
		.prdcatalogue .product .title {
			margin: 0 0 8px 0;
		}
		.homepage-category .product .wrap-price,
		.prdcatalogue .product .wrap-price {
			margin: 0 0 10px 0;
		}
	}

	/* >>>>> Danh mục sản phẩm <<<<< */
	#product-page {padding: 0 0 50px 0;}
	.prdcatalogue .panel-head {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.prdcatalogue .panel-body {padding-bottom: 35px;}
	.prdcatalogue .heading {
		margin: 0 0 10px 0;
		font-size: 24px;
		font-weight: bold;
		line-height: 30px;
		text-transform: uppercase;
	}
	.prdcatalogue .filter-box {
		display: inline-block;
		text-align: left;
	}
	.prdcatalogue .filter-box .label {
		display: block;
		margin-right: 20px;
		color: #333;
		font-weight: 600;
		font-size: 15px;
		line-height: 21px;
		text-transform: uppercase;
	}
	.prdcatalogue .filter-list > li {
		position: relative;
		float: left;
	}
	.prdcatalogue .filter-list > li + li {margin-left: 25px;}
	.prdcatalogue .filter-dropdown {
		position: absolute;
		display: block;
		width: 200px;
		padding: 5px 0;
		top: -webkit-calc(100% + 15px);
		top: -moz-calc(100% + 15px);
		top: -o-calc(100% + 15px);
		top: calc(100% + 15px);
		left: 0px;
		background: #fff;
	    -webkit-box-shadow: 0 0 0 1px rgba(39,44,48,0.05), 0 2px 7px 1px rgba(39,44,48,0.16);
	    -moz-box-shadow: 0 0 0 1px rgba(39,44,48,0.05), 0 2px 7px 1px rgba(39,44,48,0.16);
	    box-shadow: 0 0 0 1px rgba(39,44,48,0.05), 0 2px 7px 1px rgba(39,44,48,0.16);
	    -moz-transform-origin: 50% -20px;
	    -ms-transform-origin: 50% -20px;
	    -o-transform-origin: 50% -20px;
	    -webkit-transform-origin: 50% -20px;
	    transform-origin: 50% -20px;
	    opacity: 0;
	    -webkit-transform: scale(0);
	    -moz-transform: scale(0);
	    -ms-transform: scale(0);
	    -o-transform: scale(0);
	    transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s ease,opacity 0.3s ease;
	    -moz-transition: all 0.3s ease,opacity 0.3s ease;
	    -o-transition: all 0.3s ease,opacity 0.3s ease;
	    transition: all 0.3s ease,opacity 0.3s ease;
	    z-index: 1000;
	}
	.prdcatalogue .filter-list > .open > .filter-dropdown {
		-webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
		opacity: 1;
	}
	.prdcatalogue .filter-dropdown:before {
		content: "";
	    position: absolute;
	    display: block;
	   	width: 0;
	   	height: 0;
	   	left: 30px;
	   	top: 0px;
   	    border: 5px solid black;
	    border-color: transparent transparent #fff #fff;
	    -webkit-transform-origin: 0 0;
	    -moz-transform-origin: 0 0;
	    transform-origin: 0 0;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 7px 0 rgba(39,44,48,0.16);
        -moz-box-shadow: -2px 2px 7px 0 rgba(39,44,48,0.16);
        box-shadow: -2px 2px 7px 0 rgba(39,44,48,0.16);
	}
	.prdcatalogue .filter-list > li > a {
		display: block;
		position: relative;
		color: #333;
		font-size: 15px;
		line-height: 21px;
		text-transform: uppercase;
	}
	.prdcatalogue .filter-list > li > a:hover {color: #58b3f0;}
	.prdcatalogue .filter-list > li > a:hover {color: #58b3f0;}

	.prdcatalogue .field-list {
		max-height: 260px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.prdcatalogue .field-list > li {position: relative;}
	.prdcatalogue .field-list .filter-input,
	.mobile-filter .field-list .filter-input {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.prdcatalogue .field-list .filter-label,
	.mobile-filter .field-list .filter-label {
		display: block;
		position: relative;
		padding: 6px 10px 6px 35px;
		color: #000;
		font-size: 14px;
		line-height: 20px;
		cursor: pointer;
	}
	.prdcatalogue .field-list .filter-label:hover,
	.prdcatalogue .field-list .filter-input:checked + .filter-label,
	.mobile-filter .field-list .filter-label:hover,
	.mobile-filter .field-list .filter-input:checked +  .filter-label {
		color: #58b3f0;
	}
	.prdcatalogue .field-list .filter-label:before,
	.mobile-filter .field-list .filter-label:before {
		content: "";
		display: block;
		position: absolute;
		width: 16px;
		height: 16px;
		left: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: #fff;
	    border: 1px solid #cedadd;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	}
	.prdcatalogue .field-list .filter-input:checked + .filter-label:before,
	.mobile-filter .field-list .filter-input:checked +  .filter-label:before {
		border: 1px solid #58b3f0;
		background: #58b3f0 url(img/check.png) center no-repeat;
	}
	.prdcatalogue .list-product > li {margin-bottom: 20px;}
	.prdcatalogue .product .buynow {
		position: relative;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
	}
	.prdcatalogue .product .buynow a {
		display: inline-block;
		position: relative;
		padding: 6px 45px;
		background: #de251c;
		color: #fff;
		font-size: 14px;
		line-height: 18px;
	}
	.prdcatalogue .product:hover .buynow {
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}
	@media (max-width: 1220px) {
		#product-page {padding: 0 0 35px 0;}
		.prdcatalogue .panel-body {padding-bottom: 25px;}
	}
	@media (max-width: 960px) {
		#product-page {padding: 0 0 25px 0;}
		.prdcatalogue-page {background: #f0f0f0;}
		.prdcatalogue .panel-head {margin: 0;}
		.prdcatalogue .heading {
			position: relative;
			margin: 0 0 10px 0;
			padding: 10px 10px 10px 20px;
			background: #15a1b1;
			font-size: 13px;
			font-weight: normal;
			font-family: 'UTM Avo Bold';
			line-height: 20px;
			text-transform: uppercase;
			text-align: left;
		}
		.prdcatalogue .heading:before {
			content: "";
			display: block;
			position: absolute;
			height: 100%;
			width: 4px;
			left: 0px;
			top: 0px;
			background: rgba(0, 0, 0, .25);
			z-index: 5;
		}
		.prdcatalogue .heading > * {color: #fff;}
		.prdcatalogue .panel-body {padding-bottom: 20px;}
		.prdcatalogue .list-product > li {margin-bottom: 10px;}
		.prdcatalogue .product .buynow {
			opacity: 1;
			visibility: visible;
			z-index: 2;
		}
	}
	@media (max-width: 768px) {
		#product-page {padding: 0 0 20px 0;}
	}
	@media (max-width: 767px) {

	}
	@media (max-width: 567px) {
		#product-page {padding: 0 0 15px 0;}
		.prdcatalogue .panel-body {padding-bottom: 10px;}
		.prdcatalogue .product .wrap-price {margin: 0;}
		.prdcatalogue .product .buynow {display: none;}
	}
	@media (max-width: 479px) {
		.prdcatalogue .list-product > li {margin-bottom: 5px;}
	}

	/* >>>>> Chi tiết sản phẩm <<<<< */
	.prd-detail {margin-bottom: 15px!important;}
	.prd-gallerys .small-image {
		float: right;
		width: 60px;
	}
	.prd-gallerys .small-image li {
		position: relative;
		padding: 1px;
		border: 1px solid #d5d5d5;
		background: #fff;
	}
	.prd-gallerys .small-image li+li {margin-top: 7px;}
	.prd-gallerys .small-image li.active {border-color: #0f8e9c;}
	.prd-gallerys .small-image li:before {
		content: "";
		display: none;
		position: absolute;
		width: 0;
		height: 0;
		left: -5px;
		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%);
		border-right: 5px solid #0f8e9c;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.prd-gallerys .small-image li.active:before {display: block;}
	.prd-gallerys .big-image .image {height: 380px;}

	.prd-gallerys .small-image .image {height: 55px;}
	.prd-gallerys .big-image {
		float: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -ms-calc(100% - 60px);
		width: -o-calc(100% - 60px);
		width: calc(100% - 60px);
		padding-right: 15px;
	}
	.prd-information {
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.prd-information .prd-title {
		margin: 0 0 10px 0;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: #000;
	}
	.prd-information .prd-meta {
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #ddd;
	}
	.prd-information .prd-meta li {
		position: relative;
		float: left;
	}
	.prd-information .prd-meta li+li {
		padding-left: 15px;
		margin-left: 15px;
	}
	.prd-information .prd-meta li+li:before {
		content: "";
		display: block;
		position: absolute;
		height: 10px;
		left: 0px;
		top: 5px;
		border-left: 1px solid #898989;
	}
	.prd-information .prd-meta .value {
		font-size: 16px;
		font-weight: bold;
		color: #d50000;
	}
	.prd-information .prd-meta .status .value {color: #7dc558;}
	.prd-information .prd-price {
		margin: 0 0 10px 0;
		color: #848484;
		font-family: Arial;
		font-size: 14px;
		line-height: 20px;
	}
	.prd-information .prd-price  > * {display: block;}
	.prd-information .prd-new {
		color: #ff0000;
		font-size: 18px;
		font-weight: bold;
	}
	.prd-information .prd-old {
		margin-left: 15px;
		text-decoration: line-through;
	}
	.prd-information .prd-excerpt {margin: 0 0 10px 0;}
	.prd-information .prd-excerpt li {
		position: relative;
		padding: 5px 0 5px 15px;
	}
	.prd-information .prd-excerpt li+li {border-top: 1px dotted #ddd;}
	.prd-information .prd-excerpt li:before {
		content: "\f00c";
		display: block;
		position: absolute;
		left: 0px;
		top: 5px;
		font-family: FontAwesome;
		font-size: 12px;
		color: #15a1b1;
	}
	.prd-information .select-wrapper {margin: 0 0 10px 0;}
	.prd-information .select-wrapper>.label {
		display: block;
		margin-right: 10px;
	}
	.prd-information .quantity-box>* {
		display: block;
		position: relative;
		float: left;
	}
	.prd-information .quantity-box .input-text {
		width: 70px;
		height: 32px;
		padding: 0 5px;
		border: 1px solid #c8c8c8;
		border-left: none;
		border-right: none;
		outline: none;
		text-align: center;
	}
	.prd-information .quantity-box .btn {
		width: 32px;
		height: 32px;
		background: #c8c8c8;
		border: 1px solid #c8c8c8;
		color: #000;
		line-height: 32px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
	}
	.prd-information .btn-groups {margin: 0 0 10px 0;}
	.prd-information .btn-groups>.btn {
		float: left;
		display: block;
		position: relative;
		padding: 0 10px 0 55px;
		width: 200px;
		height: 48px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		font-size: 12px;
		line-height: 48px;
		color: #fff;
		font-weight: bold;
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		text-align: center;
	}
	.prd-information .btn-groups>.btn+.btn {margin-left: 10px;}
	.prd-information .btn-groups>.btn:before {
		content: "";
		display: block;
		position: absolute;
		width: 48px;
		height: 100%;
		top: 0px;
		left: 0px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: rgba(0, 0, 0, 0.2);
		-webkit-background-size: 22px;
		-moz-background-size: 22px;
		-ms-background-size: 22px;
		-o-background-size: 22px;
		background-size: 22px;
	}
	.prd-information .btn-groups .aff, .prd-information .btn-groups .addtocart {background: #7dc558;}
	.prd-information .btn-groups .aff:before, .prd-information .btn-groups .addtocart:before {background-image: url(img/add-cart.svg);}
	.prd-information .btn-groups .aff:hover, .prd-information .btn-groups .addtocart:hover {background-color: #49aa47;}
	.prd-information .btn-groups .addnow {background-color: #fc0d41;}
	.prd-information .btn-groups .addnow:before {background-image: url(img/add-buy.svg);}
	.prd-information .btn-groups .addnow:hover {background-color: #f04167;}
	.prd-detail .infor-more>.label {
		margin: 0 0 5px 0;
		font-size: 16px;
		font-weight: bold;
	}
	.prd-detail .infor-more ul {
		list-style: none;
		font-size: 14px;
		line-height: 22px;
	}
	.prd-detail .infor-more ul li {
		position: relative;
		padding: 1px 0 1px 15px;
	}
	.prd-detail .infor-more ul li:before {
		content: "\f00c";
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-family: FontAwesome;
		font-size: 12px;
		color: #707070;
	}

	.prd-detail .prd-transform {
		position: relative;
		padding: 10px;
		margin: 0 0 10px 0;
		background: #15a1b1;
		font-size: 13px;
		line-height: 20px;
		color: #fff;
	}
	.prd-detail .prd-transform .icon {
		display: block;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.prd-detail .prd-transform li {
		position: relative;
		padding-left: 15px;
	}
	.prd-detail .prd-transform li:before {
		content: "\f00c";
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-family: FontAwesome;
		font-size: 10px;
		color: #fff;
	}
	.prd-detail .prd-transform li+li {margin-top: 5px;}
	.prd-option-call {
		padding: 15px 10px 10px 10px;
		border: 1px solid #e1e1e1;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.prd-option-call>ul {
		margin: 0 0 10px 0;
		list-style: none;
	}
	.prd-option-call>ul>li {
		position: relative;
		padding: 4px 0 4px 30px;
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-image: url(img/chinhhang.jpg);
	}
	.prd-option-call>ul>li:nth-of-type(2) {background-image: url(img/giaohangtoanquoc.jpg);}
	.prd-option-call>ul>li:nth-of-type(3) {background-image: url(img/doitra.jpg);}
	.prd-option-call .helpnow {
		margin: 0 0 10px 0;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		color: #15a1b1;
	}
	.prd-option-call p {margin: 0 0 5px 0;}
	
	.prd-detail .nav-tabs {
		position: relative;
		bottom: -1px;
	    background: #f7f7f7;
	    border: 1px solid #ddd;
	}
	.prd-detail .nav-tabs li {
		position: relative;
		float: left;
		padding: 9px 20px;
		font-size: 14px;
		line-height: 20px;
		color: #000;
		cursor: pointer;
	}
	.prd-detail .nav-tabs li+li {margin-left: 3px;}
	.prd-detail .nav-tabs li.active {
		background: #fff;
		border-right: 1px solid #ddd;
		font-weight: bold;
	}
	.prd-detail .nav-tabs li.active:before,
	.prd-detail .nav-tabs li.active:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0px;
	}
	.prd-detail .nav-tabs li.active:before {
		top: -1px;
		background: #0f8e9c;
	}
	.prd-detail .nav-tabs li.active:after {
		top: initial;
		bottom: -1px;
		background: #fff;
	}
	.prd-detail .nav-tabs li:not(.active):hover {
		background: #eee;
		color: #15a1b1;
	}
	.prd-detail .prd-content {
		padding: 15px 15px 5px 15px;
		border: 1px solid #ddd;
		border-top: none;
		background: #fff;
	}
	.prd-content .article {
		color: #333;
		font-family: Arial;
		font-size: 14px;
		line-height: 22px;
	}
	.prd-content .article ul, 
	.prd-content .article ol {
		list-style-position: inside;
	}
	.prd-content .article img {
		display: block!important;
		width: auto!important;
		height: auto!important;
		max-width: 100%!important;
		margin: 0 auto 15px auto!important;
	}

	.prd-comment {margin: 15px 0 0 0;}
	.prd-comment>.label {
		display: block;
		margin: 0 0 10px 0;
		font-size: 13px;
		font-weight: normal;
		font-family: 'UTM Hanzel', sans-serif;
		text-transform: uppercase;
	}
	.prd-comment>.label>* {
		display: inline-block;
		position: relative;
		padding: 10px 20px;
		color: #0f8e9c;
	}
	.prd-comment>.label>*:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		top: 0px;
		left: 0px;
		background: #0f8e9c;
	}
	.prd-comment .frame {
		padding: 5px 15px 0 15px;
		background: #fff;
		border: 1px solid #ddd;
	}

	@media (min-width: 960px) {
		.prd-gallerys .pc-cover .image {height: 425px;}
		.prd-detail {margin-bottom: 20px!important;}
		.prd-detail .prd-content {padding: 20px 20px 10px 20px;}
	}
	@media (min-width: 1220px) {
		.prd-detail {margin-bottom: 25px!important;}
		.prd-information .prd-title {
			font-size: 20px;
			line-height: 24px;
		}
	}
	@media (max-width: 960px) {
		.prd-detail .nav-tabs li:nth-of-type(2) {display: none;}
			.prd-content .article {
			font-size: 13px;
			line-height: 20px;
		}
		.prd-mobile-gallerys {
			margin: 0 0 15px 0;
			padding: 10px 10px;
			background: #fff;
		}
		.prd-mobile-gallerys .cover .image {height: 450px;}
	}
	@media (max-width: 479px) {
		.prd-information .btn-groups>.btn {
			float: none;
			width: 100%;
		}
		.prd-information .btn-groups>.btn+.btn {
			margin-left: 0;
			margin-top: 5px;
		}
		.prd-detail .nav-tabs li {
			padding: 8px 15px;
			font-size: 13px;
			line-height: 18px;
		}
		.prd-mobile-gallerys .cover .image {height: 300px;}
	}
	
	/* >>>>> Sản phẩm cùng danh mục <<<<< */
	.prdsame .heading,
	.aside-product .heading {
		position: relative;
		margin: 0 0 20px 0;
		padding: 10px 10px 10px 20px;
		background: #0f8e9c;
		font-size: 13px;
		font-weight: normal;
		font-family: 'UTM Avo Bold';
		text-transform: uppercase;
		text-align: left;
		line-height: 20px;
	}
	.aside-product .heading {margin: 0;}
	.prdsame .heading:before,
	.aside-product .heading:before {
		content: "";
		display: block;
		position: absolute;
		width: 3px;
		height: 100%;
		left: 0px;
		top: 0px;
		background: rgba(0, 0, 0, .25);
	}
	.prdsame .heading > *,
	.aside-product .heading > * {
		color: #fff;
	}
	.aside-product .panel-body {
		border: 1px solid #d5d5d5;
		border-top: none;
	}
	.aside-product .list-product > li {padding: 10px 10px;}
	.aside-product .list-product > li + li {border-top: 1px dotted #d5d5d5;}
	.aside-product .product .thumb {
		float: left;
		width: 100px;
		height: 100px;
	}
	.aside-product .product .infor {
		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-product .product .title {
		max-height: 40px;
		margin: 0 0 8px 0;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	.aside-product .product .title a {color: #000;}
	.aside-product .product .isprice  {
		color: #848484;
		font-size: 14px;
		line-height: 20px;
	}
	.aside-product .product .isprice > * {display: block;}
	.aside-product .product .price-new {
		margin: 0 0 5px 0;
		color: #ff0000;
		font-size: 16px;
		font-weight: bold;
	}
	.aside-product .product .price-old {text-decoration: line-through;}
	.aside-product .product .notprice {
		color: #ff0000;
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}

	@media (max-width: 1220px) {
		.prdsame .heading {margin: 0 0 15px 0;}
	}
	@media (max-width: 960px) {
		.prdsame .heading {margin: 0 0 10px 0;}
	}

	/* >>>>> Danh mục bài viết <<<<< */
	#article-page {margin: 0 0 50px 0;}
	.artcatalogue .panel-foot {padding-top: 30px;}
	.artcatalogue .heading {
		margin: 0 0 15px 0;
		padding: 10px 10px 10px 15px;
		background: #e7e7e7;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.artcatalogue .heading > * {color: #000;}
	.artcatalogue .list-article > li {margin-bottom: 15px;}
	.artcatalogue .article .thumb {
		float: left;
		width: 100px;
	}
	.artcatalogue .article .infor {
		float: right;
		width: calc(100% - 100px);
		padding: 0 10px 0 15px;
	}
	.artcatalogue .article .image {height: 75px;}
	.artcatalogue .article .title {
		max-height: 22px;
		margin: 0 0 5px 0;
		font-size: 18px;
		line-height: 22px;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	.artcatalogue .article .title a {color: #333;}
	.artcatalogue .article .title a:hover {color: #58b3f0;}
	.artcatalogue .article .meta,
	.aside-news .article .meta {
		margin: 0 0 5px 0;
		color: #999;
		font-size: 13px;
		font-style: italic;
	}
	.artcatalogue .article .meta > *,
	.aside-news .article .meta > * {
		display: block;
		float: left;
		position: relative;
	}
	.artcatalogue .article .meta > * + *,
	.aside-news .article .meta > * + * {
		margin-left: 10px;
		padding-left: 10px;
	}
	.artcatalogue .article .meta > * + *:before,
	.aside-news .article .meta > * + *:before {
		content: "";
	    display: block;
	    position: absolute;
	    left: 0px;
	    top: 4px;
	    height: 10px;
	    border-left: 1px solid #999;
	}
	.artcatalogue .article .meta a,
	.aside-news .article .meta a {
		color: #333;
	}
	.artcatalogue .article .description {
		max-height: 84px;
		color: #848484;
		font-size: 15px;
		line-height: 21px;
		text-align: justify;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	.artcatalogue .article .viewmore {
		margin: 10px 0 0 0;
		text-align: right;
	}
	.artcatalogue .article .viewmore a {
		display: inline-block;
		position: relative;
	    padding: 5px 15px;
	    background: #15a1b1;
	    color: #fff;
	    font-size: 14px;
	    line-height: 20px;
	}
	@media (max-width: 1220px) {
		#article-page {margin: 0 0 35px 0;}
		.artcatalogue .panel-foot {padding-top: 25px;}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.artcatalogue .article .title {max-height: 44px;}
		.artcatalogue .article .viewmore {display: none;}
	}
	@media (max-width: 960px) {
		#article-page {margin: 0 0 25px 0;}
		.artcatalogue .panel-foot {padding-top: 15px;}
		.artcatalogue .heading {
			position: relative;
			padding: 10px 10px 10px 20px;
			background: #15a1b1;
		}
		.artcatalogue .heading:before {
			content: "";
			display: block;
			position: absolute;
			height: 100%;
			width: 4px;
			top: 0px;
			left: 0px;
			background: rgba(0, 0, 0, .25);
		}
		.artcatalogue .heading > * {color: #fff;}
	}
	@media (max-width: 767px) {
		.artcatalogue .panel-foot {padding-top: 10px;} 
		.artcatalogue .article .viewmore {display: none;}
	}
	@media (max-width: 700px) {
		.artcatalogue .article .thumb {width: 200px;}
		.artcatalogue .article .infor {
			width: -webkit-calc(100% - 200px);
			width: -moz-calc(100% - 200px);
			width: -ms-calc(100% - 200px);
			width: -o-calc(100% - 200px);
			width: calc(100% - 200px);
			padding: 0 0 0 10px;
		}
		.artcatalogue .article .image {height: 160px;}
	}
	@media (max-width: 567px) {
		.artcatalogue .list-article > li {margin-bottom: 10px;}
		.artcatalogue .list-article > li + li {
			padding-top:10px;
			border-top: 1px dotted #c8c8c8;
		}
		.artcatalogue .article .thumb {width: 35%;}
		.artcatalogue .article .infor {width: 65%;}
		.artcatalogue .article .image {height: 110px;}
		.artcatalogue .article .title {
			max-height: 38px;
			font-size: 15px;
			line-height: 19px;
		}
		.artcatalogue .article .meta {display: none;}
		.artcatalogue .article .description {
			max-height: 60px;
			font-size: 14px;
			line-height: 20px;
		}
	}
	@media (max-width: 479px) {
		.artcatalogue .article .title {font-size: 14px;}
		.artcatalogue .article .description {
			max-height: 54px;
			font-size: 13px;
			line-height: 18px;
		}
		.artcatalogue .article .image {height: 105px;}
	}
	
	/* >>> Chi tiết bài viết <<<<< */
	.art-detail {margin: 0 0 25px 0;}
	.art-detail .panel-body {margin: 0 0 20px 0;}
	.art-detail .article {
		font-size: 17px;
		line-height: 24px;
	}
	.art-detail .article .main-title {
		color: #333;
		margin: 0 0 10px 0;
		color: #15a1b1;
		font-size: 22px;
		line-height: 24px;
	} 
	.art-detail .article .created {
		margin: 0 0 10px 0;
		color: #999999;
		font-size: 13px;
		line-height: 17px;
	}
	.art-detail .article .meta {margin: 0 0 12px 0;}
	.art-detail .article .meta > * + * {margin-left: 5px!important;}
	.art-detail .article .description {
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	.art-detail .article img {
		display: block!important;
		max-width: 100%!important;
		margin: 0px auto 15px auto!important;
		height: auto!important;
		width: auto!important;
	}
	.art-detail .comment-title {
		position: relative;
		padding: 5px 0 5px 25px;
		color: #15a1b1;
		font-size: 16px;
		font-weight: bold;
		line-height: 23px;
		text-transform: uppercase;
	}
	.art-detail .comment-title:before {
		content: "\f0e5";
		display: block;
		position: absolute;
		left: 0px;
		font-family: FontAwesome;
		font-size: 18px;
		line-height: 18px;
	}
	.art-detail .comment-box {
		padding: 10px 15px 5px 15px;
	    border: 1px solid #dadada;
	    border-top: 2px solid #888;
	    box-shadow: 0 2px 0px #f7f7f7;
	}

	@media (max-width: 960px) {
		.art-detail .article {
			font-size: 15px;
			line-height: 20px;
		}
		.art-detail .article .main-title {
			font-size: 20px;
			line-height: 24px;
		}
	}
	
	
	/* >>>>> Bài viết cùng danh mục <<<<< */
	.artsame .heading {
		position: relative;
		margin: 0 0 10px 0;
		font-size: 18px;
		line-height: 24px;
		text-transform: uppercase;
	}
	.artsame .heading:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 13px;
		background: url(img/bg-line-dot.png) 0px 0px repeat-x;
		left: 0px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.artsame .heading > * {
		display: inline-block;
		position: relative;
		padding: 0 10px 0 0;
		background: #fff;
		color: #008a7b;
		z-index: 5;
	}
	.artsame .list-post > li {
		position: relative;
		display: block;
		padding: 6px 0 6px 20px;
		border-bottom: 1px #ddd dashed;
		color: #555;
		font-size: 16px;
		line-height: 22px;
	}
	.artsame .list-post > li:before {
		content: "\f101";
		display: block;
		position: absolute;
		left: 0px;
		top: 7px;
		color: #008a7b;
		font-family: FontAwesome;
		font-size: 16px;
		line-height: 16px;
	}
	.artsame .list-post > li > a {color: #555;}
	.artsame .list-post > li > a:hover {color: #008a7b;}
	@media (max-width: 960px) {
		.artsame .list-post > li {
			font-size: 15px;
			line-height: 20px;
		}
		.artsame .list-post > li:before {
			font-size: 15px;
			line-height: 15px;
		}
	}

	/* ===== Aside ====== */
	.aside > * {margin: 0 0 15px 0;}
	.aside-subcribe {
		position: relative;
		padding: 20px 10px 15px 10px;
		background: #31373D;
	}
	.aside-subcribe .panel-head {
		margin: 0 0 15px 0;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.aside-subcribe .heading {
		margin: 0 0 10px 0;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.aside-subcribe .heading > * {color: #fff;}
	.aside-subcribe .form-row {margin-bottom: 10px;}
	.aside-subcribe .form .input-text,
	.aside-subcribe .form .form-textarea {
		display: block;
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 22px;
	    color: #555;
	    background: #fff;
	    border: 1px solid #ccc;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
	}
	.aside-subcribe .form .form-textarea {height: 90px;}
	.aside-subcribe .form .action {padding-top: 15px;}
	.aside-subcribe .form .btn-submit{
		display: block;
		position: relative;
		padding: 9px 12px;
	    width: 100%;
	    background: #e84c3d;
	    border: 1px solid #e84c3d;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	    -o-border-radius: 4px;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
   		box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	    color: #fff;
	    font-size: 18px;
	    font-family: 'htweb';
	    font-weight: bold;
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}
	.aside-subcribe .form .input-text:focus,
	.aside-subcribe .form .form-textarea:focus {
	    border-color: #66afe9;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	    outline: 0;
	}
	
	.aside-news .heading {
		margin: 0;
		padding: 10px 10px 10px 15px;
		background: #e7e7e7;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.aside-news .heading > * {color: #000;}
	.aside-news .panel-body {
		padding: 10px 10px;
		background: #fff;
		border: 1px solid #e7e7e7;
	}
	.aside-news .list-article > li:not(:last-child) {margin-bottom: 10px;}
	.aside-news .article .thumb {
		float: left;
		width: 100px;
		height: 75px;
	}
	.aside-news .article .infor {
		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 {
		max-height: 40px;
		margin: 0 0 5px 0;
		font-size: 15px;
		line-height: 20px;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	.aside-news .article .title a {color: #333;}
	.aside-news .article .title a:hover {color: #58b3f0;}
	.aside-news .article .meta {margin: 0;}
	@media (max-width: 1220px) {
		.aside-news .article .meta > * + * {
			margin-left: 5px;
			padding-left: 5px;
		}
	}


	/* >>>>> Trang liên hệ <<<<< */
	#contact-page {
		padding-bottom: 50px;
		background: #fff;
	}
	.contact-section .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #666;
	}
	.contact-section .contact-infomation .company {
		margin-bottom: 10px;
		color: #15a1b1;
		font: normal 18px/24px 'UTM Avo Bold', sans-serif;
		text-transform: uppercase;
	}
	.contact-section .contact-infomation .address {margin-bottom: 20px;}
	.contact-section .contact-infomation .address p {
		margin: 0 0 5px 0;
		color: #000;
	}
	.contact-section .contact-infomation .address a {color: #000;}
	.contact-section .contact-map {
		padding: 4px;
		border: 1px solid #d5d5d5;
		height: 340px;
	}
	.contact-section .contact-form .label {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		margin-bottom: 15px;
	}
	.contact-section .contact-form .form-row {margin-bottom: 10px;}
	.contact-section .contact-form .input-text, 
	.contact-section .contact-form .form-select, 
	.contact-section .contact-form .form-textarea {
		border: 1px solid #d5d5d5;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	    outline: 0;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.contact-section .contact-form .input-text:focus, 
	.contact-section .contact-form .form-select:focus, 
	.contact-section .contact-form .form-textarea:focus {
	    border-color: #66afe9;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	}

	.contact-section .contact-form .input-text, 
	.contact-section .contact-form .form-select {
		height: 35px;
		line-height: 35px;
	}
	.contact-section .contact-form .form-textarea {
		height: 200px;
		padding: 8px 10px;
	}
	.contact-form .btn-submit {
		display: inline-block;
		padding: 5px 20px;
		cursor: pointer;
		background: #15a1b1;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		border: none;
		border-radius: 3px;
	}
	.contact-section .contact-form .input-text::-webkit-input-placeholder, 
    .contact-section .contact-form .form-textarea::-webkit-input-placeholder {
        color: #7a7a7a;
        font-size: 13px;
    }
    .contact-section .contact-form .input-text::-moz-placeholder, 
    .contact-section .contact-form .form-textarea::-moz-placeholder {
        color: #7a7a7a;
        font-size: 13px;
    }
    .contact-section .contact-form .input-text:-ms-input-placeholder, 
    .contact-section .contact-form .form-textarea:-ms-input-placeholder {
        color: #7a7a7a;
        font-size: 13px;
    }
    .contact-section .contact-form .input-text:-moz-placeholder, 
    .contact-section .contact-form .form-textarea:-moz-placeholder {
        color: #7a7a7a;
        font-size: 13px;
    }
    @media (max-width: 1220px) {
    	#contact-page {padding-bottom: 35px;}
    }
    @media (max-width: 960px) {
    	#contact-page {padding-bottom: 25px;}
    	.contact-section .contact-infomation {margin-bottom: 20px;}
    }
    @media (max-width: 767px) {
    	#contact-page {padding-bottom: 20px;}
    }
    @media (max-width: 567px) {
    	#contact-page {padding-bottom: 15px;}
    }

	/* ===== Footer style ===== */
	.footer .uk-container {padding: 0!important;}

	/* >>>>> Upper <<<<< */
	.footer .upper {
		padding: 10px 20px;
		background: #252525;
		color: #848484;
	}
	.footer .upper .site-link {margin: 0 0 10px 0;}
	.footer .upper .site-link > li {
		position: relative;
		float: left;
	}
	.footer .upper .site-link > li > a {
		display: block;
		position: relative;
		color: #848484;
		font-size: 15px;
		line-height: 22px;	
	}
	.footer .upper .site-link > li + li {
		margin-left: 15px;
		padding-left: 15px;
	}
	.footer .upper .site-link > li + li:before {
		content: "";
		display: block;
		position: absolute;
		height: 12px;
		left: 0px;
		top: 4px;
		border-left: 1px solid #848484;
	}
	.footer .upper .site-link > li > a:hover {color: #58b3f0;}
	.footer-contact .address {
		color: #84848;
		font-size: 15px;
		line-height: 22px;
	}
	.footer-contact .address p {margin: 0;}

	.footer-connect .heading {
		margin: 0 0 10px 0;
		color: #848484;
		font-size: 18px;
		text-transform: uppercase;
	}
	.footer-connect .panel-head .label {margin: 0 0 15px 0;}
	.footer-social li {float: left;}
	.footer-social li + li {margin-left: 10px;}
	.footer-social  a {
		display: block;
		position: relative;
	    height: 30px;
	    width: 30px;
	    background: #fff;
	    -webkit-box-shadow: 0 3px 5px #616161;
	    -moz-box-shadow: 0 3px 5px #616161;
	    box-shadow: 0 3px 5px #616161;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    color: #333;
	    font-size: 18px;
	    text-align: center;
	    line-height: 33px;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	}
	.footer-social  a:hover {
		color: #616161;
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	/* >>>>> Lower <<<<< */
	.footer .lower {
		padding: 10px 20px;
		background: #e7e3e4;
		color: #333;
		font-size: 13px;
		line-height: 18px;
	}
	.footer .lower a {color: #333;}
	.footer .lower a:hover {
		color: #58b3f0;
		text-decoration: underline;
	}
	@media (min-width: 1220px) {
		.footer .upper {padding: 15px 20px;}
	}
	@media (max-width: 960px) {
		.footer .lower,
		.footer .upper {
			padding: 10px 10px;
		}
	}
	@media (max-width: 767px) {
		.footer-contact {margin: 0 0 20px 0;}
	}

	/* ===== Fixed elemeny ===== */
	.advertisement-fixed {
		position: fixed;
		top: initial;
		bottom: 0px;
		left: -347px;
		z-index: 9000;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.advertisement-fixed .container {
		position: relative;
		border-top: 1px solid #15a1b1;
    	border-right: 1px solid #15a1b1;
	}
	.advertisement-fixed .container .cover {max-width: 350px;}
	.advertisement-fixed .container .btn {
		display: block;
		position: absolute;
		padding: 2px 5px;
		background: #15a1b1;
		color: #fff;
		font-size: 11px;
		line-height: 16px;
	}
	.advertisement-fixed .container .close-adv {
		display: none;
		left: initial;
		right: -1px;
		top: -20px;
	}
	.advertisement-fixed.show .container .close-adv {display: block;}
	.advertisement-fixed .container .open-adv {
		display: block;
		padding: 2px 10px;
		right: -65px;
	    top: 47px;
	    -moz-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.advertisement-fixed.show .container .open-adv {display: none;}

	.page-overlay {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		opacity: 0;
		z-index: -1;
		background: rgba(0, 0, 0, .75);
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	html.state-featured,
	html.state-featured body {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	html.state-featured .page-overlay {
		opacity: 1;
		z-index: 50;
	}
	.mobile-featured-news {
		position: fixed;
		height: 100%;
		width: 300px;
		left: initial;
		top: 0px;
		right: 0px;
		z-index: 5000;
		right: -1000px;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	html.state-featured .mobile-featured-news {
		right: 0px;
	}
	.mobile-featured-news .panel {
		position: relative;
		background: #15a1b1;
	}
	.mobile-featured-news .panel,
	.mobile-featured-news .panel-body {
		height: 100%;
	}
	.mobile-featured-news .heading {
		margin: 0;
		position: absolute;
		width: 100%;
		padding: 10px 10px 10px 15px;
		background: #15a1b1;
		top: 0px;
		left: 0px;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		text-transform: uppercase;
		z-index: 5;	
	}
	.mobile-featured-news .heading > * {color: #fff;}
	.mobile-featured-news .close-fetured {
		display: block;
		position: absolute;width: 40px;
		height: 40px;
		left: initial;
		top: 0px;
		right: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 20px;
		color: #fff;
		z-index: 6
	}
	.mobile-featured-news .panel-body {
		position: relative;
		padding: 40px 0;
		border-left: 3px solid #15a1b1;
		background: #fff;
	}
	.mobile-featured-news .list {
		position: relative;
		padding: 10px 10px;
		height: 100%;
	}
	.mobile-featured-news .list > li:not(:last-child) {margin-bottom: 10px;}
	.mobile-featured-news .list > li + li {
		padding-top: 10px;
		border-top: 1px dotted #c8c8c8;
	}
	.mobile-featured-news .article {
		position: relative;
		overflow: hidden;
	}
	.mobile-featured-news .article .thumb {
		float: left;
		width: 110px;
	}
	.mobile-featured-news .article .image {height: 80px;}
	.mobile-featured-news .article .infor {
		float: right;
		width: -webkit-calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: -ms-calc(100% - 110px);
		width: -o-calc(100% - 110px);
		width: calc(100% - 110px);
		padding-left: 10px;
	}
	.mobile-featured-news .article .title {
		max-height: 51px;
		margin: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 17px;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	.mobile-featured-news .article .title a {color: #333;}
	.mobile-featured-news .article .meta {
		color: #333;
		font-size: 13px;
		line-height: 18px;
	}
	.mobile-featured-news .article .meta a {color: #15a1b1;}

	/* >>>>> Bộ lọc mobile <<<<< */
	.mobile-filter-btn {
		position: fixed;
		display: block;
		z-index: 1000;
		top: initial;
		bottom: 65px;
		right: 10px;
	}
	.mobile-filter-btn > * {
		display: block;
		position: relative;
		width: 45px;
		height: 45px;
		background: #de251c url(img/filter.png) 50% 50% no-repeat;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		text-indent: -99999px;
	}

	.mobile-filter {
		position: fixed;
		display: block;
		width: 300px;
		height: 100%;
		background: #fff;
		left: initial;
		right: -1000px;
		top: 0px;
		z-index: 99999;
		-webkit-transition: all .35s ease-in-out;
		-moz-transition: all .35s ease-in-out;
		-o-transition: all .35s ease-in-out;
		transition: all .35s ease-in-out;
	}
	html.state-filter .page-overlay {
		opacity: 1;
		z-index: 50;
	}
	html.state-filter .mobile-filter {
		right: 0px;
	}
	.mobile-filter .container {position: relative;}
	.mobile-filter .close-filter {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		left: initial;
		right: 10px;
		top: 10px;
		background: url(img/close.png) 0px 0px no-repeat;
		text-indent: -99999px;
		z-index: 5;
		cursor: pointer;
	}
	.mobile-filter .panel-head {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	.mobile-filter .heading {
		margin: 0;
		position: relative;
		background: #15a1b1;
		padding: 10px 10px 10px 15px;
		font-size: 14px;
		font-weight: normal;
		font-family: 'UTM Avo Bold';
		text-transform: uppercase;
	}
	.mobile-filter .heading > * {color: #fff;}
	.mobile-filter .panel-body {
		padding: 50px 0 15px 0;
		height: 100%;
	}
	.mobile-filter .filter-list > li {
		position: relative;
		padding: 10px 15px;
	}
	.mobile-filter .filter-list > li:before {
		content: "";
		display: block;
		position: absolute;
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
		height: 1px;
		top: initial;
		left: 15px;
		bottom: 0px;
		background: #15a1b1;
	}
	.mobile-filter .filter-list > li > .label {
		display: block;
		position: relative;
		color: #525252;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
	}
	.mobile-filter .filter-list > li > .label:before {
		content: "\f054";
		display: block;
		position: absolute;
		left: initial;
		right: 5px;
		top: 3px;
		color: #15a1b1;
		font-family: FontAwesome;
		font-size: 10px;
		line-height: 16px;
	}
	.mobile-filter .filter-list > li > .label.uk-active {color: #15a1b1;}
	.mobile-filter .filter-list > li > .label.uk-active:before {content: "\f078";}
	.mobile-filter .filter-group {padding-top: 10px;}
	.mobile-filter .field-list {
		padding: 0 15px 0 0;
		max-height: 260px;
		overflow: hidden;
		overflow-y: auto;
	}
	.mobile-filter .field-list .filter-label:before {border: 1px solid #15a1b1;}
	.mobile-filter .field-list::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	.mobile-filter .field-list::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.3);
	}
	.mobile-filter .field-list::-webkit-scrollbar-thumb {
		background: rgba(193,193,193,0.8);
		-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.5);
	}
	.mobile-filter .field-list::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(193,193,193,0.4);
	}

/* </newspaper> */
.list-tags{display: inline-block; margin:0 10px; position: relative;}
.list-tags .child-tags{
	position: absolute;
	display: none;
	top: 100%;
	z-index: 9999;
	right: 0;
	padding: 10px;
	border: 1px solid rgba(204, 204, 204, .5);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}
.list-tags:hover .child-tags{
	display: block;
	background: #fff;
	width: 500px;
}
.list-tags:hover .child-tags .tags-child{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.list-tags:hover .child-tags .tags-child:not(:last-child){
	border-bottom: 5px solid #ff9800;
}
.list-tags:hover .child-tags .tags-child li{
	display: inline-block;
}
.list-tags:hover .child-tags .tags-child li a{
	margin-right: 2px;
	margin-bottom: 3px;
	padding: .2em .6em .3em;
	font-weight: 700;
	border-radius: .25em;
	font-size: 12px;
	color: #fff;
	display: block;
}
.list-tags:hover .child-tags .tags-child li a:hover{
	background: #fff !important;
	color: #000;
}
.tags-cat{}
.tags-cat .article-catalogue-1{}
.tags-cat .article-catalogue-1 .post{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media (min-width: 560px) {
	.tags-cat .article-catalogue-1{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.tags-cat .article-catalogue-1 .post{
		width: 50%;
	}
}
.tags-cat .article-catalogue-1 .post .thumb{
	width: 30%;
	margin-right: 10px;
}
.tags-cat .article-catalogue-1 .post .thumb .image{
	display: block;
	width: 100%;
	height: 100%;
}
.tags-cat .article-catalogue-1 .post .thumb .image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.tags-cat .article-catalogue-1 .post .info{
	width: 70%;
}
.tags-cat .article-catalogue-1 .post .info .title{}
.tags-cat .article-catalogue-1 .post .info .title *{
	display: block;
	color: #222;
}
.tags-cat .article-catalogue-1 .post .info .title *:hover{
	color: #1D8ACB;
}
.btn-seemore{
	background: #15a1b1;
	border: 1px solid #15a1b1;
	color: #fff;
}
.btn-seemore:hover{
	background: #fff;
	color: #15a1b1;
}
.showAnother {
	border: 1px solid #ddd;
	padding: 10px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.showAnother .heading {
	margin-bottom: 10px;
}
.showAnother .item {}
.showAnother .item .image{height: 145px;}
.showAnother .item .image img{
	margin:unset!important;
	height: 100% !important;
	width: 100% !important;
}
.showAnother .item .title{
	max-height: 45px;
	overflow: hidden;
}
.showAnother .item .title a{
	display: block;
	line-height: 1.3em;
	margin: 8px 1px 5px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
}
.showAnother .item .title a:hover{
	color: #0f8e9c;
}
.showAnother .item .btn-explore{
	font-size: 14px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #D7D7D7;
	box-shadow: 0 0 7px -6px inset #000;
	text-transform: uppercase;
}
.showAnother .item .btn-explore:hover{
	background:#0f8e9c;
	color: #ffffff;
}

@media (max-width: 767px) {
	.showAnother .item {}
	.showAnother .item .image{}
	.showAnother .item .image img{}
	.showAnother .item .title{
		max-height: 50px;
		overflow: hidden;
	}
	.showAnother .item .title a{
		display: block;
		line-height: 1.3em;
		margin: 8px 1px 5px;
		color: #333;
		font-size: 17px;
		font-weight: 700;
	}
	.showAnother .item .btn-explore{
		display: block;
		font-size: 14px;
		padding: 5px;
	}
}