/* New Home page design 2026 */

.inner-container{
	padding: 60px 120px;
	position: relative;
}
.inner-container-limit{
	margin: 0 auto;
	max-width: 1200px
}
.inner-container-top{
	padding: 60px 0;
}

button{
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	color: var(--exp-dblue);
	font-weight: 600;
	font-size: 16px;
	padding: 0 26px;
	border: 2px solid #fff; 
	transition: all .25s ease-out;
}
button:hover{
	box-shadow: 0 4px 16px color-mix(in srgb, var(--exp-dblue), transparent 40%);
	background-color: #eee;
}

.col1, .col2{
	flex: 1 0 50%;
	position: relative;
}

.hero-home{
	background: linear-gradient(82.25deg, #1D4F91 34.45%, #D82B80 100%);
}
.hero-home .inner-container-limit{
	display: flex;
}
.hero-home .col1{
	padding-right: calc(3.33vw + 24px);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.hero-home .col2{
	border-radius: 10px;
	min-height: 18vw;
}
#wrapper .hero-home h1{
	font-size: 38px !important;
	font-weight: 700 !important;
	margin-bottom: 13px !important;
	color: #fff;
}
#wrapper .hero-home h2{
	font-size: 20px !important;
	font-weight:400 !important;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 13px !important;
}

.sect{
	background-color: #fff;
	border-radius: 10px;
	padding: 16px;
	color: #495765;
	position: relative;
}
.sect.image{
	grid-column: 1 / -1;
	background-size: cover;
	background-position:center;
	height: calc((100vw - 240px) / 3);
	min-height: 220px;
	position: relative;
}
.sect.image:after, .hero-home .col2:after{
	position: absolute;
	content: ' ';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	
	background: linear-gradient(235.53deg, rgba(255, 255, 255, 0) 55%, rgba(232, 0, 112, 0.28) 78%), linear-gradient(38.77deg, rgba(255, 255, 255, 0) 61.57%, rgba(119, 18, 123, 0.5) 95.26%), linear-gradient(234.82deg, rgba(29, 79, 145, 0) 57.8%, rgba(29, 79, 145, 0.8) 83.5%);
}
.sect .info a{
	line-height: 1.25em;
	margin-bottom: 5px;
}
.sect.image .title a{
	font-size: 20px;
	line-height: 0.95em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.limage{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px 5% 16px 16px;
	min-height: 25%;
	min-width: 50%;
}

.soverlay {
	color: #fff;
	overflow: visible;
	border-radius: 0 0 0 10px;
	max-width: 80%;
}

.soverlay::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.2); 
	clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
	z-index: 0;
	border-radius: 0 0 0 10px;
}

.soverlay::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	padding: 4px; 
	background: linear-gradient(159.55deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
	clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
	-webkit-mask: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
	mask: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
	z-index: 1; 
	pointer-events: none;
	border-radius: 0 0 0 10px;
}

.soverlay .info, .soverlay .info a, .soverlay .number, .soverlay .title, .soverlay .title a {
	position: relative;
	z-index: 2;
	color: #fff !important;
}


.sect .info, .trend-home .trend-boxes .sect .info a{
	color: #8795C0;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
span.circle{
	color: #8795C0;
	background-color: #E1E4EF;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.sect .title a{
	font-size: 18px;
	font-weight: 600;
	color: #495765;
}

.news-home{
	background: #fff;
}
.news-home .limage {
	min-height: 15%;
	max-width: 80%;
}
.news-home .slick-dotted.slick-slider{
	margin: 16px 0 20px;
}
.news-home .home-top h3{
	color: var(--exp-dblue);
}
.news-home .slider-nav{
	position: relative;
}
.news-home .slider-nav i.fa{
	position: absolute;
	z-index: 2;
	top: 0;
	color: var(--exp-dblue);
	width: 40px;
	height: 40px;
	background: #fff;
	font-size: 11px;
	display: flex;
	border-radius: 50%;
	border: 0.83px solid #fff;
}
.news-home .slider-nav i.fa:hover{
	border: 0.83px solid #1D4F91;
	cursor: pointer;
}
.news-home .slider-nav i.fa:before{
	margin: auto;
}
.news-home .slick-dots li.slick-active button::before{
	color: var(--exp-dblue);
	opacity: 1;
}
.news-home .slider-nav i.fa-arrow-right{
	right: calc(50vw - 210px);
	left: unset;
}
.news-home .slider-nav i.fa-arrow-left{
	left: calc(50vw - 210px);
	right: unset;
}
@media (min-width: 1440px) {
	.news-home .slider-nav i.fa-arrow-right{
		right: calc(50% - 110px);
	}
	.news-home .slider-nav i.fa-arrow-left{
		left: calc(50% - 110px);
	}
}
.news-home .slider-nav .slick-dots{
	bottom: -30px;
}
.news-home .box2{
	margin-left: 24px;
}
#news-boxes-cached{
	display: none;
	height: 0;
}

