/* <datvanghungyen.css> */
.wrap-page{
	z-index: 99;
	position: relative;
}
.header .upper {
    background: #231f20;
}
.header .upper a {
    display: block;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
}
#id-text span {
    color: #f35352;
}
.gallerys .lSSlideWrapper li {
    height: 250px;
}
.lSSlideOuter .lSPager.lSGallery img {
    height: 50px;
    width: 100%;
    object-fit: cover;
}
.artcatalogue .article.Vip1 .title a {
    color: #ec3136;
    background: rgba(0, 0, 0, 0) url("img/icon-11.png") no-repeat scroll 0px -2883px;
    padding-left: 36px;
}
.artcatalogue .article.Vip2 .title a {
    color: rgb(254, 101, 14);
    background: rgba(0, 0, 0, 0) url("img/icon-11.png") no-repeat scroll 0px -2831px;
	padding-left: 20px;
}
.hide{display: none;}
.fixed_call {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
}
.fixed_call a {
    display: block;
    padding: 0 20px 0 40px;
    line-height: 34px;
    background: #0096ff url('img/ic_phone_white.png') no-repeat scroll left 5px center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
}
/* ################## Header ################## */	
	.header .middle {padding: 10px 0;}
	.header .middle .btn {
		display: block;
		padding-left: 20px;
		position: relative;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		font-family: 'Roboto-Bold', sans-serif;
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-image: url(img/icon_plus.png);
	}
	.header .middle .btn-login {background-image: url(img/icon-user.png)}
	.header .middle .btn-reg {background-image: url(img/icon_key.png)}
	.header .middle .btn+.btn {margin-left: 25px;}

	.header .lower {padding: 20px 0;}
	.main-nav>.main-menu li {position: relative;}
	.main-nav>.main-menu>li>a {
		position: relative;
		display: block;
		padding: 8px 15px;
		font-size: 13px;
		line-height: 18px;
		color: #333;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
	.main-nav>.main-menu>li:first-child>a {
		-webkit-border-radius: 4px 0 4px 0;
		-moz-border-radius: 4px 0 4px 0;
		-ms-border-radius: 4px 0 4px 0;
		-o-border-radius: 4px 0 4px 0;
		border-radius: 4px 0 4px 0;
	}
	.main-nav>.main-menu>li.home>a {
		text-indent: -99999px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(img/icon-home.png);
	}	
	.main-nav>.main-menu>li:hover>a {
		background: #0096ff;
		color: #fff;
	}
	.menu_header .btn-post {
	    text-decoration: none;
	    background: #15a7cb;
	    color: white;
	    padding: 0px 30px;
	    text-transform: uppercase;
	    border-radius: 20px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 700;
	    line-height: 40px;
	    display: none;
	}
	.menu_header .btn-post:before {
	    content: "\f044";
		font-family: FontAwesome;
		padding-right: 20px;
	}
	.main-nav .dropdown-menu {
		position: absolute;
		display: none;
		min-width: 220px;
		text-align: 100%;
		left: 1px;
		background: #0096ff;
		z-index: 200;
	}
	.main-nav>.main-menu>li:hover>.dropdown-menu {display: block;}
	.main-nav .sub-menu>li>a {
		display: block;
		padding: 8px 10px 8px 15px;
		font-size: 13px;
		line-height: 18px;
		color: #fff;
	}
	.main-nav .sub-menu>li+li>a {border-top: 1px solid #d71921}
/* ################## header-small ################## */
	.header-small .upper {
		padding: 10px;
		background: #e4e4e4;
		text-align: center;
	}
	.header-small .logo {display: inline-block;}
	.header-small .btn-menumobile {left: 10px;}
	.header-small .mobile-btn-search {
		display: block;
		position: absolute;
		left: initial;
		width: 27px;
		height: 27px;
		text-indent: -99999px;
		background: url(img/icon_search.png) center no-repeat;
		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%);
	}
	.header-small .lower {
		padding: 5px 10px;
		background: #fff;
	}
	.header-small .logo img {

	}
	.header-small .lower .btn {
		display: block;
		padding-left: 20px;
		position: relative;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		font-family: 'Roboto-Bold', sans-serif;
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-image: url(img/icon_plus.png);
	}
	.header-small .lower .btn-login {background-image: url(img/icon-user.png)}
	.header-small .lower .btn-reg {background-image: url(img/icon_key.png)}
	.header-small .lower .btn+.btn {margin-left: 25px;}
	#search-mobile .uk-modal-dialog {padding: 15px 5px 10px 5px;}
	#search-mobile .uk-modal-close.uk-close {
		width: 20px;
		height: 20px;
		line-height: 20px;
	    top: -11px;
  		right: -10px;
	}
	#search-mobile .form {
		position: relative;
		overflow: hidden;
	}
	#search-mobile .form .input-text {
		height: 36px;
		line-height: 36px;
		border: 1px solid #c8c8c8;
		background: #e8eaee;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	#search-mobile .form .btn-submit {
		display: block;
		position: absolute;
		width: 27px;
		height: 27px;
		top: 4px;
		right: 6px;
		text-indent: -99999px;
		border: none;
		outline: none;
		background: url(img/icon_search-black.png) center no-repeat;
		cursor: pointer;
	}
	.language a{
		width: 22px;
		height: 16px;
		margin-right: 10px;
		text-indent: -99999px;
		position: relative;
	}
	/*.language a.en{background: url('img/flag_eng.png');}
	.language a.vn{background: url('img/flag_vi.png');}*/
/* ################## fix grid ################## */	
	@media (min-width: 1220px) {
		.fix-grid-1 .main-content {
			width: 760px;
			margin-right: 10px;
		}
		.fix-grid-1 .aside {width: 210px}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.fix-grid-1 {margin-left: -20px;}
		.fix-grid-1>* {padding-left: 20px;}
		.fix-grid-1 .main-content {width: 75%;}
		.fix-grid-1 .aside {width: 25%}
	}
	@media (max-width: 960px) {
		.fix-grid-1 .main-content, .fix-grid-1 .aside {width: 100%;}
	}

