/* <dulichkinhbac.css> */
	/* ===== Header styles ===== */
	
	.pc-header {
		position: relative;
		background: #fff;
		z-index: 5;
		margin: 0 0 20px 0;
	}
	.pc-header .upper{
		padding:20px 0;
	}
	/* .pc-header .upper.fix{ */
		/* background: #fff !important; */
		/* -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); */
		/* -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); */
		/* box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); */
		/* z-index:999; */
		/* position:relative; */
		/* padding:5px 0; */
		/* transition:all 0.5s ease; */
		/* -webkit-transition: all 0.5s ease; */
		/* -moz-transition: all 0.5s ease; */
	/* } */
	/* .pc-header .upper.fix .main-nav .main-menu > li > a{ */
		/* padding:10px 0; */
	/* } */
	/* .pc-header .upper.fix .logo{ */
		/* width:150px; */
	/* } */
	/* .pc-header .upper.fix{} */
	
	
	
	
	.brandname{
		margin-left:20px;
	}
	.brandname .title{
		font-size:20px;
		font-weight:bold;
		font-family:'Arial';
		color:#c73c3d;
		margin: 0 0 15px 0;
	}
	.brandname .subtitle{
		font-size:20px;
		font-weight:bold;
		font-family:'Arial';
		color:#c73c3d;
	}
	.pc-header .lower{
		background:#c73c3d;
		border-bottom:4px solid #ffc600;
		position:relative;
	}
	
	.header-toolbox{
		position:absolute;
		right:160px;
		top:9px;
	}
	.top-content iframe{
		width:100% !important;
		height: 250px !important;
	}
	.pc-search .open-search {
		width: 20px;
		height: 21px;
		background: url(img/icon-search-complete.png) 0px 0px no-repeat;
		text-indent: -99999px;
		filter: brightness(0) invert(1);
	}
	.pc-search .wrap-form {
		top: 42px!important;
		padding: 10px;
		width: 300px;
		background: #fff;
	    border-top: 3px solid #f15922;
	    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	    -khtml-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	    -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	}
	.pc-search .form {
		position: relative;
		padding-right: 50px;
	}
	.pc-search .form .input-text {
		position: relative;
		padding: 0 10px;
		height: 34px;
		border: 1px solid #ccc;
		border-right: none;
	    outline: 0;
	}
	.pc-search .form .input-text:focus,
	.pc-user .form .input-text:focus {
	    border-color: #66afe9;
	    -webkit-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);
	}
	.pc-search .form .btn-submit {
		display: block;
		position: absolute;
		width: 50px;
		height: 34px;
		top: 0px;
		left: initial;
		right: 0px;
		background: #333;
		border: 1px solid #333;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 34px;
		cursor: pointer;
	}
	.pc-search .form .input-text::-webkit-input-placeholder,
	.pc-user .form .input-text::-webkit-input-placeholder {
	    color: #848484;
	    font-size: 13px;
	}
	.pc-search .form .input-text::-moz-placeholder,
	.pc-user .form .input-text::-moz-placeholder {
	    color: #848484;
	    font-size: 13px;
	}
	.pc-search .form .input-text:-ms-input-placeholder,
	.pc-user .form .input-text:-ms-input-placeholder {
	    color: #848484;
	    font-size: 13px;
	}
	.pc-search .form .input-text:-moz-placeholder,
	.pc-user .form .input-text:-moz-placeholder {
	    color: #848484;
	    font-size: 13px;
	}
	
	.main-nav>.main-menu li {position: relative;}
	.main-nav>.main-menu>li>a {
		position: relative;
		display: block;
		padding: 10px 18px;
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
		color: #fff;
	}
	.main-nav>.main-menu>li>a:before {
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		top: 0px;
		left: initial;
		right: 0px;
		border-left: 1px solid #9f9997;
	}
	.main-nav .dropdown-menu {
		position: absolute;
		display: none;
		min-width: 220px;
		z-index: 50;
		top: 100%;
		left: 0px;
		border-top: 5px solid transparent;
	}
	.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 .sub-menu li a {
		display: block;
		position: relative;
		padding: 10px 10px 10px 20px;
		color: #333;
		font-size: 14px;
		line-height: 18px;
	}
	.main-nav .main-menu > li > a:after {bottom: 15px;}
	.main-nav .sub-menu li+li a {border-top: 1px dotted rgba(186, 33, 38, .8);}
	.main-nav>.main-menu li:hover>a, 
	.main-nav>.main-menu li.active>a {
		background-color: #ffc600;
		color: #fff;
	}
	@media (max-width: 1220px) {
		.pc-header .lower {border-bottom-width: 3px;}
		.main-nav>.main-menu>li>a {
			padding: 10px 29px;
			text-transform: none;
		}
		.main-nav .dropdown-menu {border-top-width: 3px;}
		.hd-search .form {min-width: 400px}
	}

	.main-nav .dropdown-menu .child{
		position:absolute;
		top:0;
		left:100%;
		background: rgba(255, 255, 255, .95);
		display:none;
		width:220px;
	}
	
	.main-nav .dropdown-menu .sub-menu > li:hover .child{
		display:block;
	}
	
	@media (min-width: 1220px) {
		/* .main-nav .main-menu > li + li {margin-left: 20px;} */
	}
	@media (max-width: 1220px) {
		.main-nav .megamenu {
			width: 800px;
			left: 0px;
		}
		.pc-header .logo {width: 200px;}
	
	}
	
	
	/* ===== Mobile Header ===== */
	.mobile-header {
		position: relative;
		background: #fff;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
		z-index: 6
	}
	.mobile-header .topbar {
		padding: 5px 10px;
		background: #c73c3d;
		color: #fff;
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		display:none;
	}
	.mobile-header .upper {
		position: relative;
		padding: 0px 10px;
		text-align: center;
	}
	.mobile-header .open-offcanvas {
		display: block;
		position: absolute;
		width: 14px;
		height: 10px;
		left: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: url(img/bar-black.png) 0px 0px no-repeat;
		text-indent: -99999px;
	}
	.mobile-header .logo {display: inline-block;}
	.mobile-header .logo a {width: 175px;}
	.mobile-header .btn-groups {
		position: absolute;
		left: initial;
		right: 10px;
		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%);
	}
	.mobile-header .btn-groups > * + * {margin-left: 15px;}
	.mobile-header .open-search {
		display: block;
		position: relative;
		width: 18px;
		height: 18px;
		background: url(img/search-icon-mobile.png) 0px 0px no-repeat;
		text-indent: -99999px;
	}
	.mobile-user .open-user {
		margin: 0;
		padding: 0;
		background: transparent;
		color: #333;
		font-size: 18px;
	}
	.mobile-user .box {
		top: 45px!important;
		padding: 10px 15px;
		border-top-color: #0075bc;
		z-index: 1000;
	}
	.mobile-header .lower {
		display: none;
		padding: 5px 10px 10px 10px;
	}
	.mobile-header .form {position: relative;}
	.mobile-header .form .input-text {
		display: block;
		padding: 0 10px 0 40px;
		height: 38px;
		background: #e8eaee;
		border: 1px solid #e8eaee;
		-webkit-border-radius: 4px 4px;
		-moz-border-radius: 4px 4px;
		-ms-border-radius: 4px 4px;
		-o-border-radius: 4px 4px;
		border-radius: 4px 4px;
		font-size: 14px;
		line-height: 36px;
	}	
	.mobile-header .form .btn-submit {
		display: block;
		position: absolute;
		width: 20px;
		height: 21px;
		left: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: url(img/icon-search-complete.png) 0px 0px no-repeat;
		border: none;
		cursor: pointer;
		text-indent: -99999px;
	}
	.mobile-header .form .input-text::-webkit-input-placeholder {
	    color: #555;
	    font-size: 14px;
	}
	.mobile-header .form .input-text::-moz-placeholder {
	    color: #555;
	    font-size: 14px;
	}
	.mobile-header .form .input-text:-ms-input-placeholder {
	    color: #555;
	    font-size: 14px;
	}
	.mobile-header .form .input-text:-moz-placeholder {
	    color: #555;
	    font-size: 14px;
	}

	@media (max-width: 479px) {
		.mobile-header .logo a {width: 50px;}
		.mobile-user .box {top: 42px!important;}
	}

	/* ===== Body style ===== */
	
	
	.heading-1{
		position:relative;
		padding:10px 25px;
		background:#c73c3d;
		display:inline-block;
		margin-left:8px;
	}
	.heading-1:before{
		content:'';
		display:block;
		background:#c73c3d;
		width:6px;
		height:40px;
		position:absolute;
		left:-8px;
		top:0;
	}
	.heading-1:after{
		content:'';
		display:block;
		position:absolute;
		right:-40px;
		top:0;
		width: 0; 
		height: 0; 
		border-top: 40px solid transparent;
		border-bottom: 0px solid transparent;
		border-left: 40px solid #c73c3d;
	}
	.heading-1 *{
		display:inline-block;
		color:#fff;
		text-transform:uppercase;
	}
	
	
	
	@media (min-width: 960px) {
		.fix-grid-960 > .uk-width-large-1-4 {width: 225px;}
		.fix-grid-960 > .uk-width-large-3-4 {
			width: -webkit-calc(100% - 225px);
			width: -moz-calc(100% - 225px);
			width: -ms-calc(100% - 225px);
			width: -o-calc(100% - 225px);
			width: calc(100% - 225px);
			padding-left: 20px;
		}
	}	
	/* features */
	
	@media (max-width: 768px){
		.feature{
			margin: 10px 0 0 0;
		}
	}
	.feature{
		margin: 0 0 20px 0;
	}
	.feature .banner{}
	.feature .banner .image{
		display:block;
		margin: 0 0 15px 0;
	}
	
	.hotspot{}
	.hotspot .panel-head{
		margin: 0 0 15px 0;
	}
	.hotspot .hotspot-feature{}
	.hotspot .hotspot-feature .thumb{}
	.hotspot .hotspot-feature .thumb .image{
		height:82px;
	}
	.hotspot .hotspot-feature .title{
		font-weight:normal;
	}
	.hotspot .hotspot-feature .title > a{
		color:#333;
		font-size:15px;
		
	}
	.hotspot  .hotspot-list{}
	.hotspot  .hotspot-list ul{}
	.hotspot  .hotspot-list ul > li{}
	.hotspot  .hotspot-list ul > li > a{
		color:#333;
		padding:0 0 10px 0;
		font-size:13px;
		position:relative;
		
	}
	.hotspot  .hotspot-list ul > li > a:before{
		position:absolute;
		content:'\f111';
		font-family:FontAwesome;
		left:-7px;
		top:0;
		font-size:4px;
		color:#ccc;
		
	}
	.hotspot .hotspot-list ul > li > a:hover{
		color:#2256c6;
	}
	
	.artcatalogue .feature-news .article-3 .thumb{
		float:left;
		width: 400px;
	}
	.artcatalogue .feature-news .article-3 .info{
		width:calc(100% - 400px);
		width:-webkit-calc(100% - 400px);
		width:-webkit-calc(100% - 400px);
		width:-webkit-calc(100% - 400px);
		float:left;
		padding-left:15px;
	}
	
	
	.feature-news .article-3{
		margin:0 0 15px 0;
	}
	.feature-news .article-3 .thumb{
		
	}
	.feature-news .article-3 .thumb .image{
		height:305px;
	}
	.feature-news .article-3 .info{
		
	}
	.feature-news .article-3 .info .title{
		padding:10px 0;
		/* font-family:'Montserrat-Bold' */
		margin:0;
	}
	.feature-news .article-3 .info .meta{
		margin: 0 0 5px 0;
		color:#999;
		font-style:italic;
		font-size:12px;
	}
	.feature-news .article-3 .info .title > *{
		color:#333;
		font-size:20px;
		letter-spacing:1px;
	}
	.feature-news .article-3 .info .title > *:hover{
		color:#c73c3d;
	}
	.feature-news .article-3 .info .description{
		line-height:22px;
		color:#333;
		font-size:16px;
		text-align: justify;
	}
	 .article-2{
		 margin: 0 0 5px 0;
		 padding: 0 0 10px 0;
		 border-bottom:1px dotted #ccc;
	 }
	 .article-2 .thumb{}
	 .article-2 .thumb .image{
		height:95px;
		float:left;
		width: 115px;
	}
	.article-2 .thumb .description{
		float:left;
		width:calc(100% - 115px);
		width:-webkit-calc(100% - 115px);
		width:-moz-calc(100% - 115px);
		width:-o-calc(100% - 115px);
		padding-left:10px;
	}
	 .article-2 .title{
		margin:0;
		padding:5px 0;
		font-size:14px;
		
	}
	 .article-2 .title > *{
	 	display: block;
	 	height: 36px;
		color:#666;
		line-height:18px;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis
	}
	 .article-2 .title > *:hover{
		color:#2256c6;
	}
	
	.first-new .article-2 .thumb .image{
		height:90px;
	}
	.first-new .article-2 .title > *{
		color:#000;
	}
	
	.list-news{
		padding:15px;
	}
	.list-news li {
		padding:5px 0;
		border-bottom:1px dotted #ccc;
		position:relative;
	}
	
	.list-news li:last-child{ 
		border-bottom:0;
		padding-bottom:0;
	}
	.list-news li a{
		color:#000;
		font-size:15px;
		overflow:hidden;
		display:block;
		text-overflow:ellipsis;
		text-align:justify;
		padding-left:10px;
		position:relative;
		display:block;
	}
	.list-news li a:before{
		content:'';
		display:block;
		background:#c73c3d;
		width:4px;
		height:4px;
		position:absolute;
		left:0;
		top:7px;
	}
	.list-news li a:hover{
		color:#c73c3d;
	}
	
	.list-news::-webkit-scrollbar {height: 10px; width: 5px;}
	.list-news::-webkit-scrollbar-thumb {height: 10px; width: 5px;background: #777;}
	
	
	.highlight-feature{
		margin-top:15px;
	}
	
	
	.highlight-feature .info .title > *{
		color:#333;
		font-size:17px;
		
	}
	
	.highlight-feature ul{}
	.highlight-feature ul li{
		margin: 0 0 10px 0;
	}
	.highlight-feature ul li a{
		color:#666;
		margin:0 0 10px 0;
		font-size:15px;
	}
	.highlight-post{
		margin-top:15px;
	}
	.highlight-post .article{}
	.highlight-post .article .thumb{
		position:relative;
	}
	.highlight-post .article .thumb .image{
		height:189px;
	}
	.highlight-post .article .title{
		position:absolute;
		display:block;
		width:100%;
		padding:10px;
		background:rgba(0, 0, 0, 0.65);
		bottom:0;
		left:0;
		margin:0;
	}
	.highlight-post .article .title > *{
		color:#fff;
		font-size:16px;
		font-weight:normal;
	}
	.highlight-post .article .title:hover{
		background:#c73c3d;
	}
	
	/* ######################## partner-section ######################## */
	.partner-section {margin: 0 0 40px 0;}
	.partner-section .slider .uk-slider-container {padding: 0 1px;}
	.partner-section .thumb {
		padding: 2px;
		background: #fff;
		border: 1px solid #d5d5d5;
	}
	.partner-section .thumb .image {height: 95px;}
	@media (min-width: 1220px) {
		.partner-section .slider .uk-slidenav {
			display: block;
			width: 30px;
			height: 42px;
			background: url(img/btn-prev.png) 0px 0px no-repeat;
		}
		.partner-section .slider .uk-slidenav-previous {left: -50px;}
		.partner-section .slider .uk-slidenav-next {
			right: -50px;
			background: url(img/btn-next.png) 0px 0px no-repeat;
		}
		.partner-section .slider .uk-slidenav:before {display: none;}
	}
	@media (max-width: 1200px) {
		.partner-section .slider .uk-slidenav {
			display: block;
			visibility: hidden;
			opacity: 0;
		}
	}
	@media (max-width: 960px) {
		.partner-section {
			margin: 0;
			padding: 20px 0;
		}
		.partner-section .panel-head {display: none;}
	}
	@media (max-width: 479px) {
		.partner-section {padding: 15px 0;}
	}
	
	/* homepage category */
	.homepage-category{}
	.homepage-category .panel-head{
		border-bottom:1px solid #c73c3d;
		margin: 0 0 10px 0;
	}
	.homepage-category .panel-head .heading-1{
		margin-bottom:0px;
	}
	.homepage-category .panel-head .heading-1:before{}
	.homepage-category .panel-head .heading-1:after{}
	.homepage-category .panel-head .heading-1 > *{}
	.homepage-category .panel-body{}
	.homepage-category .panel-body .article{
		margin: 0 0 20px 0;
	}
	.homepage-category .panel-body .article .thumb{
		width:220px;
		float:left;
	}
	.homepage-category .panel-body .article .thumb .image{
		height:132px;
	}
	.homepage-category .panel-body .article .info{
		float:left;
		width:calc(100% - 220px);
		width:-webkit-calc(100% - 220px);
		width:-moz-calc(100% - 220px);
		width:-o-calc(100% - 220px);
		padding-left:15px;
	}
	.homepage-category .panel-body .article .info .meta{
		color:#999;
		font-style:italic;
		font-size:12px;
		margin-top:-5px;
	}
	.photo-catalogue .panel-head,
	.article-detail .panel-head{
		border-bottom:1px solid #c73c3d;
	}
	.homepage-category .panel-body .article .info .title{
		height:40px;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.homepage-category .panel-body .article .info .title > *{
		color:#333;
	}
	.homepage-category .panel-body .article .info .title > *:hover{
		color:#c73c3d;
	}
	.homepage-category .panel-body .article .info .description{
		height:60px;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.homepage-category .panel-body .article .info .readmore{}
	.homepage-category .panel-body .article .info .readmore > *{
		color:#c73c3d;
		font-style:italic;
		text-decoration:underline;
	}
	.homepage-category .panel-body .list-thumb{}
	.homepage-category .panel-body .list-thumb li{
		margin: 0 0 4px 0;
		padding: 0 0 4px 0;
	}
	.homepage-category .panel-body .list-thumb li a{
		padding-left:25px;
		display:block;
		position:relative;
		color:#c73c3d;
		font-size:16px;
		height:20px;
		overflow:hidden;
		text-overflow:ellipsis;	
		white-space: nowrap;
	}
	.homepage-category .panel-body .list-thumb li a:hover{
		color: #e1af02;
	}
	.homepage-category .panel-body .list-thumb li a:before{
		content:'';
		display:block;
		width:6px;
		height:6px;
		background:url(img/list-style.png);
		position:absolute;
		left:6px;
		top:6px;
	}
	.homepage-category .panel-body .list-thumb li a:hover{}
	/* homepage banner */
	.homepage-banner{
		position:relative;
		margin: 0 0 15px 0;
	}
	.homepage-banner #csdl{
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.homepage-banner #csdl .panel-head{
		text-transform:uppercase;
		font-family:'Montserrat-Bold';
		text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
		color:#c73c3d;
		text-align:center;
		font-size:28px;
		margin: 0 0 35px 0;
	}
	@media (max-width: 960px) {
		.homepage-banner #csdl .panel-head{
			margin: 0 0 15px 0;
		}
	}
	.homepage-banner #csdl .panel-body{
		margin: 0 0 35px 0;
	}
	.homepage-banner #csdl .input-text,
	.homepage-banner #csdl .form-select{
		height:40px;
		line-height:40px;
	}
	.homepage-banner #csdl .input-submit{
		border:0;
		background:#c73c3d;
		color:#fff;
		display:block;
		height:40px;
		line-height:40px;
		cursor:pointer;
	}
	.homepage-banner #csdl .input-submit:hover{
		background:#ffc600;
	}
	.homepage-banner #csdl .panel-foot{}
	.homepage-banner #csdl .panel-foot .readmore{
		text-align:center;
	}
	.homepage-banner #csdl .panel-foot .readmore > *{
		color:#fff;
		display:inline-block;
		padding:7px 20px;
		background:#c73c3d;
		border-radius:100px;
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
		-o-border-radius:100px;
		padding-right:30px;
		position:relative;
	}
	.homepage-banner #csdl .panel-foot .readmore > *:hover{
		background:#ffc600;
	}
	.homepage-banner #csdl .panel-foot .readmore > *:before{
		content:'\f061';
		display:block;
		font-family:'FontAwesome';
		right: 10px;
		top: 6px;
		position:absolute;
		font-size:10px;
	}
	
	@media (min-width: 1200px){
		.homepage-banner #csdl{
			width:910px;
		}
	}

	@media (max-width: 1024px){
		.homepage-banner #csdl{
			width:98%;
		}
	}
	@media (max-width: 960px) {
		.homepage-banner > .thumb{
			height: 320px;
		}
	}
	
	
	/* ===== Article page ===== */
	/* ######################## Article ######################## */
	.artcatalogue {margin-bottom: 25px!important;}
	.artcatalogue .panel-body {padding: 0 0 10px 0;}
	.artcatalogue .list-article>li {margin-bottom: 15px;padding-bottom:15px;border-bottom:1px solid #c73c3d;}
	.artcatalogue .article {position: relative;}
	.artcatalogue .article .thumb {
		position: relative;
		float: left;
		width: 250px;
	}
	.artcatalogue .article .infor {
		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: 15px;
	}
	.artcatalogue .article .title {
		margin: 0 0 10px 0;
		font-size: 20px;
		line-height: 22px;
	}
	.artcatalogue .article .title a {
		display: block;
		color: #333;
		/* font-family:'Baomoi-SemiBold' !important; */
		/* text-transform:uppercase; */
		font-size:15px;
	}
	.artcatalogue .article .title a:hover {color: #de9804;}
	.artcatalogue .article .meta {
		margin: 0 0 8px 0;
		font-size: 14px;
		line-height: 18px;
		color: #999;
	}
	.artcatalogue .article .meta .fa {
		position: relative;
		margin-right: 5px;
		top: -1px;
		font-size: 12px;
	}
	.artcatalogue .article .meta>*+* {margin-left: 15px;}
	.artcatalogue .article .description {
		max-height: 80px;
		color:#333333;
		font-size: 16px;
		/* font-family:'UVF-ProductSans-Regular' !important; */
		line-height: 20px;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis
	}
	@media (min-width: 767px) {
		.artcatalogue .article .image {height: 165px;}
	}
	@media (min-width: 1220px) {
		.artcatalogue .panel-body {padding: 0;}
		/* .artcatalogue .list-article>li {margin-bottom: 20px;} */
		.artcatalogue .article .infor {padding-left: 20px;}
	}
	@media (max-width: 767px) {
		.artcatalogue .article .title {
			font-size: 18px;
			line-height: 20px;
		}
		.artcatalogue .article .meta {display: none;}
	}
	@media (min-width: 479px) and (max-width: 767px) {
		.artcatalogue .article .thumb {width: 180px;}
		.artcatalogue .article .infor {
			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 .image {
			position: relative;
			height: 125px;
		}
		.artcatalogue .article .description {max-height: 60px;}
	}
	@media (max-width: 567px) {
		.artcatalogue .article .thumb {
			width: 35%;
			padding: 0;
			border: none;
		}
		.artcatalogue .article .image {height: 120px;}
		.artcatalogue .article .infor {width: 65%;}
		.artcatalogue .article .title {
			margin: 0 0 10px 0;
			font-size: 16px;
			line-height: 20px;
		}
		.artcatalogue .article .description {max-height: 40px;}
	}
	@media (max-width: 479px) {
		.artcatalogue .article .infor {padding-left: 10px;}
		.artcatalogue .article .image {height: 105px;}
		.artcatalogue .article .description {display: none;}
	}
	@media (max-width: 350px) {
		.artcatalogue .article .image {height: 85px;}
	}

	/* ######################## Detail ######################## */
	.share-box>*+* {margin-left: 5px;}
	.share-box .plus {
		position: relative;
		margin-top: -4px;
	}
	
	.detail-content {
		margin: 0 0 20px 0;
		font-size: 16px;
		line-height: 22px;
		font-family: HTVietNam, sans-serif !important;
		color: #000;
		overflow:hidden;
	}
	.detail-content *{
		font-size:17px !Important;
		/* line-height:168%; */
		text-align:justify;
		/* overflow:hidden; */
	}
	.detail-content h1{
		line-height:30px;
	}
	.art-title >*{
		color: #c73c3d;
	}
	
	@media (max-width: 415px){
		.detail-content img {
			display: block!important;
			width: auto!important;
			height: auto!important;
			margin: 0 auto 15px auto!important;
		}
	}
	
	.detail-content iframe {
		display: block!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;
	}
	@media (max-width: 479px) {

	}
	
	.list-suggest-thumb{}
	.list-suggest-thumb .image{
		height:120px !important;
	}
	
		/* Article same */
	.art-same {margin-bottom: 10px!important; }
	.art-same .panel-head{
		border-bottom:1px solid #c73c3d;
	}
	.art-same .heading {
		margin: 0 0 20px 0;
		font-size: 16px;
		line-height: 20px;
		color: #0088cc;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.art-same .list-article>li {margin-bottom: 15px;}
	.art-same .article .thumb {margin: 0 0 5px 0;}
	.art-same .article .title {
		margin: 0;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis
	}
	.art-same .article .title a {color: #333;letter-spacing:0.5px;}
	.art-same .article .title a:hover {color: #de9804;}
	@media (min-width: 960px) {
		.art-same {margin-bottom: 15px!important; }
	}
	@media (min-width: 1220px) {
		.art-same {margin-bottom: 25px!important; }
		.art-same .article .image {height: 165px;}
		.art-same .article .thumb {margin: 0 0 10px 0;}
	}
	@media (max-width: 1220px) {
		.art-same .list-article {margin-left: -10px;}
		.art-same .list-article>li {
			padding-left: 10px;
			margin-bottom: 10px;
		}
	}
	@media (min-width: 767px) and (max-width: 1220px) {
		.art-same .article .image {height: 140px;}
	}
	@media (min-width: 599px) and (max-width: 767px) {
		.art-same .article .image {height: 160px;}
	}
	@media (min-width: 567px) and (max-width: 599px) {
		.art-same .article .image {height: 150px;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.art-same .article .image {height: 130px;}
	}
	@media (max-width: 479px) {
		.art-same .heading {
			margin: 0 0 10px 0;
			font-size: 14px;
		}
		.art-same .article .title {
			max-height: 36px;
			font-size: 14px;
			line-height: 18px;
		}
		.art-same .article .image {height: 105px;}
	}
	@media (max-width: 350px) {
		.art-same .article .image {height: 90px;}
	}
	
	.breadcrumb{
		background:#ccc;
	}
	/* ===== Aside ===== */
	/* ######################## Aside ######################## */
	.aside>* {margin-bottom: 10px!important;}
	.aside-panel .heading {
		position: relative;
		padding: 10px 10px 10px 45px;
		margin: 0;
		background: url(img/heading-background.png) center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		font-size: 16px;
		font-weight:bold;
		color:#fff;
		line-height: 18px;
		text-transform: uppercase;
		font-weight: normal;
		/* font-family: 'Baomoi-SemiBold', Arial, sans-serif; */
	}
	.aside-panel .heading * {
		color:#fff;
	}
	.aside-panel .heading:before {
		content: "";
		display: block;
		position: absolute;
		width: 28px;
		height: 26px;
		background: url(img/icon_heading.png) center no-repeat;
		left: 10px;
		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%);
	}
	.aside-panel .heading>* {
		display: block;
		height: 18px;
		color: #fff;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
		font-weight:bold;
	}
	.aside-categories .panel-body {
		position: relative;
		padding: 10px;
		background: url(img/bg-aside-body.jpg) center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background:#e2c3c3;
	}
	.aside-categories .main-cat li {
		position: relative;
		padding: 5px 10px 5px 35px;
		background: #fff url(img/icon_star.png) 10px 7px no-repeat;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		/* font-family: 'Baomoi-SemiBold', Arial, sans-serif; */
		margin: 0 0 5px 0;
		/* border-bottom:1px dotted #c73c3d; */
	}
	.aside-categories .main-cat li:last-child {
		padding-bottom:0;
		margin-bottom:0;
		border:0;
	}
	.aside-categories .main-cat>li+li {margin-top: 8px;}
	.aside-categories .main-cat>li>a {
		display: block;
		height: 38px;
		color: #000;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis
	}
	.aside-categories .main-cat>li>a:hover {color: #d50000;}
	.aside-videos .video {height: 180px;}

	.aside-news .panel-body {
		position: relative;
		padding: 10px;
		border: 1px solid #e5e5e5;
		border-top: none;
	}
	.aside-news .list-article>li:not(:last-child) {margin-bottom: 10px;}
	.aside-news .article .thumb {
		float: left;
		width: 80px;
		height: 60px;
	}
	.aside-news .article .infor {
		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;
	}
	.aside-news .article .title {
		height: 36px;
		margin: 0 0 5px 0;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		/* font-family: 'Baomoi-SemiBold', sans-serif; */
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
	}
	.aside-news .article .title a {color: #252525;}
	.aside-news .article .title a:hover {color: #ba2026;}
	.aside-news .article .meta {
		font-size: 12px;
		line-height: 18px;
		color: #999999;
		font-style: italic;
		/* font-family: 'Baomoi-SemiBold', sans-serif; */
	}
	
	/* ===== Contact page ===== */
	#contact-page {
		padding-bottom: 35px;
		background: #fff;
	}
	.contact-section .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #666;
	}
	.contact-section .contact-infomation .company {
		margin-bottom: 10px;
		color: #f15922;
		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: #f15922;
		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 {
		padding: 10px 0 0 0;
		background: url(img/footer-bg.png);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		color: #fff;
		border-top:5px solid #e1af02;
	}
	.footer .lower{
		background:#333;
		color:#fff;
		padding:5px 0;
		font-size:15px;
	}
	.footer .upper{}
	.footer .panel{
		margin: 0 0 5px 0;
	}
	.footer .panel .title{
		margin: 0 0 20px 0;
	}
	.footer .panel .title > *{
		text-transform:uppercase;
		font-size:16px;
		color:#fff;
		font-weight:bold;
	}
	.footer .upper .panel ul li{
		/* margin: 0 0 10px 0; */
	}
	.footer .upper .panel ul li > *{
		color:#fff;
	}
	
	.footer .middle .footer-form{
		width: 328px;
		position:relative;
		margin:20px 0;
	}

	.footer .middle .footer-form .input-text {
		border: none;
		height: 40px;
		padding: 0  10px;
		background: #fff;
		border-left: 1px solid #e1e1e1;
		color: #444;
		font-size: 14px;
		line-height: 40px;
	}
	.footer .middle .footer-form .import {
		position: relative;
		width:100%;
	}
	.footer .middle .footer-form .form .btn-submit{
		display: block;
		position: absolute;
		width: 100px;
		height: 40px;
		left: initial;
		top: 0;
		right: -5px;
		background: #f58220;
		border: none;
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		-ms-border-radius: 0 5px 5px 0;
		-o-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
		cursor: pointer;
		color: #fff;
		font-size: 12px;
		font-family: 'HTVietNam';
		text-transform: uppercase;
		outline: none;
	}

	.footer .information p{
		margin: 0 0 0 0;
	}
	.footer .information ul{
		padding-left:25px;
	}
	.footer .lower .list-social{}
	.footer .lower .list-social li{
		float:left;
		margin-right:10px;
	}
	.footer .lower .list-social li a{
		color:#fff;
		font-size:18px;
		display:block;
		width:25px;
		height:25px;
		line-height:25px;
		text-align:center;
	}
	
	.footer-hotline{
		padding-left:30px;
		position:relative;
	}
	.footer-hotline *{
		color:#fff;
	}
	.footer-hotline:before{
		content:'';
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:26px;
		height:19px;
		background:url(img/phone-icon.png);
	}
	
	@media (max-width: 415px){
		.footer .lower .uk-flex{
			display:block !important;
		}
	}
	
	/* >>>>> Register modal <<<<< */
	#modal-register,
	#success-modal {
		background: rgba(0, 0, 0, .65);
	}

	#modal-register .uk-modal-close.uk-close,
	#booktour-modal .uk-modal-close.uk-close {
		margin: 0;
		padding: 0;
		width: 23px;
		height: 23px;
		left: initial;
		right: 10px;
		top: 10px;
		background: url(img/icon-close.png);
	}
	#modal-register .uk-modal-dialog {
		position: relative;
		width: 415px;
		padding: 0;
		background: #fff;
	}
	#booktour-modal .panel {position: relative;}
	#modal-register .heading,
	#booktour-modal .heading {
		position: relative;
		margin: 0;
		padding: 13px 15px;
		background: #0f7fc1;
		font-size: 16px;
		font-weight: bold;
		font-family: Arial;
		text-transform: uppercase;
		text-align: center;
	}
	#modal-register .heading > *,
	#booktour-modal .heading > * {
		color: #fff;
	}
	#modal-register  .panel-body {padding: 15px 30px 10px 30px;}
	#modal-register .sex {
		margin: 0 0 25px 0;
		text-align: center;
	}
	#modal-register .sex > * {display: inline-block;}
	#modal-register .sex > * + * {margin-left: 20px;}
	#modal-register .sex input {outline: none}
	#modal-register .form-row {margin-bottom: 10px;}
	#modal-register .form .input-text,
	#booktour-modal .form .input-text,
	#booktour-modal .form .form-select,
	#booktour-modal .form .form-textarea {
		display: block;
		height: 34px;
		padding: 0 8px;
	    border: 1px solid #ccc;
    	border-top: 1px solid #c4c4c4;
    	color: #000;
    	font-size: 14px;
    	line-height: 34px;
	}
	#booktour-modal .form .form-textarea {
		height: 100px;
		line-height: 22px;
	}
	#modal-register .form .action,
	#booktour-modal .form .action {
		margin: 0 0 15px 0;
		padding-top: 15px;
		text-align: center;
	}
	#modal-register .btn-submit,
	#booktour-modal .form .btn-submit {
		display: inline-block;
		position: relative;
		padding: 8px 35px;
		background: #0f7fc1;
		border: none;
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		font-family: inherit;
		line-height: 22px;
		outline: none;
	}
	#modal-register .btn-submit:hover,
	#booktour-modal .form .btn-submit:hover {background: #1c94db;}

	#modal-register .form .input-text::-webkit-input-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	#modal-register .form .input-text::-moz-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	#modal-register .form .input-text:-ms-input-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	#modal-register .form .input-text:-moz-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	#modal-register .panel-foot {
		padding: 0 30px 15px 30px;
		text-align: center;
	}
	#modal-register .panel-foot .social-login > * + * {margin-left: 10px;}
	#booktour-modal .panel .loading {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, .65);
		z-index: 5;
	}
	#booktour-modal .panel .loading .fa {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 24px;
	}

	#success-modal .uk-modal-dialog {
		width: 600px;
		padding: 10px 10px;
	}
	#success-modal .box .thumb {
		float: left;
		width: 180px;
	}
	#success-modal .box .content {
	    float: right;
	    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: 10px 0 0 20px;
	    font-size: 14px;
	    line-height: 22px;
	}
	#success-modal .box .main-title {
	    margin: 0 0 20px 0;
	    font-size: 18px;
	    font-weight: bold;
	    line-height: 24px;
	}
	#success-modal .box .content p {margin: 0 0 5px 0;}
	#success-modal .box .order-number {margin: 0 0 15px 0;}
	#success-modal .box .order-number .number {
		font-size: 20px;
		font-size: 20px;
		color: #e01414;
	}
	#success-modal .btn-shopping {
		display: inline-block;
		width: 206px;
		height: 38px;
		line-height: 38px;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		font-size: 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #e01414;
	}


