img {
	max-width: 100%;
}

#Content{
	padding-bottom: 180px;
}	

@media (max-width: 1920px){
	#Content{
		padding-bottom: 130px;
	}
}

@media (max-width: 767px){
	#Content{
		padding-bottom: 110px;
	}
}

@media (max-width: 600px){
	#Content{
		padding-bottom: 90px;
	}
}

@media (max-width: 450px){
	#Content{
		padding-bottom: 70px;
	}
}
	
/* Banner */	
.about_us_banner{
	margin: 0 auto;
	max-width: 3000px;
	position: relative;
}

.about_us_banner_text{
	position: absolute;
	top: 15%;
	left: 8.5%;
	max-width: 717px;
}

.about_us_banner_text > div:last-child{ 
	margin-top: 20px;
	max-width: 570px;
}

@media (max-width: 2700px){
	.about_us_banner_text{
		left: 6.5%;
	}
}

@media (max-width: 2300px){
	.about_us_banner_text{
		top: 10%;
		left: 4.5%;
	}
}

@media (max-width: 1920px){
	.about_us_banner_text{
		top: 16%;
		left: 4%;
		max-width: 670px;
	}
	
	.about_us_banner img{
		height: 645px;
		object-fit: cover;
		object-position: top left;
	}	
}

@media (max-width: 1800px){
	.about_us_banner img{
		height: 620px;
	}	
}

@media (max-width: 1700px){
	.about_us_banner img{
		height: 590px;
	}	
}

@media (max-width: 1600px){
	.about_us_banner_text{
		top: 12%;
	}
	
	.about_us_banner img{
		height: auto;
	}	
}

@media (max-width: 1500px){
	.about_us_banner img{
		height: 625px;
	}	
}
	
@media (max-width: 1400px){
	.about_us_banner{
		overflow: hidden;
	}	
	
	.about_us_banner_text{
        top: 64px;
        max-width: none;
        width: 1200px;
        left: 50%;
        transform: translate(-50%);
		z-index: 2;
	}
	
	.about_us_banner_text > div:first-child, .about_us_banner_text > div:last-child{ 
		max-width: 950px;
	}

	.about_us_banner img{
		width: 1400px;
		height: 870px;
		max-width: none;
		position: relative;
		left: 50%;
		transform: translate(-50%);
	}
}

@media (max-width: 1350px){
	.about_us_banner_text > div:first-child, .about_us_banner_text > div:last-child{ 
		padding: 0 50px;
	}	
}

@media (max-width: 1300px){
	.about_us_banner_text > div:first-child, .about_us_banner_text > div:last-child{ 
		padding: 0 100px;
	}	
}

@media (max-width: 1200px){
	.about_us_banner_text{
		box-sizing: border-box;
		top: 6%;
		width: 100%;
	}
	
	.about_us_banner_text > div:first-child, .about_us_banner_text > div:last-child{ 
		padding: 0 100px;
        width: 100%;
        box-sizing: border-box;
        max-width: 100%;
	}
}
	
@media (max-width: 1000px){
	.about_us_banner img{
		width: 1000px;
		height: 100%;
		margin-top: -200px;
		max-width: 100%;
		position: static;
		transform: none;
	}
}

@media (max-width: 900px){
	.about_us_banner_text{
		top: 6%;
	}

	.about_us_banner img{
		margin-top: -40px;
		max-width: none;
		width: 900px;
	}	
}	
	
	
@media (max-width: 767px){
	.about_us_banner_text{
		top: 7%;
        padding: 0 6% 0 8%;
	}
	
	.about_us_banner_text > div:first-child, .about_us_banner_text > div:last-child {
        padding: 0;
	}
	
	.about_us_banner img{
		width: initial;
		height: initial;
		max-width: 100%;
		position: static;
		left: 0;
		transform: none;
		margin-top: -90px;
	}
}

@media (max-width: 650px){
	.about_us_banner_text{
		top: 5%;
	}


	.about_us_banner img{
		margin-top: -80px;
	}	
}

@media (max-width: 600px){
	.about_us_banner_text > div:first-child{
		line-height: 1.25;
	}
	
	.about_us_banner img{
		margin-top: -200px;
	}	
	
}

@media (max-width: 550px){
	.about_us_banner img{
		margin-top: -150px;
	}	
	
}

@media (max-width: 500px){
	.about_us_banner_text{
		top: 4%;
	}

	.about_us_banner img{
		margin-top: -100px;
	}	
}	
	
@media (max-width: 450px){
	.about_us_banner_text{
		top: 6%;
		 padding: 0 6%;
	}
	
	.about_us_banner img{
		margin-top: -50px;
	}	
}	

