@charset "UTF-8";
/*	===================================
	Imports
======================================	*/
/*	--	GoogleFonts	--	*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*	===================================
	ILEF COMMONS
======================================	*/
:root {
	/*	font-family	*/
	--ilef-ff-default: 'Roboto', Montserrat, sans-serif;
	--ilef-ff-point: 'Roboto Condensed', Montserrat, sans-serif;
	--ilef-ff-heading: 'Montserrat', Roboto, sans-serif;
	/*	Color	*/
	--ilef-color-tx-body: #3a3d43;
	--ilef-color-tx-body-light: #757a86;
	--ilef-color-tx-point: #004373;
	--ilef-color-default: #004373;
	--ilef-color-default-light: #1e6ca3;
	--ilef-color-point: #3558a2;
	--ilef-color-un: #5988d2;
	--ilef-color-un-light: #96c0ff;
	--ilef-color-lightGrey: #f5f7f9;
}

body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
.trans, .trans:hover {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.ff-default	{	font-family: var(--ilef-ff-default);}
.ff-heading {	font-family: var(--ilef-ff-heading);}
.ff-point	{	font-family: var(--ilef-ff-point);}
h3.alt-font	{	font-size: 36px;	font-weight: 700;}
h4.alt-font	{	font-size: 24px;	font-weight: 600;	line-height: 125%;}

.color-bg-ilef { background-color: var(--ilef-color-tx-point) !important;}
.color-bg-ilef-light { background-color: #3185c1 !important;}
.color-ilef { color: var(--ilef-color-tx-point) !important;}
.color-un { color: var(--ilef-color-un) !important;}



/*	===================================
	SIDE-MEGA MENU
======================================	*/
/*	--		--	*/
header.side-menu-nav {
	background-color: var(--ilef-color-default); border-right: 1px solid rgba(0, 0, 0, 0.15); box-shadow: -5px 0 15px 5px rgba(0, 0, 0, .45);
}
header.side-menu .logo img,
header .sidebar-nav-menu .navbar-brand img {
	max-width: 184px; max-height: unset; width: 150px;
}
.left-sidebar-nav .menu-list li a {
	font-size: 17px; font-weight: 600; font-family: var(--ilef-ff-point); text-transform: uppercase;
}
.left-sidebar-nav .menu-list .menu-list-item .sub-menu-item li a {
	font-weight: 500;
}
.sideFooter {
	position: fixed; bottom: 0; left: 0; width: 290px;
}
.sideFooter .footer-holder {
	text-align: center;
}
.sideFooter .side-copyr {
	color: #a6bbca;
}
.sideFooter .side-copyr small {
	display: inline-block; font-size: 12px; line-height: 145%; margin-top: 10px; font-weight: 300;
}



/*	===================================
	MAIN
======================================	*/
section.mainTitle { 
	padding-top: 40px; padding-bottom: 200px;
}
section.mainTitle h1.alt-font {
	color: var(--ilef-color-default); text-transform: uppercase; font-size: 3.4rem; line-height: 3.9rem; font-weight: 700;
}
section.mainTitle h5.alt-font {
	color: var(--ilef-color-un); font-size: 16px; line-height: 28px; font-weight: 600;
}
section .html-video {
	left: 50%; top: 50%; width: 100%; height: auto;
	transform: translate(-50%, -50%); object-fit: fill;
}
section.mainVisualPic {
	position: relative; z-index: 9; margin-top: -150px;
}
section.mainVisualPic .content-210 {
	display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column;
	height: 450px; width: 100%;
	background: url(../images/2480x980.jpg) no-repeat left center;
	background-size: auto 125%; background-size: cover; background-color: var(--ilef-color-default);
}
section.mainVisualPic .content-210 .comment {
	position: relative; z-index: 1;
	min-width: 500px; max-width: 900px; width: 33vw; height: 300px;
	padding: 3vw; padding: clamp(40px, 3vw, 100px); color: #FFF;
}
section.mainVisualPic .content-210 .comment > span { line-height: 145%;}
section.mainVisualPic .content-210 .comment::after {
	content: ''; position: absolute; z-index: -1; top: 0; left: 0;
	width: 100%; height: 100%; background-color: var(--ilef-color-un); opacity: 0.85;
}
.mainVisualTxt .content-211 {
	position: relative; color: #FFF;
	padding: 100px 0; padding-left: clamp(40px, 3vw, 100px); padding-right: clamp(40px, 3vw, 100px);
}
.mainVisualTxt .content-211 > p	{
	line-height: 145%; margin: 0;
}
.mainVisualTxt::before,
.mainVisualTxt::after {
	content: ''; position: absolute; width: 100%; height: calc(100% - 150px); top: 150px; left: 0;
}
.mainVisualTxt::before {
	z-index: -1; opacity: 0.1;
	background: url(../images/1980x980.jpg) no-repeat center bottom; background-size: auto 100%; background-attachment: fixed;
}
.mainVisualTxt::after {
	z-index: -2; opacity: 1;
	background: var(--ilef-color-default);
}
.logo-emblem {
	width: 150px; height: 150px; z-index: 98; padding: 0; top:0;
}
section.main_endorsement {
	position: relative; overflow: visible; background-color: var(--ilef-color-lightGrey);
}
section.main_endorsement blockquote {
	position: relative; max-width: 780px; margin: 0 auto; padding: unset; color: #31678e; border: unset;
	font-size: 16px; line-height: 24px; font-weight: 400; font-style: italic;
}
section.main_endorsement blockquote .first-letter {
	display: inline-flex; align-items: center; justify-content: center;
	background: #446990; height: 40px; width: 40px; line-height: 100%; padding: 0; margin: 0 15px 0 0; margin-top: 5px;
}
section.main_endorsement blockquote .btn-more {
	font-weight: 600; font-style: normal; text-transform: uppercase;
}
section.main_endorsement blockquote a.btn-more *	{	transition: opacity 0.3s ease-in-out;}
section.main_endorsement blockquote a.btn-more .w-35px	{	transition: width 0.35s ease-in-out;}
section.main_endorsement blockquote a.btn-more:hover .w-35px	{	width: 70px;}
section.main_endorsement blockquote a.btn-more:hover *	{	opacity: 1;}
section.main_endorsement blockquote .inside201 {
	display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; font-size: 14px;
}
.main_endorsement .swiper-button-next-nav,
.main_endorsement .swiper-button-previous-nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 9;
}
.main_endorsement .swiper-button-next-nav		{	right: 0; left: unset;}
.main_endorsement .swiper-button-previous-nav	{	left: 0; right: unset;}
.main_endorsement .slider-custom-image-pagination	{	padding: 20px 0;}
.main_endorsement .swiper-pagination-bottom .swiper-wrapper { margin-bottom: 140px;}
.main_endorsement .slider-custom-image-pagination .swiper-pagination-bullet {
	vertical-align: baseline; border-radius: 4px; width: 75px; height: 100px; opacity: 0.5;
}
.main_endorsement .slider-custom-image-pagination .swiper-pagination-bullet::after {
	content: ''; position: absolute; bottom: -18px; left: 0; width: 100%; height: 20px; transform: rotate(0deg); opacity: 0.5;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.main_endorsement .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1; transform-origin: bottom; margin: 0 9px;
}
section.main_history .row .col-md-12.d-flex {
	gap: 1rem;
}
section.main_history .swiper-button-style-ilef {
	background-color: #004373; color: #FFFFFF; border: 2px solid; border-color: transparent;
	/* position: unset; transform: unset; -webkit-transform: unset; -moz-transform: unset; -ms-transform: unset; -o-transform: unset; */
}
section.main_history .swiper-button-style-ilef.swiper-button-next:hover,
section.main_history .swiper-button-style-ilef.swiper-button-prev:hover {
	border-color: #004373; color: var(--ilef-color-default);
}
section.main_history .swiper-container {
	overflow: visible;
}
section.main_history .swiper-slide {
	opacity: 0.5; transition: all 0.3s ease-in-out;
}
section.main_history .swiper-slide { opacity: 1;}

section.main_history .swiper-slide .blog-post	{
	padding: 16px; border: 2px solid #dde2e8;
}
section.main_history .swiper-slide .blog-post > a	{
	display: inline-block; height: 200px; width: 100%; overflow: hidden;
}
section.main_history .swiper-slide .blog-post .blog-post-image {
	position: unset; height: 100%; width: 100%; text-align: center; background-color: #eef0f3;
}
section.main_history .swiper-slide .blog-post .blog-post-image img { object-fit: cover; height: 100%; width: 100%; opacity: 0.85;}
section.main_history .swiper-slide .blog-post .blog-post-image .blog-rounded-icon {
	position: absolute; bottom: 0; right: 0; border-radius: unset; border: none !important;
}
section.main_history .swiper-slide:hover { opacity: 1;}
section.main_history .swiper-slide:hover .blog-post { border-color: var(--ilef-color-tx-point);}		
section.main_history .swiper-slide .blog-post .post-details a {
	display: block; padding: 28px 8px 20px;
}
section.main_history .swiper-slide .blog-post .post-details a .d-flex	{
	display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px;
}
section.main_history .swiper-slide .blog-post .post-details a .d-flex > strong	{
	font-size: 28px; font-weight: 700;
}
section.main_history .swiper-slide .blog-post .post-details a .d-flex > span	{
	text-transform: uppercase; font-size: 14px; font-weight: 600;
}
section.main_history .swiper-slide .blog-post .post-details a .d-flex + p {
	overflow: hidden; display: -webkit-box; margin: 0 auto; width: 100%; max-height: 3em;
	text-overflow: ellipsis; word-break: break-word; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
	color: #4f5257; font-size: 14px; line-height: 1.45em;
}
.fancy-text	{	margin-top: 4rem;}
.fancy-text h6	{	margin: 0 auto; font-size: 16px; letter-spacing: unset;}



/*	===================================
	SUB COMMON
======================================	*/
.bg-gradient-ilef-subtitle {
    background-image: linear-gradient(to left top, #252e8e, #182c6f, #3a3852, #21202d);
}
section.subTitle {
	padding-top: 110px; padding-bottom: 100px;
}
section.subTitle h5.alt-font {
	color: #FFFFFF; font-weight: 600; font-size: 16px; line-height: 28px;
}
section.subTitle h1.alt-font {
	color: #FFFFFF; text-transform: uppercase; font-size: 3.4rem; line-height: 3.9rem; font-weight: 700;
}
.subTitle .bg-sub-title {
	position: absolute; display: flex; top: 0; z-index: -1; width: 100%; height: 100%;
	background-size: cover; background-position: center;
}



/*	===================================
	About us
======================================	*/
section.aboutus .content-211 {
	position: relative; color: #FFF;
	padding-top: 110px; padding-bottom: 220px;
}
section.aboutus .content-211 > p	{
	line-height: 145%; margin: 0; font-size: 18px;
}
section.aboutus::before,section.aboutus::after {
	content: ''; position: absolute; width: 100%; height: 100%; top:0; left: 0;
}
section.aboutus::before {
	z-index: -1; opacity: 0.75;
	background: url(../images/img_flag_un.jpg) no-repeat right bottom; background-size: auto 100%;
}
section.aboutus::after {
	z-index: -2; opacity: 1; background: var(--ilef-color-default);
}
section.aboutus .content-211-2 {
	display: inline-flex; align-items: center; justify-content: center;
}
section.aboutus .content-211-2 .logo-emblem {
	margin: -50% 0 0 0;
}
section.about-vision {
	top: -118px;
}
section.about-vision .insertbox {
	position: relative;
}
section.about-vision .insertbox .box-shadow-medium {
	background-color: var(--ilef-color-default-light);
}
section.about-vision .insertbox .box-shadow-medium:hover {
	background-color: #3092d7;
}
section.about-vision .insertbox .box-shadow-medium .post-details h3 {
	line-height: 115%;
}
section.about-vision .insertbox .box-shadow-medium .post-details h3 + hr {
	position: relative; left: -4.5rem; margin: 1.45rem 0;
	width: 33.3%; min-width: 200px; height: 1px; background: #FFF; opacity: .75;
}
section.about-vision .insertbox .box-shadow-medium:hover .post-details h3 + hr {
	width: 66.6%; opacity: 1;
}
section.about-vision .insertbox .box-shadow-medium .post-details p.d-block {
	line-height: 145%; margin: 0; font-size: 18px;
}





/*	===================================
	endorsements
======================================	*/
.endorsements .tab-style-ilef .tab-box-wrap {
	background-color: #f5f7f9; background-image: url(../images/home-branding-agency-bg-img-03.png);
	background-position: 42px 30px; background-size: 200% auto; background-repeat: no-repeat;
}
.endorsements .tab-style-ilef .tab-box-wrap .nav-tabs li {	width: calc(100% / 2);}
.endorsements .tab-style-ilef .nav-tabs > li.nav-item > a.nav-link {
	display: inline-flex; align-items: center; justify-content: center;
	width: 100%; height: 100%; font-size: 20px; font-weight: 400;
}
.endorsements .tab-style-ilef .blog-post { border: 4px solid; border-color: transparent;}
.endorsements .tab-style-ilef .blog-post:hover { border-color: var(--ilef-color-point);}
.endorsements .tab-style-ilef .blog-post:hover h4 + p {
	-webkit-transition-duration: 0.75s; -moz-transition-duration: 0.75s; -ms-transition-duration: 0.75s; -o-transition-duration: 0.75s;
	transition-duration: 0.45; color: var(--ilef-color-tx-point);
}



/*	===================================
	History // history-wrap
======================================	*/
.history-wrap .tab-style-ilef .tab-box-wrap {
	background-color: #f5f7f9; background-image: url(../images/home-branding-agency-bg-img-03.png);
	background-position: 42px 30px; background-size: 200% auto; background-repeat: no-repeat;
}
.history-wrap .tab-style-ilef .tab-box-wrap .nav-tabs li {	width: calc(100% / 4);}
.history-wrap .tab-style-ilef .tab-box-wrap .nav-tabs li a {
	font-size: 20px; font-weight: 500;
	margin-left: -2px;
}
.tab-style-ilef .nav-tabs > li.nav-item > a.nav-link > span {
	font-size: 14px;
	margin-bottom: 4px;
	color: #567fd0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*
Timeline
*/
.page-timeline {
    margin: 0 auto; position: relative;
}
.page-timeline:before {
	position: absolute;
	content: '';
	top: 20px;
	bottom: 0;
	left: 202px;
	right: auto;
	height: 100%;
	width: 3px;
	background: #5483ce;
	z-index: 0;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 4px 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 4px 8px 0 rgba(0,0,0,0.3); */
}
.page-timeline:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 60px;
	background: #5483ce;
	background: -webkit-linear-gradient(top, #5483ce, rgba(52, 152, 219, 0));
	background: linear-gradient(to bottom, #5e84c9, rgba(52, 152, 219, 0));
	top: calc(100% - -19px);
	left: 202px;
}
.vtimeline-content {
	margin-left: 280px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 32px 32px;
	text-align: left;
	-webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2), 0 4px 12px -2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2), 0 4px 12px -2px rgba(0, 0, 0, 0.15);
	position: relative;
}
.vtimeline-content::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -15px;
	z-index: 98;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 18px 0;
	border-color: transparent #ffffff transparent transparent;
	filter: drop-shadow(-5px 2px 4px rgba(0, 0, 0, 0.1));
}
/* 
.vtimeline-content::after {
	content: "";
	position: absolute;
	top: 20px;
	left: -15px;
	z-index: 98;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 18px 0;
	border-color: transparent #ffffff transparent transparent;
	filter: drop-shadow(-4px 0px 2px rgba(0, 0, 0, 0.25));
}
*/
.vtimeline-content h2 {
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}
.vtimeline-content p {
    font-size: 0.9em;
    margin: 0;
}
.vtimeline-point {
    position: relative;
    display: block;
    /* vertical-align: top; */
    margin-bottom: 5rem;
}
.vtimeline-icon {
    position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #4782d3;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 50px;
    z-index: 99;
    margin-left: 178px;
    margin-top: 13px;
}
.vtimeline-icon i {
    display: block;
    font-size: 1.5em;
    line-height: 50px;
}
.vtimeline-icon i {
    display: block;
    font-size: 1.5em;
    line-height: 50px;
	background: #FFF;
	width: 16px;
	height: 16px;
	top: 50%;
	position: absolute;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.vtimeline-date {
    width: 150px;
    font-size: 30px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 25px;
    font-weight: 600;
    color: var(--ilef-color-point);
	line-height: 100%;
    /* background: aqua; */
}
.post-meta {
    padding-top: 15px;
    margin-bottom: 20px;
}
.post-meta li:not(:last-child) {
    margin-right: 10px;
}
.vtimeline-content .wrap-swiper {
	width: 100%;
	height: fit-content;
	overflow: hidden;
	padding: 20px;
}
.vtimeline-content li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	border-bottom: 1px dashed #c7d1e5;
	padding: 22px 20px;
	margin: 0;
}
.vtimeline-content li .date {
	color: #6c6e73;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
}
.vtimeline-content li h2 {
	margin: 0;
	padding: 0;
	line-height: 1.25;
	color: var(--ilef-color-point);
	font-family: var(--ilef-ff-point);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: normal;
}


.vtimeline-content li figure {
	max-width: 100%;
	margin: 1rem 0;
	padding: 0;
}
.vtimeline-content li figure img {
	width: 160px;
	max-width: 25vw;
	height: auto;
}
figure.pdf-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 4px;
}
figure.pdf-box .btn-set-pdf {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
figure.pdf-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 8px;
	padding: 0 2rem;
	margin: 0;
	height: 50%;
	width: 100%;
	line-height: 1.25;
	word-break: keep-all;
	font-size: clamp(12px, 1.5vw, 15px);
	font-weight: bold;
	color: var(--ilef-color-un);
	border-style: solid;
	border-color: #5988d2;
	border-width: clamp(2px, 0.5vw, 3px);
}
figure.pdf-box a span {
	font-family: var(--ilef-ff-heading);
}
figure.pdf-box a:hover {
	background-color: var(--ilef-color-un);
	color: #FFF;
}




