* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{scroll-behavior:smooth}

@font-face {
	font-family: 'MyWebFont';
	src: url('Montserrat-ExtraBold.ttf'); /* IE9 Compat Modes */
}

.error {
	color: red;
}

header.header-area{
	background-color: #20877f;
}

header.header-area ul li{
	padding: 30px;
}

header.header-area ul li a{
	color: #ffffff;
}

.topnav {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.topnav a {
	font-weight: bold;
	float: left;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 20px 65px 15px 0px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a.link {
	padding-top: 35px;
}

.topnav a:hover {
	color: #efef1f;
}

.topnav .icon {
	display: none;
}

article #teacher {
	background-color: #e9eff3;
}

 .teacher {
 	padding: 20px;
	background-color: #ffffff;
}

 .teacher h1 {
	font-size: 53px;
	font-family: 'MyWebFont';
	color: #20877f;
}

 .teacher h4 {
	font-family: 'MyWebFont';
	color: #20877f;
}

 .teacher h5 {
	font-weight: 500;
	font-size: 25px;
	color: #ee9b00;
}

 .teacher .solieu {
	font-family: 'MyWebFont';
	line-height: 55px;
	color: #ee9b00;
	font-size: 72px;
}

 .teacher .gt_giaovien {
 	font-weight: 500;
	color: #ee9b00;
}


 .dangki{
 	margin: 30px 30px 55px 30px;
}

.dangki a{
 	border: 1px solid #ee9b00;
 	color: #ffffff;
 	background-color: #20877f;
 	padding: 6px 20px;
 	border-radius: 20px;
}
 .dangki a:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #e41020;
    color: #ffffff;
}

.teacher .diachi{
 	text-align: left;
 	color: #1f887f;
}

.img{
	width: 100%;
 	padding-left: 0px;
}

.img img{
	margin: 70px 0;
 	width: 90%;
}

article #co-operate{
	padding-top: 30px;

}

#co-operate .thumoi, #ceo .thumoi {
	border-radius: 20px;
	padding: 5px 15px;
	color: #ffffff;
	background-color: #1c9ba4;
}

#co-operate .thumoi:hover, #ceo .thumoi:hover {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	background-color: #ffc107;
}

article .content{
	padding: 15px 0 20px 0;
	text-align: center;
	font-family: 'MyWebFont';
	color: #15887f;
}	

article #co-operate .line{
	text-align: center;
	width: 16%;
	line-height: 8px;
	margin: auto;

}	

article .contents{
	width: 60%;
	background-color: #ffffff;
	margin: auto;
}

article .contents .description{
	font-size: 15px;
	padding: 0 40px 0 40px;
}

article .contents .description .hello{
	padding: 20px 0 5px 0;
}

article #ceo{
	padding-bottom: 20px;
	margin-top: 50px;
	background-color: #f5f5f5;
}

#ceo h3{
	margin-top: 50px;
	font-family: 'MyWebFont';
	color: #15887f;
}

#ceo .line{
	position: relative;
	bottom: 15px;
	margin-bottom: -15px;
	width: 40%;
	text-align: left;
}

#ceo .img{
	margin-top: 50px;
}

article #vaitro, article #giatri{
	padding: 50px 50px 0px 50px;
}


article #vaitro h2, article #giatri h2, article #thongtin h2{
	font-family: 'MyWebFont';
	color: #15887f;
}

article #vaitro .line, article #giatri .line, article #thongtin .line, article #contact .line {
	width: 20%;
	margin: auto;
	line-height: 8px;
}

#vaitro .cacvaitro p {
	text-align: justify;
	padding: 16px;
	font-weight: bold;
}

article #gvnovaedu {
	padding: 30px;
	background-color: #f0eeec;
}

#gvnovaedu .gvnovaedu {
	width: 60%;
	margin: auto;
}

article #giatri .cacgiatri p {
	text-align: justify;
	padding: 20px;
	
}

#giatri .cacgiatri .giatri {
	width: 20%;
	display: inline-table;
}

