﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

:root {
    --black: #000000;
    --white: #FFFFFF;
    --grey: #7E8083;
    --gold: #FED109;
    --orange: #F78E20;
    --green: #00A88F;
    --blue: #0756A3;
    --fontColor: #000000;
    --fontMain: 'Roboto';
}

@font-face {
    font-family: var(--fontMain);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: var(--fontMain);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: var(--fontMain);
    font-weight: normal;
    font-style: italic;
}

html, body {
    font-family: var(--fontMain);
    color: #000;
    font-size: 14px;
}


item-transition, .prod-img a img {
    
  transition: all 0.3s; }

item-hover-scale, .prod-img a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }


.btco-hover-menu .collapse ul > li:hover > .nav-link {
    background: transparent !important;
}

.btn.active.focus, .btn.active:focus,
.btn.focus, .btn:active.focus,
.btn:active:focus, .btn:focus, a:focus, .form-control:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.onlydekstop {
  display: inline-block; }

.onlydekstop1 {
  display: block; }

.onlymobile {
  display: none; }

.bg_orange {
  background: var(--orange); }

.bg_grey {
  background: #f4f4f4; }

.bg_darkgrey {
    background: var(--grey);
}

.bg_black {
  background: #000; }

.bg_white {
  background: #fff; }

.fwhite {
  color: #fff; }

.forange {
    color: var(--orange);
}

.b {
  font-weight: bold; }

.border-r {
  border-right: 1px solid var(--orange); }

.TitleWhite {
    font-weight: bold;
    color: var(--white);
    font-size: 20px;
}

.title {
  font-weight: bold;
  color: var(--black);
  font-size: 20px; }

/*.title span {
  background: var(--blue);
  color: #fff;
  padding: 5px;
  border-radius: 7px; }*/

.btn-theme {
    border: 1px solid var(--blue) !important;
    border-radius: 20px;
    color: var(--blue) !important;
    background: #fff;
    transition: all 0.3s ease;
}

    .btn-theme:hover {
        background: var(--blue);
        color: #fff !important;
        border-color: var(--blue) !important;
    }

.btn-theme-link {
    border: 0;
    color: var(--blue);
    background: transparent !important;
    transition: all 0.3s ease;
}

.btn-theme-link:hover {
  color: #888; }

.btn-theme-fill {
    background: var(--blue);
    color: #fff;
    transition: all 0.3s ease;
    border: 0;
    border: 1px solid var(--blue);
    font-weight: bold;
    border-radius: 10px;
}

    .btn-theme-fill:hover {
        background: #fff;
        color: var(--blue);
        border: 1px solid var(--blue);
    }

.btn-theme-grey {
    border: 1px solid var(--grey) !important;
    border-radius: 20px;
    color: var(--white) !important;
    background: var(--grey);
    transition: all 0.3s ease;
}

    .btn-theme-grey:hover {
        background: var(--grey);
        color: var(--white) !important;
        border-color: var(--grey) !important;
    }

.btn-theme-grey {
    border: 1px solid var(--grey) !important;
    border-radius: 20px;
    color: var(--grey) !important;
    background: #fff;
    transition: all 0.3s ease;
}

    .btn-theme-grey:hover {
        background: var(--grey);
        color: #fff !important;
        border-color: var(--grey) !important;
    }

.form-control {
    border-color: var(--grey);
    background: #fff;
    font-size: 13px;
}

#modallogin .modal-content {
    border-radius: 1.5rem;
    border: 2px solid var(--grey);
    background: url(./dist/img/login_bg.png) center bottom no-repeat #fff;
    background-size: 90%;
}

#modallogin .modal-header {
  border-bottom: 0; }

#modallogin .modal-footer {
  border-top: 0; }

#modallogin .btn-close-login {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--grey);
  opacity: 1;
  border-bottom: 0;
  padding: 3px 1px 1px 3px;
  background: #fff;
  border-radius: 50%; }

#modallogin label {
    font-weight: bold;
    font-size: 15px;
}