/* </dulichkinhbac.css> */
.uk-accordion-content *{
	font-family:'HTVietNam' !important;
}
#booktour-modal {background: rgba(0, 0,0, .85);}
#booktour-modal .uk-modal-dialog {padding: 0;}
#booktour-modal .title {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
}
#booktour-modal .excerpt {
	margin: 0 0 20px 0;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
#booktour-modal .excerpt li {margin-bottom: 10px;}
#booktour-modal .excerpt .fa {
	width: 20px;
	color: #0f7fc1;
	font-size: 15px;
	text-align: left
}
#booktour-modal .panel-body {
	position: relative;
	padding: 15px 15px 20px 15px;
	background: #fff;
}
#booktour-modal .form-row {margin-bottom: 10px;}

.aside-support .address{
	padding:5px;
	border:1px dashed #f15922;
	
}
.aside-support .address .value{
	color:#0075bc;
}
.ui-widget.ui-widget-content{
	width:100% !important;
	margin-top:0 !important;
	margin-left:5px !important;
	border: 1px solid #363636 !important;
}
.ui-slider .ui-slider-handle{
	width:10px !important;
	height:10px !important;
	background:#363636;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
}
.ui-slider-horizontal .ui-slider-handle{
	top:-4px !important;
}
.ui-slider-horizontal{
	height:1px !important;
	background:#363636 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: 1px solid #363636 !important;
	background: #363636 !important;
	font-weight: normal;
	color: #363636 !important;
}

