/*!
Theme Name: Jabdyq Saty
Theme URI: http://underscores.me/
Author: Jabdyq Saty
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jabdyq-saty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jabdyq Saty is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  body {
	font-family: 'Roboto', sans-serif;
	
	background: #fff;
	box-sizing: border-box;
  }
  .container {
	margin: 0 auto;
	max-width: 1190px;
  }

	.center{
		text-align: center;
	}

	.left{
		text-align: left;
	}

	.right {
		text-align: right;
	}


  .component_around {
	position: sticky;
	top: 880px;
	z-index: 99;
  }
  .component_around .t1 {
	position: absolute;
	right: 5%;
  }
  .wrapper {
	margin: 0 auto;
  }

	.wrapper .geo_pol{
		background-color: red;
	}

	.wrapper .geo_pol .container p{
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		padding: 5px 0;		
		color: #FFFFFF;	
	}

	.wrapper .geo_pol .container p a{
		text-decoration: underline;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;	
		color: #FFFFFF;
	}

  .wrapper header {
	background-color: #fff;
	height: 67px;
	
  }
  .wrapper header .container {
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 14px;
  }
  .wrapper header .container .t1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .wrapper header .container .t1 .logo a {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
	text-decoration: none;
	  display: flex;
    align-items: center;
  }
  .wrapper header .container .t1 nav ul {
	display: flex;
	justify-content: space-between;
  }
  .wrapper header .container .t1 nav ul li {
	list-style: none;
  }
  .wrapper header .container .t1 nav ul li a {
	text-decoration: none;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-transform: uppercase;
  }
  .wrapper header .container .t1 nav ul li a:hover {
	color: #365EDC;
  }
  .wrapper header .container .t1 nav ul li .a_active {
	color: #365EDC;
  }
  .wrapper header .container .t1 nav ul li:not(:last-child) {
	margin-right: 63px;
  }
  .wrapper header .container .t1 .tt2 {
	display: flex;
	justify-content: space-between;
  }

.wrapper header .container .t1 .tt2 .lang .tt1 {
	height: 30px;
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul {
	background: white;
	position: relative;
	
	
	
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul li {
	padding: 5px 5px;
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul li span a {
	text-decoration: none;
	color: #000;
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul {
	width: 120px;
	z-index: 40;
	posititon: relative;
	top: 100%;
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul li:not(.current) {
	display: none;
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul li.last {
	
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul li.current {
	position: absolute;
	top: -30px;
}

.wrapper header .container .t1 .tt2 .lang .tt1 ul:hover li {
	 
	
	display: block;
	

}

.wrapper header .container .t1 .tt2 .lang .tt1 ul:hover  {
	 
	
	top: 100%;
	

}



  .wrapper header .container .t1 .tt2 .menu__icon {
	display: none;
	align-items: center;
	margin-left: 30px;
	z-index: 7;
	position: relative;
	width: 22px;
	height: 14px;
	cursor: pointer;
  }
  .wrapper header .container .t1 .tt2 .menu__icon span,
  .wrapper header .container .t1 .tt2 .menu__icon::before,
  .wrapper header .container .t1 .tt2 .menu__icon::after {
	left: 0;
	position: absolute;
	height: 2px;
	width: 100%;
	transition: all 0.3s ease 0s;
	background-color: #000;
  }
  .wrapper header .container .t1 .tt2 .menu__icon::before,
  .wrapper header .container .t1 .tt2 .menu__icon::after {
	content: "";
  }
  .wrapper header .container .t1 .tt2 .menu__icon::before {
	top: 0;
  }
  .wrapper header .container .t1 .tt2 .menu__icon::after {
	bottom: 0;
  }
  .wrapper header .container .t1 .tt2 .menu__icon span {
	top: 50%;
	transform: scale(1) translate(0px, -50%);
  }
  .wrapper header .container .t1 .tt2 .menu__icon._active {
	display: none;
  }
  .wrapper header .container .t1 .tt2 .menu__icon._active span {
	transform: scale(0) translate(0px, -50%);
	background-color: #000;
	position: absolute;
	text-align: center;
	height: 3px;
	width: 80%;
  }
  .wrapper header .container .t1 .tt2 .menu__icon._active::before {
	background-color: #000;
	top: 50%;
	transform: rotate(-45deg) translate(0px, -50%);
	height: 3px;
	width: 80%;
  }
  .wrapper header .container .t1 .tt2 .menu__icon._active::after {
	bottom: 50%;
	transform: rotate(45deg) translate(0px, 50%);
	background-color: #000;
	height: 3px;
	width: 80%;
  }
  .wrapper header .container .t1 .menu_body {
	z-index: 23;
	position: fixed;
	left: -100%;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	transition: left 0.3s ease 0s;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
  }
  .wrapper header .container .t1 .menu_body .menu_list {
	height: 80%;
	position: fixed;
	list-style-type: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
  }
  .wrapper header .container .t1 .menu_body .menu_list li {
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
  }
  .wrapper header .container .t1 .menu_body .menu_list li a {
	text-decoration: none;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	/* identical to box height */
	text-transform: uppercase;
	color: #677294;
  }
  .wrapper header .container .t1 .menu_body._active {
	overflow: hidden;
	display: none;
	top: 54px;
	left: 0;
  }
  .wrapper .in1_sec1 .swiper {
	position: relative;
	  overflow: hidden;
  }
  .wrapper .in1_sec1 .swiper .swiper-wrapper {
	display: flex;
	justify-content: space-between;
  }
  .wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide {
	height: 100vh;
	width: 100vw;
	background-repeat: none;
	background-size: cover;
	background-position: center;
	background-image: url('img/in1_sec1_sl_bg.png');
  }
  .wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 {
	width: 100vw;
	padding: 258px 0 396px 0;
  }
  .wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 {
	max-width: 1190px;
	margin: 0 auto;
  }
  .wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 h1 {
	margin-top: 45px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	color: #FFFFFF;
  }
  .wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 p {
	margin-top: 25px;
	padding-bottom: 25px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
  }
  .wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 a {
	text-decoration: none;
	padding: 9px 26px 11px 22px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	background: #365EDC;
	border-radius: 4px;
	border: none;
  }
  .wrapper .in1_sec1 .swiper .tt1 {
	margin: 0 auto;
	position: absolute;
	display: flex;
	width: 100vw;
	z-index: 10;
	bottom: 102px;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 {
	width: 1190px;
	margin: 0 auto;
	display: flex;
	position: relative;
	justify-content: right;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-pagination {
	position: relative;
	right: 0;
	display: flex;
	align-items: center;
	width: 200px;
	z-index: 16;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin-right: 16px;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #365EDC;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 13px 16px;
	margin-right: 16px;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 13px 16px;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-button-next:hover {
	background-color: #365EDC;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-button-next:hover svg {
	stroke: white;
	fill: white;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-button-prev:hover {
	background-color: #365EDC;
  }
  .wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper-button-prev:hover svg {
	stroke: white;
	fill: white;
  }
  .wrapper .in1_sec2 {
	position: relative;
	margin-bottom: 47px;
  }
  .wrapper .in1_sec2 .container {
	position: relative;
	height: 366px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  }
  .wrapper .in1_sec2 .container .t1 {
	padding: 20px 30px;
	width: 100%;
	position: absolute;
	z-index: 15;
	background-color: #fff;
	margin-top: -5%;
	display: flex;
	justify-content: space-between;
	
  }
  .wrapper .in1_sec2 .container .t1 .tt1 {
	width: 323px;
	padding-top: 55px;
	transition: padding 0.6s;
  }
  .wrapper .in1_sec2 .container .t1 .tt1 h3 {
	margin-top: 6px;
	margin-bottom: 8px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #06121C;
  }
  .wrapper .in1_sec2 .container .t1 .tt1 p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
	margin-top: 8px;
	margin-bottom: 38px;
	  height: 114px;
  }
  .wrapper .in1_sec2 .container .t1 .tt1 h4 {
	margin-bottom: 43px;
  }
  .wrapper .in1_sec2 .container .t1 .tt1 h4 a {
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #06121C;
  }
  .wrapper .in1_sec2 .container .t1 .tt1 hr {
	background-color: #365EDC;
	height: 3px;
  }
  .wrapper .in1_sec2 .container .t1 .tt1:hover {
	padding-top: 25px;
  }
  .wrapper .in1_sec2 .container .t1 .tt1:hover svg path {
	fill: #365edc;
  }
  .wrapper .in1_sec3 {
	margin-bottom: 47px;
  }
  .wrapper .in1_sec3 .container h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #555555;
	text-align: center;
	margin-bottom: 47px;
  }
  .wrapper .in1_sec3 .container .t1 {
	display: flex;
	justify-content: space-between;
  }

   .wrapper .in1_sec3 .container .t1 .tt1 {
	display: flex;
	align-items: center;
  }
  .wrapper .in1_sec3 .container .t1 .tt2 {
	max-width: 595px;
  }
  .wrapper .in1_sec3 .container .t1 .tt2 h4 {
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	color: #06121C;
  }
  .wrapper .in1_sec3 .container .t1 .tt2 h4 span {
	color: #365edc;
  }
  .wrapper .in1_sec3 .container .t1 .tt2 p {
	margin-top: 27px;
	margin-bottom: 27px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #555555;
  }
  .wrapper .in1_sec3 .container .t1 .tt2 ul {
	list-style-type: none;
  }
  .wrapper .in1_sec3 .container .t1 .tt2 ul li {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 5px;
  }
  .wrapper .in1_sec3 .container .t1 .tt2 ul li img {
	display: inline-block;
	margin-right: 19.5px;
  }

	.wrapper .in1_sec4_container {
		position: relative;
	}



	  .wrapper .in1_sec4 {
		  margin-top: 87px;
		  position: relative;
		margin-bottom: 87px;
		min-height: 197px;
	  }

	  .wrapper .in1_sec4 .container .t1 {
		  position: relative;
		padding: 35px 22px;
		background: #FFFFFF;
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
		border-radius: 0px 40px 40px 40px;
		max-height: 223px;
	  }

	.wrapper .in1_sec4 .container .t1::before {
		content:  url('img/in1_sec4_before.png');
		position: absolute;
		bottom: 90%;
		z-index: 20;
		width: 90px;
		height: 90px;
		
	}
  .wrapper .in1_sec4 .container .t1 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
  }
  .wrapper .in1_sec4 .container .t1 h4 {
	margin-top: 48px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	flex: none;
	order: 1;
	flex-grow: 0;
  }
  .wrapper .in1_sec5 {
	margin-bottom: 87px;
  }
  .wrapper .in1_sec5 .container .t1 {
	display: flex;
  }
  .wrapper .in1_sec5 .container .t1 .tt1 {
	border-right: 3px solid rgba(85, 85, 85, 0.9);
	width: 43%;
  }

.wrapper .in1_sec5 .container .t1 .tt1_1 {
	border-right: 3px solid rgba(85, 85, 85, 0.9);
	width: 30%;
  }

.wrapper .in1_sec5 .container .t1 .tt1_2 {
	border-right: none;
	width: 40%;
  }
  .wrapper .in1_sec5 .container .t1 .tt1 h5 {
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 19px;
  }
  .wrapper .in1_sec5 .container .t1 .tt1 p {
	font-style: normal;
	font-weight: 400;
	font-size: 38px;
	line-height: 47px;
	color: #06121C;
	margin-bottom: 50px;
  }
  .wrapper .in1_sec5 .container .t1 .tt2 {
	display: flex;
	align-items: center;
  }
  .wrapper .in1_sec5 .container .t1 .tt2 p {
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #555555;
	margin-left: 73px;
	margin-top: 41px;
	margin-bottom: 45px;
	margin-right: 73px;
	align-items: center;
	max-width: 400px;
  }
  .wrapper .in1_sec5 .container .t1 .tt2 button {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-bottom: 9px;
	align-items: center;
	padding-right: 22px;
	padding-left: 22px;
	border: none;
	background-color: #365EDC;
	border-radius: 4px;
	max-height: 32px;
  }
  .wrapper .in1_sec5 .container .t1 .tt2 a {
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-bottom: 9px;
	align-items: center;
	padding-right: 22px;
	padding-left: 22px;
	border: none;
	background-color: #365EDC;
	border-radius: 4px;
	max-height: 32px;
  }
  .wrapper .in1_sec6 {
	max-width: 1920px;
	margin: 0 auto;
  }
  .wrapper .in1_sec6 .swiper {
	width: 100%;
	padding-left: 13px;
	padding-right: 13px;
	overflow-x: hidden;
	padding-top: 20px;
  }
  .wrapper .in1_sec6 .swiper .swiper-wrapper {
	display: flex;
	justify-content: space-between;
  }
  .wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide {
	width: 350px;
  }
  .wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a {
	text-decoration: none;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	padding-top: 20px;
	display: inline-block;
	min-height: 498px;
	padding-top: 25px;
	padding-left: 22px;
	padding-right: 22px;
  }
  .wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a img {
	width: 306px;
	height: 255px;
  }
  .wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 13px;
	height: 52px;
	display: flex;
	align-items: center;
  }
  .wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #555555;
	margin-bottom: 27px;
	  height: 76px;
	  
  }
  .wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	padding-bottom: 25px;
  }
  .wrapper .in1_sec6 .swiper .swiper-pagination {
	margin: 39px auto 0 auto;
	display: flex;
	align-items: center;
	width: 152px;
	z-index: 16;
  }
  .wrapper .in1_sec6 .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	background: #EBEBEB;
	border-radius: 10px;
	display: inline-block;
	margin-right: 5px;
  }
  .wrapper .in1_sec6 .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
  }
  .wrapper .in1_sec6 .swiper .swiper-pagination .swiper-pagination-bullet-active {
	width: 12px;
	height: 6px;
	background: #365EDC;
	border-radius: 10px;
  }
  .wrapper .in1_sec8 .container .t1 {
	display: flex;
	justify-content: space-between;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 {
	position: relative;
	transition: transform 0.6s;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
  }

  .wrapper .in1_sec8 .container .t1 .tt1:nth-child(2) {
	margin-right: 5%;
	margin-left: 5%;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt1 {
	position: relative;
	width: 100%;
	margin: 0 auto;
  }

  .wrapper .in1_sec8 .container .t1 .tt1 .ttt1 img.w100 {
	position: relative;
	width: 100%;
	
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt1 p {
	display: flex;
	align-items: center;
	position: relative;
	position: absolute;
	min-width: 161px;
	height: 46px;
	left: -2px;
	top: 270px;
	background: #FFFDFD;
	border-radius: 0px 20px;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt1 p img {
	padding-left: 15px;
	padding-right: 6px;
	
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt2 {
	border-bottom: 0.5px solid #555555;
	padding-bottom: 9px;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt2 h3 {
	margin-top: 12px;
	
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt2 span {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	margin-right: 29px;
	padding-bottom: 11px;
	margin-bottom: 11px;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt2 span img {
	padding-right: 6px;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt3 {
	margin-top: 10px;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt3 p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
	margin-bottom: 16px;
	  height: 114px;
	
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt3 h4 a {
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #06121C;
  }
  .wrapper .in1_sec8 .container .t1 .tt1 .ttt3 h4 a:hover {
	color: #365EDC;
  }
  .wrapper .in1_sec8 .container .t1 .tt1:hover {
	transform: translateY(-20px);
  }
  .wrapper .in1_sec8 .container .t1 .tt2 {
	margin-right: 69px;
	margin-left: 69px;
  }
  .wrapper .in1_sec9 {
	margin-top: 87px;
  }
  .wrapper .in1_sec9 .container .t1 .tt1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 48%;
  }
  .wrapper .in1_sec9 .container .t1 .tt1 h5 {
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 19px;
  }
  .wrapper .in1_sec9 .container .t1 .tt1 h5 img {
	padding-right: 14px;
  }
  .wrapper .in1_sec9 .container .t1 .tt1 p a {
	font-style: normal;
	font-weight: 400;
	font-size: 38px;
	line-height: 47px;
	color: #06121C;
	margin-bottom: 50px;
	background: none;
	text-decoration: none;
  }
  .wrapper .in1_sec9 .container .t1 .tt1 p a:hover {
	color: #365EDC;
  }
  .wrapper .in1_sec9 .container .t1 .tt2 {
	margin-left: 83px;
  }
  .wrapper .in1_sec9 .container .t1 .tt2 p {
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	color: #06121C;
  }
  .wrapper .in1_sec10 {
	/*margin-bottom: 138px;*/
	margin-top: 40px;
	padding-bottom: 120px;
  }
  .wrapper .in1_sec10 .container .t1 {
	display: flex;
	justify-content: space-between;
  }
  .wrapper .in1_sec10 .container .t1 .tt2 form {
	display: flex;
	flex-direction: column;
  }
  .wrapper .in1_sec10 .container .t1 .tt2 form input {
	font-weight: 200;
	font-size: 20px;
	line-height: 23px;
	color: #555555;
	padding: 16px 20px;
	width: 490px;
	margin-bottom: 40px;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
  }

  .wrapper .in1_sec10 .container .t1 .tt2 form input.error {
	  border-color: red;
}

	.wrapper .in1_sec10 .container .t1 .tt2 form textarea {
    min-height: 86px;
	padding-top: 10px;
	  font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    color: #555555;
    padding: 16px 20px;
    width: 490px;
    margin-bottom: 40px;
    border: 1px solid #D4D4D4;
    border-radius: 5px
}
  .wrapper .in1_sec10 .container .t1 .tt2 form .art_comments {
	min-height: 86px;
	padding-top: 10px;
	  font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    color: #555555;
    padding: 16px 20px;
    width: 490px;
    margin-bottom: 40px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
  }
  .wrapper .in1_sec10 .container .t1 .tt2 form a {
	width: 120px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	align-items: center;
	padding-right: 22px;
	padding-left: 22px;
	border: none;
	background-color: #365EDC;
	border-radius: 4px;
	max-height: 32px;
  }

.wrapper .in1_sec10 .container .t1 .tt2 form button {
	width: 120px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	align-items: center;
	padding-right: 22px;
	padding-left: 22px;
	border: none;
	background-color: #365EDC;
	border-radius: 4px;
	max-height: 32px;
	cursor: pointer;
  }

.wrapper .in1_sec10 .container .t1 .tt2 form .button {
	width: 200px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	align-items: center;
	padding-right: 22px;
	padding-left: 22px;
	border: none;
	background-color: #365EDC;
	border-radius: 4px;
	max-height: 32px;
	cursor: pointer;
  }

.wrapper .stub_bg   {
	background-image: url(img/stub_1_bg.png);
	background-size: cover;
	margin-top: 0;
	padding-bottom: 106px;
  }

  .wrapper .stub_bg .in1_sec8 .container h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #FFFFFF;
  }

  .wrapper .stub_bg .stub_sec2 .container .t1 .tt1 h5 {
	color: #fff;
  }

  .wrapper .stub_bg .stub_sec2 .container .t1 .tt1 p a {
	color: #fff;
  }

  .wrapper .stub_bg .stub_sec2 .container .t1 .tt2 p  {
	color: #fff;
  }

  .wrapper footer {
	background: #0E1923;
	min-height: 175px;
	position: relative;
	
  }
  .wrapper footer .container .t1 .tt1 {
	padding-top: 46px;
	padding-bottom: 44px;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 164px;
	position: relative;
	bottom: 82px;
	background: #FFFFFF;
	border-left: 4px solid #365EDC;
	box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 0px 20px 25px 25px;
	display: flex;
	justify-content: space-between;
  }

 .wrapper footer .container .t1 .tt2 {
	padding-top: 46px;
	padding-bottom: 44px;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 164px;
	position: relative;
	bottom: 82px;
	
	color: #fff;
	display: flex;
	justify-content: space-between;
  }
  .wrapper footer .container .t1 .tt1 .ttt1 {
	display: flex;
	align-items: center;
	width: 33%;
  }

  .wrapper footer .container .t1 .tt1 .ttt2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 33%;
	text-align: right;
  }

   .wrapper footer .container .t1 .tt1 .ttt1_center {
	display: flex;
	align-items: center;
	width: 33%;
	justify-content: center;
	flex-direction: column;
	text-align: right;
  }

.wrapper footer .container .t1 .tt1 .ttt2 {
	display: flex;
	align-items: right;
	width: 33%;
	justify-content: center;
	flex-direction: column;
	text-align: right;
  }
  .wrapper footer .container .t1 .tt1 .ttt1 .y1 {
	padding-right: 20px;
  }
  .wrapper footer .container .t1 .tt1 .ttt1 .y2 p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #212529;
  }
  .wrapper footer .container .t1 .tt1 .ttt1 .y2 h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #06121C;
  }
  .wrapper footer .container .t1 .tt1 .ttt1 .logo {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
  }
  .wrapper footer .container .t1 .tt1 .ttt2 p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #06121C;
	margin-bottom: 5px;
  }
  .wrapper footer .container .t1 .tt1 .ttt2 h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
  }
  .wrapper footer .container .t1 .last_p {
	position: relative;
	bottom: 40px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
  }
  .wrapper .in2_sec1 {
	background-image: url(img/in2_sec1_bg.png);
	max-height: 306px;
	background-position: top center;
  }
  .wrapper .in2_sec1 .container .t1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 117px;
	padding-bottom: 81px;
	justify-content: center;
  }
  .wrapper .in2_sec1 .container .t1 h3 {
	font-weight: 700;
	font-size: 60px;
	line-height: 73px;
	color: #FFFFFF;
	margin-bottom: 16px;
  }
  .wrapper .in2_sec1 .container .t1 p a {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 3px;
  }
  .wrapper .in2_sec1 .container .t1 p a.active {
	color: #365EDC;
  }
  .wrapper .in2_sec2 {
	margin-top: 87px;
	margin-bottom: 40px;
  }

  .wrapper .in2_sec2 .container .t1 .tt1{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  .wrapper .in2_sec3 .container .t1 {
	margin-bottom: 84px;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 {
	display: grid;
	justify-content: space-around;
	grid-template-columns: 380px 380px 380px;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 a {
	text-decoration: none;
	margin-bottom: 40px;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1 {
	position: relative;
	background: #FFFFFF;
	border-bottom: 2px solid #365EDC;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
	transition: 0.2s;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1 .none {
	display: none;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1 .p_none {
	transition: display 2s;
	padding: 25px;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #06121C;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1:hover .none {
	display: block;
	position: absolute;
	bottom: 100px;
	width: 90%;
	z-index: 20;
	background: #365EDC;
	border-radius: 0px 40px 40px 0px;
	transition: display 0.6s;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1:hover .none h4 {
	padding-top: 22px;
	padding-left: 11px;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1:hover .none p {
	padding: 0;
	margin-top: 12px;
	padding-left: 11px;
	padding-right: 40px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 12px;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1:hover .none span {
	display: inline-block;
	margin-bottom: 27px;
	margin-left: 11px;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
  }
  .wrapper .in2_sec3 .container .t1 .tt1 .ttt1:hover .p_none {
	visibility: hidden;
  }
  .wrapper .in3_sec1 {
	background-image: url(img/in2_sec1_bg_1.png);
	max-height: 306px;
	background-position: top center;
  }

.wrapper .in5_sec1_2{
	background-image: url(img/1_3.png);

}

.wrapper .in5_sec1_3{
	background-image: url(img/1_4.png);

}

.wrapper .in5_sec1_4{
	background-image: url(img/1_2.png);

}

  .wrapper .in3_sec1 .container .t1 p {
	color: #fff;
  }
  .wrapper .in3_sec2 {
	margin-top: 87px;
	  padding-bottom: 168px;
  }
  .wrapper .in3_sec2 .container .t1 {
	display: flex;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 {
	position: relative;
	max-width: 806px;
	margin-right: 35px;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .swiper {
	position: relative;
	overflow: hidden;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .swiper .swiper-wrapper {
	display: flex;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .swiper .tt2 {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 45%;
	z-index: 20;
	display: flex;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .swiper .tt2 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 13px 16px;
	margin-left: 16px;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .swiper .tt2 .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 13px 16px;
	margin-right: 16px;
  }
 
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt1 h4 {
	margin-top: 49px;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #06121C;
  }

.wrapper .in3_sec2 .container .t1 .tt1 .ttt1 h4.mt-0 {
	margin-top: 0;
}
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt1 p {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
	margin-bottom: 22px;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt1 p.little {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
  }

.wrapper .in3_sec2 .container .t1 .tt1 .ttt1 p.little_2 {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt2 h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #06121C;
	margin-bottom: 25px;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 {
	width: 350px;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
  }
  .wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar {
	width: 30%;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 {
	background: #EBEBEB;
	border-radius: 12px;
	padding: 25px 20px;
	margin-bottom: 39px;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 10px;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #555555;
	margin-bottom: 22px;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 ul {
	list-style-type: none;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 ul li {
	width: 100%;
	margin-bottom: 12px;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 17px 16px;
	background: #FFFEFE;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #06121C;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 ul li a:hover {
	background: #365EDC;
	color: #FFFFFF;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li {
	display: flex;
	align-items: center;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li a svg {
	margin-right: 10px;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li a р:hover {
	stroke: #365EDC;
	fill: #365EDC;
  }
  .wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li a:hover {
	background: #FFFEFE;
	color: #365EDC;
  }

.wrapper .in4_sec3 {
padding-bottom: 64px;}

  .wrapper .in4_sec3 .container .t1 {
	margin-bottom: 60px;
	justify-content: space-around;
	
  }

 .wrapper .in4_sec3 .container .t1 .tt1 {
	width: 351px;
	
  }
  .wrapper .in5_sec1 .container .t1 p {
	color: #fff;
  }
  .wrapper .in5_sec2 {
	margin-top: 87px;
  }
  .wrapper .in5_sec2 .container .t1 {
	display: flex;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 {
	position: relative;
	max-width: 806px;
	margin-right: 35px;
  }

  .wrapper .in3_sec2 .container .t1 .tt1 .ttt1 .big_img {
	width: 100%;	
}

  .wrapper .in3_sec2 .container .t1 .tt1 .ttt1 ul {
	margin-top: 23px;
	  margin-bottom: 22px;
	list-style-type:none;	
}

 .wrapper .in3_sec2 .container .t1 .tt1 .ttt1 ul li {
	    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 10px 0px;
	
}

.wrapper .in3_sec2 .container .t1 .tt1 .ttt1 ul li img {
	 display: inline-block;
    margin-right: 19.5px;
}
  .wrapper .in5_sec2 .container .t1 .tt1 .swiper {
	position: relative;
	overflow: hidden;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .swiper .swiper-wrapper {
	display: flex;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .swiper .tt2 {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 45%;
	z-index: 20;
	display: flex;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .swiper .tt2 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 13px 16px;
	margin-left: 16px;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .swiper .tt2 .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 13px 16px;
	margin-right: 16px;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt1 {
	margin-top: 25px;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt1 h4 {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #06121C;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt1 p {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
	margin-bottom: 15px;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt1 p.little {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt2 h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #06121C;
	margin-bottom: 25px;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt2 .y1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 {
	width: 350px;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
  }
  .wrapper .in5_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2F3E49;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar {
	width: 30%;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec1 {
	background: #EBEBEB;
	border-radius: 12px;
	padding: 25px 20px;
	margin-bottom: 39px;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec1 h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 10px;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec1 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #555555;
	margin-bottom: 22px;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec1 ul {
	list-style-type: none;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec1 ul li {
	width: 100%;
	margin-bottom: 12px;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec1 ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 17px 16px;
	background: #FFFEFE;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #06121C;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec1 ul li a:hover {
	background: #365EDC;
	color: #FFFFFF;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li {
	display: flex;
	align-items: center;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li a svg {
	margin-right: 10px;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li a svg:hover {
	stroke: #365EDC;
	fill: #365EDC;
  }
  .wrapper .in5_sec2 .container .t1 .saidbar .in3_sb_sec2 ul li a:hover {
	background: #FFFEFE;
	color: #365EDC;
  }
  .wrapper .in6_sec1 {
	margin-bottom: 84px;
  }

  .wrapper .in6_sec2 .container .h3_none {
	display: none;
	  
  }
  .wrapper .in6_sec2 .container .t1 .tt2 h3 {
	margin-bottom: 30px;
	text-align: left;
  }

.wrapper .in6_sec3 {
	margin-bottom: 87px;
}

.wrapper .in6_sec4 {
	margin-bottom: 187px;
}
  .wrapper .in6_sec3 .container .t1 .tt1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }

  .wrapper .in6_sec3 .container .big_h3 {
	  font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 47px;
		text-align: center;
		color: #06121C;
	    margin-bottom: 87px;

  }
  .wrapper .in6_sec3 .container .t1 .tt1 .ttt1 {
	width: 45%;
  }
  .wrapper .in6_sec3 .container .t1 .tt1 .ttt1 h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	color: #000000;
  }
  .wrapper .in6_sec3 .container .t1 .tt1 .ttt1 p {
	margin-top: 15px;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #2F3E49;
  }


  .wrapper .in6_sec3 .container .t1 .tt1 .ttt2 {
	width: 45%;
  }

	.wrapper .in7_sec2 .container .t1 {
		display: flex;
		justify-content: space-between;
	}

	.wrapper .in7_sec2 .container .t1 .tt1 {
		width: 26%;
		justify-content: center;
		text-align: center;
	}

	.wrapper .in7_sec2 .container .t1 .tt1_2 {
		width: 48%;
		justify-content: center;
		text-align: center;
	}

	.wrapper .in7_sec2 .container .t1 .tt1 h5 {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 20px;
		color: #555555;
	}

	.wrapper .in7_sec2 .container .t1 .tt1 p a {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 30px;
		color: #06121C;;
	}
  @media (min-width: 1680px) and (max-width: 1919px) {
	.wrapper .in1_sec6 {
	  max-width: 1680px;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: 50%;
	}
  }
  @media (min-width: 1440px) and (max-width: 1679px) {
	body .component_around .t1 {
	  right: 3%;
	}

	.wrapper .in1_sec2 .con
	.wrapper .in1_sec6 {
	  max-width: 1420px;
	  margin: 0 auto;
	}
	.wrapper .in1_sec6 .swiper {
	  width: 100%;
	  padding-left: 53px;
	  padding-right: 53px;
	  overflow-x: hidden;
	  padding-top: 20px;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper {
	  display: flex;
	  justify-content: space-between;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide {
	  width: 350px;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a {
	  text-decoration: none;
	  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	  border-radius: 20px;
	  padding-top: 20px;
	  display: inline-block;
	  padding-top: 25px;
	  padding-left: 22px;
	  padding-right: 22px;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a img {
	  width: 306px;
	  height: 255px;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a h3 {
	  font-weight: 400;
	  font-size: 22px;
	  line-height: 26px;
	  color: #000000;
	  margin-bottom: 13px;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a p {
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 19px;
	  color: #555555;
	  margin-bottom: 50px;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide a h4 {
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 19px;
	  color: #000000;
	  padding-bottom: 25px;
	}
	.wrapper .in1_sec6 .swiper .swiper-pagination {
	  margin: 39px auto 87px auto;
	  display: flex;
	  align-items: center;
	  width: 152px;
	  z-index: 16;
	}
	.wrapper .in1_sec6 .swiper .swiper-pagination .swiper-pagination-bullet {
	  width: 30px;
	  height: 6px;
	  background: #EBEBEB;
	  border-radius: 10px;
	  display: inline-block;
	  margin-right: 5px;
	}
	.wrapper .in1_sec6 .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
	  margin-right: 0;
	}
	.wrapper .in1_sec6 .swiper .swiper-pagination .swiper-pagination-bullet-active {
	  width: 12px;
	  height: 6px;
	  background: #365EDC;
	  border-radius: 10px;
	}
  }
  @media (min-width: 1200px) and (max-width: 1439px) {
	.wrapper .container {
	  width: 1170px;
	}
	.wrapper header {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	  
	  .wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 {
	  padding: 148px 0 396px 0;
	  }
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 {
	  text-align: center;
	  max-width: 1190px;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 button {
	  margin-top: 25px;
	}
	.wrapper .in1_sec1 .swiper .tt1 .ttt1 {
	  width: 1004px;
	}
	.wrapper .in1_sec1 .swiper .tt1 .ttt1 .swiper_button_next:hover img {
	  color: red;
	}
	.wrapper .in1_sec6 {
	  max-width: 1190px;
	}
	.wrapper .in1_sec8 .container .t1 .tt2 {
	  margin-left: 56px;
	  margin-right: 56px;
	}
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .container {
	  width: 1004px;
	}
	.component_around .t1 {
	  right: 3%;
	}
	.wrapper header {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	  
	.wrapper header .container .t1 nav ul li:not(:last-child) {
	  margin-right: 30px;
  	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 {
	  text-align: center;
	  max-width: 1004px;
	}
	.wrapper .in1_sec1 .swiper .tt1 .ttt1 {
	  margin-right: 150px;
	  width: 1004px;
	}

	.wrapper .in1_sec2 {
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	}
	.wrapper .in1_sec2 .container .t1 {
	  padding: 10px 15px;
	}
	.wrapper .in1_sec2 .container .t1 .tt1 {
	padding-top: 55px;
	  max-width: 315px;
	}
	  
	  .wrapper .in1_sec2 .container .t1 .tt1 h3{
	  
	  }
	.wrapper .in1_sec3 .container .t1 .tt2 {
	  max-width: 450px;
	}
	.wrapper .in1_sec5 .container .t1 {
	  padding-left: 45px;
	  padding-right: 45px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 {
	  width: 450px;
	}

	.wrapper .in1_sec5 .container .t1 .tt1 p {
		font-size: 30px;
	}

	.wrapper .in1_sec5 .container .t1 .tt2 p {
	  margin-left: 25px;
	  margin-right: 41px;
	  
	}
	.wrapper .in1_sec5 .container .t1 .tt2 a {
	  display: inline-block;
	  min-width: 100px;
	  padding-right: 9px;
	  padding-left: 17px;
	}
	.wrapper .in1_sec6 {
	  padding-left: 45px;
	  padding-right: 45px;
	  width: 1014px;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide {
	  max-width: 350px;
	}
	.wrapper .in1_sec8 .container .t1 .tt1 {
	  padding: 20px;
	}
	.wrapper .in1_sec8 .container .t1 .tt1 .ttt1 p {
	  height: 47px;
	  
	}
	.wrapper .in1_sec8 .container .t1 .tt1 .ttt1 p img {
	  width: auto;
	}
	.wrapper .in1_sec8 .container .t1 .tt2 {
	  margin-left: 5px;
	  margin-right: 5px;
	}
	.wrapper .in1_sec10 .container .t1 {
	  margin: 0 auto;
	  flex-direction: column;
	  justify-content: center;
	}
	.wrapper .in1_sec10 .container .t1 .tt1 {
	  text-align: center;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 {
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form {
	  margin: 0 auto;
	  width: 100%;
	  margin-top: 40px;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form a {
	  display: inline-block;
	  margin: 0 auto;
	}
	.wrapper .in2_sec3 .container .t1 .tt1 {
	  grid-template-columns: 380px 380px;
	}
	.wrapper .in3_sec2 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 {
	  width: 100%;
	  margin: 0 auto;
	}

	
	.wrapper .in3_sec2 .container .t1 .saidbar {
	  margin: 20px auto;
	}

	.wrapper .in6_sec2 .container .h3_none {
		display: block;
	}

	.wrapper .in6_sec2 .container .tt2 h3 {
		display: none;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt2 img {
	  width: 100%;
	}
  }
  @media (min-width: 992px) and (max-width: 1023px) {
	.wrapper .container {
	  width: 970px;
	}
	  
	.wrapper header .container .t1 nav ul li:not(:last-child) {
	  margin-right: 30px;
  	}
	.wrapper .in3_sec2 .container .t1 {
	  flex-direction: column;
	}
	  
	  .wrapper .in1_sec2 .container .t1 .tt1 h3 {
	   font-size: 20px;
	  }
	  
	.wrapper .in3_sec2 .container .t1 .tt1 {
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar {
	  margin: 20px auto;
	  width: 310px;
	}
	.wrapper .in6_sec2 .container .t1 {
	  flex-direction: column-reverse;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 {
	  margin-bottom: 40px;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 h3 {
	  text-align: center;
	  font-weight: 700;
	  font-size: 3px;
	  line-height: 42px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 {
	  flex-direction: column;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 {
	  text-align: center;
	  width: 55%;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 h3 {
	  margin-top: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 p {
	  margin-bottom: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt2 {
	  width: auto;
	}
	.wrapper .in6_sec3 .container .t1 .tt1:nth-child(2) {
	  flex-direction: column-reverse;
	}
	.wrapper .component .t1 {
	  right: 2%;
	}
	.wrapper header {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 {
	  text-align: center;
	  max-width: 970px;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 button {
	  margin-top: 36px;
	}
	.wrapper .in1_sec1 .swiper .tt1 .ttt1 {
	  max-width: 1004px;
	  padding-right: 10%;
	  padding-bottom: 5%;
	}
	.wrapper .in1_sec2 {
		
		margin-bottom: 120px;
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	}
	
	.wrapper .in1_sec2 .container .t1 .tt1 {
	  width: 286px;
	}
	.wrapper .in1_sec3 .container .t1 {
	  align-items: center;
	}
	.wrapper .in1_sec3 .container .t1 .tt1 img {
	  width: 480px;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 {
	  max-width: 450px;
	}
	.wrapper .in1_sec5 .container .t1 {
	  padding: 10px 40px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 {
	  max-width: 370px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 h5 {
	  font-size: 15px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 p {
	  font-size: 36px;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 p {
	  margin-left: 25px;
	  margin-right: 23px;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 button {
	  width: 180px;
	  padding-right: 2px;
	  padding-left: 2px;
	}
	.wrapper .in1_sec6 {
	  width: 900px;
	  padding-left: 35px;
	  padding-right: 35px;
	}
	.wrapper .in1_sec8 .container .t1 {
	  display: grid;
	  grid-template-columns: 350px 350px;
	  padding: 0 75px;
	}
	.wrapper .in1_sec8 .container .t1 .tt1 {
	  margin-bottom: 40px;
	}

	.wrapper .in1_sec8 .container .t1 .tt1:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}

	.wrapper .in1_sec8 .container .t1 .tt1:nth-child(3) {
		margin-top: 25px;
	  width: 100%;
	  margin-left: 250px;
	  margin-right: 250px;
	}
	.wrapper .in1_sec8 .container .t1 .tt2 {
	  margin-right: 0;
	  margin-left: 0;
	  margin-bottom: 40px;
	}
	
	.wrapper .in1_sec9 .container .t1 {
	  display: flex;
	  flex-direction: column;
	  text-align: center;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 {
	  width: 100%;
	  max-width: none;
	  border-right: none;
	  text-align: center;
	  display: block;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 h5 {
	  display: block;
	  font-size: 19px;
	  margin: 0 auto;
	  width: 100%;
	  text-align: center;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: auto;
	  margin: 0 auto;
	  text-align: center;
	}
	.wrapper .in1_sec10 .container .t1 {
	  margin: 0 auto;
	  flex-direction: column;
	  justify-content: center;
	}
	.wrapper .in1_sec10 .container .t1 .tt1 {
	  text-align: center;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 {
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form {
	  margin: 0 auto;
	  width: 100%;
	  margin-top: 40px;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form a {
	  display: inline-block;
	  margin: 0 auto;
	}

	.wrapper .in2_sec2 .container .t1 .tt1 {
		max-width: none;
	  }

	.wrapper .in2_sec3 .container .t1 .tt1 p {
		font-size: 28px;
	  }
	.wrapper .in2_sec3 .container .t1 .tt1 {
	  grid-template-columns: 380px 380px;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.wrapper .container {
	  width: 750px;
	}
	  
	.wrapper header .container .t1 nav ul li:not(:last-child) {
	  margin-right: 10px;
  	}
	.wrapper .in3_sec2 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 {
	  width: 100%;
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 {
	  width: 750px;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide {
	  width: 100%;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide img {
	  width: 750px;
	  background-size: cover;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar {
	  width: auto;
	  margin: 20px auto;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 {
	  width: 310px;
	}
	.wrapper header .container {
	  width: 750px;
	}
	.wrapper header .container .t1 .logo {
	  font-size: 28px;
	}
	
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 {
	  text-align: center;
	  max-width: 750px;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 button {
	  margin-top: 36px;
	}
	.wrapper .in1_sec1 .swiper .tt1 .ttt1 {
	  max-width: 1004px;
	  padding: 7% 15%;
	}
	.wrapper .in1_sec2 {
	  width: 380px;
	  height: 1280px;
	  margin: 0 auto;
	  margin-bottom: 100px;
	  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	  
	}
	.wrapper .in1_sec2 .container {
	  width: 100%;
	}
	.wrapper .in1_sec2 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in1_sec2 .container .t1 .tt1:not(:last-child) {
	  margin-bottom: 25px;
	}
	.wrapper .in1_sec2 .container .t1 .tt1:hover {
	  padding-top: 0;
	  padding-bottom: 40px;
	}
	.wrapper .in1_sec3 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in1_sec3 .container .t1 .tt1 {
	  margin: 0 auto;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 {
	  text-align: center;
	  margin: 60px auto 20px;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 ul li {
	  width: 380px;
	  margin: 0 auto;
	  text-align: center;
	}
	.wrapper .in1_sec4 .container {
	  margin: 0 auto;
	  max-width: 750px;
	}
	.wrapper .in1_sec5 .container .t1 {
	  margin: 0 auto;
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 {
	  width: 100%;
	  border-right: none;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 h5 {
	  margin-bottom: 19px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 p {
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 {
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 p {
	  margin-top: 0;
	}
	.wrapper .in1_sec6 {
	  width: 760px;
	  padding-left: 5px;
	  padding-right: 5px;
	}
	.wrapper .in1_sec8 .container .t1 {
	  display: grid;
	  grid-template-columns: 350px 350px;
	  padding: 0 15px;
	}
	.wrapper .in1_sec8 .container .t1 .tt1 {
	  margin-bottom: 40px;
	}
	.wrapper .in1_sec8 .container .t1 .tt1:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}

	.wrapper .in1_sec8 .container .t1 .tt1:nth-child(3) {
	  margin-top: 25px;
	  width: 100%;
	  margin-left: 185px;
	  margin-right: 185px;
	}
	.wrapper .in1_sec9 .container .t1 {
	  display: flex;
	  flex-direction: column;
	  text-align: center;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 {
	  width: 100%;
	  max-width: none;
	  border-right: none;
	  text-align: center;
	  display: block;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 h5 {
	  display: block;
	  font-size: 19px;
	  margin: 0 auto;
	  width: 100%;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: auto;
	  margin: 0 auto;
	  text-align: center;
	}
	.wrapper .in1_sec10 .container .t1 {
	  margin: 0 auto;
	  flex-direction: column;
	  justify-content: center;
	}
	.wrapper .in1_sec10 .container .t1 .tt1 {
	  text-align: center;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 {
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form {
	  margin: 0 auto;
	  width: 100%;
	  margin-top: 40px;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form a {
	  display: inline-block;
	  margin: 0 auto;
	}
	.wrapper .in2_sec1 .container .t1 h3 {
	  font-size: 46px;
	}
	.wrapper footer .container .t1 .tt1 .ttt1 .y2 h4 {
	  font-size: 18px;
	}
	.wrapper footer .container .t1 .tt1 .ttt1 .logo {
	  font-size: 28px;
	}
	.wrapper footer .container .t1 .tt1 .ttt2 {
	  margin-top: 15px;
	  display: flex;
	  flex-direction: column;
	  
	}
	.wrapper footer .container .t1 .tt1 .ttt2 p {
	  margin-bottom: 0;
	}
	.wrapper .in2_sec3 .container .t1 .tt1 {
	  grid-template-columns: 380px;
	}
	.wrapper .in6_sec2 .container .t1 {
	  flex-direction: column-reverse;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 {
	  margin-bottom: 40px;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 h3 {
	  text-align: center;
	  font-weight: 700;
	  font-size: 35px;
	  line-height: 42px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 {
	  flex-direction: column;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 {
	  text-align: center;
	  width: 55%;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 h3 {
	  margin-top: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 p {
	  margin-bottom: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt2 {
	  width: auto;
	}
	.wrapper .in6_sec3 .container .t1 .tt1:nth-child(2) {
	  flex-direction: column-reverse;
	}
  }
  @media (min-width: 577px) and (max-width: 767px) {
	.component_around {
	  display: block;
	}
	.wrapper {
	  overflow: hidden;
	}
	.wrapper .container {
	  width: 100%;
	  box-sizing: border-box;
	}
	.wrapper .in2_sec3 .container .t1 .tt1 {
	  grid-template-columns: 380px;
	}
	.wrapper .in3_sec2 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 {
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 {
	  width: 540px;
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide {
	  width: 100%;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide img {
	  width: 540px;
	  background-size: cover;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt1 {
	  width: 540px;
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 {
	  text-align: center;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 h3 {
	  margin-top: 40px;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 {
	  margin-top: 400px;
	  width: 540px;
	  margin: 0 auto;
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 {
	  width: 350px;
	  margin: 0 auto;
	  margin-bottom: 30px;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar {
	  width: auto;
	  margin: 20px auto;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 {
	  width: 310px;
	}
	.wrapper .in2_sec1 .container .t1 h3 {
	  font-size: 40px;
	}
	.wrapper header {
	  position: fixed;
	  width: 100%;
	  padding-left: 25px;
	  padding-right: 25px;
	  z-index: 30;
	}
	.wrapper header .container .t1 {
	  padding-left: 12px;
	  padding-right: 12px;
	}
	.wrapper header .container .t1 nav {
	  display: none;
	}
	.wrapper header .container .t1 .tt2 {
	  display: flex;
	  justify-content: space-around;
	}
	.wrapper header .container .t1 .tt2 .menu__icon {
	  display: block;
		margin-top: 8px;
	}
	.wrapper header .container .t1 .tt2 .menu__icon._active {
	  display: block;
	}
	.wrapper header .container .t1 .menu_body._active {
	  overflow: hidden;
	  display: block;
	  top: 54px;
	  left: 0;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide {
	  height: auto;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 {
	  padding: 62px 0 245px 0;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 {
	  text-align: center;
	}
	.wrapper .in1_sec1 .swiper .swiper-wrapper .swiper-slide .t1 .d1 p {
	  padding-left: 85px;
	  padding-right: 85px;
	}
	.wrapper .in1_sec1 .swiper .tt1 .ttt1 {
	  justify-content: center;
	}
	.wrapper .in1_sec2 .container {
	  width: 380px;
	  height: 1280px;
	  margin: 0 auto;
	}
	.wrapper .in1_sec2 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in1_sec2 .container .t1 .tt1:not(:last-child) {
	  margin-bottom: 25px;
	}
	.wrapper .in1_sec2 .container .t1 .tt1:hover {
	  padding-top: 0;
	  padding-bottom: 40px;
	}
	.wrapper .in1_sec3 .container {
	  width: 540px;
	}
	.wrapper .in1_sec3 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in1_sec3 .container .t1 .tt1 {
	  margin-bottom: 30px;
	}
	.wrapper .in1_sec4 {
	  min-height: 250px;
	}
	.wrapper .in1_sec4 .container .t1 {
	  margin-right: 15px;
	  margin-left: 15px;
	}
	.wrapper .in1_sec5 .container .t1 {
	  margin: 0 auto;
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 {
	  width: 100%;
	  border-right: none;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 h5 {
	  margin-bottom: 19px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 p {
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 {
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 p {
	  margin-top: 0;
	}
	.wrapper .in1_sec6 .swiper {
	  width: 374px;
	  margin: 0 auto;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide {
	  width: 100%;
	}
	.wrapper .in1_sec8 {
	  width: 350px;
	  margin: 0 auto;
	}
	.wrapper .in1_sec8 .container .t1 {
	  width: 350px;
	  flex-direction: column;
	}
	.wrapper .in1_sec8 .container .t1 .tt1 {
	  margin-bottom: 60px;
	  width: 100%;
	}

	.wrapper .in1_sec8 .container .t1 .tt1:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}
	.wrapper .in1_sec8 .container .t1 .tt2 {
	  margin: auto;
	}
	.wrapper .in1_sec8 .container .t1 .tt3 {
	  margin-top: 60px;
	}
	.wrapper .in1_sec9 .container .t1 {
	  display: flex;
	  flex-direction: column;
	  text-align: center;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 {
	  width: 100%;
	  max-width: none;
	  border-right: none;
	  text-align: center;
	  display: block;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 h5 {
	  display: block;
	  font-size: 19px;
	  margin: 0 auto;
	  width: 100%;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: auto;
	  margin: 0 auto;
	  text-align: center;
	}
	.wrapper .in1_sec10 .container .t1 {
	  margin: 0 auto;
	  flex-direction: column;
	  justify-content: center;
	}
	.wrapper .in1_sec10 .container .t1 .tt1 {
	  text-align: center;
	  background-size: contain;
	  padding-right: 10px;
	  padding-left: 10px;
	}
	.wrapper .in1_sec10 .container .t1 .tt1 img {
	  width: 85%;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 {
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form {
	  margin: 0 auto;
	  width: auto;
	  margin-top: 40px;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form a {
	  display: inline-block;
	  margin: 0 auto;
	}
	.wrapper footer .container .t1 .tt1 {
	  flex-direction: column;
	  align-items: center;
	}
	.wrapper footer .container .t1 .tt1 .ttt1 {
	  margin-bottom: 20px;
	}
	.wrapper footer .container .t1 .tt1 .ttt2 {
	  text-align: center;
	  align-items: center;
	}
	.wrapper .in6_sec2 .container .t1 {
	  flex-direction: column-reverse;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 {
	  margin-bottom: 40px;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 h3 {
	  text-align: center;
	  font-weight: 700;
	  font-size: 35px;
	  line-height: 42px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 {
	  flex-direction: column;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 {
	  text-align: center;
	  width: 55%;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 h3 {
	  margin-top: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 p {
	  margin-bottom: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt2 {
	  width: auto;
	}
	.wrapper .in6_sec3 .container .t1 .tt1:nth-child(2) {
	  flex-direction: column-reverse;
	}
  }
  @media (min-width: 390px) and (max-width: 576px) {
	.component {
	  display: block;
	}
	.wrapper {
	  overflow: hidden;
	}
	.wrapper .container {
	  width: 390px;
	}
	  
	.wrapper header .container {
		padding-top: 8px;
	  }
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: 100%;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 p {
	  width: 100%;
	}
	.wrapper .in2_sec3 .container .t1 .tt1 {
	  grid-template-columns: 380px;
	}
	.wrapper .in3_sec1 .container .t1 h3 {
	  font-weight: 700;
	  font-size: 35px;
	  line-height: 42px;
	}
	.wrapper .in3_sec2 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 {
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 {
	  width: 360px;
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide {
	  width: 100%;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide img {
	  width: 360px;
	  background-size: cover;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt1 {
	  width: 360px;
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 {
	  text-align: center;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 h3 {
	  margin-top: 40px;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 {
	  margin-top: 400px;
	  width: 390px;
	  margin: 0 auto;
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 {
	  width: 350px;
	  margin: 0 auto;
	  margin-bottom: 30px;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar {
	  width: auto;
	  margin: 20px auto;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 {
	  width: 310px;
	}
	.wrapper header {
	  position: fixed;
	  width: 100%;
	  height: 54px;
	  min-width: none;
	  z-index: 30;
	}
	.wrapper header .container {
	  width: 390px;
	  padding-left: 22px;
	  padding-right: 22px;
	}
	  
	
	  .wrapper header .container .t1 {
	  margin-bottom: 8px;
	  } 
	  
	.wrapper header .container .t1 .logo {
	  font-weight: 400;
	  font-size: 20px;
	  line-height: 23px;
	  color: #000000;
	}
	.wrapper header .container .t1 nav {
	  display: none;
	}
	.wrapper header .container .t1 .tt2 {
	  display: flex;
	  justify-content: space-around;
		
	}
	.wrapper header .container .t1 .tt2 .menu__icon {
	  display: block;
		margin-top: 8px;
	}
	.wrapper header .container .t1 .tt2 .menu__icon._active {
	  display: block;
	}
	.wrapper header .container .t1 .menu_body._active {
	  overflow: hidden;
	  display: block;
	  top: 54px;
	  left: 0;
	}
	.wrapper .component {
	  display: none;
	  top: 398px;
	}
	.wrapper .component .t1 a img {
	  width: 33px;
	  height: 33px;
	}
	.wrapper .in1_sec1 {
	  width: 100%;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide {
	  height: auto;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 {
	  padding: 70px 0 212px 0;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 .d1 {
	  text-align: center;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 .d1 h1 {
	  font-size: 38px;
	  line-height: 38px;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 .d1 p {
	  font-size: 14px;
	  line-height: 16px;
	  padding-left: 18px;
	  padding-right: 18px;
	}
	.wrapper .in1_sec1 .mySwiper1 .tt1 {
	  display: none;
	}
	.wrapper .in1_sec1 .mySwiper1 .tt1 .ttt1 {
	  justify-content: center;
	}
	.wrapper .in1_sec2 {
	  height: 1070px;
	}
	.wrapper .in1_sec2 .container .t1 {
	  width: 100%;
	  margin-top: -180px;
	  flex-direction: column;
	}

	.wrapper .in1_sec2 .t1 .d1 p {
		padding-left: 120px;
		padding-right: 120px;
	  }
	.wrapper .in1_sec2 .container .t1 .tt1 {
	  width: 323px;
	}
	.wrapper .in1_sec3 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in1_sec3 .container .t1 .tt1 img {
	  width: 95%;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 h4 {
	  font-size: 28px;
	  line-height: 33px;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 p {
	  font-size: 14px;
	  line-height: 16px;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 ul li {
	  font-size: 16px;
	  line-height: 19px;
	}
	.wrapper .in1_sec4 .container .t1 p {
	  font-size: 14px;
	  line-height: 16px;
	  font-weight: 300;
	}
	.wrapper .in1_sec4 .container .t1 h4 {
	  font-size: 14px;
	  line-height: 16px;
	  font-weight: 400;
	}
	.wrapper .in1_sec5 .container .t1 {
	  margin: 0 auto;
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 {
	  width: 100%;
	  border-right: none;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 h5 {
	  margin-bottom: 19px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 p {
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 {
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 p {
	  margin-top: 0;
	}
	.wrapper .in1_sec6 .swiper {
	  width: 374px;
	  margin: 0 auto;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide {
	  width: 100%;
	}
	.wrapper .in1_sec8 {
	  width: 350px;
	  margin: 0 auto;
	}
	.wrapper .in1_sec8 .container .t1 {
	  width: 350px;
	  flex-direction: column;
	}

	.wrapper .in1_sec8 .container .t1 .tt1:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}
	.wrapper .in1_sec8 .container .t1 .tt1 {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec8 .container .t1 .tt2 {
	  margin: auto;
	  margin-bottom: 20px;
	  margin-top: 20px;
	}
	.wrapper .in1_sec8 .container .t1 .tt3 {
	  margin-bottom: 20px;
	  margin-top: 20px;
	}
	.wrapper .in1_sec9 .container .t1 {
	  display: flex;
	  flex-direction: column;
	  text-align: center;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 {
	  width: 100%;
	  max-width: none;
	  border-right: none;
	  text-align: center;
	  display: block;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 h5 {
	  display: block;
	  font-size: 19px;
	  margin: 0 auto;
	  width: 100%;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: auto;
	  margin: 0 auto;
	  text-align: center;
	}
	  
	 .wrapper .in1_sec9 .container .t1 .tt2 p {
	  font-size: 28px;
	}
	.wrapper .in1_sec10 .container .t1 {
	  margin: 0 auto;
	  flex-direction: column;
	  justify-content: center;
	}
	  
.wrapper .in1_sec10 {
	  padding-bottom: 120px;
	  }
	.wrapper .in1_sec10 .container .t1 .tt1 {
	  text-align: center;
	  background-size: contain;
	  padding-right: 10px;
	  padding-left: 10px;
	}
	.wrapper .in1_sec10 .container .t1 .tt1 img {
	  width: 100%;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 {
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form {
	  margin: 0 auto;
	  margin-top: 40px;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form a {
	  display: inline-block;
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form input {
	  width: 360px;
	}
	  
	.wrapper .in1_sec10 .container .t1 .tt2 form .art_comments {
	  width: 100%;
	}
	.wrapper footer {
	 /* margin-top: 130px;*/
	}
	.wrapper footer .container .t1 .tt1 {
	  padding-top: 65px;
	  flex-direction: column;
	}
	  
	.wrapper footer .container .t1 .tt2 .ttt1 {
	  margin-top: 40px;
		text-align: center;
	}
	  
	 .wrapper footer .container .t1 .tt2 {
	  padding-top: 65px;
	  flex-direction: column;
	}
	.wrapper footer .container .t1 .tt1 .ttt1 {
	  margin-bottom: 22px;
	}
	.wrapper .in2_sec1 .container .t1 h3 {
	  font-size: 28px;
	}
	.wrapper .in6_sec2 .container {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	.wrapper .in6_sec2 .container .t1 {
	  flex-direction: column-reverse;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 {
	  margin-bottom: 40px;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 h3 {
	  text-align: center;
	  font-weight: 700;
	  font-size: 35px;
	  line-height: 42px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 {
	  flex-direction: column;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 {
	  text-align: center;
	  width: 100%;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 h3 {
	  margin-top: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 p {
	  margin-bottom: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt2 {
	  width: auto;
	}
	.wrapper .in6_sec3 .container .t1 .tt1:nth-child(2) {
	  flex-direction: column-reverse;
	}
	.wrapper._active {
	  overflow: hidden;
	}
  }

 @media (max-width: 389px) {
	.component {
	  display: block;
	}
	.wrapper {
	  overflow: hidden;
	}
	.wrapper .container {
	  width: 90%;
	}
	  
	.wrapper header .container {
		padding-top: 8px;
	  }
	 
	 .wrapper header .container .t1 {
		justify-content: center;
	  }
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: 100%;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 p {
	  width: 100%;
	}
	.wrapper .in2_sec3 .container .t1 .tt1 {
	  grid-template-columns: 380px;
	}
	.wrapper .in3_sec1 .container .t1 h3 {
	  font-weight: 700;
	  font-size: 35px;
	  line-height: 42px;
	}
	.wrapper .in3_sec2 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 {
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 {
	  width: 80%;
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide {
	  width: 100%;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .mySwiper3 .swiper-wrapper .swiper-slide img {
	  width: 100%;
	  background-size: cover;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt1 {
	  width: 100%;
	  margin: 0 auto;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 {
	  text-align: center;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 h3 {
	  margin-top: 40px;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 {
	  margin-top: 400px;
	  width: 100%;
	  margin: 0 auto;
	  flex-direction: column;
	}
	.wrapper .in3_sec2 .container .t1 .tt1 .ttt2 .y1 .yy1 {
	  width: 100%;
	  margin: 0 auto;
	  margin-bottom: 30px;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar {
	  width: auto;
	  margin: 20px auto;
	}
	.wrapper .in3_sec2 .container .t1 .saidbar .in3_sb_sec1 {
	  width: 100%;
	}
	.wrapper header {
	  position: fixed;
	  width: 100%;
	  height: 54px;
	  min-width: none;
	  z-index: 30;
	}
	.wrapper header .container {
	  width: 390px;
	  padding-left: 22px;
	  padding-right: 22px;
	}
	  
	
	  .wrapper header .container .t1 {
	  margin-bottom: 8px;
	  } 
	  
	.wrapper header .container .t1 .logo {
	  font-weight: 400;
	  font-size: 20px;
	  line-height: 23px;
	  color: #000000;
	}
	.wrapper header .container .t1 nav {
	  display: none;
	}
	.wrapper header .container .t1 .tt2 {
	  display: flex;
	  justify-content: space-around;
		
	}
	.wrapper header .container .t1 .tt2 .menu__icon {
	  display: block;
		margin-top: 8px;
	}
	.wrapper header .container .t1 .tt2 .menu__icon._active {
	  display: block;
	}
	.wrapper header .container .t1 .menu_body._active {
	  overflow: hidden;
	  display: block;
	  top: 54px;
	  left: 0;
	}
	.wrapper .component {
	  display: none;
	  top: 398px;
	}
	.wrapper .component .t1 a img {
	  width: 33px;
	  height: 33px;
	}
	.wrapper .in1_sec1 {
	  width: 100%;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide {
	  height: auto;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 {
	  padding: 70px 0 212px 0;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 .d1 {
	  text-align: center;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 .d1 h1 {
	  font-size: 38px;
	  line-height: 38px;
	}
	.wrapper .in1_sec1 .mySwiper1 .swiper-wrapper .swiper-slide .t1 .d1 p {
	  font-size: 14px;
	  line-height: 16px;
	  padding-left: 18px;
	  padding-right: 18px;
	}
	.wrapper .in1_sec1 .mySwiper1 .tt1 {
	  display: none;
	}
	.wrapper .in1_sec1 .mySwiper1 .tt1 .ttt1 {
	  justify-content: center;
	}
	.wrapper .in1_sec2 {
	  height: 1070px;
	}
	.wrapper .in1_sec2 .container .t1 {
	  width: 100%;
	  margin-top: -180px;
	  flex-direction: column;
	}

	.wrapper .in1_sec2 .t1 .d1 p {
		padding-left: 120px;
		padding-right: 120px;
	  }
	.wrapper .in1_sec2 .container .t1 .tt1 {
	  width: 100%;
	}
	.wrapper .in1_sec3 .container .t1 {
	  flex-direction: column;
	}
	.wrapper .in1_sec3 .container .t1 .tt1 img {
	  width: 95%;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 h4 {
	  font-size: 28px;
	  line-height: 33px;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 p {
	  font-size: 14px;
	  line-height: 16px;
	}
	.wrapper .in1_sec3 .container .t1 .tt2 ul li {
	  font-size: 16px;
	  line-height: 19px;
	}
	.wrapper .in1_sec4 .container .t1 p {
	  font-size: 14px;
	  line-height: 16px;
	  font-weight: 300;
	}
	.wrapper .in1_sec4 .container .t1 h4 {
	  font-size: 14px;
	  line-height: 16px;
	  font-weight: 400;
	}
	.wrapper .in1_sec5 .container .t1 {
	  margin: 0 auto;
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 {
	  width: 100%;
	  border-right: none;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 h5 {
	  margin-bottom: 19px;
	}
	.wrapper .in1_sec5 .container .t1 .tt1 p {
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 {
	  text-align: center;
	  flex-direction: column;
	}
	.wrapper .in1_sec5 .container .t1 .tt2 p {
	  margin-top: 0;
	}
	.wrapper .in1_sec6 .swiper {
	  width: 374px;
	  margin: 0 auto;
	}
	.wrapper .in1_sec6 .swiper .swiper-wrapper .swiper-slide {
	  width: 100%;
	}
	.wrapper .in1_sec8 {
	  width: 80%;
	  margin: 0 auto;
	}
	.wrapper .in1_sec8 .container .t1 {
	  width: 80%;
	  flex-direction: column;
	}

	.wrapper .in1_sec8 .container .t1 .tt1:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}
	.wrapper .in1_sec8 .container .t1 .tt1 {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec8 .container .t1 .tt2 {
	  margin: auto;
	  margin-bottom: 20px;
	  margin-top: 20px;
	}
	.wrapper .in1_sec8 .container .t1 .tt3 {
	  margin-bottom: 20px;
	  margin-top: 20px;
	}
	.wrapper .in1_sec9 .container .t1 {
	  display: flex;
	  flex-direction: column;
	  text-align: center;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 {
	  width: 100%;
	  max-width: none;
	  border-right: none;
	  text-align: center;
	  display: block;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt1 h5 {
	  display: block;
	  font-size: 19px;
	  margin: 0 auto;
	  width: 100%;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.wrapper .in1_sec9 .container .t1 .tt2 {
	  width: auto;
	  margin: 0 auto;
	  text-align: center;
	}
	 

	.wrapper .in1_sec9 .container .t1 .tt2 p {
	  font-size: 28px;
	}
	.wrapper .in1_sec10 .container .t1 {
	  margin: 0 auto;
	  flex-direction: column;
	  justify-content: center;
	}
	  
.wrapper .in1_sec10 {
	  padding-bottom: 120px;
	  }
	.wrapper .in1_sec10 .container .t1 .tt1 {
	  text-align: center;
	  background-size: contain;
	  padding-right: 10px;
	  padding-left: 10px;
	}
	.wrapper .in1_sec10 .container .t1 .tt1 img {
	  width: 90%;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 {
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form {
	  margin: 0 auto;
	  margin-top: 40px;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form a {
	  display: inline-block;
	  margin: 0 auto;
	}
	.wrapper .in1_sec10 .container .t1 .tt2 form input {
	  width: 100%;
	}
	  
	.wrapper .in1_sec10 .container .t1 .tt2 form .art_comments {
	  width: 100%;
	}
	.wrapper footer {
	 /* margin-top: 130px;*/
	}
	.wrapper footer .container .t1 .tt1 {
	  padding-top: 65px;
	  flex-direction: column;
	}
	  
	.wrapper footer .container .t1 .tt2 .ttt1 {
	  margin-top: 40px;
		text-align: center;
	}
	  
	 .wrapper footer .container .t1 .tt2 {
	  padding-top: 65px;
	  flex-direction: column;
	}
	.wrapper footer .container .t1 .tt1 .ttt1 {
	  margin-bottom: 22px;
	}
	.wrapper .in2_sec1 .container .t1 h3 {
	  font-size: 28px;
	}
	.wrapper .in6_sec2 .container {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	.wrapper .in6_sec2 .container .t1 {
	  flex-direction: column-reverse;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 {
	  margin-bottom: 40px;
	}
	.wrapper .in6_sec2 .container .t1 .tt2 h3 {
	  text-align: center;
	  font-weight: 700;
	  font-size: 35px;
	  line-height: 42px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 {
	  flex-direction: column;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 {
	  text-align: center;
	  width: 100%;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 h3 {
	  margin-top: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt1 p {
	  margin-bottom: 30px;
	}
	.wrapper .in6_sec3 .container .t1 .tt1 .ttt2 {
	  width: auto;
	}
	.wrapper .in6_sec3 .container .t1 .tt1:nth-child(2) {
	  flex-direction: column-reverse;
	}
	.wrapper._active {
	  overflow: hidden;
	}
  }
  
  