#modallogin .form-group {
  margin-bottom: .3rem; }

#modallogin a {
  color: #000;
  transition: all 0.3s ease; }

#modallogin a:hover {
  color: var(--orange);
  text-decoration: none; }

.sec_title {
  margin: 0 auto;
  display: table; }
  .sec_title div {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: var(--black); }
  .sec_title .circle {
    background: var(--orange);
    color: #fff;
    border-radius: 50%;
    padding: 25px 10px; }

.title_sub {
  text-align: center;
  font-weight: bold; }

#title_forgotpassword .circle {
  padding: 50px 10px; }

#btn-forgotpassword-back {
  border: 0; }

@media all and (max-width: 768px) {
  .onlydekstop {
    display: none; }
  .onlydekstop1 {
    display: none; }
  .onlymobile {
    display: block; }
  #modallogin .btn-close-login {
    right: 7%;
    top: 5%; }
  .sec_title div {
    font-size: 20px; }
  .sec_title div:first-child {
    padding: 17px 10px; }
  #title_forgotpassword div:first-child {
    padding: 35px 10px; } }

@media all and (max-width: 480px) {
  .sec_title div {
    font-size: 18px; }
  .sec_title div:first-child {
    padding: 10px 10px; }
  .title {
    font-weight: bold;
    color: var(--black);
    font-size: 15px; } }

.nav-link {
    font-family: var(--fontMain);
}

