/***************/
.owl-theme .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: #869791;
    border-radius: 30px;
    /*display: block;*/
    height: 15px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 15px;
   	display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:teal;
}
.owl-dots {
    position: absolute;
    bottom: -188px;
    /*left: 48%;*/
    text-align: center;
    width: 100%;

}

.slide {
	/*height: 470px; dành-cho-có-nền đen-slide*/
	height: 320px;
	overflow: hidden;
	position: relative;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0);
}

.slide * {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0);
}

.slide:after {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0);
}

#presentation .slide {
  height: 655px;
}

.slide-image {
	display: block;
	height: 370px;
	left: 50%;
	margin: -50px 0 0 -370px;
	max-width: none;
	position: absolute;
	top: 0;
	width: 740px !important;
}

#presentation .slide-image {
  height: 555px;
}

.slide-text {
	background: #242729;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 200px;
	left: 0;
	padding: 20px 50px;
	position: absolute;
	width: 100%;
}

#presentation .slide-text {
  color: #bbb;
}

.event-name {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
	text-transform: none;
}

.client-name {
	color: #9fa1a1;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.location {
	color: #9fa1a1;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 0;

}

.view-project {
	margin: 15px 0 0 0;
}

.view-project a {
	border: 1px solid #4d4d4e;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 14px 6px 14px;
	text-transform: uppercase;
	-webkit-transition: border 0.2s;
	-moz-transition: border 0.2s;
	-o-transition: border 0.2s;
	transition: border 0.2s;
}

.view-project a:hover {
	border-color: #fff;
}

.owl-controls {
	bottom: 154px;
	height: 36px;
	position: absolute;
	width: 100%;

}

.owl-prev {
	/*background: url("prev.svg") no-repeat 50% 50%;*/
	background: url("prev.png") no-repeat 50% 50%;
	cursor: pointer;
	height: 32px;
	width: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	top: 20px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	
}

.owl-prev:hover {
	opacity: 0.5;
}

.owl-next {
	background: url("next.png") no-repeat 50% 50%;
	/*background: url("next.svg") no-repeat 50% 50%;*/
	/*background: url("slideshow-arrow-next.png") no-repeat 0 0;*/
	cursor: pointer;
	height: 32px;
	width: 32px;
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	right: -15px;
	text-indent: -999px;
	top: 84px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.owl-next:hover {
	opacity: 0.5;
}

#about-section {
	min-height: 120px;
	padding: 70px 20px;
	position: relative;
}

#about-section:after {
	background: url("images/about-section-background-mobile.png") no-repeat 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 65px;
	position: absolute;
	right: 0;
	width: 23px;
}

#about-section-heading {
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

#about-section-heading:first-line {
	font-weight: 300;
}

#about-section-links {
	margin-bottom: 30px;
}

#about-section-links {
	font-size: 13px;
	line-height: 13px;
}

#about-section-links a {
	border: 1px solid #ee2f2a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#about-section-links a:hover {
	background: #ee2f2a;
	color: #fff;
}

#about-section-map {
	display: block;
	max-width: 100%;
}

#clients-section {
	background-image: url("images/clients-section-triangles-mobile.png"), url("images/clients-section-background.jpg");
	background-repeat: no-repeat;
	background-position: right bottom, center center;
	background-size: auto, cover;
	color: #fff;
	height: 530px;
}

#clients-section-wrapper {
	margin: 0 auto;
	padding: 50px 0 20px 0;
	width: 310px;
}

#clients-section-heading {
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

#clients-section-heading:first-line {
	font-weight: 300;
}

#clients-toggle {
	height: 68px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 308px;
	z-index: 2;
}

#trusted-by-toggle {
	background: url("images/clients-toggle-mobile-inactive.png") no-repeat center center;
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 58px;
	line-height: 14px;
	margin: 0 5px;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 144px;
}

#partnered-with-toggle {
	background: url("images/clients-toggle-mobile-inactive.png") no-repeat center center;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 58px;
	line-height: 14px;
	margin: 0 5px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 144px;
}

/*#trusted-by-toggle.active,
#partnered-with-toggle.active {
	background-image: url("images/clients-toggle-mobile-active.png");
	height: 48px;
	padding-top: 20px;
}*/

#trusted-carousel,
#partnered-carousel {
	height: 200px;
	margin-top: 5px;
	position: relative;
	width: 300px;
}

#trusted-carousel.inactive,
#partnered-carousel.inactive {
	display: none;
}

#trusted-carousel .client,
#partnered-carousel .client {
	height: 150px;
	width: 150px;
}

