.bg-gray {
	background-color: #e1e4e8 !important
}

.rounded-4 {
	border-radius: 1rem !important
}

.rounded-5 {
	border-radius: 2rem !important
}

.banner-slider {
	min-height: 220px;
	opacity: 1
}

.slick-track {
	display: flex !important
}

.slick-slide {
	margin: 0 .625rem
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	border: 0;
	background-color: var(--main-color-one);
	border-radius: 50%;
	z-index: 9
}

.slick-prev:hover,
.slick-next:hover {
	background-color: var(--secondary-color)
}

.slick-prev:before {
	content: "\f053";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #fff
}

.slick-next:before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #fff
}

.slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 1rem;
	padding: 0
}

.slick-dots li {
	text-indent: -9999px;
	height: 10px;
	width: 10px;
	background: #DDD;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s
}

.slick-dots li.slick-active {
	background: var(--main-color-one);
	width: 30px;
	border-radius: 10px
}

.yg-wdt-imgpara-btn-6 {
	padding: .65rem 1.25rem;
	position: relative;
	border-radius: .35rem;
	font-size: 1rem;
	color: white;
	background-color: black;
	text-decoration: none;
	font-weight: 500;
	outline: 0;
	border: 0;
	display: inline-flex;
	gap: .5rem;
	align-items: center;
	justify-content: center
}

.yg-wdt-bnslider-bannerSlider-11 {
	position: relative;
	width: 100%;
	overflow: hidden
}

.yg-wdt-bnslider-bannerSlider-11 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 12 / 5;
}

.yg-wdt-bnslider-bannerContent-12 {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	z-index: 2
}

.yg-wdt-bnslider-bannerContent-12::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .3)
}

.yg-wdt-bnslider-bannerPanel-10 {
	margin: 0;
	position: relative
}

.yg-wdt-bnslider-bannerPanel-10 .slick-dots {
	position: absolute;
	bottom: 15px;
	width: 100%
}

.yg-wdt-bnslider-bannerPanel-10 .slick-slide {
	margin: 0
}

.slider-init {
	visibility: hidden
}

.slider-init.loaded {
	visibility: visible
}

.bg-gray {
	background-color: #e1e4e8 !important
}

.yg-wdt-para-section-title-1 {
	margin-bottom: 0;
	position: relative
}

.yg-wdt-para-section-title-1 span {
	color: var(--secondary-color)
}

.yg-wdt-para-title-onlyLeft-imgIco-2 {
	position: absolute;
	top: 0;
	left: 0
}

.yg-wdt-para-title-onlyRight-imgIco-3 {
	position: absolute;
	top: 0;
	right: 0
}

.yg-wdt-imgpara-list-4 ul {
	position: relative;
	list-style-position: inside;
	padding: 0
}

.yg-wdt-imgpara-list-4 li {
	display: list-item;
	margin-bottom: 10px
}

.yg-wdt-imgpara-list-4 li:last-child {
	margin-bottom: 0
}

.yg-wdt-imgpara-list-5 ul {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0
}

.yg-wdt-imgpara-list-5 li {
	display: flex;
	margin-bottom: 10px
}

.yg-wdt-imgpara-list-5 li:last-child {
	margin-bottom: 0
}

.yg-wdt-imgpara-list-5 li i {
	margin-right: 10px;
	line-height: 1.4
}

.yg-wdt-imgpara-btn-6 {
	padding: .65rem 1.25rem;
	position: relative;
	border-radius: .35rem;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 500;
	outline: 0;
	border: 0;
	display: inline-block;
	cursor: pointer
}

.yg-wdt-imgpara-imgEffect-7 {
	overflow: hidden;
	position: relative
}

.yg-wdt-imgpara-imgEffect-7::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.yg-wdt-imgpara-imgEffect-7 img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out
}

.yg-wdt-imgpara-imgEffect-7:hover::before {
	-webkit-animation: shine .8s;
	animation: shine .8s
}

.yg-wdt-imgpara-imgEffect-7:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}

.yg-wdt-imgpara-overlay-8 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.yg-wdt-imgpara-imgEffectPers-9 {
	position: relative;
	width: 100%;
	height: 100%;
	background: #CCC;
	transform: rotateX(0) rotateY(0);
	transform-style: preserve-3d;
	transition-duration: .1s;
	transition-timing-function: ease !important;
	backface-visibility: hidden;
	will-change: tranform
}

