.align-items-center{align-items: center;}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 222;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(34, 34, 34, 0.3);
          box-shadow: 0 0 5px rgba(34, 34, 34, 0.3);
}


header.sticky .header-top-bg{ border-bottom:2px solid #f6a80d; z-index:999;}

.header-top-bg{
	background-color: #000;
	padding:10px 0;
}
.header-main .col-logo .logo{padding:0 10px;border-radius: 10px;}
.header-main .col-logo .logo img {
max-height:80px;}

.header-main {
  margin: 0px 0;
}

.header-bottom .row {
  margin: 0 -5px;
}

.header-bottom .row .col-12 {
  padding: 0 5px;
}




header .header-main .hotline {
    float: right;
    font-size:16px;
    line-height: 20px;
    padding-left: 32px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
	text-align:left;
	color:#ffe200;
}
header .header-main .hotline ul{ list-style: none; margin:6px 0;}
header .header-main .hotline svg{color:#e5a20d; padding-right:5px;font-size:24px;}

header .header-main .hotline span {
    display: inline-block;
    font-weight: 700;
    margin-top: 3px;
	color:#fbee3d;
	font-size:22px;
	text-decoration:underline;
}


header .header-main .hotline em {
    display: block;
    font-size: 14px;
    line-height: 20px;
	color:#0cae65;
}
.header-main .banner-top{ float:left; max-width:700px;}
.header-main .banner-top .banner-top-content{ margin-top:0px;}
header .header-main .search-btn{
 float: right;
    font-size:16px;
    line-height: 24px;
    height: 50px;
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
	text-align:left;
}
header .header-main .search-btn svg{ margin-top:5px; height:40px; width:40px;stroke: #0cae65;cursor: pointer;}

.search-main {
  background: #fff;
  color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: none;
}

.search-main .btn-close {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  border: none;
  background: #f44336;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
  cursor: pointer;
}

.search-main .btn-close:hover {
  background: #e42214;
}

.search-main .wrap {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70%;
  justify-content: center;
  margin-top: 10%;
}

.search-main .title-search {
  padding: 10px 0;
  font-size: 30px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

.search-main form {
  width: 100%;
}

.search-main form input {
  height: 80px;
  outline: 0;
  text-indent: 10px;
  font-size: 40px;
}

/* search */
#search {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}

#search .input-search {
  border-radius: 15px;
  border-color: transparent;
  padding: 10px 15px;
  height: 30px;
  font-size: 12px;
  background-color: transparent;
  color: #000;
  border-color: #ddd;
}

#search .input-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

#search .input-search.active, #search .input-search:active, #search .input-search:focus {
  box-shadow: none;
  background-color: rgba(146, 146, 146, 0.3);
}

#search .btn-search {
  position: absolute;
  top: 0;
  right: 10px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 12px;
  background: transparent;
  border: none;
  color: #333;
}

header .header-main .cart{

 float: right;
    font-size:16px;
    line-height: 24px;
    height: auto;
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
	text-align:left;}
	


header .header-main .cart img {
  width: 35px;
  height: auto;
}

header .header-main .cart i {
  font-size: 20px;
}

header .header-main .cart .num-cart {
  content: "";
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  color: #000;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  background-color: #FFFF00;
}

header .header-main .cart .text {
  margin-left: 10px;
}

header .header-main .cart .icon-cart {
  background-color: #f44336;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
}
	

.header-bottom {
  border-top: 1px solid #000;
  background-color:#f6a80d;
}

.mobile_menu_trigger .nav-icon {
  margin-left: auto;
  width: 25px;
  cursor: pointer;
}

.mobile_menu_trigger .nav-icon div {
  margin: 5px 0;
}

.mobile_menu_trigger .nav-icon div, .mobile_menu_trigger .nav-icon:after, .mobile_menu_trigger .nav-icon:before {
  content: "";
  background: #fff;
  height: 2px;
  display: block;
}

.mobile_menu_trigger .nav-icon:after {
  width: 10px;
  margin-left: auto;
}

.header-menu{
display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}

.wrap-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
.search-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
.header-main .cart{ display:none}		
@media (max-width: 992px) {
.header-main .cart{ display:block}		
.header-top-bg{
	padding:6px 0;
}
	
.header-main .banner-top{ display:none}
.header-main .col-logo .logo img{
    max-height: 40px;
	}	
.mobile_menu_trigger{
	margin-top:0px;}	
.header-main {
    margin: 0px 0;
  }
  .logo {
    max-width: 130px;
  }
  .hotline {
    padding: 0;
    margin: 0;
  }
  .hotline .wrap {
    margin: 0;
  }
  .hotline .wrap .text .phone {
    font-size: 22px;
  }
  header.sticky .header-main {
    display: block;
  }
  
.close-mm {
  position: absolute;
  top: 5px;
  right: 80%;
  background-color: #f6a80d;
  color: #fff;
  border-radius: 100px 0 0 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
} 

.wrap-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
.search-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
		display:none;
}
 
  .wrap-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .wrap-menu.active {
    left: 0;
  }
  .menu {
    background: #f6a80d;
    padding: 15px;
    min-height: 100vh;
    margin-bottom: 0;
    width: 80%;
    margin-left: 20%;
    list-style: none;
    position: relative;
  }
  .menu .has-sub {
    position: relative;
  }
  .menu .has-sub.open > a {
    font-weight: bold;
  }
  .menu .has-sub.open > i:before {
    content: "\f105";
  }
  .menu .has-sub > i {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
	color:#FFFFFF;
  }
  .menu .has-sub > i:before {
    content: "\f107";
  }
  .menu > li {
    border-bottom: 1px solid #f9c765;
  }
  .menu > li > a {
    color: #fff;
    font-size: 0.8rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .menu a {
    color: #fff;
    padding: 5px;
    display: inline-block;
  }
  .menu a:hover {
    color: #e61421;
	background-color:#818182;
  }
  .menu ul {
    list-style: none;
    padding-left: 15px;
    display: none;
  }
  .menu .sub-1 {
    display: none;
  }
}

@media (min-width: 991px) {
.search-menu{
display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}	
.search-menu-left{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width:200px;
	margin:9px 0;	
	}
	
.input-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
    }
.input-search input{ width:100%; background-color:#fbd488;
border:0px; color:#666;
height:30px;
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
}	
.search-bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
}
.search-bottom button{ background-color:#707070; border:0px; color:#FFF;
height:30px;
width:30px;
-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;}	

