@import url('fonts.css');

body {
  padding: 0 0;
  font-family: "Quicksand", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  height: 100%;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
a, 
a:link, 
a:active,
 a:visited, 
 a:focus{
  color: #231f20;
}
a:hover{
  color: #ca6f04;;
}
svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .header-menu {
    position: inherit;
    text-align: right;
  }

  .header-menu .header-menu-des {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
  }

  .header-menu .header-menu-des .control-menu {
    width: 60px;
    text-align: center;
  }

  .header-menu .header-menu-des .control-menu a svg {
    width: 15px;
    height: 15px;
  }

  .header-menu .header-menu-des .control-menu a:hover svg path {
    fill: #ca6f04;
  }

  .header-menu .header-menu-des .header-nav {
    flex: 1;
    display: block;
    overflow-x: hidden;
  }

  .header-menu .header-menu-des .header-nav > ul.item_big {
    text-align: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    white-space: nowrap;
  }

  .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item {
    display: inline-block;
    position: static;
    border-radius: 10px;
    padding: 20px 0;
  }

  .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > a {
    display: block;
    text-align: left;
    padding: 10px 14px;
    font-size: 16px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > a {
    padding: 10px 5px;
    font-size: 14px;
  }
}

@media (min-width: 991px) {
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > a.caret-down:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    top: -2px;
    margin-left: 2px;
    margin-top: -6px;
    transition: 0.5s;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > a.caret-down.a-index:after {
    color: #fff;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item:first-child
    > a {
    padding-left: 0;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item:last-child
    > a {
    padding-right: 0;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item:hover
    > a {
    color: #ca6f04;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item:hover
    > a.caret-down:after {
    transform: rotate(180deg);
    border-color: #ca6f04 transparent transparent transparent;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item:hover
    > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease,
      max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease,
      max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end,
      max-width 0s step-end, padding 0s step-end;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    .fa-caret-down {
    visibility: hidden;
    display: none;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease,
      max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease,
      max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end,
      max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: auto;
    width: 220px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    white-space: normal;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li {
    float: none;
    padding: 0 0;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li:last-child
    > a {
    border-bottom: 0;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li:hover
    > ul {
    display: block;
    position: absolute;
    width: 250px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    white-space: normal;
    border-radius: 0 5px 5px 0;
  }
}

@media (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li:hover
    > ul {
    position: relative;
    left: 0;
    width: 100%;
    padding-left: 0;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li:hover
    > ul
    li
    a {
    padding-left: 25px;
  }
}

@media (min-width: 991px) {
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li
    a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 5px 25px 5px 20px;
    color: #000;
    position: relative;
    text-align: left;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li
    a.caret-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -20px;
    margin-top: -2px;
    transition: 0.5s;
    transform: rotate(270deg);
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    li
    ul {
    display: none;
    left: 100%;
    top: -2px;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    > li {
    color: #333;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    > li:hover
    > a {
    color: #ca6f04;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    > li:hover
    > a.caret-down:before {
    border-color: #ca6f04 transparent transparent transparent;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item
    > ul
    > li
    ul
    li:hover
    > a {
    color: #ca6f04;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega {
    position: static;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    max-height: 600px;
    overflow-y: auto;
    border: 0;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.parent
    a.hmega {
    color: #ca6f04 !important;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.parent
    a.hmega:hover,
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.parent
    a.hmega:focus {
    color: #fb9620 !important;
  }
}

@media (min-width: 991px) and (min-width: 992px) {
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.parent
    a.hmega {
    display: block;
  }
}

@media (min-width: 991px) {
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.parent
    ul.level1
    li {
    line-height: 1.3;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.parent
    ul.level1
    li
    a {
    text-transform: none !important;
    font-weight: 500;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.parent
    ul.level1
    li
    + li {
    padding-top: 5px;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item {
    float: left;
    width: calc(100% / 3);
    padding: 10px;
    text-align: left;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    > a {
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    > a:hover,
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    > a:focus {
    color: #ca6f04 !important;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    h2 {
    font-size: 14px;
    margin-top: 0;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    ul.level1 {
    margin-bottom: 15px;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    ul.level1
    li
    a {
    font-weight: normal !important;
    text-transform: none !important;
    color: #000;
    font-size: 16px;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    ul.level1
    li
    a:hover,
  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level1.item
    ul.level1
    li
    a:focus {
    text-decoration: none;
    color: #ca6f04;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .mega-content
    .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: initial;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .title-mega {
    text-align: left;
    font-size: 18px;
    color: #fda121;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .image-mega {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px 0;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega
    .image-mega
    li {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.nav-item.has-mega:hover
    .mega-content {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .header-menu .header-menu-des .header-nav > ul.item_big > li.active > a {
    color: #ca6f04 !important;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.active
    > a
    span
    > i.icon-down {
    border-color: #ca6f04 transparent transparent transparent !important;
  }

  .header-menu
    .header-menu-des
    .header-nav
    > ul.item_big
    > li.active
    > a.caret-down:after {
    border-color: #ca6f04 transparent transparent transparent !important;
  }

  .header-menu .header-menu-des .header-nav ul li ul a.text2line:hover {
    color: #ca6f04 !important;
    background: transparent !important;
  }

  .header-menu .header-menu-des .header-nav li li {
    position: relative;
  }
}

@media (max-width: 991px) {
  .menu-bar svg {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .menu-bar svg path {
    fill: #fff;
  }

  .header-nav {
    background-color: #fff;
    width: 70%;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 99999;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
  }

  .header-nav.current {
    visibility: visible;
    transform: translateX(0);
  }

  .header-nav .logo-sitenav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ca6f04;
    text-align: center;
  }

  .header-nav .item_big {
    overflow-y: auto;
    max-height: 100vh;
    height: 100vh;
    text-align: left;
  }

  .header-nav .item_big .nav-item {
    position: relative;
    margin-bottom: 5px;
  }

  .header-nav .item_big .nav-item a {
    padding: 0 30px 0 10px !important;
    color: #000;
    height: unset;
    line-height: 30px;
    display: block;
    font-size: 16px;
    font-weight: 600;
  }

  .header-nav .item_big .nav-item .fa-caret-down {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 16px;
    transform: translate(0, -50%);
  }

  .header-nav .item_big .nav-item .fa-caret-down:before,
  .header-nav .item_big .nav-item .fa-caret-down:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #000;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }

  .header-nav .item_big .nav-item .fa-caret-down:before {
    width: 11px;
    height: 1px;
    opacity: 1;
  }

  .header-nav .item_big .nav-item .fa-caret-down:after {
    width: 1px;
    height: 11px;
  }

  .header-nav .item_big .nav-item .item_small {
    padding-left: 10px;
  }

  .header-nav .item_big .nav-item .item_small li {
    position: relative;
  }

  .header-nav .item_big .nav-item .item_small ul {
    padding-left: 10px;
  }

  .header-nav .item_big .nav-item .item_small ul li {
    position: relative;
  }

  .header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 17px;
    transform: translate(0, -50%);
  }

  .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before,
  .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
    position: absolute;
    content: "";
    top: 17px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #000;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }

  .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
    width: 11px;
    height: 1px;
    opacity: 1;
  }

  .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
    width: 1px;
    height: 11px;
  }

  .header-nav .item_big .nav-item.danhmuc a {
    padding-left: 40px !important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    background-position-x: 8px;
  }

  .header-nav .item_big .title-danhmuc {
    padding: 5px;
  }

  .header-nav .item_big .title-danhmuc span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    background: #ca6f04;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
  }

  .header-nav .item_big .account-mb {
    padding: 5px;
  }

  .header-nav .item_big .account-mb ul {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    text-align: center;
  }

  .header-nav .item_big .account-mb ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .header-nav .item_big .account-mb ul li a {
    display: block;
    background: #ca6f04;
    color: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    font-weight: 600;
  }

  .header-nav .item_big .item-mb {
    padding: 10px;
    border-top: 1px solid #ca6f04;
  }

  .header-nav .item_big .item-mb a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
  }

  .header-nav li > ul {
    display: none !important;
  }
  .header-nav li.current > a {
    color: #ca6f04 !important;
  }

  .header-nav .item_big .nav-item.act .item_small li.act ul {
    display: block !important;
  }
  .header-nav .item_big .nav-item.act .item_small li.act ul a {
    font-size: 15px;
    font-weight: 400;
  }

  .header-nav li.current > ul {
    display: block !important;
  }

  .header-nav li.current .fa.current:before,
  .header-nav li.current .fa.current:after {
    background-color: #ca6f04;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .header-nav li.current .fa.current:before {
    opacity: 0;
  }

  .opacity_menu {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
  }

  .opacity_menu.current {
    display: block;
  }
}

header.header {
  position: relative;
}

header.header.header-index {
  background: rgba(130,27,35, 0.8);
  border-bottom: 1px solid #452020;
  position: relative;
  top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
}

@media (min-width: 991px) {
  header.header.header-index {
    z-index: 999;
  }
}

@media (max-width: 991px) {
  header.header.header-index {
    position: relative;
    margin-top: 0px;
  }
}

header.header .logo img {
  max-height: 60px;
  width: auto;
  margin-top: 12px;
}

@media (max-width: 991px) {
  header.header .row-header {
    margin: 0;
  }
}

@media (max-width: 991px) {
  header.header {
    padding-top: 10px;
  }
}

header.header .header-top {
  padding: 20px 0;
}

@media (max-width: 991px) {
  header.header .logo {
    display: block;
    text-align: center;
  }
}

@media (min-width: 991px) {
  header.header .header-control {
    display: inline-block;
  }
}

header.header .header-control .ul-control {
  display: flex;
  justify-content: end;
  align-items: center;
}

header.header .header-control .ul-control > li {
  position: relative;
  margin-left: 15px;
}

@media (min-width: 1199px) {
  header.header .header-control .ul-control > li:hover {
    transition: 300ms all;
  }

  header.header .header-control .ul-control > li:hover svg path {
    fill: #ca6f04 !important;
  }
}

header.header .header-control .ul-control .header-user svg path {
  fill: #000;
}

@media (max-width: 991px) {
  header.header .header-control .ul-control .header-user svg path {
    fill: #fff;
  }
}

header.header .header-control .ul-control .header-user > a {
  display: flex;
  width: 40px;
  height: 40px;
  background: #f6f4f0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

header.header .header-control .ul-control .header-user > a:hover {
  background: #ca6f04;
}

header.header .header-control .ul-control .header-user > a:hover svg path {
  fill: #fff;
}

header.header .header-control .ul-control .header-user ul {
  position: absolute;
  background: #fff;
  top: calc(100% + 10px);
  width: 120px;
  right: 0;
  padding: 10px 15px;
  border-radius: 5px 0 5px 5px;
  display: none;
  z-index: 2;
}

header.header .header-control .ul-control .header-user ul:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -9px;
  right: 0px;
}

header.header .header-control .ul-control .header-user ul:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
}

header.header .header-control .ul-control .header-user ul li:first-child {
  margin-bottom: 5px;
}

header.header .header-control .ul-control .header-user:hover ul {
  display: block;
}

header.header .header-control .ul-control .header-wishlist svg path {
  fill: #000;
}

@media (max-width: 991px) {
  header.header .header-control .ul-control .header-wishlist svg path {
    fill: #fff;
  }
}

header.header .header-control .ul-control .header-wishlist .js-wishlist-count {
  width: 16px;
  height: 16px;
  background: #ca6f04;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -8px;
}

@media (max-width: 991px) {
  header.header
    .header-control
    .ul-control
    .header-wishlist
    .js-wishlist-count {
    background: #fff;
    color: #ca6f04;
  }
}

header.header .header-control .ul-control .header-cart .icon {
  position: relative;
}

header.header .header-control .ul-control .header-cart .icon svg path {
  fill: #000;
}

@media (max-width: 991px) {
  header.header .header-control .ul-control .header-cart .icon svg path {
    fill: #fff;
  }
}

header.header
  .header-control
  .ul-control
  .header-cart
  .icon
  span.count_item_pr {
  width: 16px;
  height: 16px;
  background: #ca6f04;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -8px;
}

@media (max-width: 991px) {
  header.header
    .header-control
    .ul-control
    .header-cart
    .icon
    span.count_item_pr {
    background: #fff;
    color: #ca6f04;
  }
}

header.header .header-control .ul-control .header-search > a svg path {
  fill: #000;
}

@media (max-width: 991px) {
  header.header .header-control .ul-control .header-search > a svg path {
    fill: #fff;
  }
}

header.header .header-control .ul-control .header-search .search-header {
  position: absolute;
  width: 300px;
  top: calc(100% + 10px);
  background: #fff;
  right: 0;
  padding: 5px 10px;
  border-radius: 5px 0px 5px 5px;
  display: none;
}

header.header .header-control .ul-control .header-search .search-header:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -9px;
  right: 0px;
}

header.header .header-control .ul-control .header-search .search-header:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
}

header.header .header-control .ul-control .header-search:hover .search-header {
  display: block;
}

header.header .header-menu-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

header.header .header-menu-left .item_big {
  text-align: left !important;
}

header.header .header-menu-right {
  text-align: left !important;
}

@media (max-width: 991px) {
  header.header .header-menu-right {
    text-align: left !important;
    background: #ca6f04;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  header.header .header-menu-right .menu-bar {
    position: absolute;
    top: 10px;
    z-index: 100000;
  }
  header.header .header-control .ul-control {
    top: 8px;
    position: relative;
    right: 8px;
  }
}

.block-cart .top-cart-content {
  right: 0px;
  top: calc(100% + 10px);
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  z-index: 10000;
  display: none;
  color: #000;
  border-radius: 5px 0 5px 5px;
  padding: 5px;
}

.block-cart .top-cart-content:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -9px;
  right: 0px;
}

.block-cart .top-cart-content:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
}

@media (min-width: 1199px) {
  .block-cart:hover .top-cart-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 991px) {
  header.header .header-control {
    display: inline-block;
    margin-top: 30px;
  }
}
.box-category {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .box-category:before {
    content: "";
    width: 120px;
    height: 320px;
    position: absolute;
    top: 5%;
    left: 0;
    background-image: url("../img/bg-cate-left.png");
    background-size: cover;
    z-index: -1;
  }

  .box-category:after {
    content: "";
    width: 150px;
    height: 380px;
    position: absolute;
    top: 100%;
    right: 0;
    background-image: url("../img/bg-cate-right.png");
    background-size: cover;
    z-index: -1;
  }
}

.box-category .danhmuc-thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.box-category .danhmuc-thumb img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: 400ms all;
}

.box-category .danhmuc-thumb .image-shadow {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: 400ms all;
}

.box-category .danhmuc-thumb .image-shadow:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(transparent, 80%, #e8d1b6);
}

.box-category .danhmuc-info h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0;
  color: #000;
  transition: 500ms all;
}

.box-category .danhmuc-info span {
  font-weight: 500;
  color: #808080;
}

.box-category .swiper-slide {
  padding: 20px 0;
  position: relative;
}

.box-category .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}

.box-category .swiper-slide:hover .danhmuc-thumb img {
  top: -30px;
  transition: 500ms all;
}

.box-category .swiper-slide:hover .danhmuc-thumb .image-shadow {
  opacity: 1;
  transition: 500ms all;
}

.box-category .swiper-slide:hover .danhmuc-info h3 {
  color: #ca6f04;
  transition: 500ms all;
}
.box-banner {
  margin-bottom: 50px;
}

.box-banner .thump-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.box-banner .thump-image img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: all 0.5s ease;
}

.box-banner .thump-image .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 10px;
}

.box-banner .thump-image .content h3 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .box-banner .thump-image .content h3 {
    font-size: 26px;
  }
}

.box-banner .thump-image .content span {
  color: #fff;
  padding: 9px 27px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 35px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .box-banner .thump-image .content span {
    font-size: 14px;
    padding: 5px 22px;
  }
}

.box-banner .thump-image .content span:hover {
  background: #ca6f04;
  border-color: #ca6f04;
}

.box-banner .thump-image:hover img {
  opacity: 0.9;
  transform: scale(1.1) rotate(5deg);
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .box-banner .col-12:first-child {
    margin-bottom: 15px;
  }
}

.box-product-flashsale {
  background-color: #f3eee4;
  background-image: url("../img/bg-module.png");
  padding: 40px 0 30px;
  margin-bottom: 40px;
}

.box-product-flashsale .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .box-product-flashsale .title {
    flex-direction: column;
  }
}

.box-product-flashsale .title .title-module {
  display: flex;
  align-items: center;
}

.box-product-flashsale .title .title-module .dot {
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.box-product-flashsale .title .title-module .dot:after {
  content: "";
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  animation: pulseSmall2 1.25s linear infinite;
}

.box-product-flashsale .title .thump-flash {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .box-product-flashsale .title .thump-flash {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .box-product-flashsale .title .thump-flash .button-control {
    margin-top: 10px;
  }
}

.box-product-flashsale
  .title
  .thump-flash
  .button-control
  .section-flashsale-prev {
  display: inline-block;
  margin: 0 5px 0 20px;
  cursor: pointer;
}

.box-product-flashsale
  .title
  .thump-flash
  .button-control
  .section-flashsale-next {
  display: inline-block;
  cursor: pointer;
}

.box-product-flashsale .title .thump-flash .button-control svg path {
  fill: #ca6f04;
}

.box-product-flashsale .count-down {
  display: inline-flex;
  font-size: 18px;
  padding: 0;
  background: transparent;
  margin-bottom: 0;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .box-product-flashsale .count-down {
    top: 0;
    margin-top: 10px;
  }
}

.box-product-flashsale .count-down .timer-view {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}

.box-product-flashsale .count-down .timer-view .block-timer {
  background: #ff3030;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  margin: 0px 3px;
  line-height: 15px;
  padding: 5px;
  min-width: 40px;
}

.box-product-flashsale .count-down .timer-view .block-timer p {
  padding-top: 0px;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
}

.box-product-flashsale .count-down .timer-view .block-timer p b {
  font-size: 17px;
  display: block;
}

.box-product-flashsale .count-down span {
  display: none;
}

.box-product-flashsale .see-more {
  text-align: center;
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
}

.box-product-flashsale .see-more a {
  background-color: #ca6f04;
  background-size: 170%;
  color: #fff;
  padding: 8px 32px;
  border: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.box-product-flashsale .see-more a:hover {
  background-color: #985403;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-product-flashsale .product-action .product-thumbnail {
  background: #fff;
}
.box-product-hot {
  margin-bottom: 40px;
}

.box-product-hot .thumb-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.box-product-hot .thumb-title .menu-pro li {
  display: inline-block;
}

.box-product-hot .button-control .section-noibat-prev {
  display: inline-block;
  margin: 0 5px 0 20px;
}

.box-product-hot .button-control .section-noibat-next {
  display: inline-block;
}

.box-product-hot .button-control svg path {
  fill: #000;
}

.box-product-hot .see-more {
  text-align: center;
  position: relative;
  margin-top: 10px;
  font-size: 16px;
}

.box-product-hot .see-more a {
  background-color: #ca6f04;
  background-size: 170%;
  color: #fff;
  padding: 8px 32px;
  border: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.box-product-hot .see-more a:hover {
  background-color: #985403;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-product-hot .tabs-title {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: right;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .box-product-hot .tabs-title {
    justify-content: center;
    width: 100%;
    overflow-x: scroll;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .box-product-hot .tabs-title {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: inherit;
  }
}

.box-product-hot .tabs-title .tab-link {
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  margin-left: 25px;
}

@media (max-width: 1199px) {
  .box-product-hot .tabs-title .tab-link {
    margin-right: 25px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .box-product-hot .tabs-title .tab-link {
    margin-right: 25px;
    margin-left: 0;
  }
}

.box-product-hot .tabs-title .tab-link span {
  font-size: 16px;
  position: relative;
  display: block;
  margin-top: 0;
  font-weight: 600;
}

.box-product-hot .tabs-title .tab-link.current,
.box-product-hot .tabs-title .tab-link:hover {
  color: #ca6f04;
}

.box-product-hot .tab-content {
  display: none;
}

.box-product-hot .tab-content.current {
  display: block;
}

@media (max-width: 991px) {
  .box-product-hot .tab-content .col-fix:nth-child(7),
  .box-product-hot .tab-content .col-fix:nth-child(8) {
    display: none;
  }
}

@media (max-width: 767px) {
  .box-product-hot .e-tabs {
    margin-bottom: 30px;
  }
}
.box-product-set {
  padding: 40px 0;
  background: #f3eee4;
  margin-bottom: 40px;
  background-image: url("../img/bg-module.png");
}

.box-product-set .title-module {
  margin-bottom: 25px;
  text-align: center;
}

.box-product-set .thumb {
  position: relative;
}

.box-product-set .thumb > img {
  border-radius: 10px;
}

.box-product-set .thumb .thumb-dot {
  position: absolute;
  z-index: 9;
}

.box-product-set .thumb .thumb-dot .dot {
  width: 20px;
  display: block;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  border-style: double;
  position: relative;
  animation: pulseSmall 1.25s linear infinite;
}

.box-product-set .thumb .thumb-dot .dot:before {
  content: "";
  width: 14px;
  display: block;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
}

.box-product-set .thumb .thumb-dot .product-dot {
  display: none;
  position: absolute;
  bottom: calc(100% + 13px);
  background: #fff;
  width: 250px;
  padding: 5px;
  border-radius: 4px;
}

.box-product-set .thumb .thumb-dot .product-dot:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  top: 100%;
}

.box-product-set .thumb .thumb-dot .product-dot:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 13px;
}

.box-product-set .thumb .thumb-dot .product-dot.left {
  left: -32px;
}

.box-product-set .thumb .thumb-dot .product-dot.left:after {
  left: 33px;
}

.box-product-set .thumb .thumb-dot .product-dot.right {
  right: -32px;
}

.box-product-set .thumb .thumb-dot .product-dot.right:after {
  right: 33px;
}

.box-product-set .thumb .thumb-dot .product-dot.center {
  left: -107px;
}

.box-product-set .thumb .thumb-dot .product-dot.center:after {
  left: 107px;
}

.box-product-set .thumb .thumb-dot .product-dot .image {
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  min-width: 80px;
  height: auto;
}

.box-product-set .thumb .thumb-dot .product-dot .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.box-product-set .thumb .thumb-dot .product-dot .info {
  margin-left: 5px;
}

.box-product-set .thumb .thumb-dot .product-dot .info h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.box-product-set .thumb .thumb-dot .product-dot .info span {
  color: #ff1f1f;
  font-weight: 700;
  font-size: 16px;
}

.box-product-set .thumb .thumb-dot:hover .product-dot {
  display: flex;
}

.box-product-set .thumb .info-thumb {
  text-align: center;
}

.box-product-set .thumb .info-thumb h3 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.box-product-set .thumb .info-thumb .price {
  display: inline-block;
  font-size: 16px;
  padding: 3px 15px;
  background: #fff;
  border-radius: 5px;
}

.box-product-set .thumb .info-thumb .price span {
  color: #ff3030;
  font-weight: 800;
  font-size: 22px;
}

.box-product-gift {
  margin-bottom: 20px;
}
.box-product-gift .title-module {
  text-align: left;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 0;
  width: 80%;
}
.box-product-gift .title-module a {
  color: #231f20;
}
.box-product-gift .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.box-product-gift .see-more {
  text-align: center;
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

.box-product-gift .see-more a {
  background-color: #ca6f04;
  background-size: 170%;
  color: #fff;
  padding: 8px 32px;
  border: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.box-product-gift .see-more a:hover {
  background-color: #985403;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-action {
	border-radius: 5px;
	position: relative
}

.product-action .product-thumbnail {
	position: relative;
	background: #f3eee4;
	border-radius: 10px
}

.product-action .product-thumbnail .image_thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	-o-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-os-justify-content: center;
	-o-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	-os-display: flex;
	align-items: center;
	position: relative;
	height: auto !important;
	padding-bottom: 100%
}

.product-action .product-thumbnail .image_thumb img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	will-change: opacify;
	transform: scale(1);
	transition: all 0.5s ease
}

.product-action .product-info {
	padding: 10px 0
}

.product-action .product-info .price-box {
	margin-bottom: 5px;
	position: relative;
	color: red;
	font-weight: 700;
	font-size: 16px;
	text-align: left
}

@media (max-width: 500px) {
	.product-action .product-info .price-box {
		min-height: 44px
	}
}

.product-action .product-info .price-box .compare-price {
	color: #666;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	font-size: 14px
}

@media (max-width: 500px) {
	.product-action .product-info .price-box .compare-price {
		display: block;
		margin-left: 0;
		font-size: 12px
	}
}

.product-action .product-info .product-name {
	font-size: 16px;
	text-align: left
}

@media (max-width: 767px) {
	.product-action .product-info .product-name {
		font-size: 14px
	}
}

.product-action .action {
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(-50%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	z-index: 2
}

@media (max-width: 1025px) {
	.product-action .action {
		opacity: 1
	}
}

.product-action .action .btn-views {
	border: 0;
	padding: 9px 10px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 10px;
	background: #ca6f04;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: flex
}

@media (max-width: 1025px) {
	.product-action .action .btn-views {
		display: none
	}
}

.product-action .action .btn-views path {
	fill: #fff
}

.product-action .action .btn-views:hover {
	background: #fa8a07
}

.product-action .action .btn-views.btn-wishlist.active {
	background: #ca6f04
}

.product-action .action .btn-views.btn-wishlist.active path {
	fill: red
}

.product-action .smart {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 90px;
	height: 40px;
	font-size: 12px;
	color: white;
	z-index: 5;
	line-height: 28px;
	padding: 0 5px;
	background-image: url("../img/union.png");
	background-repeat: no-repeat;
	background-size: contain
}

.product-action .smart span {
	position: relative;
	font-size: 16px;
	font-weight: 700
}

@media (min-width: 1025px) {
	.product-action:hover .product-thumbnail .scale_hover .image1 {
		opacity: 0
	}

	.product-action:hover .product-thumbnail .scale_hover .image2 {
		opacity: 1;
		overflow: hidden;
		transform: scale(1.2);
		visibility: visible
	}

	.product-action:hover .action {
		opacity: 1
	}

	.product-action:hover .action .btn-views {
		webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.box-art {
  background: #f3eee4;
  padding: 40px 0;
  margin-bottom: 40px;
  background-image: url("../img/bg-art.png");
  background-size: cover;
}

.box-art .title-module {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 0;
}

.box-art .content {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #616161;
}

.box-art .title {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.box-art .job {
  text-align: center;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
}

.box-art .thumb {
  position: relative;
  padding-right: 15px;
}

.box-art .thumb span {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.box-art .thumb span img {
  width: 100%;
}

.box-art .thumb .contact {
  position: absolute;
  right: -10px;
  bottom: 40px;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
}

.box-art .thumb .contact li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  background: #ddd;
  border-radius: 5px;
}

.box-art .thumb .contact li:last-child {
  margin-bottom: 0;
}

.box-art .thumb .contact li svg {
  width: 22px;
  height: 22px;
  fill: #616161;
}

.box-art .thumb .contact li:first-child {
  background: #003d8f;
}

.box-art .thumb .contact li:first-child svg {
  fill: #fff;
}

.box-art .thumb .contact li:hover {
  background: #ca6f04;
}

.box-art .thumb .contact li:hover path {
  fill: #fff;
}
.box-blog {
  margin-bottom: 40px;
}

.box-blog .title-module {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 0;
}

.box-blog .content {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #616161;
}
.box-blog .see-more {
  text-align: center;
  position: relative;
  margin-top: 10px;
  font-size: 16px;
}

.box-blog .see-more a {
  background-color: #ca6f04;
  background-size: 170%;
  color: #fff;
  padding: 8px 32px;
  border: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.box-blog .see-more a:hover {
  background-color: #985403;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-blog .item-blog .block-thumb {
  position: relative;
}

.box-blog .item-blog .block-thumb .thumb {
  position: relative;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 65%;
  border-radius: 10px;
}

.box-blog .item-blog .block-thumb .thumb img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
}

.box-blog .item-blog .block-thumb .info {
  position: relative;
  padding: 20px;
  text-align: center;
}

.box-blog .item-blog .block-thumb .info h3 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin: 0 0 10px;
}

.box-blog .item-blog .block-thumb .info h3 a {
  color: #000;
}

.box-blog .item-blog .block-thumb .info h3 a:hover {
  color: #ca6f04;
}

.box-blog .item-blog .block-thumb .info .see {
  color: #ca6f04;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  margin-top: 10px;
}

.box-blog .item-blog .block-thumb .info .see:before {
  content: "";
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #ca6f04;
  transition: all 200ms linear 0s;
}

.box-blog .item-blog .block-thumb .info .see:hover:before {
  width: 100%;
}

.box-blog .item-blog .block-thumb .time-post {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ca6f04;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.box-blog .item-blog .block-thumb .time-post svg {
  fill: #fff;
}

.box-blog .item-blog:hover img {
  transform: scale(1.1);
}

.box-instagram {
  display: block;
  background-color: #f3eee4;
  padding: 30px 0 20px;
  background-image: url("../img/bg-module.png");
}
.box-instagram .title-module {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.title-module {
  margin-bottom: 0px;
  position: relative;
}

.box-instagram .link {
  text-align: center;
  display: block;
  color: #ca6f04;
  margin-bottom: 30px;
  font-size: 24px;
}
.box-instagram .thumb-image {
  padding-bottom: 100%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  border-radius: 15px;
}
.box-instagram .thumb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-instagram .thumb-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.box-instagram .thumb-image a svg {
  width: 60px;
  height: 60px;
}

.box-instagram .thumb-image a svg path {
  fill: #fff;
}

.box-instagram .thumb-image:hover a {
  display: flex;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 263.333px;
  margin-right: 20px;
}

.footer {
  background: #303030;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.footer::before {
  position: absolute;
  width: 1200px;
  height: 1200px;
  top: -280px;
  left: 50%;
  margin-left: -600px;
  content: "";
  background: transparent url("../img/bg-footer.png") no-repeat center center;
  background-size: auto;
  background-size: 100% auto;
  opacity: 0.3;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
.footer .midFooter {
  color: #fff;
  padding: 50px 0;
}

.footer .midFooter .ft-info .phone-footer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer .midFooter .ft-info .phone-footer img {
  max-width: 55px;
}

.footer .midFooter .ft-info .phone-footer .content {
  margin-left: 15px;
}

.footer .midFooter .ft-info .phone-footer .content span {
  display: block;
}

.footer .midFooter .ft-info .phone-footer .content a {
  font-size: 30px;
  font-weight: 700;
  color: #fca120;
}

.footer .midFooter .group-address {
  margin-top: 10px;
}

.footer .midFooter .group-address .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .midFooter .group-address ul {
  margin-bottom: 20px;
  list-style: none;
}

.footer .midFooter .group-address ul li {
  margin-bottom: 15px;
  color: #ffa336;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.footer .midFooter .group-address ul li svg {
  fill: #fff;
  margin-right: 10px;
  min-width: 20px;
}

.footer .midFooter .group-address ul li span {
  color: #fff;
}

.footer .midFooter .group-address ul li a {
  color: #fff;
  display: inline-block;
}

.footer .midFooter .group-address ul li a:hover {
  color: #ca6f04;
}

.footer .midFooter .title-menu {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .midFooter .content-mailchimp {
  margin-bottom: 15px;
  display: block;
}

.footer .midFooter .list-menu {
  padding-left: 0;
  list-style: disc;
}

.footer .midFooter .list-menu li {
  display: block;
  margin-bottom: 15px;
  display: list-item;
}

.footer .midFooter .list-menu li a {
  font-size: 14px;
  color: #fff;
}

.footer .midFooter .list-menu li a:hover {
  color: #ca6f04;
}
.footer .midFooter .social {
  margin-bottom: 20px;
}

.footer .midFooter .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer .midFooter .social li:hover {
  opacity: 0.8;
}

.footer .midFooter .thanhtoan li {
  display: inline-block;
  margin-right: 2px;
}

.footer .midFooter .thanhtoan li img {
  max-height: 30px;
  width: auto;
}

.footer .midFooter .content-newsletter {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.footer .midFooter .newsletter-form {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.footer .midFooter .newsletter-form input {
  height: 40px;
  width: 100%;
  border: 0;
  padding: 10px 110px 10px 10px;
  border-radius: 10px;
}

.footer .midFooter .newsletter-form button {
  height: 40px;
  border: 0;
  background: #ca6f04;
  color: #fff;
  padding: 0 20px;
  margin-top: 0;
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: 0;
  top:0
}

.footer .midFooter .newsletter-form button:hover {
  opacity: 0.8;
}
.footer .copyright {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #535353;
}

.footer .copyright .copy-right {
  display: inline-block;
}
.footer .copyright a {
  color: #fff;
}

.footer .copyright a:hover {
  color: #ca6f04;
}

.footer .copyright .list-menu-copyright {
  text-align: right;
}
.footer .copyright .list-menu-copyright li {
  display: inline-block;
  margin-right: 10px;
}

.footer .copyright .list-menu-copyright li:last-child {
  margin-right: 0px;
}
.backtop {
  position: fixed;
  bottom: 100px;
  top: auto !important;
  right: 20px;
  background: #ca6f04;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  z-index: 999;
  opacity: 0;
  border: 1px solid #fff;
}

.backtop:hover {
  background: #7f4603;
}

.backtop svg {
  width: 30px;
  height: 30px;
  color: #fff;
}

.backtop.show {
  opacity: 1;
}
.header-lang {
  width: 32px;
  position: relative;
  top: -2px;
  margin-left: 5px !important;
  left: 18px;
  overflow: hidden;
}
header.header {
  position: relative;
  background: rgba(130,27,35, 0.8);
  border-bottom: 1px solid #452020;
}
.box-wrap{
  min-height: 400px;
  margin-bottom: 30px;
}
.bread-crumb {
  min-height: 200px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}
.bread-crumb .title-bread-crumb {
  text-align: center;
  font-size: 35px;
  color: #ca6f04;
  font-weight: 600;
}
.breadcrumb {
  margin: 0;
  font-size: 14px;
  padding: 15px 10px;
  border-radius: 0;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  text-align: center;
  background: none;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb > li + li::before{
  display: none;
}
.breadcrumb li > a {
  color: #000;
}
.breadcrumb li .mr_lr {
  padding: 0px 3px;
  color: #000;
}
.breadcrumb li .mr_lr svg {
  width: 10px;
  height: 10px;
  margin-top: -2px;
}
.breadcrumb li strong {
  color: #ca6f04;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb li strong span {
  color: #ca6f04;
}
.post-title {
  font-size: 20px;
  padding-top: 15px;
  font-weight: bold;
}
.post-content {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.alert-modal .alert{
  background: none!important;
  border: none!important;
  padding: 0!important;
  margin-bottom: 0!important;
}
.alert-modal button.close {
  position: absolute;
  right: 8px;
  top: 2px;
}

@media (min-width: 991px) {
  .cate-breadcrumb {
    width: 70%;
    margin: auto;
  }
}
.cate-breadcrumb .box-category::before,
.cate-breadcrumb .box-category::after{
  background-image: none;
}
.item-blog {
  overflow: hidden;
  background: #fff;
  padding: 10px;
}
.item-blog .block-thumb .thumb {
  position: relative;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 65%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.item-blog .block-thumb .thumb img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
}
.item-blog .time-post {
  margin-bottom: 5px;
}
.item-blog h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.item-blog h3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.4 * 2);
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  
}
.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}
.line-clamp::after {
  content: '';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.4);
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 75%);
}
@supports (-webkit-line-clamp: 1) {
  .line-clamp::after {
    display: none !important;
  }
}
.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}
.line-clamp-1 {
	-webkit-line-clamp: 1;
	height: calc(1em * 1.4 * 1)
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.4 * 2);
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.4 * 3);
}
.item-blog .info a {
  color: #231f20;
}
.item-blog .info a:hover{
  color: #ca6f04;
}
.item-blog .info .see::before {
  content: "";
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #ca6f04;
  transition: all 200ms linear 0s;
}
.item-blog .info .see {
  color: #ca6f04;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  margin-top: 10px;
}
.item-blog .time-post {
  margin-bottom: 5px;
  font-size: 14px;
}
.item-blog .see:hover:before {
	width: 100%
}
.item-blog:hover .block-thumb img {
	transform: scale(1.1)
}
.box-blogs{
  padding-top: 10px;
}
.col-fix {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.aside-content-blog .title-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  text-transform: uppercase;
}
.aside-content {
  margin-bottom: 15px;
}
.aside-content-blog {
  border-radius: 5px;
  background: #fff;
}
.aside-content-blog .title-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  text-transform: uppercase;
}
.aside-content-blog .nav-category {
  padding: 5px;
  border-radius: 0 0 10px 10px;
}
.aside-content-blog .nav-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.relative {
  position: relative;
}
.aside-content-blog .nav-category ul .nav-item .nav-link {
  display: block;
  padding: 8px 0;
    padding-right: 0px;
  font-size: 15px;
}
.aside-content-blog .nav-category ul .nav-item .nav-link.pr-5 {
  padding-right: 30px;
}
.aside-content-blog .nav-category ul .down_icon::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.aside-content-blog .nav-category ul .down_icon::after, .aside-content-blog .nav-category ul .down_icon::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000;
  transition: transform 0.4s ease-in-out, opacity 0.4s 
}
.aside-content-blog .nav-category ul .down_icon::after {
  width: 1px;
  height: 11px;
}
.aside-content-blog .nav-category ul .down_icon::after, .aside-content-blog .nav-category ul .down_icon::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.aside-content-blog .nav-category ul .down_icon::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.aside-content-blog .nav-category ul .down_icon::after {
  width: 1px;
  height: 11px;
}
.aside-content-blog .nav-category ul .down_icon {
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  right: 7.5px;
  top: 19px;
  transform: translate(0, -50%);
  cursor: pointer;
}
.aside-content-blog .nav-category ul {
  padding: 0;
    padding-left: 0px;
  margin: 0;
  list-style: none;
}
.aside-content-blog .nav-category ul .menu_down {
  padding-left: 10px !important;
}
.aside-content-blog .nav-category ul .nav-item .nav-link {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  color: #000;
}  
.aside-content-blog .nav-category li:hover a{
  background: none;
}
.blog_noibat {
  margin-top: 30px;
  border-radius: 5px;
  background: #fff;
}
.blog_noibat h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.blog_noibat .blog_content {
  padding: 5px;
  border-radius: 0 0 10px 10px;
}
.blog_noibat .blog_content .item .post-thumb {
  width: 120px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.blog_noibat .blog_content .item .contentright {
  width: calc(100% - 130px);
}
.blog_noibat .blog_content .item .contentright h3 {
  font-size: 16px;
  margin: 0;
}
.blog_noibat .blog_content .item .contentright h3 a {
  display: block;
  color: #000;
}
.blog_noibat .blog_content .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.article-main .article-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 34px;
}
.article-main .posts {
  font-size: 12px;
  margin-bottom: 10px;
}
.article-main .time-post {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.article-main .time-post svg {
  width: 15px;
  height: 15px;
  margin-top: 0px;
  margin-right: 2px;
  position: relative;
  top: 2px;
  color: #ca6f04;
}
.article-main .rte {
  font-size: 16px;
}
.blog-lienquan {
  margin-top: 50px;
}
.title-module {
  margin-bottom: 0px;
  position: relative;
  font-weight: 500;
  font-size: 32px;
}
.box-contact .contact {
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fff;
}
.box-contact .contact h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.box-contact .contact h4::before {
  background: #fca120;
  content: '';
  right: 0;
  left: 0;
  position: absolute;
  bottom: -5px;
  height: 3px;
  display: block;
  z-index: 1;
  width: 40%;
}
.box-contact .contact .info-contact {
  padding: 5px;
  border-radius: 0 0 10px 10px;
}
.box-contact .contact .info-contact .group-address {
  margin-top: 10px;
}
.box-contact .contact .info-contact .group-address ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-contact .contact .info-contact .group-address ul li {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
}
.box-contact .contact .info-contact .group-address ul li .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ca6f04;
  border-radius: 50%;
  margin-right: 10px;
}
.box-contact .contact .info-contact .group-address ul {
  list-style: none;
}
.box-contact .contact .info-contact .group-address ul li b {
  display: block;
}
.box-contact .contact .info-contact .group-address ul li .icon svg path {
  fill: #ca6f04;
}
.box-contact .form-contact {
  border-radius: 5px;
  background: #fff;
}
.box-contact .form-contact h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.box-contact .form-contact h4::before {
  background: #fca120;
  content: '';
  right: 0;
  left: 0;
  position: absolute;
  bottom: -5px;
  height: 3px;
  display: block;
  z-index: 1;
  width: 40%;
}
.box-contact .form-contact .content-form {
  padding: 5px;
  display: block;
}
.box-contact .form-contact .group_contact {
  padding: 5px;
  border-radius: 0 0 10px 10px;
}
.box-contact .form-contact .group_contact input, .box-contact .form-contact .group_contact textarea {
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  font-size: 14px;
  border-radius: 8px;
}
.box-contact .form-contact .group_contact input {
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
}
.box-contact .form-contact .group_contact textarea {
  padding: 10px 20px;
  height: 77px;
  border: 1px solid #e6e6e6;
}
.box-contact .form-contact .group_contact .btn-lienhe {
  background: #ca6f04;
  color: #fff;
  border: initial;
  padding: 0 20px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 8px;
}
#contact_map {
  height: 570px;
  width: 100%;
  margin-top: 15px;
}
#contact_map iframe{
  height: 570px;
  width: 100%;
  border-radius: 5px;
}
.option-chos {
  border-radius: 10px;
  height: 100%;
  background: #fff;
  margin-top: 15px;
}
.option-chos .info-store {
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: auto;
}
.option-chos .info-store .store-list {
  padding: 5px 10px;
  line-height: 24px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  margin-bottom: 10px;
  margin: 0 10px 10px 0;
  border-radius: 10px;
  border: 2px solid #ca6f04;
}
.option-chos .info-store .store-list:hover{
  border: 2px solid #ff0000;
}
.option-chos .info-store .store-list .name-cuahang {
  color: #ca6f04;
  font-weight: 700;
}
.option-chos .info-store .store-list .store-name {
  position: relative;
  display: inline-block;
  width: 100%;
}
.option-chos .info-store .store-list .store-phone {
  position: relative;
  display: inline-block;
  width: 100%;
}
.option-chos .info-store .store-list .store-phone .phone-url {
  margin-right: 15px;
  color: #ca6f04;
}
.wrap-contact {
  height: calc(100vh - 20px);
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  border-radius: 10px;
}
.section-cate .swiper-slide {
  padding: 20px 0;
  position: relative;
}
.section-cate .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
.section-cate .danhmuc-thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.section-cate .danhmuc-thumb img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: 400ms all;
}
.section-cate .danhmuc-thumb .image-shadow::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(transparent, 80%, #e8d1b6);
}
.section-cate .danhmuc-info h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px;
  color: #000;
  letter-spacing: 1px;
  transition: 500ms all;
}
.swiper-button-next, .swiper-button-prev {
  background: #fff;
    background-image: none;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  border: 1px solid #ca6f04;
}
.swiper-container .swiper-button-next::after, 
.swiper-container .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.section-cate {
  text-align: center;
  position: relative;
}
.home-slider {
	margin-bottom: 40px
}

.home-slider .swiper-slide {
	text-align: center;
	position: relative
}

.home-slider .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	background: #ca6f04;
	opacity: 0.2
}

.home-slider .swiper-slide img {
	display: block;
	margin: 0 auto
}

.home-slider .swiper-slide.swiper-slide-prev img,
.home-slider .swiper-slide.swiper-slide-active img,
.home-slider .swiper-slide.swiper-slide-duplicate-active img {
	animation-name: zoom;
	animation-duration: 30s;
	animation-fill-mode: forwards
}

.home-slider .swiper-slide.swiper-slide-active .slider-text .title {
	top: 0px;
	opacity: 1;
	transition: 2s all
}

.home-slider .swiper-slide.swiper-slide-active .slider-text .content {
	top: 0px;
	opacity: 1;
	transition: 2.2s all
}

.home-slider .swiper-slide.swiper-slide-active .slider-text .button {
	top: 0px;
	opacity: 1;
	transition: 2.4s all
}

.home-slider .swiper-button-next:after,
.home-slider .swiper-button-prev:after {
	font-size: 20px;
	color: #000
}

.home-slider .slider-text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 50px;
	z-index: 2
}

@media (max-width: 991px) {
	.home-slider .slider-text {
		display: none
	}
}

.home-slider .slider-text .title {
	color: #fff;
	font-size: 70px;
	position: relative;
	top: 150px;
	opacity: 0;
	transition: 2s all;
	font-weight: 800
}

.home-slider .slider-text .content {
	font-size: 120px;
	font-family: 'Allura', cursive;
	line-height: 20px;
	position: relative;
	top: 200px;
	opacity: 0;
	transition: 2.2s all;
	text-shadow: 2px 2px 6px #878787
}

.home-slider .slider-text .button {
	background: #f3eee4;
	color: #000;
	padding: 8px 32px;
	border: 0;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 70px;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	top: 250px;
	opacity: 0;
	transition: 2.4s all
}

.home-slider .slider-text .button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30px;
	background-image: linear-gradient(to left, transparent, 80%, #ca6f04);
	z-index: 1;
	transition: 500ms all
}

.home-slider .slider-text .button:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.home-slider .slider-text .button:hover:before {
	width: 60%;
	transition: 500ms all
}
.home-slider .slider-text .button {
  background-image: url("../img/bg-module.png");
}

.box-blog .item-blog .block-thumb .time-post svg {
  fill: #fff;
  top: 4px;
  position: relative;
}
.instagram-swiper .swiper-slide:first-child{
  margin-left: -50%;
}
.box-product-flashsale .title .title-module .dot::after {
  content: "";
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  animation: pulseSmall2 1.25s linear infinite;
}
.product-quatang-swiper .swiper-slide {
  margin-top: 0 !important;
}
.box-product-gift .title .thump-flash .button-control .section-quatang-prev {
  display: inline-block;
  margin: 0 5px 0 20px;
  cursor: pointer;
}
.box-product-gift .title .thump-flash .button-control .section-quatang-next {
  display: inline-block;
  cursor: pointer;
}
.button-control .swiper-button-disabled {
  opacity: 0.7;
  cursor: inherit;
}
.box-product-gift .title .thump-flash {
  display: flex;
  align-items: center;
}
.section-quatang-prev svg path,
.section-quatang-next  svg path{
  fill: #333;
}
.show-box-paging {
  text-align: center;
}
.show-box-paging .pagination > .active > a, 
.show-box-paging .pagination > .active > a:focus, 
.show-box-paging .pagination > .active > a:hover, 
.show-box-paging .pagination > .active > span, 
.show-box-paging .pagination > .active > span:focus, 
.pagination > .active > span:hover {
  color: #222;
  background-color: #ca6f04;
  border-color: #ca6f04;
}
.show-box-paging .pagination > li > a, 
.show-box-paging .pagination > li > span{
  margin: 0 2px;
  color: #222;
}
.sort-cate {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
.open-cate {
  float: left;
  cursor: pointer;
  z-index: 99;
  font-size: 16px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 10px;
  color: #000;
  margin-right: 10px;
  border: 1px solid #E6E6E6;
}
.icon-svg {
  position: relative;
  top: 3px;
}
.icon-svg-1 {
  position: relative;
  top: 1px;
}
.sort-cate-left {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .sort-cate-left {
    float: right;
  }
}
.sort-cate-left h3 {
  color: #000;
  font-size: 14px;
  float: left;
  margin: 0;
  margin-top: -8px;
  font-weight: 800;
}
.sort-cate-left ul {
  display: flex;
}
.sort-cate-left ul li {
  margin-left: 10px;
}
.sort-cate-left ul li a {
  color: #000;
  display: block;
  padding: 5px 10px;
  border: 1px solid #ca6f04;
  border-radius: 5px;
}
.sort-cate-left ul li.active a, 
.sort-cate-left ul li:hover a {
  background: #f3eee4;
  color: #000;
}
.content-pro {
  margin-top: 50px;
}
.product-tab {
  margin-top: 50px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
.product-tab .tabs-title {
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.product-tab .tab-link {
  cursor: pointer;
  margin-right: 30px;
}
.product-tab .tab-link h3 {
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0px;
  position: relative;
}
.product-tab .tab-link.active h3, 
.product-tab .tab-link:hover h3 {
  color: #ca6f04;
}
.product-tab .tab-link.active h3::after, 
.product-tab .tab-link:hover h3::after {
  position: absolute;
  height: 2px;
  background: #ca6f04;
  bottom: -1px;
  content: '';
  left: 0;
  right: 0;
}
.product-tab .product_getcontent {
  position: relative;
}
.product-tab .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.product-tab .tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.title-product {
  font-size:30px;
  font-weight:600;
  margin:0px;
  line-height:36px;
  color:#000;
  padding-bottom:0px;
  margin-bottom:10px
}
.gallery-top .swiper-slide {
  padding-bottom:100%;
  display:block;
  height:0;
  background:#f3eee4;
  overflow:hidden;
  border-radius:5px
}
.gallery-top .swiper-slide img {
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  max-width:99%;
  max-height:100%;
  width:auto !important;
  height:auto !important;
  position:absolute;
  border-radius:5px
}
@media (max-width: 991px) {
  .product-image-block {
    margin-bottom:20px
  }
}
.product-image-block .btn-wishlist {
  position:absolute;
  right:10px;
  top:10px;
  z-index:9;
  background:#ca6f04;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:5px
}
.product-image-block .btn-wishlist svg {
  width:25px;
  height:25px
}
.product-image-block .thong-so {
  position:absolute;
  right:10px;
  top:10px;
  z-index:9;
  padding:5px 10px 5px 20px;
  background:linear-gradient(to right, transparent 0%, rgba(255,255,255,0.7) 30%, #fff 100%);
  font-size:12px;
  text-align:right;
  font-style:italic
}
.product-image-block .thong-so ul li {
  margin-bottom:5px
}
.product-image-block .thong-so ul li span {
  display:block;
  font-weight:700
}
.gallery-thumbs {
  margin-top:10px !important
}
.gallery-thumbs .swiper-slide {
  border:2px solid #ebebeb;
  cursor:pointer;
  background:#fff;
  border-radius:5px;
  overflow:hidden
}
.gallery-thumbs .swiper-slide .p-100 {
  padding-bottom:100%;
  overflow:hidden;
  height:auto;
  display:block;
  position:relative
}
.gallery-thumbs .swiper-slide .p-100 img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:contain;
  object-fit:contain
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color:#ca6f04
}
.gallery-thumbs .swiper-slide:hover {
  border-color:#ca6f04
}
.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
  top:60%
}
.layout-product {
  padding-bottom:30px
}
.layout-product .details-pro .price-box {
  margin-bottom:10px;
  padding:5px 0;
  border:1px solid #D9D9D9;
  border-left:0;
  border-right:0
}
.layout-product .details-pro .price-box .special-price {
  font-size:30px;
  font-weight:600;
  color:#ca6f04;
  display:inline-block
}
.layout-product .details-pro .price-box .old-price {
  color:#545454;
  font-size:16px;
  display:inline-block;
  text-decoration:line-through;
  margin-left:10px
}
.layout-product .details-pro .price-box .save-price {
  display:block
}
.layout-product .details-pro .price-box .save-price .product-price-save {
  color:#ef1104
}
.layout-product .inventory_quantity {
  font-size:16px;
  margin-bottom:10px
}
.layout-product .inventory_quantity .thump-break .a-stock,
.layout-product .inventory_quantity .thump-break .a-vendor,
.layout-product .inventory_quantity .thump-break .variant-sku {
  font-weight:400;
  color:#ca6f04
}
.layout-product .product-summary {
  margin-top:10px;
  font-size:14px;
  background:#f0f0f0;
  padding:10px;
  border-radius:5px img;
  border-radius-display:none
}
.layout-product .select-swatch {
  margin-bottom:20px
}
.layout-product .swatch {
  font-size:14px;
  margin-bottom:5px
}
.layout-product .swatch .header {
  margin-bottom:5px;
  font-weight:600
}
.layout-product .swatch .header .value-roperties {
  color:#ca6f04
}
.layout-product .swatch .swatch-element {
  display:inline-block;
  margin:0px 5px 5px 0
}
.layout-product .swatch .swatch-element input {
  display:none
}
.layout-product .swatch .swatch-element label {
  min-width:36px;
  height:33px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #000;
  cursor:pointer;
  white-space:nowrap;
  padding:0 5px;
  position:relative;
  margin-bottom:0;
  border-radius:5px
}
.layout-product .swatch .swatch-element label .crossed-out {
  display:none
}
.layout-product .swatch .swatch-element input:checked+label {
  background:#ca6f04;
  border-color:#ca6f04;
  color:#fff
}
.layout-product .swatch .swatch-element .tooltip {
  display:none
}
.layout-product .swatch .swatch-element.color label {
  padding:0 10px 0 0
}
.layout-product .swatch .swatch-element.color label img {
  max-height:31px;
  border-radius:5px
}
.layout-product .swatch .swatch-element.color label span {
  padding-left:10px
}
.layout-product .selector-wrapper {
  display:none !important
}
.layout-product .button_actions {
  width:100%;
  margin-top:0px;
  display:flex
}
@media (max-width: 767px) {
  .layout-product .button_actions {
    display:block
  }
}
.layout-product .button_actions .add_to_cart {
  border:initial;
  height:45px;
  padding:0 20px;
  background:#FFF9F3;
  color:#ca6f04;
  text-transform:uppercase;
  border-radius:5px;
  width:100%;
  font-weight:700;
  border:1px solid #ca6f04
}
.layout-product .button_actions .add_to_cart svg {
  margin-right:10px
}
@media (max-width: 767px) {
  .layout-product .button_actions .add_to_cart {
    width:100%;
    margin-right:0px
  }
}
.layout-product .button_actions .add_to_cart:hover {
  background:#ca6f04;
  color:#fff
}
.layout-product .button_actions .add_to_cart:hover svg path {
  fill:#fff
}
.layout-product .button_actions a {
  display:block;
  background:#009b50;
  color:#fff;
  text-align:center;
  padding:11px 12px;
  text-transform:uppercase;
  border-radius:8px;
  width:50%;
  margin-left:5px
}
@media (max-width: 991px) {
  .layout-product .button_actions a {
    width:100%;
    margin-left:0px;
    margin-top:5px
  }
}
.layout-product .button_actions a:hover {
  background:#004f29
}
.layout-product .button_actions .btn-soldout {
  border:initial;
  height:45px;
  padding:0 20px;
  background:#ca6f04;
  color:#fff;
  text-transform:uppercase;
  border-radius:5px;
  width:50%;
  margin-right:5px
}
@media (max-width: 991px) {
  .layout-product .button_actions .btn-soldout {
    width:100%;
    margin-right:0px
  }
}
.layout-product .button_actions .btn-soldout:hover {
  opacity:0.8
}
.layout-product .flex-quantity {
  display:flex;
  font-size:14px;
  margin-top:10px;
  align-items:center;
  width:100%;
  margin-bottom:20px
}
.layout-product .flex-quantity .custom-btn-number {
  display:flex;
  align-items:center;
  margin-right:10px
}
.layout-product .flex-quantity .custom-btn-number .sl {
  display:block;
  font-weight:600;
  white-space:nowrap;
  margin-right:10px;
  margin-bottom:0
}
.layout-product .input_number_product {
  width:80px;
  margin-right:10px;
  position:relative
}
.layout-product .input_number_product .btn_num {
  border:0;
  width:20px;
  position:absolute;
  right:0;
  top:0;
  text-align:center;
  height:23px;
  line-height:18px;
  cursor:pointer;
  background:initial;
  padding:initial
}
.layout-product .input_number_product .btn_num svg {
  width:10px;
  height:10px
}
.layout-product .input_number_product .btn_num.num_1 {
  bottom:0;
  top:initial
}
.layout-product .input_number_product input {
  width:100%;
  height:45px;
  border:solid 1px #ca6f04;
  text-align:center;
  padding-right:20px;
  border-radius:5px;
  color:#ca6f04
}
.productRelate {
  padding:20px 0;
  margin-bottom:0
}
.productRelate .title {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px
}
@media (max-width: 767px) {
  .productRelate .title {
    flex-direction:column
  }
}
.productRelate .title h3 {
  font-weight:800
}
.productRelate .title .thump-control {
  display:flex;
  align-items:center
}
.productRelate .title .thump-control .button-control .section-prev {
  display:inline-block;
  margin:0 5px 0 20px
}
.productRelate .title .thump-control .button-control .section-next {
  display:inline-block
}
.productRelate .title .thump-control .button-control .swiper-button-disabled {
  opacity:0.7;
  cursor:inherit
}
.productRelate .title .thump-control .button-control svg path {
  fill:#000
}
@media (max-width: 767px) {
  .title-product {
    margin-top:15px
  }
  .layout-product .flex-quantity {
    display:block
  }
  .layout-product .button_actions .add_to_cart {
    margin-top:15px;
    width:100%
  }
  .layout-product .inventory_quantity .line {
    display:none
  }
  .layout-product .inventory_quantity .mb-break {
    display:block
  }
}
.khuyen-mai {
  margin-top:20px
}
.khuyen-mai .title {
  width:auto;
  color:#fff;
  font-weight:600;
  background:#ca6f04;
  border-radius:5px 5px 0px 0px;
  font-size:14px;
  display:inline-flex;
  padding:5px 15px;
  align-items:center;
  border:2px solid #ca6f04
}
.khuyen-mai .title img {
  width:30px;
  height:auto;
  margin-right:10px
}
.khuyen-mai .content {
  padding-bottom:5px !important;
  padding:25px 15px 15px 15px;
  border-radius:0 5px 5px 5px;
  position:relative;
  border:1px solid #ca6f04
}
.khuyen-mai .content ul li {
  display:flex;
  margin-bottom:10px;
  align-items:center
}
.khuyen-mai .content ul li img {
  width:20px;
  height:auto;
  margin-right:5px
}
.flashsale_product {
  background:#000;
  padding:10px;
  position:relative;
  z-index:1;
  width:100%;
  margin-bottom:20px;
  border-radius:5px;
  color:#fff
}
.flashsale_product .title-count-down {
  font-weight:600
}
.flashsale_product .title-count-down img {
  height:30px;
  width:auto;
  animation:0.8s linear 0s infinite normal none running pulseSmall;
  margin-right:10px
}
.flashsale_product .count-down {
  display:inline-flex;
  position:relative;
  font-size:14px;
  padding:0;
  background:transparent;
  margin-bottom:0;
  align-items:center
}
@media (max-width: 1199px) {
  .flashsale_product .count-down {
    font-size:12px
  }
}
.flashsale_product .count-down .timer-view {
  display:inline-block;
  text-align:center;
  margin-bottom:0
}
.flashsale_product .count-down .timer-view .block-timer {
  width:30px;
  height:25px;
  background:#ca6f04;
  border-radius:5px;
  display:inline-block;
  color:#fff;
  margin:5px 3px
}
.flashsale_product .count-down .timer-view .block-timer p {
  padding-top:2px;
  margin-bottom:0
}
@media (max-width: 1199px) {
  .flashsale_product .count-down .timer-view .block-timer p {
    padding-top:3px
  }
}
.flashsale_product .elio-productcount .title {
  font-weight:600
}
.flashsale_product .elio-productcount .title span {
  color:#ef1104
}
.reviews_details_product {
  margin-bottom:10px
}
.content-pro {
  margin-top:50px
}
.content-pro .chinh-sach-pro {
  padding:10px;
  background:#fff;
  border-radius:5px;
  margin-bottom:20px
}
@media (max-width: 991px) and (min-width: 767px) {
  .content-pro .chinh-sach-pro {
    margin-right:10px
  }
}
.content-pro .chinh-sach-pro .title {
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
  position:relative
}
.content-pro .chinh-sach-pro .title:before {
  background:#ca6f04;
  content:'';
  right:0;
  left:0;
  position:absolute;
  bottom:-5px;
  height:3px;
  display:block;
  z-index:1;
  width:40%
}
.content-pro .chinh-sach-pro li {
  display:flex;
  margin-bottom:10px
}
.content-pro .chinh-sach-pro li span {
  min-width:20px;
  height:20px;
  display:inline-block;
  background:#ca6f04;
  color:#fff;
  border-radius:5px;
  text-align:center;
  margin-right:10px;
  line-height:21px;
  font-size:16px;
  position:relative;
  top:3px
}
.content-pro .blog_noibat {
  padding:10px;
  background:#fff;
  border-radius:5px
}
@media (max-width: 991px) and (min-width: 767px) {
  .content-pro .blog_noibat {
    margin-left:10px
  }
}
.content-pro .blog_noibat .title {
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
  position:relative
}
.content-pro .blog_noibat .title:before {
  background:#ca6f04;
  content:'';
  right:0;
  left:0;
  position:absolute;
  bottom:-5px;
  height:3px;
  display:block;
  z-index:1;
  width:40%
}
.content-pro .blog_noibat .item {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:20px
}
.content-pro .blog_noibat .item .post-thumb {
  width:90px;
  margin-right:10px
}
.content-pro .blog_noibat .item .contentright {
  width:calc(100% - 100px)
}
.content-pro .blog_noibat .item .contentright h3 {
  font-size:14px;
  margin:0;
  font-weight:700
}
.content-pro .blog_noibat .item .contentright h3 a {
  display:block;
  color:#000
}
.content-pro .blog_noibat .item .contentright h3 a:hover {
  color:#ca6f04
}
.content-pro .blog_noibat .item:last-child {
  border:initial;
  margin:0;
  padding:0
}
.details-product {
  margin-top: 15px;
}
.product-image-block .btn-wishlist i{
  color: #fff;
}

.tach-combo {
	padding: 10px;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	margin-bottom: 20px
}

.tach-combo h2 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700
}

.tach-combo ul {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.tach-combo ul li {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	text-align: center
}

@media (max-width: 767px) {
	.tach-combo ul li {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
}

.tach-combo ul li .image_thumb {
	padding-bottom: 100%;
	overflow: hidden;
	height: auto;
	display: block;
	position: relative
}

.tach-combo ul li .image_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.tach-combo ul li .price-box-bombo {
	color: #ca6f04;
	font-weight: 700
}
.chinhsach-pro {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.chinhsach-pro li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	.chinhsach-pro li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.chinhsach-pro li img {
	width: 25px;
	margin-right: 10px
}
.freeship-infor {
	position: relative;
	padding-bottom: 20px
}

.freeship-infor .title-infor {
	color: #000;
	font-weight: 700;
	display: flex;
	align-items: center;
	cursor: pointer
}

.freeship-infor .title-infor svg {
	margin-right: 10px
}

.freeship-infor .title-infor svg path {
	fill: #ca6f04
}

.freeship-infor .thumb-infor {
	position: absolute;
	top: 100%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
	background: #fff;
	padding: 15px;
	display: none;
	z-index: 99
}

.freeship-infor .thumb-infor .title1 {
	text-align: center;
	font-weight: 800;
	font-size: 18px
}

.freeship-infor .thumb-infor .title2 {
	text-align: center;
	margin-bottom: 10px
}

.freeship-infor .thumb-infor ul {
	padding: 10px;
	background: #f3eee4
}

.freeship-infor .thumb-infor ul li {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.freeship-infor .thumb-infor ul li .icon {
	min-width: 100px;
	text-align: center
}

@media (max-width: 767px) {
	.freeship-infor .thumb-infor ul li .icon {
		min-width: 50px
	}
}

.freeship-infor .thumb-infor ul li .text {
	font-size: 16px;
	font-weight: 800;
	margin-left: 10px
}

.freeship-infor .thumb-infor ul li .text span {
	display: block;
	font-weight: 400;
	font-size: 14px
}

.freeship-infor:hover .thumb-infor {
	display: block
}
.product-tab {
  margin-top: 50px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
.header-menu-right .menu-bar{
  display: none;
}
.mask-menu {
  position: fixed;
  top: -1px;
  width: 100%;
  height: 101%;
  background: #000;
  opacity: .75;
  display: none;
  z-index: 100;
}
.show-menu .mask-menu {
  display: none;
  z-index: 150;
}
.box-product-oth{
  margin-top: 15px;
}
.cart-page{
  display: block!important;
}
.cart-mobile-page{
  display: none!important;
}
.cart-mobile-page .ajaxcart__footer .cart__btn-proceed-checkout-dt a {
  width: 100%;
  background-color: #ca6f04;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ca6f04;
  border-radius: 5px;
}
label span{
  color: #ff0000;
}
.popup-search {
	top: 0 !important;
	padding: 0 15px;
	position: fixed;
	width: 400px;
	background: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	overflow: hidden;
	overflow-y: auto;
	z-index: 99999;
	padding-top: 50px;
	visibility: hidden;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}
.popup-search.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.search-header {
	position: relative
}

.search-header .search-smart .header-search-form {
	position: initial;
	height: 45px
}

.search-header .search-smart .header-search-form input {
	width: 100%;
	height: 45px;
	padding-right: 80px;
	padding-left: 10px;
	border: 0;
	border-radius: 8px;
	border: 1px solid #000
}

.search-header .search-smart .header-search-form button {
	position: absolute;
	right: 0px;
	width: 45px;
	height: 45px;
	background: transparent;
	border: 0;
	border-radius: 5px
}

.search-header .search-smart .header-search-form button svg {
	width: 20px;
	height: 20px
}

.search-header .search-smart .header-search-form button:hover {
	opacity: 0.7
}

.search-header .search-suggest {
	width: 100%;
	z-index: 99999;
	background: #fff;
	display: none;
	position: relative
}

@media (max-width: 767px) {
	.search-header .search-suggest {
		max-height: 430px
	}
}

.search-header .search-suggest::-webkit-scrollbar-thumb {
	background-color: #ca6f04;
	outline: 1px solid #ca6f04
}

.search-header .search-suggest::-webkit-scrollbar {
	width: 3px
}

.search-header .search-suggest.open {
	display: block;
	z-index: 99999;
	padding: 10px
}

.search-header .search-suggest.open .title {
	display: inline-block;
	color: #000
}

.search-header .list-search-style {
	text-align: center;
	margin-bottom: 10px
}

.search-header .list-search-style .title-search {
	text-align: left
}

.search-header .list-search-style .title-search span {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	display: inline-block
}

.search-header .list-search-style .title-search span:before {
	background: #ca6f04;
	content: '';
	right: 0;
	left: 0;
	position: absolute;
	bottom: -5px;
	height: 3px;
	display: block;
	z-index: 1;
	width: 40%
}

.search-header .list-search-style .see-more {
	color: #fff;
	padding: 8px 30px;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	background: #000
}

.search-header .list-search-style .see-more:hover {
	background: #ca6f04
}

.search-header .list-search-style .product-smart,
.search-header .list-search-style .art-smart {
	display: inline-block;
	padding: 0px 0px 8px;
	border-bottom: 1px solid #ededed;
	background: #fff;
	position: relative;
	width: 100%;
	text-align: left
}

.search-header .list-search-style .product-smart:first-child,
.search-header .list-search-style .art-smart:first-child {
	margin-top: 5px
}

.search-header .list-search-style .product-smart:last-child,
.search-header .list-search-style .art-smart:last-child {
	border-bottom: none
}

.search-header .list-search-style .product-smart .image_thumb,
.search-header .list-search-style .art-smart .image_thumb {
	display: inline-block;
	float: left;
	width: 100%;
	width: 60px
}

.search-header .list-search-style .product-smart .product-info,
.search-header .list-search-style .art-smart .product-info {
	display: block;
	float: left;
	width: calc(100% - 60px);
	-o-width: calc(100% - 60px);
	-moz-width: calc(100% - 60px);
	-webkit-width: calc(100% - 60px);
	padding-left: 10px
}

.search-header .list-search-style .product-smart .product-info,
.search-header .list-search-style .art-smart .product-info {
	margin: 5px 0 5px;
	position: relative
}

.search-header .list-search-style .product-smart .product-info h3,
.search-header .list-search-style .art-smart .product-info h3 {
	padding: 0;
	text-overflow: ellipsis;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 3px;
	padding-bottom: 3px;
	text-transform: capitalize
}

@media (max-width: 1199px) {

	.search-header .list-search-style .product-smart .product-info h3,
	.search-header .list-search-style .art-smart .product-info h3 {
		font-size: 14px
	}
}

.search-header .list-search-style .product-smart .product-info h3:hover,
.search-header .list-search-style .art-smart .product-info h3:hover {
	color: #ca6f04
}

.search-header .list-search-style .product-smart .product-info h3 a,
.search-header .list-search-style .art-smart .product-info h3 a {
	color: #000
}

.search-header .list-search-style .product-smart .product-info h3 a:hover,
.search-header .list-search-style .art-smart .product-info h3 a:hover {
	color: #ca6f04
}

.search-header .list-search-style .product-smart .product-info .price-box,
.search-header .list-search-style .art-smart .product-info .price-box {
	color: red;
	line-height: 23px;
	display: block;
	font-size: 14px;
	font-weight: 500
}

.search-header .list-search-style .product-smart .product-info .price-box .price,
.search-header .list-search-style .art-smart .product-info .price-box .price {
	padding-right: 5px
}

.search-header .list-search-style .product-smart .product-info .price-box .compare-price,
.search-header .list-search-style .art-smart .product-info .price-box .compare-price {
	text-decoration: line-through;
	font-size: 12px;
	color: #969696;
	line-height: 24px;
	font-weight: 300
}
@media (max-width: 767px) {
	.popup-search {
		width: 100%
	}
}

.popup-search.active {
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

@media (max-width: 991px) {
	.popup-search .search-header {
		width: 100%;
		text-align: left
	}
}

.popup-search .close-popup-search {
	position: absolute;
	right: 20px;
	top: 10px
}

.popup-search .product-search {
	margin-top: 20px
}

.popup-search .product-search .title-search {
	text-align: left
}

.popup-search .product-search .title-search span {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	display: inline-block
}

.popup-search .product-search .title-search span:before {
	background: #ca6f04;
	content: '';
	right: 0;
	left: 0;
	position: absolute;
	bottom: -5px;
	height: 3px;
	display: block;
	z-index: 1;
	width: 40%
}

.popup-search .product-search .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 15px
}

.popup-search .product-search .item .image {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex: 0 0 25%;
	flex: 0 0 100px;
	max-width: 100px
}

.popup-search .product-search .item .image .image_thumb {
	padding-bottom: 100%;
	overflow: hidden;
	height: auto;
	display: block;
	position: relative;
	background: #f3eee4
}

.popup-search .product-search .item .image .image_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.popup-search .product-search .item .content {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex: 0 0 25%;
	flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px)
}

.popup-search .product-search .item .content .product-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px
}

.popup-search .product-search .item .content .price-box {
	color: red;
	font-size: 14px;
	font-weight: 800
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes zoom{from{transform:scale(1)}to{transform:scale(1.5)}}
@-webkit-keyframes pulseSmall {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7)
	}

	70% {
		-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.44)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14)
	}
}

@-webkit-keyframes pulseSmall2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3)
	}
}
@-webkit-keyframes tada {
	50% {
		opacity: 0.3;
		transform: scale(1.3)
	}
}
