@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;

	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible !important;
}
.flipInX {
	opacity: 1;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
}
.animated.flipInX {
	opacity: 1;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
}
.panel-grid-cell .animated {
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}




/**/
.home-box-dv {
	padding: 60px 0;
}
.home-box-dv h2 {
	color: #222222;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	margin: 0;
	line-height: 1.5;
	margin-bottom: 30px;
}
.tab_heading {
	text-align: center;
	margin-bottom: 20px;
}
.tab_heading ul.nav_ltabs {
	display: inline-block;
	display: block;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
.home .gallery-services .controls-filter > li,
ul.nav_ltabs li {
	display: inline-block;
	padding: 5px 30px;
	margin: 0;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-bottom: 0;
	background-color: #272727;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.5;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	margin-right: -5px;
}
.home .gallery-services .controls-filter > li:hover,
.home .gallery-services .controls-filter > li.active,
ul.nav_ltabs li.active , 
ul.nav_ltabs li:hover{
	background-color: #ff7e20;
	color: #FFFFFF !important;
	border: 0;
}

.services_fa {
	clear: none;
	padding: 30px 15px;
	text-align: center;
	background: #F0F2F3 url(../css/images/__bg-arrow.png) no-repeat center top;
/*	margin-right: 15px;
	margin-left: -15px;
*/}
.services_fa img {
	height: 90px;
	object-fit: contain;
	width: 100px;
}
.services_text h3 {

	margin: 0;
	font-size: 24px;
}
/**/
div.about_wrap{
	padding: 100px 0 70px;
}
/**/
.ltab_home_wrap {
	padding: 60px 0;
}
.ltab_home_wrap .tab_heading {
	margin-bottom: 0;
}
.home .gallery-services.filter-tab .controls-filter,
.ltab_home_wrap .tab_heading ul.nav_ltabs {
	text-align: left;
	padding: 0;
}
.tabs_container {
	padding: 20px;
	background-color: #D7D7D7;
	border: 2px solid #CFD0D1;
	border-top: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel-heading {
	background-color: #272727;
	color: #FFFFFF;
	border-radius: 0;
	padding: 0;
	position: relative;
}
.panel-group .panel-default h4.panel-title {
	font-weight: 400;
	font-size: 20px;
	padding: 7px 3px 6px;
	padding-left: 60px;
	color: #fff;
	margin: 0;
	cursor: pointer;
}
.panel-group .active h4.panel-title{
	background-color: #ff7e20;
}
.panel-group .panel-title::before {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 20px;
	background-color: #ff7e20;
	width: 45px;
	min-height: 43px;
	position: absolute;
	line-height: 43px;
	left: 0px;
	top: 0px;
	bottom: 0;
	color: #fff;
	text-align: center;
}
.panel-group .active .panel-title::before {
	content: "\f068";
}
.panel-group .panel-default .panel-body {
	border: 0;
	padding: 20px;
	padding-top: 15px;
	text-align: justify;
	background-color: #D7D7D7;
}
.panel-group .panel-heading + .panel-collapse > .panel-body{
	border-top: 1px solid #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.box_ch{
	margin-bottom: 10px;
}
.content_ch {
	display: none;
}
/**/
.gallery_home_page h2,
.home-box-tin-tuc h2{
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
	font-size: 30px;
	margin-top: 0;
	text-align: center;
}
.gallery_home_page h2::after ,
.home-box-tin-tuc h2::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #ff7e20;
	content: "";
	right: 0;
	margin: auto;
}
.home .gallery-services .controls-filter > li{
	font-weight: normal;
	font-size: 14px;
	margin:0;
}
/**/
.home-box-nx {
	background-color: #D7D7D7;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0;
}
.client-item {
	text-align: center;
}
.testimony {
	font-size: 16px;
	color: #fff;
	padding: 25px 0;
}
.client-pic {
	display: inline-block;
	width: 150px;
	height: 150px;
}
.client-pic img {
	border-radius: 100%;
}
p.client {
	color: #FFFFFF;
	margin: 15px 0 20px;
	line-height: 1.5;
}
p.client strong {
	color: #ff7e20;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}
span.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: transparent;
	opacity: 1;
	border:1px solid #fff;
}
.home-box-nx .swiper-container-horizontal > .swiper-pagination-bullet{
	bottom: 0;
}
/**/
.home-box-tin-tuc{
	padding-top: 60px;
}
.main-homett {
	position: relative;
	padding-top: 30px;
}
.article_item .img_holder {
	position: relative;
}
.article_item .img_holder img{
	max-height: 216px;
	object-fit: cover;
	width: 100%;
}
.mask-overlay {
	left: 10px;
	right: 10px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	top: 10px;
	bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.overlay_icon {
	position: absolute;
	top: 35%;
	left: -42%;
	display: block;
	width: 30px;
	height: 30px;
}
.overlay_icon i {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	background-color: #ff7e20;
}
.article_item .img_holder .date_added {
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 100;
	color: #FFFFFF;
	font-weight: bold;
}
.article_item .article_info .post_title {
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	display: block;
	line-height: 25px;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 2px;
	padding-bottom: 5px;
}
.article_item .img_holder:hover .mask-overlay {
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.article_item .img_holder:hover .mask-overlay .overlay_icon {
	left: 42%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.article_info p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

div.swiper-button-next,
div.swiper-button-prev {
	background:#000;
	color:#fff;
	width:40px;
	height:40px;
	line-height:48px;
	position:absolute;
	top:50%;
	z-index:2;
	overflow:hidden;
	text-align:center;
	left:0;
}
div.swiper-button-next {
	right:0;
	left:auto
}
div.swiper-button-prev::before {
	content:"\f053";
	font-size:20px;
	line-height:28px;
	font-family:'FontAwesome';
	color:#fff
}
div.swiper-button-next::before {
	content:"\f054";
	font-size:20px;
	line-height:28px;
	font-family:'FontAwesome';
	color:#fff
}

.home-box-tin-tuc div.swiper-button-next,
.home-box-tin-tuc div.swiper-button-prev{
	top: 0;
}
@media only screen and (max-width: 900px) {
	.home-box-dv,
	.ltab_home_wrap,
	.home-box-nx,
	.home-box-tin-tuc {
		padding: 20px 0;
	}
	div.about_wrap {
		padding: 50px 0 0;
	}
	.panel-group .panel-default h4.panel-title {
		font-size: 18px;
	}
	.panel-group .panel-title::before{
		min-height: auto;
	}
	.testimony {
		font-size: 15px;
		padding: 10px 0;
	}
	p.client strong {
		font-size: 20px;
	}
	.home .gallery-services .controls-filter > li, ul.nav_ltabs li{
		padding: 5px 10px;
	}

}

@media only screen and (max-width: 700px) {
	.tabs_container{
		padding: 0 10px;
	}
	.article_item .article_info .post_title{
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px) {
	.ltab_home_wrap .col-lg-6{
		width: 100%;
	}
	.ltab_home_wrap .col-lg-6+.col-lg-6{
		margin-top: 20px;
	}
	.testimony {
		font-size: 14px;
		padding: 0 0 10px;
	}
	.client-pic {
		width: 120px;
		height: 120px;
	}
	p.client strong {
		font-size: 18px;
	}
}
@media only screen and (max-width: 500px) {
	.services_tab .col-lg-3,
	.services_tab .col-lg-9{
		width: 100%;
	}
	.services_fa{
		padding: 15px;
	}
	.services_text {
		text-align: center;
	}
	.services_text h3 {
		margin: 5px 0;
		font-size: 22px;
	}
	.article_item .article_info .post_title {
		font-size: 16px;
	}
}