.home .full-content {

	padding: 0;

}

.home-box {

	padding: 60px 0;

}

.home-title {

	font-size: 40px;

	font-family: 'utmavo';

	margin: 0 0 30px;

	text-align: center;

	text-transform: uppercase;

}

.home_gt_left h3 {

	font-family: 'utmavo';

	font-size: 30px;

	margin: 0;

	line-height: normal;

}

.home_gt_left {

	font-size: 16px;

}

.home_gt_right img {

	width: 100%;

}

.home_gt_left a {

	overflow: hidden;

	background: white;

	padding-left: 15px;

	font-size: 15px;

	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

	width: 130px;

	display: flex;

	align-items: center;

	margin-top: 30px;

}

.home_gt_left a i {

	font-size: 18px;

	padding: 10px;

	margin-left: 15px;

	color: white;

	position: relative;

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	-ms-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

	background: #0066b3;

	color: white;

	flex: 1;

}

.home_gt_left a i::after {

	content: '';

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	-ms-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

	position: absolute;

	width: 10px;

	height: 200%;

	top: -50%;

	left: -5px;

	-webkit-transform: rotate(-15deg);

	-moz-transform: rotate(-15deg);

	-o-transform: rotate(-15deg);

	-ms-transform: rotate(-15deg);

	transform: rotate(-15deg);

	background: #0066b3;

}

.home_gt_left a:hover {

	color: white !important;

	background: #0066b3;

}

.home_gt_left a:hover i {

	background: white !important;

	color: #0066b3;

}

.home_gt_left a:hover i::after {

	background: white;

}

/**/

.home-ls {

	background-size: contain;

	background-repeat: no-repeat;

}

.main-ls {

	position: relative;

}

.main-ls .swiper-wrapper {
	justify-content: center;
}

.home-ls .arrow {

	position: absolute;

	width: 100%;

	height: 10px;

	left: 0;

	top: 50%;

	background-size: 100%;

	background-repeat: no-repeat;

}

.main-ls .swiper-slide .text_main {

	padding: 265px 0;

	position: relative;

	text-align: center;

	cursor: pointer;

}



.main-ls .swiper-slide .text_main span {

	position: relative;

	/* margin: auto; */

	width: 72px;

	height: 72px;

	background: white;

	color: #636363;

	font-size: 20px;

	border-radius: 50%;

	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);

	line-height: 72px;

	text-align: center;

	display: inline-block;

}

.main-ls .swiper-slide:hover .text_main span {

	background: #ed1c24;

	color: white;

}

.main-ls .swiper-slide .text_main span::before {

	content: '';

	position: absolute;

	height: 90px;

	width: 2px;

	left: calc(50% - 1px);

	background: #ebebeb;

}

.main-ls .swiper-slide:nth-child(2n+1) .text_main span::before {

	content: '';

	top: -100px;

}

.main-ls .swiper-slide:nth-child(2n) .text_main span::before {

	content: '';

	bottom: -100px;

}

.main-ls .swiper-slide .text_main .ls-content {

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	position: absolute;

	width: 130%;

	left: -30px;

	padding: 15px;

	border-radius: 5px;

}

.main-ls .swiper-slide:nth-child(2n) .text_main .ls-content {

	position: absolute;

	bottom: 15px;

}

.main-ls .swiper-slide:nth-child(2n+1) .text_main .ls-content {

	position: absolute;

	top: 15px;

}

.main-ls .swiper-slide .text_main .ls-content h3 {

	font-size: 20px;

	text-align: center;

	margin: 0;

	font-weight: normal;

	width: 100%;

}

.main-ls .swiper-slide:nth-child(2n+1) .text_main .ls-content h3 {

	order: 2;

}

.main-ls .swiper-slide .text_main .ls-content div {

	text-align: center;

	height: 53px;

	margin-bottom: 5px;

}

.main-ls .swiper-slide:nth-child(2n+1) .text_main .ls-content div {

	order: 1;

}

.main-ls .swiper-slide .text_main .ls-content div img {

	max-height: 100%;

	object-fit: contain;

}

.main-ls .swiper-slide:hover .text_main .ls-content {

	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);

}

/**/

.ul_links {

	justify-content: center;

	list-style: none;

	padding: 0;

	border-bottom: solid 1px #e1e1e1;

	margin-bottom: 30px;

}

.li_tabs {

	text-align: center;

	padding: 15px;

	position: relative;

	cursor: pointer;

	margin: 0;

}

.li_tabs::before {

	content: '';

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	-ms-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;

	position: absolute;

	width: 0;

	height: 3px;

	left: 15px;

	bottom: -1px;

	background: #0066b3;

}

.li_tabs.active::before {

	width: calc(100% - 30px);

}

.li_tabs img {

	width: 55px;

	max-height: 55px;

	object-fit: contain;

	display: block;

	margin: 0 auto;

}

.site-btn {

	display: inline-block;

	text-transform: uppercase;

	margin-top: 5px;

	font-size: 17px;

}

.pro-tab.main-protab {

	position: relative;

}

.content-tab {

	opacity: 0;

	visibility: hidden;

}

.main-protab .content-tab:not(:first-child) {

	position: absolute;

	top: 0;

	bottom: 0;

	width: 100%;

}

.main-protab .content-tab.active {

	opacity: 1;

	visibility: visible;

}

.main-protab .woocommerce ul.products li.product-category {

	margin-bottom: 0 !important;

}



/**/

div.swiper-button-next,