@media (max-width: 390px){
	.about_us_banner_text{
		padding: 0 4%;
		width: 100%;
	}
	
	.about_us_banner img{
		margin-top: -45%;
	}	
}

@media (max-width: 350px){
	.about_us_banner img{
		margin-top: -25%;
	}	
}
	
/* Solutions */
.about_us_solutions{
	margin: 0 auto;
	max-width: 2404px;
	padding-top: 171px;
}

.about_us_solutions > div{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.about_us_solutions > div:first-child{
	padding-left: 100px;
	padding-top: 60px;
}
	
.about_us_solutions > div:first-child > div{
	max-width: 850px;
}

.about_us_solutions > div:last-child{
	padding-left: 50px;
}
	
.about_us_solutions .font_H2_B{
	line-height: 1.25;
	padding-bottom: 50px;
	text-transform: uppercase;
}

@media (max-width: 2000px){
	.about_us_solutions > div:last-child{
		padding-left: 0px;
	}
}

@media (max-width: 1920px){
	.about_us_solutions{
		padding-top: 130px;
	}	
	
	.about_us_solutions > div:first-child{
		padding-top: 0px;
	}
	
	.about_us_solutions > div:first-child > div{
		max-width: 750px;
	}

	.about_us_solutions > div:first-child > div:first-child{
		max-width: none;
		overflow: visible;
      	position: relative;
		width: 1000px;
		z-index: 2;
	}
	
	.about_us_solutions > div:last-child{
		padding-right: 3%;
	}
	
	.about_us_solutions img{
		padding-left: 5%;
		max-width: 90%;
	}	
}

@media (max-width: 1600px){
	.about_us_solutions{
		padding-top: 110px;
	}	
	
	.about_us_solutions > div:last-child{
		padding-top: 70px;
	}

	.about_us_solutions img{
		padding-left: 3%;
		max-width: 92%;
	}	
}

@media (max-width: 1300px){
	.about_us_solutions > div:first-child{
		padding-left: 50px;
	}
	
	.about_us_solutions > div:last-child{
		padding-top: 100px;
	}
	
	.about_us_solutions img{
		padding-left: 0%;
		max-width: 95%;
	}
}

@media (max-width: 1115px){
	.about_us_solutions{
		padding-top: 90px;
	}	
	
	.about_us_solutions > div:first-child > div:first-child{
		width: 180%;
	}	
	
	.about_us_solutions > div:last-child{
		padding-top: 130px;
	}
}	

@media (max-width: 1000px){
	.about_us_solutions > div:last-child{
		padding-right: 0;
		text-align: right;
	}
	
	.about_us_solutions .font_H2_B {
		padding-bottom: 30px;
	}

	.about_us_solutions img{
		max-width: 100%;
	}	
}

@media (max-width: 767px){
	.about_us_solutions{
		padding-top: 70px;
	}
	
	.about_us_solutions > div{
		width: 100%;
	}
	
	.about_us_solutions > div:first-child{
		padding-right: 50px;
	}
	
	.about_us_solutions > div:first-child > div:first-child{
		width: 100%;
	}	
	
	.about_us_solutions > div:last-child{
		display: none;
	}
}
	
@media (max-width: 600px){
	.about_us_solutions .font_H2_B {
		padding-bottom: 35px;
	}	
}	

@media (max-width: 500px){
	.about_us_solutions{
		padding-top: 60px;
	}
	
	.about_us_solutions > div:first-child{
		padding-left: 8%;
		padding-right: 8%;
	}
}

@media (max-width: 450px){
	.about_us_solutions{
		padding-top: 50px;
	}
	
	.about_us_solutions > div:first-child{
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.about_us_solutions .font_H2_B {
		padding-bottom: 20px;
	}
}		
		
/* Different */	
.about_us_different{
	margin: 0 auto;
	max-width: 2404px;
	padding-top: 68px;
}

.about_us_different > div{
	padding: 0 100px;
}
	
.about_us_different > div > div{
	display: inline-block;
	box-sizing: border-box;
	padding-bottom: 80px;
	vertical-align: top;
	width: 33.3%;
}

.about_us_different_col_1{
	padding-right: 9%;
}

.about_us_different_col_2{
	padding: 0 3.8%;
}

.about_us_different_col_3{
	padding-left: 9%;
}	

.about_us_different_col_1 > div:first-child, .about_us_different_col_2 > div:first-child, .about_us_different_col_3 > div:first-child{
	text-align: center;
}

.about_us_different_col_1 > div:last-child, .about_us_different_col_2 > div:last-child, .about_us_different_col_3 > div:last-child{
	padding-top: 30px;
	margin: auto;
	max-width: 500px;
}
	
.about_us_different > div:first-child > div:first-child > div{
	padding: 0;
	max-width: 300px;
}

.about_us_different img{
	max-width: 90%;
	max-height: 230px;
}

@media (max-width: 1920px){
	.about_us_different_col_1{
		padding-right: 5%;
	}

	.about_us_different_col_2{
		padding: 0 2.8%;
	}

	.about_us_different_col_3{
		padding-left: 5%;
	}
	
	.about_us_different img{
		max-width: 70%;
		max-height: 140px;
	}

	.about_us_different > div{
		padding: 0 9%;
	}

	.about_us_different > div:first-child > div:first-child > div {
		padding: 30px 0 0 0;	
	}	
}

@media (max-width: 1700px){
	.about_us_different > div{
		padding: 0 6%;
	}
}

@media (max-width: 1500px){
	.about_us_different > div > div {
		padding-bottom: 50px;
	}

	.about_us_different img{
		max-width: 180px;
	}
}

@media (max-width: 1300px){
	.about_us_different > div{
		padding: 0 50px;
	}

	.about_us_different_col_1{
		padding-right: 3%;
	}

	.about_us_different_col_2{
		padding: 0 2%;
	}

	.about_us_different_col_3{
		padding-left: 3%;
	}
}	
	
@media (max-width: 1000px){
	.about_us_different{
		padding-top: 90px;
		padding-bottom: 60px;
	}

	.about_us_different > div{
		padding: 0 6%;
	}

	.about_us_different > div > div{
		width: 50%;
	}
	
	.about_us_different img{
		max-width: 120px;
	}
	
	.about_us_different .about_us_different_fpe_icon{
		height: 120px;
		max-width: none;
	}	
	
	.about_us_different_col_1, .about_us_different_col_2, .about_us_different_col_3{
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.about_us_different_col_1 > div:last-child, .about_us_different_col_2 > div:last-child, .about_us_different_col_3 > div:last-child {
		padding-top: 20px;
	}

	.about_us_different > div:first-child > div:first-child > div{
		text-align: left;
	}
}

@media (max-width: 767px){
	.about_us_different > div{
		padding: 0 3%;
	}
	
	.about_us_different_col_1, .about_us_different_col_2, .about_us_different_col_3{
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media (max-width: 600px){
	.about_us_different {
    	padding-bottom: 50px;
    }
	
	.about_us_different > div > div{
		padding-bottom: 40px;
		width: 100%;
	}
	
	.about_us_different > div{
		padding: 0 0%;
	}
	
	.about_us_different img{
		max-width: 100px;
	}
	
	.about_us_different_col_1 > div:last-child, .about_us_different_col_2 > div:last-child, .about_us_different_col_3 > div:last-child{
		padding-top: 10px;
		margin: 0 auto;
		max-width: 300px;
	}

	.about_us_different > div:first-child > div:first-child{
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 20px;
	}
	
	.about_us_different > div:first-child > div:first-child > div{
		max-width: none;
		overflow: visible;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 450px){
	.about_us_different {
        padding-top: 60px;
		padding-bottom: 40px;
    }

	.about_us_different > div > div{
		padding-bottom: 30px;
		width: 100%;
	}
	
	.about_us_different > div:first-child > div:first-child{
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.jobs_benefits img{
		max-width: 80px;
	}
}	
	
/* Gallery */
.about_gallery{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.gallery_items, #About_History_Gallery_Marker_Top {
    transform: translateZ(0px);
    transform: translateY(0px);
    -moz-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
}
/*
.gallery_item_arrows{
	cursor: pointer;
	height: 100%;
    position: absolute;
	padding: 0 30px;
	top: 0;
}

.gallery_item_arrows{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.gallery_arrow_left, .gallery_arrow_right{
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: black;
	height: 30px;
	position: relative;
	width: 30px;
}

.gallery_arrow_left{
	left: 0;
	transform: rotate(-135deg);
}

.gallery_arrow_right{
	transform: rotate(45deg);
}

.gallery_arrow_left div, .gallery_arrow_right div{
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: white;
	height: 28px;
	width: 28px;
}*/

.gallery-nav {
    display: flex;
    gap: 25px;
	justify-content: end;
	margin-right: 80px;
	margin-top: 30px;
}

.gallery-nav-btn {
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: var(--gray3);
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.gallery-nav-btn:hover {
    background: var(--gray2);
    transform: scale(1.05);
}

.gallery-nav-arrow {
    width: 14px;
    height: 14px;
    border-top: 3px solid var(--black1);
    border-right: 3px solid var(--black1);
}

.gallery-nav-arrow.gallery-nav-left {
	margin-left: 5px;
    transform: rotate(-135deg);
}

.gallery-nav-arrow.gallery-nav-right {
	margin-right: 5px;
    transform: rotate(45deg);
}

@media (max-width: 600px){
	.gallery-nav {
		margin-right: 25px;
	}	
}	

/*History */
.about_us_histrory{
	margin-top: 180px;
}

.about_us_histrory .gallery-nav {
    display: flex;
    gap: 60px;
	justify-content: center;
	margin-right: 0px;
	margin-top: 30px;
}

.about_us_histrory > .about_gallery > div{
	background-color: #555;
	background: radial-gradient(ellipse at center 435px, #999 0, #555 600px);
	color: white;
	margin-top: 29px;
	padding-bottom: 100px;
}
	
.about_us_history_marker{
	display: inline-block;
	width: 245px;
	height: 270px;
	background-size: cover;
	background-repeat: no-repeat;
	text-transform: uppercase;
	position:relative;
	z-index: 2;
	margin-top: -23px;
	text-align: center;
}

.about_us_history_marker > div:first-child{
	padding-top: 22px;
}
	
.about_us_history_marker_year{
	white-space: nowrap;
	width: 218px;
	margin: auto;
	overflow: hidden;
}	

#About_History_Gallery_Marker_Top > div{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 76px;
}	
	
#About_History_Gallery{
	margin-top: -40px;
	/*margin-left: -350px;*/
	transform: translateX(400px);
	white-space: nowrap;
}

.gallery_item_history{
	display: inline-block;
	text-align: center;
	width: 400px;
	margin-left: -1px;
	vertical-align: top;
}

.gallery_item_history_img{
	cursor: pointer;
	/*filter: grayscale(50%);*/
}

.gallery_item_history_hr{
	border: 2px solid transparent;
	border-radius: 50%;
    margin: 55px 0 0 184px;
	height: 28px;
    width: 28px;
	
	-moz-transition: border-color 1s ease-out;
    -ms-transition:  border-color 1s ease-out;
    -o-transition:  border-color 1s ease-out;
    -webkit-transition: border-color 1s ease-out;
    transition: border-color 1s ease-out;
}

.gallery_item_history_active .gallery_item_history_hr{
	border: 2px solid var(--white1);
	margin: 55px 0 0 359px;
}
	
.gallery_item_history_hr:after{
	content: "";
	background-color: var(--white1);
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	margin: 8px;
	height: 11px;
    width: 11px;
}	

.gallery_item_history_content{
	padding: 30px 10px 10px 10px;
	text-align: center;
	white-space: normal;
}

.gallery_item_history_content span{
	cursor: pointer;
}

.gallery_item_history_text{
	display: inline-block;
	width: 600px;
	margin: 15px -100% 0 -100%;
}
/*
#About_History_Gallery_Arrow_R{
    right: 0;
}

#About_History_Gallery_Arrow_L{
	left: 0;
}

#About_History_Gallery_Arrow_R .gallery_arrow_right,
#About_History_Gallery_Arrow_L .gallery_arrow_left{
	top: 440px;
}*/

.gallery_item_history_content{
	/*opacity: 0.1;*/
	opacity: 0;
}

.gallery_item_history_img{
	/*opacity: 0.3;*/
	max-width: none;
	height: 400px;
	position: relative;
    left: 50%;
    margin-left: -100%;
	
	will-change: transform, filter;
	-webkit-filter: blur(3px) grayscale(100%);
	filter: blur(3px) grayscale(100%);
	transform: scale(0.8) translateZ(0);
}

.gallery_item_history_img, .gallery_item_history_content, .gallery_item_history > div{
	-moz-transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
    -ms-transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
    -o-transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
}
	
.gallery_item_history_active .gallery_item_history_img,
.gallery_item_history_active .gallery_item_history_content{
	opacity: 1;
}

.gallery_item_history_active > div{
	transform: rotate(0deg)!important;*/
}	

.gallery_item_history.gallery_item_history_active{
	position: relative;
    z-index: 2;
	width: 750px;
}	

.gallery_item_history_active .gallery_item_history_img{
	box-shadow: 5px 7px 18px -7px black;
		
	-webkit-filter: none;
	filter: none;
	transform: scale(1);
}	

#About_History_Time_Line{
	border-bottom: 4px solid #b61233;
	position: absolute;
	top: 709px;
	width: 100%;
}

@media (max-width: 1920px){
	.about_us_histrory {
		margin-top: 140px;
	}
	
	.about_us_histrory > .about_gallery > div {
		background: radial-gradient(ellipse at center 363px, #999 0, #555 600px);
        padding-bottom: 80px;
	}	
	
	.about_us_history_marker{
		width: 205px;
		height: 226px;
		margin-top: -20px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	
	#About_History_Gallery_Marker_Top > div{
		font-size: 66px;
	}

	.about_us_history_marker_year {
		width: 184px;
	}

	.gallery_item_history {
		width: 320px;
	}	
	
	.gallery_item_history.gallery_item_history_active {
        width: 580px;
	}	
	
	.gallery_item_history_img {
		height: 300px;
	}
	
	.gallery_item_history_content {
		padding: 20px 10px 10px 10px;
	}	
	
	.gallery_item_history_hr {
		margin: 40px 0 0 144px;
	}	
	
	.gallery_item_history_active .gallery_item_history_hr {
       margin: 40px 0 0 276px;
	} 

	#About_History_Time_Line {
		top: 564px;	
	}
	
	/*#About_History_Gallery_Arrow_R .gallery_arrow_right, #About_History_Gallery_Arrow_L .gallery_arrow_left {
		top: 336px;
	}*/
}

@media (max-width: 1000px){
	.about_us_histrory {
        margin-top: 90px;
    }
	
	.gallery_item_history.gallery_item_history_active{
		width: 400px;
	}
	
	.gallery_item_history_active .gallery_item_history_hr{
		margin: 40px 0 0 185px;
	}
	
	#About_History_Time_Line{
		top: 563px;
	}	
}

@media (max-width: 767px){
	.about_us_histrory {
        margin-top: 40px;
    }
	
	.about_us_histrory > .about_gallery > div {
		background: radial-gradient(ellipse at center 270px, #999 0, #555 380px);
        padding-bottom: 60px;
	}	
	
	.about_us_history_marker{
		width: 182px;
		height: 200px;
		margin-top: -20px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	
	#About_History_Gallery_Marker_Top > div{
		font-size: 55px;
	}

	.about_us_history_marker_year {
		width: 184px;
	}

	#About_History_Time_Line{
		top: 537px;
	}

	/*#About_History_Gallery_Arrow_R .gallery_arrow_right,
	#About_History_Gallery_Arrow_L .gallery_arrow_left{
		top: 317px;
	}*/	
}

@media (max-width: 650px){
	.gallery_item_history_text{
		width: 140%;
	}
}	

@media (max-width: 600px){
	.about_us_histrory > .about_gallery > div{
		padding-bottom: 30px;
	}

	.about_us_history_marker{
		width: 160px;
		height: 176px;
		margin-top: -15px;
		line-height: 1.2;
	}

	.about_us_history_marker_year{
		width: 142px;
	}	

	#About_History_Gallery_Marker_Top > div{
		font-size: 43px;
		line-height: 1.1;
	}

	.about_us_history_marker > div:first-child{
		padding-top: 24px;
	}
	
	.gallery_item_history.gallery_item_history_active{
		width: 280px;
	}
	
	.gallery_item_history_active .gallery_item_history_hr{
		margin: 42px 0 0 125px;
	}
	
	.gallery_item_history_img {
		height: 260px;
	}
	
	.gallery_item_history{
		width: 240px;
	}

	.gallery_item_history_content {
        padding: 0px 10px 10px 10px;
    }
	
	.gallery_item_history_hr{
		margin: 42px 0 0 104px;
	}
	
	#About_History_Time_Line{
		top: 479px;
	}

	/*#About_History_Gallery_Arrow_R .gallery_arrow_right,
	#About_History_Gallery_Arrow_L .gallery_arrow_left{
		top: 260px;
	}*/
	
	.gallery_item_history_text{
		width: 180%;
	}
}	
	
@media (max-width: 500px){
	.about_us_histrory {
        margin-top: 20px;
    }
	
	.about_us_histrory .gallery-nav {
        margin-top: 15px;
	}	
	
	.about_us_histrory > .about_gallery > div {
		background: radial-gradient(ellipse at center 240px, #999 0, #555 280px);
        /*padding-bottom: 0px;*/
	}	
	
	.about_us_history_marker{
		width: 141px;
		height: 156px;
		margin-top: -13px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	
	.about_us_history_marker > div:first-child {
        padding-top: 17px;
    }
	
	.about_us_history_marker_year {
		width: 126px;
	}

	#About_History_Time_Line{
		top: 537px;
	}
	
	.gallery_item_history.gallery_item_history_active{
		width: 180px;
	}
	
	.gallery_item_history_active .gallery_item_history_hr{
		margin: 25px 0 0 75px;
	}
	
	.gallery_item_history_img {
		height: 200px;
	}
	
	.gallery_item_history{
		width: 140px;
	}

	.gallery_item_history_hr{
		margin: 25px 0 0 54px;
	}
	
	#About_History_Time_Line{
		top: 394px;
	}

	/*#About_History_Gallery_Arrow_R .gallery_arrow_right,
	#About_History_Gallery_Arrow_L .gallery_arrow_left{
		top: 230px;
	}*/	
	
	.gallery_item_history_text{
		max-height: 280px;
        overflow: hidden;
		max-width: 500px;
		width: 85vw;
		padding-bottom: 20px;
		position: relative;
	}
}

@media (max-width: 450px){
	.gallery_item_history_text{
		max-height: 240px;
	}
}
	
@media (max-width: 400px){
	.about_us_history_marker{
		width: 130px;
		height: 142px;
		margin-top: -12px;
		line-height: 1.1;
	}

	.about_us_history_marker_year{
		width: 116px;
	}	

	#About_History_Gallery_Marker_Top > div{
		font-size: 32px;
		line-height: 1.2;
	}

	.about_us_history_marker > div:first-child{
		padding-top: 18px;
	}
	
	#About_History_Gallery {
		margin-top: -30px;
	}	
	
	.gallery_item_history.gallery_item_history_active{
		width: 150px;
	}
	
	.gallery_item_history_active .gallery_item_history_hr{
		margin: 25px 0 0 60px;
	}
	
	.gallery_item_history_img {
		height: 150px;
	}
	
	.gallery_item_history{
		width: 120px;
	}

	.gallery_item_history_hr{
		margin: 25px 0 0 48px;
	}
	
	#About_History_Time_Line{
		top: 342px;
	}

	/*#About_History_Gallery_Arrow_R .gallery_arrow_right,
	#About_History_Gallery_Arrow_L .gallery_arrow_left{
		top: 220px;
	}*/
}

