/* Flex Home slider */


#home-flexslider {
	position: relative;
	width: 100%;
	padding-top: 38.799%;
	overflow: hidden;
}
.flexslider .slides, .flexslider .slides > li{
	height: 100%;
}
.flexslider {
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: 0 2px 3px 1px #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 999;*/
	width: 100%;
	height: 100%;
}

.flexslider .desc {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flex-control-nav {
	bottom: 20px;
	z-index: 3;
	display: none;
}

.flex-direction-nav li {
	display: inline;
}

.flex-direction-nav a {
	text-align: center !important;
	width: 50px;
	height: 50px;
	background: #6d665f;
	text-shadow: none;
	color: white;
	border-radius: 50%;
	opacity: 0.5;
}

.flex-direction-nav a i {
	font-size: 35px;
	line-height: 50px;
}

.flex-direction-nav a:before {
	display: none;
}

.flexslider.loading {
	background: url("../libs/flexslider/images/slider-loader.gif") no-repeat center;
	background-color: #cccccc;
}

.flexslider {
	margin: 0;
	border: 0;
}


/*css style home-content*/


/*css style box box-thumnail*/

.box-one {
	border: 1px solid #ccc;
	position: relative;
}

.box-one .box-thumbnail {
	padding-top: 78.378%;
	position: relative;
}

.triangle {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	bottom: 0;
}

.triangle span:first-child:before {
	content: " ";
	width: 50%;
	height: 20%;
	display: block;
	background: #fff;
	position: absolute;
	bottom: -10%;
	left: 0;
	z-index: 999;
	-ms-transform: skewY(-16deg);
	-webkit-transform: skewY(-16deg);
	transform: skewY(-16deg);
}

.triangle span:nth-last-child(1):before {
	content: " ";
	width: 50%;
	height: 20%;
	display: block;
	background: #fff;
	position: absolute;
	bottom: -10%;
	right: 0;
	z-index: 999;
	-ms-transform: skewY(16deg);
	-webkit-transform: skewY(16deg);
	transform: skewY(16deg);
}

.triangle span:first-child:after {
	content: " ";
	width: 50%;
	height: 20%;
	display: block;
	background: #fff000;
	position: absolute;
	bottom: -10%;
	left: 0;
	z-index: 200;
	-ms-transform: skewY(-16deg);
	-webkit-transform: skewY(-16deg);
	transform: skewY(-16deg);
	transition: all 1s ease;
}

.triangle span:nth-last-child(1):after {
	content: " ";
	width: 50%;
	height: 20%;
	display: block;
	background: #fff000;
	position: absolute;
	bottom: -10%;
	right: 0;
	z-index: 200;
	-ms-transform: skewY(16deg);
	-webkit-transform: skewY(16deg);
	transform: skewY(16deg);
	transition: all 1s ease;
}

.box-one:hover .triangle span:first-child:after {
	bottom: -7%;
	transition: all 1s ease;
}

.box-one:hover .triangle span:nth-last-child(1):after {
	bottom: -7%;
	transition: all 1s ease;
}

.box-one:hover {
	box-shadow: 0px 2px 2px 2px #ccc;
}

.box-one:hover .box-desc h4 {
	color: #0c4da2;
	transform: all .5s ease;
}

.box-one .box-desc a {
	text-decoration: none;
	border-bottom: 1px solid #0c4da2;
}

.box-news {
	width: 100%;
	content: " ";
	display: table;
	margin-bottom: 30px;
	position: relative;
}

.box-news:hover .mist {
	display: block;
}

.box-three {
	width: 26%;
	float: left;
}

.box-three .box-thumbnail {
	padding-top: 70.588%;
}

.box-four ul {
	margin: 5px 0;
	padding: 0;
}

.box-four ul li {
	display: inline-block;
	margin-right: 30px;
}

.box-four {
	width: 74%;
	float: left;
	padding: 0 20px;
}

.box-four h5 {
	margin: 0;
	font-weight: bold;
}

.box-four h5 a {
	text-decoration: none;
	transition: all .5s ease;
	color: #333;
}

.box-four:hover h5 a {
	color: #0c4da2;
	transition: all .5s ease;
}


/*css style home-introduce*/

.home-introduce {
	padding: 30px 0;
}

.home-title h2 {
	margin-top: 0;
}

.home-introduce .owl-carousel .owl-item {
	padding: 3px;
}

.home-title h2 a {
	font-weight: bold;
	color: #0c4da2;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.home-title h2 a:before {
	content: '';
	display: block;
	height: 3px;
	width: 80%;
	bottom: 3px;
	position: absolute;
	z-index: 1;
}

.home-title h2 a:after {
	content: '';
	display: block;
	height: 3px;
	margin: 6px auto auto;
	width: 40%;
	transition: width .5s ease, background-color .5s ease;
	position: relative;
	z-index: 2;
	background: #0c4da2;
}

.home-title .owl-carousel .owl-item {
	padding: 5px;
}


/*css style home-talent*/

.home-talent {
	position: relative;
}

.home-talent>article {
	padding: 30px 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	right: 0;
	color: #fff;
	background: rgba(12, 77, 162, .5);
}

.box_talent {
	padding: 10px 0;
}

.box_talent>div {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_talent>div>img {
	max-height: 80px;
}

.box_talent h1 {
	font-weight: bold;
	font-size: 50px
}

.box_talent h3 {
	margin: 0;
}


/*css style home-project*/

.home-project {
	padding: 40px 0;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

.home-project>article {
	width: 100%;
}

.home-project .owl-carousel .owl-item {
	padding: 5px 0;
}


/*css style home-news*/

.home-news article {
	padding: 40px 0;
	width: 100%;
	content: "";
	display: table;
}


/*css style home-news*/

.home-partner {
	padding: 40px 0;
}

.home-partner .home-title h2 a:after {
	color: #fff !important;
}

ul.partner {
	width: 50%;
	margin: 0;
	padding: 0;
}

ul.partner li {
	width: 25%;
	height: 90px;
	float: left;
	list-style: none;
	border: 1px solid #bbb;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
}

ul.partner li a {
	padding: 20px;
}

ul.partner li:hover {
	background: rgba(255, 255, 255, .3);
}

ul.partner li img {
	max-height: 60px;
	max-width: 100px;
}


/*css style reponsive*/

@media (max-width: 768px) {
	.home-project {
		padding: 40px 20px;
	}
	.home-project .owl-carousel .owl-item {
		padding: 5px;
	}
	ul.partner {
		width: 100%;
	}
	.box_talent>div {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.box_talent>div>img {
		max-height: 50px;
	}
	.box_talent h1 {
		font-size: 30px
	}
	.box_talent h3 {
		margin: 14px;
	}
}
@media (max-width: 450px) {
	ul.partner li {
		width: 50%;
	}
	.box-three {
		width: 40%;
	}
	.box-four {
		width: 60%;
	}
	.box-four p {
		display: none;
	}
	.home-title h2 {
		font-size: 20px;
	}
	.home-partner .home-title h2 {
		text-align: center;
	}
}