.yg-wdt-imgpara-imgEffectPers-9.is-out {
	transform: rotateX(0) rotateY(0) !important;
	transition-duration: 1s
}

.middle-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

.middle-floating-btn {
	margin: 0 20px
}

.yg-wdt-para-section-title-1 {
	margin-bottom: 0;
	position: relative
}

.yg-wdt-para-list-4 ul {
	position: relative;
	margin-bottom: 0;
	list-style-position: inside;
	padding: 0
}

.yg-wdt-para-list-4 li {
	display: list-item;
	margin-bottom: 10px;
	list-style: inside
}

.yg-wdt-para-list-4 li:last-child {
	margin-bottom: 0
}

.yg-wdt-para-list-5 ul {
	display: flex;
	flex-direction: column;
	margin: 0
}

.yg-wdt-para-list-5 li {
	display: flex;
	margin-bottom: 10px;
	align-items: start;
	position: relative
}

.yg-wdt-para-list-5 li:last-child {
	margin-bottom: 0
}

.yg-wdt-para-list-5 li i {
	margin-right: 10px;
	margin-top: 5px
}

.yg-wdt-para-btn-6 {
	padding: .65rem 1.25rem;
	position: relative;
	border-radius: .35rem;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 500;
	outline: 0;
	border: 0;
	display: inline-flex;
	gap: .5rem;
	background-color: black;
	color: white;
	transition: .3s
}

.yg-wdt-imgpara-btn-6 {
	padding: .65rem 1.25rem;
	position: relative;
	border-radius: .35rem;
	font-size: 1rem;
	color: white;
	background-color: black;
	text-decoration: none;
	font-weight: 500;
	outline: 0;
	border: 0;
	display: inline-flex;
	gap: .5rem;
	align-items: center;
	justify-content: center
}

.slider-init>div:not(:first-child) {
	display: none
}

.slider-init.slick-initialized>div {
	display: block
}

.slick-track {
	display: flex
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent
}

.slick-prev,
.slick-next {
	background-color: var(--main-color-one);
	border-radius: 100%
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: var(--secondary-color)
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	line-height: 12px;
	display: inline-block;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0
}

.yg-wdt-imgpara-section-title-1 {
	margin-bottom: 0;
	position: relative
}

.yg-wdt-imgpara-title-onlyLeft-imgIco-2 {
	position: relative;
	margin-right: 10px
}

.yg-wdt-imgpara-title-onlyRight-imgIco-3 {
	position: relative;
	margin-left: 10px
}

@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.yg-wdt-imgpara-imgEffect-7 img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out
}

.yg-wdt-bnslider-bannerPanel-10 .slick-next {
	right: 45px
}

.yg-wdt-bnslider-bannerPanel-10 .slick-prev {
	left: 45px
}

.yg-wdt-bnslider-bannerContent-12 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	z-index: 1
}

.yg-wdt-bnslider-bannerContent-12:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3)
}

.yg-wdt-title-span-13 {
	position: relative;
	border-width: 3px;
	border-style: dashed;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1
}

.yg-wdt-servicelist-Main-14 {
	position: relative;
	overflow: hidden;
	text-decoration: none
}

.yg-wdt-servicelist-Main-14 .yg-wdt-servicelist-upperBox {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	position: relative
}

.yg-wdt-servicelist-Main-14 .yg-wdt-servicelist-upperBox img {
	width: 100%;
	height: 100%
}

.yg-wdt-slider-leftrightArrow-15 .slick-next {
	right: -45px
}

.yg-wdt-slider-leftrightArrow-15 .slick-prev {
	left: -45px
}

.yg-wdt-slider-centerBottomArrow-16 {
	position: relative;
	padding-bottom: 60px
}

.yg-wdt-slider-centerBottomArrow-16 .slick-next {
	right: calc(50% - 45px);
	top: inherit;
	bottom: -25px
}

.yg-wdt-slider-centerBottomArrow-16 .slick-prev {
	left: calc(50% - 45px);
	top: inherit;
	bottom: -25px
}

.yg-wdt-slider-toprightArrow-17 .slick-next {
	right: 0;
	top: -65px
}

