.navbar-inverse.transparent{
    background-color: transparent;
}
.navbar-inverse.transparent:hover{
    background-color: rgba(0, 0, 0, .1);
    /* box-shadow: 0px 0px 2px 5px rgba(0, 0, 0, .1); */
}
.navbar-inverse.transparent .logo1{
    background-image: url(../img/logo-2.png);
}
@media screen and (min-width: 768px ){
	.navbar-inverse.transparent .navbar-nav>li>a{
        color: #fff;
    }
}
.my_jumbotron{
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
	padding-top: 0;
}
.my_banner{
	width: 100%;
	height: 100vh !important;
	object-fit: cover;
}
.jumbotron h1{
	padding: 30px 0;
	margin: 20px 0;
}
#myCarousel ol.carousel-indicators>li{
	width: 30px;
	height: 4px;
	border-radius: 0;
	border-width: 0;
	background-color: rgba(255, 255, 255, .25);
	margin: 0;
	transition: all .3s ease;
}
#myCarousel ol.carousel-indicators>li:not(:last-child){
	margin-right: 3px;
}
#myCarousel ol.carousel-indicators>li.active{
	background-color: rgba(255, 255, 255, .65);
}
@media (max-width: 768px) {
	.my_banner{
		height: auto !important;
	}
}

@media all and (max-width: 992px) {
	.my_banner {
	    min-height: 480px !important;
	}
   .my_jumbotron_div>h1{
	   font-size: 34px;
   }
}
.my_jumbotron_div{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	

	justify-content: center;
	align-items: center;

	justify-content: end;
	align-items: end;

	padding-right: 100px;
	color: #FFFFFF;
	/* background-color: rgba(0, 0, 0, .35); */
	background-color: transparent;
}
.my_jumbotron_div>p{
	font-size: 24px;
	/* font-weight: 500; */
	/* text-align: center; */
}
.my_jumbotron_div>p.p1{
	margin-bottom: 0;
}
.my_jumbotron_div>h1,
.my_jumbotron_div>p{
	/* text-align: center; */
}
.my_jumbotron_div>p.p2{
	margin-bottom: 70px;
}
@media all and (max-width: 768px) {
	.my_jumbotron_div{
		justify-content: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
	}
	.my_jumbotron_div>p{
		text-align: center;
	}
	.my_jumbotron_div>h1{
		text-align: center;
		font-size: 32px;
	}
	.my_jumbotron_div>p.p2{
		margin-bottom: 0;
	}
}
@media (min-width: 769px) {
	.jumbotron h1{
		font-size: 34px;
	}
}
@media (min-width: 993px) {
	.jumbotron h1{
		font-size: 36px;
	}
}
@media (min-width: 1366px) {
	.jumbotron h1{
		font-size: 38px;
	}
}
.my_ju_search{
	display: flex;
	justify-content: space-between;
	width: 680px;
	height: 53px;
	font-size: 20px;
}
.my_ju_search>input{
	box-sizing: border-box;
	width: 480px;
	height: 100%;
	border-width: 0;
	color: #000000;
	padding: 0 31px;
}
.my_ju_search>span{
	box-sizing: border-box;
	width: 180px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #467CFD;
}
@media screen and (max-width: 750px) {
    .my_ju_search{
    	flex-wrap: wrap;
		width: 100%;
		justify-content: center;
    }
	.my_ju_search>input{
		margin-bottom: 15px;
		width: 90%;
	}
}

._title{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
._title>span{
	color: var(--color-primary);
	font-size: 36px;
	padding: 0 51px;
	font-weight: 600;
}
._title:before, ._title:after{
	/* content: ' '; */
	display: inline-block;
	width: 47px;
	height: 3px;
	background-color: #CFCFCF;
}

.aboutBox{
    padding: 100px 0;
}
.aboutBox .about_div{
	width: 100%;
	height: 360px;
	margin-bottom: 24px;
	position: relative;
	cursor: default;
}
.aboutBox .about_div>div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	color: #FFFFFF;
}
.aboutBox .about_div>div:hover, .newsBox .item>a>div:hover{
	background: linear-gradient(to bottom, var(--color-primary-10) 0%, var(--color-primary-50) 25%, var(--color-primary) 100%);
}
.aboutBox .about_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutBox .text_content{
	/* margin-bottom: 70px; */
}
.aboutBox .text_content>div{
	font-size: 36px;
	font-weight: 600;
    color: var(--color-primary);
	text-align: center;
	margin-bottom: 24px;
}
.aboutBox .text_content>p{
    color: #555555;
    font-size: 18px;
    line-height: 1.5;
	word-break: break-all;
}
.aboutBox .text_content>p.mail{
    color: var(--color-primary);
    font-weight: 700;
}

.newsBox{
    margin-bottom: 100px;
}
.newsBox .item>a{
    display: block;
    /* align-items: center; */
    text-decoration: none !important;
    margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 240px;
}

.newsBox .item>a>img{
    width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.newsBox .item>a>div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    font-weight: 500;
	background: linear-gradient(to bottom, var(--color-primary-10) 0%, var(--color-primary-50) 25%, var(--color-primary) 100%);
}

.newsBox .item>a>div>p{
    font-size: 22px;
	/* font-weight: bold; */
	text-shadow: 5px 4px 5px var(--color-primary);;
}
.newsBox .footer_list.news{
	max-height: 520px;
	overflow: auto;
}
.newsBox .footer_list.news::-webkit-scrollbar {
    width: 8px; 
}
.newsBox .footer_list.news::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.newsBox .footer_list.news::-webkit-scrollbar-thumb {
    background: var(--color-primary-75);
    border-radius: 10px;
	border: 1px solid #f1f1f1;
}
.newsBox .footer_list.news::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}
.newsBox .footer_list.news>a{
	margin-bottom: 20px;
}
/* .newsBox .footer_list.news>a>img{
    width: 164px;
    height: 110px;
} */
.newsBox .footer_list.news>a>div{
	width: 164px;
    height: 110px;
	display: flex;
	align-items: start;
	margin-right: 6px;
}
.newsBox .footer_list.news>a>div>img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.newsBox .footer_list.news>a>p{
	flex: 1;
    display: flex;
    margin: 0;
	height: 110px;
	overflow: hidden;
}
.newsBox .footer_list.news>a>p>span{
	color: #555555;
}
.newsBox .footer_list.news>a:hover>p>span{
	text-decoration: underline;
}
.newsBox .footer_list.news>a>p>span.sp1{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
}
.newsBox .footer_list.news>a>p>span.sp2{
	flex: 1;
	font-size: 13px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3;  */
	/* line-clamp: 3; */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.5;
}