@font-face {
	font-family: 'Roboto-Bold';
	src: url(../fonts/Roboto-Bold.ttf)
}

@font-face {
	font-family: 'HELVETICANEUEMEDIUM';
	src: url(../fonts/HELVETICANEUEMEDIUM.TTF)
}

@font-face {
	font-family: 'HELVETICANEUE';
	src: url(../fonts/HELVETICANEUE.TTF)
}
@media only screen and (max-width:1920px) and (min-width:1500px){
	.team-teachers{
	padding: 76px 0 10px !important;
}
.team-teachers::before{
	left: 15% !important;
}
.team-teachers{background-size: cover !important;}
}
.company {
	margin-top: 25px;
	position: relative;
}

	.company:before {
		position: absolute;
		content: "";
		width: 215px;
		height: 120px;
		/* background: url(../images/banner_hd.png) no-repeat; */
		top: -24px;
		right: 0;
		z-index: 0;
	}

.company-name .company-title {
	color: #5e2e91;
	font-family: 'Roboto-Bold';
	font-size: 20px;
	text-align: center;
}

.company-name .address {
	color: #000000;
	font-family: 'HELVETICANEUEMEDIUM';
	font-size: 14px;
	text-align: center;
	padding: 10px 92px 0;
}

.company-name .hotline {
	color: #000000;
	font-family: 'HELVETICANEUEMEDIUM';
	font-size: 14px;
	text-align: center;
}

#main-menu li a i {
	position: absolute;
	right: 24px;
	top: 0;
}

.searchform {
	position: relative;
	z-index: 3;
}

	.searchform .submit, .mini-search .submit {
		display: block;
		padding-left: 22px !important;
		border: none;
		background-color: transparent;
		text-decoration: none;
		padding-top: 43px;
		padding: 15px 11px 10px 11px !important;
		margin-left: 20px;
	}

		.mini-search .submit:before {
			position: absolute;
			top: 50%;
			left: 0;
			height: 20px;
			width: 20px;
			margin-top: -8px;
			background-position: 0 center;
			background-repeat: no-repeat;
			content: "\f002";
			font: normal normal normal 20px/1 FontAwesome;
			color: #fff;
		}

.form-contact {
	position: absolute;
	top: 32px;
	right: 0;
	z-index: -9;
	transform: scale(0,0);
	transition: all .8s ease-out .2s;
	opacity: 0;
}

#txt_search {
	background-color: #fff;
	border-color: #e6e6e6;
	margin-bottom: 5px;
	padding: 7px 15px;
	color: #000;
	border: 1px solid #e0e1e1;
	background-color: #fbfcfc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999999 !important;
}

.btn-close {
	background: #5e2e91;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	line-height: 20px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.site-overlay {
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -999;
	opacity: 0;
	transition: all .5s ease-out .2s;
}

.active_popup {
	transform: scale(1,1) !important;
	z-index: 99999 !important;
	opacity: 1 !important;
}

#rev_slider_2_1 {
	position: relative;
}

	#rev_slider_2_1 .owl-nav .owl-prev {
		left: 0;
		position: absolute;
		top: 30%;
		/* font-size: 34px; */
		/* color: #ffffff; */
		/* border-radius: 50%; */
		/* background: #fe0000; */
		/* border: 1px solid; */
		/* padding: 7px !important; */
		/* opacity: 0.8; */
	}

		#rev_slider_2_1 .owl-nav .owl-prev span {
			font-size: 70px;
			padding: 7px;
			color: #5e2e91;
		}

	#rev_slider_2_1 .owl-nav .owl-next {
		right: 0;
		position: absolute;
		top: 30%;
		/* font-size: 34px; */
		/* color: #000; */
		/* border-radius: 50%; */
		/* background: #fc1414; */
		/* border: 1px solid; */
		/* padding: 7px !important; */
		/* opacity: 0.8; */
	}

		#rev_slider_2_1 .owl-nav .owl-next span {
			font-size: 70px;
			padding: 7px;
			color: #5e2e91;
		}

	#rev_slider_2_1 .owl-dots {
		position: absolute;
		bottom: 6px;
		right: 38px;
	}

	#rev_slider_2_1 .owl-dot.active.owl-dot span {
		background: #d91f26;
	}

	#rev_slider_2_1 .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px;
		padding: 3px 10px;
	}

.img-about img {
	width: 384px;
	height: 350px;
	margin-top: 45px;
}

.desc-about {
	color: #000000;
	margin-top: 15px;
	font-size: 15px;
	font-family: 'HELVETICANEUE';
}

.vdesc-title .title-n {
	color: #613193;
	font-size: 20px;
	font-family: 'HELVETICANEUEMEDIUM';
}