.yg-wdt-slider-toprightArrow-17 .slick-prev {
	right: 60px;
	left: inherit;
	top: -65px
}

.yg-wdt-slider-topleftArrow-18 .slick-next {
	right: inherit;
	left: 60px;
	top: -65px
}

.yg-wdt-slider-topleftArrow-18 .slick-prev {
	left: 0;
	top: -65px
}

.yg-wdt-slider-leftrightContent-19 .slick-next {
	right: -45px
}

.yg-wdt-slider-leftrightContent-19 .slick-prev {
	left: -45px
}

.yg-wdt-slider-leftrightContent-half-20 img {
	width: 100%;
	height: 100%
}

.yg-wdt-slider-avatorBox-21 {
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 1rem;
	padding-bottom: 0
}

.yg-wdt-slider-avatorBox-21 img {
	border-radius: 100%
}

.yg-wdt-socialItem-22 {
	width: 30px;
	height: 30px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	margin-right: .5rem
}

.yg-wdt-searchMain-23 {
	display: block;
	padding: 1.5rem;
	border: 1px solid #ddd
}

.yg-wdt-search-24 {
	position: relative;
	display: flex;
	width: 100%
}

.yg-wdt-search-24 input {
	height: 50px;
	border: 1px solid #ddd;
	width: 100%;
	position: relative;
	padding: 0 55px 0 25px;
	outline: 0;
	font-size: 15px
}

.yg-wdt-search-24 button {
	border: 0;
	padding: 10px;
	outline: 0;
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 0
}

.yg-wdt-tagMain-25 {
	position: relative
}

.yg-wdt-tagButton-26 {
	border: 2px solid #ddd;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 8px;
	padding: 4px 12px;
	text-decoration: none
}

.yg-wdt-tagButton-26:hover {
	border: 2px solid transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	animation-delay: .4s;
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.yg-wdt-quoteMain-27 p {
	margin: 0;
	padding: 1rem 0
}

.yg-wdt-quoteMain-27 .quotePartLeft {
	margin: 0 0 1rem 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	padding-left: 1rem;
	border-left: 5px solid transparent
}

.yg-wdt-quoteMain-27 .quotePartLeft:before {
	content: "";
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px
}

.yg-wdt-quoteMain-27 .quotePartLeft:after {
	bottom: 0;
	content: "";
	height: 5px;
	position: absolute;
	left: 0;
	width: 100px
}

.yg-wdt-quoteMain-27 .quotePartRight {
	margin: 0 0 1rem 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	padding-right: 1rem;
	border-right: 5px solid transparent;
	text-align: right
}

.yg-wdt-quoteMain-27 .quotePartRight:before {
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px
}

.yg-wdt-quoteMain-27 .quotePartRight:after {
	bottom: 0;
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	width: 100px
}

.yg-wdt-shareMain-28 {
	position: relative;
	display: flex;
	flex-wrap: wrap
}

.yg-wdt-shareMain-28 a {
	display: flex;
	flex-direction: row;
	margin-right: 1rem;
	position: relative;
	text-decoration: none;
	border-radius: 4px
}

.yg-wdt-shareMain-28 .shareBtn {
	align-items: center;
	border-radius: 4px;
	display: flex;
	height: 32px;
	min-width: 115px;
	overflow: hidden;
	text-align: center;
	text-transform: none;
	transition: background-color .1s ease-in-out;
	width: 100%
}

.yg-wdt-shareMain-28 .shareBtn i {
	color: var(--white);
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px 0 0 5px;
	height: 100%;
	max-width: 36px;
	padding: 9px 0;
	width: 100% !important
}

.yg-wdt-shareMain-28 .shareBtn span {
	font-size: 14px;
	width: 100%
}

.yg-wdt-blognewsDetails-29 {
	position: relative;
	margin-bottom: 2rem
}

.yg-wdt-blognewsDetails-29 article {
	line-height: 1.6
}

.yg-wdt-blognewsDetails-29 article p {
	overflow-wrap: break-word
}

.yg-wdt-blognewsDetails-29 article:first-letter {
	float: left;
	font-family: Georgia, serif;
	font-size: 625%;
	line-height: .9;
	margin: -1px 9px 0 0
}

.yg-wdt-blogListMain-30 a {
	position: relative;
	text-decoration: none;
	margin-bottom: 1.25rem
}

.yg-wdt-blogListMain-30 .leftPart {
	width: 30%
}

.yg-wdt-blogListMain-30 .rightPart {
	width: calc(70% - 1rem);
	margin-left: 1rem
}

.yg-wdt-blogListMain-30 .imgPt {
	aspect-ratio: 2 / 1.2;
	overflow: hidden;
	position: relative;
	border-radius: .5rem;
	background: #ddd
}

.yg-wdt-blogListMain-30 .imgPt img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.yg-wdt-blogListMain-30 h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.yg-wdt-blogListMain-30 a:hover h4 {
	text-decoration: underline
}

.yg-wdt-blogListMain-30 .commentPnl {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none
}

.yg-wdt-blogListMain-30 .commentPnl li {
	position: relative;
	padding-right: .75rem;
	margin-right: .75rem;
	color: rgba(0, 0, 0, 0.7)
}

.yg-wdt-blogListMain-30 .commentPnl li:last-child {
	padding: 0;
	margin: 0
}

.yg-wdt-blogListMain-30 .commentPnl li:before {
	position: absolute;
	content: 'Â·';
	right: 0;
	top: 0;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3)
}

