/*///////////////////////////////*/
/*///////content////////////////////////*/
/*///////////////////////////////*/

/*content*/
.carousel-item{
	width: 100%;
	height: 100%;
}
.carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*recently news*/
#content .recently-news{
	padding: 50px 0;
}
#content .recently-news .header{
	float: left;
	width: 100%;
	border-bottom: 1px solid #336698;
	margin-bottom: 20px;
}
#content .recently-news .header h3{
	float: left;
	font-size: 24px;
    text-transform: uppercase;
}
#content .recently-news .header a{
	float: right;
	text-decoration: none;
    color: #336698;
    font-size: 16px;
    text-transform: uppercase;
}
#content .recently-news .lists{
	float: left;
	width: 100%;
}
#content .recently-news .sub-lists{
	float: left;
	width: 100%;
}
#content .recently-news .list{
	width: calc(100%/4);
	float: left;
	padding: 10px;
}
#content .recently-news .list:first-child{
	padding-left: 0;
}
#content .recently-news .list:last-child{
	padding-right: 0;
}
#content .recently-news .list a{
	display: block;
	width: 100%;
	min-height: 330px;
	background-color: #F5F6F7;
	text-decoration: none;
	color: #336698;
	font-size: 16px;
	padding: 10px;
}
#content .recently-news .list a .img{
	width: 100%;
	height: 145px;
	overflow: hidden;
	margin-bottom: 15px;
}
#content .recently-news .list a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

#content .recently-news .list h3{
	font-size: 16px;
	transition: all 0.3s;
}
#content .recently-news .list p{
	font-size: 14px;
	color: black;
	transition: all 0.3s;
}
#content .recently-news .list a:hover img{
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2); 
	overflow: hidden;
}
#content .recently-news .list a:hover h3,
#content .recently-news .list a:hover p{
	color: #177FBF;
}


/*new-legal-regulations*/
#content .new-legal-regulations{
	width: 100%;
	float: left;
	padding: 0px 0px 50px 0px;
}
#content .new-legal-regulations .titles{
	width: 100%;
	float: left;
}
#content .new-legal-regulations .titles .title{
	float: left;
	border-bottom: 1px solid #336698;
	margin-bottom: 20px;
	width: 70%;
}

#content .new-legal-regulations .titles .title h3{
	font-size: 24px;
	float: left;
	text-transform: uppercase;
}
#content .new-legal-regulations .title .bottom{
	float: right;
}
#content .new-legal-regulations .titles .title .bottom a{
	text-decoration: none;
	color: #336698;
	font-size: 16px;
	text-transform: uppercase;
}
#content .new-legal-regulations .titles .title .bottom span{
	color: #336698;
	font-size: 18px;
	padding-left: 10px;
}

#content .new-legal-regulations .titles .list{
	width: calc(100% / 3);
	float: left;
	padding: 10px;
	margin-bottom: 30px;
}
#content .new-legal-regulations .titles .list a{
	text-decoration: none;
	color: #336698;
}
#content .new-legal-regulations .titles .list:first-child{
	padding-left: 0;
}
#content .new-legal-regulations .titles .list:last-child{
	padding-right: 0;
}
#content .new-legal-regulations .titles .list .sub-list{
	background-color: #F5F6F7;
	padding: 10px;
}
#content .new-legal-regulations .titles .list .sub-list:hover h3{
	color: #177FBF;
}
#content .new-legal-regulations .titles .list .sub-list:hover p{
	color: #177FBF;
}
#content .new-legal-regulations .titles .list .img{
	width: 100%;
	height: 329px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
}
#content .new-legal-regulations .titles .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

#content .new-legal-regulations .titles .list .img:hover img{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
   transform: scale(1.2); 
   overflow: hidden;
}
#content .new-legal-regulations .titles .list h3{
	font-size: 16px;
	color: #336698;
}

#content .new-legal-regulations .titles .list p{
	font-size: 14px;
	color: black;
	text-transform: uppercase;
}
#content .new-legal-regulations .titles .lists{
	width: 70%;
	float: left;
}

#content .new-legal-regulations .texts{
	float: right;
	/*width: calc(100% / 4);*/
}
#content .new-legal-regulations .text{
	float: right;
	width: 100%;
	border-bottom: 1px solid #336698;
	margin-bottom: 30px;

}
#content .new-legal-regulations .text h3{
	font-size: 24px;
	text-transform: uppercase;
}
/*#content .new-legal-regulations .texts .test{
	width: 100%;
	float: left;
	background-color: #ddd;
    height: 740px;
}*/
#content .new-legal-regulations .texts .img{
	width: 276px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#content .new-legal-regulations .texts .img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	/*transition: transform .5s;*/
}