.nav-first-wrap, .nav-first-wrap nav {
  background-color: #fff !important;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0; }

.nav-first-wrap::after {
    content: '';
    position: absolute;
    z-index: -1; /* hide shadow behind image */
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 10px;
    bottom: 0;
}

.nav-first-wrap a {
  color: #515252; }

.nav-first-wrap .input-group {
  width: 30%; }

.nav-second-wrap .navbar {
  width: 100%; }

.nav-second-wrap a {
  color: #383838; }

.btn-join-us {
    border: 2px solid var(--blue);
    border-radius: 20px;
    color: var(--blue) !important;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

    .btn-join-us:hover {
        background: var(--blue) !important;
        color: var(--white) !important;
    }

.profile-img {
  border-radius: 50%;
  border: 1px solid #515252;
  background-color: #515252;
  overflow: hidden;
  text-align: center;
  width: 80%; }

nav form {
  /*border-bottom: 1px solid var(--orange);
  padding-bottom: 5px;*/ 
  width:50% !important;

}

#ipt-search {
  background: transparent;
  border: 0;
  font-size: 14px;
  margin-bottom: -13px; }

#ipt-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000; }

#ipt-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

#ipt-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #000; }

#ipt-search:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

#ipt-search:focus {
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px; }

.btn-search {
  background: transparent;
  color: #000; }

/*.dd-product-wrap { border-left:1px solid $orange; border-right: 1px solid $orange; }*/
.dd-product-wrap button {
  background: transparent !important;
  color: #000;
  border: 0;
  padding: 2px 10px;
  font-weight: bold;
  border-left: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
  border-radius: 0; }

.dd-product-wrap .dropdown-menu {
  background: #e7e7e7; }

.dd-product-wrap .dropdown-toggle:hover {
  background: transparent;
  color: #000 !important; }

.dd-product-wrap .dropdown-toggle::after {
  display: none; }

.dd-product-wrap i {
  color: var(--orange); }

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none; }

.nav-second-wrap .navbar {
  padding: 0 1rem 0 0; }

.nav-second-wrap .nav-link {
  font-size: 14px;
  color: #fff !important;
  transition: all 0.3s ease; }

.nav-second-wrap .nav-link.active {
  color: var(--orange) !important;
  font-weight: bold; }

.nav-second-wrap .dropdown-toggle::after {
  display: none; }

.report-wrap .nav-link {
  font-size: 12px; }

.nav-link:hover {
  color: var(--orange) !important; }

.navbar-light .navbar-toggler {
  border: 0; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(241, 89, 42, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-toggler {
  padding: 0; }

.copyright {
  border-top: 1px solid #c6c6c6;
  z-index: 1;
  position: relative; }

.btn-footer-show {
  display: table;
  border: 1px solid orange;
  background: #000;
  color: #fff;
  position: absolute;
  margin: -10px 0 0 0;
  right: 15%;
  font-size: 12px;
  color: #fff;
  z-index: 2; }

.footer_hide {
  width: 100%;
  position: fixed;
  height: 0px;
  bottom: 0;
  overflow: none;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.footer_hide.show {
  height: 300px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.dropdown-menu li a {
  border: 1px solid #f4f4f4 !important; }

.dropdown-menu li a:hover {
  border: 1px solid var(--orange) !important;
  background: #f4f4f4 !important;
  color: var(--orange); }

.dropdown-menu {
  padding: 20px 0;
  /*display:block !important;*/
  height: 517px; }

.dropdown-menu .secondlevel {
  top: -106px !important;
  background: #fff !important;
  padding: 44px 0 43px 20px; }

.dropdown-menu .secondlevel li a {
  border: 1px solid #fff !important; }

.dropdown-menu .secondlevel li a:hover {
  color: var(--orange);
  background: transparent !important; }

.ddservices .dropdown-item:hover {
  background: transparent;
  color: var(--orange); }

.btnddservices .btnddservicesbtn:focus {
  color: #000; }

@media all and (max-width: 768px) {
  /*.nav-border-r { border-right:0 }*/
  .btn-join-us {
    margin-right: 0; }
  /*#ipt-search { border:1px solid $orange !important; }
	.dd-product-wrap { border-left:0; border-right: 0; }*/
  /*nav form { border-bottom: 1px solid #ccc; padding-bottom:0; }*/
  /*nav form {
    border-bottom: 0;
    border-top: 1px solid var(--orange);
    margin-top: 5px;
    padding: 0 !important; }*/
    .footer_hide.show {
        height: 520px;
    }
  #ipt-search {
    margin-bottom: -9px; }
  .nav-first-wrap .dropdown .dropdown-menu {
    background: #e7e7e7;
    border: 0; }
  .nav-first-wrap .dropdown .dropdown-menu a {
    font-size: 14px; }
  .nav-first-wrap .dropdown .dropdown-menu a:hover {
    background: none;
    color: var(--orange); }
  .nav-first-wrap .input-group {
    width: 100%; } }

@media all and (max-width: 480px) {
  .btn-footer-show {
    right: 2%;
    margin-top: -5%;
    font-size: 10px; }
  .footer_hide.show {
    height: 470px; }
  .dropdown-menu .secondlevel {
    top: 0 !important;
    padding: 10px 15px; }
  .dropdown-menu .border-r {
    border-right: 0 !important; } }

footer {
  line-height: 1em; }
  footer h6 {
    font-weight: bold;
    color: var(--orange);
    margin-bottom: 1rem; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      margin-bottom: .4rem; }
    footer ul li a {
      color: #000; }
    footer ul li a:hover {
      color: var(--orange);
      text-decoration: none; }
  footer .copyright {
    background: #000;
    color: #fff;
    font-size: 12px; 
    
  }

    
@media all and (max-width: 480px) {
  footer {
    font-size: 11px; }
    footer .copyright {
      font-size: 10px; } }

.banner-arrow, .banner .arrow-prev, .banner .arrow-next {
  cursor: pointer;
  border: 0px solid red;
  display: table;
  position: absolute;
  top: 50%;
  z-index: 9;
  color: #FFF;
  /*background: #fff;
  border-radius: 50%;*/
  transition: all 0.3s ease; }

.banner {
  margin: 0 -15px; }
  .banner .arrow-prev {
    left: 3%; }
  .banner .arrow-next {
    right: 3%; }
    .banner .arrow-prev:hover, .banner .arrow-next:hover {
        color: var(--orange);
        ;
    }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.slick-dots {
  bottom: 5% !important; }

.slick-dots li button:before {
  font-size: 20px !important;
  color: #fff !important; }

.slick-dots li.slick-active button:before {
  color: var(--orange) !important; }

.top-info, .bottom-info {
  z-index: 1;
  /*padding: 5px 10px;*/ 

}

.top-info {
  top: 15px;
  right: 15px;
  background: rgba(241, 89, 42, 0.5); }

.bottom-info {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0px 0 0;
    
}

.prod-img {
  z-index: 0;
  overflow: hidden; }

.info-name {
    /*background: rgba(255, 255, 255, 1);*/
    background: var(--grey);
    border: 1px solid #ccc;
    width: 100%;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    height: 58px;
    text-decoration: none !important;
    overflow: hidden;
}

/*.newproduct .info-name { min-height:60px; }*/
/*.productoftheday .bottom-info {
  padding-left: 15px; }*/

/*
.newproduct .bottom-info { left:0; }
.newproduct .top-info, .productoftheday .top-info { color: #fff; font-size:14px; }
.productoftheday .info-name, .newproduct .info-name { color: #fff; font-size:14px; }
*/
.prod-arrow-prev, .prod-arrow-next {
    position: absolute;
    display: table;
    border: 0px solid red;
    top: -30px;
    color: var(--blue);
    transition: all 0.3s ease;
    cursor: pointer;
}

.prodday-arrow-prev, .prodday-arrow-next {
    position: absolute;
    display: table;
    border: 0px solid red;
    top: -50px;
    right: -30px;
    color: var(--blue);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .prod-arrow-prev:hover, .prod-arrow-next:hover, .prodday-arrow-prev:hover, .prodday-arrow-next:hover {
        color: var(--green);
        /*background: #fff;*/
    }

.prod-arrow-next {
  right: 20px; }

.prod-arrow-prev {
    right: 60px;
}

.prod-brow {
  width: 98%; }

.prodday-arrow-next {
  right: 20px; }

.prodday-arrow-prev {
  right: 60px; }

.verified_supplier .logo_wrap {
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  width: 180px;
  height: 180px;
  text-align: center;
  margin: 0 auto; }

.verified_supplier .logo_wrap img {
  width: 100%;
  display: block;
  margin: 0 auto; }

.verified_supplier .name {
  color: #fff;
  text-align: center;
  font-size: 12px; }

.supplier-arrow-prev, .supplier-arrow-next {
  position: absolute;
  display: table;
  border: 0px solid red;
  top: 25%;
  color: #000;
  /*background: #fff;
  border-radius: 50%;*/
  transition: all 0.3s ease;
  cursor: pointer; }

.supplier-arrow-next {
  right: -80px; }

.supplier-arrow-prev {
  left: -80px; }

.supplier-arrow-prev:hover, .supplier-arrow-next:hover {
  color: var(--orange);
  /*background: #000;*/ }

.btn-view-more {
  margin: 4% 6% 0 0;
  background: #fff;
  border-radius: 20px;
  color: var(--orange);
  /*border-color: var(--orange);*/
  font-size: 13px; }

.btn-view-more:hover {
  color: #fff;
  background: var(--orange); }

@media all and (max-width: 768px) {
  .btn-view-more {
    margin: 12% 0 0 0; }
  .title {
    font-size: 16px; }
  .btn-view-more {
    font-size: 12px;
    margin: 0 auto; }
  .verified_supplier .logo_wrap {
    width: 160px;
    height: 160px; }
  .prod-brow {
    width: 100%; } }

.btn-group {
  width: 100%; }
  .btn-group button {
    width: 100%;
    background: transparent;
    border-color: var(--orange);
    color: #000;
    text-align: left; }
  .btn-group .dropdown-menu {
    width: 100%; }
  .btn-group button:hover, .btn-group .show > .btn-secondary.dropdown-toggle {
    background: transparent;
    color: #888; }
  .btn-group .dropdown-toggle-split::after {
    float: right;
    margin-top: 2%; }
  .btn-group .dropdown-menu a {
    font-size: 12px; }

.bg_city_reg {
  background: url(./dist/img/registration_bg.png) bottom center no-repeat;
  background-size: contain;
  padding-bottom: 8%; }

@media all and (max-width: 768px) {
  .bg_city_reg {
    background-size: 300%; } }

#title_export .circle {
  padding: 45px 10px; }

#exportguide .num {
  color: #9E371B;
  font-size: 60px;
  font-weight: bold; }

#exportguide .q {
  color: var(--orange);
  font-size: 30px;
  font-weight: bold; }

#exportguide .border-left-1 {
  border-left: 2px solid #000; }

#exportguide .border-left-1-o {
  border-left: 2px solid var(--orange); }

#exportguide .num_sub {
  font-weight: bold;
  font-size: 20px; }

#exportguide .num_title {
  font-size: 20px;
  color: var(--orange);
  font-weight: bold; }

@media all and (max-width: 1000px) {
  #title_export .circle {
    padding: 34px 10px; }

    #title_export div {
        font-size: 24px;
    }
}

@media all and (max-width: 480px) {
    #title_export .circle {
        padding: 26px 10px;
    }
  #title_export div {
    font-size: 16px; }
  #exportguide .num {
    color: #9E371B;
    font-size: 40px;
    font-weight: bold; }
  #exportguide .q {
    color: var(--orange);
    font-size: 20px;
    font-weight: bold; }
  #exportguide .border-left-1 {
    border-left: 0px; }
  #exportguide .border-left-1-o {
    border-left: 0px; }
  #exportguide .num_sub {
    font-weight: bold;
    font-size: 15px;
    text-align: left; }
  #exportguide .num_title {
    font-size: 15px;
    color: var(--orange);
    font-weight: bold;
    text-align: left; } }

