nav .breadcrumb {
	display: none;
}
#banner_container {
	padding: 0;
}
#home_b_main_banner {
	background-color: #fff;
	padding: 30px 0;
}
#technology_advantage_home_b {
	background-color: #fff;
	padding: 50px 0;
	overflow: hidden;
}
#technology_advantage_home_b.home-c {
	background-color: #ebf8ff;
}
@media (max-width: 570px) {
	#technology_advantage_home_b.home-c {
		padding: 50px 20px;
	}
	#our-technological-advantage-container {
		padding-right: 0 !important;
	}
}
#home_b_learn_more_btn {
	border: 2px solid #22bbe4;
	background-color: #22bbe4;
	color: #fff;
	font-weight: 600;
	padding: 10px 15px;
	border-radius: 25px;
	text-decoration: none;
	transition: all 0.4s;
}
#home_b_learn_more_btn:hover {
	color: #22bbe4;
	background-color: #fff;
}
#banner_b_pagination {
	position: absolute;
	right: 0;
	margin-right: 15px;
	z-index: 100;
	opacity: 0;
	transition: opacity ease 0.4s;
}
#slider_column:hover #banner_b_pagination {
	opacity: 1;
}
#banner_container_b a {
	outline: 0;
}
#banner_container_b img {
	margin: auto;
}
#banner_container_b .title {
	position: absolute;
	bottom: 0;
	color: #000;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: rgb(255 255 255 / 0.7);
	opacity: 0;
	transition: opacity ease 0.4s;
}
#banner_container_b .item:hover .title {
	opacity: 1;
}
#our-technological-advantage-container {
	padding: 0 3.2rem;
}
#our-technological-advantage-container p {
	text-align: left;
}
#banner3d_col_container {
	padding-right: 20px;
	padding-left: 0;
	display: flex;
	align-items: center;
}
#banner3d_b .item img {
	cursor: pointer;
}
.banner3d-title {
	font-weight: 600;
	margin-bottom: 0;
}
.fullscreen-btn {
	position: absolute;
	bottom: 3%;
	right: 3%;
	color: #fff;
	background-color: rgb(0 0 0 / 70%);
	padding: 3px 20px;
	border-radius: 15px;
	cursor: pointer;
}
.slick-nav-btn {
	background: 0 0;
	border: none;
	outline: 0;
}
.slick-nav-btn.home-c,
.slick-nav-btn.home-c:focus {
	color: #22bbe4;
	border: 2px solid #22bbe4;
	outline: 0;
	padding: 0 9px;
	border-radius: 4px;
}
.banner3d_pagination.home-c {
	font-size: 1.2rem;
}
.slick-nav-btn.home-c .fa {
	font-weight: 600;
}
#inquiry-form-container {
	background-color: #fff;
}
#inquiry_form .form-control,
#inquiry_form .form-control option {
	background-color: rgba(255, 64, 64, 0.1);
}
#inquiry_form.home-c .form-control,
#inquiry_form.home-c .form-control option {
	background-color: #fff;
}
#inquiry_form .error {
	background-color: #fff;
}
#inquiry_form.home-c .error {
	font-weight: 600;
	background-color: transparent;
}
#inquiry_form label {
	font-size: 0.9rem;
}
#inquiry_form.home-c label {
	text-transform: uppercase;
}
#inquiry_form .form-control:focus {
	border-color: #000;
	box-shadow: none;
}
.inquiry-btn {
	width: 100%;
	text-align: center;
	background-color: rgba(50, 50, 50, 1);
	border: solid rgba(50, 50, 50, 1) 0;
	cursor: pointer !important;
	color: #fff;
}
#back-btn.home-c,
.inquiry-btn.home-c {
	background-color: #fff;
	border: 2px solid #fff;
	padding: 5px 20px;
	color: #22bbe4;
	text-decoration: none;
	font-weight: 700;
	border-radius: 7px;
	transition: background-color 0.4s 0s, color 0.4s 0s;
	width: auto;
	display: flex;
	align-items: center;
}
#back-btn.home-c:hover,
.inquiry-btn.home-c:hover {
	background-color: #22bbe4;
	color: #fff;
}
#back-btn {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
.tab2,
.tab3 {
	display: none;
}
#product_category_list {
	list-style: none;
	padding: 0;
}
#product_category_list a {
	text-decoration: none;
	color: #22bbe4;
	font-weight: 600;
}
#banner_form {
	overflow: hidden;
}
#inquiry-form-container.home-c {
	background-color: #22bbe4;
	position: relative;
	padding: 3rem 15px 3rem 2rem;
	color: #fff;
	font-weight: 600;
}
#inquiry-form-container.home-c:before {
	background-color: #22bbe4;
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	height: 100%;
	width: 50vw;
	z-index: 0;
}
@media (max-width: 764px) {
	#inquiry-form-container.home-c:before {
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
}
#jointide,
.vacci-btn {
	background-color: #22bbe4;
	border: 2px solid #22bbe4;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border-radius: 7px;
	transition: all 0.4s;
}
#jointide:hover,
.vacci-btn:hover {
	background-color: #fff;
	color: #22bbe4;
}
#technology_advantage_home_b img {
	display: block;
	margin: auto;
}
.technology-advantange-link {
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	transition: all 0.4s;
}
.technology-advantange-link:hover {
	text-decoration: none;
	color: #22bbe4;
}
@media (max-width: 768px) {
	#slider_column {
		margin-top: 25px;
	}
	#banner3d_col_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#inquiry-form-container {
		padding-bottom: 20px;
	}
	#technology_advantage_home_b img {
		margin-top: 20px;
	}
}
.banner-item {
	width: 100vw;
	padding: 0 0 70px;
	background-size: contain;
}
.banner-img-container {
	position: relative;
	display: flex;
	height: calc(80vh - 100px);
	align-items: center;
}
.banner-img-container::after {
	content: "";
	background: url(../img/home/ironman2-min.gif) no-repeat center,
		radial-gradient(circle 250px, #00f9fd, transparent);
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;
	background-size: 30%;
}
.banner-item-img {
	margin: auto;
	z-index: 1;
	position: relative;
}
.banner-item {
	text-align: center;
	color: #fff;
}
.banner-item-THE {
	margin-bottom: 0;
	font-weight: 700;
}
.banner-item-title {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0;
}
.banner-item-description {
	margin-bottom: 15px;
}
.learn-more {
	font-size: 12px;
	font-weight: 700;
	border: 2px solid #fff;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	outline: 0;
}
.learn-more:hover {
	color: #22bbe4;
	text-decoration: none;
	background-color: #fff;
}
.slick-dots {
	bottom: 20px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	font-size: 12px;
	color: #fff !important;
}
#technology_advantage {
	margin: 40px 0 50px;
}
@media (min-width: 1600px) {
	.banner-img-container {
		height: calc(100vh - 350px);
	}
	.banner-img-container::after {
		background-size: contain;
	}
	.banner-item-img {
		max-width: 100%;
	}
	.banner-item-description {
		margin-bottom: 40px;
	}
	.slick-dots {
		bottom: 20px;
	}
}
@media (max-width: 1600px) {
	.banner-img-container {
		height: calc(80vh - 160px);
	}
	.banner-img-container::after {
		background-size: 450px;
	}
	.banner-item-img {
		max-width: 400px;
	}
	.slick-dots {
		bottom: 10px;
	}
	#map-div-container .container {
		max-width: 800px;
	}
}
@media (max-width: 1400px) {
	.banner-img-container {
		height: calc(80vh - 160px);
	}
	.banner-img-container::after {
		background: url(../img/home/ironman2-min.gif) no-repeat center;
		background-size: 350px;
	}
	.banner-item-img {
		max-width: 300px;
	}
	.banner-item-title {
		font-size: 1.5rem;
	}
	.learn-more {
		font-size: 10px;
	}
	.slick-dots {
		bottom: 10px;
	}
}
@media (max-device-width: 979px) and (max-device-height: 1025px) {
	.banner-img-container::after {
		background-size: 550px;
	}
	.banner-item-img {
		max-width: 500px;
	}
	.banner-item-description {
		margin-bottom: 50px;
	}
}
@media (max-width: 450px) {
	.banner-img-container::after {
		background: url(../img/home/ironman2-min.gif) no-repeat center;
	}
	.banner-img-container {
		height: calc(80vh - 170px);
	}
	.banner-img-container::after {
		background-size: 270px;
	}
	.banner-item-img {
		max-width: 210px;
	}
	.banner-item-title {
		font-size: 1.5rem;
	}
	.banner-item-description {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.slick-dots {
		bottom: 10px;
	}
	#banner3d_col_container {
		padding: 1rem 0;
	}
}
.div-title {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bolder;
}
.product-advantage {
	max-width: 70%;
	width: 100%;
	margin: auto;
}
.advatange-main-container {
	text-align: center;
}
.adv-product-container {
	position: relative;
}
.advantage-overlay div {
	color: #fff;
	font-weight: 700;
}
.advantage-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 80%;
	background-color: rgba(34, 187, 228, 0.5);
	opacity: 0;
	cursor: pointer;
	transition: 0.5s ease;
}
.advantage-overlay:hover {
	opacity: 1;
}
.advantage-overlay h3 {
	font-weight: 700;
}
#banner3dcontainer {
	display: flex;
	align-items: center;
	background: url("../img/home/slider BG-min.jpg");
	background-size: cover;
	padding: 30px 0;
	position: relative;
	color: #fff !important;
}
.swiper-button-next,
.swiper-button-prev {
	outline: 0;
	color: #fff;
	font-weight: 700;
}
.swiper-button-next {
	right: 150px;
}
.swiper-button-prev {
	left: 150px;
}
.swiper-container {
	width: 1250px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 750px;
	height: 400px;
}
@media only screen and (max-width: 2000px) {
	.swiper-slide {
		width: 750px;
		height: 400px;
	}
}
@media only screen and (max-width: 1550px) {
	.swiper-slide {
		width: 750px;
	}
}
@media only screen and (max-width: 1400px) {
	.div-title {
		text-align: center;
		font-weight: 700;
	}
	.swiper-slide {
		width: 685px;
	}
	.swiper-container {
		padding-top: 30px;
		padding-bottom: 30px;
		width: 1000px;
	}
}
@media only screen and (max-width: 800px) {
	.swiper-container {
		width: 550px;
	}
	.swiper-slide {
		width: 350px;
		height: 200px;
	}
	#banner3dcontainer {
		height: auto !important;
	}
}
@media only screen and (max-width: 400px) {
	.swiper-container {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 350px;
	}
	.swiper-slide {
		width: 250px;
		height: 190px;
	}
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.swiper-pagination {
	display: none;
}
#product_Container {
	background-color: rgba(244, 248, 249, 0.3);
	padding: 40px 0;
}
@media (max-width: 570px) {
	#product_Container {
		padding: 40px 20px;
	}
}
.home-product-item {
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	max-width: 285px;
	color: #000;
}
.home-product-item .card {
	border: none;
}
.home-product-item img {
	padding: 20px 0;
	width: 80%;
	max-width: 250px;
}
.product-item-image-container {
	position: relative;
	height: 100%;
}
.prod-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(34, 187, 228, 0.3);
	z-index: -1;
}
.home-product-item:hover .prod-overlay {
	cursor: pointer;
	z-index: 0;
}
.home-product-item .card-title {
	text-align: left;
	font-weight: 700;
}
.home-product-item .card-title a {
	text-decoration: none;
	font-weight: 600;
}
.home-product-item .card-title a:hover {
	color: #2b3b46;
}
.view-all {
	color: #22bbe4;
	font-weight: 700;
	text-decoration: underline;
	font-size: 20px;
	line-height: 40px;
}
.view-all:hover {
	color: #2b3b46;
}
.home-product-item.home-c .card {
	overflow: hidden;
	transition: all 0.25s ease-out;
}
.home-product-item.home-c .card-img-top {
	transition: transform 0.25s ease-out;
}
.home-product-item.home-c:hover .card {
	transform: translateY(-10px);
	box-shadow: 0 10px 10px 0 rgb(82 76 76 / 50%);
}
.home-product-item.home-c:hover .card-img-top {
	transform: scale(1.1);
}
.home-product-item.home-c .card {
	background: linear-gradient(to bottom, #ebf8ff, #fefeff);
	box-shadow: 0 3px 10px 0 rgb(82 76 76 / 50%);
	border-radius: 10px;
}
.home-product-item.home-c .product-item-image-container {
	height: auto;
}
.home-product-item.home-c .card-title {
	text-align: center;
}
.home-product-item.home-c .card-title a {
	font-weight: 700;
}
.home-product-item.home-c .card-body {
	padding: 0 1rem 1rem;
}
.home-c-product-description {
	font-size: 0.7rem;
	color: #000;
}
#press_release-title {
	margin-bottom: 20px;
}
#press_release-title > hr {
	margin-bottom: 40px !important;
}
#announcement-container {
	padding: 50px 5vw 100px 5vw;
	background: url(../img/home/news-event-bg-homepage-min.png) #fff;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.event-panel {
	margin-top: 20px;
	border: none;
	box-shadow: 5px 5px 5px #aaa;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