#content .new-legal-regulations .lists-text{
	float: left;
	background-color: #F5F6F7;
	width: 70%;
	margin-top: 10px;
}
#content .new-legal-regulations .lists-text ul{
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  padding: 0 25px;
}
#content .new-legal-regulations .lists-text ul li{
  float: left;
  width: 100%;
 /* padding: 0 15px;*/
  border-bottom: 1px solid #117FBF;

}
#content .new-legal-regulations .lists-text ul li:hover a{
	color: #177FBF;
}
#content .new-legal-regulations .lists-text ul li a{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #336698;
  padding: 20px 0;
  float: left;
  position: relative;
}
#content .new-legal-regulations .lists-text ul li:last-child{
	border-bottom: none;
}
#content .new-legal-regulations .lists-text ul li div:first-child{
  float: left;
  width: 80%;
  display: block;
}
#content .new-legal-regulations .lists-text ul li div:last-child{
  position: absolute;
  right: 0;
}






/*library*/
#content .library{
	width: 100%;
	float: left;
	/*padding: 50px 0px;*/
}
#content .library .titles{
	width: 100%;
	float: left;
}
#content .library .titles .title{
	float: left;
	width: 100%;
	border-bottom: 1px solid #336698;
	margin-bottom: 20px;

}

#content .library .titles .title h3{
	font-size: 24px;
	float: left;
	text-transform: uppercase;
}
#content .library .titles .title .bottom{
	float: right;
}
#content .library .titles .title .bottom a{
	text-decoration: none;
	color: #336698;
	font-size: 16px;
	text-transform: uppercase;
}
#content .library .titles .title .bottom span{
	color: #336698;
	font-size: 18px;
	padding-left: 10px;
}

#content .library .titles .list{
	width: calc(100% / 4);
	float: left;
	padding: 10px;
}
#content .library .titles .list:first-child{
	padding-left: 0;
}
#content .library .titles .list:last-child{
	padding-right: 0;
}
#content .library .titles .list .sub-list{
	background-color: #F5F6F7;
	padding: 10px;
	height: 250px;
}
#content .library .titles .list .sub-list:hover h3{
	color: #177FBF;
}
#content .library .titles .list .sub-list a{
	text-decoration: none;
}
#content .library .titles .list .sub-list .list-sub-list{
	position: relative;
	display: flex;
	justify-content: center;
}
#content .library .titles .list .sub-list .video{
	position: absolute;
	top:40%;
	left: 0;
	right: 0;
}
#content .library .titles .list .sub-list .video .img{
	width: 27px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#content .library .titles .list .sub-list .video .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content .library .titles .list .img{
	width: 100%;
	height: 145px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
}
#content .library .titles .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

#content .library .titles .list .img:hover img{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
   transform: scale(1.2); 
   overflow: hidden;
}
#content .library .titles .list h3{
	font-size: 16px;
	color: #336698;
}

#content .library .titles .list p{
	font-size: 14px;
	color: black;
}
#content .library .titles .lists{
	width: 100%;
	float: left;
}







/*library-sounds*/
#content .library-sound{
	width: 100%;
	float: left;
	padding: 0px 0px 50px 0px;
}
#content .library-sound .titles{
	width: 100%;
	float: left;
}
#content .library-sound .titles .title{
	float: left;
	width: 100%;
	border-bottom: 1px solid #336698;
	margin-bottom: 20px;

}

#content .library-sound .titles .title h3{
	font-size: 24px;
	float: left;
	text-transform: uppercase;
}
#content .library-sound .titles .title .bottom{
	float: right;
}
#content .library-sound .titles .title .bottom a{
	text-decoration: none;
	color: #336698;
	font-size: 16px;
	text-transform: uppercase;
}
#content .library-sound .titles .title .bottom span{
	color: #336698;
	font-size: 18px;
	padding-left: 10px;
}

#content .library-sound .titles .list{
	width: calc(100% / 4);
	float: left;
	padding: 10px;
}
#content .library-sound .titles .list:first-child{
	padding-left: 0;
}
#content .library-sound .titles .list:last-child{
	padding-right: 0;
}
#content .library-sound .titles .list .sub-list{
	background-color: #F5F6F7;
	padding: 10px;
}
/*#content .library-sound .titles .list .sub-list a:hover{
	color: #177FBF; 
}*/
#content .library-sound .titles .list .sub-list a{
	text-decoration: none;
}
#content .library-sound .titles .list .sub-list .list-sub-list{
	position: relative;
	display: flex;
	justify-content: center;
}
#content .library-sound .titles .list .sub-list:hover h3{
	color: #177FBF;
}
#content .library-sound .titles .list .sub-list .video{
	position: absolute;
	top:40%;
	left: 0;
	right: 0;
}
#content .library-sound .titles .list .sub-list .video .img{
	width: 27px;
	height: 100%;
	overflow: hidden;
}
#content .library-sound .titles .list .sub-list .video .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#content .library-sound .titles .list .sub-list .video .img:hover{
	color: red;
}
#content .library-sound .titles .list .img{
	width: 100%;
	height: 145px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
}
#content .library-sound .titles .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

#content .library-sound .titles .list .img:hover img{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
   transform: scale(1.2); 
   overflow: hidden;
}
#content .library-sound .titles .list h3{
	font-size: 16px;
	color: #336698;
}

#content .library-sound .titles .list p{
	font-size: 14px;
	color: black;
}
#content .library-sound .titles .lists{
	width: 100%;
	float: left;
}