.vdesc-title .desc-n {
	color: #000000;
	font-size: 13px;
	font-family: 'HELVETICANEUEMEDIUM';
}

.sevice-title a {
	color: #333333;
	font-family: 'HELVETICANEUEMEDIUM';
	font-size: 18px;
}

.sevice-title {
	background: #ffffff;
	padding-top: 20px;
	height: 75px;
}

.team-teachers {
	padding: 70px 0;
	background: url(../images/background.jpg) no-repeat;
	position: relative;
	width: 100%;
	max-width: 100%;
	/* background-size: cover; */
}

	.team-teachers::before {
		position: absolute;
		top: 2px;
		left: 0;
		content: "";
		width: 482px;
		height: 100%;
		background: url(../images/backgroundleft.jpg) no-repeat;
	}

.title-teachers h3 {
	/* text-align: center; */
	font-size: 30px;
	font-family: 'HELVETICANEUEMEDIUM';
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 30px;
}

.desc-teachers {
	font-size: 18px;
	font-family: 'HELVETICANEUEMEDIUM';
	color: #ffffff;
	margin-bottom: 15px;
}

.btn-shortcode {
	background: #5e2e91;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
}

	.btn-shortcode:hover {
		text-decoration: none;
	}

.sup_item_img a img {
    width: 80px !important;
    height: 80px;
    max-width: 70px!important;
    max-height: 70px!important;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #ffffff;
}

.sup_item_info {
	color: #ffffff;
	font-size: 16px;
	font-family: 'HELVETICANEUEMEDIUM';
	margin-bottom: 10px;
	text-transform: uppercase;
}

.vdsec-support {
	color: #ffffff;
	font-size: 16px;
	font-family: 'HELVETICANEUE';
	margin-bottom: 16px;
}

.vc_column_container {
	padding: 30px 0;
}

#customers1 .box_hotel img {
	width: 114px !important;
	height: 114px;
	border-radius: 50%;
	margin: 0 auto;
	border: 2px solid #ffffff;
}

#customers1 .title_hotel a {
	/* font-family: 'OpenSans-Semibold'; */
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'HELVETICANEUEMEDIUM';
	text-align: center;
}

#customers1 .desc-yk p {
	color: #000000;
	font-size: 18px;
	/* font-family: 'OpenSans-Semibold'; */
	font-family: 'HELVETICANEUE';
}

#customers1 .desc-yk {
	text-align: center;
	position: relative;
	padding: 0 100px;
}

	#customers1 .desc-yk::after {
		content: "";
		position: absolute;
		top: 0;
		left: 37px;
		background: url(../images/left.png) no-repeat;
		width: 65px;
		height: 50px;
	}

	#customers1 .desc-yk::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 22px;
		background: url(../images/right.png) no-repeat;
		width: 65px;
		height: 50px;
	}

#customers1 .title_hotel {
	margin: 16px 0;
	text-align: center;
}

.sevice-title a:hover {
	text-decoration: none;
	color: #5e2e91;
}

#customers1 .owl-nav {
	display: none;
}

#customers1 .owl-dots .owl-dot span {
	width: 20px;
	height: 6px;
	margin: 5px 2px;
	background: #5e2e91;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	padding: 0px 15px;
}

#customers1 .owl-dot.active.owl-dot span {
	background: #f7941d;
}

#customers1 .owl-dots {
	text-align: center;
	margin-top: 20px;
}

img.replace-2x {
	/* padding: 4px; */
	border: 1px solid #e1e1e1;
	margin: 0 auto;
	width: 90%;
	height: 80px;
	background: #fff;
}

#manucarousel01 {
	position: relative;
}

	#manucarousel01 .owl-nav .owl-prev {
		left: -21px;
		position: absolute;
		top: 1%;
		/* font-size: 34px; */
		/* color: #ffffff; */
		/* border-radius: 50%; */
		/* background: #fe0000; */
		/* border: 1px solid; */
		/* padding: 7px !important; */
		/* opacity: 0.8; */
	}

		#manucarousel01 .owl-nav .owl-prev span {
			font-size: 50px;
			padding: 7px;
			color: #5e2e91;
		}

	#manucarousel01 .owl-nav .owl-next {
		right: -24px;
		position: absolute;
		top: 1%;
		/* font-size: 34px; */
		/* color: #000; */
		/* border-radius: 50%; */
		/* background: #fc1414; */
		/* border: 1px solid; */
		/* padding: 7px !important; */
		/* opacity: 0.8; */
	}

		#manucarousel01 .owl-nav .owl-next span {
			font-size: 50px;
			padding: 7px;
			color: #5e2e91;
			height: 30px;
			width: 42px;
		}