@media (min-width: 768px) {
	.news-home .slick-track {
	    display: flex !important;
	}

	.news-home .slick-slide {
	    display: flex !important;
	}
	.news-home .slick-slide.sect, .news-home .slick-slide.box2 {
		width: 50% !important;
	}
	.news-home .box2 {
		width: 50% !important;
		display: flex !important;
		flex-direction: column;
		gap: 16px;
		height: calc((100vw - 240px) / 3);
	}
	.news-home .box2 .sect {
		flex: 1 1 0;
		min-height: 0;
		background-size: cover;
		background-position: center;
	}
}


.trend-home{
	position: relative;
	overflow: hidden;
}
.trend-home .home-top button{
	color: var(--exp-dblue);
	background-color: #fff;
}
.trend-home .home-top button:hover{
	color: #fff;
	background-color: var(--exp-dblue);;
}

.trend-home .background-item{
	position: absolute;
	width: 100%;
	height: 100%;	
	left: 0;
}
.trend-home .background-item img{
	opacity: 0.1;
	z-index: 2;
	width: 100%;
	height: 100% !important;
  	object-fit: cover;
}
.trend-home .background-item:before{
	background: linear-gradient(120.07deg, #426DA9 24.29%, #77127B 128.47%);
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.trend-home h3{
	color: #fff!important;
}

.trend-home .trend-boxes{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px 16px;
	width: 100%;
}
.trend-home .trend-boxes .sect .number{
	font-size: 40px;
	font-weight: 600;
	color: var(--exp-dblue);
	line-height: 1.25em;
}

.home-top h3{
	display: inline-block;
	font-weight: 600 !important;
	line-height: 1em;
	margin: 10px auto 0 !important;
	font-size: 32px !important;
	position: relative;
}
.home-top p{
	font-size: 16px;
}
.home-top button{
	border-radius: 10px;
	color: #fff;
	background-color: var(--exp-dblue);
	float: right;
	margin-bottom: 30px;
}

.category-home .home-top h3{
	color: var(--exp-dblue);
}
.category-home .home-top button{
	color: #fff;
	background-color: var(--exp-dblue);
}

.category-home .boxes {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
	width: 100%;
}

.category-home .boxes .box {
	background-color: #e1e4ef;
	border-radius: 10px;
	padding: 20px 14px 14px;
	color: #333;
	grid-column: span 2;
	position: relative;
	min-height: 240px;
}

.category-home .boxes .box:nth-child(4), .category-home .boxes .box:nth-child(5) {
	grid-column: span 3;
}

.category-home .boxes {
	grid-auto-flow: row;
}
.category-home .boxes h4{
	color: var(--exp-dblue);
	margin: 0 !important;
	font-size: 24px;
	font-weight: 500 !important;
}

.category-home .boxes .box:nth-of-type(2) h4{
	color: var(--exp-purple);
}
.category-home .boxes .box:nth-of-type(3) h4{
	color: var(--exp-violet);
}
.category-home .boxes .box:nth-of-type(4) h4{
	color: var(--exp-raspberry);
}
.category-home .boxes .box:nth-of-type(5) h4{
	color: var(--exp-blue);
}
.category-home .boxes p{
	color: #333;
	width: 66%;
}
.category-home .boxes .box:hover{
	background-color: #a6afd0;
}
.category-home .boxes .box:hover:after{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	color: var(--exp-dblue);
	font-weight: 900; 
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
	z-index: 10;
}
.category-home .boxes .box a:hover{
	text-decoration: none;
}
#wrapper .category-home .boxes .box img{
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	height: 60%;
}
#wrapper .category-home .boxes .box:nth-child(4) img, #wrapper .category-home .boxes .box:nth-child(5) img{
	height: 90%;
}
.category-home .boxes .box i{
	position: absolute;
	z-index: 0;
	font-size: 60px;
	right: 10px;
	bottom: 10px;
}

