/*============================================================================
   #Webcms
==============================================================================*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}
/* Header */
.top-header {
  background: #0f3057;
  color: #fff;
  position: relative;
  z-index: 16;
}
.top-header .top-header-inner {
  display: flex;
  align-items: center;
}
.top-header-inner .top-header_inner_1 {
  padding: 7px 0;
  margin-right: auto;
  width: 30%;
}
.top-header-inner .top-header_inner_2 {
  width: 70%;
}
.top-header_inner_2 ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;

}
.top-header_inner_2 ul li {
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}
.top-header_inner_2 .tracking a {
  color: #fff;
  text-decoration: none;
}
.top-header_inner_2 .dollar a {
  color: #fff;
  text-decoration: none;
}
.dollar .icon_dollar {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.dollar span{
  display: inline-flex;
}
.header-middle {
  position: relative;
  z-index: 16px;
  background-color: #fff;
 
}
.header-middle .header-main {
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
}
.header-main .header-main_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main_inner .header-logo{
  margin-right: 40px;
}
.box-logo {
  position: relative;
  overflow: hidden;
}
.box-logo img {
  width: 100%;
}
.header-main_inner .header-search {
  flex: 3 0 auto;
  position: relative;
}
.header-search2{
   flex: 3 0 auto;
   position: relative;
}
.header-search .form-search {
  position: relative;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d5d4d4;
}
.form-search .search-input {
  background: #fff;
  width: 100%;
  border: 1px solid transparent;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 92px 0 20px;
  margin: 0;
  display: inline-block;
  -webkit-appearance: none;
  transition: all 150ms linear;
}
.form-search .btn-search {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 92px;
  font-size: 12px;
  height: 100%;
  background: transparent;
  border-radius: 0 8px 8px 0;
  border: none;
  display: inline-flex;
  align-items: center;
  padding: 0 10px 0 10px;
  border-left: 1px solid #d5d4d4;
}
.header-main .header-action-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
  padding-left: 40px;
}
.header-action-account .action-account {
  margin-left: 10px;
}
.action-account a{
  color: #222222;
  text-decoration: none;
  font-size: 14px;
}
.action-account a:hover {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
.header-action-cart .site-cart-handle {
  margin-left: 10px;
}
.site-cart-handle a {
  padding: 6px 2px;
  color: #222222;
}
.site-cart-handle  .cart-menu{
  position: relative;
  margin-right: 12px;
}
.cart-menu i {
  font-size: 28px;
}
.cart-menu .number-up {
  width: 20px;
  height: 20px;
  background-color: #008891;
  border:1px solid #008891;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -10px;
  color: #fff;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.header-nav {
  position: relative;
  width: 100%;
}
.nav-menu{
  position: relative;
  width: 100%;
}
.nav-menu .menu_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.menu_list li:not(:last-child) {
  margin-right: 5px;
}
.menu_list li {
  text-transform: uppercase;
  justify-content: space-between;
  display: inline-flex;
  text-align: center;
  align-items: center;
  padding: 0;
}
.menu_list li a{
  padding: 17px 0;
  font-size: 14px;
  flex-direction: row;
  text-transform: uppercase;
  width: auto;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-size: 14px;
  flex-wrap: wrap;
}
.icon_chervon-down {
  margin-left: 4px;
 font-size: 8px;
}
.menu_item-mega .menu-content{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  transform-origin: top;
  z-index: 99;
}
.menu_item-mega:hover .menu-content {
  opacity: 1;
  visibility: visible;
}

.menu-content .menu-flex{
  padding: 20px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}
.menu-flex ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.menu-flex .menu-list-second {
  display: inline-flex;
  text-align: left;
  flex-direction: column;
  flex-basis: 20%;
}
.menu-flex .menu-list-img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-basis: 80%;
  margin-left: 20px;
}
.menu-list-second li {
  width: 100%;
  max-width: 400px;
  line-height: 22px;
}
.menu-list-second li a{
  display: block;
  padding: 0 0 8px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  text-decoration: none;
}
.menu-list-img li:not(:first-child){
  margin-left: 20px;
}
.menu-list-img li {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.effect-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.effect-img img {
  width: 100%;
}
.menu_item-dropdown .menu-list-dropdown {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  width: 225px;
  padding: 0;
  border: 1px solid #d5d4d4;
  list-style-type: none;
  top: 100%;
  transform-origin: top;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  opacity: 0;
  visibility: hidden;
}
.menu_item-dropdown:hover .menu-list-dropdown {
  opacity: 1;
  visibility: visible;
}
.menu-list-dropdown li {
  position: relative;
}
.menu-list-dropdown li a {
  padding: 10px 15px;
  text-transform: initial;
  white-space: nowrap;
  text-align: left;
  display: block;
}
.menu-list-blog .menu-list-second {
  flex-basis: 25%;
}
.menu-list-blog .menu-list-posts {
  flex-wrap: wrap;
  position: relative;
  display: flex;
  flex-basis: 75%;
  justify-content: flex-start;
}
.menu-list-posts li{
  margin-left: 15px;
  text-align: left;
  margin-bottom: 16px;
  width: calc(100% / 3 - 20px);
}
.menu-list-posts .effect-img img {
  border-radius: 8px;
}
.menu-list-posts .effect-img h3 {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: initial;
}
td.mini_cart_empty-state{
  padding: 10px;
  text-align: center;
}
.mini_cart_empty-state i{
 font-size: 40px; 
}
.mini_cart_empty-state p {
  margin: 10px 0;
}
/*Page content*/
.page_show-content {
  margin-top: 20px;
}
.tuyendung{
  background-color:red;
  padding:5px 10px;
  color:white;
}
.tuyendung a{
  color:white;
  
}
.tuyendung a:hover{
  color:white;
  text-decoration:none;
}