#trusted-carousel .owl-controls,
#partnered-carousel .owl-controls {
	bottom: 0;
}

#trusted-carousel .owl-prev,
#partnered-carousel .owl-prev {
	left: 50%;
	margin-left: -90px;
}

#trusted-carousel .owl-next,
#partnered-carousel .owl-next {
	right: 50%;
	margin-right: -90px;
}
/*
#services-section {
	background: url("images/services-section-triangles-mobile.png") no-repeat right bottom;
	height: 600px;
	padding: 50px 0;
}*/

#services-section-wrap {
	background: #242729 url("images/services-section-background.jpg") no-repeat center center;
	background-size: cover;
	height: 600px;
}

#services-section-wrapper {
	padding: 40px 20px;
}

#services-section-heading {
	color: #fff;
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 0 0 30px 0;
}

#services-section-heading:first-line {
	font-weight: 300;
}

#services-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#services-list li {
	margin-bottom: 2px;
}

#services-list a {
	background: #ee2f2a;
	background: rgba(238, 47, 42, 0.7);
	border: 2px solid #ee2f2a;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	min-height: 40px;
	padding: 14px 40% 14px 20px;
	text-transform: uppercase;
}

#services-list a:first-line {
	font-weight: 800;
}

#services-list .description,
#services-list .btn {
	display: none;
}

#home-scroll-link {
	display: none;
}