/*********************************************************************************************/
/******************************************** Fun Fact **************************************/
/*********************************************************************************************/

/* Fun fact */	
.about_us_fun_fact{
	box-sizing: border-box;
    padding-top: 210px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

/*
.about_us_fun_fact > div:not(:first-child){
	display: inline-block;
	margin: 80px 10px 0 10px;
	position: relative;
	vertical-align: top;
}

.about_us_fun_fact > div:not(:first-child) > div{
	position: absolute;
	text-transform: uppercase;
	top: 100px;
	width: 100%;
}*/


#About_Fun_Fact_Gallery{
	margin-top: 81px;
	/*transform: translateX(310px);*/
	white-space: nowrap;
}

.gallery_item_fun_fact{
	display: inline-block;
	height: 825px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	width: 490px;
}

.gallery_item_fun_fact_img{
	/*filter: grayscale(50%);*/
	position: relative;
	vertical-align: bottom;
}

.gallery_item_fun_fact_heading, .gallery_item_fun_fact_description{
	white-space: normal;
}

.gallery_item_fun_fact_description{
	box-sizing: border-box;
	line-height: 1.25;
	padding: 90px 74px 10px 74px;
	position: absolute;
	text-align: left;
    top: 0px;
    width: 100%;
}	


.gallery_item_fun_fact_heading{
	color: var(--black1);
	position: absolute;
    top: 50px;
    width: 100%;
}