#wrap-footer-top {
	background: url(../images/backgoundft.png) no-repeat;
	width: 100%;
	background-size: cover;
	padding-bottom: 20px;
	padding-top: 30px;
}

.logo-footer h3 {
	font-size: 17px;
	font-family: 'HELVETICANEUE';
	text-transform: uppercase;
	position: relative;
	/* font-weight: bold; */
	color: white;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 32px;
}

.footer-middle-col2-item {
	overflow: hidden;
	float: left;
	width: 100%;
}

.footer-middle-col2-icon {
	margin-right: 10px;
	margin-top: 0px;
	float: left;
	height: 36px;
	vertical-align: middle;
	padding-top: 9px;
	/* overflow: hidden; */
}

.footer-middle-col2-item span {
	color: #ffffff;
	font-size: 15px;
	/* font-family: 'SVN-Aguda-Regular'; */
	text-align: justify;
	display: block;
	line-height: 22px;
	margin: 5px 0;
	font-family: 'HELVETICANEUE';
}

.box-footer-card h3 {
	margin: 0px 0 20px 0;
	line-height: 31px;
	font-family: 'HELVETICANEUE';
	/* padding-left: 5px; */
	/* border-bottom: 1px solid; */
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 19px;
	/* font-weight: 300; */
	padding-bottom: 10px;
	font-family: 'HELVETICANEUEMEDIUM';
}

	.box-footer-card h3:before {
		content: "";
		position: absolute;
		width: 3px;
		height: 15px;
		background: #120d64;
		bottom: 18px;
		left: -11px;
		z-index: 2;
	}

.logo-footer h4 span {
	font-size: 18px;
	font-family: 'HELVETICANEUEMEDIUM';
	text-transform: uppercase;
	position: relative;
	/* font-weight: bold; */
	color: white;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.time_news .img-project {
	width: 100%;
	height: 213px;
}

.tit-one {
	margin-top: 15px;
}

	.tit-one a:hover {
		text-decoration: none;
		color: #5e2e91 !important;
	}

	.tit-one a {
		color: #ffffff !important;
		font-size: 13px;
		/* font-family: 'HELVETICANEUE'; */
		/* font-weight: bold; */
		font-family: 'ARIAL';
		font-family: 'HELVETICANEUEMEDIUM';
		margin-bottom: 5px;
	}

.txtalign {
	color: #ffffff !important;
	/* font-family: 'BAOMOI-SEMIBOLD'; */
	font-size: 11px !important;
	font-family: 'HELVETICANEUE';
	font-family: 'ARIAL';
	/* font-family: 'HELVETICANEUE'; */
}

.list li {
	overflow: hidden;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

ul.list li img {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 15px;
	border: 1px solid #ededed;
	/* margin-top: 12px; */
	border-radius: unset;
}

.tit-one1 a:hover {
	text-decoration: none;
	color: #5e2e91 !important;
}

.tit-one1 a {
	color: #ffffff !important;
	font-size: 13px;
	/* font-family: 'BAOMOI-SEMIBOLD'; */
	font-family: 'HELVETICANEUE';
	font-family: 'ARIAL';
	/* font-weight: bold; */
	font-family: 'HELVETICANEUEMEDIUM';
}

.fanpage iframe {
	max-height: 250px;
}

.social-header a .fa {
	padding: 8px 13px;
	font-size: 20px;
	margin-right: 10px;
	border: 1px solid;
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
}

#swiper-slide .owl-nav {
	display: none;
}

@media(max-width:768px) {
	.team-teachers {
		background-size: cover;
	}

		.team-teachers::before {
			width: 100%;
		}
}

@media(max-width:480px) {
	.img-about img {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.title-vechungtoi h2 span {
		font-size: 20px;
	}

	img.advs {
		padding-top: 0;
		margin-top: 0;
	}

	.title-daotao h2 span {
		font-size: 20px;
	}

	.wp-ct {
		padding: 20px 0;
	}

	.title-teachers h3 {
		font-size: 20px;
	}

	.desc-teachers {
		font-size: 16px;
	}

	.sup_item_img a img {
		height: 115px;
	}

	.sup_item_info {
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
	}

	.vdsec-support {
		font-size: 14px;
	}

	#customers1 .title_hotel a {
		font-size: 18px;
	}

	#customers1 .desc-yk {
		padding: 0px 20px;
	}

		#customers1 .desc-yk::before {
			display: none;
		}

		#customers1 .desc-yk::after {
			display: none;
		}

	#manucarousel01 .owl-nav {
		display: none;
	}

	.box-footer-card h3:before {
		left: -5px;
	}
	.box-footer-card h3 {
		font-size: 16px;
	}
	.logo-footer h4 span{
		font-size:16px;
	}
}
#customers .owl-nav{
	display:none;
}