.search-menu .cart{margin:7px 9px;}
.cart{font-size:16px;line-height:24px;height:auto;padding-left:0;padding-right:10px;position:relative;z-index:1;text-align:left}
.cart img{width:35px;height:auto}
.cart i{font-size:20px}
.cart .num-cart{content:"";position:absolute;right:0;width:17px;height:17px;border-radius:100%;color:#000;font-size:11px;text-align:center;line-height:15px;font-weight:700;background-color:#FF0}
.cart .text{margin-left:10px}
.cart .icon-cart{background-color:#f44336;color:#fff;width:35px;height:35px;line-height:35px;text-align:center;display:inline-block;border-radius:100%}

	
#header .top-mobile, #header.menu-pc-no{ display:none}

header.sticky .header-bottom {
    display: none;
  }
  
.wrap-menu {
    position: relative;
    color: #fff;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
  .menu > .has-sub > ul {
    top: 100% !important;
    left: 0 !important;
  }
  

  
  .menu li > i {
    font-size: 12px;
	color:#FFFFFF;
  }
  .menu li a {
    color: #fff;
    font-size: 0.9rem;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 14px 18px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight:600;
	border-right:1px solid #f9c765;
  }

  .menu li a:hover, .menu li a.active {
    color: #fff;
	text-decoration:none;
	background-color:#818182;
	
  }
  .menu .has-sub {
    position: relative;
  }
  .menu .has-sub:hover > ul {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }

  .menu .has-sub ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: 0;
    width:270px;
    background: #818182;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  .menu .has-sub ul li {
    margin: 0;
    position: relative;
  }
  .menu .has-sub ul li i {
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 10px;
    color: #fff;
  }
  .menu .has-sub ul li a {
    padding: 10px 10px;
    display: block;
    padding-right: 25px;
	border-bottom:1px solid #CCCCCC;
	font-size:0.8rem;
  }
   .menu .has-sub ul li a:hover {
   background-color: #818182;
  }  
	
}

@media (max-width: 767px) {
header .header-main .cart, header .header-main .search-btn{ height:30px;}
header .header-main .search-btn svg{ height:30px; width:30px;}
header .header-main .cart .icon-cart{ margin-top:5px; height:30px; width:30px;}
header .header-main .cart i{ font-size:22px;}
.hotline{ display:none}
.header-top-bg{ border-bottom:2px solid #f6a80d}

}