/*icomoon*/ @font-face { font-family: 'icomoon'; src:  url('../fonts/icomoon.eot?8r6yw5'); src:  url('../fonts/icomoon.eot?8r6yw5#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?8r6yw5') format('truetype'), url('../fonts/icomoon.woff?8r6yw5') format('woff'), url('../fonts/icomoon.svg?8r6yw5#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }  .icon-chat:before { content: "\e65e"; }  .icon-shopping-cart-fill:before { content: "\e865"; }  .icon-check-2:before { content: "\e61a"; }  .icon-right:before { content: "\e617"; }  .icon-right1:before { content: "\e605"; }  .icon-right2:before { content: "\e6d5"; }  .icon-arrowleft:before { content: "\e693"; }  .icon-arrowright:before { content: "\e694"; }  .icon-arrow-up-filling:before { content: "\e688"; }  .icon-arrow-down-filling:before { content: "\e689"; }  .icon-arrow-left-filling:before { content: "\e68a"; }  .icon-arrow-right-filling:before { content: "\e68b"; }  .icon-right-double-arrow:before { content: "\e841"; }  .icon-arrow-down:before { content: "\e692"; }  .icon-close:before { content: "\e69a"; }  .icon-search:before { content: "\e6ac"; }  .icon-web-fill:before { content: "\e6fc"; }  .icon-fax-fill:before { content: "\e620"; }  .icon-twitter1:before { content: "\e646"; }  .icon-facebook:before { content: "\e6e5"; }  .icon-Linkedin:before { content: "\e740"; }  .icon-phone:before { content: "\e635"; }  .icon-phone-fill:before { content: "\e725"; }  .icon-youtube:before { content: "\e880"; }  .icon-youtube-fill:before { content: "\e883"; }  .icon-Fax:before { content: "\e60e"; }  .icon-Web:before { content: "\e619"; }  .icon-right-arrow:before { content: "\e840"; }  .icon-menu_bold:before { content: "\e7f4"; }  .icon-arrow-up:before { content: "\e618"; }  .icon-minus_bold:before { content: "\e613"; }  .icon-plus_bold:before { content: "\e614"; }  .icon-search_bold:before { content: "\e615"; }  .icon-close_bold:before { content: "\e616"; }  .icon-minus:before { content: "\e611"; }  .icon-plus:before { content: "\e612"; }  .icon-twitter-fill:before { content: "\e610"; }  .icon-home-fill:before { content: "\e6bb"; }  .icon-pos-fill:before { content: "\e62e"; }  .icon-pos:before { content: "\e606"; }  .icon-email-fill:before { content: "\e668"; }  .icon-email:before { content: "\e66f"; }  .icon-home:before { content: "\e6b8"; }  .icon-linkedin-fill:before { content: "\eccc"; }  .icon-blogger-fill:before { content: "\eccd"; }  .icon-facebook-fill:before { content: "\e695"; }  .icon-x1:before { content: "\e900"; }  .icon-x:before { content: "\e901"; }  .icon-twitter:before { content: "\e901"; }


@font-face {
    font-family: 'Poppins';
    font-weight: normal;
    src:url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins-Light.ttf')  format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    src:url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf')  format('truetype');
    font-display: swap;
}


body{
  margin: 0;
  padding: 0;
}


/*! CSS Used from: Embedded */
::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border: 1px solid #8295ad;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

/*! CSS Used from: Embedded */
::-webkit-scrollbar {
    appearance: none;
}

.erWlKI {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: 120px;
}

@media (max-width: 1200px) {
    .erWlKI {
        padding: 60px 0px;
        margin-left: 20px;
    }
}

.erWlKI .line {
    width: 75%;
    height: 1px;
    background-color: rgb(66, 82, 102);
}

.erWlKI .circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #2e85c1;
}

::-webkit-scrollbar {
    appearance: none;
}

.index-product h2,.index-service h2{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px 0px 0;
    font-family: 'Futura';
}

.index-service{
  padding-bottom: 120px;
}

.index-service h2{
  margin-bottom: 30px;
}

