/* slides */
.slides.owl-carousel {
    margin-bottom: 0;
}
.slides.owl-carousel .item {
    width: 100%;
    position: relative;
}
.slideshow-home .owl-carousel button[class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    font-size: 50px;
    padding: 20px 5px!important;
    color: #fff;
}
.slideshow-home .owl-carousel button.owl-next {
    right: 15px;
}
.slideshow-home .owl-carousel button.owl-prev {
    left: 15px;
}

/* box number info */
.box-number-info {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 70px;
}
.box-number-info .content-nb {
    display: flex;
    align-items: center;
}
.box-number-info .content-nb .icon {
	width: 65px;
}
.box-number-info .content-nb .info {
	width: calc(100% - 65px);
	padding-left: 20px;
}
.box-number-info .content-nb .info strong.count-number {
    color: #27323d;
    font-size: 30px;
    line-height: 32px;
}
.box-number-info .content-nb .info p {
	margin-bottom: 0;
	font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #848d95;
}
@media (max-width: 991px) {
	.box-number-info .content-nb {
		flex-wrap: wrap;
	}
	.box-number-info .content-nb .icon,
	.box-number-info .content-nb .info {
		width: 100%;
		text-align: center;
	}
    .box-number-info .content-nb .info {
        padding-left: 0;
    }
	.box-number-info .content-nb .icon img {
		max-width: 65px;
		margin-bottom: 5px;
	}
}
@media (max-width: 480px) {
	.box-number-info .content-nb .icon img {
		max-width: 40px;
	}
	.box-number-info .content-nb .info strong.count-number {
		font-size: 20px;
	}
	.box-number-info .content-nb .info p {
		font-size: 14px;
	}
}

/* md box 9 */
.md-box_9 {
    background: #d7d7d7;
    padding: 50px 0;
}
.md-box_9 .container {
    background: #fff;
    padding: 100px 30px;
}
.md-box_9 .col-xs-6.col-md-4 {
    background-size: cover;
    background-position: center center;
    height: 207px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.md-box_9 .col-xs-6.col-md-4:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
}
.md-box_9 .col-xs-6.col-md-4:first-child:after {
	display: none;
}
.md-box_9 .col-xs-6.col-md-4:hover:after {
	opacity: .68;
    background-color: #272f54;
}
.box-9-head {
    padding-right: 50px;
}
.box-9-head h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
    margin: 20px 0;
}
.box-9-head p{
	color: #707070;
	font-size: 13px;
	margin-bottom: 0;
}
.item-box_9 {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 0 25px;
}
.item-box_9 h3 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;    
    transition: all .5s;
}
.md-box_9 .col-xs-6.col-md-4:hover .item-box_9 h3 {
	padding-bottom: 15px;
    color: var(--color-hover-box-9);
}
.item-box_9 p {
	opacity: 0;
    max-height: 0;
    transition: all .5s;
    margin-bottom: 0;
}
.md-box_9 .col-xs-6.col-md-4:hover .item-box_9 p {
	opacity: 1;
    max-height: 123px;
}
.item-box_9 p a {
	position: relative;
    padding-bottom: 5px;
    font-weight: 700;
    width: 100%;
    display: block;
    color: #fff;
    text-align: left;
    z-index: 99;
    font-size: 11px;
    transition: none;
}
.item-box_9 p a:hover {
	color: var(--color-hover-box-9);
}
@media (max-width: 767px) {
	.md-box_9 {
		background: #fff;
	}
	.md-box_9 .container {
		padding: 0 15px;
	}
	.box-9-head {
		padding-right: 5px;
	}
	.box-9-head h2 {
		font-size: 17px;
		margin: 0 0 10px;
	}
	.item-box_9 {
		padding: 0 15px;
	}
	.item-box_9 h3 {
	    font-size: 14px;
	}
}

/* info */
.info-more {
	margin: 50px 0;
}
h2.info-more-head {
    font-size: 24px;
    color: var(--color-text);
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
}
.info-more-news {
    padding: 20px 0;
    border-top: 1px solid #909498;
    width: 100%;
    display: inline-block;
}
.info-more-news.first-item-news {
	padding-top: 0;
	border-top: 0;
}
.info-more-news .image {
    width: 100px;
    float: left;
}
.info-more-news .info {
    width: calc(100% - 100px);
    float: left;
    padding-left: 12px;
}
.info-more-news.first-item-news .image,
.info-more-news.first-item-news .info {
	width: 100%;
}
.info-more-news.first-item-news .info {
	padding: 20px 0 0 0;
}
.info-more-news .info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}
.info-more-news.first-item-news .info h3 {
	font-size: 18px;
}
.info-more-news .info h3 a {
	color: var(--color-text);
}
.info-more-news .info h3 a:hover {
	color: var(--color-logo);
}
.info-more-news .info .date {
	font-size: 14px;
    color: #909498;
    font-weight: 500;
}
.info-more-banner {
    padding-top: 45px;
}
.info-more-banner-big {
	padding-top: 60px;
}
@media (max-width: 991px) {
	.info-more {
		margin-top: 0;
	}
	.info-more-banner {
		padding-top: 10px;
	}
}
@media (max-width: 479px) {
	h2.info-more-head {
	    font-size: 22px;
	}
}

/* carousel */
.md-carousel {
    padding: 30px 0 80px;
}
.md-carousel .head-title {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.md-carousel .head-title:after{
	content: '';
    position: absolute;
    height: 1px;
    background: #f7941d;
    width: 60px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

/* news featured */
.news-item-column {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.news-item-column .image {
	width: 90px;
	float: left;
}
.news-item-column .name {
	float: left;
	width: calc(100% - 90px);
	padding-left: 20px;
}
.news-item-column .name a {
	font-weight: 500;
	color: var(--color-header);
}
.news-item-column .name a:hover {
	color: var(--color-logo);
} 

/* video */
.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-iframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}