.bg_city_company_color {
    background: linear-gradient(#fff, #fff, #eee);
} 

.bg_city_company {
    padding: 5% 0;
    background: url(./dist/img/company_bg.png) bottom center no-repeat;
    background-size: 90%;
}
  .bg_city_company .name {
    font-weight: bold;
    font-size: 18px; }
  .bg_city_company .varified {
    color: var(--orange);
    font-weight: bold; }

.company-info {
  display: table; }

.company-label {
  color: var(--black);
  font-weight: bold; }

.companyproduct .bottom-info {
  padding-right: 0; }

/*
.companyproduct {
	.bottom-info { bottom: 0; left: 0; width: 100%; margin-right:15px; height: 50px; }	
	.info-name { text-align: center; }
}*/
.companyprod-arrow-prev, .companyprod-arrow-next {
  position: absolute;
  display: table;
  border: 0px solid red;
  top: -40px;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer; }

.companyprod-arrow-prev:hover, .companyprod-arrow-next:hover, .companyprod-arrow-prev:hover, .companyprod-arrow-next:hover {
  color: var(--orange);
  background: #fff; }

.companyprod-arrow-next {
  right: 0; }

.companyprod-arrow-prev {
  right: 60px; }

.contactus_wrap .label {
  color: #ccc;
  font-size: 16px; }

.contactus_wrap .input {
  font-size: 15px; }

.contactus_wrap i {
  color: #F4F6F7;
  font-size: 25px; }

@media all and (max-width: 480px) {
  .companyproduct .bottom-info {
    width: 100%;
    height: 40px; }
  .contactus_wrap .title {
    text-align: left !important; }
  .contactus_wrap .label {
    color: #ccc;
    font-size: 14px; }
  .contactus_wrap .input {
    font-size: 14px; }
  .contactus_wrap i {
    color: #F4F6F7;
    font-size: 15px; } }

#contactus {
  padding: 3% 0 20% 0;
  background: url(./dist/img/contacus_bg.png) bottom center no-repeat;
  background-size: 90%; }

#sitemap {
    padding: 3% 0 20% 0;
    background: url(./dist/img/contacus_bg.png) bottom center no-repeat;
    background-size: 90%;
}

