.m-nav-btn{
	position: fixed;
	top: 10px;
	right: 10px;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.page-banner{
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
}
/* .page-banner img{
	height: 215px !important;
} */
@media screen and (min-width: 992px){
	.layui-show-md-flex{
		display: flex!important;
	}
}





.title {
	display      : -webkit-box;
	display      : -ms-flexbox;
	display      : flex;
	-webkit-box-align  : end;
	    -ms-flex-align  : end;
	        align-items  : flex-end;
	margin-bottom: 15px;
}

.title-more {
	color      : #a40000;
	margin-left: 10px;
}

.no-bor-t {
	border-bottom: none;
}

.no-bor-t .layui-this:after {
	content: none;
}

.layui-tab-brief>.no-bor-t .layui-this h2 {
	color: #a40000 !important;
}

.layui-tab-title.no-bor-t li {
	padding      : 0 0;
	padding-right: 10px;
	margin-right : 10px;
	position     : relative;
}

.layui-tab-title.no-bor-t li::after,
.layui-tab-title.no-bor-t li.layui-this::after {
	position  : absolute;
	right     : 1px !important;
	left      : auto;
	top       : 13px !important;
	content   : '' !important;
	height    : 16px !important;
	width     : 2px !important;
	background: #4c68c9 !important;
}

.layui-tab-title.no-bor-t li:last-child::after {
	display: none;
}

.b-4c68c9 {
	background: #4c68c9;
}

.c-4c68c9 {
	color: #4c68c9;
}

.c-a40000 {
	color: #a40000;
}

.flex-w {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.navigation-projects {
	padding   : 20px 0px;
	text-align: center;
	display   : block;
}

.navigation-projects ul {
	margin : auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navigation-projects ul li.prev a,
.navigation-projects ul li.next a,
.navigation-projects ul li.back-page a {
	display            : -webkit-box;
	display            : -ms-flexbox;
	display            : flex;
	-webkit-box-pack    : center;
	    -ms-flex-pack    : center;
	        justify-content    : center;
	-webkit-box-align        : center;
	    -ms-flex-align        : center;
	        align-items        : center;
	width              : 35px;
	height             : 35px;
	/* color           : #fff; */
	/* background-color: #999; */
}

.navigation-projects ul li.back-page a:hover {
	background-color: #ccc;
	color           : #fff;
}

ul.pagination li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #fff;
	background-color: #eee;
	margin: 5px;
}
ul.pagination li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}
ul.pagination li:hover{
    background-color: #4c68c9;
    color: #fff;
}
ul.pagination li:hover a{
    color: #fff;
}
ul.pagination li.active{
    background-color: #4c68c9;
    color: #fff;
}
ul.pagination li.disabled{
	background-color: transparent;
	color: #ccc;
}