.panel-body {
	max-height: 55vh;
}
.event-panel .card-header {
	color: #fff;
	font-weight: 700;
	border: none;
	background-color: #22bbe4;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: 700;
}
#press_container .card-header {
	background-color: #22bbe4;
}
#news_container .card-header {
	background-color: #e5cb39;
}
.article-item {
	margin-bottom: 10px;
}
.article-categories {
	color: #22bbe4;
	font-weight: 700;
	margin-bottom: 5px;
}
.article-title {
	font-weight: 700;
	margin-bottom: 1px;
}
.article-body {
	color: #888a89;
	font-size: 12px;
}
.show-more {
	color: #22bbe4;
}
.show-more:hover {
	text-decoration: none;
	color: #22bbe4;
	font-weight: 700;
}
#faq-container {
	background-image: linear-gradient(45deg, #004085, #22bbe4);
	color: #fff;
}
#faq-container .row {
	height: 200px;
	align-items: center;
}
#faq-mascot {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 250px;
	width: 100%;
	z-index: 1;
}
#faq-line {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.faq-sub-line {
	font-size: 14px;
}
#faq-btn {
	text-align: center;
	background-color: #fff;
	padding: 10px 60px;
	font-size: 20px;
	color: #22bbe4;
	font-weight: 700;
	border: 3px solid #fff;
	margin: auto;
	transition: ease 0.3s;
}
#faq-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}
#map-div-container {
	background-color: #fafafa;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-y: visible;
	overflow-x: hidden;
}
#map-container {
	position: relative;
	max-width: max-content;
	margin: auto;
}
#esco-map {
	max-width: 100%;
	display: inline-block;
}
.office-location {
	display: block;
	position: absolute;
	max-width: 5%;
	cursor: pointer;
}
.tool_tip {
	visibility: hidden;
	font-size: 12px;
	width: 260px;
	background-color: #f8f8f8;
	color: #000;
	text-align: left;
	padding: 5px;
	position: absolute;
	z-index: 9999;
	bottom: 100%;
	left: -218%;
	margin-left: -60px;
}
.tool_tip p {
	margin-bottom: 0;
}
.tool_tip .title {
	color: #22bbe4;
	font-weight: bolder;
	font-size: 16px;
}
.tool_tip_label {
	font-weight: 700;
}
.office-location:hover .tool_tip {
	visibility: visible;
	animation: bounce 1s ease forwards;
}
.office-location:hover .map-pin {
	animation: bounce 1s ease forwards;
}
@keyframes bounce {
	0% {
		transform: scale(1, 1) translateY(0);
	}
	10% {
		transform: scale(1.1, 0.9) translateY(0);
	}
	30% {
		transform: scale(0.9, 1.1) translateY(-30px);
	}
	50% {
		transform: scale(1.05, 0.95) translateY(0);
	}
	57% {
		transform: scale(1, 1) translateY(-7px);
	}
	64% {
		transform: scale(1, 1) translateY(0);
	}
	100% {
		transform: scale(1, 1) translateY(0);
	}
}
@media (max-width: 2000px) {
	.tool_tip {
		font-size: 14px;
	}
	.tool_tip .title {
		font-size: 16px;
	}
}
@media (max-width: 1600px) {
	.tool_tip {
		font-size: 12px;
	}
	.tool_tip .title {
		font-size: 14px;
	}
	.swiper-button-next {
		right: 50px;
	}
	.swiper-button-prev {
		left: 50px;
	}
}
@media (max-width: 1400px) {
	.swiper-button-next {
		right: 70px;
	}
	.swiper-button-prev {
		left: 70px;
	}
}
@media (max-width: 800px) {
	.swiper-button-next {
		right: 40px;
	}
	.swiper-button-prev {
		left: 40px;
	}
}
@media (max-width: 450px) {
	#faq-container .row {
		height: 260px;
	}
	#faq-mascot {
		top: 0;
		bottom: 0;
	}
	.tool_tip {
		font-size: 8px;
		width: 170px;
	}
	.tool_tip .title {
		color: #22bbe4;
		font-weight: bolder;
		font-size: 12px;
	}
	#technology_advantage_home_b img {
		max-width: 250px;
	}
}
#newsletter_container {
	background: #22bbe4 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 35px 0;
}
#newsletter_content {
	display: flex;
	align-items: center;
	margin: auto;
}
#newsletter_submit {
	background-color: #22bbe4;
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 3px 23px;
}
#newsletter_submit:hover {
	background-color: #fff;
	color: #22bbe4;
}
#newsletter_submit.home-c {
	background-color: #fff;
	color: #22bbe4;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#newsletter_submit.home-c .fa {
	font-size: 1rem;
	font-weight: 600;
	margin-left: 10px;
	line-height: 0;
}
#newsletter_form .row {
	justify-content: space-around;
}
.error {
	background-color: #f5f5f5;
}
.slick-prev {
	left: 0;
	z-index: 1;
}
.slick-next {
	right: 0;
	z-index: 1;
}
#banner_container .slick-next,
#banner_container .slick-prev {
	z-index: 1;
	width: 20%;
	height: 100%;
}
#banner_container .slick-next:before,
#banner_container .slick-prev:before {
	color: transparent;
}
#banner_container .slick-prev:hover {
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.18) 0,
		rgba(0, 0, 0, 0) 100%
	);
}
#banner_container .slick-next:hover {
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.18) 100%
	);
}
#banner3d_b .slick-next,
#banner3d_b .slick-prev {
	width: 40px;
}
#banner3d_b .slick-next:before,
#banner3d_b .slick-prev:before {
	font-size: 30px;
	text-shadow: 0 1px 4px #000;
}
#banner3d_b.home-c .slick-next,
#banner3d_b.home-c .slick-prev {
	display: none;
}
#banner3d_b.home-c .slick-next:before,
#banner3d_b.home-c .slick-prev:before {
	display: none;
}
.slider {
	width: 100%;
	margin: 100px auto;
}
#GeneralInfoBanner {
	padding: 0;
	overflow: hidden;
}
#GeneralInfoBanner:hover #img-banner {
	transform: scale(1.1);
	transition: 0.4s;
}
#img-banner {
	background: url("../img/general information/esco-office-banner-min.jpg") top
		center no-repeat;
	background-size: cover;
	height: 200px;
	padding: 0;
	width: 100%;
	transition: 0.4s;
}