.vtimeline-content li blockquote.description {
	margin: 1rem;
	padding: 0 0 0 2rem;
	color: #6c6e73;
	font-size: 14px;
	line-height: 22px;
}
.vtimeline-content ul > li h2 + h2 {
	margin-top: 8px;
}
.vtimeline-content li:first-child {
	padding-top: 16px;
}
.vtimeline-content li:last-child {
	border: none;
}
.vtimeline-content .wrap-swiper .product-image-slider .swiper-slide .gallery-link .insertTxt {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.5rem;
	width: fit-content;
	min-width: 33.3%;
	max-width: 66.6%;
	background-color: rgba(0, 0, 0, 0.45);
	color: #FFF;
}
.vtimeline-content .wrap-swiper .product-image-slider .swiper-slide .gallery-link .insertTxt h2 {
	line-height: 125%; font-size: 1.3rem;
	font-family: var(--ilef-ff-point);
	letter-spacing: normal;
}
.vtimeline-content .wrap-swiper .product-image-slider .swiper-slide .gallery-link .insertTxt .date {
	font-family: var(--ilef-ff-point);
}
.vtimeline-content .wrap-swiper .product-image-thumb .swiper-slide {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 20vw;
	max-width: 180px;
	height: 80px; 
	overflow: hidden;
}
.vtimeline-content .wrap-swiper .product-image-thumb .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vtimeline-content .wrap-swiper .single-product-thumb .swiper-thumb-next-prev {
	z-index: unset;
	height: 80px;
	padding: unset;
}
.vtimeline-content .wrap-swiper .swiper-thumb-next-prev .swiper-thumb-prev,
.vtimeline-content .wrap-swiper .swiper-thumb-next-prev .swiper-thumb-next {
	position: absolute;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 100%;
}
.vtimeline-content .wrap-swiper .swiper-thumb-next-prev .swiper-thumb-prev {
	left: 0;
	right: unset;
}
.vtimeline-content .wrap-swiper .swiper-thumb-next-prev .swiper-thumb-next	{
	left: unset;
	right: 0;
}
.skeleton	{
	background: #f0f0f09e;
	height: 100%; width: 100%;
	animation: pulse 1.5s infinite;
}
@keyframes pulse {
	0%		{	background-color: #f0f0f0cf;}
	50%		{	background-color: #e0e0e0;}
	100%	{	background-color: #f0f0f0cf;}
}





/*	===================================
	contact us
======================================	*/
.contactus .subTitle .bg-sub-title {
	filter: grayscale(70%);
}
.contactus .title-lct {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.contactus .title-lct figure {
	width: fit-content;
	height: 150px;
	margin: 0;
}
.contactus .title-lct figure > img {
	height: 100%;
	width: auto;
	filter: brightness(2);
}
.contactus .title-lct > h6 {
	width: fit-content;
	display: flex;
	flex-direction: column;
}
.contactus .content-tit h5 > small {
	letter-spacing: normal;
	opacity: 0.9;
	font-weight: normal;
}
.contactus .content-tit .add i,
.contactus .content-tit .mailadd i {
	font-size: 22px;
	margin: 0 8px 0 0;
}
.contactus .content-tit .add,
.contactus .content-tit .mailadd {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	width: 100%;
}
.contactus .content-tit .add > span.text-fast-blue,
.contactus .content-tit .mailadd > span.text-fast-blue {
	min-width: 70px;
	display: inline-block;
}



/*	===================================
	Footer
======================================	*/
footer.footer-dark {
	background-color: #195581; color: rgba(255, 255, 255, 0.7);
}
footer.footer-dark .footer-bottom {
	font-size: 13px; font-family: var(--ilef-ff-heading);
}
footer.footer-dark .footer-horizontal-link		{	gap: 1.25rem; margin-left: 1.25rem;}
footer.footer-dark .footer-horizontal-link li	{	margin: 0;}
footer.footer-dark .footer-horizontal-link a	{	color: #bfcad8; display: inline-flex; align-items: center;}
footer.footer-dark .footer-horizontal-link a:hover	{	color: #FFFFFF;}
footer.footer-dark .footer-horizontal-link a > i	{	margin-right: 6px;}
footer.footer-dark .footer-horizontal-link a span { word-break: keep-all;}

/* Foot Common */
section.sitelink {
	padding: 50px 0;
}
section.sitelink .titleWrap .col-12 {
	display: inline-flex; align-items: center; justify-content: center; margin-bottom: 15px;
}
section.sitelink .titleWrap h6 {
	display: inline-block; margin: 0 3rem 0 3.5rem; padding: 0;
	font-size: 14px; letter-spacing: 0.65rem; font-weight: 700; text-transform: uppercase; color: #204798;
}
section.sitelink .row.d-flex	{
	flex-direction: row; justify-content: space-evenly; justify-content: center; align-items: stretch; gap: 1rem;
}
section.sitelink a.sitelink-box {
	position: relative; display: inline-flex; align-items: center; justify-content: flex-start;
	border: 2px solid; border-color: transparent; width: fit-content; padding: 1rem; gap: 1rem;
}
section.sitelink a.sitelink-box:hover {
	border-color:#1a4171; box-shadow: 4px 4px 14px -4px rgba(0, 0, 0, .25);
}
section.sitelink .sitelink-box .logo-related-box {
	width: 90px; text-align: center;
}
section.sitelink .sitelink-box .logo-related-content {
	display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 148px;
}
section.sitelink .sitelink-box .logo-related-content .alt-font	{
	color: #204798; line-height: 115%; font-weight: 700;
}
section.sitelink .sitelink-box .logo-related-content .link	{
	color: #6c6e73; font-size: 12px; line-height: 1; margin-top: 5px;
}
section.sitelink .sitelink-box .btn-link-target {
	display: inline-flex; align-items: center; justify-content: center; position: absolute; right: 0; bottom: -14px;
	opacity: 0; width: 28px; height: 28px;
}
section.sitelink .sitelink-box:hover .btn-link-target {
	opacity: 1; bottom: 0;
}



/*	===================================
	Responsive
======================================	*/
@media (max-height: 800px) {
	.left-sidebar-nav .menu-list li a { padding: 10px 0;}
	.sideFooter {
		position: relative;
		width: 100%;
	}
  }

@media (max-width: 1500px) {
	section.sitelink a.sitelink-box {
		flex-direction: column; justify-content: space-evenly;
	}
	section.sitelink .sitelink-box .logo-related-box {
		width: 100%; height: 70px; text-align: center;
	}
	section.sitelink .sitelink-box .logo-related-box img {
		height: 100%; width: auto;
	}
	section.sitelink .sitelink-box .logo-related-content {
		text-align: center; align-items: center; justify-content: flex-start;
		height: 45.3px;
	}
}

@media (max-width: 1280px) {
	/*	ACTIVITY HISTORY */
	.left-sidebar-wrapper .tab-style-ilef .tab-box-wrap {
		padding-top: 50px;
	}
	.left-sidebar-wrapper .tab-style-ilef .tab-box-wrap .nav-tabs li a {
		font-size: 17px !important; padding: 20px 14px !important;
	}
	.left-sidebar-wrapper .tab-style-ilef .nav-tabs > li.nav-item > a.nav-link > span {
		font-weight: 500;
		font-size: 12px;
		text-transform: uppercase;
	}
	.vtimeline-date { width: 110px; font-size: 24px; top: 20px;}
	.page-timeline:before,
	.page-timeline:after {	left: 142px;}
	.vtimeline-icon {
		height: 32px; width: 32px; line-height: 32px;
		margin-top: 15px; margin-left: 127px;
	}
	.vtimeline-icon i { width: 10px; height: 10px;}
	.vtimeline-content { margin-left: 190px; padding: 24px 24px;}
	.vtimeline-content::before { top: 16px; border-width: 12px 18px 12px 0;}
	.vtimeline-content li { padding: 16px 12px;}
	.vtimeline-content li .date { font-size: 13px;}
	.vtimeline-content li h2 { font-size: 15px;}

	/*	ENDORSEMENTS	*/
	.endorsements .tab-style-ilef .blog-post .d-flex { align-items: flex-start !important;}
}

@media (max-width: 991px) {
	/*	COMMON */
	.left-sidebar-nav .side-menu-button {
		display: inline-flex; align-items: center; justify-content: center;
		width: 74px; height: 100%; padding: 0px; right: 0; left: unset;
		background: rgba(0, 0, 0, 0.15);
		text-align: center; cursor: pointer;
	}
	.sideFooter {	position: absolute;}

	/*	MAIN */
	.main_endorsement .swiper-button-next-nav,
	.main_endorsement .swiper-button-previous-nav {
		top: 0; transform: translateY(0%);
	}

	/*	ABOUTUS */
	section.aboutus .content-211-2 {
		position: absolute; top: 0; transform: translate(-50%, -50%); left: 50%;
	}
	section.aboutus .content-211-2 .logo-emblem {
		margin: unset;
	}

	/*	ACTIVITY HISTORY */
	.tab-style-ilef > .container,
	.tab-style-ilef .tab-box-wrap .container {
		max-width: 96%;
	}

	/*	ENDORSEMENTS	*/

	/*	CONTACT	*/


	/*	Footer	*/
}


@media (max-width: 767px) {
	.logo-emblem {
		width: 100px; height: 100px;
	}
	/*	COMMON */
	section.subTitle {
		padding-top: 60px; padding-bottom: 50px;
	}
	section.subTitle h1.alt-font {
		font-size: 2.4rem; line-height: 2.9rem;
	}
	section.subTitle h5.alt-font {
		font-weight: 500; font-size: 13px; line-height: 16px; letter-spacing: normal;
	}

	/*	MAIN */
	

	/*	ABOUTUS */
	

	/*	ACTIVITY HISTORY */
	.tab-style-ilef > .container,
	.tab-style-ilef .tab-box-wrap .container {
		max-width: unset;
	}
	.left-sidebar-wrapper .tab-style-ilef .tab-box-wrap {
		padding: 0; margin-bottom: 20px;
	}
	.left-sidebar-wrapper .tab-style-ilef .nav-tabs {
		flex-direction: column;
		align-items: center;
	}
	.left-sidebar-wrapper .tab-style-ilef .tab-box-wrap .nav-tabs li {
		width: 100%; background: #FFF;
		border-bottom: 1px solid #cfd4e1;
	}
	.left-sidebar-wrapper .tab-style-ilef .tab-box-wrap .nav-tabs li a,
	.left-sidebar-wrapper .tab-style-ilef .nav-tabs > li.nav-item > a.nav-link {
		display: flex; align-items: center; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: space-between;
		font-size: 15px !important;
		padding: 1.2rem 2.2rem !important; margin: 0;
		border: none;
	}
	.left-sidebar-wrapper .tab-style-ilef .tab-box-wrap .nav-tabs li a.active {
		background-color: var(--ilef-color-point) !important;
		color: #FFF !important; border-color: #3f58a6 !important;
	}
	.left-sidebar-wrapper .tab-style-ilef .tab-box-wrap .nav-tabs li a.active span {
		color: #b4cdff;
	}
	.vtimeline-point {
		margin-bottom: 3rem;
	}
	.vtimeline-icon { display: none;}
	.vtimeline-block {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.vtimeline-block .vtimeline-date {
		width: 100%;
		top: unset;
		text-align: left;
		position: relative;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 1rem;
	}
	.vtimeline-block .vtimeline-content {
		margin: 0;
		max-width: 100%;
		padding: 8px;
	}
	.vtimeline-block .vtimeline-content::before {
		top: -10px;
		left: 10px;
		border-width: 8px 10px 8px 0;
		transform: rotate(90deg);
		filter: drop-shadow(-2px 1px 2px rgba(0, 0, 0, 0.1));
	}
	.vtimeline-block .vtimeline-content li:first-child { padding-top: 8px;}
	.vtimeline-block .vtimeline-content li { padding: 10px 8px;}
	.vtimeline-block .vtimeline-content li .date { font-size: 12px; line-height: 1; margin: 4px 0;}
	.vtimeline-block .vtimeline-content li h2 { font-size: 14px;}
	.vtimeline-block .vtimeline-content li blockquote.description {
		margin: 0.5rem;
		font-size: 12px;
		line-height: 1.25;
		padding-left: 1.25rem;
	}
	.vtimeline-block .vtimeline-content .wrap-swiper { padding: 10px;}
	.vtimeline-block .vtimeline-content .wrap-swiper .product-image-slider .swiper-slide .gallery-link .insertTxt h2 {
		font-size: 13px;
		font-weight: 500;
	}
	.vtimeline-block .vtimeline-content .wrap-swiper .product-image-slider .swiper-slide .gallery-link .insertTxt {
		max-width: unset;
		width: 100%;
		padding: 1rem .75rem;
		font-size: 12px;
	}
	.mfp-title {font-size: 12px; line-height: 1.25;}
	.page-timeline:before, .page-timeline:after { content: none; display: none;}


	/*	ENDORSEMENTS	*/
	.endorsements .tab-style-ilef .blog-side-image .blog-post-image {
		position: absolute; right: 2%; top: 10%; width: 16%;
	}
	.endorsements .blog-post .blog-post-image img { opacity: 1;}
	

	/*	CONTACT	*/


	/*	Footer	*/
	section.sitelink { padding-bottom: 10px;}
	section.sitelink .titleWrap .w-80px { width: 40px;}
	section.sitelink .titleWrap h6 { letter-spacing:normal; }
	footer.footer-dark .footer-horizontal-link { margin: 0 auto;}
}


@media (max-width: 575px) {
	/*	COMMON */
	body { font-size: 15px;}
	h3.alt-font.text-uppercase.color-ilef { font-size: 28px;}

	/*	MAIN */
	h3.alt-font.text-uppercase.color-ilef { font-size: 24px;}
	section.mainTitle h1.alt-font { font-size: 3rem; line-height: 3rem;}
	section.main_endorsement > .container { padding: 1rem;}
	section.mainVisualPic .content-210 .comment {	min-width: unset;}
	section.mainVisualPic .content-210 .comment h4.alt-font,
	.content-211 h4.alt-font { font-size: 20px}
	section.main_endorsement blockquote { font-size: 14px; line-height: 1.45;}
	section.main_endorsement blockquote .inside201 img.h-40px { height: 28px; margin-top: 8px; }
	section.main_endorsement blockquote .inside201 img.h-60px { height: 40px; margin-top: 8px; }
	

	/*	ABOUTUS */
	
	/*	ACTIVITY HISTORY */

	/*	ENDORSEMENTS	*/
	.endorsements .tab-style-ilef .blog-side-image .post-details { width: 100%; line-height: 1.25;}
	.endorsements .tab-style-ilef .blog-side-image .post-details span.alt-font { line-height: 1.25;}
	.endorsements .tab-style-ilef .blog-side-image .post-details h4,
	.endorsements .tab-style-ilef .blog-side-image .blog-post h4 { font-size: 18px;}
	.endorsements .tab-style-ilef .blog-side-image .post-details p.fs-14 { font-size: 13px;}
	.endorsements .tab-style-ilef .blog-side-image .blog-post-image {
		position: relative; right: unset; top: unset;
		width: 66%; margin: 0 auto;
	}
	.swiper-button-next.large, .swiper-button-prev.large {
		height: 48px; width: 48px; line-height: 48px; font-size: 18px;
	}

	/*	CONTACT	*/


	/*	Footer	*/
	footer.footer-dark .footer-horizontal-link li {
		text-align: center;
	}
	footer.footer-dark .footer-horizontal-link a {
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	footer.footer-dark .footer-horizontal-link a span {
		font-size: 1.1rem;
	}

}



@media (max-width: 425px) {
	/*	COMMON */
	

	/*	MAIN */
	section.mainTitle {
		padding-top: 30px; padding-bottom: 150px;
	}
	.main-top-logo02 {
		width: 120px; height: 120px;
	}
	section.mainTitle h5.alt-font {
		font-size: 15px; line-height: 1.2;
	}
	section.mainTitle h1.alt-font {
		font-size: 26px; line-height: 1.2;
	}
	section.mainVisualPic .content-210 .comment {
		padding: clamp(28px, 3vw, 100px);
	}
	.mainVisualTxt .content-211 {
		padding: 60px 0 80px 0;
		padding-left: clamp(28px, 3vw, 100px);
		padding-right: clamp(28px, 3vw, 100px);
	}
	

	/*	ABOUTUS */
	

	/*	ACTIVITY HISTORY */

	/*	ENDORSEMENTS	*/
	

	/*	CONTACT	*/


	/*	Footer	*/
	section.sitelink a.sitelink-box	{	width: calc(100% / 2 - 10px);}
	section.sitelink .sitelink-box .logo-related-box	{	height: 40px;}
}