@font-face {
	font-family: 'UTM-Aptima';
	src: url(../fonts/UTM-Aptima.ttf);
	font-weight: normal;
}

@font-face {
	font-family: 'UTM-Aptima';
	src: url(../fonts/UTM-AptimaItalic.ttf);
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'UTM-Aptima';
	src: url(../fonts/UTM-AptimaBold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: 'UTM-Aptima';
	src: url(../fonts/UTM-AptimaBoldItalic.ttf);
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'UTM-Novido';
	src: url(../fonts/UTM-Novido.ttf);
	font-weight: normal;
}

b,
strong {
	font-weight: bold;
}

:root {
	--font-2: 'UTM-Aptima', sans-serif;
	--font-3: 'UTM-Novido', sans-serif;
}

.overviews-text>* {
	background: linear-gradient(180deg, #00B9B5 0%, #006A69 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-size: 40px;
	margin: 0;
	line-height: 1;
}

.overviews-text strong {
	font-weight: normal;
	font-family: 'UTM-Novido', sans-serif;
	font-size: 120px;
}

.ss-header.fp-section {
	padding: 12px 0 !important;
	position: fixed;
}

.ss-header {
	position: sticky;
	left: 0;
	top: 0;
	height: auto !important;
	z-index: 99;
}

.ss-header .fp-tableCell {
	height: auto !important;
	min-height: unset;
}

.ss-header .row {
	padding: 0 160px;
	align-items: center;
}

.ss-header .img {
	max-width: 178px;
}

.ss-header .ux-menu {
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 40px;
	row-gap: 10px;
	justify-content: end;
	text-transform: uppercase;
	line-height: 1;
}

.ss-header .ux-menu-link__link {
	min-height: unset;
}
.ss-header .ux-menu-link__link:hover {
	color: #FDCA0B !important;
	font-weight:bold;
}
.menu-fix * {
	margin: 0;
	font-size: 30px;
	line-height: 1;
}

.menu-fix {
	display: none;
}

.button.btn-scroll {
	position: absolute;
	bottom: 58px;
	color: #Fff;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	padding: 0;
	min-height: unset;
	min-width: unset;
	z-index: 99;
	font-family: var(--font-2);
	font-weight: normal;
	display: flex;
	flex-direction: column;
}

.button.btn-scroll:hover {
	color: #fff
}

.button.btn-scroll::after {
	content: url(../icons/scrollto.svg);
}

.tooltipster-base {
	display: none !important;
}

.scroll-to-bullets {
	right: auto;
	left: 77px;
	display: none;
}

.scroll-to-bullets a {
	display: block;
	min-width: unset;
	width: unset;
	border: 0;
	background-color: transparent !important;
	box-shadow: none;
	height: unset;
	margin: 0 0 32px;
	text-align: center;
	color: #006A69;
	font-size: 12px;
	font-weight: normal;
	font-family: var(--font-2);
	position: relative;
	text-transform: uppercase;
}

.scroll-to-bullets a:not(:last-child)::before {
	content: "";
	position: absolute;
	top: calc(100% + 16px);
	height: 16px;
	background: #006A69;
	width: 1px;
	left: 50%;
	transform: translateY(-50%);
}

.scroll-to-bullets.scroll-to-bullets-dark a {
	text-shadow: 0px 0 4px #00171780;
	color: #fff;
}

.scroll-to-bullets.scroll-to-bullets-dark a:not(:last-child)::before {
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #fff;
}

.scroll-to-bullets a.active-tag,
.scroll-to-bullets a:hover {
	color: #FDCA0B;
}

.scroll-to-bullets a.active-tag::before,
.scroll-to-bullets a:hover::before {
	background-color: #FDCA0B;
}

.title-font-2 h2 {
	font-family: var(--font-2);
}

.title h2 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: normal;
}

.title-td h2 {
	font-size: 36px;
	font-family: var(--font-2);
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.title-main h2 {
	font-size: 40px;
	font-family: var(--font-2);
	margin-bottom: 35px;
	font-weight: bold;
	text-transform: uppercase;
	background: linear-gradient(180deg, #00B9B5 0%, #006A69 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.title h2 strong,
.title h2 em {
	font-size: 80px;
	background: linear-gradient(180deg, #FFFFFF 0%, #E0AF0C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-style: normal;
	display: block;
	line-height: normal;
	font-family: var(--font-3);
	margin-bottom: -18px;
	padding-right: 15px;
}

.title h2 strong {
	padding-right: 0;
	font-size: 33px;
	transform: translateX(0);
	display: block;
	text-transform: uppercase;
	font-family: var(--font-2);
}

.title-r h2 em {
	transform: translateX(25px);
	text-align: right;
}

.title-2 h2 strong {
	background: linear-gradient(360deg, #00B9B5 -22%, #FFFFFF 56%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.title-2-small h2 em {
	font-size: 70px;
}

.title-2-small h2 strong {
	font-size: 22px;
}
.title-2-b-s3 h2 strong{
	font-size: 22px;
}
.title-2-b-s1 h2 strong{
	font-size: 20px;
}
.title-2-x h2 strong,
.title-2-x h2 em {
	display: inline-block;
}


.title-3 h2 {
	font-size: 33px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: var(--font-2);
	text-transform: uppercase;
}

.title-3 h2 em {
	text-transform: none;
	font-size: 70px;
	display: inline-block;
}
.title-2-s3 h2 em,
.title-2-s2 h2 em ,
.title-2-s1 h2 em {
	font-size: 40px;
	/* line-height: 80px; */
}
.title-2-s3 h2 strong,
.title-2-s2 h2 strong ,
.title-2-s1 h2 strong {
	font-size: 17px;
}
.title-2-s3 h2 em +  strong,
.title-2-s2 h2 em +  strong,
.title-2-s1 h2 em +  strong{
	margin-top:10px;
	margin-bottom: 13px;
}
.title-2-s3 h2 strong  + em,
.title-2-s1 h2 strong  + em,
.title-2-s2 h2 strong  + em{
	margin-top: 22px;
	margin-bottom: 0;
	line-height: 30px;
}
.title-2-s3 h2 ,
.title-2-s2 h2  ,
.title-2-s1 h2  {
	margin: 0 0 16px;
}
.desc-main {
	font-family: var(--font-2);
	text-align: justify;
}

.desc-small {
	font-size: 18px;
}

.desc-small p {
	margin-bottom: 10px;
}

.desc-small strong {
	font-size: 12px;
}

.desc-main-p {
	max-width: 388px;
}

.fp-section .img-full *,
.fp-section .img-full {
	height: 100vh;
	object-fit: cover;
	object-position: top;
}
body:not(.ux-builder-iframe) .slider-gallery-desc .text{
	display: none;
}
body:not(.ux-builder-iframe) .slider-gallery-desc .text.active{
	display: block;
}
.row.slider-gallery .col {
	padding: 0;
}

.row.slider-gallery .swiper-slide img {
	transform: all 0.5s;
}

.row.slider-gallery {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 0;
	position: relative;
	flex-wrap: nowrap;
}

.row.slider-gallery::-webkit-scrollbar {
	height: 0px;
}

.row.slider-gallery .gallery-col.col {
	flex: 0 0 22%;
	transition: all 0.3s;
}

.row.slider-gallery .gallery-col.col.active {
	flex: 0 0 56%;
}

.row.slider-gallery .gallery-col.col .box-image {
	height: 345px;
}

.row.slider-gallery .gallery-col.col img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	transform: scale(0.8);
	transition: all 0.3s;
	object-fit: cover;
}

.row.slider-gallery .gallery-col.col:not(.active)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.8);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	z-index: 2;
}

.row.slider-gallery .gallery-col.col.active img {
	transform: scale(1);
}

.slider-nav-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 27px;
}

.slider-nav-wrap .slider-nav.next {
	cursor: pointer;
	content: url(../icons/next.svg);
	font: 1em sans-serif;
	filter: brightness(0) invert(1);
}

.slider-nav-wrap .slider-nav.prev {
	cursor: pointer;
	content: url(../icons/prev-2.svg);
}
.dark .slider-nav-wrap .slider-nav.prev {
	content: url(../icons/prev.svg);
}

.col-vt .col-inner {
	background: url(/wp-content/uploads/2025/07/sl_030720_28740_16-13.png) center / cover no-repeat;
	border: 1px solid #E0AF0C;
	min-width: 530px;
	padding: 24px 30px;
	margin-top: 60px;
	border-radius: 6px;
	margin-left: 0 !important;
	margin-right: unset !important;
}

.col-vt .icon-box {
	align-items: center;
}

.col-vt .icon-box .icon-box-text {
	display: flex;
	align-items: center;
	padding-left: 12px !important;
	font-size: 12px;
	color: #006A69;
	font-family: var(--font-2);
}

.col-vt .icon-box .icon-box-text h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--font-2);
	color: #006A69;
	margin: 0;
	width: 140px;
	position: relative;
	padding-right: 14px;
	margin-right: 22px;
}