.index-product,.about{
    position: relative;

}

.b-cell{
    position: absolute;
    left: 0;
    top: -100px;
    width: 40%;
    left: -18%;
    z-index: -10;
    animation: products-img 40s ease infinite;
    opacity: 0.5;
  }

  .b-cell2{
    position: absolute;
    right: 0;
    bottom: -600px;
    width: 40%;
    right: -23%;
    z-index: -10;
    animation: products-img 40s ease infinite;
    opacity: 0.5;
  }




.fyfxlp{width:100%;display:flex;-webkit-box-align:center;align-items:center;flex-direction:row;padding-top:150px;padding-bottom:150px;margin-left:-120px;}
@media (max-width: 1200px){
.fyfxlp{padding:60px 0px;margin-left:-20px;}
}
.fyfxlp .line{width:75%;height:1px;background-color:rgb(66, 82, 102);}
.fyfxlp .circle{width:11px;height:11px;border-radius:50%;background-color:#ff9333;}
::-webkit-scrollbar{appearance:none;}


.service{
    padding-bottom: 100px;
}

.service h2{
    font-family: 'Pharma', sans-serif;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0px 0px 54px;
    color: #2e85c1;
    text-align: right;
}

.service-item{
    margin-bottom: 10px;
    position: relative;
    /* padding:0 2.5vw; */
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
}

.service-item img{
  /* border-radius: 4px; */
}

.service-item:hover a{
    color: #2e85c1;
}

.service-item a{
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-top: 15px;
  font-weight: bold;
  border-radius: 12px;
background: #fff;
box-shadow:  10px 10px 60px #eaeaea,
             -10px -10px 60px #ffffff;
  overflow: hidden;
}

.service-title{
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item h3{
    border-left: 2px solid #2e85c1;
    padding:0 15px;
    font-size: 20px;
    font-family: 'Pharma', sans-serif;
}


#pages {
  padding: 0px 0 40px;
}


.service{
    position: relative;
    
  }
  
  .service img{
    position: absolute;
    top: 450px;
    width: 20vw;
    right: 20vw;    
  }

  .service img:hover{

    animation: move 8s ease-in-out forwards;
  }

  @keyframes move{
    0%{
        top: 450px;
        right: 20vw;
    }
    50%{
        top: 435px;
        right: 18vw;
    }
    100%{
        right: 20vw;
        top: 420px;
    }

  }


  .products h2{
    font-family: 'Pharma', sans-serif;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0px 0px 54px;
    color: #ff9333;
}

.product-circle{
    margin-top: 15px;
}

.product-circle .circle{
    
    border-radius: 50%;
    width: 220px;
    height: 220px;
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pharma', sans-serif;
    font-size: 18px;
    color: #fff;
  }

  .product-circle .more{
    display: none;
  }

  .circle1:hover .more{
    display: block;
    color: #fff;
  }
  .circle2:hover .more{
    display: block;
    color: #fff;
  }

  .circle1{
    position: relative;
    top: 0px;
    left: 120px;
    border: 1px dashed #2e85c1;
    
  }

  .circle2{
    position: relative;
    top: 130px;
    left: -90px;
    border: 1px dashed #ff9333;
  }

  .product-link a{
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    border-right: 3px solid #2e85c1;
    display: inline-block;
  }

  .product-link1,.product-link2{
    margin: 30px 0;
    opacity: 0.6;
  }

  .product-left.active .product-link1,.product-right.active .product-link2{
    opacity: 1;
  }

  .product-link1:hover,.product-link2:hover{
    opacity: 1;
  }

  .product-link1 a,.product-link2 a{
    position: relative;
  }

  @media (max-width: 991px){
    .circle1,.circle2{
        position: static;
    }
    .product-link1 a,.product-link2 a{
        position: static;
      }

     .product-link{
        padding: 0 !important;
     } 
  }

  .product-link2 a{
    border-left: 3px solid #ff9333;
    border-right: 0;
  }

  .products{
    position: relative;
  }

  /* .products img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    z-index: -10;
    animation: products-img 20s ease infinite;
    opacity: 0.8;
  } */


  @keyframes products-img{
    0%{
      transform: rotate(0);
    }
    50%{
      transform: rotate(45deg);
    }
    100%{
      transform: rotate(0deg);
    }
  }

  .circle1:hover{
    border: 1px solid #2e85c1;
    color: #2e85c1;
    box-shadow: 0px 0px 20px #2e85c1;
    background-color: #ff9333;
    position: relative;
    z-index: 10;
  }

  .circle2:hover{
    border: 1px solid #ff9333;
    color: #ff9333;
    box-shadow: 0px 0px 20px #ff9333;
    background-color: #ff9333;
    position: relative;
    z-index: 10;
  }

  .circle a{
    display: none;
  }

  .circle:hover a{
    color: #fff;
    display: block;
  }

  .circle:hover span{
    display: none;
  }

  .new h2{
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px 0px 20px;
    margin-top: -100px;
    font-family: 'Futura';
}



/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_wrap.str_active {
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;

	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}

.new{
    padding-bottom: 240px;
}

.new a{
    margin: 2vw;
}

.new img{
    width: 25vw;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.new p{
    margin-bottom: 80px;
}

.social{
    overflow: hidden;
    height: 40px;
}

.social li{
    float: left;
}

.social li a{
    color: #000;
    padding: 0 8px;
}




.social li a:hover{
    color: #ff9333;
}

.wave-box{
  position: relative;
  height: 200px;
  top: -200px;
}

.index-line{
  margin: 100px 0;
  border-bottom: 1px solid #ddd;
}

.service-item img{
  width: 100%;
  transition: all .3s ease;
}

.service-item img:hover{
  transform: scale(1.1);
  transform-origin: center;
}

.service-item-img{
  overflow: hidden;
}

.service-item p{
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
  padding: 15px 0;
}

.product-box{
  padding: 80px 0 0 0;
}

.about-text h3{
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.about-text h4{
  margin: 0;
}

.therapeutics{
  background-color: #2e85c1;
  margin-top: 200px;
}

.therapeutics h2{
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  font-family: 'Futura';
}

.therapeutics-item{
  text-align: center;
}

.therapeutics-item img{
  height: 70px;
}

.therapeutics-item h4{
  font-weight: bold;
  font-size: 20px;
  
}

.therapeutics-box h2{
  margin-bottom: 60px;
}

.therapeutics-box{
  margin-top: -150px;
  padding-bottom: 280px;
}

.about-text .line{
  display: inline-block;
  border-top: 4px solid #2e85c1;
  margin: 20px 0 0;
  width: 100px;
}


/* wave */
.wave {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 1;
}

.wave + .wave {
  z-index: 2;
}

.service-item{
  display: block;
}





/* left nav */
    
.accordion {
  width: 100%;
  background: #FFF;
  padding: 0;
}

.accordion .link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  align-items: center;
}

.accordion>li>.link{
  /* margin: 15px 0; */
  /* border-left: 4px solid #4472C4; */
}

.accordion .link i{
  margin-right: 5px;
  display: none;
  font-size: 12px;
}

li.has-children>.link>i{
  display: block;
}

.accordion .link a{
  color: #1A2A36;
  font-size: 15px;
}
.accordion .link a:hover{
  color: #ff9333;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li{
  cursor: pointer;
}
.accordion li i {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}

/* .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
} */

.accordion li.open .link {
  color: #0a2d63;
}

.accordion li.open i {
  color: #0a2d63;
}

.accordion li.open>.link>i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  padding: 0;
}

.submenu>li {
  /* border-bottom: 1px solid #d6d7dc; */
}

.submenu a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #555;
  text-align: left;
}

