.promotion-banner {
    background-color: #0091fa;
  padding: 6px;
}
.promotion-banner .wrapper, .promotion-banner .wrapper .promation-content {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center;
}
.promotion-banner .wrapper .promation-content{
    flex: 1;
    flex-wrap: wrap;
}
.promotion-banner .wrapper .promation-content .text p {
  color: #18191d;
  text-align: center;
  font-size:1rem;
  margin:0;
  color:#FFFFFF;
}
.promotion-banner .wrapper .close{
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.promotion-banner .wrapper .close .cross-icon{
    height: 16px;
    width: 16px;
    fill: #18191d;
    transition: fill .3s;
}
.promotion-banner .wrapper .btn-light {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    color: #212529;
  line-height:1;
}

.promotion-banner .wrapper .btn-light:hover {
    background-color: #ececec;
    border-color: #e6e6e6;
    color: #212529
}

.promotion-banner .wrapper .btn-light.focus, .promotion-banner .wrapper .btn-light:focus {
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem hsla(0,0%,100%,.5);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem hsla(0,0%,100%,.5)
}
.header{
	display: block;
	width: 100%;
  height: 70px;
	position: relative;
  top:0;
	z-index: 9999;
	padding:1rem 3rem;
  background:var(--dark);
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}
.header .item-left{
	flex:0 0 auto;
}

.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
  line-height:0;
	text-decoration: none;
  display: block;
}
.header .item-center{
	flex:1 0 0;
  margin-left:2rem;
}
.header .item-right{
	flex:0 0 auto;
	display: flex;
	justify-content: flex-end;
}
.header .item-right ul{display: flex; align-items: center;}
.header .item-right a{ 
  font-size: 1rem;
  font-weight: 500;
  color:var(--white);
  position: relative;
  transition: color 0.3s ease;
  font-weight: 500;
  line-height:1.5;
  font-family: Montserrat, sans-serif;
  text-decoration:none;
  padding: .625rem 0rem;
}
.header .item-right .btn-primary {padding: .625rem 2rem;}
.header .item-right .btn-primary:hover{color:var(--white);}
.d-mobile {display:none !important;}
.header .menu .menu-main, .header .item-right ul {display: flex;gap: 2rem;}
.header .item-right ul > li,
.header .menu > ul > li{
	display: inline-block;
  font-size: 1rem;
  line-height: inherit;
  margin-bottom:0;
}
.header .item-right ul > li:last-child{margin-right:0;}
.header .menu > ul > li > a{
	font-size: 1rem;
	font-weight: 500;
	color:var(--white);
	position: relative;
	transition: color 0.3s ease;
   font-weight: 500;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  cursor: pointer;
  line-height:36px;
}

.header .menu > ul > li > a > .la {color:var(--white);}
{# .header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#222222;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:20px;
	opacity:0;
	visibility: hidden;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(0.25turn, #00E4D0, #05AEEF, #AC91B5,  #461E77, #7F357D, #F4648A);
  border-image-slice: 1;
}
@media(min-width: 1181px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	visibility: visible;
	opacity: 1;
}
} #}

