
.row-dv {
    overflow-y: scroll;
    max-height: 550px;
}
.item-dv .box-text-inner {
    font-size: 16px;
}
.barge-dv {
    opacity: 1 !important;
    line-height: 1;
    height: 75px !important;
    width: 66px !important;
    margin: 0;
    position: absolute !important;
    left: 20px;
    top: 0;
    color: #fff !important;
    text-align: left !important;
    z-index: 1;
	    padding: 0 14px !important;
}
.box.has-hover.item-dv {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
}
.box.has-hover.item-dv img.attachment-.size-.lazy-load-active {
    border-radius: 10px;
}
.header-landing3 {
    border: unset !important;
}
.img-radius-15 .img-inner{
	border-radius: 15px;
}
.header-landing2 .col-logo .col-inner:after{
	content: unset;
}
.header-landing2 a.button.white.is-link.lowercase.btn-menu {
    margin-bottom: 0 !important;
}
.header-landing2{
	border-bottom: 1px solid #fff;
}
.title-box h4 {
    color: #EC870E !important;
    font-style: italic;
}
.sec-content .box-image {
    border-radius: 8px;
}
.sec-content .box-image .image-cover:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(42, 94, 157, 0) 0%, #2A5E9D 100%);
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.title-box h4 {
		font-family: 'Gilroy-Regular';
	}
	.title-box p {
		font-family: 'Gilroy-Regular';
	}
	.sec-muc-tieu h4 {
		font-family: 'Gilroy-Regular';
	}
	.title-banner h2{
			font-family: 'Gilroy-Regular';
	}
	.title-banner p{
			font-family: 'Gilroy-Regular';
	}
.sec-content .box-text.text-center {
    z-index: 2;
}

@media  (max-width: 850px){
	.row-dv .image-cover {
		padding-top: 80% !important;
	}
	.box-list-view .box .box-image, .box-vertical .box-image {
		width: 45%  !important;
	}
	.header-landing2 a.button.white.is-link.lowercase.btn-menu {
		color: #2a5e9d !important;
	}
	
}
@media only screen and (min-width: 1024px){
	.title-box h4 {
		font-size: 18px;
	}
	.title-box p {
		font-size: 18px;
	}
	.sec-muc-tieu h4 {
		font-size: 24px;
	}
	.title-banner h2{
		font-size: 40px
	}
	.title-banner p{
		font-size: 24px
	}
}