.megamenu-products{
	display:block;
}
#vertical-tab {
  padding: 30px 50px;
}
#vertical-tab .vertical-tab-wrapper {
  
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
  padding: 15px 30px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title {
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.2;
  color: #333333;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title span:before {
	position: absolute;
	content: "\e906";
	font-family: 'icomoon';
	font-size: 14px;
	top: 20px;
	right: 10px;
	opacity: 0;
	transition: all 500ms ease;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab:hover .title span:before {
	opacity: 1;
	right: 0px;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active {
  /*background-color: #dee;*/
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active span:before {
	opacity: 1;
	right: 0px;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab:hover {
  background-color: #E5E5E5; 
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active .title {
  color: #CC312A;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab-content {
  display: none;
  padding: 20px 30px 20px 30px;
}
.megamenu-widget h3 {
	font-size: 1.1rem;
	/* line-height: 1; */
	color: #333333;
	margin: 0 0 5px;
	padding-bottom: 5px;
}
.megamenu-widget h3::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 90%;
	background: linear-gradient(90deg, #CC312A, #fcfcfc);
	opacity: 0.8;
	margin-top: 5px;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab-content p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1c2a51;
  line-height: 1.4;
  font-size: 1rem;
  color: #333333;
  margin: 0 0 30px;
}

#vertical-tab .megamenu-widget .links-list > li > a
{
	position: relative;
	display: block;
	padding: 6px 0px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
}
#vertical-tab .megamenu-widget .links-list > li:hover > a
{
	padding-left:5px;
	transition: all 500ms ease;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab-content.active {
  display: block;
}
#vertical-tab .mobile-vertical-tab {
  display: none;
  position: relative;
  box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.14);
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab {
  padding: 16px;
  background-color: #5d9ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: #f7dd4b;
}

.hero {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 20px;
}

.hero h1 {
  color:#ffffff;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.hero h2 {
  font-family: 'Montserrat', sans-serif;
  color:#ffffff;
  font-size: 2rem;
  font-weight:500;
  margin-bottom: 2rem;
}

.hero p {
  color:#ffffff;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.hero a.theme-btn {
  padding: 10px 25px;
  font-size: 1rem;
  background-color: #CC312A;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .hero-content {
	  max-width: 90%;
  }
}

@media (max-width: 768px) {
  .hero h1 {
	font-size: 2rem;
  }
  .hero h2 {
	font-size: 1.5rem;
  }
  .hero p {
	font-size: 1rem;
  }	  
  .hero button {
	font-size: 0.9rem;
	padding: 8px 20px;
  }
}	
 
.image-shadow{
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
}

.image-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 0px solid #ddd;
  max-width: 100%;
}

.image-container {
  flex: 1;
  /* max-width: 200px;  optional: limit image width */
  padding: 0px;
  text-align: center;
}

.image-container img {
  width:100%;
  max-width:130px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.divider {
  width: 1px;
  background-color: #ccc;
  height: 100px;
}

/*
@media (max-width: 768px) {
  .image-row {
	flex-direction: column;
  }

  .divider {
	width: 100%;
	height: 1px;
  }

  .image-container {
	max-width: 100%;
  }
}
*/

.swiper {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  
}

.swiper-slide {  
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.blockquote i{font-size:1.8rem; color:#d5d5d5;}
.blockquote span{
	 font-family: 'Merriweather', sans-serif;
	 font-size:1.2rem;
}

#service-img { 
	margin:0 auto;
	background-image: url("../images/resource/our-services.jpg");
	background-repeat: no-repeat;
	background-size:570px 570px;
	width:570px;
	height:570px;
}
.service-tooltip{  
	width:140px;
	height:140px;
	border-radius:50%;
	border:0px solid #641f1f;
	position:absolute;
	background:rgba(255,255,255,0);
}
.service-tooltip:hover {  -webkit-animation-play-state: paused;}
.service-tooltip:hover .service-info {visibility:visible;}
#service-01 {left: 38.3%; top: 5px;}
#service-02 {left: 64.3%; top: 12.0%;}
#service-03 {left: 74.6%; top: 38.0%;}
#service-04 {left: 63.7%; top: 64.0%;}
#service-05 {left: 37.7%; top: 74.5%;}
#service-06 {left: 11.5%; top: 63.7%;}
#service-07 {left: 1.2%; top: 37.5%;}
#service-08 {left: 12.1%; top: 11.6%;}
             
.service-info {
	width:250px;
	padding:10px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	position:absolute;
	left:50%;
	margin-top: -100px;
	margin-left: -125px;
	visibility:hidden;
	box-shadow:0 0 50px 0 rgba(0,0,0,.5);
	transition: all 100ms ease;
}
.service-info p{font-size:13px; transition: all 100ms ease;}

.service-arrow {
  position:absolute;
  margin:10px 0 0 110px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}