#title_contact .circle {
  padding: 20px 20px; }


#frmcontactus .title {
  color: var(--orange);
  font-size: 18px; }

.contactusfrm_wrap {
  margin: 0 0 0 5%; }

.dropin {
  float: right;
  margin: -30% 0 0 0; }

@media all and (max-width: 480px) {
  .contactusfrm_wrap {
    margin: 0; }
  .dropin {
    float: none;
    margin: 0; }
  #contactus {
    background-size: 300%;
    padding-bottom: 50%; } }

.category_name {
  color: var(--orange); }

.category_list {
  display: table; }
  .category_list ul {
    padding: 0;
    margin: 0 0 0 7%;
    list-style: none; }
  .category_list ul li {
    transition: all 0.3s ease;
    cursor: point; }
  .category_list ul li:hover {
    color: var(--orange); }

/*#product {
  
	.bottom-info { 
		position: absolute; 
		z-index: 1; padding:5px 10px; 
	 	bottom: 15px; left: 0; 
	 	background: rgba(0,0,0,.5); 
	} }*/
  #product .hotprod-arrow-prev, #product .hotprod-arrow-next {
    position: absolute;
    display: table;
    border: 0px solid red;
    top: -35px;
    color: #fff;
    background: var(--orange);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer; }
  #product .hotprod-arrow-prev:hover, #product .hotprod-arrow-next:hover, #product .hotprod-arrow-prev:hover, #product .hotprod-arrow-next:hover {
    color: var(--orange);
    background: #fff; }
  #product .hotprod-arrow-next {
    right: 16px; }
  #product .hotprod-arrow-prev {
    right: 68px; }
  #product .companysupplier-arrow-prev, #product .companysupplier-arrow-next {
    position: absolute;
    display: table;
    border: 0px solid red;
    top: -30px;
    color: #fff;
    background: var(--orange);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer; }
  #product .companysupplier-arrow-prev:hover, #product .companysupplier-arrow-next:hover, #product .companysupplier-arrow-prev:hover, #product .companysupplier-arrow-next:hover {
    color: var(--orange);
    background: #fff; }
  #product .companysupplier-arrow-next {
    right: 16px; }
  #product .companysupplier-arrow-prev {
    right: 68px; }
  #product .logo_wrap {
    border-radius: 50%;
    overflow: hidden;
    width: 210px;
    height: 210px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--orange);
    cursor: pointer; }
  #product .logo_wrap img {
    width: 60%;
    display: block;
    margin: 5% auto 1% auto; }
  #product .logo_wrap .logo_name {
    font-weight: bold; }
  #product .company_details {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    width: 210px;
    height: 210px;
    text-align: center;
    background: var(--orange);
    padding: 25% 0 0 0;
    opacity: 0;
    transition: all 0.3s ease; }
  #product .logo_wrap:hover .company_details {
    opacity: 1; }

