/*================= BEGIN: style ==================*/
.div_input{
  position: relative;
}
.div_input .glyphicon:before{
  display: none;
}
.div_input .form-control-feedback{
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.div_input .form-control-feedback.glyphicon-ok{
  display: none;
}
.div_input.has-error input,
.div_input.has-error textarea,
.div_input.has-error select,
.div_input.has-error .form-control{
  border: 1px solid #f60000 !important;
}
.recaptcha .fancybox-close-small{
  border-radius: 0px;
}
#vnt-menu-fixed{
  box-sizing: border-box;
}
/*================= END: style ==================*/

/********************* loading page ****************************/
.loadOverlay{
  position: relative;
  min-height: 360px;
}
.loadOverlay:before{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  border-top: 2px solid #177f68;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  z-index: 1254;
}
.loadOverlay:after{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f5f5f5;
  opacity: .8;
  z-index: 1255;
}
.loadOverlay.loadCenter:before{
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -30px;
}
.loadOverlay.minHauto{
  min-height: auto; 
}
@-webkit-keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
/********************* loading page ****************************/

.mid-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

/* pagination */
.pagination{
	border: 0;
	padding-top: 0px;
}
.pagination ul{
	text-align: center;
}
.pagination ul li{
	display: inline-table;
	margin-bottom: 0px;
	margin: 0px 5px 5px 0px;
}
.pagination ul li span,
.pagination ul li a{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #656565;
	font-size: 16px;
	border-radius: 100%;
	border: 1px solid #eaeaea;
    background-color: #eaeaea;
}
.pagination .pagecur{
	border: 2px solid #00755a;
    background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #656565;
}
.pagination a:visited.btnPage,
.pagination a:visited,{
	color: #656565;
}
.pagination a{
	color: #fff;
}
/* End pagination */

#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .item .img{
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
#vnt-slide-home .item .img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:#000000;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}
#vnt-slide-home .caption{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2;
}
#vnt-slide-home .caption .t1{
	font-size: 40px;
	line-height:50px;
	font-weight: 800;
	color:#ffffff;
	margin-bottom: 10px;
}
#vnt-slide-home .caption .t2{
	font-size: 20px;
	line-height: 30px;
	color:#ffffff;
	margin-bottom: 20px;
}
#vnt-slide-home .caption .link a {
    display: inline-block;
    background: #fdb913;
    color: #ffffff;
    font-weight: 800;
    width: 180px;
    text-align: center;
    padding: 12px 10px;
}
#vnt-slide-home .caption .link a:hover{
	background: #ffffff;
	color:#333333;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width:20px;
	height:30px;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.6;
}
#vnt-slide-home .slick-prev{
	background-image: url(../images/i-prev.svg);
	left:0px;
}
#vnt-slide-home .slick-next{
	background-image: url(../images/i-next.svg);
	right:0px;
}
#vnt-slide-home .slick-arrow:hover{
	opacity: 1;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px #ffffff;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #0eaaec;
	border-color: #0eaaec;
}