@media screen and (min-width:740px) {

	#header.home {
		height: 600px;
	}

	#section-wrapper.home {
		margin: 0;
		width: auto;
	}

	.slide {
		height: 600px;
	}
	
	#presentation .slide {
  	height: 708px;
	}

	.slide:after {
		/*border-right: 460px solid #000;
		border-right-color: rgba(0, 0, 0, 0.75);
		border-top: 460px solid transparent;*/
		bottom: 0;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		right: 0;
		width: 0;
	}
	
	#presentation .slide:after {
  	border-right-width: 560px;
  	border-top-width: 560px;
	}

	.slide-image {
		height: 600px;
		margin: 0 0 0 -600px;
		width: 1200px !important;
	}
	
	#presentation .slide-image {
  	height: auto;
  	/*height: 768px;*/
	}

	.slide-text {
		background: none;
		bottom: 40px;
		height: auto;
		left: auto;
		padding: 0;
		right: 20px;
		text-align: right;
		width: 210px;
		z-index: 1;
	}
	
	#presentation .slide-text {
  	width: 300px;
	}

	.event-name {
		font-size: 30px;
		line-height: 34px;
		margin-left: 40px;
	}

	/*.owl-controls {
		bottom: 310px;
		height: 36px;
		position: absolute;
		right: 20px;
		width: 54px;
	}
	
	#presentation .owl-controls {
  	bottom: 350px;
	}

	.owl-prev {
		left: 0;
	}

	.owl-next {
		right: 0;
	}*/

	#home-scroll-link {
		background: url("images/home-scroll-arrow.png") no-repeat 0 0;
		bottom: 0;
		display: block;
		height: 26px;
		left: 50%;
		margin-left: -39px;
		overflow: hidden;
		position: absolute;
		text-indent: -999px;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
		width: 78px;
		z-index: 1;
	}

	#home-scroll-link:hover {
		opacity: 0.8;
	}

	#about-section {
		min-height: 240px;
		padding: 90px 20px;
	}

	#about-section:after {
		background-image: url("images/about-section-background-tablet.png");
		height: 89px;
		width: 243px;
	}

	#about-section-wrapper {
		margin: 0 auto;
		width: 720px;
	}

	#about-section-wrapper:after {
		clear: both;
		content: "";
		display: table;
	}

	#about-section-text {
		float: left;
		width: 370px;
	}

	#about-section-heading {
		font-size: 40px;
		line-height: 42px;
	}

	#about-section-paragraph {
		font-size: 15px;
		line-height: 22px;
	}

	#about-section-links {
		font-size: 14px;
		line-height: 14px;
	}

	#about-section-map {
		float: right;
		margin-top: 100px;
		max-width: 330px;
	}

	#clients-section {
		background-image: url("images/clients-section-triangles-tablet.png"), url("images/clients-section-background.jpg");
		background-repeat: no-repeat;
		background-position: right bottom, center center;
		background-size: auto, cover;
		padding: 0;
	}

	#clients-section-wrapper {
		margin: 0 auto;
		padding: 80px 0 0 0;
		width: 720px;
	}

	#clients-section-heading {
		font-size: 42px;
		letter-spacing: 4px;
		line-height: 44px;
		margin: 0 240px 20px 0;
	}

	#clients-section-paragraph {
		font-size: 14px;
		line-height: 20px;
		margin: 0 240px 0 0;
		padding-bottom: 10px;
	}

	#clients-toggle {
		font-weight: 800;
		height: 78px;
		margin-top: 20px;
		width: 628px;
	}

	#trusted-by-toggle {
		background-image: url("images/clients-toggle-tablet-inactive.png");
		font-size: 18px;
		height: 66px;
		letter-spacing: 2px;
		line-height: 20px;
		padding-top: 12px;
		width: 304px;
	}

	#partnered-with-toggle {
		background-image: url("images/clients-toggle-tablet-inactive.png");
		font-size: 18px;
		height: 66px;
		letter-spacing: 2px;
		line-height: 20px;
		padding-top: 12px;
		width: 304px;
	}

	#trusted-by-toggle.active,
	#partnered-with-toggle.active {
		background-image: url("images/clients-toggle-tablet-active.png");
		height: 56px;
		padding-top: 22px;
	}

	#trusted-carousel,
	#partnered-carousel {
		height: 150px;
		margin: 5px auto 0 auto;
		width: 620px;
	}

	#trusted-carousel .owl-controls,
	#partnered-carousel .owl-controls {
		bottom: 90px;
		height: auto;
		right: -45px;
		width: 710px;
	}

	#trusted-carousel .owl-prev,
	#partnered-carousel .owl-prev {
		left: 0;
		margin-left: 0;
	}

	#trusted-carousel .owl-next,
	#partnered-carousel .owl-next {
		right: 0;
		margin-right: 0;
	}

	#services-section {
		background-image: url("images/services-section-triangles-tablet.png");
		height: 540px;
		padding: 100px 0;
	}

	#services-section-wrap {
		height: 540px;
	}

	#services-section-wrapper {
		padding: 50px 0;
	}

	#services-section-heading {
		font-size: 42px;
		letter-spacing: 3px;
		line-height: 44px;
		margin: 0 auto;
		padding: 0 240px 0 0;
		width: 480px;
	}

	#services-list {
		background: url("images/services-section-square-tablet.png") no-repeat center center;
		height: 432px;
		margin-top: -100px;
		padding-top: 100px;
		position: relative;
	}

	#services-list li {
		left: 50%;
		margin-bottom: 0;
		position: absolute;
	}

	#services-list .one {
		margin-left: -356px;
		top: 376px;
	}

	#services-list .two {
		margin-left: -222px;
		top: 245px;
	}

	#services-list .three {
		margin-left: -87px;
		top: 376px;
	}

	#services-list .four {
		margin-left: 46px;
		top: 245px;
	}

	#services-list .five {
		margin-left: 180px;
		top: 376px;
	}

	#services-list .six {
		margin-left: 180px;
		top: 112px;
	}

	#services-list a {
		background: none;
		border: none;
		padding: 0;
		text-align: center;
		-webkit-transition: color 0.2s;
		-moz-transition: color 0.2s;
		-o-transition: color 0.2s;
		transition: color 0.2s;
		width: 180px;
	}

	#services-list a:hover {
		color: #f7b3b0;
	}

	#services-list a:first-line {
		font-weight: 800;
	}

}