.bg_product {
  background: url(./dist/img/product_bg.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 5%; }

@media all and (max-width: 480px) {
  .bg_product {
    background-size: 300%; } }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #666; }

.btn-filer {
  padding: 10px;
  font-size: 14px; }

#productlist ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none; }

#productlist ul li {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer; }

#productlist ul li:hover {
  color: var(--orange); }

#productlist ul li a {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease; }

#productlist ul li a:hover {
  color: var(--orange);
  text-decoration: none; }

#productlist #prod-list .prod-info {
  position: relative;
  background: #000;
  padding: 10px; }
  #productlist #prod-list .prod-info .name {
    color: var(--orange);
    font-size: 15px; }
  #productlist #prod-list .prod-info .companyname, #productlist #prod-list .prod-info .location {
    font-size: 13px; }

#productlist #prod-list .prod-img {
  background: #ccc;
  text-align: center; }

.sk-circle {
  margin: 5% auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--orange);
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: transparent; }

.breadcrumb-arrow li:first-child a {
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px; }

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top; }

.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px; }

.breadcrumb-arrow li + li:before {
  padding: 0;
  content: ""; }

.breadcrumb-arrow li span {
  padding: 0 10px; }

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 40px 0 40px;
  line-height: 36px; }

.breadcrumb-arrow li:first-child a {
  padding: 0 40px; }