/* NEWS */
#slideNews{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccc;
}
#slideNews::before{
	content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    border-bottom: 2px solid #007a48;
}
#slideNews .slick-list{
	margin: 0 -15px;
}
#slideNews .item{
	padding: 0 15px;
}
#slideNews .slick-arrow{
	width:35px;
	height:35px;
	background: #00755a;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	border-radius: 5px;
}
#slideNews .slick-prev{
	left: 0px;
}
#slideNews .slick-next{
	right: 0px;
}
#slideNews .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 16px;
	line-height: 24px;
}
#slideNews .slick-prev:before{
	content: "\f104";
}
#slideNews .slick-next:before{
	content: "\f105";
}
#slideNews .slick-arrow:hover{
	/* background: #007a48; */
}
#slideNews .news{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#slideNews .img{
	width: 45%;
	margin-right: 5%;
}
#slideNews .content{
	width: 50%;
}
#slideNews .content .tend a{
	font-family: arial;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #00755a;
}
#slideNews .content .date-post{
	opacity: .6;
	font-weight: 550;
	margin-bottom: 5px;
}
.newsHome{
	margin: 15px 0px;
}
.newsHome .titleHome{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.newsHome .title a{
    color: #ac0000;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.5em;
    padding-bottom: 6px;
    padding-top: 6px;
}
/* END NEWS */

/* PARTNER */
.partnerHome{
	margin-bottom: 60px;
	position: relative;
}
#slidePartner{
	
}
#slidePartner .slick-list{
	margin: 0 -15px;
}
#slidePartner .item{
	padding: 15px 15px;
}
#slidePartner .slick-arrow{
	width:60px;
	height:35px;
	background: #ffffff;
    border: 1px solid #b2b2b2;
	position: absolute;
	bottom: -20%;
	font-size: 0;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#b2b2b2;
	border-radius: 5px;
}
#slidePartner .slick-prev{
	left: 32%;
}
#slidePartner .slick-next{
	right: 32%;
}
#slidePartner .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 24px;
	line-height: 24px;
}
#slidePartner .slick-prev:before{
	content: "\f104";
}
#slidePartner .slick-next:before{
	content: "\f105";
}
#slidePartner .slick-arrow:hover{
	/* background: #b2b2b2; */
}
/* END PARTNER */

/* CATEGORY MB */
.select-menu{
    position: relative;
    margin-bottom: 60px;
}
.select-menu .cp_title{
    background: #f6f6f6;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    display: none;
    font-weight: normal;
    color: #868686;
    text-transform: none;
}
.select-menu .cp_title:after{
    content: '\f0d7';
    font-family: fontAwesome;
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.select-menu .cp_content {
    text-align: center;
}
.select-menu .cp_content ul{
    display: inline-block;
}
.select-menu .cp_content ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 200px;
}
.select-menu .cp_content ul li:first-child{
    margin-left: 0;
}
.select-menu .cp_content ul li a{
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px;
    color: #333;
    text-transform: none;
    font-weight: 500;
    background: #ebebeb;
}
.select-menu .cp_content ul li.current a,
.select-menu .cp_content ul li a:hover{
    color: #ffffff;
    background: #00755a;
}
/* END CATEGORY MB */

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
	#vnt-slide-home .caption .t1{
		font-size: 30px;
		line-height: 40px;
	}
	#vnt-slide-home .caption .t2{
		font-size: 14px;
		line-height: 22px;
	}
}

@media all and (max-width: 991px){
	#vnt-slide-home .caption .t1{
		font-size: 20px;
		line-height: 30px;
	}
	
	/* CATEGORY MB */
	.select-menu{
	    padding: 0;
	    margin-bottom: 30px;
	    box-shadow: initial;
	    position: relative;
	    z-index: 50;
	}
	.select-menu .cp_title{
	    display: block;
	}
	.select-menu .cp_content{
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 103%;
	    display: none;
	    background: #f5f5f5;
	    z-index: 50;
	}
	.select-menu.active .cp_content{
	    display: block;
	    text-align: left;
	}
	.select-menu .cp_content ul{
	    display: block;
	}
	.select-menu .cp_content ul li{
	    display: block;
	    margin: 0;
	    border-right: 0;
	    padding: 0;
	    float: none;
	    width: 100%;
	    border-bottom: 1px solid #999;
	}
	.select-menu .cp_content ul li:last-child{
	    border-bottom: 0;
	}
	.select-menu .cp_content ul li a{
	    text-align: left;
	    font-size: 16px;
	    line-height: 40px;
	    padding: 0 20px;
	    border: 0;
	    color: #333;
	}
	.select-menu .cp_content ul li a:after{
	    content: none;
	}
	/* END CATEGORY MB */

}

@media all and (max-width: 540px){
	#slidePartner .slick-prev{
		left: 30%;
	}
	#slidePartner .slick-next{
		right: 30%;
	}
}

@media all and (max-width: 480px){
	#slidePartner .slick-prev{
		left: 25%;
	}
	#slidePartner .slick-next{
		right: 25%;
	}
}