div.swiper-button-prev {

	background: #fff;

	color: #8e9296;

	width: 30px;

	height: 30px;

	line-height: 26px;

	position: absolute;

	top: 50%;

	z-index: 2;

	overflow: hidden;

	text-align: center;

	left: 0;

	cursor: pointer;

	font-size: 24px;

	font-family: 'FontAwesome';

	border-radius: 99px;

	border: 1px solid #e8e9ee;

	-webkit-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

	padding-right: 5px;

}

div.swiper-button-next {

	right: 0;

	left: auto;

	padding: 0;

	padding-left: 5px;

}

div.swiper-button-prev::before {

	content: "\f104";

}

div.swiper-button-next::before {

	content: "\f105";

}

div.swiper-button-next:hover,

div.swiper-button-prev:hover {

	color: #0e2352;

}



/**/

@media only screen and (min-width: 1200px) {

	.content-tab div.swiper-button-next,

	.content-tab div.swiper-button-prev {

		width: 50px;

		height: 50px;

		line-height: 47px;

		font-size: 30px;

		color: #c2c2c2;

		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);

	}

	.content-tab div.swiper-button-next {

		right: -60px;

	}

	.content-tab div.swiper-button-prev {

		left: -60px;

	}

}

/**/

.home-ttsk.home-box {

	background-color: #f8f8f8;

}

.main-ttsk {

	padding: 10px;

	background-color: #fff;

}

.item-post-img img {

	width: 100%;

	height: 300px;

	object-fit: cover;

}

.item_post .item-post-content h2 {

	color: #2c2c2c;

	font-size: 22px;

	margin: 15px 0 10px 0;

}

/**/

.item-post-sm {

	display: flex;

	margin-bottom: 20px;

	padding-bottom: 20px;

	border-bottom: solid 1px #ebebeb;

}

.sm_post_img {

	width: 150px;

}

.sm_post_img img {

	width: 100%;

	height: 99px;

	object-fit: cover;

}

.sm_post_content {

	flex: 1;

	padding-left: 10px;

}

.title-sm {

	margin-top: 0;

}

/**/

.map-item-content h3 {

	margin: 0 0 10px;

	color: #0066b3;

	font-weight: bold;

	margin-bottom: 5px;

}

.map-item-content p {

	margin-bottom: 0;

}

@media only screen and (max-width: 1200px) {

	.home-box {

		padding: 30px 0;

	}

	.home_gt_left h3 {

		font-size: 20px;

	}

	.home-title {

		font-size: 30px;

		margin: 0 0 20px;

	}

	.home_gt_left {

		font-size: 15px;

	}

	.home_gt_left a {

		margin-top: 20px;

	}

	/**/

	.main-ls .swiper-slide .text_main span {

		width: 60px;

		height: 60px;

		font-size: 16px;

		line-height: 60px;

	}

	.main-ls .swiper-slide .text_main .ls-content {

		width: 100%;

		left: 0;

		padding: 5px;

	}

	.main-ls .swiper-slide .text_main .ls-content h3 {

		font-size: 16px;

	}

	.main-ls .swiper-slide .text_main {

		padding: 200px 0;

	}

	.main-ls .swiper-slide .text_main .ls-content div {

		height: 38px;

	}

	.main-ls .swiper-slide .text_main span::before {

		height: 70px;

	}

	.main-ls .swiper-slide:nth-child(2n) .text_main span::before {

		bottom: -75px;

	}

	.main-ls .swiper-slide:nth-child(2n+1) .text_main span::before {

		top: -75px;

	}

	.main-ls .swiper-slide .text_main .ls-content div img {

		width: 80%;

		max-width: 140px;

	}

}

@media only screen and (max-width: 900px) {

	.main-gt .col-mb {

		width: 100%;

	}

	.home_gt_left a {

		margin-top: 10px;

		margin-bottom: 15px;

	}

	/**/

	.home-box {

		padding-bottom: 0;

	}

	.home-title {

		font-size: 28px;

	}

	/**/

	.li_tabs {

		padding: 8px;

	}

	.li_tabs img {

		width: 40px;

		max-height: 40px;

	}

	.site-btn {

		margin-top: 5px;

		font-size: 14px;

	}

	/**/

	.map-mlpp #map {

		height: 500px !important;

	}

}

@media only screen and (max-width: 810px) {

	.home-title {

		font-size: 22px;

		margin: 0 0 10px;

	}

	.home_gt_left h3 {

		font-size: 18px;

	}

	/**/

	.main-ls .swiper-slide .text_main {

		padding: 150px 0;

	}

	.main-ls .swiper-slide .text_main span::before {

		height: 50px;

	}

	.main-ls .swiper-slide:nth-child(2n) .text_main span::before {

		bottom: -55px;

	}

	.main-ls .swiper-slide:nth-child(2n+1) .text_main span::before {

		top: -55px;

	}

	/**/

	.main-ttsk>.row>.col-mb {

		width: 100%;

	}

	.item-post-sm {

		margin-bottom: 10px;

		padding-bottom: 10px;

	}

	.item-post-img img {

		height: 220px;

	}

	.item_post .item-post-content h2 {

		color: #2c2c2c;

		font-size: 16px;

		margin: 15px 0 10px 0;

	}

}

@media only screen and (max-width: 767px) {

	.main-ttsk .col-mb {

		width: 100%;

	}

}

@media only screen and (max-width: 640px) {

	.ul_links.link_tab_pro {

		flex-wrap: nowrap;

		overflow-x: scroll;

		justify-content: flex-start;

	}

	.ul_links.link_tab_pro li {

		white-space: nowrap;

	}

	/**/

	.home-title {

		font-size: 20px;

	}

	.home_gt_left h3 {

		font-size: 16px;

	}

}