p{
	margin: 0;
}
img{
	max-width: 100%;
}
.row{
	margin-left: -12px;
	margin-right: -12px;
}
.row > div,
.row > li{
	padding-left: 12px;
	padding-right: 12px;
}
@media(min-width:991px){
	.block-991{
		display: none;
	}
}
@media(min-width:767px){
	.block-767{
		display: none;
	}
}
@media(max-width:767px){
	.hidden-767{
		display: none;
	}
}
@media(min-width:575px){
	.block-575{
		display: none;
	}
}
@media(max-width:575px){
	.hidden-575{
		display: none;
	}
}
/*----- Header -----*/
.nav-mobile{
	display: none;
}
.bnr-content{
	position: relative;
}
.header-conent01{
	padding: 40px 0 20px 0;
	background: rgb(187,231,255);
background: linear-gradient(0deg, rgba(187,231,255,1) 11%, rgba(255,255,255,1) 76%);
}
.header-conent01{
	position: relative;
	overflow: hidden;
}
.bnr-img{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
@media(max-width: 1140px){
	.header-conent01{
		padding: 25px 0 15px 0;
	}
	.logo-top{
		width: 35%;
	}
}
@media(max-width: 767px){
	.header-conent01 {
		padding: 15px 0 15px 0;
	}
	.bnr-img{
		display: none;
	}
	.logo-top{
		width: 60%;
	}
}
/*-----/ End Header -----*/
/*----- Nav -----*/
.nav_top{
	background-color: #72be44;
	width: 100%;
}
.nav-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-left{
	margin-left: 0;
}
.nav-left > ul{
	display: flex;
	align-items: center;
}
.nav_top nav li a {
	color: #fff;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Oswald';
	display: block;
}
.nav_top nav > ul > li.active,
.nav_top nav > ul > li a:hover {
	background-color: #017dff;
	color: #fff !important;
}
.nav_top nav > ul > li.active a {
	color: #009966 !important;
}
.nav_top nav > ul > li:nth-child(1) a {
	padding: 8px 20px;
}
.nav_top nav li {
	position: relative;
}
.nav_top nav li ul{
	position: absolute;
	z-index: 10;
	top: 37px;
	width: 250px;
	background-color: #7ec156;
	display: none;
}
.nav_top nav li:hover ul{
	display: block;
}
.nav-right {
	margin-right: 0;
}
.nav-right ul {
	display: flex;
	align-items: center;
}
.nav-right li > a{
	padding: 10px 5px;
	display: block;
}
.nav-right li:last-child > a{
	padding-right: 0;
}
.search-box{
	position: relative;
	margin-right: 5px;
}
.nav_top nav li li{
	display: block;
	width: 100%;
	border-top: 1px solid #69b03d;
  border-bottom: 1px solid #92d06c;;
}
.nav-left nav li li:hover{
	background: #72be44 !important;
}
.nav_top nav li li:hover a{
	color: #fff !important;
}
/*--- Search box---*/
.search-icon{
	font-size: 0;
	width: 15px;
	height: 14px;
	background: url("../img/icon-search.png") no-repeat center center;
	border: none;
	position: absolute;
	top: 22%;
	right: 10px;
}
.search-box input{
	width: 115px;
	height: 18px;
	border:none;
	border-radius: 30px;
	font-size: 12px;
}
.search-box input{
	border:1px solid #c2c2c2;
	height: 24px;
	width: 150px;
}
@media(max-width:991px){
	.search-box input{
		width: calc(100% - 40px);
		margin: 5px 20px;
	}
	.search-icon{
		right: 30px;
		top:18%;
	}
}

.ico-menu{
	position: absolute;
	right: 15px;
}
.mm-title{
	display: none;
}
.mm-menu{
	background:#72be44 !important;
}
.mm-list > li > a{
    color: #fff !important;
    text-transform: uppercase;
}
@media(max-width: 1170px){
	.nav-right{
		display: none;
	}
}
@media (max-width: 991px) {
	.bnr-img,
	.nav_top{
		display: none !important;
	}
	.nav-mobile {
		display: block;
	}
}
@media(max-width: 991px){
	.ico-menu{
		top:5vw;
	}
}
@media(max-width: 767px){
	.ico-menu{
		top:8vw;
	}
}
/*-----/ End Nav -----*/
/*----- Tool -----*/
.search-box-pc-small{
	display: none;
}
.tool p{
	font-size: 15px;
	color: #898989;
}
@media(max-width:1170px){
	.search-box-pc-small{
		display: block;
	}
	.tool {
		display: flex;
		justify-content: space-between;
	}
	.tool > img{
		margin-right: 0;
	}
	.search-box-pc-small{
		display: flex;
		margin-right: 0;
	}
}
@media(max-width:991px){
	.search-box-pc-small .search-box{
		display: none;
	}
}
/*-----/ End Tool -----*/
@media(max-width:991px){
	.container .row .col-lg-4.col-md-12{
		margin-top: 30px;
	}
}
@media(max-width:767px){
/*
	.container .row .col-lg-4.col-md-12{
		margin-top: 20px;
	}
*/
	.mt40.content04,
	.mt40.content02{
		margin-top: 15px;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 0 !important;
	}
}
/*----- Top page -----*/
.newsbig img{
	width: 100%;
}
.news-name{
	font-weight: bold;
	color: #333;
	display: block;
}
.newsbig-top .news-name{
	font-size: 22px;
	color: #005aa9;
}
.news-txt{
	font-size: 14px;
}
.newsdate{
	font-size: 11px;
	color: #ababab;
	display: block;
}

.newslist li{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	padding-left: 18px;
}
.newslist li a{
	color: #333;
}
.newslist li:before{
	content: '';
	width: 12px;
	height: 15px;
	background: url("../img/li-02.png") no-repeat;
	position: absolute;
	left: 0;
	top:3px;
}

.newshot li a span{
	display: block;
	color: #333;
	font-weight: bold;
}
.newshot img{
	width: 100%;
}
.newslist-02 > div{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.newslist-02 > div:last-child{
	margin-bottom: 0;
}
.news-item > a{
	display: flex;	
	align-items: flex-start;
}
.news-item > a > img{
	width: 44%;
	object-fit: contain;
}
.news-item > a > span{
	display: block;
	width: 56%;	
	color: #333;
	font-weight: bold;
	padding-left: 15px;
}
.newslist-03 {
	position: relative;	
}
.newslist-03 li{
	display: block;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
	padding-left: 35px;
	z-index: 1;
}
.newslist-03 li:before{
	content: '';
	width: 25px;
	height: 25px;
	background: url("../img/li.png") no-repeat #f4f3f3;
	display: block;
	position: absolute;
	left: 0;
	top:0;
}
.newslist-03 li:hover:before{
	background: url("../img/li-active.png") no-repeat #f4f3f3;
}
.newslist-03:after{
	content: '';
	width: 1px;
	height: 80%;
	background: #1a6cc2;
	position: absolute;
	left: 11px;
	top:0;
}
.newslist-03 li a{
	color: #333;
}
.event{
	background: #f4f3f3;
	padding: 15px 15px;
}

.title-cm a{
	color: #017dff;
	font-size: 18px;
	text-transform: uppercase;	
	font-weight: bold;
	margin: 0;
}
.title-cm{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
.title-cm:before{
	content: '';
	width: 1px;
	height: 17px;
	background: #017dff;
	display: inline-block;
	margin-right: 5px;	
}
.title-cm-02 a{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;	
	font-weight: bold;
	margin: 0;
	padding: 7px 40px 5px 7px;
	background: rgb(0,127,253);
background: linear-gradient(90deg, rgba(0,127,253,1) 5%, rgba(68,170,165,1) 62%, rgba(112,189,72,1) 99%);
	border-bottom-right-radius: 30px;
	min-width: 165px;
	display: inline-block;
}
.title-cm-02 a:before{
	background: #fff;
	content: '';
	width: 1px;
	height: 17px;
	display: inline-block;
	margin-right: 7px;
}
.title-cm-02 a:hover{
	color: #fff !important;
	opacity: 0.8;
}

.bnr-list {
	overflow: hidden;
}
.btn-viewmore{
	font-size: 13px;
	font-weight: bold;
	color: #afafaf;
	padding: 5px 10px;
	border:1px solid #afafaf;
	border-radius: 20px;
	display: inline-block;
}
@media(min-width:991px){
	.bnr-list > div{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.bnr-list img{
		width: 100%;
	}
}
@media(max-width:991px){
	.bnr-list img{
		width: 90%;
	}
	.event{
		margin-top: 30px;
	}
}
@media(max-width:767px){
	.news-box .newslist-02{
		margin-top: 20px;
	}
	.event{
		margin-top: 20px;
	}
}
	
@media(max-width:991px){	
	.newsbox-cm{
		display: flex;
		flex-wrap: wrap;
		margin-left: -12px;
		margin-right: -12px;
	}
	.newsbox-cm > div{
		padding-left: 12px;
		padding-right: 12px;
		width: 50%;
	}
	.newsbox-list > div:not(:last-of-type){
		margin-bottom: 20px;
	}
}
@media(max-width:767px){
	.newsbox-cm > div{
		width: 100%;
	}
}
@media(max-width:575px){
	.newshot-item {
    display: flex;
    align-items: flex-start;
		margin-bottom: 15px
	}
	.newshot-item > img {
    width: 44%;
    object-fit: contain;
	}
	.newshot-item > span{
		display: block;
		width: 56%;	
		color: #333;
		font-weight: bold;
		padding-left: 15px;
		margin-top: 0;
	}
}
/*--- Banner center -----*/
.bnr-center .slick-dots{
	position: absolute;
	bottom: 10px;
}
/*--- New list cm ---*/
/*--- Video ---*/
.video-box{
	background: #e8e8e8;
	padding: 30px 0;
}
.movie {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 56.28%;
	height: 0;
	overflow: hidden;
}
.video-box .news-name{
	font-size: 22px;
	display: block;
}
.video-title li a{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;	
	display: block;
	font-weight: bold;
	    margin-right: 40px;
}
.video-title li a.active{
	color: #017dff !important;
}
.video-title li a.active:before {
    content: '';
    width: 1px;
    height: 17px;
    background: #017dff;
    display: inline-block;
    margin-right: 5px;
	    margin-bottom: -1px;
}
.nav-tabs{
	border-bottom: none;
}
@media(max-width:767px){
	.video-box .newslist-02{
		margin-top: 20px;
	}
}
/*----- Document 01 -----*/
.document-list li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.document-list li a{
	font-family: "Lobster", sans-serif;
	color: #fff;
	font-size: 18px;
	padding: 15px 30px;
	display: block;
	width: 100%;
	border:1px solid #004544;
	position: relative;
}
.document-list li:nth-child(1) a{
	background: rgb(11,143,70);
background: linear-gradient(180deg, rgba(11,143,70,1) 11%, rgba(3,179,81,1) 76%);
}
.document-list li:nth-child(2) a{
	background: rgb(252,104,78);
background: linear-gradient(180deg, rgba(252,104,78,1) 11%, rgba(242,140,42,1) 76%);
}
.document-list li:nth-child(3) a{
	background: rgb(26,111,192);
background: linear-gradient(180deg, rgba(26,111,192,1) 11%, rgba(31,96,202,1) 76%);
}
.document-list li a:after{
	content: '';
	width: 30px;
	height: 30px;
	background: url("../img/icon-click.svg") no-repeat;
	position: absolute;
	top:10px;
	right:30px;
}

.document-02-list li{
	display: block;
	width: 100%;
	background: url("../img/icon-pdf.png") no-repeat left top;
	padding-left: 40px;
	margin-bottom: 15px;
	min-height: 30px;
}
.document-02-list li a{
	color: #333;
}

.link{
	position: relative;
	width: 100%;
}
.link-list{
	position: absolute;
	width: 100%;
	border:1px solid #ccc;	
	right:0;
	top:30px;
	background: #fff;
	display: none;
	z-index: 2;
}
.link a{
	color: #333;
	font-size: 14px;
}
.link > a{
	padding: 5px 15px;
	border:1px solid #bdbdbd;
	width: 100%;
	display: block;
}
.link > a:after{
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right:15px;
	top: 6px;
}
.link.dropdown_toggle > a:after{
	content: '\f106';
}
.link-list li a{
	padding: 5px 15px;
	border-bottom: 1px solid #bdbdbd;
	width: 100%;
	display: block;	
}
.link-list li:last-child a{
	border-bottom: none;
}
.dropdownSub{
	display: none;
}
.dropdown_toggle .dropdownSub{
	display: block !important;
}

@media(max-width:767px) and (min-width:575px){
	.content05 .newshot > li{
		margin-bottom: 20px;
	}
}

/*----- Footer ----*/
footer{
	padding-bottom: 20px;
	overflow: hidden;
}
/*
.container{
	overflow: hidden;
}
*/
@media(max-width:991px){
	footer{
		border-top: 1px solid #72be44;		
	}
}
.f-content-inner{
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}
.f-content-inner > div{
	padding-left: 25px;
	padding-right: 25px;
	width: 50%;
}
.f-content-inner p{
	font-size: 12px;
	color: #7b7b7b;
}
.total {
	text-align: right;	
}
.total span{
	color: #364ca8;
	font-size: 12px;
	text-transform: uppercase;	    
	margin-right: 7px;
}
.total ul {
	display: inline-block;
}
.total ul li{
	display: inline-block;
	color: #364ca8;
	font-size: 12px;		
}
@media(min-width:991px){
	.total {
		height: 100%;
		align-items: flex-end;
		display: flex;
	}
}
@media(max-width:767px){
	.f-content-inner > div{
		width: 100%;
	}
	.f-content-inner .mt30{
		margin-top: 10px;
	}
	.f-content-02{
		margin-top: 30px;
	}
	.total{
		margin-top: 15px;
	}
}
#backToTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1041;
	width: 50px;
	height: 50px;
	text-align: center;
	background: url("../img/backtop.svg") center no-repeat;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}
@media(max-width:767px){
	#backToTop{
		right: 20px;
	}
}

/*----- Intro page -----*/
.list-dot li{
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 6px;
}
.img-wrap{
	margin: 20px auto;
	width: 100%;
}
.img-wrap img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.img-title{
	font-size: 14px;
	font-style: italic;
	color: #005aa9;
	text-align: center;
	margin-top: 10px;
}

/*---- Hoat Dong -----*/
.row-reverse{
	flex-direction:row-reverse;
}
.news-name-big{
	font-size: 22px;
	font-weight: bold;
	color: #005aa9;
	display: block;
}
@media(max-width:767px){
	.row-reverse > div:nth-child(2){
		margin-top: 15px;
	}
	.news-name-big{
		font-size: 18px;
	}
	.category-other.mt50{
		margin-top: 15px;
	}
}
.newslist-04 > div{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.newslist-04-item{
	display: flex;
	width: 100%;
}
.newslist-04-item > img{
	width: 230px;
	object-fit: contain;
}
.newslist-04-item > div{
	width: calc(100% - 230px);
	padding-left: 20px;
}
@media(max-width:991px){
	.newslist-04-item > img{
		width: 32%;
	}
	.newslist-04-item > div{
		width: 68%;
	}
}
@media(max-width:767px){
	.newslist-04-item > img{
		width: 44%;
	}
	.newslist-04-item > div{
		width: 56%;
		padding-left: 15px;
	}
}
/*----- Paging -----*/
.paging{
	text-align: center;	
/*	margin-bottom: 20px;*/
}
.paging ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.paging li{
	margin: 5px;
}
.paging li a{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;	
	color: #949595;
	font-size: 14px;
	font-weight: bold;
	border:1px solid #949595;
}
.paging li a:hover{
	color: #3ea103;
}
.paging li.active a{	
	color: #3ea103;
	border:1px solid #3ea103;
}

.category-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.category-list > div{
	padding-left: 15px;
	padding-right: 15px;
	width: 20%;
	margin: 0 0 20px 0;
}
.category-title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.catagory-news a {
	display: block;
}
.catagory-news a  img{
	width: 100%;
}
@media(max-width:991px){
	.category-list > div{
		width: 33.333%;
	}
}
@media(max-width:767px){
	.category-list > div{
		width: 50%;
	}
}
@media(max-width:575px){
	.category-list > div{
		width: 100%;
	}
}

/*----- Document page -----*/
.document-search{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: -10px;
  margin-right: -10px;
}
.document-search > div{
  padding-left: 10px;
  padding-right: 10px;
}
.document-search .form-group{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.document-search .form-control{
	width: calc(100% - 75px);
	margin-left: 10px;	    
	height: 35px;
}
.document-search .btn-green{
	width: 95px;
	padding: 7px;
	background: #017dff;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
}
.document-search .form-group label{
  font-weight: bold;
	margin-bottom: 0;
	font-size: 14px;
}
@media(max-width:767px){
  .document-search .form-group{
    width: 100%;
    margin-bottom: 10px;
  }
  .document-search{
    flex-wrap: wrap;
  }
}


.document-tabs > ul {
	display: flex;
	flex-wrap: wrap;
}
.document-tabs ul li{
	width: 33.333%;
}
.document-tabs li a {
 font-size:12px;
 font-weight:bold;
 color:#1f5ecb;
 text-transform:uppercase;
}
.document-tabs li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.document-tabs li:before {
	content: '';
	width: 10px;
	height: 20px;
 background:url("../img/icon-document.svg") no-repeat left center;
 background-size:15px;
 padding:5px 0 5px 20px;
 display:block;
	position: absolute;
	left: 0;
	top:0;
}

.document-table {
 width:100%;
}
.document-table table {
 color:#404040;
 width:100%;
}
.document-table table th {
 text-align:center;
}
.document-table table a {
 color:#404040;
}
.document-table table tr:nth-child(odd) {
 background-color:#f5f5f5;
}
.document-table table,
.document-table th,
.document-table td {
 border:1px solid #d3d3d3;
 border-collapse:collapse;
 padding:10px;
	text-align: center;
	font-size: 15px;
}
@media(max-width:767px){
  .table-responsive{
    width: 100%;
    overflow-x: scroll;
  }
  .table-responsive table{
    width: auto;
    min-width: 500px;
  }
}
.document-view span{
	display: block;
	color: #3ea103;
	text-transform: uppercase;
}
.document-view img{
	width: 35px !important;
}
.document-table-top {
  margin-top: 5px;
}
.document-table-top td{
  color: #77787b;
  font-size: 13px;
}
.document-table td:nth-child(3){
	text-align: left;
}
.document-table th{
	background: #dcdcdc;
}

/*----- Video page -----*/
.bg-gray{
	background: #f0f0f0;
}
.videopage-big-content{
	    padding: 10px 30px 10px 0px;
}
@media(max-width:767px){
	.videopage-big-content .mt30{
		margin-top: 15px;
	}
	.videopage-big-content{
	    padding: 20px 15px 20px 15px;
	}
}

.tags-box{
	display: flex;
	flex-wrap: wrap;
}
.tags-title{
	font-weight: bold;
	text-transform: uppercase;
}
.tags-box marquee{
	height: 30px;
	width: calc(100% - 100px);
	margin-right: 0;
}
.tags-title:before{
	content: '';
	width: 17px;
	height: 20px;
	background: url("../img/icon-bell.svg") no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.tags-list li{
	display: inline-block;
}
.tags-list li:after{
	content: '|';
	display: inline-block;
	margin: 0 20px;
}
.tags-list li a{
	color: #333;
	font-size: 14px;
}
.tags-list li:last-child:after{
	content: none;
}

.video-wrap{
	padding: 40px 60px 20px 60px;
	border-radius: 10px;
}
.video-wrap .newshot li{
	margin-bottom: 30px;
}
@media(max-width:991px){
	.video-wrap{
		padding: 20px;
	}
}

.manage-detail-page table{
	width: 100%;
}
.manage-detail-page table th,
.manage-detail-page table td{
  border-collapse: collapse;
  border:1px solid #b0b0b0;
  padding: 15px;
	color: #565656;
	font-size: 15px;
}
.manage-detail-page table th{
  font-weight: bold;
  text-align: center;
  background: #f0f0f0;
}
.manage-detail-page table th:nth-child(1){
	width: 25%;
}
.btn-download,
.btn-read{
  font-weight: bold;
  text-transform: uppercase;
  color: #049f2c;
  vertical-align: middle;
}
.btn-read:before{
  content: '';
  width: 26px;
  height: 29px;
  background: url("../img/read-icon.png") no-repeat;
  background-size: 100%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn-download:before{
  content: '';
  width: 30px;
  height: 27px;
  background: url("../img/download-icon.png") no-repeat;
  background-size: 100%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media(max-width:767px){
  .manage-detail-page table th, .manage-detail-page table td{
    padding: 7px 0;
  }  
	.manage-detail-page table th:nth-child(1){
		width: 100%;
	}
  .manage-detail-page table th,
  .manage-detail-page table td{
    display: block;
    width: 100%;
    text-align: left;
    border:none;
  }
  .manage-detail-page table th{
    padding-bottom: 0;
    background: none;
    border-top:1px solid #ccc;
  }
  .manage-detail-page table tr:first-child td:last-child {
    background: none;
  }
  .manage-detail-page table td{
    padding-top: 0;
  }
}

/*----- Detail page -----*/
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: inline-block;
    float: left;
}
.choose-font{
	border:1px solid #bababa;
	border-radius: 50px;
	padding: 3px;
	text-align: center;
	background: #fff;
}
.choose-font a{
	display: block;
	width: 30px;
	margin: 5px;
}
.choose-other{
	width: 100%;
	text-align: center;
}
.choose-other img{
	margin: 3px auto;
}
.detail-text{
	padding-left: 60px;
}
.img-title{
	font-size: 13px;
	font-style: italic;
	color: #017ffc;
	margin-top: 10px;
	text-align: center;
}

.related-news-inner{
	border-top: 2px solid #3ea103;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.related-news-list{
	border-top: 1px solid #ccc;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
	padding: 0 10px 10px 10px;
}
.img-responsive{
	width: 100%;
	text-align: center;
}
img{
	object-fit: contain;
}
.related-news-list li{
	margin-top: 15px;
}
.related-news-list li a{
	display: flex;	
	align-items: flex-start;
}
.related-news-list li a img{
	width: 45%;
}
.related-news-list li a span{
	width: 55%;
	padding-left: 15px;
	color: #333;
	font-size: 14px;
}
@media(min-width:767px){
	.related-news{
		display: flex;
		margin-top: 20px;
	}
	.related-news > div:nth-child(1){
		width: calc(100% - 260px);
		padding-right: 10px;
	}
	.related-news-inner{
		width: 260px;
	}
}
.textblue{
	color: #017ffc;
}
.detail-tags {
	padding: 3px 0;
	border-top: 1px solid #017ffc;
	border-bottom: 1px solid #017ffc;
}
.detail-tags > p{
	display: inline-block;
	font-size: 13px;
}
.detail-tags ul{
	display: inline-block;
}
.detail-tags ul li{
	display: inline-block;
	margin-right: 30px;
	font-size: 12px;
}
.detail-tags ul li a{
	color: #333;
}
@media(min-width:575px){
	.detail-page .newshot li{
		margin-bottom: 20px;
	}
}

.audio-player{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #cccccca1;
	border-radius: 50px;
	padding: 5px 8px;
}
.progress-bar {
  width: calc(100% - 260px);
  height: 2px;
  background-color: #a3a7ab;
  cursor: pointer;
}
.progress {
  height: 2px;
  background-color: #fff;
  width: 0%;
	text-align: left;
}
#playPauseButton {
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#playPauseButton:after {
	content: '\f04b';
	font-size: 11px;
	color: #3c9d46;
	font-family: FontAwesome;
}
.audio-playing #playPauseButton:after {
	content: '\f04c';
	color: #3c9d46;
	font-size: 11px;
	font-family: FontAwesome;
}
.audio-next,
.audio-back{
	background: none;
	border:none;
	color: #fff;
	font-size: 11px;
	text-align: center;	    
	margin: 0 10px;
}
.audio-back:before{
	content: '';
	width: 16px;
	height: 13px;
	background: url("../img/icon-next.svg") no-repeat;
	background-size: 100%;
	display: block;
	margin: 5px;
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
}
.audio-next:before{
	content: '';
	width: 16px;
	height: 13px;
	background: url("../img/icon-next.svg") no-repeat;
	background-size: 100%;
	display: block;
	margin: 5px;
}
#totalTime,
#currentTime{
	color: #3B3B3B;
	font-size: 11px;
	margin: 0 5px;
}
.choose-voice {
	width: 170px;
	position: relative;
}
.choose-voice > p:before{
	content: '\f130';
	color: #4E4E4E;
	font-size: 15px;
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	margin-left: 10px;
}
.choose-voice > p:after{
	content: '\f107';
	color: #4E4E4E;
	font-size: 13px;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
}
.choose-voice p{
	font-size: 13px;
	display: flex;
}
.voice-list{
	position: absolute;
	width: 100%;
	background: #ccc;
	padding: 5px 15px;
	top:30px;
}
.voice-list li{
	display: block;
	width: 100%;
	padding: 2px 0;	
}
.voice-list li a{
	font-size: 13px;
	color: #333;
}
.dropdown_toggle.choose-voice > p:after{
	content: '\f106';
}
@media(max-width:991px){
	.detail-icon-list{
		display: none !important; 
	}
	.detail-text {
    padding-left: 0;
	}
}
/*-----/ End mp3------*/
/*----- Podcast-----*/
.podcast-page .title-cm-02 a:before{
	content: none;
}
.icon-mic:before{
	content: '';
	width: 20px;
	height: 31px;
	background: url(../img/icon-mic.svg) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	background-size: 15px;
}

.podcast-c1{
	background: rgb(0, 127, 253);
    background: linear-gradient(90deg, rgba(0, 127, 253, 1) 5%, rgba(68, 170, 165, 1) 62%, rgba(112, 189, 72, 1) 99%);
	background-size: 100% auto;
	padding: 60px 0;
	position: relative;
}
.podcast-c1:after{
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/bg.png") no-repeat bottom center;
	background-size: 100% auto;
	display: block;
	position: absolute;
	bottom:0;
	left: 0;
	opacity: 0.15;
}
.podcast-bignew-img img{
	width: 100%;
}
.podcast-bigname{
	font-size: 30px;
}
.date{
	font-size: 12px;
}
.icon-wrap{ 	
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.icon-wrap > div{
	margin: 5px;
}
.icon-list > a{
	margin: 0 5px;
}
.icon-wrap a:hover{
	opacity: 0.75;
}
.podcast-c1 .audio-player{
	background: #cccccc7a;
}
.podcast-c1 .progress-bar{	   
	width: calc(100% - 170px);
}
.podcast-c1 .progress-bar{
	background-color: #878787;
}
.podcast-c1 #totalTime,.podcast-c1 #currentTime{
	color: #fff;
}
.podcast-bignew{
	position: relative;
	z-index: 2;
}
@media(min-width:767px){
	.podcast-bigname{
		margin-top: 0;
	}
	.podcast-bignew{
		display: flex;	
	}
	.podcast-bignew-img{
		width: 45%;
	}
	.podcast-bignew-content{
		width: 55%;
		padding-left: 30px;
	}
}
@media(min-width:991px){
	.podcast-bignew-content{
		padding-left: 50px;
	}
}
@media(max-width:991px){
	.podcast-bigname{
		font-size:22px;
	}
}
.icon-mic-white:before{
	content: '';
	width: 15px;
	height: 27px;
	background: url("../img/icon-mic-white.svg") no-repeat;
	background-size: 100%;
}
.title-podcast{
	display: inline-block;	
}
.title-podcast a{
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	vertical-align: bottom;
}
.title-podcast .active{
	background: #72be44;
	color: #fff;
	font-size: 16px;
	padding: 7px 15px;
	border-radius: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
.btn-viewmore-02{
	color: #afafaf;
	padding: 8px 40px;
	border: 1px solid #afafaf;
	border-radius: 10px;
	display: inline-block;
}
@media(max-width:767px){
	.viewmore-list li > div{
		padding-left: 20px;
	}
	.podcast-news .viewmore-list li > a:before{
		width: 30px;
	}
}

.podcast-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.podcast-list > li{
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	margin-bottom: 30px;
}
.podcast-list > li img{
	width: 100%;
}
.podcast-news .podcast-list li > a{
	position: relative;
	display: block;
}
.podcast-news .podcast-list li > a:before{
	content: '\f130';
	font-family: FontAwesome;
	font-size: 19px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 5px 10px;
	background: #72be44;
	border-bottom-right-radius: 10px;
}
.podcast-news .podcast-list li > div > a{
	font-size: 18px;
	color: #333;
	padding-top: 20px;
}
@media(max-width:991px){
	.podcast-list{
		margin-left: -7px;
		margin-right: -7px;
	}
	.podcast-list > li{
		width: 33.333%;
		padding-left: 7px;
		padding-right: 7px;
	}
}
@media(max-width:767px){
	.podcast-list > li{
		width: 50%;
	}
	.podcast-news .podcast-list li > div > a{
		font-size: 16px;
	}
}
.title-podcast-big{	
	margin: 0;
	text-align: center;
}
.title-podcast-big a{
	color: #0280fa;
	font-size: 30px;
	text-transform: uppercase;	
	font-weight: bold;
}
/*----- Slider-----*/
.slick-prev{
	left: 0 !important;	
}
.slick-next{
	right: 0 !important;
}
/*
.slick-prev, .slick-next{
	width: 30px !important;
	height: 30px !important;
	z-index: 2;
	border-radius: 50%;
	background: #000;
	display: inline-block;
}
.slick-prev:before, .slick-next:before{
	border-radius: 50%;
	border:1px solid #ccc;
}
.slick-prev:before{
	content: '\f104' !important;
	font-family: 'FontAwesome' !important;
	font-size: 15px;
}
.slick-next:before{
	content: '\f105' !important;
	font-family: 'FontAwesome' !important;
	font-size: 15px;
}
*/
