.menu-header{
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2px;
  align-items: center;
}
.menu-header li:hover ul{display:block}
.menu-header li ul{list-style: none;padding: 0;margin: 0;position: absolute;top: 100%;left: 0;width: 100%;padding-top: 1px;display: none;}
.menu-header li ul li{
    border-bottom: 1px solid #cccccc;
}
.menu-header li ul li a{}
.menu-header  li{
  background: #f1f1f1;
  padding: 3px 9px 6px 8px;
  position: relative;
}
.menu-header  li a{
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
  color: var(--primary);
}

.menu-header  li:hover a{}






#main-menu > ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3px;
}
#main-menu > ul > li{}
#main-menu > ul > li:hover > ul{
    display: block;
}
#main-menu > ul > li ul{
    display: none;
    position: absolute;
    background: #00DCFF;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 3px;
}
#main-menu > ul > li ul li{}
#main-menu > ul > li ul li:not(:last-child){
    border-bottom: 1px solid;
}
#main-menu > ul > li ul li a{
    color: var(--primary);
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    font-size: 13px;
}
#main-menu > ul > li > a{
  color: var(--primary);
  background: var(--second);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 9px 15px;
  line-height: 1.2;
  height: 31px;
}
#main-menu > ul > li.active > a,#main-menu > ul > li:hover > a{background:#00dcff;color: var(--primary);}


img.bc-landscape, img.bc-portrait, img.bc-square {
width: 100%;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}

#hero {
margin-bottom: 3.75em
}

#hero .bc-item div.oembed {
margin: 0 auto
}

#hero .bc-item img {
margin-bottom: 0
}

#hero h1 {font-size: 2.5rem;line-height: 1.25;margin: 1em 0 1.2222em;word-wrap: break-word;position: relative;margin-top: 0;}

#hero h1::before {
position: absolute;
left: 0;
bottom: -.65em;
content: "";
background-color: #00dcff;
width: 45px;
height: 4px;
border-radius: 4px
}

#hero .bc-body-text {
font-size: 18px;
color: #23085a
}

#hero .bc-cta a{
  border-radius: 30px;
  padding: 10px 30px;
}
#hero .bc-cta{
margin-top: 20px;
}

#hero .card-body{
  padding: 0;
}








@media(min-width: 850px) {
.bc-item img{max-height: 810px;}

#hero {
  position: relative;
  max-height: 810px
}


#hero {
position: relative;
max-height: 810px;
/* max-width: 1440px; */
margin-left: auto;
margin-right: auto;
}

#hero {
margin-bottom: 3.75em;
}

#hero .card {
  background-color: #fff;
  max-width: 579px
}

#hero h1 {
  margin-top: 0;
  font-size: 42px;
  color: var(--primary);
}

#hero .card {

padding: 36px 33px;
margin: 0;
}


#hero .row {
position: absolute;
z-index: 2;
top: 0;
height: 100%;
display: -ms-flexbox;
display: flex
;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: flex-start;
}
}




@media (min-width: 1440px) {
#hero .bc-item div.oembed {
    max-width: 1440px;
    max-height: 810px;
}
}







.xhotline{
background: url(../images/hotline.png) no-repeat 0px center;
padding-left: 50px;
background-size: 37px;
white-space: nowrap;
}


/* Search */
.search {position: absolute;top: 100%;width: 300px;right: 0;padding: 10px 0;}
.search form{
position: relative;
border: 0;
border-radius: 4px;
overflow: hidden;
}
.search.show-control .wrap-input {
width: 200px;
background: #fff;
z-index: 1;
display: block;
}
.search .wrap-input {
position: absolute;
width: 0;
top: -3px;
right: 0;
display: none;
}
.search .wrap-input span {
position: absolute;
top: 7px;
left: 6px;
color: #737373;
}
.search button {
background: var(--primary);
border: 0;
line-height: 28px;
position: absolute;
z-index: 2;
outline: none;
font-size: 14px;
padding: 0 10px;
border-left: 1px solid #ccc;
right: 2px;
top: 2px;
height: calc(100% - 4px);
padding: 0 25px;
color: #fff;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.search p {
float: left;
width: 35px;
height: 35px;
line-height: 35px;
cursor: pointer;
text-align: center;
margin: 0px;
color: var(--color-gray);
font-size: 16px;
}

