@charset "UTF-8";
.title-head {
  font-size: 1.42857em;
  color: #333;
  text-decoration: none; }
  .title-head a {
    color: #333; }
    .title-head a:hover {
      color: #90ca60; }

.subtitle-head {
  font-size: 1.28571em;
  color: #333;
  margin: 20px 0; }

.product-box {
  text-align: left;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .product-box .product-thumbnail {
    position: relative;
    overflow: hidden; }
  .product-box .product-info {
    z-index: 10;
    position: relative;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
  .product-box .product-name {
    font-size: 1em;
    line-height: 1.15;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 2px; }
    .product-box .product-name a {
      color: #222;
      text-decoration: none; }
      .product-box .product-name a:hover {
        color: #90ca60; }
    .product-box .product-name:hover, .product-box .product-name:focus {
      color: #90ca60; }
  .product-box .price-box {
    min-height: 49px; }
    .product-box .price-box .special-price {
      display: block;
      width: 100%; }
      .product-box .price-box .special-price .product-price {
        color: #90ca60;
        font-size: 1.07143em;
        line-height: 1.71429em;
        display: inline-block;
        font-weight: 500; }
    .product-box .price-box .old-price {
      display: inline-block; }
      .product-box .price-box .old-price .product-price-old {
        text-decoration: line-through;
        font-size: 0.92857em;
        margin: 0 0 0 0px;
        display: inline-block;
        color: #878787; }
    .product-box .price-box .sale-flash {
      position: absolute;
      font-size: 0.92857em;
      top: 10px;
      left: 10px;
      text-align: center;
      z-index: 9;
      text-transform: uppercase;
      font-weight: 500; }
  .product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px; }
  .product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.product-price {
  color: #323c3f;
  font-size: 1.42857em;
  line-height: 24px;
  display: block;
  font-weight: 700; }

.products-view-list .product-box .product-thumbnail {
  text-align: center;
  margin-bottom: 0;
  width: calc(100% / 3);
  float: left; }
  @media (max-width: 480px) {
    .products-view-list .product-box .product-thumbnail {
      width: 100%;
      float: none;
      margin-bottom: 15px; } }

.products-view-list .product-box .product-info {
  text-align: left;
  margin-left: 30px;
  float: left;
  width: calc(100% / 3 * 2 - 30px);
  background: transparent;
  border-top: none; }
  @media (max-width: 480px) {
    .products-view-list .product-box .product-info {
      float: none;
      margin-left: 0;
      width: 100%; } }

.breadcrumb {
  margin: 0;
  font-size: 1em;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 0; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li > a {
      color: #333; }
      .breadcrumb li > a > span {
        color: #333; }
        .breadcrumb li > a > span:hover, .breadcrumb li > a > span:focus {
          color: #90ca60;
          text-decoration: none; }
      .breadcrumb li > a:hover, .breadcrumb li > a:focus {
        color: #90ca60;
        text-decoration: none; }
    .breadcrumb li span {
      display: inline;
      color: #90ca60;
      padding: 0 2px; }
      .breadcrumb li span .fa {
        color: #666; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #333;
      font-weight: 500; }
  .breadcrumb > li + li:before {
    display: none; }

.pagination {
  margin-bottom: 20px; }
  .pagination .page-link {
    float: left;
    margin: 0 2.5px;
    width: 28px;
    background: #1c1c1c;
    text-align: center;
    height: 28px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #1c1c1c;
    text-decoration: none;
    border-radius: 3px !important;
    padding: 0; }
    .pagination .page-link:hover {
      background-color: #90ca60;
      border-color: #90ca60;
      color: #fff; }
    @media (max-width: 480px) {
      .pagination .page-link {
        width: 24px;
        height: 24px;
        line-height: 20px;
        margin: 0 2px;
        font-size: 12px; } }
  .pagination .page-item.disabled .page-link {
    border-color: #ddd;
    background: transparent;
    color: #555555; }
  .pagination .page-item.active .page-link {
    background-color: #90ca60;
    border-color: #90ca60;
    color: #fff; }

header {
  background: #ffffff; }

.header_search {
  padding: 10px 0 15px; }
  .header_search input {
    float: right; }
  .header_search .input-group {
    width: 100%;
    margin-bottom: 0; }
  .header_search button {
    padding: 0 8px;
    background: transparent; }
    .header_search button img {
      margin-top: 6px; }

.mini-cart {
  z-index: 10;
  text-align: center; }
  .mini-cart:hover:before, .mini-cart:hover .top-cart-content {
    display: block !important; }
  .mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none; }

.top-cart-contain {
  color: #333;
  padding: 0;
  right: 0; }
  .top-cart-contain .price {
    color: #90ca60;
    text-transform: uppercase; }
  .top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700; }
  .top-cart-contain .product-details .price {
    color: #90ca60;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px; }

.top-cart-content {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 0;
  text-align: left;
  z-index: 10000;
  border-radius: 0;
  -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);
  top: 57px; }
  .top-cart-content .empty {
    text-align: left;
    color: #333; }
  .top-cart-content .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .top-cart-content .product-name a {
      font-size: 1em;
      line-height: normal;
      line-height: 20px !important;
      font-weight: 500;
      color: #1c1c1c; }
      .top-cart-content .product-name a:hover, .top-cart-content .product-name a:focus {
        color: #90ca60; }
  .top-cart-content .list-item-cart {
    max-height: 250px;
    overflow-y: auto; }
    .top-cart-content .list-item-cart::-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; }
    .top-cart-content .list-item-cart::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    .top-cart-content .list-item-cart::-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; }
  .top-cart-content li {
    list-style: none; }
    .top-cart-content li.item {
      border-top: 1px solid #eee;
      overflow: hidden;
      padding: 20px 0;
      position: relative; }
      .top-cart-content li.item:first-child {
        border-top: none;
        padding-top: 10px; }
      .top-cart-content li.item:last-child {
        margin: 0;
        border-bottom: none; }
      .top-cart-content li.item .product-image {
        float: left;
        display: block;
        width: 80px;
        margin-right: 10px; }
      .top-cart-content li.item .detail-item {
        padding-left: 90px; }
        .top-cart-content li.item .detail-item .fa {
          position: absolute;
          right: 10px;
          color: #1c1c1c; }
          .top-cart-content li.item .detail-item .fa:hover, .top-cart-content li.item .detail-item .fa:focus {
            color: #90ca60; }
        .top-cart-content li.item .detail-item input {
          display: inline-block;
          width: 45px;
          padding: 0;
          text-align: center;
          min-height: 30px;
          height: 30px;
          margin-bottom: 0;
          float: left;
          border-radius: 0;
          border-left: none;
          border-right: none; }
          .top-cart-content li.item .detail-item input[disabled] {
            border: 1px solid #ebebeb;
            background-color: #fff;
            border-left: none;
            border-right: none; }
        .top-cart-content li.item .detail-item button.items-count {
          display: inline-block;
          box-shadow: none;
          outline: none;
          background-color: #fff;
          border: 1px solid #e5e5e5;
          height: 30px;
          float: left; }
        .top-cart-content li.item .detail-item .product-details-bottom .price.pricechange {
          margin-bottom: 8px;
          display: block; }
  .top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid; }
  .top-cart-content .actions .btn, .top-cart-content .actions input[type="submit"] {
    border-radius: 0;
    border: 1px solid #1c1c1c;
    color: #fff;
    background-color: #1c1c1c;
    min-width: 145px;
    text-transform: uppercase; }
    .top-cart-content .actions .btn + .btn, .top-cart-content .actions input[type="submit"] + .btn, .top-cart-content .actions .btn + input[type="submit"], .top-cart-content .actions input[type="submit"] + input[type="submit"] {
      float: right; }
    .top-cart-content .actions .btn:hover, .top-cart-content .actions input[type="submit"]:hover, .top-cart-content .actions .btn:focus, .top-cart-content .actions input[type="submit"]:focus {
      color: #fff;
      background-color: #90ca60;
      border-color: #90ca60 !important; }

.top-subtotal {
  color: #333;
  font-size: 1.14286em;
  font-weight: 400;
  padding: 12px 0;
  border-top: 1px dashed #e5e5e5;
  text-align: left;
  text-transform: none; }
  .top-subtotal .price {
    font-weight: 500;
    color: #90ca60;
    float: right; }

ul#cart-sidebar {
  padding: 10px;
  margin: 0;
  max-height: 582px;
  min-width: 320px; }
  ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto; }
  ul#cart-sidebar li.action {
    display: none; }
  ul#cart-sidebar .no-item p {
    margin-bottom: 0; }
  ul#cart-sidebar.hasclass li.action {
    display: block; }
  ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 5px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9); }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #90ca60;
    border-radius: 15px; }
    ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
      background: #90ca60;
      border-radius: 15px; }

.li-fix-1 {
  background: #FFF;
  border-top: 1px solid #ebebeb;
  display: block; }

.li-fix-2 {
  display: block;
  width: 295px; }

header .nav {
  position: relative; }

header .nav-item {
  float: left;
  position: relative;
  flex: auto; }
  header .nav-item.has-mega {
    position: static; }
  header .nav-item:hover, header .nav-item:focus {
    background-color: transparent; }
  header .nav-item > a {
    color: #1c1c1c;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center; }
    header .nav-item > a:hover, header .nav-item > a:focus {
      color: #90ca60;
      background-color: transparent; }
  header .nav-item > .fa {
    color: #222;
    position: absolute;
    right: 0;
    top: 33px; }
  header .nav-item .nav-item-lv2 {
    padding: 0 10px; }
  header .nav-item .nav-item-lv3 {
    padding: 0 10px; }
  @media (min-width: 992px) {
    header .nav-item:hover > .dropdown-menu {
      display: block;
      margin-top: 0; } }
  @media (min-width: 992px) and (min-width: 1025px) {
    header .nav-item:hover > .dropdown-menu {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      -moz-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      -webkit-transition: .3s ease-in;
      -ms-transition: .3s ease-in;
      transition: .3s ease-in;
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @media (min-width: 992px) {
    header .nav-item:hover > .mega-content {
      display: block; } }
  @media (min-width: 992px) and (min-width: 1025px) {
    header .nav-item:hover > .mega-content {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      -moz-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      -webkit-transition: .3s ease-in;
      -ms-transition: .3s ease-in;
      transition: .3s ease-in;
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  header .nav-item li.dropdown-submenu {
    position: relative; }
    header .nav-item li.dropdown-submenu .dropdown-menu {
      left: -100%;
      top: 0; }
    @media (min-width: 992px) {
      header .nav-item li.dropdown-submenu:hover > .dropdown-menu {
        display: block; } }
  header .nav-item.active {
    background-color: transparent; }
    header .nav-item.active > a {
      color: #90ca60; }
  header .nav-item ul.dropdown-menu {
    padding: 0;
    border: none;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    width: 220px;
    font-weight: 500;
    top: 44px; }
    @media (min-width: 1025px) {
      header .nav-item ul.dropdown-menu {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px); } }
    header .nav-item ul.dropdown-menu li {
      padding: 0;
      border-bottom: 1px solid #f7f7f7; }
      header .nav-item ul.dropdown-menu li:last-child {
        border-bottom: none; }
      header .nav-item ul.dropdown-menu li a {
        padding: 10px 5px;
        position: relative;
        padding-right: 20px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #1c1c1c; }
        header .nav-item ul.dropdown-menu li a i {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translate(0, -50%); }
        @media (min-width: 992px) {
          header .nav-item ul.dropdown-menu li a:hover, header .nav-item ul.dropdown-menu li a:focus {
            background-color: transparent;
            color: #90ca60; } }
      header .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%; }
  @media (min-width: 992px) {
    header .nav-item:hover > .dropdown-menu {
      display: block;
      margin-top: 0; } }
  @media (min-width: 992px) and (min-width: 1025px) {
    header .nav-item:hover > .dropdown-menu {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      -moz-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      -webkit-transition: .3s ease-in;
      -ms-transition: .3s ease-in;
      transition: .3s ease-in;
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @media (min-width: 992px) {
      header .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        display: block;
        margin-top: 0; } }
    @media (min-width: 992px) and (min-width: 1025px) {
      header .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px); } }
  @media (min-width: 992px) {
    header .nav-item:hover > a:before {
      display: block; }
    header .nav-item.evo-hover-left ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
      top: 0;
      left: -100%; } }

header .mega-content {
  background: #fff none repeat scroll 0 0;
  display: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 99;
  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; }
  header .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 .mega-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5; }
  header .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 .mega-content .level1.parent a.hmega {
    color: #1c1c1c !important;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block; }
    header .mega-content .level1.parent a.hmega:hover, header .mega-content .level1.parent a.hmega:focus {
      color: #90ca60 !important; }
  header .mega-content .level1.parent ul.level1 li {
    line-height: 1.3; }
    header .mega-content .level1.parent ul.level1 li a {
      text-transform: none !important;
      font-weight: 500; }
    header .mega-content .level1.parent ul.level1 li + li {
      padding-top: 5px; }
  header .mega-content .level1.item {
    float: left;
    width: 33.3333%;
    padding: 10px; }
    header .mega-content .level1.item > a {
      color: #333 !important;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
      display: inline-block; }
      header .mega-content .level1.item > a:hover, header .mega-content .level1.item > a:focus {
        color: #90ca60 !important; }
    header .mega-content .level1.item h2, header .mega-content .level1.item .h2 {
      font-size: 14px;
      margin-top: 0; }
    header .mega-content .level1.item ul.level1 {
      margin-bottom: 15px; }
      header .mega-content .level1.item ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #333; }
        header .mega-content .level1.item ul.level1 li a:hover, header .mega-content .level1.item ul.level1 li a:focus {
          text-decoration: none;
          color: #90ca60; }
  header .mega-content .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (min-width: 1025px) {
    header .mega-content {
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -moz-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      -webkit-transition: .2s ease-out;
      -ms-transition: .2s ease-out;
      transition: .2s ease-out;
      -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -webkit-transform: translateY(20px);
      transform: translateY(20px); } }

footer {
  position: relative;
  overflow: hidden; }
  footer .footer-info-widget h3, footer .footer-info-widget .h3 {
    font-size: 1.28571em;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px; }
  footer .footer-info-widget p {
    color: #cfd2d3;
    font-size: 1.14286em; }
    footer .footer-info-widget p.hotline {
      font-size: 2em;
      color: #fff;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: -8px; }
      footer .footer-info-widget p.hotline a {
        color: #fff; }
        footer .footer-info-widget p.hotline a:hover {
          color: #90ca60; }
  footer .footer-info-widget form {
    position: relative; }
    footer .footer-info-widget form input {
      height: 50px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 1.14286em; }
    footer .footer-info-widget form button {
      position: absolute;
      right: 0;
      background: transparent;
      border: none;
      line-height: 50px;
      font-size: 2.14286em;
      color: #a6a6ad;
      padding-right: 10px; }
  footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em; }
    footer .list-inline .fa:hover {
      color: #90ca60; }
  footer .site-footer h3, footer .site-footer .h3, footer .site-footer h4, footer .site-footer .h4 {
    position: relative;
    color: #333;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em; }
  footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em; }
    footer .list-menu a {
      color: #fff; }
      footer .list-menu a:hover {
        color: #90ca60; }
    footer .list-menu li {
      color: #fff; }
    footer .list-menu.contact .fa {
      width: 20px;
      margin-right: 5px;
      color: #90ca60; }
  footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 1em;
    position: relative;
    font-size: 12px; }
    footer .copyright a {
      color: #fff; }
      footer .copyright a:hover, footer .copyright a:focus {
        color: #90ca60; }
    footer .copyright b {
      font-weight: normal; }
  footer .social-icons li {
    margin-right: 10px; }
  footer .back-to-top {
    position: absolute;
    right: 0px;
    bottom: 60px;
    font-size: 12px;
    cursor: pointer;
    height: 35px;
    color: #1c1c1c;
    top: auto !important;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    opacity: 0.7; }
    footer .back-to-top:hover {
      color: #90ca60;
      opacity: 0.9; }
    footer .back-to-top.show {
      position: fixed;
      right: -30px;
      bottom: 60px;
      z-index: 999; }

/*.details-product{
#gallery_01 {
margin-top: 15px;
z-index: 0;
.owl-carousel.owl-loaded{
overflow: hidden;
}
}
.details-pro{
.product-price{
font-size: em(30px);
display: inline-block;
}
.price-box{
margin: 5px 0 5px;
del{
color: #adadad;
font-size: em(20px);
margin-left: 5px;
}
}
.product-summary{
.rte{
img{
display:none;
}
}
}
.custom-btn-number {
position: relative;
padding: 0;
margin-bottom: 20px;
border: none;
box-shadow: none;	
height: auto;
label{
font-size: 14px;
color: #000;
font-weight: 400;
}
#qty {			
height:35px;
font-size: em(14px);			
margin:0;
width: 35px;
padding: 0 2px;
text-align: center;
background: #fff;
min-height: unset;
}
.qtyminus {
position: absolute;
left: 25px;
top: 4px;
font-size: em(20px);
}
.qtyplus {
position: absolute;
right: 25px;
top: 4px;
font-size: em(20px);
}
}	
}
}*/
.zoomWrapper {
  width: 100% !important;
  height: auto !important; }

.zoomWrapper img {
  position: static !important;
  max-width: 100% !important;
  height: auto !important;
  width: auto !important; }
  .zoomWrapper img ~ img {
    display: none !important; }

.product-tab .tab-link {
  margin-right: 20px; }
  .product-tab .tab-link h3, .product-tab .tab-link .h3 {
    margin: 10px 0;
    font-size: 1.14286em; }
  .product-tab .tab-link span {
    font-size: 1.14286em; }
  .product-tab .tab-link.current h3, .product-tab .tab-link.current .h3 {
    color: #90ca60; }

.product-tab .tab-content.current {
  min-height: 1px; }
  @media (max-width: 480px) {
    .product-tab .tab-content.current {
      min-height: 20px; } }

.view-mode span {
  font-size: 0; }

.button-view-mode {
  padding: 0;
  margin: 0;
  font-size: 1.42857em; }
  .button-view-mode.active {
    box-shadow: none;
    color: #333; }
    .button-view-mode.active a {
      color: #333; }

.sortPagiBar {
  padding-bottom: 15px; }

.blog-item {
  overflow: hidden;
  margin-bottom: 15px; }
  .blog-item .date {
    position: absolute;
    background: #90ca60;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    z-index: 10; }
    .blog-item .date span {
      display: block;
      line-height: 45px; }
      .blog-item .date span ~ span {
        overflow: hidden;
        border-top: 1px solid #fff; }

.blog-item-name {
  font-weight: 700;
  position: relative;
  font-size: 1.14286em;
  margin: 0; }
  .blog-item-name a {
    color: #333; }
  .blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 11px;
    color: #90ca60; }

.blog-item-summary {
  font-size: 1em;
  margin-bottom: 0; }

.blog-item-thumbnail {
  position: relative; }

.list-blogs .blog-item {
  margin-bottom: 25px; }

.article-main .article-title {
  font-size: 1.71429em;
  line-height: 1.92857em;
  margin: 15px 0 8px; }

.article-main .postby {
  font-size: 1.14286em;
  line-height: 1.71429em;
  color: #676767;
  margin-bottom: 10px; }

.article-main .article-content {
  font-size: 1em; }

.article-main .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 8px; }

#article-comments {
  margin-top: 30px; }
  #article-comments .article-comment {
    margin-bottom: 10px; }
  #article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 50px;
    margin-right: 12px; }
  #article-comments .article-comment-user-comment {
    padding-left: 63px;
    font-size: 1em; }
  #article-comments .user-name-comment {
    margin: 0;
    color: #90ca60;
    font-size: 15px;
    line-height: 1; }
  #article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac;
    font-size: 12px; }

.social-media {
  font-size: 1em; }
  .social-media label {
    display: inline-block; }
  .social-media a {
    margin-right: 7px;
    color: #222; }
    .social-media a:hover, .social-media a:focus {
      text-decoration: none;
      color: #222; }
      .social-media a:hover .fa-facebook-official, .social-media a:focus .fa-facebook-official {
        color: #3b5998; }
      .social-media a:hover .fa-twitter, .social-media a:focus .fa-twitter {
        color: #1da1f2; }
      .social-media a:hover .fa-pinterest, .social-media a:focus .fa-pinterest {
        color: #bd081c; }
      .social-media a:hover .fa-google-plus, .social-media a:focus .fa-google-plus {
        color: #dd4b39; }
  .social-media .list-inline li {
    margin-right: 20px; }

textarea.form-control {
  border: 1px solid #e1e1e1; }

.section-news-2 {
  margin-bottom: 20px; }

.cart-item {
  background: #fff;
  padding: 20px 10px;
  border-bottom: 1px solid #e1e1e1; }

.cart-item-image {
  float: left;
  width: 120px;
  margin-right: 20px; }

.cart-item-info {
  padding-left: 140px; }
  .cart-item-info h3, .cart-item-info .h3 {
    margin: 0;
    font-size: 1.28571em;
    font-weight: 400; }
  .cart-item-info .product-price {
    line-height: 50px; }
  .cart-item-info input {
    width: 95px;
    height: 45px;
    border-color: #e1e1e1;
    float: left; }
  .cart-item-info .remove-item {
    color: #c6c6c6;
    font-size: 38px;
    font-weight: 300;
    line-height: 47px;
    float: right; }
  .cart-item-info .variant {
    color: #adadad; }

.name-product-cart {
  color: #90ca60; }

.cart .total-price {
  background: #fff;
  padding: 25px;
  line-height: 45px; }

.delete-cart .title {
  font-size: 2.14286em;
  text-align: center;
  padding: 30px 10px; }

.delete-cart .btn-50 {
  width: calc(50% - 3px); }
  .delete-cart .btn-50 a {
    color: #fff;
    display: block; }

#customer_register {
  margin-bottom: 20px; }

#customer_login,
#recover_customer_password {
  margin-bottom: 0; }

.checkbox.style input {
  margin: 0 !important;
  display: none; }

.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px; }
  .checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #90ca60;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.block-account h3, .block-account .h3 {
  margin-top: 0; }

.customer-name {
  color: #90ca60;
  line-height: 55px; }

.block-content.form-signup {
  background: #fff;
  padding-top: 10px; }
  .block-content.form-signup p {
    padding: 0;
    display: table; }
    .block-content.form-signup p i {
      display: table-cell;
      width: 20px;
      text-align: center;
      color: #90ca60; }
    .block-content.form-signup p a {
      color: #90ca60; }

.address-title {
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 0 !important;
  font-weight: 300; }
  .address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px; }
    .address-title button.btn-edit {
      background-image: url(//theme.hstatic.net/200001019727/1001369883/14/btn-edit.png?v=16);
      background-repeat: no-repeat;
      background-position: center; }
    .address-title button.btn-delete {
      background-image: url(//theme.hstatic.net/200001019727/1001369883/14/btn-delete.png?v=16);
      background-repeat: no-repeat;
      background-position: center; }

.address-subtitle {
  margin-top: 0;
  text-transform: uppercase; }

.address-item-action {
  right: 0;
  top: -7px; }
  .address-item-action .btn-row {
    padding-right: 5px; }

.address-group {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .address-group p {
    color: #595959; }
    .address-group p label {
      float: left;
      font-weight: 300; }

#order_payment,
#order_shipping {
  background: #fff;
  padding: 10px 0; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #90ca60;
    margin-right: 5px; }

.totalorders {
  background: #fff;
  border-color: #e1e1e1; }

.order-headding {
  margin: 0; }

.info-contact .widget-menu p {
  display: inline; }

.info-contact .logo {
  font-size: 20px; }

.aside-item.collection-category .nav-item {
  position: relative;
  clear: left;
  font-size: 1.07143em; }
  .aside-item.collection-category .nav-item a {
    font-size: 1.07143em; }
  .aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 5px;
    top: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center; }
  .aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none; }
  .aside-item.collection-category .nav-item.active > a {
    color: #90ca60; }
  .aside-item.collection-category .nav-item.active > .fa:before {
    content: "\f106"; }
  .aside-item.collection-category .nav-item.active > .dropdown-menu {
    display: block; }

.aside-item.collection-category .nav > li > a {
  padding: 5px 15px; }

.aside-item .nav > li > a:focus, .aside-item .nav > li > a:hover {
  background: none; }

#start {
  width: 100px;
  float: left; }
  @media (max-width: 1024px) {
    #start {
      width: 80px; } }
  #start input {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative; }
  @media (max-width: 1024px) {
    #stop {
      width: 80px; } }
  #stop input {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px; }

a#filter-value {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  width: 100px;
  margin-top: 15px;
  background-color: #90ca60;
  color: #fff;
  border-color: #90ca60; }
  a#filter-value:hover, a#filter-value:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #5d9331;
    border-color: #5d9331; }

div#isp_search_result_page_container .btn-search {
  display: none; }

button.btn.btn-default.btn-search {
  display: none; }

div#isp_search_result_page_container form {
  margin-bottom: 0; }

footer .footer-info-widget p.hotline a {
  color: #fff; }

.product-box .sale-flash {
  background-color: #90ca60; }

.blog-item .date {
  background: #f02b2b; }

.off-canvas-menu .action .btn-primary.btn-50:last-child {
  background: #2bf525; }
  .off-canvas-menu .action .btn-primary.btn-50:last-child:hover {
    background: #43f63d; }

.details-product form button.btn-primary2 {
  background: #2bf525; }
  .details-product form button.btn-primary2:hover {
    background: #43f63d; }

.view-desktop a.btn.btn-primary.btn-full {
  background: #ef7d00; }
  .view-desktop a.btn.btn-primary.btn-full:hover {
    background: #ff8a0a; }

.home-slider, .section-blog-sliders {
  overflow: hidden; }
  .home-slider .item, .section-blog-sliders .item {
    position: relative; }
  .home-slider.owl-carousel .owl-nav .owl-next, .section-blog-sliders.owl-carousel .owl-nav .owl-next {
    right: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev, .section-blog-sliders.owl-carousel .owl-nav .owl-prev {
    left: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev:before, .home-slider.owl-carousel .owl-nav .owl-next:before, .section-blog-sliders.owl-carousel .owl-nav .owl-prev:before, .section-blog-sliders.owl-carousel .owl-nav .owl-next:before {
    font-size: 20px;
    background: #fff;
    border: 1px solid #222;
    color: #222;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev:hover:before, .home-slider.owl-carousel .owl-nav .owl-next:hover:before, .section-blog-sliders.owl-carousel .owl-nav .owl-prev:hover:before, .section-blog-sliders.owl-carousel .owl-nav .owl-next:hover:before {
    color: #90ca60;
    border-color: #90ca60; }
  .home-slider.owl-carousel .owl-dots .owl-dot, .section-blog-sliders.owl-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #222; }
    .home-slider.owl-carousel .owl-dots .owl-dot.active, .section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
      width: 30px;
      height: 10px;
      background-color: #90ca60;
      border-radius: 6px; }
      @media (max-width: 767px) {
        .home-slider.owl-carousel .owl-dots .owl-dot.active, .section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
          height: 6px !important;
          width: 6px !important;
          border-radius: 50% !important;
          border: 1px solid #90ca60 !important; } }
    @media (max-width: 767px) {
      .home-slider.owl-carousel .owl-dots .owl-dot, .section-blog-sliders.owl-carousel .owl-dots .owl-dot {
        height: 6px !important;
        width: 6px !important;
        border-radius: 50% !important;
        border: 1px solid #fff !important; } }

.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  background-color: #a8a8a8; }

.section_tab_product h2, .section_tab_product .h2 {
  font-size: 1.78571em;
  line-height: 1.1;
  margin: 0 0 20px 0;
  color: #222; }

.section_tab_product .tabs-title {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 10px; }
  .section_tab_product .tabs-title li {
    display: inline-block;
    background: #fff;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative; }
    .section_tab_product .tabs-title li.current {
      color: #90ca60;
      background: #fff; }
    .section_tab_product .tabs-title li:hover, .section_tab_product .tabs-title li:focus {
      color: #90ca60; }

.section_tab_product .tab-content {
  clear: left; }

@media (max-width: 767px) {
  .section_tab_product .tabs-title li {
    width: 87px; } }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-responsive-block table, .table-responsive-block thead, .table-responsive-block tbody, .table-responsive-block th, .table-responsive-block td, .table-responsive-block tr {
    display: block; }
  .table-responsive-block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .table-responsive-block tr {
    background: #fff;
    line-height: 20px;
    margin-bottom: 10px; }
  .table-responsive-block td {
    border: none;
    position: relative;
    padding-left: 40%;
    text-align: right;
    font-weight: 700; }
    .table-responsive-block td.last {
      padding: 0;
      line-height: 50px; }
      .table-responsive-block td.last a {
        color: #90ca60; }
  .table-responsive-block td:before {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
    font-weight: 400; }
  .table-responsive-block .table-order td:nth-of-type(1):before {
    content: "Đơn hàng"; }
  .table-responsive-block .table-order td:nth-of-type(2):before {
    content: "Ngày"; }
  .table-responsive-block .table-order td:nth-of-type(3):before {
    content: "Chuyển đến"; }
  .table-responsive-block .table-order td:nth-of-type(4):before {
    content: "Địa chỉ"; }
  .table-responsive-block .table-order td:nth-of-type(5):before {
    content: "Giá trị"; }
  .table-responsive-block .table-order td:nth-of-type(6):before {
    content: "Tình trạng"; }
  .table-responsive-block #order_details td:nth-of-type(1):before {
    content: "Sản phẩm"; }
  .table-responsive-block #order_details td:nth-of-type(2):before {
    content: "Mã sản phẩm"; }
  .table-responsive-block #order_details td:nth-of-type(3):before {
    content: "Giá"; }
  .table-responsive-block #order_details td:nth-of-type(4):before {
    content: "Số lượng"; }
  .table-responsive-block #order_details td:nth-of-type(5):before {
    content: "Tổng"; }
  .table-responsive-block #order_details td:nth-of-type(6):before {
    content: "Tình trạng"; }
  .table-responsive-block .totalorders td:nth-of-type(1):before {
    content: "Tạm tính"; }
  .table-responsive-block .totalorders td:nth-of-type(2):before {
    content: "Phí vận chuyển"; }
  .table-responsive-block .totalorders td:nth-of-type(3):before {
    content: "Tổng tiền"; }
  .table-responsive-block .totalorders td:nth-of-type(4):before {
    content: "Số lượng"; }
  .table-responsive-block .totalorders td:nth-of-type(5):before {
    content: "Tổng"; }
  .table-responsive-block .totalorders td:nth-of-type(6):before {
    content: "Tình trạng"; } }

@media (max-width: 543px) {
  section.sidebar.left-content.col-lg-12 {
    padding: 0; } }

@media (max-width: 1199px) {
  header nav .mega-content {
    width: 940px; }
  header nav .mega-content .level1.item {
    text-align: left; } }

@media (max-width: 991px) and (min-width: 768px) {
  .search.f-right {
    margin-right: 50px; } }

@media (max-width: 767px) {
  header > .container {
    position: relative; }
  header .logo a {
    display: block;
    text-align: center;
    width: 100%; }
  header nav .nav-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0; }
    header nav .nav-item .dropdown-menu {
      display: none !important;
      position: static;
      border: none; }
    header nav .nav-item.open a {
      background: none !important; }
    header nav .nav-item.open > .dropdown-menu {
      display: block !important;
      margin: 0;
      padding: 0; }
  header nav li.menu-line {
    display: none;
    border: none; }
  header nav .nav-item > a {
    line-height: 20px;
    padding: 5px 15px 3px; }
  header nav #nav-mobile .nav-item > .dropdown-menu {
    padding: 0 0 0 15px;
    position: static;
    width: 100%;
    float: none;
    border: none;
    padding-right: 7px; }
  header nav .nav-item:hover > .dropdown-menu li.open > .dropdown-menu {
    display: block !important; }
  .header-main {
    padding: 10px 0; }
  #nav {
    padding-right: 0;
    display: none;
    padding-right: 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px; }
    #nav.open {
      display: block; }
    #nav .nav-link > .fa {
      float: right;
      line-height: 22px;
      margin-right: -15px;
      width: 40px;
      text-align: center;
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px); } }

@media (max-width: 543px) {
  .topbar .a-left {
    display: none; }
  .topbar ul.list-inline.f-right {
    float: left !important; }
  .search.f-right {
    float: none;
    width: 100%; } }

@media (max-width: 420px) {
  .col-xs-6.footer-header {
    width: 100%; } }

@media (max-width: 430px) {
  .collection p.title-head-info {
    position: static; }
  .collection h1.title-head, .collection .title-head.h1 {
    margin-bottom: 5px; } }

@media (max-width: 480px) {
  .product-tab .tab-link {
    margin-right: 10px; } }

@media (max-width: 375px) {
  .sodiachi .btn.btn-50, .sodiachi input.btn-50[type="submit"] {
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .quick-view {
    display: none !important; } }

.home-slider, .section-blog-sliders {
  overflow: hidden; }
  .home-slider .item, .section-blog-sliders .item {
    position: relative; }
  .home-slider.owl-carousel .owl-nav .owl-next, .section-blog-sliders.owl-carousel .owl-nav .owl-next {
    right: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev, .section-blog-sliders.owl-carousel .owl-nav .owl-prev {
    left: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev:before, .home-slider.owl-carousel .owl-nav .owl-next:before, .section-blog-sliders.owl-carousel .owl-nav .owl-prev:before, .section-blog-sliders.owl-carousel .owl-nav .owl-next:before {
    font-size: 20px;
    background: #fff;
    border: 1px solid #222;
    color: #222;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev:hover:before, .home-slider.owl-carousel .owl-nav .owl-next:hover:before, .section-blog-sliders.owl-carousel .owl-nav .owl-prev:hover:before, .section-blog-sliders.owl-carousel .owl-nav .owl-next:hover:before {
    color: #90ca60;
    border-color: #90ca60; }
  .home-slider.owl-carousel .owl-dots .owl-dot, .section-blog-sliders.owl-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background-color: rgba(0, 0, 0, 0.2); }
    .home-slider.owl-carousel .owl-dots .owl-dot.active, .section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
      width: 30px;
      height: 10px;
      background-color: #90ca60;
      border-radius: 6px; }

.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  background-color: #a8a8a8; }

.section_tab_product h2, .section_tab_product .h2 {
  font-size: 1.78571em;
  line-height: 1.1;
  margin: 0 0 20px 0;
  color: #222; }

.section_tab_product .tabs-title {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 10px; }
  .section_tab_product .tabs-title li {
    display: inline-block;
    background: #fff;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #8c8c8c; }
    .section_tab_product .tabs-title li.current {
      color: #333;
      background: #fff; }
    .section_tab_product .tabs-title li:hover, .section_tab_product .tabs-title li:focus {
      color: #333; }

.section_tab_product .tab-content {
  clear: left; }

@media (max-width: 767px) {
  .section_tab_product .tabs-title li {
    width: 87px; } }

@media (max-width: 543px) {
  section.sidebar.left-content.col-lg-12 {
    padding: 0; } }

@media (max-width: 1199px) {
  header nav .mega-content {
    width: 940px; }
  header nav .mega-content .level1.item {
    text-align: left; } }

@media (max-width: 991px) and (min-width: 768px) {
  .search.f-right {
    margin-right: 50px; } }

@media (max-width: 991px) {
  header > .container {
    position: relative; }
  header .logo a {
    display: block;
    text-align: center;
    width: 100%; }
  header nav .nav-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0; }
    header nav .nav-item .dropdown-menu {
      display: none !important;
      position: static;
      border: none; }
    header nav .nav-item.open a {
      background: none !important; }
    header nav .nav-item.open > .dropdown-menu {
      display: block !important;
      margin: 0;
      padding: 0; }
  header nav li.menu-line {
    display: none;
    border: none; }
  header nav .nav-item > a {
    line-height: 20px;
    padding: 5px 15px 3px; }
  header nav #nav-mobile .nav-item > .dropdown-menu {
    padding: 0 0 0 15px;
    position: static;
    width: 100%;
    float: none;
    border: none;
    padding-right: 7px; }
  header nav .nav-item:hover > .dropdown-menu li.open > .dropdown-menu {
    display: block !important; }
  .header-main {
    padding: 10px 0; }
  #nav {
    padding-right: 0;
    display: none;
    padding-right: 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px; }
    #nav.open {
      display: block; }
    #nav .nav-link > .fa {
      float: right;
      line-height: 22px;
      margin-right: -15px;
      width: 40px;
      text-align: center;
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px); } }

@media (max-width: 543px) {
  .topbar .a-left {
    display: none; }
  .topbar ul.list-inline.f-right {
    float: left !important; }
  .search.f-right {
    float: none;
    width: 100%; } }

@media (max-width: 420px) {
  .col-xs-6.footer-header {
    width: 100%; } }

@media (max-width: 430px) {
  .collection p.title-head-info {
    position: static; }
  .collection h1.title-head, .collection .title-head.h1 {
    margin-bottom: 5px; } }

@media (max-width: 480px) {
  .product-tab .tab-link {
    margin-right: 10px; } }

@media (max-width: 375px) {
  .sodiachi .btn.btn-50, .sodiachi input.btn-50[type="submit"] {
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .quick-view {
    display: none !important; } }

.section_tab_product h2, .section_tab_product .h2 {
  font-size: 1.78571em;
  line-height: 1.1;
  margin: 0 0 20px 0;
  color: #222; }

.section_tab_product .tabs-title {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 10px; }
  .section_tab_product .tabs-title li {
    display: inline-block;
    background: #fff;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #8c8c8c; }
    .section_tab_product .tabs-title li.current {
      color: #333;
      background: #fff; }
    .section_tab_product .tabs-title li:hover, .section_tab_product .tabs-title li:focus {
      color: #333; }

.section_tab_product .tab-content {
  clear: left; }

@media (max-width: 543px) {
  section.sidebar.left-content.col-lg-12 {
    padding: 0; } }

@media (max-width: 1199px) {
  header nav .mega-content {
    width: 100%; }
  header nav .mega-content .level1.item {
    text-align: left; } }

@media (max-width: 991px) and (min-width: 768px) {
  .search.f-right {
    margin-right: 50px; } }

@media (max-width: 991px) {
  header > .container {
    position: relative; }
  .menu-bar.hidden-md.hidden-lg {
    position: absolute;
    top: 40px;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1000; }
  header .logo a {
    display: inline-block;
    text-align: left; }
  header nav .nav-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0; }
    header nav .nav-item .dropdown-menu {
      display: none !important;
      position: static;
      border: none; }
    header nav .nav-item.open a {
      background: none !important; }
    header nav .nav-item.open > .dropdown-menu {
      display: block !important;
      margin: 0;
      padding: 0; }
  header nav li.menu-line {
    display: none;
    border: none; }
  header nav .nav-item > a {
    line-height: 20px;
    padding: 5px 15px 3px; }
  header nav #nav-mobile .nav-item > .dropdown-menu {
    padding: 0 0 0 15px;
    position: static;
    width: 100%;
    float: none;
    border: none;
    padding-right: 7px; }
  header nav .nav-item:hover > .dropdown-menu li.open > .dropdown-menu {
    display: block !important; }
  .header-main {
    padding: 10px 0; }
  #nav {
    padding-right: 0;
    display: none;
    padding-right: 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px; }
    #nav.open {
      display: block; }
    #nav .nav-link > .fa {
      float: right;
      line-height: 22px;
      margin-right: -15px;
      width: 40px;
      text-align: center;
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px); } }

@media (max-width: 543px) {
  .topbar .a-left {
    display: none; }
  .topbar ul.list-inline.f-right {
    float: left !important; }
  .search.f-right {
    float: none;
    width: 100%; } }

@media (max-width: 420px) {
  .col-xs-6.footer-header {
    width: 100%; } }

@media (max-width: 430px) {
  .collection p.title-head-info {
    position: static; }
  .collection h1.title-head, .collection .title-head.h1 {
    margin-bottom: 5px; } }

@media (max-width: 480px) {
  .product-tab .tab-link {
    margin-right: 10px; } }

@media (max-width: 375px) {
  .sodiachi .btn.btn-50, .sodiachi input.btn-50[type="submit"] {
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .quick-view {
    display: none !important; } }

.home-slider {
  overflow: hidden; }
  .home-slider .item {
    position: relative; }
  .home-slider.owl-carousel .owl-nav .owl-next {
    right: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev {
    left: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev:before, .home-slider.owl-carousel .owl-nav .owl-next:before {
    font-size: 84px;
    background: transparent; }

.section_tab_product h2, .section_tab_product .h2 {
  font-size: 1.71429em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px 0; }

.section_tab_product .tabs-title {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden; }
  .section_tab_product .tabs-title li {
    width: 140px;
    display: inline-block;
    background: #dadbdb;
    height: 40px;
    line-height: 40px;
    margin-right: 1px; }
    .section_tab_product .tabs-title li.current {
      color: #fff;
      background: #898989; }

.section_tab_product .tab-content {
  clear: left; }
  @media (min-width: 1200px) {
    .section_tab_product .tab-content .products .col-lg-3:nth-child(4n+1) {
      clear: left; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .section_tab_product .products .col-sm-4:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 767px) {
  .section_tab_product .tabs-title li {
    width: 87px; } }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-responsive-block table, .table-responsive-block thead, .table-responsive-block tbody, .table-responsive-block th, .table-responsive-block td, .table-responsive-block tr {
    display: block; }
  .table-responsive-block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .table-responsive-block tr {
    background: #fff;
    line-height: 20px;
    margin-bottom: 10px; }
  .table-responsive-block td {
    border: none;
    position: relative;
    padding-left: 40%;
    text-align: right;
    font-weight: 700; }
    .table-responsive-block td.last {
      padding: 0;
      line-height: 50px; }
      .table-responsive-block td.last a {
        color: #90ca60; }
  .table-responsive-block td:before {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
    font-weight: 400; }
  .table-responsive-block .table-order td:nth-of-type(1):before {
    content: "Đơn hàng"; }
  .table-responsive-block .table-order td:nth-of-type(2):before {
    content: "Ngày"; }
  .table-responsive-block .table-order td:nth-of-type(3):before {
    content: "Chuyển đến"; }
  .table-responsive-block .table-order td:nth-of-type(4):before {
    content: "Địa chỉ"; }
  .table-responsive-block .table-order td:nth-of-type(5):before {
    content: "Giá trị"; }
  .table-responsive-block .table-order td:nth-of-type(6):before {
    content: "Tình trạng"; }
  .table-responsive-block #order_details td:nth-of-type(1):before {
    content: "Sản phẩm"; }
  .table-responsive-block #order_details td:nth-of-type(2):before {
    content: "Mã sản phẩm"; }
  .table-responsive-block #order_details td:nth-of-type(3):before {
    content: "Giá"; }
  .table-responsive-block #order_details td:nth-of-type(4):before {
    content: "Số lượng"; }
  .table-responsive-block #order_details td:nth-of-type(5):before {
    content: "Tổng"; }
  .table-responsive-block #order_details td:nth-of-type(6):before {
    content: "Tình trạng"; }
  .table-responsive-block .totalorders td:nth-of-type(1):before {
    content: "Tạm tính"; }
  .table-responsive-block .totalorders td:nth-of-type(2):before {
    content: "Phí vận chuyển"; }
  .table-responsive-block .totalorders td:nth-of-type(3):before {
    content: "Tổng tiền"; }
  .table-responsive-block .totalorders td:nth-of-type(4):before {
    content: "Số lượng"; }
  .table-responsive-block .totalorders td:nth-of-type(5):before {
    content: "Tổng"; }
  .table-responsive-block .totalorders td:nth-of-type(6):before {
    content: "Tình trạng"; } }

@media (max-width: 543px) {
  section.sidebar.left-content.col-lg-12 {
    padding: 0; } }

@media (max-width: 1199px) {
  header nav .mega-content {
    width: 940px; }
  header nav .mega-content .level1.item {
    text-align: left; } }

@media (max-width: 1024px) {
  header nav .mega-content {
    width: 100%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .search.f-right {
    margin-right: 50px; } }

@media (max-width: 991px) {
  header > .container {
    position: relative; }
  .menu-bar.hidden-md.hidden-lg {
    position: absolute;
    top: 40px;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1000; }
  header .logo a {
    display: inline-block;
    text-align: left; }
  header nav .nav-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0; }
    header nav .nav-item .dropdown-menu {
      display: none !important;
      position: static;
      border: none; }
    header nav .nav-item.open a {
      background: none !important; }
    header nav .nav-item.open > .dropdown-menu {
      display: block !important;
      margin: 0;
      padding: 0; }
  header nav li.menu-line {
    display: none;
    border: none; }
  header nav .nav-item > a {
    line-height: 20px;
    padding: 5px 15px 3px; }
  header nav #nav-mobile .nav-item > .dropdown-menu {
    padding: 0 0 0 15px;
    position: static;
    width: 100%;
    float: none;
    border: none;
    padding-right: 7px; }
  header nav .nav-item:hover > .dropdown-menu li.open > .dropdown-menu {
    display: block !important; }
  .header-main {
    padding: 10px 0; }
  #nav {
    padding-right: 0;
    display: none;
    padding-right: 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px; }
    #nav.open {
      display: block; }
    #nav .nav-link > .fa {
      float: right;
      line-height: 22px;
      margin-right: -15px;
      width: 40px;
      text-align: center;
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px); } }

@media (max-width: 543px) {
  .topbar .a-left {
    display: none; }
  .topbar ul.list-inline.f-right {
    float: left !important; }
  .logo {
    display: block; }
  .search.f-right {
    float: none;
    width: 100%; } }

@media (max-width: 420px) {
  .col-xs-6.footer-header {
    width: 100%; } }

@media (max-width: 543px) {
  .product-box .product-thumbnail > a {
    max-height: 1000px;
    height: auto; } }

@media (max-width: 430px) {
  .collection p.title-head-info {
    position: static; }
  .collection h1.title-head, .collection .title-head.h1 {
    margin-bottom: 5px; } }

@media (max-width: 480px) {
  .product-tab .tab-link {
    margin-right: 10px; } }

*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

html, body {
  padding: 0;
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #e9e9e9;
  color: #1c1c1c;
  margin: 0 0 19px;
  min-height: 40px;
  padding: 0 20px; }

a {
  color: #0657a3; }
  a:hover {
    color: #90ca60; }

.remove {
  color: #999;
  font-size: 1em; }
  .remove:hover {
    color: #90ca60; }

.dropdown-menu > li > a {
  white-space: inherit; }

.dropdown-menu {
  box-shadow: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: none; }

body,
input,
textarea,
button,
select {
  line-height: 1.7;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.25px; }

body {
  font-size: 14px;
  color: #333; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.4; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

a {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  a:focus {
    outline: none; }

h1, .h1 {
  font-size: 2.57143em; }

h2, .h2 {
  font-size: 2em; }

h3, .h3 {
  font-size: 1.71429em; }

h4, .h4 {
  font-size: 1.28571em; }

h5, .h5 {
  font-size: 1.14286em; }

h6, .h6 {
  font-size: 1.14286em; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1c1c1c;
  letter-spacing: .01em; }

p {
  margin: 0 0 15px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e1e1e1; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: "\2014 \0020"; }

code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none inside; }

ol {
  list-style: decimal inside; }

ul.square, .rte ul ul ul {
  list-style: square inside; }

ul.disc, .rte ul {
  list-style: disc inside; }

ol.alpha {
  list-style: lower-alpha inside; }

.inline-list li {
  display: inline-block;
  margin-bottom: 0; }

table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e1e1e1;
  color: #1c1c1c; }

a,
.text-link {
  color: #0657a3;
  text-decoration: none;
  background: transparent; }

button {
  overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

img {
  border: 0 none;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.table-wrapper {
  max-width: 100%;
  overflow: auto; }

form {
  margin-bottom: 30px; }
  form a {
    color: #0657a3; }

input,
textarea,
button,
select {
  font-size: 1em; }
  input:focus,
  textarea:focus,
  button:focus,
  select:focus {
    outline: none; }

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
textarea,
select,
fieldset {
  border-radius: 0;
  max-width: 100%; }
  input.input-full,
  textarea.input-full,
  select.input-full,
  fieldset.input-full {
    width: 100%; }

fieldset {
  border: 0px solid #e1e1e1;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

button,
input[type="submit"] {
  cursor: pointer; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  display: block; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #c8c8c8; }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #ddd;
    border-color: #ddd; }

textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//theme.hstatic.net/200001019727/1001369883/14/ico-selects.png?v=16");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff !important;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }
  .ie9 select,
  .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

option {
  color: #000;
  background-color: #fff; }

select::-ms-expand {
  display: none; }

label,
legend {
  display: block;
  margin-bottom: 2px; }
  label.inline,
  legend.inline {
    display: inline; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

form.form-horizontal,
.form-horizontal {
  margin-bottom: 0; }
  form.form-horizontal input[type="text"],
  form.form-horizontal input[type="search"],
  form.form-horizontal input[type="password"],
  form.form-horizontal input[type="email"],
  form.form-horizontal input[type="file"],
  form.form-horizontal input[type="number"],
  form.form-horizontal input[type="tel"],
  form.form-horizontal textarea,
  form.form-horizontal select,
  form.form-horizontal label,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="file"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="tel"],
  .form-horizontal textarea,
  .form-horizontal select,
  .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
  border-color: red;
  color: red; }

label.error {
  color: red; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 0; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group input[type="submit"],
.input-group .input-group-field {
  height: 40px; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

.form-group {
  margin: 0;
  padding: 0 0 8px;
  border: 0; }
  .form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0; }
  .form-group input, .form-group select {
    height: 40px; }

.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 10px;
  font-weight: 500; }
  .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
      font-size: 18px; } }

.rte h5, .rte .h5,
.rte .h5 {
  text-transform: uppercase; }

.rte > div {
  margin-bottom: 15px; }

.rte ul ul {
  list-style: circle outside; }

.rte li {
  margin-bottom: 0.4em; }

.rte img {
  max-width: 100%;
  height: auto; }

.rte table {
  table-layout: fixed; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.clearboth {
  clear: both; }

.no-background {
  background: none !important; }

.flexbox, .awe-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.list-inline {
  *zoom: 1; }
  .list-inline:after {
    content: "";
    display: table;
    clear: both; }
  .list-inline li {
    float: left;
    margin: 0; }

.d-list > div {
  position: relative;
  margin-right: 15px; }
  .d-list > div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 13px;
    margin: auto;
    z-index: 9;
    background: #e1e1e1; }
  .d-list > div:first-child {
    margin: 0; }
    .d-list > div:first-child:before {
      display: none; }

.a-center {
  text-align: center !important; }

.a-left {
  text-align: left !important; }

.a-right {
  text-align: right !important; }

.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.f-none {
  float: none !important; }

.inline {
  display: inline !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .flexbox > div {
    flex: 1; }

.background-none {
  background: none !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: none !important; }

.ov-h {
  overflow: hidden !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.margin-0 {
  margin: 0px !important; }

.margin-vertical-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.margin-horizontal-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.padding-0 {
  padding: 0px !important; }

.padding-vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.padding-horizontal-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.margin-5 {
  margin: 5px !important; }

.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.margin-horizontal-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.padding-5 {
  padding: 5px !important; }

.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.padding-horizontal-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.margin-10 {
  margin: 10px !important; }

.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.margin-horizontal-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padding-horizontal-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.margin-15 {
  margin: 15px !important; }

.margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.margin-horizontal-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.padding-horizontal-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.margin-20 {
  margin: 20px !important; }

.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.margin-horizontal-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padding-horizontal-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.margin-25 {
  margin: 25px !important; }

.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.margin-horizontal-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.padding-25 {
  padding: 25px !important; }

.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.padding-horizontal-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.margin-30 {
  margin: 30px !important; }

.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.margin-horizontal-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padding-horizontal-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.margin-35 {
  margin: 35px !important; }

.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.margin-horizontal-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

.padding-35 {
  padding: 35px !important; }

.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.padding-horizontal-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

.margin-40 {
  margin: 40px !important; }

.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.margin-horizontal-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.padding-horizontal-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.margin-45 {
  margin: 45px !important; }

.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.margin-horizontal-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

.padding-45 {
  padding: 45px !important; }

.padding-vertical-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.padding-horizontal-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

.margin-50 {
  margin: 50px !important; }

.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.margin-horizontal-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.padding-50 {
  padding: 50px !important; }

.padding-vertical-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.padding-horizontal-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.margin-55 {
  margin: 55px !important; }

.margin-vertical-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.margin-horizontal-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-left-55 {
  margin-left: 55px !important; }

.margin-right-55 {
  margin-right: 55px !important; }

.padding-55 {
  padding: 55px !important; }

.padding-vertical-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.padding-horizontal-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.padding-top-55 {
  padding-top: 55px !important; }

.padding-bottom-55 {
  padding-bottom: 55px !important; }

.padding-left-55 {
  padding-left: 55px !important; }

.padding-right-55 {
  padding-right: 55px !important; }

.margin-60 {
  margin: 60px !important; }

.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.margin-horizontal-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.padding-60 {
  padding: 60px !important; }

.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.padding-horizontal-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.margin-65 {
  margin: 65px !important; }

.margin-vertical-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.margin-horizontal-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-left-65 {
  margin-left: 65px !important; }

.margin-right-65 {
  margin-right: 65px !important; }

.padding-65 {
  padding: 65px !important; }

.padding-vertical-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.padding-horizontal-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.padding-top-65 {
  padding-top: 65px !important; }

.padding-bottom-65 {
  padding-bottom: 65px !important; }

.padding-left-65 {
  padding-left: 65px !important; }

.padding-right-65 {
  padding-right: 65px !important; }

.margin-70 {
  margin: 70px !important; }

.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.margin-horizontal-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

.padding-70 {
  padding: 70px !important; }

.padding-vertical-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.padding-horizontal-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

.margin-75 {
  margin: 75px !important; }

.margin-vertical-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.margin-horizontal-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.margin-top-75 {
  margin-top: 75px !important; }

.margin-bottom-75 {
  margin-bottom: 75px !important; }

.margin-left-75 {
  margin-left: 75px !important; }

.margin-right-75 {
  margin-right: 75px !important; }

.padding-75 {
  padding: 75px !important; }

.padding-vertical-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.padding-horizontal-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.padding-top-75 {
  padding-top: 75px !important; }

.padding-bottom-75 {
  padding-bottom: 75px !important; }

.padding-left-75 {
  padding-left: 75px !important; }

.padding-right-75 {
  padding-right: 75px !important; }

.margin-80 {
  margin: 80px !important; }

.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.margin-horizontal-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

.padding-80 {
  padding: 80px !important; }

.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.padding-horizontal-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

.margin-85 {
  margin: 85px !important; }

.margin-vertical-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.margin-horizontal-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-bottom-85 {
  margin-bottom: 85px !important; }

.margin-left-85 {
  margin-left: 85px !important; }

.margin-right-85 {
  margin-right: 85px !important; }

.padding-85 {
  padding: 85px !important; }

.padding-vertical-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.padding-horizontal-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.padding-top-85 {
  padding-top: 85px !important; }

.padding-bottom-85 {
  padding-bottom: 85px !important; }

.padding-left-85 {
  padding-left: 85px !important; }

.padding-right-85 {
  padding-right: 85px !important; }

.margin-90 {
  margin: 90px !important; }

.margin-vertical-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.margin-horizontal-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-left-90 {
  margin-left: 90px !important; }

.margin-right-90 {
  margin-right: 90px !important; }

.padding-90 {
  padding: 90px !important; }

.padding-vertical-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.padding-horizontal-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.padding-top-90 {
  padding-top: 90px !important; }

.padding-bottom-90 {
  padding-bottom: 90px !important; }

.padding-left-90 {
  padding-left: 90px !important; }

.padding-right-90 {
  padding-right: 90px !important; }

.margin-95 {
  margin: 95px !important; }

.margin-vertical-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.margin-horizontal-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.margin-top-95 {
  margin-top: 95px !important; }

.margin-bottom-95 {
  margin-bottom: 95px !important; }

.margin-left-95 {
  margin-left: 95px !important; }

.margin-right-95 {
  margin-right: 95px !important; }

.padding-95 {
  padding: 95px !important; }

.padding-vertical-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.padding-horizontal-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.padding-top-95 {
  padding-top: 95px !important; }

.padding-bottom-95 {
  padding-bottom: 95px !important; }

.padding-left-95 {
  padding-left: 95px !important; }

.padding-right-95 {
  padding-right: 95px !important; }

.margin-100 {
  margin: 100px !important; }

.margin-vertical-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.margin-horizontal-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-left-100 {
  margin-left: 100px !important; }

.margin-right-100 {
  margin-right: 100px !important; }

.padding-100 {
  padding: 100px !important; }

.padding-vertical-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.padding-horizontal-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.padding-top-100 {
  padding-top: 100px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }

.padding-left-100 {
  padding-left: 100px !important; }

.padding-right-100 {
  padding-right: 100px !important; }

.btn, input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  outline: none !important;
  cursor: pointer;
  border: none;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .btn[disabled], input[disabled][type="submit"], .btn.disabled, input.disabled[type="submit"] {
    cursor: default;
    background-color: #e1e1e1; }
  .btn.btn-primary, input.btn-primary[type="submit"] {
    background: #f02b2b;
    color: #fff; }
    .btn.btn-primary:hover, input.btn-primary[type="submit"]:hover {
      background: #f24343; }
  .btn.btn-circle, input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0; }
  .btn.btn-large, input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px; }
  .btn.btn-small, input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: 0.85714em; }
  .btn.btn-dark, input.btn-dark[type="submit"] {
    background: #2a2a2a;
    color: #fff; }
  .btn.btn-white, input.btn-white[type="submit"] {
    background: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    font-weight: 400; }
    .btn.btn-white:hover, input.btn-white[type="submit"]:hover {
      background: #9dd073;
      color: #fff; }
  .btn.btn-gray, input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff; }
    .btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
      background: #90ca60; }
    .btn.btn-gray a, input.btn-gray[type="submit"] a {
      color: #fff; }
  .btn.btn-full, input.btn-full[type="submit"] {
    display: block;
    width: 100%; }

.btn-link {
  line-height: 40px;
  color: #90ca60; }
  .btn-link:hover {
    text-decoration: underline; }

.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden; }
  .ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

.awe-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .awe-popup .overlay {
    background-color: rgba(33, 33, 33, 0.8);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0; }
  .awe-popup .content {
    position: relative;
    max-width: 1140px;
    min-width: 1140px;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: #fff; }
  .awe-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto; }
    .awe-popup.active .content {
      max-height: calc(100% - 60px);
      opacity: 1;
      background: transparent;
      padding: 0; }
      .awe-popup.active .content .info {
        background: #fff;
        min-width: 500px; }
    .awe-popup.active .overlay {
      width: 100%;
      height: 100%; }

.close-window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%; }
  .close-window .fa {
    display: block;
    font-size: 1.42857em;
    line-height: 25px;
    color: #fff; }

.awe-popup.loading {
  z-index: 9998; }
  .awe-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.awe-popup.loaded-content .loader {
  display: none; }

.awe-popup.addcart-popup .content {
  min-width: auto; }

.product-popup .product-image {
  float: left;
  margin: 0 20px 0 0; }

.product-popup .product-info {
  overflow: hidden;
  position: relative; }
  .product-popup .product-info p {
    margin-bottom: 0px;
    line-height: 24px; }

.product-popup .popup-title {
  padding-left: 15px;
  border-radius: 0; }
  .product-popup .popup-title i {
    margin-right: 5px; }

.product-popup .product-name {
  color: #90ca60; }

.product-popup .product-info p.total-money {
  margin-bottom: 15px; }

.product-popup h3, .product-popup .h3 {
  color: #52b249;
  margin-bottom: 25px; }
  .product-popup h3 .fa, .product-popup .h3 .fa {
    margin-right: 4px; }

.product-popup .pop-right h3, .product-popup .pop-right .h3 {
  color: #333; }

.pop-right {
  background: #f9f9f9; }

.awe-popup.product-popup.active .content {
  max-height: calc(100% - 60px);
  opacity: 1;
  padding: 0; }

@media (max-width: 1199px) {
  .awe-popup .content {
    max-width: 700px;
    min-width: auto; } }

@media (max-width: 543px) {
  .product-popup .product-image {
    width: 120px;
    height: 120px; }
  .product-popup .product-image img {
    max-width: 120px !important; }
  .awe-popup.product-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    margin: 0 20px; }
  .addcart-popup .col-xl-6 {
    padding: 0 !important; }
  .product-popup h3, .product-popup .h3 {
    font-size: 1.28571em;
    margin-bottom: 0; } }

.swatch {
  margin: 1em 0; }
  .swatch .header {
    margin: 0.1em 0;
    text-align: left;
    float: left;
    min-width: 100px;
    font-weight: 700; }
  .swatch input {
    display: none; }

.swatch label {
  float: left;
  min-width: 35px !important;
  height: 35px !important;
  margin: 0;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  font-size: 0.92857em;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  font-weight: 500;
  padding: 0; }

.swatch-element label {
  padding: 0 5px; }
  .swatch-element label .img-check {
    display: none; }

.color.swatch-element label {
  padding: 0 5px; }

.swatch input:checked + label {
  background: transparent;
  color: #1c1c1c;
  border: 1px solid #1c1c1c; }
  .swatch input:checked + label .img-check {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0; }

.swatch .color input:checked + label {
  position: relative;
  border: 1px solid #1c1c1c; }
  .swatch .color input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    display: none; }

.swatch .color .has-thumb {
  position: relative; }
  .swatch .color .has-thumb .ant-swatch {
    max-height: 30px;
    position: relative;
    top: -2px;
    left: -3px; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  margin: 0px 5px 5px 0;
  position: relative; }
  .swatch .swatch-element.color .tim {
    /*background-color:#db23b6;*/ }
  .swatch .swatch-element.color .xanh {
    /*background-color:#0554ff;*/ }
  .swatch .swatch-element.color .vang {
    /*background-color:#e6fa0a;*/ }
  .swatch .swatch-element.color .nau {
    /*background-color:#594f4f;*/ }
  .swatch .swatch-element.color .do {
    /*background-color:#f20808;*/ }
  .swatch .swatch-element.color .cam {
    /*background-color:#fc9905;*/ }
  .swatch .swatch-element.color .xam {
    /*background-color:#615a5a;*/ }
  .swatch .swatch-element.color .xanh-nuoc-bien {
    /*background-color:#3a40fa;*/ }
  .swatch .swatch-element.color .xanh-la-cay {
    /*background-color:#00ff15;*/ }
  .swatch .swatch-element.color .hong {
    /*background-color:#ff00d5;*/ }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#quick-view-product .selector-wrapper {
  display: none !important; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

.swatch .tooltip {
  text-align: center;
  background: #90ca60;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -35px;
  margin-bottom: 15px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }
  .swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%; }
  .swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #90ca60 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px; }
  .swatch.error p {
    margin: 0.7em 0; }
    .swatch.error p:first-child {
      margin-top: 0; }
    .swatch.error p:last-child {
      margin-bottom: 0; }
  .swatch.error code {
    font-family: monospace; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  text-decoration: none;
  width: 30px;
  padding: 0;
  background: transparent;
  outline: none;
  border-radius: 0;
  white-space: nowrap;
  margin-right: 0;
  margin-left: 0; }

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 29px;
  text-align: center;
  line-height: 29px;
  font-size: 20px;
  background: #f5f5f5;
  color: #dadbdb;
  display: none; }

.owl-carousel .owl-nav .owl-prev {
  left: 0; }

.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104"; }

.owl-carousel .owl-nav .owl-next {
  right: 0; }

.owl-carousel .owl-nav .owl-next:before {
  content: "\f105"; }

.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

@media (max-width: 768px) {
  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    font-size: 14px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0; }
  .owl-carousel .owl-nav .owl-next {
    right: 0; } }

.owl-carousel .owl-dots {
  display: block;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px; }

.owl-carousel .owl-dots .owl-dot.active {
  background: #90ca60; }

.owl-carousel-inset .owl-nav .owl-prev {
  left: 0; }

.owl-carousel-inset .owl-nav .owl-next {
  right: 0; }

.owl-carousel-inset .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px; }

.owl-carousel-inset .owl-prev,
.owl-carousel-inset .owl-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.owl-carousel-inset:hover .owl-prev,
.owl-carousel-inset:hover .owl-next {
  opacity: 1;
  visibility: visible; }

.owl-carousel-inset:hover .owl-prev.disabled,
.owl-carousel-inset:hover .owl-next.disabled {
  opacity: .5; }

.owl-carousel-inset:hover .owl-nav .owl-prev {
  left: 25px; }

.owl-carousel-inset:hover .owl-nav .owl-next {
  right: 25px; }

.owl-carousel .owl-item img {
  width: auto; }

.owl-carousel .owl-item.focus {
  border: 2px solid #333; }

.tab-wrap .tabs-title {
  *zoom: 1;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 0 26px; }
  .tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both; }
  .tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left; }
    .tab-wrap .tabs-title li:before {
      content: "|";
      color: #c9c9c9;
      padding: 0 16px;
      color: #1c1c1c; }
    .tab-wrap .tabs-title li:first-child:before {
      display: none; }
    .tab-wrap .tabs-title li.current {
      color: #212121; }

.tab-wrap .tab-content {
  position: relative; }

ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer; }
  ul.tabs li.current {
    color: #000; }

.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto; }

.accordion .nav-item .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.accordion .nav-item.active .tab-pane {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

#quickview .product-name {
  margin-top: 0;
  font-size: 18px; }
  #quickview .product-name a {
    color: #000;
    font-size: 18px; }
    #quickview .product-name a:hover, #quickview .product-name a:focus {
      color: #90ca60;
      text-decoration: none; }

#quickview button.btn.btn-close.btn-default {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30px;
  font-size: 14px;
  height: 30px;
  text-align: center;
  line-height: 2px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  padding: 0; }

#quickview .modal-content {
  border-radius: 7px; }

#quickview .modal-body {
  position: relative;
  padding: 20px;
  border: 2px solid #90ca60;
  border-radius: 7px; }

#quickview .modal-dialog {
  width: 910px;
  border-radius: 0; }

#quickview .status {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400; }

#quickview .inventory {
  display: inline-block;
  padding: 0 5px;
  color: #90ca60; }

#quickview .selector-wrapper select {
  height: 40px; }

#quickview .info-other {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb; }
  #quickview .info-other p {
    margin-bottom: 0;
    font-weight: 600; }
    #quickview .info-other p label {
      font-weight: normal; }

#quickview span.discount {
  color: #90ca60; }

#quickview .product-price {
  font-size: 1.42857em;
  display: inline-block; }

#quickview .price-box {
  margin: 0px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb; }
  #quickview .price-box .special-price span {
    color: #90ca60; }
  #quickview .price-box .old-price {
    display: block;
    color: #bbb;
    font-size: 1em;
    margin-top: 7px;
    margin-top: 7px;
    clear: left; }

#quickview .product-description.rte {
  padding-bottom: 5px; }
  #quickview .product-description.rte p {
    margin-bottom: 5px; }

#quickview #thumbnail_quickview {
  opacity: 0;
  visibility: hidden;
  height: 0; }
  #quickview #thumbnail_quickview.op1 {
    opacity: 1;
    visibility: visible;
    height: auto; }
  #quickview #thumbnail_quickview .item {
    border: 2px solid #ebebeb;
    padding: 3px;
    height: 95px;
    position: relative;
    margin: 1px; }
    #quickview #thumbnail_quickview .item img {
      width: auto;
      max-height: 87px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      padding: 2px; }
  #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel .owl-nav .owl-prev, #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel .owl-nav .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden; }
  #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel .owl-nav .owl-next {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px; }
    #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel .owl-nav .owl-next.disabled {
      opacity: 0.2 !important; }
  #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel .owl-nav .owl-prev {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    left: -50px; }
    #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel .owl-nav .owl-prev.disabled {
      opacity: 0.2 !important; }
  #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit; }
  #quickview #thumbnail_quickview .thumblist_carousel.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit; }

#quickview .image {
  border: 1px solid #ebebeb;
  padding: 5px; }
  #quickview .image.margin-bottom-15 {
    position: relative;
    height: 400px; }
    #quickview .image.margin-bottom-15 img {
      width: auto;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

#quickview .rte img, #quickview .rte iframe {
  display: none !important; }

#quickview .quantity_wanted_p {
  margin-top: 15px; }
  #quickview .quantity_wanted_p label {
    display: inline-block;
    line-height: 45px;
    float: left; }
  #quickview .quantity_wanted_p input {
    margin: 0 10px;
    height: 40px;
    padding: 0;
    width: 60px;
    display: inline-block;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    text-align: center;
    float: left; }
  #quickview .quantity_wanted_p .btn, #quickview .quantity_wanted_p input[type="submit"] {
    font-size: 14px;
    padding: 0 45px;
    border-radius: 3px;
    display: inline-block;
    background-color: #90ca60;
    color: #fff;
    border: 1px solid #90ca60;
    text-transform: uppercase;
    float: left; }
    #quickview .quantity_wanted_p .btn:hover, #quickview .quantity_wanted_p input[type="submit"]:hover, #quickview .quantity_wanted_p .btn:focus, #quickview .quantity_wanted_p input[type="submit"]:focus {
      background-color: #fff;
      color: #90ca60; }

#quickview .swatch {
  display: none;
  clear: both; }
  #quickview .swatch .header {
    float: none;
    display: block;
    width: 100%; }
  #quickview .swatch .swatch-element {
    float: none;
    display: inline-block; }

#quickview .hasswatch .swatch {
  display: block;
  margin-bottom: 7px;
  margin-top: 0; }
  #quickview .hasswatch .swatch .header {
    float: none; }

#quickview .hasswatch .selector-wrapper {
  display: none; }

.filter-container {
  margin-bottom: 0px; }

.filter-group {
  margin-bottom: 0px; }
  .filter-group ul {
    max-height: 230px;
    overflow-y: auto; }
    .filter-group ul::-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; }
    .filter-group ul::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    .filter-group ul::-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; }

#start {
  width: 100px;
  float: left; }
  @media (max-width: 1024px) {
    #start {
      width: 80px; } }
  #start input {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative; }
  @media (max-width: 1024px) {
    #stop {
      width: 80px; } }
  #stop input {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px; }