.gallery_item_fun_fact_button{
	background-color: var(--gray1);
	border-radius: 50%;
	bottom: 24px;
	color: var(--gray3);
	cursor: pointer;
	height: 40px;
	line-height: 43px;
	position: absolute;
	right: 24px;
	text-align: center;
	width: 40px;
}	

.gallery_item_fun_fact .gallery_item_fun_fact_opacity_active{
	opacity: 0;
}

.gallery_item_fun_fact_opacity{
	position: absolute;
	top: 0;
	opacity: 1;
	-moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
	width: inherit;
}
/*
.about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_R, .about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_L{
	height: 824px;
	margin-top: 347px;
}
	
#About_Fun_Fact_Gallery_Arrow_R{
    right: 0;
}

#About_Fun_Fact_Gallery_Arrow_L{
	left: 0;
}

#About_Fun_Fact_Gallery_Arrow_R .gallery_arrow_right,
#About_Fun_Fact_Gallery_Arrow_L .gallery_arrow_left{
	top: 350px;
}*/

@media (max-width: 2300px){
	/*.about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_R, .about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_L{
		height: 614px;
	}

	#About_Fun_Fact_Gallery_Arrow_R .gallery_arrow_right,
	#About_Fun_Fact_Gallery_Arrow_L .gallery_arrow_left{
		top: 284px;
	}*/

	.gallery_item_fun_fact{
		height: 614px;
		width: 365px;
	}
	
	.gallery_item_fun_fact_description{
		line-height: 1.25;
		padding: 60px 50px 10px 50px;
	}	
}
	