section.small_pb, .top_footer.small_pb {
	background-color: #f5f5f5;
    padding: 50px 0 50px 0;
}

.small_pb .about a{
	padding: 8px 20px;
	color: #ffffff;
	border-radius: 20px;
	background-color: #f4c119;
}

.small_pb .about a:hover {
	background-color: #ff0000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.overflow-hidden {
    overflow: hidden!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters h2{
	font-family: 'MyWebFont';
    color: #15887f;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.overlap_section {
    margin-right: -50px;
    position: relative;
    z-index: 2;
    border-radius: 0 200px 200px 0;
}

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.padding_eight_all {
    padding: 4%;
}
.bg-white {
    background-color: #fff!important;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ripple {
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #FFBC09;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    font-size: 18px !important;
    vertical-align: middle;
    margin-left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
}

.video_play {
    position: absolute;
    right: 0;
    display: table;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

@-webkit-keyframes glowing {
  0% { border-radius: 50%;background-color: #FFFFFF; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { border-radius: 50%;background-color: #FFFFFF; -webkit-box-shadow: 0 0 20px #0094FF; }
  100% { border-radius: 50%;background-color: #FFFFFF; -webkit-box-shadow: 0 0 3px #004A7F; }
}
 
@-moz-keyframes glowing {
  0% { border-radius: 50%;background-color: #FFFFFF; -moz-box-shadow: 0 0 3px #004A7F; }
  50% {  border-radius: 50%;background-color: #FFFFFF; -moz-box-shadow: 0 0 20px #0094FF; }
  100% {  border-radius: 50%;background-color: #FFFFFF; -moz-box-shadow: 0 0 3px #004A7F; }
}
 
@-o-keyframes glowing {
  0% {  border-radius: 50%;background-color: #FFFFFF; box-shadow: 0 0 3px #004A7F; }
  50% {  border-radius: 50%;background-color: #FFFFFF; box-shadow: 0 0 20px #0094FF; }
  100% { border-radius: 50%;background-color: #FFFFFF; box-shadow: 0 0 3px #004A7F; }
}
 
@keyframes glowing {
  0% { border-radius: 50%;background-color: #FFFFFF; box-shadow: 0 0 3px #004A7F; }
  50% { border-radius: 50%;background-color: #FFFFFF; box-shadow: 0 0 20px #0094FF; }
  100% { border-radius: 50%;background-color: #FFFFFF; box-shadow: 0 0 3px #004A7F; }
}
 
.ripple {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.overlay_bg_30 {
	position: relative;
}
article #chienluoc .chienluoc {
	padding: 10px 0px 30px 0px;
	background:#1e765a;
}

article #chienluoc .chienluoc h3, .chienluoc p {
	color: #ffffff;
}

article #chienluoc .chienluoc p i{
	padding-right: 10px;
	font-size: 18px;
	color: #69bf52;
}

#chienluoc .chienluoc .chienluocdetail a{
	padding: 8px 20px;
	color: #ffffff;
	border-radius: 20px;
	background-color: #f4c119;
}

.chienluocdetail:hover a{
	background-color: #ff0000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.chitietjob {
	padding: 60px;
}

.chitietjob p {
	padding: 30px;
}

.chitietjob .image {
	position: relative;
	left: 90px;
}

.chitietjob .phancach {
	border-right: 3px solid #15887f; 
}

.chitietjob .img_phancach {
	width: 80%;
}

article #thongtin {
	background-color: #f5f5f5;
	padding: 30px 0px 0px 0px;
}

.col-img {
    height: 150px;
    overflow: hidden;
}

.items-content {
    padding-top: 20px;
}

.text-des a:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
    color: #FFBC09;
}

.text-des a {
	text-decoration: none;
}

.txt16 {
    font-family: MyWebFont;
    font-size: 18px;
    color: #5d5d5d;
}

.txt18 {
    text-align: left;
    font-size: 15px;
}

.items-content img {
    width: 100%;
}
img {
    max-width: 100%;
}

article #thongtin .thongtingv{
	width: 80%;
	margin: 50px auto;
	text-align: center;
}

article #contact input, article #contact textarea{
	background-color: #f5f5f5;
}

 #contact label{
	color: #6a6a6a;
	font-weight: 500;
}

 #contact .send{
	background-color: #e1f0f1;
	color: #436eb2;
	border: 1px solid #436eb2;
	padding: 5px 20px;
}

 #contact .send:hover{
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	background-color: #f1cc18;
	color: #fff;
}

#contact .content p{
	color: #000;
}

.padding_eight_all {
    padding: 4%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.title-bancovan {
    font-family: UTMAvo_Bold;
    font-size: 18px;
    color: #ffbc09;
}

.description-bancovan {
    margin-bottom: 20px;
    color: #113682;
}

.content-bancovan {
    color: #0f1f58;
}

.imgthumb img {
    width: 100%;
    padding-right: 20px;
}

footer {
	background: #969696;
}

footer .novagroup {
    text-align: justify;
    margin: auto;
}

footer p{
	color: #ffffff;
    font-size: 15px;
}

footer .contact h4, .novagroup h4{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

footer .info-contact, .map{
    padding-top: 30px;
}


#back-to-top {
	cursor: pointer;
 	border: 2px solid cadetblue;
    position: fixed;
    bottom: 100px;
    background-color: #fff;
    color: #1e765a;
    display: none;
    right: 50px;
    padding: 3px 12px;
}

#back-to-top.cd-is-visible, #back-to-top.cd-fade-out, .no-touch #back-to-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
#back-to-top a:visited, #back-to-top a:hover {
color: #CCCCCC;
text-decoration: none;
}

.hidden_text_up {
		display: block;
	}

@media only screen and (max-width: 768px) {
	
	.img {
		padding-left: 0px;
	}

	.img_phancach {
		width: 40% !important;
	}

	.hidden_text_up {
		display: none;
	}

	.left {
		display: none;
		width: 0%;
	}
	#ceo .img{
		margin-top: 0;
	}
	.right {
		width: 100%;
	}

	.box {
		display: flex;
		width: 100%;
	}
	
	#vaitro .cacvaitro p {
		padding: 20px 0 0 0;
	}

	article #giatri .cacgiatri p{
		padding: 20px 0 0 0;
	}

	.chitietjob {
		padding: 20px;
	}

	.chitietjob .phancach {
		border-right: none;
	}

	.chitietjob p {
		padding: 0px;
	}

	.chitietjob .image {
		left: 0px;
	}

	.img img{
	 	width: 100%;
	}

	.topnav {
		width: 100%;
	}

	.topnav a {
		padding: 15px 20px 15px 15px;
	}

	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		font-size: 30px;
		display: block;
	}

	.topnav.responsive {    
		-webkit-transition: 06s;
		-o-transition: 0.6s;
		transition: 0.6s;
		right: 0px;
	    position: absolute;
	    background-color: indianred;
	    z-index: 1;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		float: none;
		display: block;
		text-align: left;
	}

	article .contents {
	    width: 100%;
	}

	article #vaitro, article #giatri {
	    padding: 50px 0 50px 0;
	}

	#giatri .cacgiatri .giatri {
    	width: 90%;
	    margin: auto;
	}

	.overlap_section {
	    margin-right: 0px; 
	    border-radius: 0; 
	}

	#gvnovaedu .gvnovaedu {
		width: 100%;
	}

	article #gvnovaedu {
		padding: 0px;
	}

	article #vaitro h2, article #giatri h2, article #thongtin h2{
		font-size: 17px;
	}
	
	.heading_s1 {
		text-align: center;
	}

	.ceo h3 {
		text-align: center;
	}

	.ceo .line {
		bottom: 9px;
		margin: auto;
		text-align: center !important;
	}

	.ceo p{
		text-align: justify;
	}
}