.filter-group-title {
  display: block;
  font-size: 1.28571em;
  margin-bottom: 10px; }

.filter-item {
  margin: 0;
  cursor: pointer;
  line-height: 2.5em; }
  .filter-item * {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal; }
  .filter-item.color {
    min-width: 20px; }
    .filter-item.color a, .filter-item.color label {
      width: 100%;
      height: 100%;
      display: inline-block;
      font-size: 0; }
    .filter-item.color .fa {
      width: 20px;
      height: 20px;
      background: red;
      border-radius: 50%;
      position: relative; }
      .filter-item.color .fa:before {
        display: none; }
      .filter-item.color .fa.trang:hover:before {
        display: block;
        content: "";
        width: 26px;
        height: 26px;
        position: absolute;
        left: -4px;
        top: -4px;
        border: 1px solid #e2e2e2;
        border-radius: 50%; }
      .filter-item.color .fa:hover:before {
        display: block;
        content: "";
        width: 26px;
        height: 26px;
        position: absolute;
        left: -3px;
        top: -3px;
        border: 1px solid #e2e2e2;
        border-radius: 50%; }
    .filter-item.color input:checked + .fa:before {
      display: block;
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      left: -3px;
      top: -3px;
      border: 1px solid #e2e2e2;
      border-radius: 50%; }
    .filter-item.color input:checked + .fa.trang:before {
      display: block;
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      left: -4px;
      top: -4px;
      border: 1px solid #e2e2e2;
      border-radius: 50%; }