.search input {outline: none;background: #fff;font-size: 14px;padding: 8px 0px;width: 100%;position: relative;border-radius: 30px;border: 0;padding: 10px 15px;}
.search input::-webkit-input-placeholder {
color: #ccc;
}
.search input:-moz-placeholder {
color: #ccc;
}
.search input::-moz-placeholder {
color: #ccc;
}
.search input:-ms-input-placeholder {
color: #ccc;
}

.line-top .cart{}
.line-top .cart a i{
position: absolute;
background: #01cbff;
height: 100%;
top: 0;
left: 0;
border-radius: 30px;
width: 30px;
line-height: 30px;
text-align: center;
width: 40px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
color: #fff;
}
.line-top .cart a{
border: 2px solid #01cbff;
display: inline-block;
padding: 7px 13px;
border-radius: 30px;
position: relative;
padding-left: 41px;
color: #333;
font-weight: 500;
font-size: 14px;
}
.xhotline p{
margin: 0;
}
.xhotline span{
text-transform: uppercase;
font-size: 14px;
display: block;
}
.xhotline a{
color: #333;
font-weight: bold;
font-size: 15px;
display: block;
}

/* Header */
.header .hotline-bar {
display: inline-block;
float: right;
background: url(../images/phone.jpg) no-repeat top left;

padding: 0px 0px 0px 62px;
height: 60px;
}
.header .hotline-bar a.mail {
font-size: 16px;
}
.header .hotline-bar a {
color: #cd0000;
font-size: 25px;
font-weight: 700;
line-height: 1.2;
}
.fixed-menu .header.clone .logo-col img{max-height:50px !Important;}
.header.clone .main-logo{
max-height: 59px !important;
}
.header.clone .line-top{
/* padding: 4px !important; */
}
.fixed-menu .header.clone{
opacity: 1;
visibility: visible;
transform:translateY(0px);
}
.header.clone{
position: fixed;
opacity: 0;
visibility: hidden;
transform: translateY(-100px);
}
.line-top{
position: relative;
z-index: 2;
padding-bottom: 6px;
}
.line-top .container{}
/*.header:after{content:"";background: #fff;position: absolute;width: 28%;height: 100%;top: 0;left: 0;}*/
.head-slogan{background: #254daf;width: 100%;text-align: center;font-size: 16px;padding: 5px 0;color: #fff;}
.head-slogan a{
display: inline-block;
margin-left: 5px;
}
#main-header{z-index: 123;background: var(--primary);width: 100%;top: 0;left: 0;}
.header {
top: 0;
z-index: 123;
width: 100%;
transition: 0.4s ease;
color:#333;
margin-bottom: -1px;
position: relative;
}
.top-xmenu{
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 3px;
}
.top-xmenu li:after{content:"";width: 1px;position: absolute;height: 12px;background: #ccc;right: 0;top: 7px;}  
.top-xmenu li:last-child{
padding-right: 0;
}
.top-xmenu li:last-child:after{
display: none;
}  
.top-xmenu li{
display: inline-block;
position: relative;
padding-right: 4px;
}
.top-xmenu li a{
font-size: 13px;
color: #000;
}
.top-xmenu li:hover a{}
.show-modal-pick:hover{
text-decoration: none;
color: #fff;
background: #00a553;
}
.show-modal-pick{
display: block;
background: #ff694b;
color: #fff;
padding: 6px 10px;
font-size: 13px;
text-align: center;
border-radius: 7px;
transition: 0.4s ease;
}
.show-modal-pick i{}
.header .time{
background: url(../images/clock.png) no-repeat;
padding-left: 60px;
}
.header .time p{
margin: 0;
font-size: 17px;
font-weight: 700;
}
.header .time p:last-child{}

.header .hotline{
margin-left: 30px;
background: url(../images/support.png) no-repeat;
padding-left: 60px;
}
.header .hotline p{
margin: 0;
font-size: 17px;
font-weight: 700;
}
.header .hotline p:last-child{} 
.header .hotline p:last-child a{
color: red;
text-decoration: none !important;
} 

.hide-slide .header {
}
.hide-slide .header,
.fixed-menu .header li a{padding-top: 5px;padding-bottom: 5px;}
.fixed-menu .header {box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);background: var(--primary);}
.fixed-menu .header .logo-site {height:50px}
.hide-slide .header a,
.fixed-menu .header a {
/* color:#121212 */
}
.hide-slide .header .no-hover a,
.hide-slide .header .search a,
.fixed-menu .header .no-hover a,
.fixed-menu .header .search a {
color: #333;
}
.hide-slide .menu li.search > div > i,
.fixed-menu .menu li.search > div > i {
color: #333;
}

.logo-col{
position: relative;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 27px;
}



.logo-col a{}

.header .tools{}
.header .tools a{
color: #333;
margin-left: 5px;
text-decoration: none  !important;
}
.header .tools a span{
background: #ce9430;
width: 20px;
height: 20px;
text-align: center;
display: inline-block;
line-height: 20px;
color: #fff;
font-size: 11px;
border-radius: 50%;
margin-right: 5px;
position: relative;
top: -2px;
}

/* Menu */
.wrap-menu .menu {
position: relative;
}
.wrap-menu {
position: relative;
position: sticky;
position: -webkit-sticky;
top: 0;
left: 0;
z-index: 123;

}
.menu ul:first-child {
padding: 0px;
margin: 0;
list-style: none;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
}

.menu li.search > div > i {
/* position: relative; */
/* top: 9px; */
cursor: pointer;
color: #fff;
font-size: 18px;
}
.menu .dropdown a {
background: transparent !important;
color: #111 !important;
text-align: left;
font-size: 12px;
}
.menu .dropdown .dropdown-menu a {
padding: 7px 7px;
}

.hide-slide .menu .dropdown > a span,
.fixed-menu .menu .dropdown > a span {
color: #111;
}
.menu .dropdown > a span {
max-width: 88px;
overflow: hidden;
display: inline-block;
color: #fff;
}
.menu .dropdown > a {
border: 1px solid #ccc;
font-size: 13px;
border-radius: 3px;
text-transform: none;
}
.menu .dropdown .dropdown-menu {
padding: 3px 0;
}
.menu li.search {
cursor: pointer;
flex: 0;
padding-left: 20px;
}
.menu li.search span {
cursor: pointer;
}
.menu li.search div {
}
.menu li.search form {
position: relative;
}
.menu li.search form input {
background: #ffffff63;
}
.menu li.search form button {
transition: #fde212;
top: 0;
height: 100%;
border: 0;
right: 0;
position: absolute;
width: 43px;
color: #fff;
padding: 4px 0;
}
.menu .phone{}
.menu .phone a{color:#ef5958;font-size: 30px;text-shadow: 1px 1px 1.7px rgba(255, 255, 255, 1);font-weight: bolder;}
.menu .phone a:after{display:none !important
}
.menu .search-form{width:100%;max-width: 350px;}
.menu  ul:first-child > li {
position: relative;
z-index: 99;
-ms-flex: 1 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: auto;
}
.menu ul li.line {
width: 1px;
height: 15px;
background-color: rgba(255, 255, 255, 0.5);
}
.phone-link a{}
.menu ul li a {position: relative;z-index: 1;text-align: center;text-decoration: none !important;text-align: center;padding: 24px 0px;text-transform: uppercase;color: #333;font-size: 20px;border-radius: 1px;margin: 0 3px;transition: all 0.4s ease;background: transparent;margin: 0 4px;width: 100%;transition: 0.4s ease;background: transparent;font-weight: 600;position: relative;}
.menu ul li a h2 {
font-size: 15px;
color: #fff;
margin: 0px;
padding: 16px 14px;
text-transform: uppercase;
}
.clone .menu  ul:first-child > li > a:after{
bottom: 5px;
}
.menu  ul:first-child  > li > a:after{content:"";transition:0.4s ease;border-bottom:2px solid transparent;left: 0;position: absolute;width: 0;bottom: 15px;}
.menu ul li a.active:after,
.menu ul li:hover > a:after{width: 100%;background: #000;}

.menu ul li a.active:before,.menu ul li:hover > a:before{width: 50%;background: #000;}

.menu ul li.lang span {
padding: 5px 7px;
display: inline-block;
}
.menu ul li.lang .active span {
background: #0b6740;
color: #fff;
}
.menu ul li li:hover > a {
color: #000000;
}
.cart-menu a {
position: relative;
}
.cart-menu a span {
position: absolute;
background: red;
width: 15px;
height: 15px;
font-size: 11px;
text-align: center;
line-height: 13px;
border-radius: 50%;
top: 2px;
right: 5px;
}
.menu ul li.no-hover a {
color: #fff;
}
.menu ul li.no-hover:hover a,
.menu ul li.search:hover > a {
background: transparent;
}
.menu ul li .lang-switch{}
.menu ul li .lang-switch a img{
position: relative;
margin-right: 5px;
top: -2px;
}
.menu ul li .lang-switch a{
font-size: 12px !important;
color: #fff !important;
} 
.menu ul li.lang{min-width: 130px;text-align: right;width: 100px;display: block;} 
.menu ul li li{
}
.search-form{

}
.search-form form input{
  background: #ffffff7a;
}
.search-form form{position: relative;width: 100%;}
.search-form button{
position: absolute;
top: 0;
right: 0;
border: 0;
height: 100%;
background: transparent;
width: 40px;
text-align: center;
}

.search-form input{
border-radius: 30px;
font-size: 13px;
}
.menu ul li {
position: relative;
white-space: normal;
}
.menu ul li ul {
position: absolute;
box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
top: 100%;
list-style: none;
padding: 0;
margin: 0;
white-space: nowrap;
left: 0;
background: #fff;
border-radius: 5px;
}
.menu ul li:hover > ul {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.menu ul li ul li a {
text-align: left;
border-bottom: 1px solid rgb(41 41 41 / 18%);
color: #6c6c6c;
text-transform: none;
padding: 10px 15px;
margin: 0;
min-width: 200px;
background: transparent !important;
display: block;
font-weight: 500;
font-size: 1rem;
}
.menu ul li ul li:last-child > a {
border-bottom: 0px;
}
.menu ul li ul li a h2 {
font-size: 14px;
padding: 12px 15px;
}
.menu ul li ul li ul {
top: 0px;
left: 100%;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.top-header p:last-child{margin-bottom:0}
.top-header{position: relative;/* background: #565656; */color: #fff;padding: 7px 0;}
@media(max-width:768px){
  #main-menu{display: none}
  .menu-header{
    display: none;
  }
.top-header.d-block{background: var(--primary);border-top: 4px solid yellow;position: sticky;top: 0;z-index: 1000;box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;}
.top-header{
padding: 10px 0;
font-size: 15px;
}
.logo-site{
  max-height: 40px;
}
}
.trigger-search i{
    font-size: 22px;
}
.trigger-search .fa-times-circle {
    font-size: 27px;
}
.trigger-search{
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: calc(50% - 13.5px);
    right: 10px;
}
.search-mobile-custom.active{display:block}
.search-mobile-custom{
    position: relative;
    position: absolute;
    top: calc(50% - 23px);
    left: 10px;
    width: calc(100% - 70px);
    display: none;
}
.search-mobile-custom .form-search {
}
.search-mobile-custom .form-search form{
    background: #fff;
    padding: 2px;
    position: relative;
}
.search-mobile-custom .form-search form input{
    width: 100%;
    padding: 10px 10px;
    border: 0;
    border-radius: 2px;
}
.search-mobile-custom .form-search form button{
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--primary);
    color: #fff;
    border: 0;
    height: calc(100% - 4px);
    width: 50px;
}
.menu-res i{color:#fff;font-size: 21px;}
.menu-res{
    background: var(--primary);
    width: 40px;
    height: 34px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    border-radius: 3px;
}

nav#menu{
    background: #fff;
    padding: 10px;
    display: none;
    margin-top: 10px;
}
nav#menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
nav#menu ul li:last-child{margin-bottom:0}
nav#menu ul li{
    margin-bottom: 10px;
}
nav#menu ul li a{
    text-decoration: none;
    color: var(--primary);
    font-size: 17px;
}
body.menu-active nav#menu{display: block !important;}