@media (max-width: 1920px){
	.about_us_fun_fact{
		padding-top: 170px;
	}	
	
	#About_Fun_Fact_Gallery {
		margin-top: 60px;
	}
	
	/*#About_Fun_Fact_Gallery_Arrow_R .gallery_arrow_right,
	#About_Fun_Fact_Gallery_Arrow_L .gallery_arrow_left{
		top: 250px;
	}*/
	
	.gallery_item_fun_fact{
		height: 550px;
		width: 328px;
	}
	
	/*.about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_R, .about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_L {
        height: 550px;
		margin-top: 280px;
    }*/
}	
		
@media (max-width: 1300px){
	.about_us_fun_fact{
		padding-top: 130px;
	}
	
	/*.about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_R, .about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_L{
		height: 504px;
		margin-top: 238px;
	}
	
	#About_Fun_Fact_Gallery_Arrow_R .gallery_arrow_right,
	#About_Fun_Fact_Gallery_Arrow_L .gallery_arrow_left{
		top: 233px;
	}*/
	
	.gallery_item_fun_fact{
		height: 504px;
		width: 300px;
	}
	
	.gallery_item_fun_fact_description{
		line-height: 1.25;
		padding: 40px 30px 10px 30px;
	}
	
	.gallery_item_fun_fact_button{
		bottom: 16px;
		right: 16px;

	}	

}