#img-banner-terms-and-conditions {
	background: url("../img/general information/terms-and-conditions-new-banner.webp")
		top center no-repeat;
	background-size: cover;
	height: 200px;
	padding: 0;
	width: 100%;
	transition: 0.4s;
}

#img-banner-privacy-policy {
	background: url("../img/general information/privacy-policy-new-banner.webp")
		top center no-repeat;
	background-size: cover;
	height: 200px;
	padding: 0;
	width: 100%;
	transition: 0.4s;
}

#GenInfoTitle {
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}
#GenInfoContent {
	padding: 20px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#pop-up-content {
		display: block;
	}
	.swiper-button-next::after,
	.swiper-container-rtl .swiper-button-prev::after {
		font-family: swiper-icons;
		font-size: 50px;
		text-transform: none !important;
		letter-spacing: 0;
		text-transform: none;
		font-variant: initial;
	}
	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 30px;
		height: 60px;
		margin-top: 150px;
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	}
	.swiper-container {
		width: 750px;
	}
	.swiper-slide {
		width: 100%;
	}
	.banner-img-container::after {
		background: url(../img/home/ironman2-min.gif) no-repeat center;
	}
}
button.close {
	outline: 0;
}
#HomeSliderC .item p {
	text-align: unset;
	font-size: 1rem;
}
#HomeSliderNav {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#HomeSliderNav .HomeSliderBtn {
	background-color: #22bbe4;
	color: #fff;
	padding: 0.5rem 1.2rem;
	font-size: 3rem;
	line-height: 0;
	font-weight: 600;
	cursor: pointer;
}
#HomeItemDescriptionText {
	height: 200px;
	overflow-y: auto;
}
@media (max-width: 1024px) {
	#HomeSliderNav .HomeSliderBtn {
		font-size: 2.5rem;
		padding: 0.3rem 0.9rem;
	}
}
@media (max-width: 768px) {
	.home-c-product-portfolio-desktop {
		display: none;
	}
	#HomeSliderC-Container {
		padding-top: 0 !important;
	}
	#HomeSliderNav .HomeSliderBtn {
		font-size: 2rem;
		padding: 0.3rem 0.5rem;
	}
	.Home-C-Slider-Item-Image-Container {
		max-height: 220px;
		height: 220px;
	}
	.Home-C-Slider-Item-Image-Container .img-fluid {
		max-height: 100%;
		widows: auto;
	}
}
@media (max-width: 414px) {
	#HomeSliderC {
		padding: 0 2.5rem;
	}
	.Home-C-Slider-Item-Description {
		margin-top: 20px;
	}
}
#HomeSliderNav .HomeSliderBtn:hover {
	box-shadow: 0 0 10px 5px #c3aeae;
}
#about-home-c {
	overflow: hidden;
	background: linear-gradient(to right, #d7effb, #9adcf0);
}
#home-c-logo-container {
	position: absolute;
	width: 100%;
	background: linear-gradient(to right, transparent, #fff, transparent);
	top: 13%;
	padding: 8px 0;
}
#home-c-logo-container img {
	position: relative;
	left: 50.8%;
}
@media (max-width: 990px) {
	#home-c-logo-container img {
		left: 50%;
		transform: translateX(-50%);
	}
}
#home-c-about-content {
	padding-top: 195px;
	padding-bottom: 2rem;
}
.home-c-about-title {
	font-weight: 700;
	color: #007893;
}
#home-c-about-content .vacci-btn {
	font-weight: 600;
}
#home-c-about-content .vacci-btn .fa,
.inquiry-btn.home-c .fa,
.vacci-btn.home-c .fa {
	margin-left: 10px;
	font-size: 2rem;
	line-height: 0;
}
.home-c-tech-product img {
	transition: transform 0.4s;
}
.home-c-tech-product:hover img {
	transform: scale(1.1);
}
.announcement-container {
	background: #ebf8ff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgb(82 76 76 / 50%);
	margin-bottom: 25px;
}
.announcement-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.announcement-body + .announcement-header {
	margin-top: 10px;
}
.announcement-title {
	font-weight: 700;
}
.announcement-view-all {
	display: flex;
	align-items: center;
}
.announcement-view-all .fa {
	margin-left: 10px;
	font-size: 1rem;
	font-weight: 700;
}
.announcement-body {
	padding-left: 8%;
}
.annoucnement-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	transition: box-shadow 0.3s linear;
}
.annoucnement-item:hover {
	box-shadow: 0 0 10px #cc8686;
}
.announcement-read-more {
	color: #22bbe4;
	transition: all 0.2s linear;
}
.announcement-read-more .fa {
	transition: transform 0.3s ease-out;
}
.annoucnement-item:hover .announcement-read-more {
	font-size: 0.9rem;
	font-weight: 700;
}
.annoucnement-item:hover .announcement-read-more .fa {
	position: relative;
	transform: translateX(4px);
}
.annoucnement-item .date {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.announcement-summary {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
.announcement-img-container {
	max-width: 150px;
	overflow: hidden;
	border: 1px solid #ebf8ff;
	transition: 0.2s linear;
}
.annoucnement-item .announcement-img-container > img {
	transition: transform 0.4s ease-out;
}
.annoucnement-item:hover .announcement-img-container {
	border-color: #000;
}
.annoucnement-item:hover .announcement-img-container > img {
	transform: scale(1.1);
}
#home-c-faq-container img {
	border-radius: 10px;
}
.faq-content-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10% 20px 25%;
}
.faq-text {
	font-size: 2rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 440px) {
	.faq-text {
		font-size: 1.2rem;
	}
	.event-home-c {
		flex-wrap: wrap;
	}
	.announcement-img-container {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.announcement-body {
		padding-left: 0;
	}
	#home-c-announcement {
		padding-right: 25px;
		padding-left: 25px;
	}
}
.home-c-faq-arrow {
	padding: 0 25px;
	background-color: #fff;
	border-radius: 25px;
	font-size: 2rem;
	line-height: 1;
	color: #388bb5;
}
#home-c-faq-container {
	overflow: hidden;
	border-radius: 10px;
}
#home-c-faq-container img {
	transition: transform 0.4s;
}
#home-c-faq-container:hover img {
	transform: scale(1.1);
}
.full-modal-close-btn {
	top: 0;
	left: 100%;
	position: sticky;
	margin: unset;
}
#InfographModal {
	background-color: rgb(30 39 45 / 80%);
}
#InfographModal .modal-dialog {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
#fullScreen_banner3d_b .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#fullScreen_banner3d_b img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#full-slider-nav-container {
	position: absolute;
	width: 100%;
	top: 50%;
}
#full-slider-nav-container .slick-nav-btn.home-c {
	font-size: 4rem;
	padding: 0 20px;
	line-height: 1;
	border: 2px solid transparent;
	background-color: #00000029;
	transition: all 0.2s ease-out;
}
#full-slider-nav-container .slick-nav-btn.home-c:hover {
	border-color: #00000029;
	box-shadow: 0 0 10px #22bbe4;
}
.banner3d_pagination.full-modal {
	position: absolute;
	top: 0;
	font-size: 2rem;
	margin-left: 10px;
}
@media (max-width: 414px) {
	#full-slider-nav-container {
		top: calc(50% - 4rem);
	}
	#full-slider-nav-container .slick-nav-btn.home-c {
		background-color: transparent;
		padding: 0 5px;
		outline: 0;
	}
	#full-slider-nav-container .slick-nav-btn.home-c:hover {
		border-color: transparent;
		box-shadow: none;
	}
	#full-slider-nav-container .slick-nav-btn.home-c .fa {
		text-shadow: grey 0 0 5px, grey 0 0 10px, grey 0 0 15px, #000 0 0 20px,
			#000 0 0 30px, #000 0 0 40px, #000 0 0 50px, #000 0 0 75px;
	}
}