.header .menu > ul > li .sub-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width:380px;
  height: calc(100vh - 70px);
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 0px;
  z-index: 500;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(0.25turn, #00E4D0, #05AEEF, #AC91B5, #461E77, #7F357D, #F4648A);
  border-image-slice: 1;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.c1-megamenu__inner {
  display: flex;
  width: 100%;
  margin: auto; 
  height: 100%;
  box-sizing: border-box;
}
.c1-submenu__sidebar,
.c1-submenu__content {
  height: 100%;
  padding: 2rem;
  display: table-cell;
  vertical-align: top;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.c1-submenu__content-wrapper {
  position: relative;
  width: 380px;
}
.c1-submenu__content {
  width: 380px;
  display: none;
  transition: all 0.5s ease;
  background-color: #f0f8ff;
  box-shadow: inset 20px 0 20px -10px rgba(0, 0, 0, 0.05);
}
.c1-submenu__sidebar h2{margin-bottom: 1rem; padding:15px}
.c1-submenu__content h4 {padding: .8rem .8rem;font-size: 1.375rem;}
.c1-submenu__sidebar a,
.c1-submenu__content a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
  color: #343a40;
  padding: .8rem .8rem;
  transition: color 0.3s ease;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.c1-submenu__content ul li a{font-weight: 600;font-size: 1.125rem;}
.c1-submenu__content ul li ul li a{font-size: 1rem;font-weight: 500;} 
.c1-submenu__sidebar a:hover, .c1-submenu__sidebar .active,
.c1-submenu__content a:hover, .c1-submenu__content li a.active {
  background-color: #f0f8ff;
  color: var(--dark); 
}
.c1-submenu__sidebar {
  width: 380px;
  border-right: 1px solid #eee;
  flex-shrink: 0;
  max-width: 380px;
}
.c1-submenu__content {
  flex: 1;
}
.c1-submenu__sidebar .c1-submenu__list {
  list-style: none;
  padding: 0;
}

.c1-submenu__sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c1-submenu__sidebar li {display:flex;justify-content: space-between;align-items: center; position:relative;  }
.c1-submenu__sidebar li .has-submenu-icon{height: 50px; width: 50px;}
.c1-submenu__sidebar li i {
  font-size: 1rem;
  color: var(--dark);
  transition: transform 0.3s ease;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transform: rotate(270deg);
}
.c1-megamenu__inner > ul{width:100%; padding: 2rem 2rem;}
.c1-megamenu__inner > ul li {margin-bottom:0;}
.c1-megamenu__inner > ul li a{display:block;padding: .8rem .8rem; font-weight: 500; font-size:1rem}
.c1-megamenu__inner > ul li a:hover{background-color: #f0f8ff;color: #343a40;}

@media (max-width: 1200px) {
  .header .menu > ul > li > a > .la {color:var(--dark);}
  .c1-submenu__sidebar, .c1-submenu__content {padding: 0rem;}
  .c1-submenu__sidebar {
  width: 100%; 
  max-width: 100%; 
  border-right: 0px solid #eee;
  }
  .c1-megamenu__inner > ul {padding:0}
  .c1-submenu__sidebar a {flex:0 0 70%;}
  .c1-megamenu__inner > ul li a,
  .c1-submenu__sidebar a,
  .c1-submenu__content a
  {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    color: var(--dark);
    font-family: Montserrat, sans-serif;
}
  .c1-submenu__content-wrapper {
  display: none;
  width: 100%; /* full width */
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 10;
  height: 100%;
  overflow-y: auto;
}
  .c1-submenu__content {
    display: none;
    width: 100%; /* full width */
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10;
    height: 100%;
    overflow-y: auto;
    box-shadow: inherit;
  }

  .c1-submenu__content.active {
    display: block;
  }
  .c1-submenu__content-wrapper.active {
    display: block;
  }
}

/* Active state */
.header .menu > ul > li .sub-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
  margin-bottom:0;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 1rem;
	color: var(--dark);
	transition: color 0.3s ease;
	text-decoration: none;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}
.header .menu > ul > li .single-column-menu{
	min-width: 380px;
	max-width: 380px;
  overflow-y: auto;
 {# position: absolute;
  height: inherit;
  left: inherit;
  transform: inherit; #}
}
.header .menu > ul > li .sub-menu.mega-menu .list-item > ul > li{
   line-height: 1.4;
   display: block; 
  margin-bottom:0;
}
.header .menu > ul > li .sub-menu.mega-menu .list-item > ul > li > a {
	padding:10px 0;
	display: flex;
  align-items: center;
	font-size: 0.825rem;
	color:var(--white);
  text-decoration: none;
	transition: color 0.3s ease;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height:1.2;
 
}
{#.header .menu > ul > li .sub-menu.mega-menu .list-item > ul > li > a::before {
  content: '\f112'; 
  font-family: 'LineAwesome';
  font-weight: 600; 
  color: var(--primary); 
  transition: color 0.3s ease;
  margin-left: -4px;
  margin-right: 8px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
} #}
{#
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
} #}

{# .header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1140px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
   } #}
.header .menu > ul > li .sub-menu.mega-menu-column-4 .list-item{
  flex:0 0 25%;
  padding:0 15px;
  flex-direction: column;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 .list-item .title{
	font-size: 1rem;
	color:var(--white);
	font-weight: 600;
	line-height: 1.2;
	padding:10px 0;
  font-family: Montserrat, sans-serif;
  text-transform: none;
  margin-bottom: .5rem;
  letter-spacing:0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4  .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#0091FA;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

@media screen and (max-width: 767px) {
  .nav-featured-card .card-text {
    margin-bottom: 0.5em;
  }
  .header{padding:1rem}
}
.featured-block{padding-top: 1.5rem; border-top: 1px solid #e4e8ed14;margin-top: 2rem;}
.featured-block h4{font-size: 14px;letter-spacing: 0.3rem;color: #fff;font-weight: 500; margin-bottom:1rem;}
.nav-featured-card {
  flex-direction: row;
  background:#4A4A4A;
  border:0;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
}
.nav-featured-card .card-body {
  padding: 0.5em 1em;
      -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}
.nav-featured-card .card-body .card-title {margin-bottom: .5rem; color:var(--white); font-family: Montserrat, sans-serif; font-size:1rem; font-weight:500;}
   .nav-featured-card .card-body .card-text {color:var(--white);}
.nav-featured-card img {
  max-width: 12em;
  height: 100%;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.header .item-right ul li.phone {
  display:none;
} 

/*responsive*/
@media(max-width: 574px){
.no-menu .logo img{max-width: 50px;}
}
@media(max-width: 1200px){
.header .item-center{
  margin-left:1rem;
}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
  {#.header .item-right .contact-block {display:none;} #}
  .header .item-right ul li {margin:0 6px;}
  .header .item-right ul li.phone{ display: block;}
  .header .item-right ul li.phone .la{ font-size:1.6rem;}
  .header .item-right .contact-block li:nth-child(2), 
  .header .item-right .contact-block li:nth-child(3), 
  .header .item-right .contact-block li:nth-child(4) {
    display: none;
  } 
  
  
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: var(--white);
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
    background-color: var(--white);
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}
  .d-mobile {display:block !important;}
	.header .menu{
		position: fixed;
		width: 100%;
		background-color:#fff;
		left:0;
		top:70px;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
    color:var(--dark);
    font-family: Montserrat, sans-serif;
	}
  .c1-submenu__sidebar li .has-submenu-icon {flex: 1;}
  .c1-submenu__sidebar li i,
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
    transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:var(--dark);
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:var(--dark);
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:var(--dark);
		font-size: 25px;
	}
	.header .menu .menu-main{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    gap: 0;
	}
  .header .item-right ul {gap: 1rem;}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4  .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4  .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4  .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4  .list-item{
		flex: 0 0 100%;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:70px;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}