@media (max-width: 767px){
	.about_us_fun_fact{
		padding-top: 90px;
	}
	
	#About_Fun_Fact_Gallery {
        margin-top: 40px;
    }
	
	/*.about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_R, .about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_L{
		height: 437px;
		margin-top: 160px;
	}
	
	#About_Fun_Fact_Gallery_Arrow_R .gallery_arrow_right,
	#About_Fun_Fact_Gallery_Arrow_L .gallery_arrow_left{
		top: 195px;
	}*/
	
	.gallery_item_fun_fact{
		height: 437px;
		width: 260px;
	}
	
	.gallery_item_fun_fact_description{
		line-height: 1.25;
		padding: 20px 15px 10px 15px;
	}
	
	.gallery_item_fun_fact_button{
		bottom: 12px;
		right: 12px;

	}	
}

@media (max-width: 600px){
	.about_us_fun_fact{
		padding-top: 90px;
	}
	
	#About_Fun_Fact_Gallery{
		margin-top: 30px;
	}	
	
	/*.about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_R, .about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_L{
		height: 404px;
		margin-top: 149px;
	}
	
	#About_Fun_Fact_Gallery_Arrow_R .gallery_arrow_right,
	#About_Fun_Fact_Gallery_Arrow_L .gallery_arrow_left{
		top: 175px;
	}*/
	
	.gallery_item_fun_fact{
		height: 404px;
		width: 240px;
	}
	
	.gallery_item_fun_fact_description{
		line-height: 1.25;
		padding: 20px 15px 10px 15px;
	}
	
	.gallery_item_fun_fact_button{
		bottom: 12px;
		right: 12px;

	}	
}