.breadcrumb-arrow li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: var(--orange);
  border: 1px solid var(--orange);
  transition: all 0.3s ease; }

.breadcrumb-arrow li:first-child a {
  padding-left: 40px; }

.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transition: all 0.3s ease; }

.breadcrumb-arrow li a:before {
  right: -10px;
  z-index: 3;
  border-left-color: var(--orange);
  border-left-style: solid;
  border-left-width: 11px; }

.breadcrumb-arrow li a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #fff; }

.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
  background-color: #f27a2a;
  border: 1px solid #f27a2a; }

.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
  border-left-color: #f27a2a; }

.breadcrumb-arrow li a.active,
.breadcrumb-arrow li a:active {
  background-color: #f27a2a;
  border: 1px solid #f27a2a; }

.breadcrumb-arrow li a.active:after, .breadcrumb-arrow li a.active:before,
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
  border-left-color: #f27a2a; }

.breadcrumb-arrow li span {
  color: #434a54; }

.similarproducts-arrow-prev, .similarproducts-arrow-next {
    position: absolute;
    display: block;
    border: 0px solid red;
    bottom: -20px;
    color: var(--blue);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1000;
}

.similarproducts-arrow-prev:hover, .similarproducts-arrow-next:hover {
  color: var(--green); }

.similarproducts-arrow-next {
    /*right: 20px;*/
    margin-right: -12px;
    right: 0px;
    top: 65%;
    transform: translateY(-50%)
}

.similarproducts-arrow-prev {
    /*right: 55px;*/
    margin-left:-25px;
    top: 65%;
    transform: translateY(-50%)
}
.similarproducts, .nexthitproducts {
    margin-left: 2px;
}
.similarproducts .prod-info {
    position: relative;
    background: #000;
    padding: 10px;
}
  .similarproducts .prod-info .name {
    color: var(--orange);
    font-size: 15px; }
  .similarproducts .prod-info .companyname, .similarproducts .prod-info .location {
    font-size: 13px; }

.similarproducts .prod-img {
  background: #ccc;
  text-align: center; }

.pd-info {
  display: none; }

.pd-info:first-child {
  display: block; }

.pd-info-details .label {
  font-weight: bold; }

@media all and (max-width: 480px) {
  .breadcrumb-arrow {
    display: none; }
  .pd-info {
    display: block; } }

.e-title {
  width: 40%; }

.btn-error-back {
  border: 1px solid var(--orange) !important;
  padding: 10px; }

.btn-error-back img {
  width: 50%; }

@media all and (max-width: 480px) {
  .e-title {
    width: 60%; }
  #errorpage {
    background-size: 300%;
    padding-bottom: 50%; }
    #errorpage h4 {
      font-size: 15px; } }

#marketing .navbar-brand {
  border-right: 1px solid var(--orange); }

#marketing .navbar-brand img {
  width: 80%; }

#marketing .nav-link.active {
  color: var(--orange); }