.banner1-home {
	position: relative;
	margin-top: 60px;
}
.banner1-home .background-item {
	height: 100%;
	position: absolute;
	width: 100%;
	border-radius: 15px;
}
.banner1-home .background-item img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 15px;
	filter: blur(2px);
	z-index: 0;
	position: relative;
}
.banner1-home .background-item:after {
	content: '';
	background: linear-gradient(186.17deg, #426DA9 42.64%, #77127B 99.32%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	display: block;
	opacity: 0.65;
	border-radius: 15px;
	overflow: hidden;
}
.banner1-home .content-over {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-radius:15px;
	height: 100%;
	color: #fff;
	font-size: 0;
}
.banner1-home .content-over .pre-title{
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1.5em;
}

.banner1-home .content-over h3{
	font-size: 34px !important;
	font-weight: 600 !important;
	line-height: 1.2em;
	width: 70%;
	margin-bottom: 15px !important;
}
.banner1-home .image-col {
	order:2;
	width:100%;
	text-align: center;
}

.banner1-home .image-col img{
	max-height: 198px;
}

.banner1-home .text-col{
	padding:20px;
	order: 1;
}

@media (max-width: 1080px) {
	.sect.image .title a{
		font-size: 16px;
	}
	.news-home .limage {
		max-width: 90%;
	}
	.limage {
		padding: 14px 5% 14px 14px;
	}
	.trend-home .trend-boxes {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 980px) {
	.inner-container{
		padding: 60px 8.33%;
	}
	.sect.image .title a{
		font-size: 14px;
	}
	.limage {
		padding: 12px 5% 12px 12px;
	}	
}

@media (max-width: 768px) {
	.boxes {
		grid-template-columns: 1fr;
	}
	.boxes .box {
		grid-column: auto;
		min-height: 220px;
	}
	.hero-home .inner-container-limit{
  		flex-direction: column-reverse;
  	}
  	
  	.hero-home .col2{
  		min-height: 200px;
  		margin-bottom: 26px;
  	}
  	#wrapper .hero-home h1 {
		font-size: 32px !important;
	}
	
	.category-home .boxes {
		grid-template-columns: repeat(1, 1fr);
		margin: 20px 0 40px;
		gap: 16px 0;
	}
	#wrapper .category-home .boxes .box:nth-child(4) img, #wrapper .category-home .boxes .box:nth-child(5) img{
		height: 60%;
	}
	.category-home .category-top button{
		position: absolute;
		bottom: 0;
		left: 120px;
		width: calc(100% - 240px);
	}
	.banner1-home .content-over h3 {
		font-size: 30px;
		width: 100%;
	}
	.news-home .slider-nav i.fa-arrow-left{
		left: 0;
		right: unset;
	}
	.news-home .slider-nav i.fa-arrow-right{
		right: 0;
		left: unset;
	}
	.news-home .sect.image{
		height: calc((83.33vw) * 0.666);
	}
	.sect.image .title a {
		font-size: 18px;
	}
	.trend-home .inner-container-limit{
	  		padding: 0 20px;
  	}
	.trend-home .trend-boxes {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 20px;
	}
	.hero-home button, .banner1-home button, .banner2-home button{
		width: 100%;
	}
	.banner1-home{
		margin-top: 0;
	}
	.category-home .boxes{
		margin-bottom: 0;
	}
	.trend-home .inner-container, .category-home.inner-container{
		padding-bottom: 120px;
	}
	.home-top a {
		position: absolute;
		bottom: 0;
		left: 8.33%;
		width: calc(100% - 16.66%);
	}
	.hero-home .col1 {
		padding-right: 0;
	}
	.home-top a button{
		width: 100%;
	}
	.form-home h2 {
		font-size: 32px !important;
	}
}