@media (max-width: 450px){
	.about_us_fun_fact{
		padding-top: 70px;
	}
	
	#About_Fun_Fact_Gallery{
		margin-top: 20px;
	}

	/*.about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_R, .about_us_fun_fact #About_Fun_Fact_Gallery_Arrow_L{
		margin-top: 115px;
	}*/
}
	
@media (max-width: 390px){
	.about_us_fun_fact{
		padding-left: 3%;
		padding-right: 3%;
	}
	
	/*#About_Fun_Fact_Gallery_Arrow_R .gallery_arrow_right,
	#About_Fun_Fact_Gallery_Arrow_L .gallery_arrow_left{
		top: 350px;
	}*/
}	















/* Reasearch */	
.about_us_research{
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 2220px;
	padding: 230px 100px 0 100px;
	text-align: center;
}

.about_us_research .font_H2_B{
	line-height: 1.25;
	margin: 0 auto;
	max-width: 830px;
	padding: 5px 0 110px 0;
	text-transform: uppercase;
}
.about_us_research_row1 .about_us_research_right{
	padding-left: 100px;
	padding-right: 12%;
}
	
.about_us_research_row2{
	margin-top: 110px;
	overflow: auto;
}
	
.about_us_research_row2 .about_us_research_right{
	float: right;
}

.about_us_research_row2 .about_us_research_left{
	padding-right: 100px;
	padding-left: 12%;
}
	
.about_us_research_row1 .about_us_research_right, .about_us_research_row2 .about_us_research_left{
	padding-top: 30px;
}	