.col-vt .icon-box .icon-box-text p {
	font-size: 16px;
	width: calc(100% - 160px);
	color: #006A69;
}

.col-vt .icon-box .icon-box-text h3::after {
	content: "";
	position: absolute;
	background: #006A69;
	height: 12px;
	width: 1px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.col-vt .icon-box+.icon-box {
	margin-top: 24px;
}

.arr-cus button.flickity-button {
	position: unset;
	margin: 20px 10px 0;
	display: inline-block;
}

.arr-cus button.flickity-button svg {
	display: none;
}

.arr-cus button.flickity-button.next::after {
	cursor: pointer;
	content: url(../icons/next.svg);

}

.arr-cus button.flickity-button.previous::after {
	cursor: pointer;
	content: url(../icons/prev.svg);
}

.arr-cus {
	text-align: center;
}

.tab-cus .nav>li {
	margin: 0 40px;
}

.tab-cus .nav>li>a {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ACACAC;
	font-family: var(--font-2);
	padding: 0;
}

.tab-cus .nav>li.active>a {
	background: linear-gradient(180deg, #00B9B5 0%, #006A69 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	background-clip: text;
}
.tab-nav .slider-nav-wrap {
	justify-content: center;
}

.tab-nav .slider-nav-wrap .slider-nav.next {
	filter: unset;
}


.row.gird-cus {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 !important;
	gap: 20px;
	row-gap: 14px;
}

.row.gird-cus .col {
	padding: 0;
}

.row.gird-cus img {
	height: 207px;
	object-fit: cover;
	width: 100%;
}

.row.gird-cus .col:first-child {
	grid-row: 1 / 3;
}

.row.gird-cus .col:first-child * {
	height: 100%;
}
.ss-vt .row.row-full-width>.col ,
.ss-td .row.row-full-width>.col {
	height: 100vh;
}
.ss-vt .row.row-full-width>.col >.col-inner,
.ss-td .row.row-full-width>.col>.col-inner {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
}
.ss-vt .row.row-full-width>.col >.col-inner{
	padding: 20px 0;
	padding-left: 200px;
	display: flex;
	align-items: flex-start;
}

.slider-gird-cus>.col-inner {
	max-width: 800px;
}

.col-td-bg {
	background: url(/wp-content/uploads/2025/07/sl_030720_28740_16-6.jpg) center / cover no-repeat;
	height: 100%;
}

.ss-td .slider-nav-wrap {
	text-align: left;
	align-items: start;
	margin-top: 90px;
	width: 100%;
}

ol.flickity-page-dots {
	position: unset;
	margin-top: 25px;
}

.ss-td ol.flickity-page-dots {
	position: unset;
	margin-top: 40px;
}

ol.flickity-page-dots li.dot {
	border: 0;
	background: #000;
	opacity: 1;
}

.dark ol.flickity-page-dots li.dot {
	background: #D9D9D9;
}

ol.flickity-page-dots li.dot.is-selected {
	background: #E0AF0C;
	margin: 0 6px;
}


.box-news {
	padding: 24px 17px;
	background: url('/wp-content/uploads/2025/07/bg-box.png') center / cover no-repeat;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	background-color: #F1FFFF;
	transition: all 0.5s
}

.box-news .icon-box-img {
	overflow: hidden;
	border-radius: 4px;
	z-index: 2;
}
.box-news .icon-box-img img{
	padding: 0;
	min-height:164px;
	object-fit:cover;
	max-height: 350px;
}
.box-news .icon-box-text p,
.box-news .icon-box-text {
	font-size: 14px;
	z-index: 2;
	color: #006A69;
	font-family: var(--font-2);
	position: relative;
}

.box-news h3 {
	color: #006A69;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	font-family: var(--font-2);
	margin-bottom: 20px;
}
.box-news:hover{
	background-color: #006A69
}
.box-news:hover  .icon-box-text *{
	color: #fff
}
.slider-news .row {
	margin: 0 !important;
}

.slider-news .col-inner {
	height: 100%;
}

.slider-news .col {
	padding: 0 5px;
}

.slider-news .col:first-child .box-news {
	height: 100%;
}

.slider-news .col-inner>a+a {
	margin-top: 10px;
	display: block;
}

.ss-tt .slider-nav-wrap,
.ss-tt .title h2 {
	margin: 0;
	width: 100%;
	justify-content: end;
}

.ss-tt .title h2 strong {
	color: #fff;
}

.dt-gallery.row {
	max-width: 800px;
	justify-content: center;
}

.dt-gallery.row img {
	max-width: 207px;
	max-height: 107px;
	width: auto !important;
	object-fit: contain;
}

.dt-gallery.row .box-image {
	display: flex;
	height: 107px;
	align-items: center;
	justify-content: center;
}

.title-lh {
	font-size: 26px;
}

.title-lh h2 {
	font-size: 40px;
	margin-bottom: 24px;
	font-weight: bold;
	font-family: var(--font-2);
}

.ss-contact .title-lh {
	margin-bottom: 150px;
}

.desc-contact {
	font-size: 18px;
}

.desc-contact h3 {
	font-size: 16px;
	font-family: var(--font-2);
	margin-bottom: 7px;
	font-weight: bold;
	text-transform: uppercase;
}

.form-main .wpcf7-form-control::placeholder {
	color: #006A69;
	font-style: italic;
}
.form-main form{
	margin:0
}
.form-main .wpcf7-form-control:not(.wpcf7-acceptance, .wpcf7-submit) {
	box-shadow: 0px 2px 2px 0px #00000066;
	background-color: rgb(255 255 255 / 90%);
	border-radius: 8px;
	padding-left: 27px;
	margin-bottom: 12px;
	border: 0;
	color: #006A69;
	height: 52px;
	font-size: 15px;
	font-weight: normal;
	font-family: var(--font-2);
}

.form-main input[type=checkbox] {
	background-color: rgba(245, 245, 245, 0.8);
	width: 18px;
	margin: 0 11px 0 0;
	border: 0;
	height: 18px;
}

.form-main .wpcf7-list-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px
}

.form-main .wpcf7-list-item label {
	margin: 22px 0 !important;
	width: 100%;
	font-size: 18px;
	font-family: var(--font-2);
	color: #FFFFFF;
	font-weight: normal;
}

.form-main .wpcf7-list-item label a {
	font-weight: 700;
	font-style: italic;
}

.form-main textarea.wpcf7-form-control {
	min-height: 214px;
	padding-top: 24px;
}
.button.btn-main,
.form-main .wpcf7-form-control.wpcf7-submit {
	background: url(../icons/bg.png) center / cover no-repeat;
	width: 214px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: var(--font-4);
	font-weight: normal;
	display: inline-block;
	box-shadow: none;
	border: 0;
	margin: 0 auto;
}
.button.btn-main:hover,
.form-main .wpcf7-form-control.wpcf7-submit:hover{
	background: url(/wp-content/uploads/2025/07/Vector-35.png) center / cover no-repeat;
}
.wpcf7-spinner {
	position: absolute;
}

.img-auto img {
	width: auto;
}

.footer-title h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: var(--font-2);
	margin-bottom: 10px;
}