.filter-item--green *:hover {
  color: #90ca60; }

.filter-item--half {
  display: inline-block;
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px; }

.filter-item--check-box input {
  display: none; }

.filter-item--check-box .fa {
  margin-right: 5px;
  width: 14px;
  position: relative; }

.filter-item--check-box input + .fa:before {
  content: "";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 18px;
  border: solid 1px #ebebeb;
  line-height: 40px;
  position: absolute;
  top: -13px;
  height: 15px !important;
  width: 15px; }

.filter-item--check-box input:checked + .fa:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: -13px;
  font-size: 12px;
  left: 2px; }

.filter-item--check-box input:checked + .fa:before {
  border-color: #90ca60;
  background: #90ca60; }

#sort-by {
  float: right;
  font-size: 12px;
  text-align: left; }
  #sort-by .button-asc, #sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px; }
  #sort-by label {
    float: left;
    line-height: 38px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 500; }
  #sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right; }
  #sort-by a:link, #sort-by a:visited {
    color: #333;
    text-decoration: none; }
  #sort-by > ul > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 36px;
    background-image: url(ico-selects.png) !important; }
  #sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 150px;
    float: left;
    color: #333;
    border: 1px solid #e1e1e1;
    font-size: 14px; }
    #sort-by li > a {
      display: inline-block;
      width: 100%;
      line-height: 36px; }
    #sort-by li li {
      width: 100%;
      margin-top: 0px;
      border-top: none;
      border-right: none;
      border-left: none; }
      #sort-by li li a:hover {
        color: #fff; }
    #sort-by li:hover {
      background-color: #fff; }
    #sort-by li li:hover {
      background-color: #90ca60;
      color: #fff; }
      #sort-by li li:hover a {
        color: #fff; }
  #sort-by ul ul {
    position: absolute;
    display: none;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #e1e1e1 solid;
    width: 150px; }
    #sort-by ul ul li:last-child {
      border-bottom: none; }
    #sort-by ul ul li a:hover, #sort-by ul ul li a:focus {
      color: #fff; }
    #sort-by ul ul ul {
      position: absolute;
      left: 100%;
      top: -2px;
      border: solid 1px transparent; }
  #sort-by li:hover > ul {
    display: block; }