.about_us_research_left, .about_us_research_right{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.about_us_research_left{
	
	text-align: left;
}

.about_us_research_right{
	
	text-align: right;
}

.about_us_research_right > div{	
	text-align: left;
}

.about_us_research_icon, .about_us_research_label{
	display: inline-block;
	margin-bottom: 22px;
	margin-top: 70px;
	vertical-align: middle;
}

.about_us_research_icon{
	padding-right: 38px;
}	

@media (max-width: 2000px){	
	.about_us_research_row1 .about_us_research_right, .about_us_research_row2 .about_us_research_left{
		padding-top: 10px;
	}
}

@media (max-width: 1920px){	
	.about_us_research{
		padding: 170px 5% 0 5%;
	}
	
	.about_us_research .font_H2_B{
		padding: 5px 0 70px 0;
		line-height: 1.15;
	}	
	
	.about_us_research img{
		max-width: 92%;
	}
	
	.about_us_research_row2 {
		margin-top: 100px;
	}	
	
	.about_us_research_row1 .about_us_research_left{
		text-align: right;
	}
	
	.about_us_research_row2 .about_us_research_right{
		text-align: left;
	}	

	.about_us_research_icon, .about_us_research_label{
		margin-top: 35px;
	}	
}

@media (max-width: 1800px){	
	.about_us_research_row1 .about_us_research_right{
		padding-right: 8%;
	}
	
	.about_us_research_row2 .about_us_research_left{
		padding-left: 8%;
	}	
}

@media (max-width: 1650px){
	.about_us_research{
		padding: 150px 5% 0 5%;
	}
	
	.about_us_research_row1 .about_us_research_right{
		padding-right: 6%;
		padding-left: 4%;
	}
	
	.about_us_research_row2 .about_us_research_left{
		padding-left: 6%;
		padding-right: 4%;
	}	
	
	.about_us_research_icon, .about_us_research_label{
		margin-top: 5px;
	}
	
	.about_us_research img{
		max-width: 100%;
	}
	
	.about_us_research_icon{
		padding-right: 15px;
		width: 70px;
	}
}

@media (max-width: 1500px){
	.about_us_research_icon{
		padding-right: 10px;
		width: 55px;
	}
	
	.about_us_research_icon, .about_us_research_label{
		margin-bottom: 15px;
	}	
}

@media (max-width: 1400px){
	.about_us_research_row1 .about_us_research_right{
		padding-right: 4%;
		padding-left: 3%;
	}
	
	.about_us_research_row2 .about_us_research_left{
		padding-left: 4%;
		padding-right: 3%;
	}	
}

@media (max-width: 1300px){
	.about_us_research_row1 .about_us_research_right{
		padding-right: 3%;
	
	}
	
	.about_us_research_row2 .about_us_research_left{
		padding-left: 3%;
	
	}

	.about_us_research_icon, .about_us_research_label{
		margin-top: 0;
	}	
}	

@media (max-width: 1200px){
	.about_us_research .font_H2_B {
        padding: 5px 0 60px 0;
    }
	
	.about_us_research_left, .about_us_research_right{
		width: 100%;
		text-align: center;
	}
	
	.about_us_research_row1, .about_us_research_row2{
		margin: auto;
		max-width: 712px;
	}
	
	.about_us_research_row2{
		margin-top: 110px;
	}
	
	.about_us_research_row1 .about_us_research_right, .about_us_research_row2 .about_us_research_left{
		padding-right: 3%;
		padding-left: 3%;
		padding-top: 30px;
		text-align: left;
	}
	
	.about_us_research_icon{
		padding-right: 15px;
		width: 70px;
	}
}

@media (max-width: 767px){
	.about_us_research .font_H2_B {
        padding: 5px 0 50px 0;
    }
	
	.about_us_research_row2{
		margin-top: 90px;
	}
	
	.about_us_research_row1 .about_us_research_right, .about_us_research_row2 .about_us_research_left{
		padding-top: 20px;
	}	
}

@media (max-width: 600px){
	.about_us_research{
		padding: 130px 3% 0 3%;
	}
	
	.about_us_research .font_H2_B {
        padding: 5px 0 40px 0;
    }
	
	.about_us_research_row1 .about_us_research_right, .about_us_research_row2 .about_us_research_left{
		padding-top: 15px;
	}	
	
	.about_us_research_icon{
		padding-right: 10px;
		width: 55px;
	}
}	

@media (max-width: 450px){
	.about_us_research {
        padding: 90px 3% 0 3%;
    }
	
	.about_us_research .font_H2_B {
        padding: 5px 0 35px 0;
    }
	
	.about_us_research_row2 {
        margin-top: 70px;
    }
	
	.about_us_research_row1 .about_us_research_right, .about_us_research_row2 .about_us_research_left{
		padding-right: 3%;
		padding-left: 3%;
	}

    .about_us_research_icon{ 
		margin-bottom: 10px;
        padding-right: 10px;
        width: 45px;
    }	
}	