.submenu a:hover ,.submenu li.current a{
  /* background: #0a2d63;
  color: #FFF; */
  color: #0a2d63;
}

.left-nav-title{
  background: #0a2d63;
  color: #FFF;
  padding:1rem 1.8rem 0.8rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.navbar-nav .text-left .text-left .text-left{
  display: none !important;
}

.navbar-nav .text-left .text-left .has-dropdown::after{
  display: none !important;
}

.submenu .link{
  padding: 0 !important;
}

.accordion {
  font-size: 14px;
}

.accordion .submenu .link i{
}

.left-level2{
  /* border-bottom: 1px solid #ddd; */
  padding-left: 5px;
  font-weight: normal;
}

.left-level2 i{
  top: 10px !important;
}

.left-level2 a{
  padding-right: 30px;
  font-weight: 300;
}

.left-level1>.link>i{
  font-weight: 800;
}

.left-level2:last-child{
  border-bottom: 0;
}

.left-level2 i{
  color: #666 !important;
}

.accordion .submenu .submenu a{
  font-weight: normal;
  color: #666;
  
}

.accordion .submenu .submenu .submenu li{
  border-bottom: 0;
  padding-left: 10px;
  /* background-color: #f7f7f7; */
  font-size: 12px;
}

.left-level3 a{
  padding-left: 5px;
}



.page-banner{
  height: 400px;
  display: flex;
  align-items: center;
  
  background: url(../images/page-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.page-banner h1{
  font-weight: bold;
  font-size: 34px;
  margin: 60px 0 0;
  color: #fff;
}

.page-box1 span{
  display: inline-block;
  margin: 0 auto;
  background-color: #384593;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.page-box1 {
  text-align: center;
  margin: 20px 0;
  position: relative;
  padding: 0 10px;
  border: 1px solid #384593;
  border-top: 25px solid #384593;
  height: calc(100% - 40px);
  font-size: 13px;
}

.related-link{
  overflow: hidden;
}

.related-link a{
  float: left;
  width: 49%;
  margin: 5px 0;
  margin-right: 1%;
  padding: 7px 0px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #9968f6;
  border-radius: 4px;
}

@media (max-width:1300px){
  .related-link a{
    width: 100%;
  }
}

.related-link a:hover{
  background-color: #9968f6;
  color: #fff;
}


.page-box-img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  background-color: #4472C4;
  padding: 25px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.page-box2 {
  border: 2px solid #4472C4;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.page-box2 .num{
  border-radius: 8px;
  font-size: 24px;
  color: #fff;
  background-color: #4472C4;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 15px;
}


.inquiry-box input{
  display: block;
  width: 100%;
  border: 1px solid #aaa;
  padding: 10px;
}

.inquiry-box label{
  display: block;
  margin: 10px 0 5px;
}

.inquiry-box textarea{
  border: 1px solid #aaa;
  width: 100%;
  padding: 10px;
  height: 100px;
}

.inquiry-box .submit{
    margin-top: 15px;
    cursor: pointer;
    padding: 12px 21px 10px;
    color: #fff;
    background-color: #2e85c1;
    transition: all .3s;
    border-radius: 4px;
    border: 0;
}

.inquiry-box .submit:hover{
  
  background-color: #4472C4;
}

.ullist {margin:0px 0px 10px 19px}
.ullist li {list-style: disc;}
.ollist li {list-style-type:decimal }
.ullist li >ul>li{list-style-type:circle}
.ollist li >ul>li {list-style-type:lower-latin }
.ullist .ullist li{list-style-type:circle}

.serviceshowpic {font-size:1em;text-align:center;line-height:1.7em !important;color:#666666; display: block;}
.serviceshowpic img {margin:auto;}
.serviceshowleftpic {float:left;margin-right:15px;text-align:center;color:#666666;display:inline-block;}
.serviceshowrightpic {float:right;margin-left:15px;text-align:center;color:#666666;display:inline-block;}
.serviceshowpic,.serviceshowrightpic,.serviceshowleftpic {font-size:1em;text-align:center;line-height:1.7em !important;}
.serviceshowpic img,.serviceshowrightpic img,.serviceshowleftpic img {display:block;max-width:100%;height:auto;margin-bottom:8px;margin-left:auto;margin-right:auto;}


.table-responsive {
    margin: 15px 0;
}

.table-responsive th{
    background-color: #2e85c1;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.table-responsive td{
    padding: 10px;
}

.table-responsive tr:nth-child(2n) td{
    background-color: #f7f7f7;
}

.project-notes {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    color: #666;
    margin: 20px 5px;
    line-height: 26px;
    font-size: 13px;
}


.project-notes i {
    display: inline-block;
    padding-right: 5px;
    font-size: 17px;
    color: red;
}


.page-box3{
  display: flex;
  align-self: center;
  margin: 0;
  margin-bottom: 20px;

}

.page-box3 .col-md-3{
  border: 2px solid #4472C4;
  font-weight: bold;
  text-align: center;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.page-box3 .col-md-9{
  padding-left: 30px;
}

.page-box4{
  border: 2px solid #4472C4;
  border-radius: 12px;
  padding: 30px 20px 10px;
  position: relative;
  margin-top: 40px;
}

.page-box4 .title{
  font-weight: bold;
  color: #fff;
  background-color: #4472C4;
  position: absolute;
  left: 20px;
  display: inline-block;
  top: -20px;
  border-radius: 8px;
  padding: 7px 15px;
}


.banner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 30px;

}

.banner h1{
  color: #fff;
  margin-top: 80px;
}

.banner p{
  font-size: 28px;
  margin-top: 40px;
  color: #fff;
  text-align: left;
}

.contact b{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact{
  font-size: 15px;
  line-height:2;
}

.service-item2{
  position: relative;
}

.service-item2 p{
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-color: #ffffffaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .3s linear;
}

.service-item2:hover p{
  width: 50%;
  background-color: #2e85c1;
  color: #fff;
}

.solution h2{
  font-size: 30px;
}

.solution .row>div{
  display: flex;
}

.solution img{
  object-fit: cover;
}

.solution-text{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:40px 0 40px 80px;
}

.product-img-box {
  overflow: hidden;
  padding: 0 70px;
  margin-bottom: 50px;
}

.product-img-box img{
  width: 100%;
  transition: all .3s linear;
  min-height: 214px;
  object-fit: cover;
}

.product-img-box:hover img{
  scale: 1.1;
}

.product-item{
  display: block;
  text-align: center;
  position: relative;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 30px;
}

.product-item h3{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.product-item span{
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: 2px 15px;
  font-size: 13px;
  position: absolute;
  left: 20px;
  top: 0;
}

.product-item p{
  margin: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #000;
}

.product-item p>*{
  margin: 0 5px;
}



.product-item .add-cart{
  display: none;
  margin: 0;
}

.product-item2{
  display: block;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}

.product-item2 p{
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}


.product-item2-text{
  padding:15px;
  color: #000;
  text-align: left;
}

.swiper-slide-next+.swiper-slide .add-cart{
  display: inline-block;
}

.add-cart i{
  margin-right: 5px;
}

.product-left{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-left .title{
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
}

.product-left a{
  display: inline-block;
  margin-bottom: 10px;
}

.product-left a i{
  transform: rotate(-90deg);
  display: inline-block;
}

.product1{
  padding: 0 30px 30px;
  box-shadow: 10px 10px 60px #eaeaea, -10px -10px 60px #ffffff;
  margin: 50px 0;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #2e85c1;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 35px;
  text-align: center;
  z-index: 1000;
  font-size: 22px;
}

#scrollToTopBtn i{
  color: #fff;
}

.online-inquiry {
  position: fixed;
  bottom: 100px;
  right: 20px;
  padding: 10px 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #2e85c1;
  border-radius: 4px;
  line-height: 20px;
  z-index: 1000;
  text-align: center;
}

.online-inquiry:hover{
  background-color: #f5f5f5;
}

.online-inquiry i{
  color: #2e85c1;
  font-size: 24px;
}

.product-desc table td:first-child{
  font-weight: bold;
  width: 250px;
}

.product-desc table td{
  line-height: 2;
}

.product-desc{
  box-shadow: 10px 10px 60px #eaeaea, -10px -10px 60px #ffffff;
  padding: 30px;
  margin-top: 40px;
}

.p-name{
  color: #ff8940;
}

.add-cart{
  color: #fff;
  background-color: #ff8940;
  margin: auto;
  padding: 3px 15px;
  border-radius: 4px;
  display: inline-block;
  line-height: 2;
  margin:0 5px 20px;
}

.add-cart:hover{
  color: #fff;
}

.product-detail-left{
}

.product-detail-right{
  padding: 30px 35px;
  margin-left: 20px;
  box-shadow: 10px 10px 60px #eaeaea, -10px -10px 60px #ffffff;
  height: 100%;
}

.product-detail-right ul{
  line-height: 2;
}

.product-detail-right h2{
  font-size: 20px;
}

.btn-box{
  /* margin-top: 30px; */
}

.product-tab-box{
  margin-top: 30px;
  width: 100%;
  position: sticky;
  top: 140px;
}

.product-tab{
  display: flex;

}

.product-tab a{
  text-align: center;
  padding: 20px 15px;
  font-size: 18px;
  color: #fff;
  margin: 0;
  cursor: pointer;
  flex-grow: 1;
  display: inline-block;
  border-bottom: 4px solid #333;
}

.product-tab-box{
  background-color: #333;

}

.product-tab a:hover{
  border-bottom: 4px solid #ff8940;
  background-color: #444;
}

.product-tab a.active{
  border-bottom: 4px solid #ff8940;
  
}

.detail-img-box{
  display: flex;
}

.detail-img-box img{
  object-fit: cover;
  width: 100%;
}

.detail-1{
  box-shadow: 10px 10px 60px #eaeaea, -10px -10px 60px #ffffff;
  padding: 25px 35px 35px;
  margin-top: 40px;
  line-height: 2;
}

.detail-1 h2{
  margin-top: 0;
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.detail-1 p{
  margin-top: 0;
}

.crumbs{
  margin: 20px 0;
  text-align: center;
}

.left-title{
  font-size: 24px;
  font-weight: bold;
}

.nomain-treesearch>input {
  position: relative;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid rgba(69,135,223,1);
  width: 100%;
  font-family: "Poppins-Light";
  font-size: 14px;
}

.nomain-treesearch {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.nomain-treesearch>span {
  position: absolute;
  right: 10px;
  color: rgba(69, 135, 223,1);
  cursor: pointer;
}

.page-left{
  box-shadow: 10px 10px 60px #eaeaea, -10px -10px 60px #ffffff;
  padding: 25px;
}

.page-right{
  padding-left: 15px;
}

.detail-1 .title{
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 15px;
  border-left: 3px solid #2e85c1;
}

.detail-1 .title span{
  float: right;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
}




#groupframe{
  padding: 10px;
  /* height: 75px; */
  /* display: none; */
  box-shadow: 10px 10px 60px #eaeaea, -10px -10px 60px #ffffff;
  margin-top: 12px;
  border-radius: 4px;
  margin-bottom: 25px;
  overflow: hidden;
}

#groupframe img{
  padding-left: 20px;
}

.nomain-listfilter-content span{
  font-weight: bold;
}

.nomain-listfilter-content{
  float: left;
  margin:13px 5px 8px 19px;

  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.nomain-listfilter-content h3{
  font-size: 15px;
  font-weight: normal;
  padding: 4px 10px;
}


.nomain-listfilter-cnt{
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  padding: 5px 0;
  top: 40px;
  max-height: 500px;
  overflow-y: scroll;
  width: 275px;
  right: -104px;
}
.nomain-listfilter-list>div{
  padding: 0 5px;
  line-height: 24px;
}
.nomain-listfilter-list>div:hover{
  background-color: rgb(69, 135, 223);
  color: #fff;
}
.nomain-listfilter-cnt label{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
}


.nomain-listfilter-cnt label input{
  display: none;
}

.filter-close{
  margin-right: 10px;
}
.crumbs-handle{
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
  padding: 3px 10px;
  border-radius: 4px;
  /* border: 1px solid rgb(69, 135, 223); */
  /* color: #fff; */
}

#filteredoptions{
  padding-top: 5px;
  clear: both;
  border-top: 1px solid #ddd;
  margin: 0 9px;
}


.nomain-listfilter-title{
  color: #444;
  border:1px solid #444;
  margin-left: 10px;
}

.nomain-listfilter-content h3 {
  font-size: 15px;
  font-weight: normal;
  padding: 4px 10px;
  margin: 0;
}
.nomain-listfilter-list label{
  font-size: 14px;
  font-weight: normal;
}
.nomain-listfilter-header .cclear a{
  color: #3278d6;
}

.nomain-listfilter-header{
  font-size: 14px;
  float: right;
  margin-top: 23px;
  margin-right: 16px;
}

.product-search input{
  padding: 7px;
  padding-right: 20px;
}

.product-search{
  position: relative;
}

.product-search i{
  position: absolute;
  top: 10px;
  right: 10px;
}

.nomain-listfilter-content i{
  font-size: 13px;
}





.main-form-mess
{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main-form-mess input
{
    width: 49%;
}
.form-inquiry input::-webkit-input-placeholder,.form-inquiry textarea::-webkit-input-placeholder
{
    font-family: 'lato', sans-serif;
    font-size: 1em;
}
.form-inquiry input::-moz-placeholder,.form-inquiry textarea::-webkit-input-placeholder
{
    font-family: 'lato', sans-serif;
    font-size: 1em;
}
.form-inquiry input:-ms-input-placeholder,.form-inquiry textarea::-webkit-input-placeholder
{
    font-family: 'lato', sans-serif;
    font-size: 1em;
}
.form-inquiry input,.form-inquiry>textarea
{
    position: relative;
    margin: 10px 0 0;
    border: 0;
    background-color: #f7f7f7;
    outline: none;
    padding:10px;
    width: 100%;
}
.form-inquiry>textarea
{
    height: 120px;
}



.banner-btn{
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 30px;
  background-color: #2e85c1;
  display: inline-block;
  border: 0;
  cursor: pointer;
}

.banner-btn:hover{
  background-color: #ff9333;
  color: #fff;
}


.submmit-btn{
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #2e85c1;
  display: inline-block;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}

.submmit-btn:hover{
  background-color: #0957bf;
  color: #fff;
}

.inquiry-box{
  border-radius: 8px;
  position: relative;
}

.inquiry-window{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 100;
}

.inquiry-window.show{
  display: flex;
}

.inquiry-box .title{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.inquiry-box i{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 20px;
  cursor: pointer;
}

.show-box{
  text-align: center;
}

.show-all,.show-close{
  width: auto;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

.show-close{
  display: none;
}

.show .show-all{
  display: none;
}

.show .show-close{
  display: inline-block;
}

.other-cases .row>.col-lg-4{
  margin-bottom: 20px;
  display: none;
}

.other-cases .row>.col-lg-4:nth-child(1),.other-cases .row>.col-lg-4:nth-child(2),.other-cases .row>.col-lg-4:nth-child(3){
  display: block;
}

.other-cases.show .row>.col-lg-4{
  display: block;
}

.search{
  text-align: center;
}

.index1-title{
  text-align: center;
  max-width: 800px;
}

.index1-title h2{
  font-size: 42px;
  font-family: 'Futura';
}

.contact-item{
  border-left: 2px solid #2e85c1;
  padding: 20px;
  box-shadow: 0px 2px 8px #ddd;
  margin-bottom: 40px;
}

.contact-item .title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.career-box1{
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 400px;
  border-radius: 50px;
  background-color: #2e85c1;
  color: #fff;
}

.career-title{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 20px 0;
}

.career-item i{
  transform: rotate(-90deg);
  display: inline-block;
}

.career-item{
  padding: 20px;
  text-align: center;
}

.career-item>img{
  width: 100%;
}

.career-item .title{
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

.career-item .title span{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
}

.career-item .title span img{
  width: 25px;
}

.about-item{
  background-color: #2e85c1;
  color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 20px;
}

.about-item span{
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
} 

.about-item img{
  margin: auto;
  height: 100px;
}

.about-item p{
  line-height: 1.5;
  margin-top: 15px;
}



/* product page */
.product-title{
  text-align: center;
  margin: 75px 0 0;
}

.product-title h1{
  font-size: 40px;
  margin-bottom: 10px;
}

.product-title-p-css {
    margin-top: 30px;
    margin-bottom: 40px;
}


.faq-box {
  width: 800px;
  margin: auto;
}

.faq-item{
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.faq-item h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

  padding: 15px 0 15px 10px;
  margin: 0;

}

.faq-item h3:hover{
  background-color: #f7f7f7;
}

.faq-item h3 i{
  font-size: 20px;
  padding: 0 10px;
}

.faq-item.open i{
  transform: rotate(180deg);
}

.faq-item p{
  padding-left: 10px;
  display: none;
}

.faq-item.open p{
  display: block;
}

.faq-box h2{
  font-weight: bold;
  font-size: 34px;
}

section.video-block:before {
  background: #2e85c1;
  content: "";
  width: 100%;
  height: 350px;
  display: block;
  position: absolute;
}

.video-section-image-block {
  padding: 10px;
  box-shadow: 0 0 15px #0000001a;
  position: relative;
  background: #fff;
  width: 820px;
  margin: auto;
  top: 50px;
}

.video-section-image-block>.autoplay-video {
  display: flex;
}

.video-section-image-block>.autoplay-video>video {
  width: 100%;
  height: auto;
}

.video-section-image-block:after {
  content: "";
  background: url(../images/video-box-shadow.avif) no-repeat;
  width: 100%;
  height: 83px;
  display: block;
  position: absolute;
  bottom: -82px;
  background-size: 100%;
}

.video-item{
  text-align: center;
  margin:130px auto 100px;
}

.video-item img{
  width: 60px;
}

.video-item h3{
  font-size: 18px;
  height: 45px;
  margin-bottom: 10px;
  line-height: 1.3;
}




.btn1{
  background-color: #2e85c1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  border: 0;
}

.btn1:hover{
  background-color: #FF9333;
  color: #fff;
}

.input-style1{
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
  width: 100%;
}

.my-account-tab div {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 5px;
}

.my-account-tab .active{
    border-bottom: 2px solid #2e85c1;
    color: #2e85c1;
}


.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem 0;
  padding-top: 1rem;
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .list-payment {
    justify-content: flex-end;
    margin: 0 -0.5rem;
    padding-top: 0;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0.5rem;
}
.btn-shop-now {
  background-color: #2e85c1;
}
.btn-shop-now:hover {
  background-color: #FF9333;
}
.video-section-image-block {
  cursor: pointer;
  transform: scale(1);
  transition: all .3s;
}
.video-section-image-block:hover {
  transform: scale(1.1);
  transition: all .3s;
}
.contact-info li span {
    padding-right: 15px;
}




/* =====product-icon-container===== */
.product-icon-container {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 99;
}
.product-item:hover .product-icon-container {
    display: flex;
}
.product-icon-container > i {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #2c2c2c;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}
.product-icon-container .collect-icon {
    background: url(../images/collect-icon.png) no-repeat center center;
    background-size: 18px;
}
.product-icon-container .collect-icon.collect-icon-selected {
    background: url(../images/collect-icon-selected.png) no-repeat center center !important;
    background-size: 18px !important;
}
.product-icon-container .amplify-icon {
    background: url(../images/amplify-icon.png) no-repeat center center;
    background-size: 20px;
}
.product-icon-container .cart-icon {
    background: url(../images/cart-icon.png) no-repeat center center;
    background-size: 22px;
}
.product-icon-container .cart-icon.cart-icon-selected {
    background: url(../images/cart-icon-selected.png) no-repeat center center !important;
    background-size: 22px !important;
}

.product-img-dialog {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000ab;
}
.product-img-dialog .product-img-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    max-width: 650px;
    max-height: 600px;
    width: 95%;
    height: 90%;
}
.product-img-dialog .product-img-content > img {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    height: 95%;
    object-fit: contain;
}
.product-img-dialog .product-img-content .i-close {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../images/close-icon.png) no-repeat center center;
    background-size: 20px;
}



/* ============ */