.footer-title h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-family: var(--font-2);
}

.footer-desc {
	font-family: var(--font-2);
}

.footer-desc p {
	margin-bottom: 35px;
}
.bg-left {
	max-width: 47%;
	position: absolute;
	right: 0;
	top: 0;
}
.ss-footer a:hover{
	color: #FDCA0B !important
}

.section-gt {
	background:url(/wp-content/uploads/2025/07/bg-gt-min.png) no-repeat;
}


@media(min-width:1920px) {
	.col-td-bg.large-5 {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.bg-left {
		max-width: 55%;
	}
}


@media (min-width: 2000px) {
	.desc-small {
		font-size: 26px;
	}
	.desc-small strong {
		font-size: 24px;
	}
	.tab-cus .nav>li>a {
		font-size: 28px; 
	}
	.col-vt .icon-box .icon-box-text h3 {
		width: 200px;
		font-size: 160% !important;
	}
	.col-vt .icon-box .icon-box-text p {

		font-size: 200% !important;
	}
	.col-vt .col-inner {
		min-width: 736px;

		font-size: 113% !important;
	}
	.scroll-to-bullets {
		scale:150%;
	}
	.row.slider-gallery .gallery-col.col.active {
		flex: 0 0 40%;
	}
	.row.slider-gallery .gallery-col.col {
		flex: 0 0 30%;
		transition: all 0.3s;
	}
	.row.slider-gallery .gallery-col.col .box-image {
		height: 700px;
	}
	.title-2-small h2 em {
		font-size: 120px;
	}
	.title-2-small h2 strong {
		font-size: 40px;

	}
	body:not(.ux-builder-iframe) .slider-gallery-desc .text.active {
		font-size:28px;
	}
	.row.slider-gallery {
		max-width: 100% !important;
	}
	.desc-main-p {
		max-width: 500px;
		scale: 150%;
	}
	#fullpage .section-content> .row:not(.row-full-width,.dt-gallery) {
		max-width: 100% !important;
		padding: 0 15%;
	}
	#fullpage .flickity-slider> .row {
		max-width: 100% !important;
	}
	#fullpage .banner-main .text-box.banner-layer{
		width: 74% !important;
		right: 0%;
	}
	#fullpage .icon-box-left.box-news {
		min-height: 250px;
	}
	#fullpage .icon-box-left.box-news .icon-box-img{
		height: 220px;
		width: 300px !important;
		max-width: 100%;
	}
	#fullpage .icon-box-left.box-news .icon-box-img img{
		height:100%;
		object-fit:cover
	}
	#fullpage .icon-box-left.box-news .icon-box-text{
		max-width: calc(100% - 300px);
	}
	.ss-saban .title {
		scale: 160%;
		margin-bottom: 100px;
	}
	.ss-saban .button {
		scale: 150%;
	}
	.slider-gird-cus>.col-inner {
		max-width: 1200px;
	}
	.row.gird-cus img {
		height: 340px;
	}
	.col-td-bg .title {
		font-size:200%;
	}
	.section[data-anchor="doi-tac"] .col-inner .title  {
		margin-bottom:100px;
	}	
	.dt-gallery.row {
		scale:150%;
	}
	.form-main .wpcf7-form-control:not(.wpcf7-acceptance, .wpcf7-submit) {
		height: 100px;
		font-size: 30px;
	}
	.desc-contact h3 {
		font-size: 30px; 
	}.desc-contact {
		font-size: 30px;
	}
	.title-lh {
		font-size: 30px;
	}
	.button.btn-main, .form-main .wpcf7-form-control.wpcf7-submit, .form-main .wpcf7-list-item {
		scale:150%;
	}
	.ss-footer .text * {
		font-size:150% !important;
	}
	.ss-footer .medium-12 img {
		width:100%;
	}
	.ss-header .img {
		max-width: 300px;
	}
	.ss-header .ux-menu {
		font-size:26px;
	}
	.btn-contact {
		width: 80px; 
	}
	.btn-contact .img {
		max-width: 80px; 
	}
	.title-2-s1 h2 em {
		font-size: 80px;
		line-height: 120px;
	}
	.title-2-s2 h2 em {
		font-size: 80px;
	}
	.title h2 strong, .title-5.title-2-b-s1 h2 strong {
		padding-right: 0;
		font-size: 40px; 
	}
	.title-2-s3 h2 em, .title-5.title-2-s1 h2 em {
		font-size: 100px;
		line-height: 140px;
	}
	.title-2-s2  h2 strong {
		font-size:80px;
	}
	.title p {
		font-size: 120%;
	}
	.gap-saba {
		padding-top:250px !important;
	}
}
@media (max-width: 1500px) {
	.scroll-to-bullets {
		left: 20px;
	}
}