.qa-section .list > li:nth-child(1){
	margin-bottom:30px;
}

#filter-total{
	position:relative;
}
#amount_1{
	position:absolute;
	left:0;top:5px;
	font-size:12px;
}
#amount_2{
	position:absolute;
	right:0;
	top:5px;
	font-size:12px;
}

/* filter */
.aside-filter::-webkit-scrollbar{
    background-color:#e0e0e0;
    width:10px
}
.aside-filter::-webkit-scrollbar-thumb{
    height:10px;
    width:9px;
    background:#777877;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px
}
.aside-filter .panel-body{
    /* padding:0 0 0 10px */
}
.aside-filter .field-groups .input-checkbox{
    display:none
}
.aside-filter .field-groups .form-label{
    display:block;
    position:relative;
    padding-left:25px;
    font-size:14px;
    line-height:18px;
    /* font-family:Roboto-Medium,sans-serif; */
    color:#333
}
.aside-filter .field-groups .form-label .count{
    color:#8c8c8c;
    font-family:Roboto,sans-serif
}
.aside-filter .field-groups .form-label:before{
    content:"";
    display:block;
    position:absolute;
    width:15px;
    height:15px;
    border:1px solid #c9c9c9;
    left:0
}
.aside-filter .field-groups .input-checkbox:checked~.form-label:before{
    background:url(img/icon_check.png) center no-repeat
}
.aside-filter .field-groups .form-row.search-box{
    position:relative;
    margin-bottom:15px;
    overflow:hidden
}
.aside-filter .field-groups .form-select,.aside-filter .field-groups .input-text{
    height:28px;
    border:1px solid #c9c9c9
}
.aside-filter .field-groups .form-select{
    color:#9f9e9e
}
.aside-filter .field-groups .btn-submit{
    display:block;
    position:absolute;
    width:15px;
    height:16px;
    top:5px;
    right:5px;
    cursor:pointer;
    background:url(img/icon_search.png);
    border:none;
    text-indent:-999999px
}
.aside-filter .field-groups .input-text::-webkit-input-placeholder{
    color:#9f9e9e;
    font-size:13px
}
.aside-filter .field-groups .input-text::-moz-placeholder{
    color:#9f9e9e;
    font-size:12px
}
.aside-filter .field-groups .input-text:-ms-input-placeholder{
    color:#9f9e9e;
    font-size:12px
}
.aside-filter .field-groups .input-text:-moz-placeholder{
    color:#9f9e9e;
    font-size:12px
}
.aside-categories .list>li:not(:last-child), .aside-filter .field-groups .form-row:not(:last-child) {
    margin-bottom: 15px;
}
.backend-loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, .65) url(img/load.gif) 50% 50% no-repeat;
}
.csdlcatalogue{}
.csdlcatalogue .input-submit{
	border: 0;
    background: #c73c3d;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
.csdlcatalogue .input-submit:hover{
	background:#ffc600;
}
.csdlList{
	margin-top:30px;
}
.csdlList .list-csdl{}
.csdlList .list-csdl .article{}
.csdlList .list-csdl .article .thumb{
	position:relative;
	margin: 0 0 10px 0;
}
.csdlList .list-csdl .article .thumb .image{
	height:160px;
}
.csdlList .list-csdl .article .thumb .icon{
	position:absolute;
	bottom:0;
	left:0;
}
.csdlList .list-csdl .article .info{}
.csdlList .list-csdl .article .info .title{}
.csdlList .list-csdl .article .info .title > *{
	font-size:20px;
	color:#c73c3d;
	text-transform:uppercase;
}
.csdlList .list-csdl .article .info .meta{
	font-style:italic;
	font-size:14px;
	margin: 0 0 10px 0;
}
.csdlList .list-csdl .article .info .description{
	line-height:168%;
	font-size:16px;
}
.csdlList .list-csdl .article .info .readmore{
	text-align:right;
}
.csdlList .list-csdl .article .info .readmore > *{
	display:inline-block;
	padding:6px 30px 6px 15px;
	background:#c73c3d;
	color:#fff;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	position:relative;
}
.csdlList .list-csdl .article .info .readmore > *:hover{
	background:#ffc600;
}
.csdlList .list-csdl .article .info .readmore > *:before{
	content:'\f061';
	display:block;
	position:absolute;
	right: 8px;
	top: 6px;
	font-family:'FontAwesome';
	color:#fff;
	font-size:11px;
}

.photo-catalogue{}
.photo-catalogue .photo{}
.photo-catalogue .photo .image{
	height:195px;
	border:1px solid #c73c3d;
	border-bottom:0;
	padding-bottom:0;
}
.photo-catalogue .photo .title{
	font-family:'HTVietNam';
	font-size:13px;
	text-align:center;
	background:#ccc;
	text-transform:uppercase;
}
.photo-catalogue .photo .title > a{
	color:#c73c3d;
	display:block;
	padding:10px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	max-height: 35px;
    overflow: hidden;
}
.photo-catalogue .photo .title:hover{
	border:1px solid #c73c3d;
}
.photo-catalogue .photo .title > a:hover{
	color:#c73c3d;
	background:#fff;
}
@media (max-width: 1280px){
	.header-toolbox{
		right:148px;
	}
}

@media (max-width: 1080px){
	.pc-header .logo{
		width:81px;
	}
	.brandname .title{
		font-size:14px;
	}
	.brandname .subtitle{
		font-size:14px;
	}
	.main-nav>.main-menu>li>a{
		padding: 10px 19px;
	}
}
.window{
	margin:30px 0;
	height:500px;
	overflow-y:scroll;
}
.window::-webkit-scrollbar{
	width: 5px;
}
.window::-webkit-scrollbar-track-piece{
	background: none;
	border-radius: 30px;
}
.window:hover::-webkit-scrollbar-track-piece{
	background: #CCCCCC;
}
.window::-webkit-scrollbar-thumb{
	background: none;
	border-radius: 30px;
}
.window:hover::-webkit-scrollbar-thumb{
	background: #B90C0E;
}

@media(min-width: 1200px){
	.window table{
		width:100% !important;
	}
}
@media(max-width: 768px){
	.window::-webkit-scrollbar{
		width: 20px;
	}
}

.window table *{
	font-size:16px;
	font-family:'HTVietNam' !important;
}

@media (max-width: 400px){
	.homepage-category .panel-body .article .thumb{
		width:140px;
	}
	.homepage-category .panel-body .article .info{
		width: calc(100% - 140px);
		width: -webkit-calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: -o-calc(100% - 140px);
	}
}
.banner-fixed {
	position: absolute;
	max-width: 175px;
}

@media (max-width: 415px){
	.homepage-banner > .thumb{
		display:none;
	}
	.homepage-banner #csdl{
		position:static;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.homepage-banner #csdl .panel-head{
		font-size:20px;
	}
	.homepage-banner #csdl .form-row{
		margin: 0 0 15px 0;
	}
}
.detail-content table[border="0"]{
	border: none !important;
}
.detail-content table[border="0"] td{
	border: none !important;
}