.yg-wdt-blogListMain-30 .commentPnl li:last-child::before {
	display: none
}

.yg-wdt-bannerPanel-31 .slick-slide {
	margin: 0
}

.yg-wdt-bannerPanel-31 .slick-next {
	right: 20px;
	bottom: 10px;
	top: inherit;
	z-index: 2
}

.yg-wdt-bannerPanel-31 .slick-prev {
	right: 70px;
	bottom: 10px;
	left: inherit;
	top: inherit;
	z-index: 2
}

.yg-wdt-bannerPanel-31:hover h2 {
	text-decoration: underline
}

.yg-wdt-bannerSlider-32 {
	position: relative
}

.yg-wdt-bannerSlider-32:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.5))
}

.yg-wdt-bannerContent-33 {
	position: absolute;
	width: 80%;
	bottom: 0;
	display: flex;
	align-items: end;
	z-index: 1
}

.yg-wdt-bannerContent-33 .content {
	position: relative;
	color: var(--white);
	padding: 1.5rem
}

.yg-wdt-bannerContent-33 h2 {
	color: var(--white);
	margin-bottom: 0
}

.yg-wdt-businessList-34 {
	aspect-ratio: 2 / 1.2;
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
	transition: .3s;
	background-color: var(--black);
	transition: .3s linear
}

.yg-wdt-businessList-34:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	top: 0;
	left: 0
}

.yg-wdt-businessList-34:hover img {
	opacity: .7
}

.yg-wdt-businessList-34 h4 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	font-size: 1.15rem;
	margin-bottom: 0;
	color: var(--white)
}

.yg-wdt-businessList-noTag-35 {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 13px;
	font-weight: 700;
	padding: 2px 10px 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 4px 10px;
	z-index: 1
}

.yg-wdt-imagehoverEffect-36:before {
	content: "";
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	opacity: .5;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.yg-wdt-imagehoverEffect-36:hover:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.yg-wdt-videoBanner-37 {
	position: relative;
	overflow: hidden
}

.yg-wdt-videoBanner-37::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.5))
}

.yg-wdt-videoBanner-37 video {
	aspect-ratio: 21 / 9;
	overflow: hidden;
	object-fit: cover;
	display: block
}

.yg-wdt-bannerContent-38 {
	position: absolute;
	width: 80%;
	height: 100%;
	left: 10%;
	bottom: 0;
	z-index: 1
}

.rounded-4 {
	border-radius: 1rem !important
}

.object-fit-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important
}

.object-fit-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important
}

.z-1 {
	z-index: 1 !important
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	color: #fff;
	font-family: "Font Awesome 6 Free"
}

.yg-wdt-para-title-onlyLeft-imgIco-2,
.yg-wdt-para-title-onlyRight-imgIco-3 {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px
}

.yg-wdt-servicelist-Main-14 {
	position: relative;
	overflow: hidden
}

.yg-wdt-slider-leftrightArrow-15 .slick-next {
	right: -45px
}

