.header .logo-wrap {
	padding:  5px 0;
}


.header .navbar {
	background:  white;
	border-radius: 0;
}

.header .logo-img {
	width:  100%;
}

.header .logo {
	width: 82px;
}

.header .nav-item-child {
	color:  black;
}

.header .nav-item-hover:after {

}

.header .nav-item-child {
	padding: 0;
}

.header .nav-item-hover:after {
	background: #bf9654;
	width: 100%;
	bottom: 0;
	top: inherit;
}

li.nav-item {
	padding:  20px;
}


.jumbo-video-container {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.jumbo-video {
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-container {
	display: flex;
    column-gap: 50px;
    justify-content: space-around;
    padding: 10px 30px;
    margin-top: -50px;
}

.box {
	box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
    z-index: 10;
    background: white;
    transition: 0.3s ease all;
    border-radius: 2px;
    flex: 1 1 0px;
}

.box img {
	width: 100%;
}

.box-text {
	padding: 30px;
}

.box-body-wrapper {
	transition: 0.3s ease all;
}

.box-body {
	color: #a6a7aa;
}

@media (max-width: 768px) {
	.box-container {
		flex-direction: column;
		row-gap: 40px;
	}
}


.box:hover {
	transform: translate3D(0,-1px,0) scale(1.1);
}

.box-link {
	float: right;
	color: #4eb9f1;
    font-weight: 500;
}

#newsSection {
	margin-top: 50px;
}

.image-wrapper {
	overflow: hidden;
	width: 100%;
	height: 280px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	background-repeat: no-repeat;
	background-size:  100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.video-news {
	width: 100%;
}

.swiper-slide p {
	margin: 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.slide-link {
	position: absolute;
	bottom:  0;
	right:  0;
	float: right;
	color: #4eb9f1;
    font-weight: 500;
    cursor: pointer;
}