/* ################## filter section ################## */	
	.filter-section {
		position: relative;
		padding: 10px 0;
	}
	.filter-section .label {
		display: block;
		position: relative;
		width: 95px;
		font-size: 14px;
		font-family: 'Roboto-Bold', sans-serif;
		color: #11a463;
	}
	.filter-section .label:before {
		content: "";
		display: block;
		position: absolute;
		width: 16px;
		height: 16px;
		top: 50%;
		right: 10px;
		margin-top: -8px;
		background: url(img/icon-search.png) center no-repeat;
	}
	.filter-section .form .input-text, 
	.filter-section .form .form-select {
		height: 26px;
		line-height: 26px;
		font-size: 13px;
		color: #666;
		background: #fff;
		border: 1px solid #11a463;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	.filter-section .form .form-row+.form-row {margin-left: 10px;}
	.filter-section .form .form-row:nth-of-type(1) {width: 450px;} 
	.filter-section .form .form-row:nth-of-type(2) {width: 325px;} 
	.filter-section .form .btn-submit {
		width: 95px;
		height: 26px;
		line-height: 26px;
		padding: 0;
		text-align: center;
		color: #fff;
		border: none;
		font-size: 13px;
		font-family: 'Roboto-Bold', sans-serif;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #11a463;
		cursor: pointer;
	}
	@media (max-width: 1220px) {
		.filter-section .label {width: 10%;}
		.filter-section .form .btn-submit {width: 105px;}
		.filter-section .form .form-row:nth-of-type(1) {width: 45%;} 
		.filter-section .form .form-row:nth-of-type(2) {width: 30%;} 
	}
	.main-slide-home {
	    padding: 30px 0;
	    background: url('img/bg-slider.jpg');
	}
/* ################## artcatalogue ################## */	
	.artcatalogue {margin: 0 0 10px 0;}
	.artcatalogue .heading {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: normal;
		font-family: 'Roboto-Bold', sans-serif;
	}
	.artcatalogue .heading>* {
		display: inline-block;
		padding: 2px 10px;
		min-width: 160px;
		background: #11a463;
		color: #fff;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-ms-border-radius: 4px 4px 0 0;
		-o-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.artcatalogue .panel-body {
		position: relative;
		border: 1px solid #11a463;
	}
	.artcatalogue .list-article>li {padding: 10px 10px 15px 10px;}
	.artcatalogue .list-article>li+li {border-top: 1px solid #11a463;}
	.artcatalogue .article .title {
		height: 20px;
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		font-family: 'Roboto-Bold', sans-serif;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
	}
	.artcatalogue .article .title a {color: #333;}
	.artcatalogue .article .thumb {
		float: left;
		width: 82px;
		height: 60px;
		padding: 2px;
		border: 1px solid #11a463;
	}
	.artcatalogue .article .infor {
		float: right;
		width: -webkit-calc(100% - 82px);
		width: -moz-calc(100% - 82px);
		width: -ms-calc(100% - 82px);
		width: -o-calc(100% - 82px);
		width: calc(100% - 82px);
		padding-left: 10px;
		color: #333333;
		font-size: 13px;
		line-height: 20px;
		font-family: 'Roboto-Medium', sans-serif
	}
	.artcatalogue .article .description {
		height: 40px;
		margin: 0 0 2px 0;
	}
	.artcatalogue .article .meta>*+* {margin-left: 10px;}
	.artcatalogue .article .meta .unit {
		font-family: 'Roboto-Bold', sans-serif;
		color: #11a463;
	}
	@media (max-width: 599px) {
		.artcatalogue .article .title {
			margin: 0 0 5px 0;
			font-family: 'Roboto-Medium', sans-serif;
		}
		.artcatalogue .article .description {display: none;}
		.artcatalogue .article .meta {display: block;}
		.artcatalogue .article .meta>*+* {margin: 0;}
	}

/* ################## Main slide ################## */	
	.main-slide {margin: 0 0 10px 0;}

/* ################## Aside ################## */	
	.aside>* {margin-bottom: 10px!important;}
	.aside-panel .heading {
		margin: 0;
		padding: 2px 10px;
		background: #11a463;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'Roboto-Bold', sans-serif;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-ms-border-radius: 4px 4px 0 0;
		-o-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.aside-panel .heading>* {color: #fff;}
	.aside-panel .panel-body {
		padding: 10px;
		border: 1px solid #dedede;
		border-top: none;
	}
	.aside-support .panel-head {position: relative;}
	.aside-support .panel-head .hotline {
		display: block;
		position: absolute;
		font-family: 'Roboto Condensed Bold', sans-serif;
		font-size: 20px;
		color: #d92914;
		top: initial;
		bottom: 12px;
		left: initial;
		right: 20px;
	}
	.aside-support .panel-body {
		border: 1px solid #dedede;
		border-top: none;
	}
	.aside-support .list>li {padding: 10px 10px 15px 10px;}
	.aside-support .list>li+li {border-top: 1px dashed #c8c8c8;}
	.aside-support .list .box {
		position: relative;
		font-size: 13px;
		line-height: 20px;
		font-family: 'Roboto-Medium', sans-serif;
	}
	.aside-support .list .box .phone a {
		display: block;
		font-size: 15px;
		color: #d92914;
		font-family: 'Roboto-Bold', sans-serif;
	}
	.aside-support .list .box .btn {
		display: block;
		position: absolute;
		width: 64px;
		height: 16px;
		text-indent: -99999px;
		background: url(img/yahoo.png);
		left: initial;
		top: 0px;
		right: 0px;
	}
	.aside-support .list .box .btn.skype {
		top: 21px;
		background: url(img/skype.png);
	}

	.aside-news .list-post>li:not(:last-child) {margin-bottom: 10px;}
	.aside-news .list-post a {
		display: block;
		position: relative;
		padding-left: 10px;
		font-size: 13px;
		line-height: 18px;
		color: #666;
		font-family: 'Roboto-Medium', sans-serif;
	}
	.aside-news .list-post a:before {
		content: "\f111";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		font-size: 5px;
		color: #11a463;
		left: 0px;
		top: 0px;
	}
	.aside-news .list-post a:hover {color: #11a463;}
	.aside-statistical .list li {
		position: relative;
		padding-left: 25px;
		font-size: 13px;
		line-height: 20px;
		font-family: 'Roboto-Medium', sans-serif;
		background-repeat: no-repeat;
		background-position: 0px center;
		background-image: url(img/dangxem.png);
	}
	.aside-statistical .list li .label {
		float: left;
		display: inline-block;
		width: 100px;
	}
	.aside-statistical .list li .count {font-family: 'Roboto-Bold', sans-serif;}
	.aside-statistical .list li:not(:last-child) {margin-bottom: 5px;}
	.aside-statistical .list li:nth-of-type(2) {background-image: url(img/trongngay.png);}
	.aside-statistical .list li:nth-of-type(3) {background-image: url(img/trongthang.png);}
	.aside-statistical .list li:nth-of-type(4) {background-image: url(img/tongtruycap.png);}

/* ################## Detail ################## */	
	.detail-content img {
		display: block!important;
		width: auto!important;
		height: auto!important;
		margin: 0 auto 15px auto!important;
	}
	.detail-content table {
		width: 100%;
		border-collapse: collapse;
	}
	.detail-content table td, .detail-content table th {
		padding: 8px;
		border: 1px solid #898989;
	}
	.art-detail {
		margin: 0;
		font-size: 14px;
		line-height: 22px;
		color: #333;
		font-family: 'Open Sans', sans-serif;
	}
	.art-detail .main-title {
	    margin: 0 0 10px 0;
	    font-size: 20px;
	    line-height: 26px;
	    text-transform: uppercase;
	    color: #333;
	    font-family: 'Open Sans', sans-serif;
	}
	.art-detail .main-title b,
	.art-detail .main-title strong,
	.art-detail .main-title h1, 
	.art-detail .main-title h2,
	.art-detail .main-title h3,
	.art-detail .main-title h4,
	.art-detail .main-title h5, 
	.art-detail .main-title h6 {
		font-family: 'Roboto-Bold', sans-serif;
		font-weight: normal;
	}
	
	.art-detail .art-infor .head {
		position: relative;
		padding: 5px 10px;
		font-size: 14px;
		line-height: 20px;
		color: #11a463;
		background: #b5e1f4;
		font-family: 'Roboto-Bold', sans-serif;
	}
	.art-detail .art-infor .list {
		display: table;
		width: 100%;;
		border-collapse: collapse;
		font-size: 14px;
		line-height: 20px;
	}
	.art-detail .art-infor .list>li {display: table-row}
	.art-detail .art-infor .list>li>span {
		display: table-cell;
		padding: 6px 8px;
		min-width: 100px;
		font-size: 13px;
	}
	.art-infor {
	    background: #f0f0f0;
	    height: 100%;
	    position: relative;
	}
	.art-detail .art-infor .list>li>span.label {
		font-family: 'Roboto-Bold', sans-serif;
		color: #11a463;
	}
	.art-detail .art-infor-contact {
	    margin-top: 10px;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.art-detail .art-infor-contact a {
		display: inline-block;
		padding: 6px 30px;
		background: #11a463;
		font-size: 14px;
		line-height: 20px;
		font-family: 'Roboto-Medium', sans-serif;
		color: #fff;
	}


/* ################## Banner ################## */	
.banner-fixed {
	text-align: right;
	position: absolute;
	left: 0px;
	top: 5px!important;
}
.banner-fixed.right {
	float: right;
	left: initial!important;
	right: 0px;
	text-align: left;
}
@media (max-width: 1220px) {
	.banner-fixed {
		display: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
	}
}
/* ################## Project ################## */	
.project-hot {
    padding: 30px 0;
	background: #F5F5F5;
}
.main-content{
	padding: 30px 0;
}
.project-hot .heading,
.homepage-news .heading,
.homepage-event .heading,
.homepage-project .heading,
.artcatalogue-page .heading{
    border-bottom: 1px solid #e6e6e6;
}
.project-hot .heading > *,
.homepage-news .heading > *,
.homepage-event .heading > *,
.homepage-project .heading > *,
.artcatalogue-page .heading > * {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 40px;
    color: #333;
}
.project-hot .heading > *:before,
.homepage-news .heading > *:before,
.homepage-event .heading > *:before,
.homepage-project .heading > *:before,
.artcatalogue-page .heading > *:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0096ff;
}
.list-project-home .project .thumb,
.list-artshare .articles .thumb {
    height: 180px;
}
.list-project-home .project .infor,
.list-artshare .articles  .infor{
	background: #fff;
}
.list-artshare .articles .infor{
	border-width: 0 1px 0px 1px;
	border-style: solid;
	border-color: #eee;
}
.list-project-home .project .infor .title a,
.list-artshare .articles .infor .title a {
    display: block;
    color: #0096ff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;padding: 10px 10px 0;
}
.list-project-home .project .description,
.list-artshare .articles .description {
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    max-height: 80px;
    overflow: hidden;
}
.list-project-home .project .address,
.list-artshare .articles .meta {
    padding: 5px 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
}
.list-artshare .articles .meta .c_price {
    display: block;
    position: absolute;
    line-height: 34px;
    right: -1px;
    top: -1px;
    background: #eee;
    padding: 0 10px 0 15px;
    color: #333;
    border-radius: 0 0 0 25px;
}
.list-project-home .project .price span:first-child{
	margin-left: 10px;
}
.list-project-home .project .price span.c_price {
    display: block;
    padding: 4px 20px;
    border: 1px solid #0096ff;
    background: #0096ff;
    border-radius: 0 0 0 20px;
    color: white;
    font-weight: 700;
    margin-top: -1px;
}
.project-hot .uk-slidenav-contrast {
    background: #fff;
    border: 1px solid #eee;
    font-size: 20px;
    color: #333;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
}
.project-hot .uk-slidenav-contrast.uk-slidenav-previous{
	left: 0;
}

.project-hot .uk-slidenav-contrast.uk-slidenav-next{
	right: 0;
}
.homepage-news{
	position: relative;overflow: hidden;
}
.homepage-news .uk-slidenav-contrast {
    background: #fff;
    border: 1px solid #eee;
    font-size: 20px;
    color: #333;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0%;
}
.homepage-news .uk-slidenav-contrast.uk-slidenav-previous{
	right: 40px;left: initial
}
.homepage-news .uk-slidenav-contrast.uk-slidenav-next{
	right: 0;
}
.list-event .articles .thumb{
	float: left;
	width: 100px;
	height: 70px;
}
.list-event .articles .infor{
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -ms-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	float: right;
	padding-left: 10px;
}
.list-event li:not(:last-child),
.list-project-new li:not(:last-child),
.list-article-catalog li:not(:last-child){
	margin-bottom: 20px;
}
.list-event .articles .infor .title a {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.list-project-new .article .thumb,
.list-article-catalog .article .thumb {
    width: 180px;
    float: left;
    height: 130px;
}
.project-hot.project-art .infor,
.artcatalogue-page.projects .infor{
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
}
.list-project-new .article .infor,
.list-article-catalog .article .infor {
    width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -ms-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: calc(100% - 180px);
	float: right;
	padding-left: 10px;
}
.list-project-new .article .infor .title a,
.list-article-catalog .article .infor a {
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.list-project-new .article .infor .description,
.list-article-catalog .article .infor .description{
	font-family: 'Open Sans', sans-serif;
}
.partner-section .heading-1 {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background: #0096ff;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-radius: 10px 10px 0 0;
}
.partner-section .panel-body {
    border: 1px solid #f8f8f8;
    padding: 10px 20px;
}
.partner-section .thumb {
    height: 60px;
}
.panel.footer-subscribe {
    background-size: cover;
    padding-bottom: 20px;
}
.panel.footer-subscribe .heading {
    padding: 20px 20px 6px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}
.panel.footer-subscribe .panel-body {
    padding: 0 30px;
}

.title-site {
    margin: 0 0 20px 0;
    color: #fff;
}
.search-box {}
.title-search {
    padding: 5px 15px;
    margin: 0;
    background: #0096ff;
    color: #fff;
}
.title-search .right_d{
	width: 100%;
}
.title-search .text {
    height: 30px;
    border: 0;
    padding: 0 10px;
    width: 100%;
    border-radius: 3px;
}
.box-input-search {
    padding: 20px;
    background: #fff;
}
.line-item select {
    height: 30px;
    padding: 0 7px;
}
.main-slide {
    border: 2px solid #fff;
}
.btn.btn-success {
    border: 1px solid #ea1b21;
    padding: 0 15px;
    color: #ea1b21;
    opacity: 1;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    background: #fff;
    text-transform: uppercase;
}
.register_box .heading-2, .login_box .heading-2{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.register_box .heading-2 *, .login_box .heading-2 * {
    display: inline-block;
    padding: 5px 20px;
    min-width: 160px;
    background: #0096ff;
    color: #fff;
}
.register_box .panel-body, .login_box .panel-body {
    position: relative;
    border: 1px solid #dcdcdc;
    padding: 20px;
}
.login_box .panel-body {
    background: #fafafa;
}
.divider {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.divider span {
    padding: 5px;
    background: #fafafa;
    position: relative;
    display: inline-block;
    z-index: 99;
}
.divider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 100%;
    background-color: #ddd;
}
.login_box .uk-alert {
    font-size: 13px;
    line-height: 19px;
}
.login .form-control {
    display: block;
    width: 100%;
    border-radius: 4px !important;
    -webkit-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;
    -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;
}
.login_button {
    background-color: #0070b7;
    color: #fff !important;
    font-size: 15px;
    padding: 6px 30px 6px 30px;
    border: none;
    font-weight: bold;
    border-radius: 4px !important;
}
.member_box .panel-body {
    padding: 15px;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentcolor rgb(167, 197, 222) rgb(167, 197, 222);
}
.member_box .panel-head .heading-2 {
    border: 1px solid rgb(7, 116, 185);
    background: #fff;
    padding: 7px 10px;
    font-size: 14px;
    margin: 0;
    color: rgb(7, 116, 185);
}
.member_box .panel-head {
    background: rgb(7, 116, 185);
    padding-left: 35px;
    border-bottom: 2px solid rgb(7, 116, 185);
}
.members_avatar img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 100%;
}
.red {
    color: #fe650e;
}
.members_item.bor_bg {
    background: #fff;
    padding: 10px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    border-radius: 3px;
}
.members_item.bor_bg {
    background: #fff;
    padding: 10px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    border-radius: 3px;
}
.list-item-bar li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}
.list-item-bar li {
    position: relative;
    padding-left: 30px;
}
.list-item-bar .item_icon {
    padding: 5px 5px 5px 10px;
    display: block;
    color: #0070b7;
    border-left: 1px solid #e3e3e3;
}
.list-item-bar .item_icon::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 100%;
    font: normal normal normal 14px/30px FontAwesome;
    color: #000;
    text-align: center;
    top: 0;
    background: #fafafa;
}
.item_icon.create:after{content: "\f044";}
.item_icon.edit:after{content: "\f044"; color: blue;}
.item_icon.service:after{content: "\f044"; color: green;}
.item_icon.profile:after{content: "\f21b"; color: orange;}
.item_icon.password:after{content: "\f141";}
.item_icon.loaded:after{content: "\f0d6";}
.item_icon.history:after{content: "\f1da"; color: red;}
.item_icon.logout:after{content: "\f08b";}
.navbar-status li a {
    display: block;
    padding: 5px 15px;
    background: #0774b9;
    color: #fff;
}
.navbar-status li {
    float: left;
}
.search-order input.input-text, .search-order select.input-text  {
    height: 30px;
    padding: 3px 10px;
}
.input-text.btn-search {
    display: block;
    padding: 5px 20px;
    background: #0774b9;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.hide-file{color: #fff;}
.col-10{width: 10px;}
.col-100 { width: 100px; }
.col-200{width: 200px;}
.table.uk-table td{ border: 1px solid #e5e5e5;}
.table.uk-table thead th {
    border: 1px solid #0966a1;
    background: #0774b9;
    color: #fff;
}
.btn-group{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group .btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	float: left;
	width: auto;
}
.btn-group .btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}
.btn-group .btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}
.btn-group .btn-danger.disabled{
	background-color: #d9534f;
	border-color: #d43f3a;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	pointer-events: none;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.Khung1 .text {
    height: 30px;
    padding: 0 10px;
}
.box-package .list-package:nth-child(2n+1) {
    background: #f5f5f5;
}
.box-package .list-package {
    padding: 10px;
}
.bg_list_package.uk-text-center {
    padding: 10px;
    background: #037703;
    color: #fff;
}
.btn-create-package {
    padding: 10px 20px;
    background: #037703;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.tabble-border thead {
    background: green;
    color: #fff;
}
.tabble-border thead th {
    text-align: center;
    border: 1px solid #0d920d;
    vertical-align: middle;
}
.tabble-border tbody td {
    border: 1px solid #d8d8d8;
}
.tabble-border tbody td.active p {
    margin-bottom: 0;
}
.tabble-border {
    font-size: 13px;
    text-align: center;
}
.uk-btn {
    padding: 5px 15px;
    border-radius: 4px;
    border: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.uk-btn.btn-succes {
    background: #00b7ff;
}
.uk-btn.btn-warnning {
    background: orange;
}
/** Projects */
	.progress {
	  	overflow: hidden;
	  	height: 20px;
	  	margin-bottom: 20px;
	  	background-color: #f5f5f5;
	  	border-radius: 4px;
	  	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	  	margin-top: 15px;
	}
	.progress-bar {
	  	float: left;
	  	width: 0%;
	  	height: 100%;
	  	font-size: 12px;
	  	line-height: 20px;
	  	color: #fff;
	  	text-align: center;
	  	background-color: #337ab7;
	  	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	  	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	 	 -webkit-transition: width 0.6s ease;
	  	-o-transition: width 0.6s ease;
	  	transition: width 0.6s ease;
	}
	.progress-striped .progress-bar,
	.progress-bar-striped {
	  background-image: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  	background-size: 40px 40px;
	}
	.progress.active .progress-bar,
	.progress-bar.active {
	  -webkit-animation: progress-bar-stripes 2s linear infinite;
	  -o-animation: progress-bar-stripes 2s linear infinite;
	  animation: progress-bar-stripes 2s linear infinite;
	}
	.progress-bar-success {
	  background-color: #5cb85c;
	}
	.progress-striped .progress-bar-success {
	  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	}
	.progress-bar-info {
	  background-color: #5bc0de;
	}
	.progress-striped .progress-bar-info {
	  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	}
	.progress-bar-warning {
	  background-color: #f0ad4e;
	}
	.progress-striped .progress-bar-warning {
	  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	}
	.progress-bar-danger {
	  background-color: #d9534f;
	}
	.progress-striped .progress-bar-danger {
	  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	}
	.image-wapper {
	}
	.image-wapper-label {
	    text-align: center;
	    margin-top: 20px;
	    color: #1c60a7;
	}
	.image-wapper-take {
	    text-align: center;
	    margin-top: 10px;
	}
	.jfu-container {
	    position: relative;
	    margin: 5px 0;
	}
	.image-wapper-take .jfu-btn-upload {
	    width: 100%;
	    height: 100%;
	    background-color: #fff;
	    border: none;
	    cursor: pointer;
	}
	.jfu-btn-upload img {
	    width: 150px;
	    border-radius: 100%;
	    height: 150px;
	    object-fit: cover;
	}
	.jfu-input-file {
	    position: absolute;
	    top: 0;
	    right: 0;
	    margin: 0;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    font-size: 23px;
	    direction: ltr;
	    cursor: pointer;
	    width: 100%;
	    height: 100%;
	}
	.jfu-btn-upload {
	    display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: normal;
	    line-height: 1.428571429;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    cursor: pointer;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -o-user-select: none;
	    user-select: none;
	    color: #fff;
	}
	.list-group{list-style: none}
	.list-group-item{
		width: 110px;
		height: 70px;
		position: relative;
	}
	.list-group-item .pull-right {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 20px;
	    height: 20px;
	    text-align: center;
	    background: #0774b9;
	    border-radius: 5px 0 0;
	    z-index: 9999;
	}
	.list-group-item .pull-right .remove-file {
	    color: #fff;
	    font-size: 11px;
	    display: block;
	    line-height: 20px;
	}
	.list-group-item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.camera-add-image {
	    color: #ebebeb;
	    font-size: 70px;
	}
	.plus-add-image {
	    position: absolute;
	    top: -22px;
	    left: 27px;
	    font-size: 25px;
	    color: #5bc3e9;
	}
	.image-wapper .image-wapper-des {
	    text-align: center;
	    padding-bottom: 10px;
	    line-height: 20px;
	    color: #555;
	    font-size: 12px;
	}
	.homepage-projects-small .panel-head {
	    background: rgb(7, 116, 185) url('img/icon-1.png') no-repeat scroll -13px -766px;;
	    padding-left: 35px;
	    border-bottom: 2px solid rgb(7, 116, 185);
	}
	.homepage-projects-small .panel-head .heading {
	    border: 1px solid rgb(7, 116, 185);
	    background: #fff;
	    padding: 7px 10px;
	    font-size: 14px;
	    margin: 0;
	}
	.homepage-projects-small .panel-head .heading a:last-child {
	    font-size: 13px;
	    font-weight: normal;
	}
	.homepage-projects-small.Vip .panel-head .heading a:nth-child(2) {
		background: rgba(0, 0, 0, 0) url("img/icon-1.png") no-repeat scroll 50px -400px;
	    padding-right: 15px;
	}
	.homepage-projects-small .panel-body {
	    border-width: medium 1px 1px;
	    border-style: none solid solid;
	    border-color: currentcolor rgb(167, 197, 222) rgb(167, 197, 222);
	    -moz-border-top-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    border-image: none;
	    padding-bottom: 10px;
	}
	.list-projects li {
	    position: relative;
	    border-top: 1px solid rgb(238, 238, 238);
	    padding: 15px;
	}
	.list-projects .projects .thumb {
	    width: 160px;
	    height: 120px;
	}
	.list-projects .projects .infor{
		width: -moz-calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		width: -ms-calc(100% - 120px);
		width: -o-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.list-projects .projects .infor .title{margin: 0 0 5px 0;}
	.list-projects .projects.Vip1 .infor .title a {
		color: rgb(238, 34, 51);
		background: rgba(0, 0, 0, 0) url("img/icon-1.png") no-repeat scroll 0px -2833px;
	    padding-left: 20px;
	}
	.list-projects .projects.Vip2 .infor .title a {
		color: rgb(238, 34, 51);
	}
	.list-projects .projects.Vip3 .infor .title a {
		color: rgb(254, 101, 14);
		background: rgba(0, 0, 0, 0) url("img/icon-1.png") no-repeat scroll 0px -2833px;
	    padding-left: 20px;
	}
	.list-projects .projects.Vip4 .infor .title a {
		color: rgb(254, 101, 14);
	}
	.list-projects .projects .infor .title a {
	    font-size: 14px;
	    color: rgb(0, 0, 0);
	    text-transform: uppercase;
	}
	.list-projects .time_create, .box-list .time_create {
	    margin: 0 0 5px 0;
	    padding-left: 15px;
	    font: 11px Arial;
	    color: rgb(102, 102, 102);
	    background: rgba(0, 0, 0, 0) url("img/icon-1.png") no-repeat scroll -24px -338px;
	}
	.list-projects .projects_desc {
	    color: #444;
	    line-height: 20px;
	    text-align: justify;
	    font-size: 12px;
	    font-family: Arial;
	    margin: 0px 0 5px;
	}
	.list-projects .list-item-projects {
	    color: rgb(102, 102, 102);
	    font: 11px Arial;
	    text-transform: capitalize;
	}
	.list-projects .list-item-projects span{font-weight: bold; cursor: pointer;}
	.red {
	    color: #fe650e;
	}
	.blue{
		color: #0773b9;
	}
	.i-bds-cc-1 {
	    background: rgba(0, 0, 0, 0) url("img/icon-1.png") no-repeat scroll -4px -1817px;
	    width: 60px;
	    height: 60px;
	    float: left;
	    position: absolute;
	    left: 0; top: 0;
 	    margin: 0px 0px -70px;
	}
	.dv-boxhotline-r {
	    overflow: hidden;
	    border: 1px solid rgb(167, 197, 222);
	    margin-bottom: 15px;
	    background: #fff;
	}
	.dv-boxhotline-r > * {width: 100%}
	.ico-sty {
	    background: rgba(0, 0, 0, 0) url("img/icon-1.png") no-repeat scroll 0% 0%;
	}
	.dv-sca span {
	    border-left: 1px solid rgb(167, 197, 222);
	}
	.dv-sca span a {
	    display: block;
	}
	.i-google {
	    background-position: -6px -1423px;
	    height: 48px;
	    width: 46px;display: block;
	}
	.i-face {
	    background-position: -5px -662px;
	    width: 46px;
	    height: 48px;display: block;
	}
	.i-yaho {
	    background-position: -7px -567px;
	    width: 46px;
	    height: 48px;display: block;
	}
	.i-hotline {
	    background-position: 10px -510px;
	    width: 65px;
	    height: 48px;
	}
	.dv-hl a {
	    font-size: 16px;
	    font-weight: bold;
	    color: red;
	}
	.bor_bottom{
		border-bottom: 1px dotted #ddd;
		min-height: 1px;
	}
	.estate-detail .code .label {
	    padding: 5px 10px;
	    background: #3C9DCA;
	    border: 1px solid #3C9DCA;
	    font-size: 11px;
	    line-height: 17px;
	    color: #fff;
	    -webkit-border-radius: 4px 0 0 4px;
	    -moz-border-radius: 4px 0 0 4px;
	    -ms-border-radius: 4px 0 0 4px;
	    -o-border-radius: 4px 0 0 4px;
	    border-radius: 4px 0 0 4px;
	}
	.estate-detail .code .value {
	    padding: 5px 10px;
	    background: #fff;
	    border: 1px solid #3C9DCA;
	    font-size: 15px;
	    line-height: 17px;
	    font-weight: bold;
	    color: #000;
	    -webkit-border-radius: 0 4px 4px 0;
	    -moz-border-radius: 0 4px 4px 0;
	    -ms-border-radius: 0 4px 4px 0;
	    -o-border-radius: 0 4px 4px 0;
	    border-radius: 0 4px 4px 0;
	}
	.estate-detail .code > * {
	    display: block;
	    float: left;
	}
	.gallerys_excerpt .uk-list.list .line_item > *{padding: 5px;}
	.gallerys_excerpt .uk-list.list .line_item{
		border-bottom: 2px solid #fff;
		background: #f9f9f9;border-left: 2px solid #fff;
	}
	.gallerys_excerpt .uk-list.list .line_item .label {
	    width: 100px;
	    background: rgb(205, 227, 241) none repeat scroll 0% 0%;
	}
	.main-content.big .panel-body {
	    border-width: medium 1px 1px;
	    border-style: none solid solid;
	    border-color: currentcolor rgb(167, 197, 222) rgb(167, 197, 222);
	    -moz-border-top-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    border-image: none;
	}
	.project-catalogue .panel-head {
	    background: rgb(7, 116, 185) url('img/icon-1.png') no-repeat scroll -12px -175px;
	    padding-left: 35px;
	    border-bottom: 2px solid rgb(7, 116, 185);
	}
	.project-catalogue .panel-head .heading-2{
		border: 1px solid rgb(7, 116, 185);
		background: #fff;
		padding: 0px 10px;
		font-size: 14px;
		margin: 0;
		color: rgb(7, 116, 185);
		line-height: 36px;
	}
	.select-form {
	    height: 26px;
	    width: 150px;
	}
	.Vipbg{
		background: rgb(254, 249, 245) none repeat scroll 0% 0%;
	}
	/* ######################## project-catalogue ######################## */
	.project-create .panel-head {
	    background: rgb(7, 116, 185) url('img/icon-1.png') no-repeat scroll -12px -175px;
	    padding-left: 35px;
	    border-bottom: 2px solid rgb(7, 116, 185);
	}
	.project-create .panel-head .heading-2 {
	    border: 1px solid rgb(7, 116, 185);
	    background: #fff;
	    padding: 7px 10px;
	    font-size: 14px;
	    margin: 0;
	    color: rgb(7, 116, 185);
	}
	.project-create .panel-body{
	}
	.project-create .box_title {
	    border: 1px solid #11A463;
	    padding: 0 10px;
	}
	.project-create .label-left {
	    width: 130px;
	    font-size: 13px;
	    height: 100%;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    display: block;
	}
	.content_content label{font-size: 13px;}
	.bor_bor{
		border: 1px solid #DED5DA;
		border-radius: 5px; overflow: hidden;
	}
	.label-label{
		display: block;
	    padding: 0 10px;
	    line-height: 38px;
	}
	.item-form > * {
	}
	.pdall > * {padding: 0 5px;}
	.bdl0{
		border-left: 1px solid #ddd;
	}
	.label-right.uk-width-1-1, .orror_vip .form-group .col-sm-10 {
	    background: #fff;
	    width: -moz-calc(100% - 130px);
		width: -webkit-calc(100% - 130px);
		width: -ms-calc(100% - 130px);
		width: -o-calc(100% - 130px);
		width: calc(100% - 130px);
	}
	.btn.btn-info:hover {
	    opacity: .7;
	}
	.btn.btn-info {
	    display: inline-block;
	    margin: 5px 0;
	    padding: 9px 20px;
	    background: #2a76a7;
	    border: 0;
	    color: #fff;
	    border-radius: 5px;
	    cursor: pointer;
	}
	.item-form {
	    background: #eee;
	    border: 1px solid #ddd;
	}
	.label-label select, .label-label input {
	    height: 25px;
	    padding: 0 5px;
	    min-width: 70px;
	}
	#fillter_att{display: none}
	.content_content .lib-grid-0 .uk-width-1-2:nth-child(1) .item-form {
	    border-right: 0;
	}
	.label-label input.check-box{min-width: auto;}
	.item-form:not(:last-child)
	{
		border-bottom: 0;
	}
	.content_content {
	    padding: 10px;
	}
	.content_content .form-group {
	    background: #eee;
	    border: 1px solid #ddd;
	    -ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.content_content .form-group:not(:last-child) {
	    border-bottom: 0;
	}
	.content_content .form-group .control-lanel{
		width: 130px;
		font-size: 13px;
		height: 100%;
		display: block;
		padding: 0 10px;
		line-height: 38px;
	}
	.content_content .form-group .col-sm-10{
		display: block;
		padding: 0 10px;
		line-height: 38px;background: #fff;
	}
	.content_content .form-group .col-sm-10 .tpInputLabel {
	    margin-right: 15px;
	    float: left;
	}
	.label-label select.catagolies {
	    min-width: 250px;
	}
	.box_title_2 {
	    background: #F4F4F4;
	    padding: 5px 10px;
	    border-bottom: 1px solid #333;
	    text-transform: none;
	    font-size: 13px;
	    font-weight: bold;
	}
	.notedang {
	    padding: 10px;
	    border: 1px solid #2c83e1;
	    border-radius: 10px;font-size: 13px;
	}
	.project-catalogue {margin: 0 0 15px 0;}
	.project-catalogue .panel-body {
		padding: 5px 5px;
		border: 1px solid #ddd;
	}
	.project-catalogue .article {
		position: relative;
		padding: 10px 10px;
		border-bottom: 1px dotted #ddd;
	}
	
	.project-catalogue .article .thumb {margin: 0 0 5px 0;}
	.project-catalogue .article .infor {border: 1px solid #ddd;}
	.project-catalogue .article .title {
		margin: 0;
		padding: 4px 5px;
		font-size: 12px;
		line-height: 17px;
		text-transform: uppercase;
		background: #eee;
		border-bottom: 1px solid #ddd;
	}
	.project-catalogue .article .title a {color: #333;}
	.project-catalogue .article .title a:hover {color: #cd0100;}
	.project-catalogue .article .desc {
		padding: 5px;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		color: #000;
	} 
	.project-catalogue .article .desc .item {
		float: left;
		width: 50%;
		margin: 0 0 5px 0;
	}
	.project-catalogue .article .desc .item:last-child {
		width: 100%;
		margin: 0;
	}
	.project-catalogue .article .desc .value {color: #cd0100;}

/* ################## Footer ################## */	
	.footer {
		position: relative;
		font-size: 14px;
		line-height: 20px;
		color: #e1e1e1;
		padding-top: 30px;
		font-family: 'Open Sans', sans-serif;
	}
	.footer .upper {padding: 15px 0 0 0;}
	.footer .upper .panel {margin-bottom: 15px!important;}
	.footer .upper .heading {
		margin: 0 0 15px 0;
		font-size: 16px;
		line-height: 20px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}
	.footer .upper .heading>* {color: #fff;}
	.footer-intro {padding-bottom: 20px;}
	.footer-subscribe .form {
		position: relative;
		overflow: hidden;
	}
	.footer-subscribe .form .input-text {
		height: 40px;
		line-height: 40px;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		background: #eee;
		color: #444;
		font-size: 13px;
	}
	.footer-subscribe .form .btn-submit {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #15a7cb;
		border: none;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		z-index: 5;
		cursor: pointer;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		width: 100%;
		font-weight: 700;
	}
	.footer-map .map {
		height: 200px;
		padding: 2px;
		border: 1px solid #c8c8c8;
	}
	.footer-contact .list {margin: 0 0 20px 0;}
	.footer-contact .list>li {
		position: relative;
		padding-left: 25px;
		background-repeat: no-repeat;
		background-position: 0px 2px;
		background-image: url(img/location.png);
	}
	.footer-contact .list>li:nth-of-type(2) {
		background-position: 0px 5px;
		background-image: url(img/landline.png);
	}
	.footer-contact .list>li:nth-of-type(3) {background-image: url(img/email.png);}
	.footer-contact .list>li:nth-of-type(4) {
		background-position: 0px 5px;
		background-image: url(img/globe.png);
	}
	.footer-contact .list>li:not(:last-child) {margin-bottom: 10px;}
	.footer-contact .list>li a {color: #e1e1e1;}
	.footer-contact .list>li a:hover {text-decoration: underline;}
	.footer .upper .social li {float: left;}
	.footer .upper .social li+li {margin-left: 10px;}
	.footer .upper .social a {
		display: block;
		position: relative;
		width: 28px;
		height: 28px;
		background: #fff;
		line-height: 28px;
		font-size: 16px;
		color: #097d4a;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}

	.footer .lower {
		background: rgba(0, 0, 0, 0.62);
		padding: 8px 0 3px 0;
		font-size: 13px;
		line-height: 18px;
		color: #fff;
	}
	.footer .lower p {margin: 0 0 5px 0;}
	.footer .lower a {color: #fff;}
	.footer .lower a:hover {
		color: #e1e1e1;
		text-decoration: underline;
	}
	@media (min-width: 1220px) {
		.footer {margin-top: -5px;}
		.footer .upper, .footer .lower {
			padding-left: 10px;
			padding-right: 10px;
		}
	}
	@media (max-width: 1220px) {
		.footer .upper {padding: 15px 10px 0 10px;}
		.footer .lower {padding: 10px 10px 5px 10px;}
	}
	@media (max-width: 768px) {
		.footer .lower .copyright {display: block;}
		#homepage .uk-container {
		    padding: 0 10px;
		}
		.list-project-new .article .thumb, .list-article-catalog .article .thumb {
		    width: 120px;
		    height: 90px;
		}
		.list-project-new .article .infor, .list-article-catalog .article .infor {
		    width: -moz-calc(100% - 120px);
		    width: -webkit-calc(100% - 120px);
		    width: -ms-calc(100% - 120px);
		    width: -o-calc(100% - 120px);
		    width: calc(100% - 120px);
		}
		.article .infor .description, .list-article-catalog .article .infor .description, .attr_list {display: none;}
	}

/* </datvanghungyen.css> */
 .pagination {
        padding: 15px 0;
        border-top: 1px dotted #c8c8c8;
    }
    .pagination .uk-pagination>li:nth-child(n+2) {margin-left: 5px;}
    .pagination ul>li>a {
        display: block;
        padding: 0 5px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        background: #f2f2f2;
        border: 1px solid #dddddd;
        color: #252525;
        font-family: 'Roboto-Medium', sans-serif;
        border-radius: 0;
    }
    .pagination ul>li:hover>a, 
    .pagination ul>li.uk-active>a {
        background: #00589a;
        border-color: #00589a;
        color: #dddddd;
    }
	
/* Contact */
	.contact {margin: 0 0 20px 0;}
	.contact .contact-infomation, 
	.contact .contact-form {
		margin-bottom: 20px!important;
	}
	.contact .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #666;
		font-weight: 500;
	}
	.contact .contact-infomation .company {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 24px;
		text-transform: uppercase;
		color: #6b320d;
		font-weight: normal;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.contact .contact-infomation .address {margin-bottom: 20px;}
	.contact .contact-infomation .address p {
		margin: 0 0 5px 0;
		color: #000;
	}
	.contact .contact-infomation .address a {color: #000;}
	.contact .contact-map {
		padding: 4px;
		border: 1px solid #d5d5d5;
		height: 340px;
	}
	.contact .contact-form .label {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		margin-bottom: 15px;
	}
	.contact .contact-form .form-row {margin-bottom: 10px;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select, 
	.contact .contact-form .form-textarea {
		border: 1px solid #d5d5d5;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.contact-form .form-select {color: #999!important;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select {height: 30px;}
	.contact .contact-form .form-textarea {
		padding: 5px 10px;
		height: 200px;
	}
	.contact-form .btn-submit {
		display: inline-block;
		padding: 6px 25px;
		cursor: pointer;
		background: #6b320d;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		color: #fff;
		border: none;
	}