@media (max-width: 1300px) {
	.scroll-to-bullets {
		display: none !important;
	}

	.ss-td .slider-nav-wrap {
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	.banner-main {
		height: 100vh;
	}
	.mfp-gallery .mfp-content img {
		background: #fff;
		padding: 20px;
	}
}

@media (max-width: 1200px) {
	.ss-header .ux-menu {
		gap: 20px;
	}

	.ss-header .row {
		padding: 0 15px;
	}

	.button.btn-scroll {
		display: none;
	}

	.col-vt .col-inner {
		margin-top: 30px;
	}

	.col-vt .col-inner {
		max-width: 100%;
		width: 100%;
		padding: 15px;
		min-width: unset;
	}

	.tab-cus .nav>li {
		margin: 0 10px;
	}

	.ss-contact .title-lh {
		margin-bottom: 30px;
	}
	.ss-vt .row.row-full-width>.col >.col-inner{
		padding-left: 0;
	}
}

@media (max-width:991px) {
	.menu-fix {
		display: block;
		filter: brightness(0) invert(1);
	}

	.menu-fix .ux-logo-link {
		padding: 0 !important;
		text-align: right;
		display: flex;
		justify-content: end;
	}

	.ss-header .ux-menu {
		display: none;
	}

	#main-menu .ux-menu {
		padding: 0 20px;
		text-transform: uppercase;
		font-size: 14px;
	}

	.off-canvas-left.dark .mfp-content,
	.off-canvas-right.dark .mfp-content {
		background: linear-gradient(180deg, #139794 0%, #005554 100%);

	}

	.mfp-close-btn-in .mfp-close {
		mix-blend-mode: unset;
	}

	.title h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.title-main h2 {
		font-size: 25px;
	}

	.title h2 strong {
		font-size: 25px;
		text-align: left;
	}

	.title h2 em {
		text-align: left;
		font-size: 60px;
		margin: 0;
		line-height:normal
	}
	.title-2-s1 h2 em {
		font-size: 40px;
	}
	.title-2-s2 h2 em {
		font-size: 50px;
	}
	.title-2-s3 h2 em {
		font-size: 45px;
	}

	.title-2-b-s3 h2 strong{
		font-size: 17px;
	}
	.title-2-b-s1 h2 strong{
		font-size: 20px;
	}
	.title-font-2 h2 em {
		text-align: inherit;
	}
	.slider-gallery-desc .title h2,
	.slider-gallery-desc .title h2 strong{
		margin-bottom: 10px
	}
	.slider-gallery-desc .title h2 em{
		line-height: 1
	}
	.row.slider-gallery .gallery-col.col .box-image {
		height: 150px;
	}
	.ss-vt .row.row-full-width>.col ,
	.ss-td .row.row-full-width>.col {
		height: unset;
		z-index: 2;
	}
	.ss-vt .row.row-full-width>.col >.col-inner{
		padding: 40px 0 0;
		z-index: 2;
	}
	.ss-td .row.row-full-width>.col>.col-inner {
		padding: 20px 15px;
		gap: 20px;
	}

	ol.flickity-page-dots {
		margin-top: 20px;
	}

	.ss-td .slider-nav-wrap {
		display: none;
	}

	.slider-news .col {
		padding: 0 15px 20px;
	}

	.title-lh {
		font-size: 16px;
	}

}
@media (max-width: 850px) {
	.bg-left {
		position: unset;
		max-width: unset
	}
	.box-news{
		flex-direction:column;
		gap: 20px;
		display: flex;
	}
	.box-news>*{
		width: 100% !important;
		max-width: unset !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.ss-tienich {
		margin-top:-5px;
	}
	.slider-nav-wrap .slider-nav {
		width:40px;
	}
}
@media (max-width: 600px) {
	.box-news.icon-box{
		min-height: 480px
	}
	.box-news .icon-box-img img{
		min-height:300px;
		height: 300px;
	}
	.row.gird-cus img {
		height: 150px;
	}

	.title-3 h2 em {
		display: block;
		text-align: center;
	}
}