@media (max-width: 480px) {
	.inner-container{
		padding: 60px 20px;
	}
	.news-home .sect.image{
		height: calc((100vw - 40px) * 0.666);
	}
	.slick-dots li{
		margin: 0 1px!important;
	}
	.slick-dots li button {
		padding: 5px 0;
	}
	.home-top a {
		left: 20px;
		width: calc(100% - 40px);
	}
	.form-home form {
		flex-direction: column;
	}
}

@media(min-width:768px){
	.banner1-home{
		height: 250px;
	}
	.banner1-home .image-col {
		width: 50%;
		order: 1;
		height: 100%;
	}
	.banner1-home .image-col img {
		position: absolute;
		bottom: 0;
		height: 130%;
		max-height: 130%;
		width: auto;
		left: 6vw;
	}
	.banner1-home .image-colxxxxx img {
		width: 85%;
		height: auto;
		margin-top: -110px;
		margin-bottom: -6px;
		max-height: 100%;
	}
	.banner1-home .text-col{
		padding:0;
		order: 2;
		width: 50%;
	}
}

.banner2-home{
	display: flex;
	justify-content: center;
    	align-items: center;
	height: 62.5vw;
	min-height: 510px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.banner2-home div{
	position: relative;
	z-index: 2;
	max-width: 560px;
}
.banner2-home h3{
	font-weight: 600 !important;
	font-size: 34px !important;
}
.banner2-home p{
	font-weight: 500;
	font-size: 20px;
	margin: 10px auto;
}
.banner2-home:before{
	background: linear-gradient(360deg, rgba(119, 18, 123, 0.4) 0%, rgba(0, 78, 153, 0.4) 100%);
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.form-home{
	text-align: center;
	color: var(--exp-dblue);
}
.form-home form{
	text-align: center;
	max-width: 567px;
	margin: 0 auto;
	gap: 16px;
	margin-top: 20px;
}
.form-home h2{
	font-weight: 600 !important;
	font-size: 42px !important;
}
.form-home p{
	font-weight: 400;
	font-size: 18px;
}
.form-home p.smaller{
	font-weight: 400;
	font-size: 11px;
}
.form-home .form-section{
	position: relative;	
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}	
.form-home input{
	border-radius: 10px;
	background-color: #E1E4EF;
	border: none;
	width: 100%;
	height: 50px;
	padding: 13px 42px;
}
.form-home  i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #495765; 
	pointer-events: none;
}
.form-home  button{
	background-color: #E1E4EF;
}

#footer.multi-menu{
	background: linear-gradient(0deg, #1D4F91 0%, #426DA9 100%);
	color: #fff;
}
#footer.multi-menu .gradient-bar{
	display: none;
}
#footer.multi-menu .container-fluid.fnav-section{
	border: none;
}
#footer.multi-menu .footer-nav-section{
	color: #fff;
}
#footer.multi-menu #footer_col1 ul{
	column-count: 2;
	column-gap: 0;
}
#footer.multi-menu .footer-menu-name{
	font-weight: 600;
	font-size: 16px;
	margin: 8px 0;
}
#footer.multi-menu .footer-nav-section li{
	display: block;
	margin: 8px 0;
}
#footer.multi-menu .footer-nav-section li a{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
#footer_logo{
	display: none;
}
#footer.multi-menu #footer_logo{
	margin: 0 auto 30px auto;
	display: block;
}
#footer.multi-menu #footer_logo + .container{
	max-width: 895px;
}
@media (max-width: 768px) {
	#footer.multi-menu #footer_col1 ul{
		column-count: 1;
		grid-template-columns: 1fr;
	}
}
@media (max-width: 600px) {
	#footer.multi-menu .footer-nav-section{
		margin: 0 9px;
	}
	#footer.multi-menu .col-3 {
		flex: unset;
		max-width: 100%;
		margin: 0 9px;
	}
	#footer.multi-menu #footer_col3{
		position: relative;
	}
	#footer.multi-menu #footer_col3 .menu:after{
		position: absolute;
		content: ' ';
		bottom: -25px;
		left: 0;
		width: 100%;
		height: 1px;
		border: 1px solid #fff;
		border-width: 0 0 1px 0;
	}
	#footer.multi-menu .container-fluid.fnav-section{
		margin-bottom: 0;
	}
	#footer.multi-menu #footer_logo{
		max-width: 136px;
		margin: 0 auto 0 auto;
	}
}