#popup-cart-desktop {
  width: 800px;
  background: #fff;
  float: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 50px; }
  #popup-cart-desktop .title-popup-cart {
    font-size: 13px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    padding-right: 15px;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5; }
    #popup-cart-desktop .title-popup-cart i {
      color: #404040; }
    #popup-cart-desktop .title-popup-cart .cart-popup-name a {
      color: #90ca60 !important;
      font-weight: 500; }
  #popup-cart-desktop .title-quantity-popup {
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
    padding: 10px; }
    #popup-cart-desktop .title-quantity-popup a {
      font-size: 12px;
      font-weight: 500;
      color: #1c1c1c;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      #popup-cart-desktop .title-quantity-popup a .cart-popup-count {
        color: #90ca60; }
  #popup-cart-desktop .content-popup-cart .thead-popup {
    background: #f7f7f7;
    float: left;
    width: 100%;
    clear: both;
    padding: 0 10px; }
    #popup-cart-desktop .content-popup-cart .thead-popup > div {
      float: left;
      padding: 6px 5px;
      font-size: 13px;
      border-left: 1px solid #fff;
      font-weight: 500; }
      #popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
        border-left: none; }
  #popup-cart-desktop .content-popup-cart .tbody-popup {
    width: 100%;
    float: left;
    clear: both;
    max-height: 280px;
    overflow-x: auto;
    border: 1px solid #f7f7f7;
    border-top: none; }
    #popup-cart-desktop .content-popup-cart .tbody-popup::-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; }
    #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    #popup-cart-desktop .content-popup-cart .tbody-popup::-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; }
    #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
      width: 100%;
      float: left;
      clear: both;
      border-bottom: 1px dotted #ddd;
      padding: 0 10px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup:last-child {
        border-bottom: none; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup p {
        margin-bottom: 0; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup p .add_sus {
          font-size: 12px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
        float: left; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
        padding: 10px;
        float: left; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image img {
          border: 1px solid #d2d2d2; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
        padding: 10px 0;
        padding-left: 100px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
          display: block;
          margin-bottom: 0;
          font-weight: 500;
          font-size: 14px;
          color: #1c1c1c;
          letter-spacing: 1px; }
          #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
            color: #90ca60; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
          font-size: 13px;
          margin-bottom: 5px;
          color: #333333; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
          font-size: 11px;
          color: #bfbfbf;
          letter-spacing: 1px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
        padding: 10px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
          display: block; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
          color: #333;
          font-size: 12px;
          font-weight: 500; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
          color: #333;
          font-size: 12px;
          text-decoration: line-through;
          font-weight: 500; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
          font-size: 12px;
          color: #d71515; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
        border: 1px solid #ddd;
        outline: none;
        background: #fff;
        height: 24px;
        margin-top: 10px;
        width: 23px;
        text-align: center;
        vertical-align: middle;
        padding: 0; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count.btn-minus {
          border-radius: 3px 0 0 3px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count.btn-plus {
          border-radius: 0 3px 3px 0; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
        border: 1px solid #ddd;
        height: 24px;
        margin-left: -1px;
        text-align: center;
        width: 24px;
        vertical-align: top;
        margin-right: -1px;
        margin-top: 10px;
        display: inline-block;
        min-height: 24px;
        padding: 0;
        border-radius: 0;
        background-color: #fff; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
        display: block;
        font-weight: 500;
        padding: 10px;
        font-size: 12px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .date-tour {
        margin-bottom: 10px; }
  #popup-cart-desktop .content-popup-cart .tfoot-popup {
    width: 100%;
    float: left;
    clear: both; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
      padding: 10px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
        font-size: 13px;
        width: 320px; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
          float: left;
          margin-right: 10px; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
          line-height: 20px;
          margin-bottom: 0; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
        font-size: 14px;
        font-weight: 500;
        padding: 0px 0;
        padding-bottom: 0;
        margin-bottom: 0; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
          color: #90ca60; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popupcon a:hover, #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popupcon a:focus {
        cursor: pointer; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 {
      padding: 10px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
        cursor: pointer; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue {
        background: #f6f7f9;
        font-size: 14px;
        float: left;
        border: 1px solid #90ca60;
        outline: none;
        color: #90ca60;
        padding: 10px;
        width: 160px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
        background: #1c1c1c;
        display: block;
        padding: 10px;
        text-align: center;
        border-radius: 0px;
        color: #fff;
        width: 100%;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1.2px; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:hover, #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:focus {
          background: #90ca60; }
  #popup-cart-desktop .close-window {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    z-index: 8040;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 25px; }
    #popup-cart-desktop .close-window .fa {
      font-size: 15px; }

.fancybox-skin {
  background: #fff !important; }

.modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0.5rem;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.modal-header {
  background-color: #1c1c1c;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }
  @media (max-width: 480px) {
    .modal-header {
      padding: 10px; } }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-header .close {
  margin-top: -2px; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.modal-header .modal-title {
  padding-left: 6rem;
  position: relative;
  min-height: 44px;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  color: #fff; }
  @media (max-width: 480px) {
    .modal-header .modal-title {
      font-size: 14px;
      min-height: 34px;
      padding-left: 40px;
      line-height: 34px; } }
  .modal-header .modal-title span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 44px;
    color: #1c1c1c;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff; }
    @media (max-width: 480px) {
      .modal-header .modal-title span {
        height: 34px;
        width: 34px;
        line-height: 32px; } }

.media:first-child {
  margin-top: 0; }

.btn-outline-red {
  background: #fff;
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: normal;
  padding: 0px 15px;
  border-radius: 0px;
  border: 1px solid #1c1c1c;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase; }

.btn-red {
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 38px;
  height: 40px;
  padding: 0px 15px;
  border-radius: 0;
  text-align: center;
  margin-top: 7px !important;
  text-transform: uppercase; }

.media .media-left {
  padding-right: 1em; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media .thumb-1x1 {
  width: 7.7rem; }

@media (max-width: 767px) {
  #myModal .close {
    color: #fff !important; } }

@media (max-width: 767px) {
  #myModal .modal-content, #myModal .modal-header {
    border-radius: 0; }
  #myModal .modal-body {
    padding: 7px; } }

#myModal .media-body .product-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 500; }

#myModal .media-body .product-new-price span {
  color: #90ca60; }

.awe-section-1 {
  margin-bottom: 1%; }

.awe-section-2 {
  margin-bottom: 2%; }

.awe-section-3 {
  margin-bottom: 2%; }

.awe-section-4 {
  margin-bottom: 2%; }

.awe-section-5 {
  margin-bottom: 2%; }

.awe-section-6 {
  margin-bottom: 2%; }

.awe-section-7 {
  margin-bottom: 2%; }

.awe-section-8 {
  margin-bottom: 2%; }

.awe-section-9 {
  margin-bottom: 0; }

.awe-section-10 {
  margin-bottom: 0; }

.awe-section-11 {
  margin-bottom: 0; }

@font-face {
  font-family: 'SVN-Gotham';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//theme.hstatic.net/200001019727/1001369883/14/gothamlight.ttf?v=16); }

@font-face {
  font-family: 'SVN-Gotham';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//theme.hstatic.net/200001019727/1001369883/14/gothambook.ttf?v=16); }

@font-face {
  font-family: 'SVN-Gotham';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//theme.hstatic.net/200001019727/1001369883/14/gothammedium.ttf?v=16); }

@font-face {
  font-family: 'SVN-Gotham';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//theme.hstatic.net/200001019727/1001369883/14/gothambold.ttf?v=16); }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 0; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background, .product-card .product-card__inner .product-card__image.lazyload {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 700px 104px;
  position: relative; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0; }

body {
  /*font-family: 'SVN-Gotham';*/
  font-family: 'Arimo', sans-serif;
  overflow-x: hidden;
  color: #363f4d; }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e6e6e6; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
    outline: none;
    box-shadow: none; }

a:hover, a:focus {
  text-decoration: none; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 480px) {
    .row {
      margin-right: -7px;
      margin-left: -7px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-left: 7px;
      padding-right: 7px; } }

.container, .container-fluid {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .container, .container-fluid {
      padding-left: 7px;
      padding-right: 7px; } }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 480px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
      padding-left: 7px;
      padding-right: 7px; } }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.page-404 h1, .page-404 .h1 {
  color: #333;
  font-size: 28px; }

.page-404 .land {
  color: #888; }

.page-404 .mt-5 .btn-success {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #90ca60;
  border-color: #90ca60;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase; }
  .page-404 .mt-5 .btn-success:hover, .page-404 .mt-5 .btn-success:focus {
    color: #fff;
    background-color: #83c44d;
    border-color: #83c44d; }

.btn-blues, #btnnewreview, .evo-button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid #1c1c1c;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  color: #fff; }
  .btn-blues strong, #btnnewreview strong, .evo-button strong {
    font-weight: 400; }
  .btn-blues::before, #btnnewreview::before, .evo-button::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #1c1c1c; }
  .btn-blues:hover, .btn-blues:focus, #btnnewreview:hover, #btnnewreview:focus, .evo-button:hover, .evo-button:focus {
    color: #555555;
    border-color: #555555; }
    .btn-blues:hover::before, .btn-blues:focus::before, #btnnewreview:hover::before, #btnnewreview:focus::before, .evo-button:hover::before, .evo-button:focus::before {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }

.table-order p {
  margin-bottom: 0; }

.required {
  font-size: 13px;
  color: red; }

#article_comments {
  margin-bottom: 15px; }

.search-main form input {
  border: 1px solid #e5e5e5;
  border-radius: 3px; }

.search-main form button {
  color: #fff;
  background-color: #90ca60;
  border-radius: 3px; }
  .search-main form button:hover, .search-main form button:focus {
    color: #fff;
    background-color: #76b93e; }

.search-main .title-head {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

@media (min-width: 1024px) {
  .search-main .products-view-grid .row .col-xs-6:nth-child(5n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .search-main .products-view-grid .row .col-xs-6:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 767px) {
  .search-main .products-view-grid .row .col-xs-6:nth-child(2n+1) {
    clear: left; } }

.search-main .product-card .product-card__inner .product-card__image {
  position: relative;
  height: 234px; }
  @media (max-width: 1024px) {
    .search-main .product-card .product-card__inner .product-card__image {
      height: 194px; } }
  @media (max-width: 991px) {
    .search-main .product-card .product-card__inner .product-card__image {
      height: 250px; } }
  @media (max-width: 480px) {
    .search-main .product-card .product-card__inner .product-card__image {
      height: 213px; } }
  @media (max-width: 376px) {
    .search-main .product-card .product-card__inner .product-card__image {
      height: 194px; } }
  @media (max-width: 321px) {
    .search-main .product-card .product-card__inner .product-card__image {
      height: 166px; } }
  .search-main .product-card .product-card__inner .product-card__image img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.bread-crumb {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5; }
  @media (max-width: 767px) {
    .bread-crumb {
      margin-bottom: 10px !important; } }
  .bread-crumb h4, .bread-crumb .h4 {
    margin-top: 0;
    text-transform: uppercase;
    color: #36424b;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 3px; }
  .bread-crumb .breadcrumb {
    background: transparent;
    color: rgba(112, 126, 137, 0.5);
    padding: 0; }
    .bread-crumb .breadcrumb a {
      color: #707e89; }

.search-more {
  margin-top: 0; }

.grecaptcha-badge {
  display: none !important; }

.total_address a {
  color: #90ca60; }

.evo-search-bar {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: relative;
  transition: .2s all;
  height: 0;
  overflow: hidden; }
  .evo-search-bar form {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    min-width: 500px; }
    @media (max-width: 767px) {
      .evo-search-bar form {
        min-width: 210px;
        max-width: 210px; } }
    .evo-search-bar form .input-group {
      width: 100%; }
      .evo-search-bar form .input-group input {
        border: none;
        outline: none;
        font-size: 16px;
        background: none; }
        @media (max-width: 767px) {
          .evo-search-bar form .input-group input {
            padding: 0 10px;
            font-size: 14px; } }
      .evo-search-bar form .input-group button {
        border: 0;
        padding: 0;
        outline: none;
        cursor: pointer;
        background: none;
        font-size: 16px;
        color: #1c1c1c; }
        .evo-search-bar form .input-group button:hover, .evo-search-bar form .input-group button:focus {
          outline: none;
          box-shadow: none;
          background-color: transparent;
          color: #90ca60; }
  .evo-search-bar .site-header__search {
    width: 30px;
    height: 30px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 20px;
    background: none;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer; }
    @media (max-width: 767px) {
      .evo-search-bar .site-header__search {
        right: 10px; } }

.show-search .evo-search-bar {
  height: 70px;
  overflow: visible; }

.backdrop__body-backdrop___1rvky {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
  transition: opacity .5s ease; }
  .backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1; }

header.header .top-header {
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  header.header .top-header .logo .logo-wrapper img {
    max-height: 70px; }
    @media (max-width: 767px) {
      header.header .top-header .logo .logo-wrapper img {
        max-height: 50px; } }
  header.header .top-header .left-header {
    display: flex;
    align-items: center;
    height: 70px; }
    header.header .top-header .left-header .text {
      font-weight: 500;
      color: #1c1c1c;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block; }
      header.header .top-header .left-header .text a {
        color: #1c1c1c;
        font-weight: 700; }
        header.header .top-header .left-header .text a:hover, header.header .top-header .left-header .text a:focus {
          color: #90ca60; }
  header.header .top-header .right-header .justify-end {
    display: flex;
    justify-content: flex-end;
    height: 70px;
    align-items: center; }
    header.header .top-header .right-header .justify-end .site-nav-item {
      position: relative;
      list-style: none; }
      header.header .top-header .right-header .justify-end .site-nav-item > a {
        font-weight: 500;
        color: #1c1c1c;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        position: relative;
        padding: 0 15px;
        white-space: nowrap; }
        header.header .top-header .right-header .justify-end .site-nav-item > a:hover, header.header .top-header .right-header .justify-end .site-nav-item > a:focus {
          color: #90ca60; }
      header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 100%;
        height: 45px;
        background: 0 0;
        display: none;
        z-index: 8; }
      header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul {
        position: absolute;
        display: none;
        top: 56px;
        left: 0;
        z-index: 2;
        background: #fff;
        width: 100%;
        min-width: 200px;
        border: 1px solid #efefef;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18); }
        header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul:before {
          border: 9px solid transparent;
          border-bottom: 9px solid #efefef;
          margin-left: -9px;
          bottom: 100%;
          left: 20%;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul li a {
          display: block;
          padding: 7px 10px;
          color: #1c1c1c;
          text-transform: uppercase; }
          header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul li a:hover, header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul li a:focus {
            color: #90ca60;
            background-color: #f7f7f7; }
      header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account:hover:before, header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account:hover ul {
        display: block; }
      header.header .top-header .right-header .justify-end .site-nav-item.site-nav-cart > a .count_item_pr {
        height: 20px;
        line-height: 20px;
        background: #1c1c1c;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        text-align: center;
        min-width: 20px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-indent: 2px;
        position: absolute;
        top: -10px;
        right: 6px; }
      header.header .top-header .right-header .justify-end .site-nav-item.site-nav-cart:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 100%;
        height: 45px;
        background: 0 0;
        display: none;
        z-index: 8; }

header.header .nav-evo-watch #nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 991px) {
  header.header .nav-evo-watch {
    padding: 0;
    height: 100vh;
    background: #fff;
    color: #1c1c1c;
    -webkit-transform: translateX(calc(-100vw + 65px));
    transform: translateX(calc(-100vw + 65px));
    position: fixed;
    top: 0 !important;
    left: 0;
    visibility: hidden;
    width: 300px;
    z-index: 9999;
    -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    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);
    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), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow-y: scroll; }
    header.header .nav-evo-watch .row {
      margin: 0; }
      header.header .nav-evo-watch .row .col-md-12 {
        padding: 0; }
    header.header .nav-evo-watch #nav {
      display: block;
      border: none;
      padding: 0;
      margin-bottom: 0; }
      header.header .nav-evo-watch #nav > li {
        border-bottom: 1px solid rgba(92, 92, 92, 0.1);
        width: 100%; }
        header.header .nav-evo-watch #nav > li > a {
          text-align: left;
          font-size: 13px;
          text-transform: capitalize;
          color: #1c1c1c;
          letter-spacing: 1px; }
          header.header .nav-evo-watch #nav > li > a > .fa {
            height: 20px;
            position: relative;
            top: 4px;
            margin-right: 0; }
        header.header .nav-evo-watch #nav > li.active > a {
          color: #90ca60; }
        header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu {
          position: relative;
          top: 0;
          min-width: unset;
          width: 100%;
          box-shadow: none;
          margin: 0; }
          header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li {
            width: 100%; }
            header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li a {
              text-align: left;
              font-size: 12px;
              text-transform: capitalize;
              color: #1c1c1c;
              letter-spacing: 1px;
              padding-left: 20px;
              white-space: inherit;
              padding-right: 10px; }
            header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.active > a {
              color: #90ca60;
              font-weight: 500; }
            header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa {
              height: 20px;
              position: relative;
              top: 4px;
              margin-right: 0;
              right: 0; }
              header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa:before {
                content: "\f107"; }
            header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu {
              left: 0;
              display: none; }
              header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu li a {
                padding-left: 30px; }
            header.header .nav-evo-watch #nav > li.has-childs .dropdown-menu li.has-childs2.active .dropdown-menu {
              display: block; }
        header.header .nav-evo-watch #nav > li.has-childs.active .dropdown-menu {
          display: block; }
        header.header .nav-evo-watch #nav > li.has-childs.active .mega-content {
          display: block;
          position: relative;
          top: 0;
          min-width: unset;
          width: 100%;
          box-shadow: none;
          margin: 0;
          padding: 0;
          max-height: unset;
          overflow-y: unset; }
          header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 {
            display: block; }
            header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 {
              padding: 0;
              width: 100%;
              margin-bottom: 0; }
              header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .hmega {
                text-align: left;
                font-size: 12px;
                text-transform: capitalize;
                color: #5c5c5c;
                letter-spacing: 1px;
                padding: 10px 20px;
                white-space: inherit;
                font-weight: 400;
                display: block;
                width: 100%;
                border-bottom: 1px solid #f7f7f7;
                margin-bottom: 0;
                position: relative; }
                header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .hmega > .fa {
                  height: 20px;
                  position: relative;
                  top: 4px;
                  right: 0;
                  float: right;
                  line-height: 22px;
                  width: 40px;
                  text-align: center;
                  transform: translateY(-5px);
                  -webkit-transform: translateY(-5px);
                  -moz-transform: translateY(-5px); }
              header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 {
                display: none; }
                header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li {
                  border-bottom: 1px solid #f7f7f7; }
                  header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a {
                    padding: 10px 5px;
                    text-align: left;
                    font-size: 12px;
                    text-transform: capitalize;
                    color: #5c5c5c;
                    letter-spacing: 1px;
                    padding-left: 30px;
                    white-space: inherit;
                    font-weight: 400;
                    display: block;
                    width: 100%;
                    padding-right: 10px; }
              header.header .nav-evo-watch #nav > li.has-childs.active .mega-content .level0 .level1.active .level1 {
                display: block; }
    header.header .nav-evo-watch.active {
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

@media (max-width: 321px) {
  header.header .nav-evo-watch {
    width: 290px; } }

footer.footer {
  background-color: #f9f9f9;
  margin-top: 30px; }
  footer.footer .site-footer {
    margin-top: 25px;
    color: #1c1c1c; }
    footer.footer .site-footer .footer-contact h3 img, footer.footer .site-footer .footer-contact .h3 img {
      max-height: 60px;
      text-align: left;
      margin: 0; }
    footer.footer .site-footer .footer-contact ul li {
      color: #1c1c1c;
      position: relative;
      margin-bottom: 7px;
      font-size: 13px;
      letter-spacing: 1px;
      padding-left: 20px;
      word-break: break-word; }
      footer.footer .site-footer .footer-contact ul li i {
        position: absolute;
        left: 0;
        top: 7px; }
      footer.footer .site-footer .footer-contact ul li a {
        color: #1c1c1c;
        text-transform: unset !important;
        font-size: 13px !important;
        letter-spacing: 1px; }
        footer.footer .site-footer .footer-contact ul li a:hover, footer.footer .site-footer .footer-contact ul li a:focus {
          color: #90ca60; }
    footer.footer .site-footer .footer-widget h3, footer.footer .site-footer .footer-widget .h3 {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 15px;
      position: relative; }
      @media (max-width: 767px) {
        footer.footer .site-footer .footer-widget h3, footer.footer .site-footer .footer-widget .h3 {
          margin-bottom: 0; }
          footer.footer .site-footer .footer-widget h3 .Collapsible__Plus, footer.footer .site-footer .footer-widget .h3 .Collapsible__Plus {
            position: absolute;
            right: 0;
            top: calc(50% - (11px / 2));
            width: 11px;
            height: 11px; }
            footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::before, footer.footer .site-footer .footer-widget .h3 .Collapsible__Plus::before, footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::after, footer.footer .site-footer .footer-widget .h3 .Collapsible__Plus::after {
              position: absolute;
              content: '';
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
              background-color: currentColor;
              -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
              transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
              transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
              transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
            footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::before, footer.footer .site-footer .footer-widget .h3 .Collapsible__Plus::before {
              width: 11px;
              height: 1px;
              opacity: 1; }
            footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::after, footer.footer .site-footer .footer-widget .h3 .Collapsible__Plus::after {
              width: 1px;
              height: 11px; } }
    footer.footer .site-footer .footer-widget .list-menu li a {
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #1c1c1c;
      transition: .2s all;
      font-size: 12px;
      letter-spacing: 1px; }
      footer.footer .site-footer .footer-widget .list-menu li a:hover, footer.footer .site-footer .footer-widget .list-menu li a:focus {
        color: #90ca60; }
    footer.footer .site-footer .footer-widget .list-menu li + li {
      margin-top: 7px; }
    @media (max-width: 767px) {
      footer.footer .site-footer .footer-widget .list-menu.has-click {
        display: block;
        height: 0;
        visibility: hidden;
        -webkit-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
        transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
        margin-bottom: 0;
        opacity: 0; } }
    footer.footer .site-footer .footer-widget.footer-subcrible p {
      letter-spacing: 0.5px;
      font-size: 12px; }
    footer.footer .site-footer .footer-widget.footer-subcrible form {
      margin-bottom: 15px; }
      footer.footer .site-footer .footer-widget.footer-subcrible form input {
        height: 40px;
        background-color: #f8f8f8;
        line-height: 40px;
        font-size: 12px;
        width: 100%;
        padding: 0 10px;
        outline: none;
        background: #f0f0f0;
        border: 1px solid transparent;
        margin-bottom: 8px; }
      footer.footer .site-footer .footer-widget.footer-subcrible form button {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0; }
        footer.footer .site-footer .footer-widget.footer-subcrible form button:hover {
          background-color: #fff;
          color: #555555;
          border-color: #555555; }
    @media (max-width: 767px) {
      footer.footer .site-footer .footer-widget.active h3 .Collapsible__Plus::after, footer.footer .site-footer .footer-widget.active .h3 .Collapsible__Plus::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
      footer.footer .site-footer .footer-widget.active h3 .Collapsible__Plus::before, footer.footer .site-footer .footer-widget.active .h3 .Collapsible__Plus::before {
        opacity: 0; }
      footer.footer .site-footer .footer-widget.active .list-menu.has-click {
        visibility: visible;
        -webkit-transition: height 0.35s ease-in-out;
        transition: height 0.35s ease-in-out;
        height: auto;
        opacity: 1; } }
    footer.footer .site-footer .footer-payment ul {
      text-align: center; }
      footer.footer .site-footer .footer-payment ul li {
        display: inline-block; }
        footer.footer .site-footer .footer-payment ul li + li {
          margin-left: 6px; }
    @media (max-width: 991px) {
      footer.footer .site-footer .footer-inner .col-sm-6:nth-child(3) {
        clear: left; } }
  footer.footer .copyright {
    padding: 8px;
    border-top: 1px solid #ebebeb;
    font-size: 12px;
    color: #1c1c1c;
    font-weight: 500; }
    footer.footer .copyright a {
      color: #1c1c1c; }
      footer.footer .copyright a:hover, footer.footer .copyright a:focus {
        color: #90ca60; }

.product-card {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  padding: 0px 5px; }
  .product-card .product-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .product-card .sale-box {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background: #90ca60;
    position: absolute;
    top: 30px;
    z-index: 11;
    right: 0; }
  .product-card .product-card__inner {
    transition: .3s ease-in-out;
    will-change: transform; }
    .product-card .product-card__inner .product-card__image {
      padding: 10px 0;
      position: relative; }
      .product-card .product-card__inner .product-card__image img {
        transition: .3s ease-in-out all;
        will-change: opacify; }
        .product-card .product-card__inner .product-card__image img.product-card-image-back {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden; }
    .product-card .product-card__inner .product-single__series {
      font-size: 12px;
      line-height: 13px;
      font-weight: 400;
      text-transform: uppercase;
      color: #bfbfbf;
      margin-top: 10px;
      letter-spacing: 1px;
      margin-bottom: 5px;
      min-height: 13px; }
    .product-card .product-card__inner .product-card__title {
      font-size: 14px;
      letter-spacing: normal;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      /*
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			*/ }
      @media (max-width: 767px) {
        .product-card .product-card__inner .product-card__title {
          font-size: 12px;
          letter-spacing: 1.5px; } }
    .product-card .product-card__inner .product-price {
      font-size: 12px;
      font-weight: 500;
      color: #1c1c1c; }
      @media (max-width: 767px) {
        .product-card .product-card__inner .product-price {
          font-size: 11px; } }
      .product-card .product-card__inner .product-price strong {
        font-weight: 500; }
      .product-card .product-card__inner .product-price span {
        margin-left: 6px;
        text-decoration: line-through;
        color: #bbb; }
  .product-card form {
    margin-bottom: 0;
    z-index: 99;
    position: relative; }
    .product-card form .product-card__actions {
      margin-top: 15px;
      display: flex;
      position: absolute;
      bottom: 0;
      width: 100%;
      will-change: transform;
      transform: translate3d(0, 100%, 0);
      transition: .3s ease-in-out; }
      .product-card form .product-card__actions .ajax_addtocart {
        height: 46px;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 500;
        flex: 1;
        padding: 0 10px;
        justify-content: center;
        border: 1px solid #1c1c1c;
        background: #fff;
        color: #1c1c1c;
        line-height: 44px; }
        .product-card form .product-card__actions .ajax_addtocart:hover, .product-card form .product-card__actions .ajax_addtocart:focus {
          background-color: #555555;
          color: #fff;
          border-color: #555555; }
  @media (min-width: 1025px) {
    .product-card:hover .product-card__inner .product-card__image img.product-card-image-front {
      opacity: 0;
      visibility: hidden; }
    .product-card:hover .product-card__inner .product-card__image img.product-card-image-back {
      opacity: 1;
      visibility: visible; }
    .product-card:hover .product-card__inner .product-card__title, .product-card:hover .product-card__inner .product-price, .product-card:hover .product-card__inner .product-single__series {
      opacity: 0; }
    .product-card:hover .product-card__actions {
      transform: translate3d(0, 0, 0); } }

@media (min-width: 768px) {
  .my-account .dashboard .recent-orders .thead-default {
    border-top: 1px solid #e1e1e1; } }

@media (max-width: 991px) {
  .evo-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .evo-header-mobile .evo-flexitem {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .evo-header-mobile .evo-flexitem-fill {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .evo-header-mobile .evo-flexitem-fill:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right; }
        .evo-header-mobile .evo-flexitem-fill:last-child a {
          display: inline-block;
          color: #1c1c1c;
          padding: 0 10px;
          position: relative;
          font-size: 16px; }
          .evo-header-mobile .evo-flexitem-fill:last-child a .count_item_pr {
            height: 17px;
            line-height: 17px;
            background: #1c1c1c;
            color: #fff;
            font-size: 10px;
            font-weight: 500;
            text-align: center;
            min-width: 17px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -10px;
            right: -6px; }
    .evo-header-mobile #trigger-mobile {
      width: 35px;
      float: left;
      margin: 0;
      padding: 0;
      display: block;
      text-align: left;
      margin-right: 5px; }
      .evo-header-mobile #trigger-mobile .icon-bar {
        background-color: #1c1c1c;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px; }
        .evo-header-mobile #trigger-mobile .icon-bar.icon-bar {
          margin-top: 4px; } }

@media (max-width: 480px) {
  .s480-f {
    display: block;
    font-size: 0;
    clear: both; }
  .col-full {
    width: 100%; } }

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

#addthis-modalContact .modal-header {
  background-color: #90ca60; }
  #addthis-modalContact .modal-header .modal-title {
    padding: 0;
    min-height: unset; }
  #addthis-modalContact .modal-header .close {
    position: absolute;
    z-index: 99;
    padding: 0 10px;
    right: 0;
    top: 15px; }

.flexsocial {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap; }

.flexsocial > div {
  width: 50px;
  text-align: center; }

.flexsocial img {
  width: 35px;
  height: 35px; }

@media (min-width: 992px) {
  .column-two {
    padding-left: 40px !important; } }

/** showroom page***/
.showroom__title {
  margin: 30px 0 10px 0;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase; }

.showroom__des {
  text-align: center;
  margin-bottom: 20px; }

.showroom__acction-block {
  margin: 50px 0; }

.select-province::-ms-expand,
.select-district::-ms-expand {
  display: none; }

.select-province, .select-district {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  height: 40px;
  font-size: 14px;
  outline: none;
  background: white;
  border: 1px solid #cecece;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
  padding: 0 20px;
  background-image: url(//theme.hstatic.net/200001019727/1001369883/14/icon-down.webp?v=16);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: 95%;
  cursor: pointer; }

.input-showroom-name {
  height: 40px;
  font-size: 14px;
  outline: none;
  background: white;
  border: 1px solid #cecece;
  margin-bottom: 5px;
  width: 100%;
  padding: 0 20px;
  background-image: url(//theme.hstatic.net/200001019727/1001369883/14/search-icon.svg?v=16);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: 95%;
  cursor: pointer; }

.item-store {
  font-size: 13px;
  margin: 0 0 10px 0;
  border-bottom: 2px dotted #cacaca;
  position: relative;
  padding-bottom: 5px; }

.item-store__name {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px; }

.viewShowroom {
  font-size: 12px;
  cursor: pointer; }

.viewShowroom .view-sr-down {
  width: 12px;
  margin-left: 10px;
  margin-bottom: 2px; }

.showroom__content {
  margin-bottom: 40px; }

.storeIntro h4, .storeIntro .h4 {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 25px 0 15px 0; }

.storeIntro {
  margin: 0px 0px 50px 0;
  padding: 25px 0; }

.item.item-storeIntro {
  position: relative;
  margin-bottom: 10px; }

.title-storeIntro {
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  background: #ffffffde;
  width: 100%;
  height: 30px;
  line-height: 34px;
  text-align: center; }

@media (min-width: 800px) {
  .input-showroom-name {
    width: 32%; }
  .select-province, .select-district {
    width: 31%;
    margin-right: 2.5%;
    display: inline-block; } }

/*end showroom page*/
@media (max-width: 767px) {
  .pcontact-shop-item {
    margin-bottom: 50px; } }

/* Cờ */
.language_navtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.language_navtitle svg {
  margin-left: 5px; }

.language_navtop ul,
.language_navtop li {
  margin: 0 !important;
  padding: 0 !important; }

.language_navtop {
  position: relative;
  line-height: 38px;
  margin-right: 0; }

.language_navtop .language_navtitle span {
  display: inline-block;
  vertical-align: middle; }

.language_navtop .language_navtitle > i,
.language_navtop .language_navtitle > .fa,
.language_navtop .language_navtitle > svg {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.language_navtop:hover .language_navtitle > i,
.language_navtop:hover .language_navtitle > .fa,
.language_navtop:hover .language_navtitle > svg {
  color: #2979ff;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.language_navtop .language_navtitle span svg,
.language_dropdown ul li > a span svg {
  width: 30px;
  height: 30px;
  display: block; }

.language_navcontent {
  position: absolute;
  z-index: 99999;
  top: 100%;
  right: -10px;
  width: 165px;
  padding: 0 10px 10px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.language_navcontent .language_dropdown {
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2); }

.language_navcontent .language_dropdown:after,
.language_navcontent .language_dropdown:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 45px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.language_dropdown ul {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.language_dropdown ul li {
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.language_dropdown ul li + li {
  border-top: 1px solid #dfe3e8; }

.language_dropdown ul li > a {
  font-size: 13px;
  color: #3d5067;
  display: block !important;
  text-align: left;
  line-height: initial;
  padding: 5px 9px; }

.language_dropdown ul li > a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.language_dropdown ul li:hover {
  background: #e3f2fd; }

.language_dropdown ul li:hover a {
  text-decoration: none; }

.language_dropdown ul li:hover a:after {
  display: none; }

.language_hovertop:hover .language_navcontent {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px); }

.js-parents.hover-bg .language_dropdown:after,
.js-parents.hover-bg .language_dropdown:before {
  border-top-color: #e3f2fd;
  border-right-color: #e3f2fd; }

.header-topbar {
  display: none;
  background: #e3f2fd;
  padding: 4px 0;
  border-bottom: 1px solid #c4e2fc;
  text-align: right; }

.header-topbar .navTop {
  margin: 0;
  position: relative; }

.header-topbar .navTop > li {
  display: inline-block;
  vertical-align: middle; }

.navTop > li > a {
  font-size: 14px; }

.navTop li.language_mobile {
  position: relative;
  cursor: pointer;
  float: left; }

.navTop li.language_mobile .language_flag {
  background-color: #fff;
  border: 1px solid #d8edff;
  height: 22px;
  line-height: 19px;
  padding: 0px 20px 0px 28px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #3d5067;
  font-size: 12px; }

.navTop li.language_mobile .language_flag .flag {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 5px;
  display: inline-block; }

.navTop li.language_mobile .language_flag .flag.en {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cmVjdCB5PSI4NS4zMzMiIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMzciLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyODgsODUuMzMgMjI0LDg1LjMzIDIyNCwyMjMuOTk2IDAsMjIzLjk5NiAwLDI4Ny45OTYgMjI0LDI4Ny45OTYgMjI0LDQyNi42NjIgMjg4LDQyNi42NjIgMjg4LDI4Ny45OTYgNTEyLDI4Ny45OTYgNTEyLDIyMy45OTYgMjg4LDIyMy45OTYgIi8+PGc+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iMzkzLjc4NSwzMTUuMzU4IDUxMiwzODEuMDM0IDUxMiwzMTUuMzU4ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iNDU4LjYzNCw0MjYuNjYyIDMxMS42NTIsMzQ0Ljk5OCAzMTEuNjUyLDQyNi42NjIgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMzExLjY1MiwzMTUuMzU4IDUxMiw0MjYuNjYyIDUxMiwzOTUuMTg4IDM2OC4zMDcsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSI5MC4zNDEsMzE1LjM1NiAwLDM2NS41NDYgMCwzMTUuMzU2ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjIwMC4zNDgsMzI5LjUxIDIwMC4zNDgsNDI2LjY2MSAyNS40OTEsNDI2LjY2MSAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMTQzLjY5MywzMTUuMzU4IDAsMzk1LjE4OCAwLDQyNi42NjIgMCw0MjYuNjYyIDIwMC4zNDgsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIxMTguMjE1LDE5Ni42MzQgMCwxMzAuOTU4IDAsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjUzLjM2Niw4NS4zMyAyMDAuMzQ4LDE2Ni45OTQgMjAwLjM0OCw4NS4zMyAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0YwRjBGMDsiIHBvaW50cz0iMjAwLjM0OCwxOTYuNjM0IDAsODUuMzMgMCwxMTYuODA0IDE0My42OTMsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxnPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjQyMS42NTksMTk2LjYzNiA1MTIsMTQ2LjQ0NiA1MTIsMTk2LjYzNiAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIzMTEuNjUyLDE4Mi40ODIgMzExLjY1Miw4NS4zMzEgNDg2LjUwOSw4NS4zMzEgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEODAwMjc7IiBwb2ludHM9IjM2OC4zMDcsMTk2LjYzNCA1MTIsMTE2LjgwNCA1MTIsODUuMzMgNTEyLDg1LjMzIDMxMS42NTIsMTk2LjYzNCAiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.vn {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIxOTYuNjQxLDg1LjMzNyAwLDg1LjMzNyAwLDQyNi42NjMgMTk2LjY0MSw0MjYuNjYzIDUxMiw0MjYuNjYzIDUxMiw4NS4zMzcgIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0ZGREE0NDsiIHBvaW50cz0iMjU2LDE1Ny4yNzkgMjc4LjY2MywyMjcuMDI2IDM1MiwyMjcuMDI2IDI5Mi42NjgsMjcwLjEzMiAzMTUuMzMyLDMzOS44ODEgMjU2LDI5Ni43NzQgMTk2LjY2OCwzMzkuODgxIDIxOS4zMzIsMjcwLjEzMiAxNjAsMjI3LjAyNiAyMzMuMzM3LDIyNy4wMjYgIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.th {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPHBhdGggc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIGQ9Ik01MDMuMiw0MjMuN0g4LjhjLTQuOSwwLTguOC00LTguOC04LjhWOTcuMWMwLTQuOSw0LTguOCw4LjgtOC44aDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2MzE3LjggQzUxMiw0MTkuOCw1MDgsNDIzLjcsNTAzLjIsNDIzLjd6Ij48L3BhdGg+IDxnPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTUwMy4yLDQyMy43SDguOGMtNC45LDAtOC44LTQtOC44LTguOHYtNDQuMWg1MTJ2NDQuMUM1MTIsNDE5LjgsNTA4LDQyMy43LDUwMy4yLDQyMy43eiI+PC9wYXRoPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTguOCw4OC4zaDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2NDQuMUgwVjk3LjFDMCw5Mi4yLDQsODguMyw4LjgsODguM3oiPjwvcGF0aD4gPC9nPiA8cmVjdCB5PSIxOTQuMiIgc3R5bGU9ImZpbGw6IzQxNDc5QjsiIHdpZHRoPSI1MTIiIGhlaWdodD0iMTIzLjYiPjwvcmVjdD4gPC9zdmc+);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li a.link-login {
  height: 26px;
  line-height: 26px;
  color: #0180fe;
  font-family: 'sfuiText_bold';
  margin-left: 20px;
  border-bottom: 1px solid #0180fe;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .header-topbar {
    display: block; }
  .language_mobile .language_navcontent {
    left: -15px; }
  .language_mobile .language_navcontent .language_dropdown:after,
  .language_mobile .language_navcontent .language_dropdown:before {
    right: 72%; } }

@media (max-width: 767px) {
  .header-topbar {
    display: block; }
  .navTop li a.link-login {
    display: none; } }

/* Cờ - end */
.section_gif .row {
  display: flex;
  flex-wrap: wrap; }
  .section_gif .row .col-lg-6:first-child {
    display: flex;
    align-items: center;
    justify-content: center; }

.section_gif .hero__container .hero__background {
  position: unset; }

.section_gif .section_gif_video {
  position: relative;
  padding-bottom: 56.25%; }
  .section_gif .section_gif_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