@media screen and (min-width:1200px) {

	.slide:after {
		border-right-width: 560px;
		border-top-width: 560px;
	}
	
	#presentation .slide:after {
  	border-right-width: 660px;
  	border-top-width: 660px;
	}

	.slide-image {
		height: auto;
		left: 0;
		margin: 0;
		top: 0;
		width: 100% !important;
	}

	.slide-text {
		right: 100px;
	}

	#about-section {
		min-height: 340px;
		padding: 120px 0;
	}

	#about-section:after {
		background-image: url("images/about-section-background-desktop.png");
		right: 117px;
		width: 269px;
	}

	#about-section-wrapper {
		margin: 0 auto;
		width: 1000px;
	}

	#about-section-text {
		width: 490px;
	}

	#about-section-heading {
		font-size: 54px;
		line-height: 56px;
	}

	#about-section-paragraph {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 25px 0;
	}

	#about-section-links a {
		margin-right: 5px;
	}

	#about-section-map {
		max-width: 470px;
	}

	#clients-section {
		background-image: url("images/clients-section-triangles-desktop.png"), url("images/clients-section-background.jpg");
		background-repeat: no-repeat;
		background-position: right top, center center;
		background-size: auto, cover;
	}

	#clients-section-wrapper {
		width: 1000px;
	}

	#clients-section-wrapper:after {
		clear: both;
		content: "";
		display: table;
	}

	#clients-section-heading {
		font-size: 54px;
		line-height: 54px;
		margin: 0 430px 20px 0;
	}

	#clients-section-paragraph {
		margin: 0 430px 0 0;
	}

	#clients-toggle {
		float: left;
		font-weight: 300;
		height: auto;
		margin-top: 0;
		padding-top: 50px;
		width: 270px;
	}

	#trusted-by-toggle {
		background-image: url("images/clients-toggle-desktop-inactive.png");
		background-position: left top;
		height: 32px;
		margin: 0 0 5px 0;
		padding: 12px 0 0 15px;
		text-align: left;
		width: 254px;
	}

	#partnered-with-toggle {
		background-image: url("images/clients-toggle-desktop-inactive.png");
		background-position: left top;
		height: 32px;
		margin: 0 0 5px 0;
		padding: 12px 0 0 15px;
		text-align: left;
		width: 254px;
	}

	#trusted-by-toggle.active,
	#partnered-with-toggle.active {
		background-image: url("images/clients-toggle-desktop-active.png");
		height: 32px;
		padding-top: 12px;
	}

	#trusted-carousel,
	#partnered-carousel {
		/*float: left;
		margin: 20px 0 0 65px;*/
		margin-top: 20px;
	}

	#services-section {
		background-image: url("images/services-section-triangles-desktop.png");
		height: 680px;
	}

	#services-section-wrap {
		height: 680px;
	}

	#services-section-wrapper {
		margin: 0 auto;
		padding: 60px 0 0 0;
		width: 1000px;
	}

	#services-section-heading {
		font-size: 54px;
		letter-spacing: 4px;
		line-height: 54px;
		padding-right: 400px;
		width: 600px;
	}

	#services-list {
		background-image: url("images/services-section-square-desktop.png");
		height: 535px;
		margin-top: -130px;
		padding-top: 130px;
		position: relative;
	}

	#services-list .one {
		margin-left: -446px;
		top: 478px;
	}

	#services-list .two {
		margin-left: -276px;
		top: 312px;
	}

	#services-list .three {
		margin-left: -110px;
		top: 478px;
	}

	#services-list .four {
		margin-left: 64px;
		top: 312px;
	}

	#services-list .five {
		margin-left: 226px;
		top: 478px;
	}

	#services-list .six {
		margin-left: 226px;
		top: 146px;
	}

	#services-list a {
		font-size: 22px;
		line-height: 24px;
		position: relative;
		transition: all 0.3s;
		width: 220px;
	}

	#services-list a:hover {
		color: #fff;
		top: -36px;
	}

	#services-list .description {
		display: block;
		font-size: 13px;
		line-height: 18px;
		opacity: 0;
		text-transform: none;
		-webkit-transition: 0.3s opacity, 0s visibility 0.3s;
		-moz-transition: 0.3s opacity, 0s visibility 0.3s;
		-o-transition: 0.3s opacity, 0s visibility 0.3s;
		transition: 0.3s opacity, 0s visibility 0.3s;
		visibility: hidden;
	}

	#services-list a:hover .description {
		display: block;
		font-size: 13px;
		line-height: 18px;
		opacity: 1;
		text-transform: none;
		-webkit-transition: 0.3s opacity, 0s visibility 0s;
		-moz-transition: 0.3s opacity, 0s visibility 0s;
		-o-transition: 0.3s opacity, 0s visibility 0s;
		transition: 0.3s opacity, 0s visibility 0s;
		visibility: visible;
	}

	#services-list .btn {
  	border: 1px solid #fff;
  	display: block;
		font-size: 12px;
		margin: 10px auto 0;
		opacity: 0;
		width: 100px;
  	-webkit-transition: 0.3s opacity, 0s visibility 0.3s;
		-moz-transition: 0.3s opacity, 0s visibility 0.3s;
		-o-transition: 0.3s opacity, 0s visibility 0.3s;
		transition: 0.3s opacity, 0s visibility 0.3s;
		visibility: hidden;
	}

	#services-list a:hover .btn {
    opacity: 1;
  	-webkit-transition: 0.3s opacity, 0s visibility 0s;
		-moz-transition: 0.3s opacity, 0s visibility 0s;
		-o-transition: 0.3s opacity, 0s visibility 0s;
		transition: 0.3s opacity, 0s visibility 0s;
		visibility: visible;
	}


}




