.banner
{
	margin-top: 30px;
	position: relative;
}
.banner-img
{
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.banner-img:before
{
	position: absolute;top: 0;left: 0;
	width: 100%;height: 100%;
	/*content: "";background: rgba(255,255,255,0.5);*/
}
.banner-text
{
	padding: 110px;
	padding-bottom: 24px;
	padding-top: 42px;
	text-align: center;
	position: absolute;top: 0;left: 0;
	width:100%;height: 100%;
}
.banner-text_T
{
	    color: #333333;
    font-family: kepler-std, serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.banner-text h1
{
	    color: #262626;
    font-size: 62px;
    font-weight: 700;
    margin: 24px 0 10px;
}
.view-more
{
	text-align: center;
}
.view-more button
{
	display: flex;
	margin: auto;
	    background: #0062a3;
    position: relative;
    align-items: center;
   
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    line-height: 1.5;
    white-space: nowrap;
    margin-bottom: 15px;
    border:none;
    outline: 0;
}
.view-more button .text
{
	 padding:  0 30px;
}
.view-more button .svg
{
	background: #00538B;
	color: #FFF;
	width: 52px;height: 100%;
	display: flex;align-items: center;justify-content: center;
}
.view-more button:hover .svg
{
	background: #0062a3;
}
.block-main
{
	display: flex;align-items: center;justify-content: space-between;
	background: #88b021;
	border-radius: 4px;
	padding: .75rem 1.25rem;
	font-size: 16px;
}
.container.main2
{
	margin-left: 95px;margin-right: 95px;
	/*margin: auto;*/
	width: 100%;
	max-width: 1284px;
}
.block-main .text
{
	font-size: 18px;
	color: #FFF;
}
.block-main .text span,.block-main .text i
{
	font-size: 18px;
}
.block-main .text a
{
	color: #005d66;
	font-weight: bold;
	font-size: 18px;
}
.block-main .text a:hover 
{
	color: #007bff;

}
.block-main button
{
	background: none;border:none;
	color: #FFF;
	font-weight: bold;
	outline: 0 !important;
}
.index .flex
{
	width: 100%;
	display: grid;grid-template-columns: auto 33.33%;
	/*s*/
	
}
.index-left
{
	padding-top: 35px;
	padding-bottom: 35px;
	background: #FFF;
	padding-right: 30px;
}
.index-title 
{
	font-size: 24px;
	font-weight: 500px;
}
.index-title  a
{
	font-size: 13px;
	color: #005d66;
	font-weight: bold;
}
.align-center
{
	display: flex;align-items: center;justify-content: center;
}
.event-main
{
	display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.event-img
{

}
.event-img img
{
	max-width: 100%;
}
.event-title
{
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event-li:hover .event-title
{
	color: #005C66;
}
.event-li:hover .event-tt
{
	color: #333;
}
.event-view
{
	text-align: right;
	margin-top: 5px;

}
.event-li:hover .event-view button
{
	background: #448940;
	color: #FFF;
}
.event-view button
{
	height: 30px;
	font-size: 13px;
	padding: 0 10px;border:1px solid #448940;
	background: #FFF;
	position: relative;
}
.event-view button:after
{
	position: absolute;top: 5px;left: 5px;
	height: 30px;border:1px solid #448940;
	content: "";
	z-index: -1;
	width: 100%;height: 100%;
}
.event-tt
{
	font-size: 14px;
	text-align: justify;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-title
{
	margin-left: 20px;
}
.news-main
{
	grid-template-columns: repeat(3,1fr);
	display: grid;grid-template-areas:  'a a b' 'c d e';
	grid-gap: 30px;
	margin-top: 10px;
}
.news-li
{
	
}
.news-li:hover
{
	
}
.news-li:nth-child(1)
{
	grid-area: a;

}
.news-li:nth-child(2)
{
	grid-area: b;
}
.news-li:nth-child(3)
{
	grid-area: c;
}
.news-li:nth-child(4)
{
	grid-area: d;
}
.news-li:nth-child(5)
{
	grid-area: e;
}
.news-date
{
	    font-family: kepler-std, serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 400;
    color: #333;
}
.news-name h5
{
	
	font-size: 24px;
	font-weight: bold;
}
.news-li:hover .news-name h5
{
	color: #005C66;
}
.news-li:nth-child(n+2) .news-name h5
{
	font-size: 18px;
}
.news-tt
{
	margin-top: 10px; margin-bottom: 20px;
	padding-bottom: 20px;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #d3d3d3;
	
}
.news-tt >div
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news-li a:hover
{
	color: #333;
}
.news-hover
{
	padding: 20px;
	color: #333;
	border-bottom: 4px solid #FFF;
}
.news-hover:hover
{
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	border-bottom: 4px solid #005C66;
	
}
.news-li:nth-child(1) .news-hover
{
	background: #FAF6F0;
}

.index
{
	position: relative;
}
body
{
	background: #FFF;
	overflow-x: hidden;
}
.test-bg
{
	position: relative;
	overflow: hidden;
}
.test-bg:after
{
	width: 100%;height: 100%;
	position: absolute;left: 100%;
	transform: translate3d(-50%,0,0);
	top: 0;
	content: "";
	background: #FAF6F0;
	z-index: -10;
}


.index-right
{
	background: #FAF6F0;
	padding: 40px 20px 0 50px;
	position: relative;
}
.special
{

}
.special-title2
{
	font-size: 13px;
}
.special-list
{

}
.special-li
{
	padding: 8px 0;
	border-bottom: 1px solid #d3d3d3;
}
.special-li a
{
    
    width: 100%;
    color: #448940;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    text-align: justify;
}
.special-li a i
{
	float: right;
	font-size: 14px;
	color: #333;
	opacity: 0.5;
}
.special-li a:hover i
{
	opacity: 1;
}
.clear
{
	clear:both;
}
.img-group
{
	padding: 15px;
	background: #FFF;
	border:1px solid #d3d3d3;
	margin-top: 40px;

}
.img-group img
{
	width: 100%;
}
.slide-group
{
	width: 100%;

	margin-top: 40px;
}
.slide-group-li
{
	width: 100%;
}
.slide-group-li img
{
	width: 100%;
}
.mt-30
{
	margin-top: 30px;
}
.tailieu-main
{
	margin-top: 20px;
}
.tailieu-li
{
	margin-bottom: 30px;
}
.tailieu-li-show:hover
{
	box-shadow:0 1px 10px rgba(0, 0, 0, 0.3);
}
.tailieu-li-show
{
	display: grid;grid-template-columns: 30% auto; grid-gap: 20px;
	padding: 10px;
}
.tailieu-title
{
	font-weight: 700;
	color: #333;
	font-size: 16px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tailieu-tt
{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tailieu-down
{
	text-align: right;
}
.tailieu-down button
{
	background: #448940;
	margin-top: 5px;
	padding:  3px 10px;
	border:none;
	color: #FFF;
}
.slide-owl
{
	margin-top: 10px;
	text-align: center;
}
.slide-owl button
{
	width: 12px;height: 12px;border-radius: 100%;
	border:none;
	outline: 0 !important;
	margin:  0 3px;
}
.slide-owl button.active
{
	background: #448940;

}
.upcom-main
{
	margin-top: 20px;
}
.upcom-li
{
	display: grid;grid-template-columns: 52px auto;grid-gap: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.upcom-v
{
	width: 52px;
    height: 52px;
    background: #009499;
    color: #fff;
    text-align: center;
    float: left;
    font-family: kepler-std, serif;
    text-transform: uppercase;
    line-height: 1;
   
    padding: 8px;
    line-height: 18px;
}
.upcom-v > div
{
	 font-family: kepler-std, serif;
}
.upcom-title
{
	font-size: 16px;
	font-weight: 500;color: #448940;
}
.upcom-date
{
	    font-family: kepler-std, serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 400;
}
.upcom-list a:hover
{
	color: #333;
}
.upcom-viewall
{
	text-align: right;
	margin-top: 10px;
}
.upcom-viewall a
{
	font-size: 13px;
	color: #005d66;
	font-weight: 500;
	padding-bottom: 5px;
}
.upcom-viewall a:hover
{
	border-bottom: 2px solid #005d66;
}
.newsletter
{
	position: relative;
	background: rgba(0, 92, 102, 0.9);
	background: url('../images/sample-image-1_6.png') no-repeat;
	background-position: center;
	background-size: cover;
}
.newsletter:after
{
	position: absolute;top: 0;
	left: 0;width: 100%;height: 100%;
	background: rgba(0, 92, 102, 0.9);
	z-index: 1;
	content: "";
}
.newsletter .img
{
	
	width: 100%;height: 100%;left: 0;top: 0;
}
.newsletter-form 
{
	
	z-index:3;
	top: 0;left: 0;
	color: #FFF;
	position: relative;
	padding: 15px;
}
.newsletter-form .title
{
	    margin-bottom: 2px;
    color: #fff;
    font-size: 20px;
}
.newsletter-form > p
{
	    font-size: 14px;
    font-weight: 400;
}
.newsletter-form form input
{
	width: 100%;height: 35px;
	padding: 0 10px;
	outline: 0;
	border:none;
	background: rgba(255, 255, 255, 0.25);
	color: #FFF;
}
.newsletter-form form input:focus
{
	background: #FFF;
	color: #333;
}
.newsletter-form form  ::placeholder
{
	color: #FFF;
}
.newsletter-form form button
{
	border:none;
	background: #807396;
	min-width: 130px;
  	height: 45px;
    display: flex;align-items: center;
    justify-content: space-between;
    color: #FFF;
    outline: 0 !important;
}
.newsletter-form form button:hover .svg
{
	background:  #807396;
}
.newsletter-form form button .svg
{
	width: 50px; height: 100%;
	background: #6C617F;
	display: flex;align-items: center;justify-content: center;
}
.join2
{
	padding: 20px;
	background: #009499;
	color: #FFF;
	padding-bottom: 50px;
	position: relative;
}
.join2 button
{
	position: absolute;bottom: 0;right: 0;width: 60px;height: 50px;
	border:none;
	background: rgba(0, 0, 0, 0.15);
	color: #FFF;
}
.join2:hover button
{
	background: none;
}
.join2 .title
{
	font-size: 18px;

}
.join-text
{
	color: #FFF;
	margin-top: 5px;
	font-size: 16px;
}
.popup-tb, .popup-vip-document
{
	position: fixed;top: 0;left: 0;width: 100%;height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1111111;
	display: none;align-items: center;justify-content: center;
	
}
.popup-main
{
	position: relative;
	/*position: absolute;top: 50%;left: 50%;
	transform: translate3d(-50%,-50%,0);*/
	padding: 20px;
	background: #FFF;
	
	border-radius: 10px;
}
.popup-close
{
	height: 40px;width: 40px;
	position: absolute;top: -40px; right: -40px;
	background: #FFF;border-radius: 100%;
	display: flex;align-items: center;justify-content: center;
}
.popup-text
{
	font-size: 60px;
	text-align: center;
}
.popup-text p
{
	font-size: 18px;
}
@media only screen and (max-width: 1200px)
{
	.test-bg:after
	{
		display: none;
	}
	.container.main2
	{
		margin: 0;
	
	}
	.banner-text h1
	{
		font-size: 46px;
	}
	.banner-text
	{
		padding: 24px;
	}
	.banner
	{
		min-height: 383px;
		background: url('../images/header-img.png');
	}
	.banner::after
	{
		position: absolute;
		content: "";
		width: 100%;height: 100%;
		background: rgba(255,255,255,0.5);
	}
	.banner img
	{
		opacity: 0;
	}
	.banner .main
	{
		padding: 0;
		z-index: 100;
	}
	.banner-img
	{
		height: 100%;
		position: absolute;
	}
}
@media only screen and (max-width: 1000px)
{
	.index .flex
	{
		display: block;
	}
	.container.main2
	{
		margin: 0;
		padding: 0;
	}
	.index-left
	{
		padding:20px 15px;
	}
}
@media only screen and (max-width: 768px)
{
	.banner
	{
		min-height: 383px;
		background: url('../images/header-img.png');
	}
	.banner::after
	{
		position: absolute;
		content: "";
		width: 100%;height: 100%;
		background: rgba(255,255,255,0.5);
	}
	.banner img
	{
		opacity: 0;
	}
	.banner .main
	{
		padding: 0;
		z-index: 100;
	}
	.banner-img
	{
		height: 100%;
		position: absolute;
	}
	.banner-text h1
	{
		font-size: 31px;
	}
	.banner-text
	{
		padding:40px 20px;
	}
	
	.container.main2
	{
		margin: 0;
		padding: 0;
	}
	.index .flex
	{
		display: block;
	}
	.index-left
	{
		padding: 10px;
	}
	.event-main
	{
		grid-template-columns: repeat(2,1fr);
	}
	.news-main
	{
		display: block;
	}
	.index-right
	{
		padding: 40px 10px;
	}
}