.m_form_wrap {
  padding: 20px;
  border-radius: 30px;
  background: url(./dist/img/joinus_bg.png) bottom center no-repeat rgba(0, 0, 0, 0.8);
  padding-bottom: 20%; }
  .m_form_wrap .form-control {
    background: transparent;
    color: #fff; }
  .m_form_wrap label {
    font-size: 16px; }
  .m_form_wrap .btn-theme {
    background: transparent; }

.forange {
  color: var(--orange); }

.intro-title {
  margin-top: 60%; }
  .intro-title h1 {
    color: var(--orange);
    font-weight: bold; }
  .intro-title h3 {
    font-weight: bold; }

.bannermarket {
    background: url(./dist/img/header-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 2% 15px;
}

.circlewhat {
  border-radius: 50%;
  background: var(--orange);
  width: 140px;
  height: 140px;
  margin: 0 auto; }

.circlewhat img {
  margin-top: 22%;
  width: 55%; }

.circlefont {
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 2%;
  font-weight: bold; }

.benefit_wrap {
  background: #FBB346; }

.benefit_wrap img {
  width: 10%; }

.benefit_content {
  padding: 20px; }

.benefit_circle {
  border-radius: 50%;
  background: var(--orange);
  width: 140px;
  height: 140px;
  margin: 0 auto;
  color: #fff;
  padding-top: 12%;
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  margin-top: -25%; }

.partners_wrap .name, .partners_wrap h2 {
  color: #FBB346; }

.partners_wrap .name {
  font-size: 14px;
  text-align: center; }

.partner_list a {
  text-decoration: none; }

.partnerlist-arrow-prev, .partnerlist-arrow-next {
  position: absolute;
  display: table;
  border: 0px solid red;
  top: 30%;
  color: var(--orange);
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer; }

.partnerlist-arrow-prev:hover, .partnerlist-arrow-next:hover {
  color: #fff;
  background: var(--orange); }

.partnerlist-arrow-next {
  right: -60px; }

.partnerlist-arrow-prev {
  left: -80px; }

.testimoniallist .testiimg {
  border-radius: 50%;
  border: 1px solid var(--orange);
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 22px; }

.testimoniallist .name {
  text-align: center;
  color: #000; }

.testimoniallist .slick-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: .5;
  transition: .3s ease-in-out all; }

.testimoniallist .slick-slide .name {
  display: none; }

.testimoniallist .slick-slide.slick-center {
  opacity: 1;
  -webkit-transform: scale(1.08);
          transform: scale(1.08); }

.testimoniallist .slick-slide.slick-center .name {
  display: block; }

.testimoniallist a {
  text-decoration: none; }

.about_content {
  background: #F49420;
  border-radius: 50%;
  height: 650px;
  width: 650px;
  padding-top: 13%;
  margin: -10% auto 0 auto; }

.about_txt {
  width: 60%;
  margin: 0 auto;
  text-align: center; }

.service_wrap {
  position: relative;
  border-bottom: 3px solid var(--orange); }
  .service_wrap .num {
    color: #ED912E;
    opacity: .2;
    font-size: 56px;
    font-weight: bold;
    margin-top: -40%; }

.customer_review {
    background: url(./dist/img/bg.png) bottom center no-repeat #ffffff;
    padding-bottom: 10% !important;
    background-size: 90%;
}

.about_mine {
    background: url(./dist/img/bg.png) bottom center no-repeat #f4f4f4;
    padding-bottom: 10% !important;
    background-size: 90%;
}

@media all and (max-width: 480px) {
  #marketing .navbar-brand {
    border-right: 0; }
  #marketing .sec_title div:first-child {
    padding: 16px 10px; }
  .intro-title {
    margin-top: 20%;
    padding: 0 10px; }
  .m_form_wrap {
    margin: 0 10px;
    padding-bottom: 40%; }
  .what_wrap h2 img {
    width: 35%; }
  .about_content {
    border-radius: 0;
    height: auto;
    width: 100%;
    padding: 5%; }
  .about_txt {
    width: 95%; }
  .service_wrap .num {
    margin-top: -20%; }
  .about_mine {
    background-size: 300%; } }


.bg_city_registered {
    background: url(./dist/img/company_bg.png) bottom center no-repeat;
    background-size: 90%;
    padding-bottom:12%;
}