.yg-wdt-slider-centerBottomArrow-16 {
	padding-bottom: 60px
}

.yg-wdt-slider-toprightArrow-17 .slick-next {
	right: 0;
	top: -65px
}

.yg-wdt-slider-topleftArrow-18 .slick-next {
	left: 60px;
	top: -65px
}

.rounded-4 {
	border-radius: 1rem !important
}

.opacity-75 {
	opacity: .75 !important
}

.bg-gray {
	background-color: #ddd
}

iframe {
	display: inline-block;
	width: 100%;
	border: 0
}

label {
	margin-bottom: .25rem
}

.slick-track {
	display: flex
}

.slick-prev,
.slick-next {
	background-color: var(--main-color-one);
	border-radius: 100%
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: var(--secondary-color)
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	line-height: 12px;
	display: inline-block;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.yg-wdt-imgpara-section-title-1 {
	margin-bottom: 0;
	position: relative
}

.yg-wdt-imgpara-title-onlyLeft-imgIco-2 {
	position: relative;
	margin-right: 10px
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.yg-wdt-imgpara-imgEffect-7 img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out
}

.yg-wdt-servicelist-Main-14 {
	position: relative;
	overflow: hidden;
	text-decoration: none
}

.yg-wdt-slider-leftrightArrow-15 .slick-next {
	right: -45px
}

.yg-wdt-slider-centerBottomArrow-16 {
	position: relative;
	padding-bottom: 60px
}

.yg-wdt-slider-toprightArrow-17 .slick-next {
	right: 0;
	top: -65px
}

.yg-wdt-slider-topleftArrow-18 .slick-next {
	right: inherit;
	left: 60px;
	top: -65px
}

.yg-wdt-slider-leftrightContent-19 .slick-next {
	right: -45px
}

.yg-wdt-businessList-34 .noTag {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 13px;
	font-weight: 700;
	padding: 2px 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 4px 10px;
	z-index: 1
}

.rounded-4 {
	border-radius: 1rem !important
}

.z-1 {
	z-index: 1 !important
}

.yg-wdt-para-section-title-1 {
	margin-bottom: 0;
	position: relative
}

.yg-wdt-para-title-onlyLeft-imgIco-2,
.yg-wdt-para-title-onlyRight-imgIco-3 {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px
}

.rounded-4 {
	border-radius: 1rem !important
}

@media(max-width:768px) {
	.yg-wdt-bnslider-bannerPanel-10 {
		min-height: 180px
	}
	
	.yg-wdt-bnslider-bannerSlider-11 img{
	    aspect-ratio: 4 / 3;
	}

	.yg-wdt-bnslider-bannerContent-12 {
		position: relative;
		width: 100%;
		padding: 1.5rem 0;
		min-height: 300px;
	}

	.yg-wdt-imgpara-btn-6 {
		transform: scale(0.85)
	}

	.yg-wdt-para-section-title-1 {
		font-size: 28px !important
	}

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 24px
	}
}

@media(min-width:1024px) {

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 30px
	}

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 30px
	}

	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 384px
	}
}

@media(min-width:768px) {
	.yg-wdt-para-section-title-1 {
		font-size: 28px !important
	}

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 24px
	}

	section {
		min-height: 330px;
		overflow: hidden
	}

	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 288px
	}

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 24px
	}
}

@media(max-width:480px) {

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 20px
	}

	.yg-wdt-para-section-title-1 {
		font-size: 24px !important
	}

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 20px
	}
}

@media(max-width:768px) {

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 24px
	}

	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 180px
	}
}

@media(min-width:640px) {
	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 240px
	}
}

@media(min-width:1280px) {
	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 480px
	}
}

@media(min-width:1366px) {
	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 512px
	}
}

@media(min-width:1440px) {
	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 540px
	}
}

@media(min-width:1600px) {
	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 600px
	}
}

@media(min-width:1920px) {
	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 720px
	}
}

@media(min-width:2560px) {
	.yg-wdt-bnslider-bannerSlider-51 {
		position: relative;
		height: 960px
	}
}

@media(max-width:480px) {

	.yg-wdt-para-title-onlyLeft-imgIco-2 img,
	.yg-wdt-para-title-onlyRight-imgIco-3 img {
		width: 20px
	}
}