@charset "UTF-8";
@font-face {
  font-family: 'UTM Centur';
  font-style: normal;
  font-weight: 400;
  src: url("https://file.hstatic.net/200000360675/file/utmcentur_0121a8fd18b94ffbbbe0f33749543125.ttf"); }

@font-face {
  font-family: 'UTM Centur';
  font-style: normal;
  font-weight: 700;
  src: url("https://file.hstatic.net/200000360675/file/utmcenturbold_5e7b2eb9ef5d4c10afcd88840d9aa5a7.ttf"); }

/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/*============================================================================
3. Element
==============================================================================*/
body {
  overflow-x: hidden;
  position: relative; }

.error {
  color: red; }

@media (max-width: 767px) {
  .text-success {
    margin-top: 20px; } }

/* Pagination*/
.collection_pagi {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px; }

.pagination .page_button {
  float: left;
  margin: 0px 1px;
  text-align: center;
  padding: 0;
  border: solid 1px #ebebeb;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border-radius: 0px !important; }
  .pagination .page_button .fa {
    padding: 0 5px;
    line-height: 27px; }
  .pagination .page_button:hover {
    color: #106f85;
    background-color: #fff;
    border-color: #106f85; }
    .pagination .page_button:hover .fa {
      color: #106f85 !important; }

.pagination .page-link {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 0px;
  margin: 0px 2px;
  border: solid 1px #ebebeb;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border-radius: 0px !important; }
  @media (max-width: 991px) {
    .pagination .page-link {
      width: 25px;
      height: 25px;
      line-height: 25px; } }
  .pagination .page-link:hover {
    color: #106f85;
    background-color: #fff;
    border-color: #106f85; }
  .pagination .page-link:last-child a, .pagination .page-link:last-child span {
    border-radius: 0px !important; }

.pagination .page-link-title {
  float: left;
  text-align: center;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  padding: 0px 2px;
  border: solid 1px #ebebeb;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border-radius: 0px; }
  .pagination .page-link-title .fa {
    font-size: 15px; }
  .pagination .page-link-title:hover {
    color: #106f85;
    background-color: #fff;
    border-color: #106f85; }

@media (max-width: 991px) {
  .pagination .page-link-title {
    margin: 5px !important;
    padding: 0px !important; } }

.pagination .page-item {
  text-align: center; }
  .pagination .page-item.disabled .page-link {
    border: 0;
    display: none;
    border-radius: 0; }
  .pagination .page-item.active .page-link {
    color: #fff;
    display: block;
    padding: 0px;
    text-align: center;
    background-color: #106f85;
    border: solid 1px #106f85; }

/*============================================================================
Code trang giỏ hàng
==============================================================================*/
.pd-right {
  padding-left: 0px; }

.title_head .title_center {
  display: block;
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 36px;
  color: #333;
  margin: 0px;
  padding: 0px;
  line-height: 32px; }

.main-container {
  min-height: 300px; }
  .main-container .col-main {
    float: none;
    width: auto; }
    .main-container .col-main .cart .bg-scroll {
      border-top: none;
      margin-top: 15px;
      overflow: hidden;
      border-top: none;
      border-bottom: none;
      border-right: none; }
    .main-container .col-main .cart .cart-thead {
      background: #fff;
      font-weight: bold;
      font-size: 13px;
      clear: both;
      width: 100%;
      float: left;
      min-width: 600px;
      border-bottom: solid 1px #ebebeb;
      padding: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-container .col-main .cart .cart-thead div:nth-child(1) {
          width: 45% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(2) {
          width: 17% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(3) {
          width: 14% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(4) {
          width: 9% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(5) {
          width: 15% !important; } }
    .main-container .col-main .cart .cart-thead div {
      float: left;
      font-weight: 500;
      padding: 10px 0px;
      color: #333;
      text-align: center;
      font-size: 14px;
      border-top: solid 1px #ebebeb;
      border-left: solid 1px #ebebeb; }
      .main-container .col-main .cart .cart-thead div:last-child {
        border-right: solid 1px #ebebeb; }
    .main-container .col-main .cart .nobr {
      white-space: nowrap; }
    .main-container .col-main .cart .cart div.a-right {
      text-align: right; }
    .main-container .col-main .cart .cart div.a-center {
      text-align: center; }
    .main-container .col-main .cart .cart-tbody {
      width: 100%;
      float: left;
      background: #fff; }
    .main-container .col-main .cart .cart-tbody .item-cart {
      border-bottom: 1px solid #ebebeb;
      width: 100%;
      float: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-container .col-main .cart .item-cart div:nth-child(1) {
        width: 10% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(2) {
        width: 36% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(3) {
        width: 17% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(4) {
        width: 12% !important; }
        .main-container .col-main .cart .item-cart div:nth-child(4) div {
          width: 100% !important; }
          .main-container .col-main .cart .item-cart div:nth-child(4) div.input_qty_pr {
            margin-top: 10px !important; }
      .main-container .col-main .cart .item-cart div:nth-child(5) {
        width: 9% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(6) {
        width: 15% !important; } }
    .main-container .col-main .cart .item-cart .image .product-image img {
      max-width: 100%;
      height: auto;
      max-height: 98px;
      width: auto;
      display: inherit;
      margin: 0 auto; }
    .main-container .col-main .cart .cart-tbody .item-cart div.image {
      padding: 20px 10px 20px 0px !important; }
    .main-container .col-main .cart .cart-tbody .item-cart div {
      float: left;
      padding: 20px 10px 20px 10px;
      line-height: 20px;
      vertical-align: top;
      height: 160px;
      display: -webkit-flex;
      -webkit-align-items: center;
      display: -ms-flexbox;
      display: flex !important;
      flex-flow: column;
      justify-content: center;
      border-left: solid 1px #ebebeb; }
    .main-container .col-main .cart .cart-tbody .item-cart div:last-child {
      border-right: solid 1px #ebebeb; }
    .main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
      position: relative; }
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-itemx {
      display: block;
      color: #898989;
      font-size: 14px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px; }
      .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-itemx:hover {
        color: #106f85; }
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
      min-height: 75px;
      display: block;
      height: auto;
      width: 100%;
      padding: 0 10px; }
    @media (max-width: 991px) {
      .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0; } }
    .main-container .col-main .cart .cart-tbody .item-cart div .product-name {
      margin: 0px;
      padding-bottom: 5px;
      font-size: 14px;
      font-weight: 400;
      color: #333;
      line-height: 24px;
      margin-left: 0px; }
      .main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
        color: #333;
        text-decoration: none; }
        .main-container .col-main .cart .cart-tbody .item-cart div .product-name a:hover {
          color: #106f85; }
    .main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
      height: auto;
      border-right: none;
      width: 100%;
      margin-top: 0px;
      padding: 0px;
      position: relative;
      border-left: 0px; }
    .main-container .col-main .cart .cart .product-name a {
      font-size: 14px; }
    .main-container .col-main .cart .item-cart .input_qty_pr .items-count {
      border: 1px solid #e5e5e5;
      outline: none;
      height: 30px;
      width: 25px;
      vertical-align: baseline;
      text-align: center;
      padding: 0; }
    .main-container .col-main .cart .variant-title {
      font-size: 14px;
      font-weight: 400;
      color: #686868; }
    .main-container .col-main .cart .cart-tbody .item-cart div .price {
      font-family: 'Arial', sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 7;
      color: #106f85; }
    .main-container .col-main .cart .item-cart .items-count {
      border: 1px solid #e5e5e5;
      outline: none;
      background: #fff;
      height: 250px;
      width: 25px;
      vertical-align: top;
      text-align: center;
      padding: 0; }
    .main-container .col-main .cart .item-cart .number-sidebar {
      border: 1px solid #e5e5e5;
      height: 30px;
      margin-left: -1px;
      text-align: center;
      width: 60px;
      margin-right: -1px;
      padding: 0;
      line-height: 15px;
      font-weight: 400;
      font-size: 14px;
      background: #fff; }
      @media (min-width: 1500px) {
        .main-container .col-main .cart .item-cart .number-sidebar {
          width: 75px; } }
    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
      background-color: #fff;
      background-image: none;
      color: #333;
      cursor: pointer;
      padding: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      cursor: pointer;
      text-decoration: none;
      float: left;
      transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      border: none; }
    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
      display: none; }
    .main-container .col-main .cart .fot_totals {
      text-align: right;
      padding: 0; }
      .main-container .col-main .cart .fot_totals .total_price .total_p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #555555;
        font-weight: 400; }
        .main-container .col-main .cart .fot_totals .total_price .total_p .price {
          margin-left: 10px;
          font-family: 'Arial', sans-serif;
          color: #106f85;
          font-size: 18px;
          font-weight: 700; }
    .main-container .col-main .cart .checkout_button {
      width: 100%;
      float: left;
      margin-top: 15px; }
    .main-container .col-main .cart .btn-proceed-checkout {
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      line-height: 40px;
      color: #fff;
      height: 40px;
      font-size: 13px;
      font-weight: bold;
      background: #333;
      border: solid 1px #333;
      padding: 0px 30px; }
      .main-container .col-main .cart .btn-proceed-checkout:hover {
        background: #fff;
        border-color: #106f85;
        color: #106f85; }
    .main-container .col-main .cart .btn.btn-white {
      border: 1px solid #106f85;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      background: #fff;
      color: #106f85;
      padding: 0px 30px;
      font-size: 13px;
      margin-right: 15px;
      text-transform: uppercase;
      float: right !important; }
      .main-container .col-main .cart .btn.btn-white:hover {
        border-color: #106f85;
        background: #fff;
        color: #106f85; }
    .main-container .col-main .cart .totals .inner {
      padding: 15px 30px;
      margin-top: 0;
      margin-right: 1px;
      overflow: hidden;
      border: solid 1px #ebebeb;
      border-top: 0px; }
    .main-container .col-main .cart #shopping-cart-totals-table tr td {
      border: #ebebeb thin solid;
      border-top: none;
      border-bottom: none;
      padding: 20px; }
      .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 239px;
        border-left: 1px solid #ebebeb; }
    .main-container .col-main .cart #shopping-cart-totals-table {
      width: 100%;
      padding-bottom: 8px;
      background: #fff; }
    .main-container .col-main .cart ul.checkout {
      clear: left;
      padding: 20px;
      border: 1px solid #ebebeb;
      margin-bottom: 30px; }
    .main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
      padding: 10px;
      background: none !important;
      box-shadow: none !important;
      color: #333 !important;
      height: 50px;
      vertical-align: middle; }
    .main-container .col-main .cart span.totals_price.price {
      color: #106f85;
      font-size: 16px; }
    .main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
      min-height: 0;
      position: static;
      display: inline-block;
      float: none;
      margin-bottom: 0; }
    .main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
      outline: none;
      vertical-align: baseline;
      text-align: center;
      padding: 0;
      display: inline-block;
      margin: 0;
      position: absolute;
      z-index: 2;
      line-height: 17px;
      font-weight: 400;
      margin-right: -1px; }
    .main-container .col-main .cart button.reduced_pop.items-count.btn-minus {
      left: 25px;
      font-size: 18px;
      top: 0px; }
      @media (min-width: 992px) and (max-width: 1440px) {
        .main-container .col-main .cart button.reduced_pop.items-count.btn-minus {
          left: 10px; } }
      .main-container .col-main .cart button.reduced_pop.items-count.btn-minus .fa {
        margin-left: -3px;
        font-weight: 400; }
    .main-container .col-main .cart button.increase_pop.items-count.btn-plus {
      right: 25px;
      font-size: 17px;
      top: 0px; }
      @media (min-width: 992px) and (max-width: 1440px) {
        .main-container .col-main .cart button.increase_pop.items-count.btn-plus {
          right: 10px; } }
      .main-container .col-main .cart button.increase_pop.items-count.btn-plus .fa {
        margin-right: -3px;
        font-weight: 400; }

.table-total .table tbody tr td {
  padding: 10px 15px;
  border: 1px solid #106f85; }

.table-total .table tbody tr .total-text {
  font-weight: 400; }

.table-total .table tbody tr .price_end {
  font-weight: 700;
  color: #106f85; }

.form-cart-continue {
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  background: #106f85;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px; }
  .form-cart-continue:hover {
    border-color: #333;
    color: #fff;
    background: #333;
    text-decoration: none; }

.btn-checkout-cart {
  display: block;
  padding: 0 30px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  background-color: #106f85;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px; }
  .btn-checkout-cart:hover {
    cursor: pointer;
    border-color: #333;
    color: #fff;
    background-color: #333;
    text-decoration: none; }

@media (max-width: 1199px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 196px; } }

@media (max-width: 991px) {
  .item-product .title-product-cart-mobile {
    max-width: inherit !important;
    width: calc(100% - 185px); }
  /*Gio hang*/
  .contin {
    border: solid 1px #106f85 !important;
    background: #106f85 !important;
    margin-top: 15px;
    width: 100%;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    text-transform: uppercase;
    color: #106f85; }
    .contin span {
      font-weight: bold;
      color: #fff; }
  .sign_main {
    background: #f7f8f9;
    margin-top: 40px; }
  .main {
    border-bottom: solid 1px #ebebeb;
    background: #fff;
    margin-top: 40px; }
  .cart-mobile {
    padding: 10px 15px; }
  .header-cart {
    padding: 10px 15px 0px;
    border-bottom: solid 1px #ebebeb;
    margin-top: -10px; }
  .header-cart-content {
    margin-top: 10px; }
  .header-cart-content .content-product-list {
    min-height: 110px;
    border-top: solid 1px #ebebeb; }
  /*.header-cart {padding-bottom: 10px; margin-bottom: 10px;}*/
  .header-cart .title-cart {
    line-height: 10px; }
  .header-cart-price {
    padding: 18px 15px; }
  .title-cart h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  .title-cart p {
    font-family: Arial , sans-serif;
    font-size: 12px;
    color: #9c9c9c; }
  .title-cart a {
    float: right;
    margin-top: -28px;
    color: #106f85;
    font-size: 16px;
    line-height: 27px;
    font-family: Arial, sans-serif; }
  .btn-proceed-checkout-mobile {
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border: none;
    background: #106f85;
    width: 100%;
    border: solid 1px #106f85;
    text-transform: uppercase; }
  .total_mobile {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    margin-bottom: 15px;
    display: block; }
    .total_mobile .totals_price_mobile {
      font-weight: 400;
      font-size: 18px;
      color: #106f85; }
  .content-product-list .item-product {
    padding: 15px 15px;
    min-height: 110px;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden; }
  .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
    float: left; }
  .item-product-cart-mobile {
    max-width: 115px;
    margin-right: 10px; }
  .item-product-cart-mobile img {
    max-width: 115px;
    margin-right: 10px; }
  .select-item-qty-mobile {
    float: right;
    text-align: center; }
  .title-product-cart-mobile a {
    word-break: break-word;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #363636; }
  .select-item-qty-mobile input.qty {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 400;
    margin: 0 !important;
    outline: medium none;
    padding: 5px 5px 5px 12px;
    width: 41px; }
  .title-product-cart-mobile p {
    line-height: 2;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #898989; }
  .title-product-cart-mobile span {
    color: #106f85;
    font-size: 14px;
    font-weight: bold; }
  .select-item-qty-mobile a {
    line-height: 3;
    color: #363636;
    font-family: 'Open Sans', sans-serif; } }

@media (max-width: 767px) {
  .cart-mobile {
    padding: 10px 0px !important; } }

@media screen and (max-width: 991px) {
  .select-item-qty-mobile .txt_center input {
    height: 25px;
    width: 25px;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 21px;
    min-height: 0;
    font-size: 14px;
    background: #fff; }
  .item-product .title-product-cart-mobile {
    max-width: 150px; }
  .title-product-cart-mobile h3 {
    line-height: 20px;
    margin: 0; }
  .main-cart-page {
    min-height: auto !important; }
  .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin: 0;
    line-height: 1;
    height: 25px;
    width: 25px;
    border-style: hidden;
    background: none !important;
    color: #000;
    border: solid thin #ebebeb;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0px;
    text-align: center;
    padding: 0px; }
  .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 1;
    border-style: hidden;
    color: #fff;
    background: none !important;
    color: #000;
    border: solid thin #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0px;
    text-align: center;
    padding: 0px; }
  .select-item-qty-mobile > div {
    position: relative;
    width: 68px;
    height: 25px; } }

/*============================================================================
11. ACCOUNT,ORDER,ADDREDSS...
==============================================================================*/
/*11.1 Account gerenal*/
#customer_register {
  margin-bottom: 20px; }

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

@media (max-width: 767px) {
  .nopadding-xs {
    padding: 0px; } }

.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 {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #106f85;
  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%); }

.title-head-login {
  text-align: center;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500; }

@media (max-width: 543px) {
  .page-login span.intr {
    font-size: 13px !important; }
  .address .page_address .adr_title .title-head a {
    width: 100%;
    margin-top: 15px; } }

.page-login {
  padding-bottom: 40px;
  margin-top: 0px; }
  .page-login span.intr {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #111111;
    text-align: center;
    display: block; }
  .page-login .form-signup {
    margin-top: 15px; }
    .page-login .form-signup .form-group {
      margin-bottom: 15px; }
      .page-login .form-signup .form-group label {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #9397a5;
        line-height: 22px;
        margin-bottom: 10px;
        font-weight: 400; }
      .page-login .form-signup .form-group input {
        height: 45px;
        padding: 0 20px;
        color: #333;
        line-height: 45px;
        border-color: #ebebeb;
        border-radius: 0px;
        box-shadow: none;
        border-radius: 5px; }
      .page-login .form-signup .form-group textarea {
        box-shadow: none;
        border-radius: 0px; }
      .page-login .form-signup .form-group input::placeholder {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #111111; }
    .page-login .form-signup .accept_submit {
      margin-left: 20px;
      margin-top: 10px; }
      .page-login .form-signup .accept_submit span {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #111111; }
    .page-login .form-signup .button-50 {
      font-size: 16px;
      line-height: 45px;
      height: 45px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 500; }
      .page-login .form-signup .button-50.width_100 {
        width: 100%;
        border-radius: 5px; }
    .page-login .form-signup .have_ac {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px;
      color: #898989;
      margin-left: 15px;
      display: block;
      text-align: center; }
      .page-login .form-signup .have_ac a {
        color: #333; }
    .page-login .form-signup .fot_sigup .tit {
      display: block;
      position: relative;
      text-align: center;
      width: 100%;
      float: left; }
      .page-login .form-signup .fot_sigup .tit:before {
        content: " ";
        width: 97%;
        height: 1px;
        padding: 1px 0px 0px;
        background: #ebebeb;
        color: #ebebeb;
        position: absolute;
        left: 10px;
        top: 17px;
        line-height: 32px;
        z-index: 1; }
      .page-login .form-signup .fot_sigup .tit span {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 32px;
        padding: 0px 15px;
        background-color: #fff;
        display: inline-block;
        background: #fff;
        color: #898989;
        z-index: 12;
        position: relative; }
    .page-login .form-signup .social_login {
      width: 100%;
      float: left; }

.login-width-social #social_login_widget #social_login {
  margin: 0 auto 50px;
  height: 100px !important; }

.recv-text {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-align: left;
  width: 100%;
  overflow: hidden;
  margin: 0 15px 0px 0px; }
  .recv-text a {
    cursor: pointer;
    color: #898989; }

.passed {
  color: #106f85; }

.customer-form {
  padding: 15px 54px;
  background: #fff;
  margin-bottom: 40px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .customer-form {
      padding: 15px 15px 20px;
      margin-bottom: 15px; } }
  .customer-form form {
    margin-bottom: 0px !important; }
    .customer-form form#customer_login {
      position: relative; }
    .customer-form form h2 {
      text-transform: uppercase;
      font-size: 18px;
      margin: 0 0 20px 0; }
    .customer-form form #intro {
      font-weight: 600;
      font-size: 12px;
      text-align: center; }
      @media (max-width: 767px) {
        .customer-form form #intro {
          margin-bottom: 10px; } }
    .customer-form form label {
      display: block; }
    .customer-form form .input-control {
      width: 515px;
      margin-bottom: 10px; }
    .customer-form form .action-btn {
      margin-top: 20px;
      width: 100%;
      float: left; }
      .customer-form form .action-btn input {
        display: inline-block; }
      .customer-form form .action-btn a {
        color: #333; }
        .customer-form form .action-btn a:hover {
          color: #106f85;
          text-decoration: none; }
    .customer-form form .button {
      padding: 10px; }
    .customer-form form #register-btn {
      position: absolute;
      right: -55px;
      top: -85px; }
      .customer-form form #register-btn:hover {
        color: #106f85; }
    .customer-form form a.button:hover {
      color: #fff; }
    .customer-form form#customer_register .input-control {
      width: 100%; }
    .customer-form form .button_all {
      background: #106f85;
      color: #fff !important;
      height: 35px;
      line-height: 35px;
      border-radius: 4px;
      padding: 0 25px; }
      .customer-form form .button_all:hover {
        background: #333;
        color: #ffffff !important; }

/*Account_customer*/
.back_account {
  color: #106f85 !important;
  text-transform: none;
  font-weight: 500; }

.back_account:hover {
  text-decoration: none; }

.full-width {
  width: 100%; }

.page_customer_account .col-main-acount {
  margin-bottom: 40px; }
  .page_customer_account .col-main-acount .col-left-account .page-title .title-head {
    font-family: 'Open Sans', sans-serif; }
    .page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
      color: #333;
      font-size: 14px;
      font-weight: bold;
      line-height: 10px;
      text-transform: uppercase;
      text-decoration: none; }
      .page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover {
        color: #106f85; }
  .page_customer_account .col-main-acount .col-left-account .no-padding {
    padding: 0px; }
    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
      border: 1px #ebebeb solid;
      font-size: 15px;
      margin-bottom: 0px;
      font-size: 13px;
      line-height: 37px;
      color: #252525;
      margin-bottom: 30px;
      margin-top: 15px; }
      .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default {
        color: #333333;
        text-align: center;
        border: #ebebeb thin solid;
        line-height: 1.5;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        background: #ebebeb;
        min-width: 60px; }
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr {
          color: #333333;
          text-align: center;
          border: #ebebeb thin solid;
          line-height: 1.5;
          font-family: Arial;
          font-size: 16px;
          font-weight: bold;
          background: #ebebeb;
          min-width: 60px; }
          @media screen and (max-width: 767px) {
            .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
              white-space: nowrap; } }
          .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
            padding: 5px;
            font-size: 14px;
            color: #55595c;
            background-color: #fff;
            text-align: center;
            font-weight: 400; }
      @media screen and (max-width: 767px) {
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
          white-space: nowrap; } }
      .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
        padding: 5px;
        text-align: center;
        background: #fff; }
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td .price {
          font-family: 'Open Sans', sans-serif;
          font-weight: 400;
          color: #333; }
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td a:hover {
          color: #106f85; }
  .page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #ebebeb solid;
    border-radius: 5px; }
    .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
      color: #dc3333;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 10px; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
        font-size: 18px;
        margin: 0px;
        padding: 0px; }
    .page_customer_account .col-main-acount .col-right-account .block-account .block-content {
      padding: 10px; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
        margin: 0 0 10px;
        line-height: 24px;
        padding: 0px;
        overflow: hidden; }
        .page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
          width: 20px;
          text-align: center;
          color: #106f85;
          float: left;
          line-height: 24px; }
        .page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
          display: block;
          width: calc(100% - 35px);
          float: left; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
        border-radius: 4px;
        background: #106f85;
        color: #fff;
        font-size: 14px;
        font-weight: 400; }
        .page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg:hover {
          background: #333;
          color: #fff; }

.page_order_account .top_order_title .title-headding {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.page_order_account .top_order_title .order_date a {
  margin-left: 30px;
  color: #106f85; }

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping {
  padding: 0px; }
  .page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 18px; }
  .page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
    color: #106f85; }

.page_order_account .content_order .table-responsive-block .table-cart .thead-default tr th {
  padding: 10px 15px; }

.page_order_account .content_order .table-responsive-block .table-cart tbody tr td a {
  color: #333; }

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .numeric {
  font-size: 13px;
  color: #106f85;
  font-weight: 700; }

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .link:hover a {
  color: #106f85;
  text-decoration: none; }

@media (min-width: 992px) {
  .page_order_account .oder_total_monney .totalorders .order_summary td:nth-child(2) {
    text-align: right; } }

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
  font-size: 13px;
  color: #106f85;
  font-weight: 700; }

.page-header {
  margin: 20px 0 20px; }
  .page-header h4 {
    margin: 0px; }

.canced {
  color: red; }

.price_off {
  color: red;
  text-decoration: line-through; }

@media (max-width: 767px) {
  .oder_total_monney {
    overflow: hidden; }
  .max-767 {
    margin-top: 15px; } }

@media screen and (max-width: 991px) {
  .m992 {
    display: none; }
  #parent {
    display: flex;
    flex-flow: column; }
  #a {
    order: 2; }
  #b {
    order: 1; }
  .sodiachi .form-xs {
    line-height: 10px !important; } }

@media screen and (min-width: 992px) {
  .mx991 {
    display: none; } }

/*Adress*/
.address .page_address .btn-bg-addresss {
  font-family: 'Arial', sans-serif;
  background: #106f85;
  color: #fff;
  font-size: 14px;
  border-radius: 4px; }
  .address .page_address .btn-bg-addresss:hover {
    background: #333;
    color: #fff; }

.col-address .checkbox {
  margin-top: 5px !important; }
  .col-address .checkbox input {
    margin-left: 15px; }

.total_address .form-group, .col-address .form-group {
  margin-bottom: 15px; }
  .total_address .form-group select, .total_address .form-group input, .col-address .form-group select, .col-address .form-group input {
    box-shadow: none;
    border-radius: 0px; }
    .total_address .form-group select:focus, .total_address .form-group input:focus, .col-address .form-group select:focus, .col-address .form-group input:focus {
      outline: none; }

.total_address .checkbox, .col-address .checkbox {
  line-height: 12px;
  margin-top: 20px; }
  .total_address .checkbox input, .col-address .checkbox input {
    opacity: 1;
    width: auto;
    line-height: 24px;
    height: auto;
    position: absolute;
    left: 0; }
  .total_address .checkbox span, .col-address .checkbox span {
    line-height: 14px; }

.theborder {
  border-top: solid 1px #ebebeb; }
  .theborder tr th {
    border-bottom: 1px solid #ebebeb !important; }

.address .page_address .adr_title {
  padding: 20px;
  overflow: hidden; }
  .address .page_address .adr_title .title-head {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px; }
    .address .page_address .adr_title .title-head a {
      display: block;
      cursor: pointer;
      color: #333; }

.address .page_address .col-address {
  overflow: hidden; }

.address .page_address .total_address {
  padding: 0px 0px 40px 0px; }
  .address .page_address .total_address .checkbox input {
    margin-left: 0px; }

/*EndAdress*/
/*11.2 Account*/
.block-account h3 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0; }

@media (max-width: 767px) {
  .page_order_account .top_order_title .order_date a {
    margin-left: 0 !important;
    display: block !important; }
  .block-account {
    margin-bottom: 20px; }
  .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
    margin-top: 0px; }
  .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
    margin-bottom: 0px !important;
    border-bottom: 0px; } }

.customer-name {
  color: #106f85;
  line-height: 55px; }

.block-content.form-signup {
  background: #fff;
  padding-top: 20px; }
  .block-content.form-signup p {
    padding: 0 20px; }
    .block-content.form-signup p i {
      color: #106f85;
      margin-right: 10px; }

.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-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*/
.color_main {
  color: #106f85 !important; }

#order_payment,
#order_shipping {
  padding: 10px 20px; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #106f85;
    margin-right: 5px; }

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

.order-headding {
  margin: 0; }

.contact-owf {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .contact-owf {
    margin-top: -15px !important; } }

.info-contact .title-head {
  font-family: 'Arial';
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333; }

.info-contact .widget-menu {
  font-family: 'Arial';
  font-size: 14px;
  margin-bottom: 30px;
  overflow: hidden; }
  .info-contact .widget-menu .ico-left {
    display: block;
    float: left;
    width: 25px;
    text-align: center; }
  .info-contact .widget-menu p, .info-contact .widget-menu .rc {
    display: block;
    float: left;
    width: calc(100% - 35px);
    margin-left: 5px; }
  .info-contact .widget-menu li {
    margin-bottom: 5px; }
    .info-contact .widget-menu li:hover > a {
      text-decoration: none; }

.info-contact .border-contact-page {
  padding: 2px 0px;
  border: dashed 1px #ebebeb;
  display: block; }

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

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

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

/*Lay dong text*/
.text1line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.text2line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.text3line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.text4line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.text5line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.text6line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.text7line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; }

.text8line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; }

.text9line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical; }

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

/*============================================================================
#Function
==============================================================================*/
/*============================================================================
#Home
==============================================================================*/
fieldset {
  border: none; }

/*Theme module*/
section {
  width: 100%;
  float: left; }

/*UI Scroll price filter*/
.ui-widget.ui-widget-content {
  height: 2px;
  background: #ebebeb; }

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #333 !important; }

.ui-slider-horizontal .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  border-radius: 50% !important;
  top: -6px !important;
  border: none !important;
  background: #333 !important; }

.ui-widget.ui-widget-content {
  border: none !important;
  margin-bottom: 25px;
  width: calc(100% - 14px);
  margin-left: 7px; }

#start {
  width: 100px;
  float: left; }
  #start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none; }

#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative; }
  #stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: 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; }

/*****************/
/**************************Modal login********************************/
.op_login.op_login_true {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999; }

.modal_register, .modal_login {
  width: 635px;
  min-height: 200px;
  background: #fff;
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 99999;
  display: none;
  margin-left: -317px;
  margin-top: -0px; }
  .modal_register .wrap_modal_login, .modal_login .wrap_modal_login {
    padding: 40px 35px; }
    .modal_register .wrap_modal_login p, .modal_login .wrap_modal_login p {
      font-size: 18px;
      font-weight: 500;
      padding: 0px;
      margin: 0px;
      line-height: 24px;
      display: block;
      margin-bottom: 15px; }
    .modal_register .wrap_modal_login .fileds input, .modal_login .wrap_modal_login .fileds input {
      height: 40px;
      line-height: 40px; }
    .modal_register .wrap_modal_login .action-btn input, .modal_login .wrap_modal_login .action-btn input {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 500; }
    .modal_register .wrap_modal_login .morelog, .modal_login .wrap_modal_login .morelog {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px;
      display: block; }
    .modal_register .wrap_modal_login .login_form, .modal_register .wrap_modal_login .register_form, .modal_login .wrap_modal_login .login_form, .modal_login .wrap_modal_login .register_form {
      text-decoration: underline; }
      .modal_register .wrap_modal_login .login_form:hover, .modal_register .wrap_modal_login .register_form:hover, .modal_login .wrap_modal_login .login_form:hover, .modal_login .wrap_modal_login .register_form:hover {
        cursor: pointer;
        color: #106f85; }

/*Table*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-responsive-block {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
			Label the data
			*/ }
    .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 {
      /* Behave  like a "row" */
      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: #106f85; }
    .table-responsive-block td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      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"; } }

/*Address*/
@media (max-width: 375px) {
  .sodiachi .btn.btn-50 {
    width: 100%;
    margin-bottom: 10px; } }

.header-hotline {
  margin-right: 20px; }
  .header-hotline i {
    float: left;
    width: 30px;
    font-size: 35px;
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    color: #106f85; }
  .header-hotline .hotline {
    float: left;
    width: calc(100% - 40px);
    margin-left: 10px; }
    .header-hotline .hotline p {
      margin-bottom: 0;
      color: #333; }
    .header-hotline .hotline a {
      font-weight: bold;
      color: #106f85; }
      .header-hotline .hotline a:hover {
        color: #333; }

@keyframes suntory-alo-circle-img-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); } }

/* Danh mục sẩn phẩm */
.wrap_main {
  display: block;
  float: left;
  width: 100%; }

.col-mega {
  float: left;
  height: 0px; }

.menu_mega {
  position: relative; }

.list_menu_header {
  overflow: hidden;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative;
  top: 0px;
  z-index: 99;
  left: 0;
  width: 100%;
  padding: 0px;
  background-color: #fff; }
  @media (max-width: 1199px) {
    .list_menu_header.openz {
      overflow: visible;
      max-height: 3000px;
      max-width: 3000px;
      opacity: 1;
      -webkit-transform: perspective(600px) rotateX(0deg);
      -moz-transform: perspective(600px) rotateX(0deg);
      -ms-transform: perspective(600px) rotateX(0deg);
      -o-transform: perspective(600px) rotateX(0deg);
      transform: perspective(600px) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; } }
  .list_menu_header .hidden-lgg {
    display: none; }
  @media (min-width: 1200px) {
    .list_menu_header {
      width: 270px;
      padding: 0px; } }
  @media (max-width: 1199px) {
    .list_menu_header {
      overflow: hidden;
      max-height: 0px;
      max-width: 0px;
      opacity: 0;
      -webkit-transform: perspective(600px) rotateX(-90deg);
      -moz-transform: perspective(600px) rotateX(-90deg);
      -ms-transform: perspective(600px) rotateX(-90deg);
      -o-transform: perspective(600px) rotateX(-90deg);
      transform: perspective(600px) rotateX(-90deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      position: relative;
      top: 0;
      left: 0px;
      padding: 0;
      z-index: 999; } }
  .list_menu_header .ul_menu {
    margin-left: 0px;
    padding-left: 0px;
    background: #ffffff;
    margin-bottom: 0px;
    border-top: 0px;
    position: relative;
    padding: 0px 0px;
    border-top: 0px; }
    .list_menu_header .ul_menu li {
      list-style: none;
      padding: 0px 0px;
      display: none; }
      @media (max-width: 1199px) {
        .list_menu_header .ul_menu li {
          padding: 0px 0px; } }
      .list_menu_header .ul_menu li:nth-child(1) {
        display: block !important; }
      .list_menu_header .ul_menu li:nth-child(2) {
        display: block !important; }
      .list_menu_header .ul_menu li:nth-child(3) {
        display: block !important; }
      .list_menu_header .ul_menu li:nth-child(4) {
        display: block !important; }
      .list_menu_header .ul_menu li:nth-child(5) {
        display: block !important; }
      .list_menu_header .ul_menu li:nth-child(6) {
        display: block !important; }
      .list_menu_header .ul_menu li:nth-child(7) {
        display: block !important; }
      .list_menu_header .ul_menu li:nth-child(8) {
        display: block !important; }
      .list_menu_header .ul_menu li.xemthem {
        display: block; }
        .list_menu_header .ul_menu li.xemthem a:before {
          background-image: url("//theme.hstatic.net/200000360675/1000748612/14/xemthem.png?v=108") !important; }
        .list_menu_header .ul_menu li.xemthem a:hover:before, .list_menu_header .ul_menu li.xemthem a:focus:before {
          background-image: url("//theme.hstatic.net/200000360675/1000748612/14/xemthem-hover.png?v=108") !important; }
      .list_menu_header .ul_menu li.thugon a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/xemthem.png?v=108") !important; }
      .list_menu_header .ul_menu li.thugon a:hover:before, .list_menu_header .ul_menu li.thugon a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/xemthem-hover.png?v=108") !important; }
      .list_menu_header .ul_menu li:last-child a {
        border-bottom: none; }
    .list_menu_header .ul_menu .nav_item {
      /* 
			&:last-child {
			a {
			&:before {
			background-image:url("//theme.hstatic.net/200000360675/1000748612/14/icon_more.png?v=108");
		}
		}
		}
			*/ }
      .list_menu_header .ul_menu .nav_item a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: block;
        color: #333;
        position: relative;
        text-transform: none;
        padding: 10.7px 35px 10.75px 50px; }
        @media (max-width: 1199px) {
          .list_menu_header .ul_menu .nav_item a {
            padding: 10.7px 30px 10.75px 45px; } }
        .list_menu_header .ul_menu .nav_item a:before {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          left: 20px;
          top: 13px;
          background-size: contain;
          background-repeat: no-repeat; }
          @media (max-width: 1199px) {
            .list_menu_header .ul_menu .nav_item a:before {
              left: 15px; } }
        .list_menu_header .ul_menu .nav_item a:after {
          content: "";
          position: absolute;
          border-style: solid;
          border-width: 23px 0 23px 9px;
          border-color: transparent #106f85;
          display: none;
          width: 0;
          z-index: 1;
          margin-top: 0;
          right: -9px;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 1199px) {
            .list_menu_header .ul_menu .nav_item a:after {
              right: -8px; } }
      .list_menu_header .ul_menu .nav_item:nth-child(1) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_1.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(1) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(1) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_1.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(1):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(1):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_1.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(1):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(1):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_1.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(2) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_2.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(2) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(2) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_2.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(2):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(2):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_2.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(2):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(2):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_2.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(3) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_3.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(3) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(3) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_3.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(3):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(3):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_3.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(3):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(3):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_3.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(4) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_4.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(4) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(4) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_4.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(4):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(4):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_4.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(4):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(4):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_4.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(5) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_5.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(5) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(5) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_5.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(5):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(5):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_5.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(5):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(5):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_5.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(6) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_6.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(6) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(6) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_6.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(6):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(6):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_6.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(6):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(6):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_6.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(7) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_7.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(7) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(7) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_7.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(7):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(7):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_7.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(7):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(7):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_7.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(8) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_8.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(8) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(8) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_8.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(8):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(8):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_8.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(8):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(8):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_8.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(9) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_9.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(9) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(9) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_9.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(9):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(9):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_9.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(9):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(9):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_9.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(10) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_10.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(10) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(10) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_10.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(10):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(10):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_10.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(10):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(10):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_10.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(11) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_11.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(11) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(11) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_11.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(11):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(11):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_11.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(11):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(11):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_11.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(12) a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_12.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(12) a:hover:before, .list_menu_header .ul_menu .nav_item:nth-child(12) a:focus:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_12.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(12):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(12):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_12.png?v=108"); }
      .list_menu_header .ul_menu .nav_item:nth-child(12):hover a:before, .list_menu_header .ul_menu .nav_item:nth-child(12):focus a:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/i_menu_hover_12.png?v=108"); }
      .list_menu_header .ul_menu .nav_item .fa {
        font-size: 24px;
        width: 24px;
        line-height: 45px;
        color: #333;
        position: absolute;
        right: 10px;
        top: 0px;
        text-align: center; }
        @media (max-width: 1199px) {
          .list_menu_header .ul_menu .nav_item .fa {
            line-height: 45px; } }
      .list_menu_header .ul_menu .nav_item:hover, .list_menu_header .ul_menu .nav_item:focus {
        background: #106f85; }
        .list_menu_header .ul_menu .nav_item:hover > a, .list_menu_header .ul_menu .nav_item:focus > a {
          color: #fff;
          text-decoration: none; }
          .list_menu_header .ul_menu .nav_item:hover > a .fa, .list_menu_header .ul_menu .nav_item:focus > a .fa {
            color: #fff; }
          .list_menu_header .ul_menu .nav_item:hover > a:before, .list_menu_header .ul_menu .nav_item:focus > a:before {
            color: #106f85; }
        .list_menu_header .ul_menu .nav_item:hover > a:after, .list_menu_header .ul_menu .nav_item:focus > a:after {
          display: block; }
        .list_menu_header .ul_menu .nav_item:hover > .fa, .list_menu_header .ul_menu .nav_item:focus > .fa {
          color: #106f85; }
        .list_menu_header .ul_menu .nav_item:hover > .ul_content_right_1, .list_menu_header .ul_menu .nav_item:focus > .ul_content_right_1 {
          display: block; }
    .list_menu_header .ul_menu .ul_content_right_1 {
      position: absolute;
      left: 270px;
      min-height: 100%;
      width: 898px;
      top: 0px;
      padding-left: 0px;
      margin-left: 0px;
      background: #fff;
      padding: 25px 25px 45px 25px;
      display: none;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
      @media (max-width: 1199px) and (min-width: 992px) {
        .list_menu_header .ul_menu .ul_content_right_1 {
          position: absolute;
          left: 212px;
          min-height: 100%;
          width: 725px; } }
      .list_menu_header .ul_menu .ul_content_right_1 .nav_item {
        padding: 0px 15px;
        display: block;
        float: left; }
        @media (min-width: 1200px) {
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-lg-3:nth-child(4n+1) {
            clear: left; } }
        @media (min-width: 992) and (max-width: 1199px) {
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-md-3:nth-child(4n+1) {
            clear: left; } }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item > a {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          display: block;
          padding: 0px 0px 8px 0px;
          color: #333;
          text-transform: initial;
          margin-bottom: 0px;
          position: relative;
          border-bottom: 0px;
          text-transform: none; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item > a:before {
            content: none;
            background-image: none; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item > a:after {
            content: none; }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item .fa {
          font-size: 14px;
          width: 25px;
          line-height: 49px;
          color: #333;
          position: absolute;
          right: 10px;
          top: 0px;
          text-align: center; }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
          background: transparent; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover > a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus > a {
            color: #106f85;
            text-decoration: none; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover > .fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus > .fa {
            color: #106f85; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
            display: block; }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
          left: 0;
          width: 100%;
          top: 0;
          padding-left: 0px;
          margin-left: 0px;
          background: transparent;
          margin-bottom: 25px;
          float: left; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
            width: 100%;
            display: block;
            float: left;
            padding: 0px; }
            .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
              font-weight: 400;
              font-size: 13px;
              line-height: 22px;
              display: block;
              padding: 3px 0px 3px 0px;
              color: #888;
              position: relative;
              text-transform: initial;
              border-bottom: none;
              margin-bottom: 0px; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
                content: none; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:after {
                content: none; }
            .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fa {
              font-size: 14px;
              width: 25px;
              line-height: 36px;
              color: #333;
              position: absolute;
              right: 0px;
              top: 0px;
              text-align: center; }
            .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
              background: transparent; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover > a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus > a {
                color: #106f85;
                text-decoration: none; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover > .fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus > .fa {
                color: #106f85; }

@media (max-width: 991px) {
  .ul_content_right_1 {
    position: relative !important;
    left: unset !important;
    min-height: unset !important;
    width: 100% !important;
    top: unset !important;
    padding: 0 !important;
    margin: 0 !important; }
    .ul_content_right_1 .nav_item {
      float: left;
      width: 100%; } }

/* Code menu chính */
/*4.3 Menu*/
header nav .nav {
  position: relative; }

header nav .nav-item.has-mega {
  position: static !important; }

header nav .nav-item > a:hover {
  color: #106f85; }

header nav .nav-item > .fa {
  color: #333;
  right: 0;
  top: 33px; }

header nav .nav-item .nav-item-lv2 {
  padding: 0 10px; }

header nav .nav-item .nav-item-lv3 {
  padding: 0 10px; }

header nav .nav-item:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  border-radius: 0;
  z-index: 9999; }

header nav .nav-item:hover > .mega-content {
  display: block; }

header nav .nav-item li.dropdown-submenu {
  position: relative; }
  header nav .nav-item li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0; }
  header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    right: 100%;
    border-radius: 0; }

.bg-header-nav .header-nav > ul.item_big {
  margin: 0;
  padding: 0;
  position: relative; }
  .bg-header-nav .header-nav > ul.item_big > li.nav-item {
    display: inline-block;
    position: relative; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
      display: block;
      text-align: center;
      padding: 10px;
      font-size: 14px;
      position: relative;
      font-weight: 500;
      text-decoration: none;
      color: #000;
      text-transform: uppercase; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > a:hover {
        color: #106f85 !important; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > a > i {
        margin-left: 5px; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a {
      color: #000; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
      overflow: visible;
      max-height: 3000px;
      max-width: 3000px;
      opacity: 1;
      -webkit-transform: perspective(600px) rotateX(0deg);
      -moz-transform: perspective(600px) rotateX(0deg);
      -ms-transform: perspective(600px) rotateX(0deg);
      -o-transform: perspective(600px) rotateX(0deg);
      transform: perspective(600px) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
      overflow: hidden;
      display: block;
      max-height: 0px;
      max-width: 0px;
      opacity: 0;
      -webkit-transform: perspective(600px) rotateX(-90deg);
      -moz-transform: perspective(600px) rotateX(-90deg);
      -ms-transform: perspective(600px) rotateX(-90deg);
      -o-transform: perspective(600px) rotateX(-90deg);
      transform: perspective(600px) rotateX(-90deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      position: absolute;
      top: 100%;
      left: 20px;
      width: 200px;
      padding: 0;
      background-color: #fff;
      box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      z-index: 9;
      text-align: left; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
      float: none;
      padding: 0 20px; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
        border-bottom: 0; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        display: block;
        position: absolute;
        width: 200px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2); }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 12px 5px 12px 0px;
        color: #333;
        position: relative;
        border-bottom: solid 1px #e5e6ec; }
        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a:hover {
          color: #106f85; }
        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a i {
          position: absolute;
          right: -10px;
          padding: 0px 10px;
          top: 0;
          line-height: 47px; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li ul {
        display: none;
        left: 200px;
        top: 0px; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li {
      color: #fff; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
        color: #106f85; }
  .bg-header-nav .header-nav > ul.item_big > li.active > a {
    color: #106f85; }

.bg-header-nav .header-nav ul li ul a.text2line:hover {
  color: #106f85 !important;
  background: transparent !important; }

.bg-header-nav .header-nav li li {
  position: relative; }

/*Menu mobile*/
#nav-mobile {
  z-index: 999; }

/*CSS Mega menu*/
.header-nav ul .nav-item.has-mega {
  position: static; }

.header-nav ul .nav-item:hover > .mega-content {
  overflow: visible;
  max-height: 800px;
  max-width: 100%;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  left: 10px; }
  @media (max-width: 1199px) and (min-width: 991px) {
    .header-nav ul .nav-item:hover > .mega-content {
      max-width: 950px;
      left: 10px; } }

.header-nav ul .nav-item .a-img span.menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  background: #106f85;
  display: inline;
  padding: 4px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  right: 23px;
  line-height: normal;
  letter-spacing: 1px; }
  .header-nav ul .nav-item .a-img span.menu-label:after {
    border-color: #106f85 transparent transparent transparent;
    border-width: 6px 7px 0 6px;
    right: 12px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 100; }

.header-nav .mega-content {
  background: #fff;
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0;
  padding: 25px 25px 45px 25px;
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 100%;
  border: none;
  text-align: left;
  left: 10px; }
  @media (max-width: 1199px) and (min-width: 991px) {
    .header-nav .mega-content {
      left: 10px; } }
  .header-nav .mega-content .level1.parent h2 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0; }
    .header-nav .mega-content .level1.parent h2 a {
      text-transform: none; }
  .header-nav .mega-content .level1.parent ul.level1 li {
    line-height: 1.3; }
    .header-nav .mega-content .level1.parent ul.level1 li a {
      font-weight: normal !important;
      text-transform: none !important;
      font-size: 14px;
      color: #888; }
    .header-nav .mega-content .level1.parent ul.level1 li + li {
      padding-top: 5px; }
  .header-nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px; }
    .header-nav .mega-content .level1.item > a {
      color: #106f85; }
      .header-nav .mega-content .level1.item > a:hover, .header-nav .mega-content .level1.item > a:focus {
        color: #0b4957;
        text-decoration: none; }
    .header-nav .mega-content .level1.item h2 {
      font-weight: 400;
      font-size: 14px;
      margin-top: 0;
      font-weight: bold; }
    .header-nav .mega-content .level1.item ul.level1 {
      margin-bottom: 30px; }
      .header-nav .mega-content .level1.item ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #888; }
        .header-nav .mega-content .level1.item ul.level1 li a:hover, .header-nav .mega-content .level1.item ul.level1 li a:focus {
          text-decoration: none;
          color: #106f85; }
  .header-nav .mega-content .level0-wrapper2 .nav-block .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/*Code đầu trang*/
.header {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px 0px, rgba(0, 0, 0, 0.14) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 1px -1px;
  position: relative; }
  .header .topbar-login {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center; }
    .header .topbar-login .hethong {
      display: inline-block;
      margin-right: 15px; }
      .header .topbar-login .hethong a {
        display: block;
        color: #fff;
        background: #0c6377;
        border-radius: 4px;
        padding: 7px;
        letter-spacing: 2px; }
        .header .topbar-login .hethong a:hover {
          background: #333; }
    .header .topbar-login .site-account {
      position: relative;
      list-style: none;
      display: inline-block;
      margin-right: 15px; }
      .header .topbar-login .site-account:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 15px;
        background: 0 0;
        display: none;
        z-index: 8; }
      .header .topbar-login .site-account > a {
        color: #fff;
        letter-spacing: 2px;
        display: block;
        position: relative;
        white-space: nowrap;
        background: #0c6377;
        border-radius: 4px;
        padding: 7px; }
        .header .topbar-login .site-account > a:hover {
          background: #333; }
        .header .topbar-login .site-account > a img {
          width: 30px; }
      .header .topbar-login .site-account ul {
        position: absolute;
        display: none;
        top: 45px;
        right: 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);
        text-align: right; }
        @media (max-width: 1199px) {
          .header .topbar-login .site-account ul {
            min-width: 160px; } }
        .header .topbar-login .site-account ul:before {
          border: 9px solid transparent;
          border-bottom: 9px solid #fff;
          margin-left: -9px;
          bottom: 100%;
          right: 20%;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .header .topbar-login .site-account ul li {
          display: block; }
          .header .topbar-login .site-account ul li a {
            display: block;
            padding: 7px 10px;
            color: #1c1c1c; }
            .header .topbar-login .site-account ul li a:hover {
              color: #106f85; }
      .header .topbar-login .site-account:hover ul {
        display: block; }
      .header .topbar-login .site-account:hover:before {
        display: block; }
  .header .middle-header {
    padding: 25px 0;
    background: #106f85; }
    @media (max-width: 991px) {
      .header .middle-header {
        padding: 15px 0 15px; }
        .header .middle-header .logo {
          margin-bottom: 15px; } }
    @media (min-width: 1199px) {
      .header .middle-header .search-box .header_search {
        width: 470px; } }
    .header .middle-header .search-box .header_search form {
      margin: 0;
      width: 100%; }
      .header .middle-header .search-box .header_search form input {
        border-radius: 4px;
        padding-right: 65px;
        background: #f7f9fa;
        border: 1px solid #f0f2f5; }
    .header .middle-header .search-box .header_search .input-group-btn button {
      background: transparent;
      color: #757779;
      position: absolute;
      right: 8px;
      top: 3px;
      border-radius: 25px;
      height: 35px;
      line-height: 35px; }
    .header .middle-header .logo {
      text-align: center; }

/* Code giỏ hàng mini */
.mini-cart {
  z-index: 10;
  text-align: center; }
  .mini-cart:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 15px;
    background: 0 0;
    display: none;
    z-index: 8; }
  .mini-cart:hover .top-cart-content, .mini-cart:hover:before {
    display: block; }
  .mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none; }
  .mini-cart .heading-cart {
    position: relative; }
    @media (max-width: 991px) and (min-width: 767px) {
      .mini-cart .heading-cart img {
        padding-right: 5px; } }
  .mini-cart .fa {
    margin-left: 13px;
    font-size: 16px; }
  .mini-cart .count_item_pr {
    font-size: 12px;
    position: absolute;
    top: -15px;
    right: 15px;
    background: #ffb326;
    padding: 3px;
    padding: 0 5px;
    width: 30px;
    border-radius: 40px; }
    @media (max-width: 991px) and (min-width: 767px) {
      .mini-cart .count_item_pr {
        right: 18px; } }

.top-cart-contain {
  color: #333;
  padding: 0;
  right: 0px;
  z-index: 1000;
  float: left;
  position: relative; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .top-cart-contain {
      right: 0px !important; } }
  @media (max-width: 991px) {
    .top-cart-contain {
      position: absolute;
      right: 5px;
      top: 5px; } }
  .top-cart-contain .price {
    color: #222222;
    text-transform: uppercase; }
  .top-cart-contain .mini-cart a {
    text-decoration: none;
    color: #fff;
    padding-right: 15px; }
  .top-cart-contain .mini-cart > .heading-cart > a > img {
    width: 30px; }
  .top-cart-contain .mini-cart .background_cart {
    position: relative; }
    .top-cart-contain .mini-cart .background_cart .icons {
      color: #333;
      font-size: 18px; }
      .top-cart-contain .mini-cart .background_cart .icons:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/cart_icon.png?v=108");
        background-repeat: no-repeat;
        position: absolute;
        top: 22px;
        left: 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .top-cart-contain .mini-cart .background_cart .icons:before {
            top: 38px; } }
  .top-cart-contain .mini-cart .cart_num {
    color: #adadad; }
    .top-cart-contain .mini-cart .cart_num .color_ {
      color: #fff; }
  .top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 14px;
    color: #106f85; }
  .top-cart-contain .mini-cart .top-subtotal .price {
    line-height: 24px; }
  .top-cart-contain .product-details .price {
    color: #106f85;
    width: auto;
    float: none;
    padding-left: 0;
    font-size: 14px; }

@media (max-width: 1199px) {
  .top-cart-content {
    display: none !important; } }

.top-cart-content {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  background: #fff;
  padding: 0;
  text-align: left;
  box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  z-index: 10000; }
  .top-cart-content a {
    color: #fff; }
  .top-cart-content .mini-products-list {
    position: relative; }
  .top-cart-content .quaty {
    display: inline-block;
    height: 25px;
    color: #959595 !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 26px; }
  .top-cart-content .empty {
    text-align: left;
    color: #333; }
  .top-cart-content .product-name {
    margin: 0;
    font-weight: 400;
    width: 160px;
    line-height: 16px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden; }
    .top-cart-content .product-name a {
      font-size: 14px;
      line-height: normal;
      line-height: 16px !important;
      font-weight: 400;
      color: #333; }
    .top-cart-content .product-name:hover > a {
      text-decoration: none;
      color: #106f85; }
  .top-cart-content .product-details-bottom {
    line-height: 38px; }
    .top-cart-content .product-details-bottom span {
      font-size: 14px;
      font-weight: 700;
      color: #106f85; }
  .top-cart-content .list-item-cart {
    padding: 0px 15px; }
  .top-cart-content li {
    list-style: none; }
    .top-cart-content li.item {
      overflow: hidden;
      padding: 0px;
      position: relative; }
      .top-cart-content li.item .border_list {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        border-bottom: solid 1px #ebebeb;
        padding-bottom: 15px; }
      .top-cart-content li.item:first-child .border_list {
        border-top: none;
        padding-top: 0px;
        margin-top: 0px; }
      .top-cart-content li.item:last-child .border_list {
        margin: 0;
        border-bottom: 0;
        padding-bottom: 0px; }
      .top-cart-content li.item .wrap_item {
        overflow: hidden;
        padding: 10px 20px 10px 0px;
        border-bottom: solid 1px #ebebeb;
        width: 100%;
        float: left; }
      .top-cart-content li.item .product-image {
        float: left;
        display: block;
        width: 65px;
        position: relative;
        margin-right: 15px;
        padding: 5px; }
        .top-cart-content li.item .product-image img {
          vertical-align: top; }
      .top-cart-content li.item .detail-item {
        display: block;
        float: left;
        width: calc(100% - 85px);
        -o-width: calc(100% - 85px);
        -moz-width: calc(100% - 85px);
        -webkit-width: calc(100% - 85px); }
        .top-cart-content li.item .detail-item a:hover {
          text-decoration: none; }
        .top-cart-content li.item .detail-item .remove-item-cart {
          position: absolute;
          right: 10px;
          font-size: 13px;
          color: #333;
          text-align: center;
          padding: 0px;
          width: 20px;
          height: 20px;
          line-height: 20px; }
          .top-cart-content li.item .detail-item .remove-item-cart.fa {
            font: normal normal normal 14px/1 FontAwesome; }
          .top-cart-content li.item .detail-item .remove-item-cart:hover {
            color: #106f85; }
          .top-cart-content li.item .detail-item .remove-item-cart:before {
            margin-left: 4px; }
        .top-cart-content li.item .detail-item input {
          display: inline-block;
          width: 40px;
          padding: 0;
          text-align: center;
          background: #fff; }
        .top-cart-content li.item .detail-item button.items-count {
          display: inline-block; }
  .top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 25px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid; }
  .top-cart-content .actions .btn-checkout {
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    height: 38px;
    margin-top: 0px;
    border-radius: 4px;
    line-height: 38px;
    padding: 0px;
    font-weight: 700;
    background: #106f85;
    text-transform: uppercase; }
    .top-cart-content .actions .btn-checkout span {
      color: #fff; }
    .top-cart-content .actions .btn-checkout.pink {
      background: #106f85; }
    .top-cart-content .actions .btn-checkout:hover {
      color: #fff;
      background: #333;
      border-color: #333; }
  .top-cart-content .actions .btn-cart-page {
    font-size: 14px;
    width: 100%;
    display: block;
    float: left;
    margin-left: 0px;
    height: 38px;
    border-radius: 0px;
    padding: 0px;
    line-height: 38px;
    font-weight: 400;
    background: #fff;
    border: solid 1px #7f7f7f; }
    .top-cart-content .actions .btn-cart-page.pink {
      background: #fff;
      border: solid 1px #106f85;
      color: #106f85; }
    .top-cart-content .actions .btn-cart-page:hover {
      color: #106f85;
      background: #fff;
      border-color: #106f85; }

#sort-by {
  position: relative; }
  #sort-by:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #555;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 9; }

.wrap_total {
  padding: 10px 15px 0px;
  margin-top: 10px; }

.wrap_button {
  padding: 0px 15px 15px;
  line-height: 50px;
  margin-top: 20px;
  width: 100%;
  float: left; }

.top-subtotal {
  color: #333;
  font-weight: 400;
  padding: 0px;
  line-height: 24px;
  text-transform: none;
  padding: 0px 0px 0px;
  font-size: 14px;
  color: #333;
  text-align: left; }
  .top-subtotal .price, .top-subtotal .pricex {
    font-size: 14px;
    font-weight: 700;
    color: #106f85;
    text-align: right !important;
    float: right; }

.qty_drop_cart {
  position: relative;
  height: 25px;
  padding-left: 0px; }
  .qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 25px;
    height: 25px;
    color: #000;
    float: left; }
    .qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
      color: #106f85; }
  .qty_drop_cart button.btn_increase {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer; }
  .qty_drop_cart button.btn_reduced {
    height: 25px;
    width: 25px;
    line-height: 25px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer; }
  .qty_drop_cart input {
    height: 25px;
    float: left;
    width: 30px !important;
    min-height: unset;
    border-left: 0px;
    border-right: 0px; }

ul#cart-sidebar {
  padding: 5px 0px;
  margin: 0;
  max-height: 582px;
  width: 300px;
  border: solid 1px #ebebeb;
  border-bottom: 0px; }
  ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto; }
  ul#cart-sidebar li.action {
    display: none; }
  ul#cart-sidebar.hasclass li.action {
    display: block; }
  ul#cart-sidebar .list-item-cart {
    max-height: 260px;
    overflow-y: auto;
    position: relative; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
      width: 4px; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
      background: #ebebeb; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
      background: #106f85;
      border-radius: 0px; }
      ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:active {
        background: #106f85;
        border-radius: 15px; }
  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: 7px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: #ebebeb; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #106f85;
    border-radius: 0px; }
    ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
      background: #106f85;
      border-radius: 15px; }

.no-item {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  min-width: 280px; }
  .no-item p {
    margin: 0px;
    width: 280px; }

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

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

/* Code menu mobile */
.menu_mobile .ul_collections {
  width: 100%;
  float: left; }
  .menu_mobile .ul_collections li {
    position: relative;
    background: #fff;
    display: block;
    border-top: solid  1px #e4ebf0; }
    .menu_mobile .ul_collections li:last-child {
      border-bottom: solid 1px #e4ebf0; }
    .menu_mobile .ul_collections li.special {
      background: #f5f5f5; }
      .menu_mobile .ul_collections li.special a {
        color: #106f85;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        padding: 10px 15px; }
    .menu_mobile .ul_collections li.current {
      background: #ebebeb; }
    .menu_mobile .ul_collections li .level0 .level1 {
      background: #f5f4f4; }
      .menu_mobile .ul_collections li .level0 .level1.current > a {
        color: #106f85; }
        .menu_mobile .ul_collections li .level0 .level1.current > a:before {
          border-color: #106f85; }
      .menu_mobile .ul_collections li .level0 .level1.current > .fa {
        color: #e63939; }
      .menu_mobile .ul_collections li .level0 .level1 a {
        padding: 10px 15px 10px 45px;
        position: relative;
        line-height: 22px; }
        .menu_mobile .ul_collections li .level0 .level1 a:before {
          content: "";
          top: 16px;
          left: 25px;
          position: absolute;
          width: 9px;
          height: 9px;
          border: solid 2px #d7d7d7;
          border-radius: 50%; }
      .menu_mobile .ul_collections li .level0 .level1:last-child {
        border-bottom: 0px; }
      .menu_mobile .ul_collections li .level0 .level1 .level1.current {
        border-top: 0px; }
        .menu_mobile .ul_collections li .level0 .level1 .level1.current > a {
          color: #106f85; }
          .menu_mobile .ul_collections li .level0 .level1 .level1.current > a:before {
            border-color: #106f85; }
        .menu_mobile .ul_collections li .level0 .level1 .level1.current > .fa {
          color: #e63939; }
      .menu_mobile .ul_collections li .level0 .level1 .level1:last-child {
        border-bottom: 0px; }
      .menu_mobile .ul_collections li .level0 .level1 .level1 .level2, .menu_mobile .ul_collections li .level0 .level1 .level1 .level3 {
        background: #f5f4f4; }
        .menu_mobile .ul_collections li .level0 .level1 .level1 .level2 a, .menu_mobile .ul_collections li .level0 .level1 .level1 .level3 a {
          padding: 10px 30px 10px 65px;
          position: relative;
          line-height: 22px; }
          .menu_mobile .ul_collections li .level0 .level1 .level1 .level2 a:before, .menu_mobile .ul_collections li .level0 .level1 .level1 .level3 a:before {
            content: "";
            top: 16px;
            left: 45px;
            position: absolute;
            width: 9px;
            height: 9px;
            border: solid 2px #d7d7d7;
            border-radius: 50%; }
        .menu_mobile .ul_collections li .level0 .level1 .level1 .level2.current > a, .menu_mobile .ul_collections li .level0 .level1 .level1 .level3.current > a {
          color: #106f85; }
          .menu_mobile .ul_collections li .level0 .level1 .level1 .level2.current > a:before, .menu_mobile .ul_collections li .level0 .level1 .level1 .level3.current > a:before {
            border-color: #106f85; }
        .menu_mobile .ul_collections li .level0 .level1 .level1 .level2.current > .fa, .menu_mobile .ul_collections li .level0 .level1 .level1 .level3.current > .fa {
          color: #e63939; }
        .menu_mobile .ul_collections li .level0 .level1 .level1 .level2:last-child, .menu_mobile .ul_collections li .level0 .level1 .level1 .level3:last-child {
          border-bottom: 0px; }
      .menu_mobile .ul_collections li .level0 .level1 .level1 .level3 a {
        padding-left: 80px; }
        .menu_mobile .ul_collections li .level0 .level1 .level1 .level3 a:before {
          left: 60px; }
    .menu_mobile .ul_collections li .fa {
      position: absolute;
      right: 0px;
      width: 40px;
      top: 0px;
      text-align: center;
      height: 40px;
      line-height: 40px; }
    .menu_mobile .ul_collections li a {
      padding: 10px 15px;
      font-size: 14px;
      display: block;
      color: #333;
      text-decoration: none; }
  .menu_mobile .ul_collections .he-thong-mb a {
    background: #106f85;
    color: #fff; }

.menu_mobile .ul_ {
  width: 100%;
  float: left; }
  .menu_mobile .ul_ li span {
    padding-left: 15px; }
  .menu_mobile .ul_ li .phone_ {
    color: red;
    padding-left: 5px; }
  .menu_mobile .ul_ li a {
    color: #111111;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px; }

.site-acount-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .site-acount-mobile a {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    color: #000;
    padding: 10px 5px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .site-acount-mobile a + a {
      border-left: 1px solid #f5f5f5; }

@media (max-width: 991px) {
  .search-box-mobile {
    margin: 0 55px 0 45px; }
    .search-box-mobile form {
      margin: 0; }
      .search-box-mobile form input {
        padding: 0 0 0 10px;
        border: 1px solid #106f85 !important; }
      .search-box-mobile form button {
        padding: 0 10px 0 10px;
        background: #106f85;
        color: #fff; }
  .menu-bar {
    width: 40px;
    text-align: center;
    margin-right: 10px; }
    .menu-bar a {
      color: #fff;
      font-size: 23px; }
  .logo {
    text-align: center;
    margin-bottom: 10px; }
  .header_search {
    float: left;
    width: calc(100% - 95px);
    margin-right: 35px; } }

.product-box {
  position: relative; }
  .product-box .sale-flash {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    width: 42px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    background: #106f85;
    color: #fff;
    font-size: 11px; }
  .product-box:hover {
    background: #106f85;
    border: 1px solid #106f85 !important; }
    .product-box:hover h3 a {
      color: #fff; }
    .product-box:hover .price-box span {
      color: #fff; }
    .product-box:hover .price-box strong {
      color: #fff; }
    .product-box:hover .product-summary {
      color: #fff; }
  .product-box .kbdt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9; }
  .product-box .product-thumbnail {
    position: relative;
    overflow: hidden; }
    .product-box .product-thumbnail .product-action {
      position: absolute;
      width: 100%;
      z-index: 99;
      transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      left: 0;
      margin: 0 auto;
      opacity: 0;
      visibility: hidden;
      bottom: -40px; }
      .product-box .product-thumbnail .product-action form {
        margin: 0;
        text-align: center; }
        .product-box .product-thumbnail .product-action form button {
          width: 100%;
          position: relative;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          color: #000;
          -ms-transition: all 0.5s ease;
          text-align: center;
          background: #106f85;
          color: #fff; }
          .product-box .product-thumbnail .product-action form button:hover {
            background: #434342; }
  .product-box .product-name {
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px; }
    .product-box .product-name a {
      color: #333; }
  .product-box:hover .product-action {
    opacity: 1;
    visibility: visible;
    bottom: 0; }
  .product-box:hover .product-name {
    color: #106f85; }
  .product-box .price-box strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 14px;
    color: #106f85;
    line-height: 15px; }
  .product-box .price-box span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222; }
  @media (max-width: 767px) {
    .product-box .price-box {
      min-height: 50px; } }

/* Code chân trang */
.footer {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .footer .middle-footer .foo-contact {
    position: relative;
    padding: 0 10px 80px; }
    @media (max-width: 991px) {
      .footer .middle-footer .foo-contact {
        padding: 20px 10px 20px; } }
    .footer .middle-footer .foo-contact:before {
      position: absolute;
      content: "";
      background-color: #106f85;
      opacity: .5;
      filter: alpha(opacity=50);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .footer .middle-footer .foo-contact .footer-detail {
      color: #fff;
      position: relative; }
  .footer .middle-footer .footer-click h4 {
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
    position: relative;
    padding-top: 40px;
    color: #fff; }
    @media (max-width: 767px) {
      .footer .middle-footer .footer-click h4:before {
        position: absolute;
        right: 0;
        content: "\f067";
        font: normal normal normal 12px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%); }
      .footer .middle-footer .footer-click h4.open_:before {
        content: "\f068"; } }
    @media (max-width: 991px) {
      .footer .middle-footer .footer-click h4 {
        padding-top: 0; } }
  @media (max-width: 991px) {
    .footer .middle-footer .footer-click {
      margin-bottom: 15px; } }
  .footer .middle-footer .footer-click ul li a {
    color: #fff; }
    .footer .middle-footer .footer-click ul li a:hover {
      color: #106f85; }
  .footer .middle-footer .foo-contact h4:before, .footer .middle-footer .foo-contact h4:after {
    display: none; }
  .footer .middle-footer .social-media {
    margin-top: 13px; }
    .footer .middle-footer .social-media li {
      display: inline-block;
      margin-right: 4px;
      padding-left: 0; }
      .footer .middle-footer .social-media li a {
        display: block;
        width: 45px;
        height: 45px;
        color: #fff;
        text-align: center;
        line-height: 45px;
        border-radius: 100%; }
        .footer .middle-footer .social-media li a.facebook {
          background: #3b5998; }
        .footer .middle-footer .social-media li a.twitter {
          background: #1da1f2; }
        .footer .middle-footer .social-media li a.instagram {
          background: #c43f77; }
        .footer .middle-footer .social-media li a.youtube {
          background: #e12b28; }
        .footer .middle-footer .social-media li a i {
          position: initial; }
        .footer .middle-footer .social-media li a:hover {
          background: #106f85; }
  .footer .bottom-footer {
    padding: 10px 0;
    background: #303030; }
    .footer .bottom-footer #copyright {
      color: #fff; }
      .footer .bottom-footer #copyright a {
        color: #fff;
        font-weight: bold; }
        .footer .bottom-footer #copyright a:hover {
          color: #106f85; }

#back-to-top {
  position: fixed;
  top: initial !important;
  right: 15px;
  bottom: 20px;
  z-index: 9999;
  background: #106f85;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 100%;
  display: none; }
  @media (max-width: 767px) {
    #back-to-top {
      bottom: 60px; } }

.back-to-top.show {
  display: block; }

/* Code Breadcrumb*/
.breadcrumb_background {
  background-size: cover;
  background-position: center top;
  padding: 25px 0px;
  background-repeat: no-repeat;
  min-height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .breadcrumb_background .title-head-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    margin: 0px; }

.bread-crumb {
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5; }
  @media (max-width: 767px) {
    .bread-crumb {
      margin-bottom: 20px; } }
  .bread-crumb .title-page {
    padding: 25px 0px 10px; }
    .bread-crumb .title-page .title-head-page {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #333;
      line-height: 24px; }

.breadcrumb {
  margin: 0;
  font-size: 14px;
  padding: 10px 0px 10px;
  border-radius: 0;
  font-weight: 400;
  background-color: transparent; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li > a {
      color: #333; }
      .breadcrumb li > a > span {
        color: #333; }
    .breadcrumb li .mr_lr {
      padding: 0px 0px;
      color: #333; }
    .breadcrumb li span {
      display: inline;
      color: #333; }
      .breadcrumb li span .fa {
        color: #333;
        padding: 0px 5px; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #106f85;
      text-decoration: none; }
      .breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
        color: #106f85; }
  .breadcrumb > li + li:before {
    display: none; }

.content-page {
  min-height: 400px; }

.aside-item.collection-category h2 {
  font-size: 16px;
  padding: 7px 10px;
  background: #106f85;
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase; }

.aside-item.collection-category .aside-content {
  background: #fff;
  border: 1px solid #ebebeb; }

.aside-item.collection-category .nav-item {
  position: relative;
  clear: left;
  font-size: 14px;
  padding: 0px;
  width: 100%;
  float: left; }
  .aside-item.collection-category .nav-item.active > a, .aside-item.collection-category .nav-item:hover > a {
    color: #106f85 !important; }
    .aside-item.collection-category .nav-item.active > a span, .aside-item.collection-category .nav-item:hover > a span {
      color: #106f85; }
  .aside-item.collection-category .nav-item:last-child a {
    border-bottom: 0px; }
  .aside-item.collection-category .nav-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    padding: 10px 0px;
    border-bottom: solid 0px #ebebeb;
    position: relative; }
    .aside-item.collection-category .nav-item a:before {
      content: none;
      width: 5px;
      height: 5px;
      background: #106f85;
      position: absolute;
      left: 15px;
      top: 17px; }
    .aside-item.collection-category .nav-item a span {
      font-size: 14px;
      font-weight: 400;
      color: #acacac; }
  .aside-item.collection-category .nav-item em {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-style: normal;
    margin-left: 5px; }
  .aside-item.collection-category .nav-item span {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-style: normal;
    margin-left: 5px; }
  .aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 0px;
    top: 0;
    width: 25px;
    padding: 5px;
    line-height: 30px;
    color: #333; }
  .aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 0px;
    box-shadow: none;
    padding: 0px; }
    .aside-item.collection-category .nav-item .dropdown-menu .lv2 {
      border: none; }
      .aside-item.collection-category .nav-item .dropdown-menu .lv2 .fa {
        position: absolute;
        right: 0px;
        top: 0;
        width: 25px;
        padding: 5px;
        line-height: 30px; }
      .aside-item.collection-category .nav-item .dropdown-menu .lv2:hover:before, .aside-item.collection-category .nav-item .dropdown-menu .lv2.active:before {
        border-color: #106f85; }
    .aside-item.collection-category .nav-item .dropdown-menu .nav-item {
      padding: 0px;
      border: none; }
      .aside-item.collection-category .nav-item .dropdown-menu .nav-item > a {
        padding: 10px 30px 10px 30px;
        line-height: 20px;
        border-bottom: solid 0px #ebebeb; }
        .aside-item.collection-category .nav-item .dropdown-menu .nav-item > a:before {
          content: none;
          width: 5px;
          height: 5px;
          background: #106f85;
          position: absolute;
          left: 30px;
          top: 17px; }
      .aside-item.collection-category .nav-item .dropdown-menu .nav-item:hover {
        border-top-color: #fff;
        border-bottom-color: #fff; }
      .aside-item.collection-category .nav-item .dropdown-menu .nav-item:last-child {
        border-bottom: solid 0px #ebebeb; }
      .aside-item.collection-category .nav-item .dropdown-menu .nav-item .dropdown-menu {
        margin-top: 0px; }
      .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 {
        padding: 0px; }
        .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 a {
          line-height: 20px;
          padding: 10px 10px 10px 45px;
          border-bottom: 0px;
          border-top: 0px; }
          .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 a:before {
            left: 43px; }
        .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3:last-child {
          border-top: solid 0px #ebebeb; }
          .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3:last-child a {
            border-bottom: 0px; }
        .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3:hover:before, .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3.active:before {
          border-color: #106f85; }
  .aside-item.collection-category .nav-item:hover {
    border-top-color: #ddd;
    border-bottom-color: #ddd; }
    .aside-item.collection-category .nav-item:hover:before {
      border-color: #106f85; }
    .aside-item.collection-category .nav-item:hover > a {
      color: #106f85;
      text-decoration: none; }
    .aside-item.collection-category .nav-item:hover > em {
      color: #106f85; }
    .aside-item.collection-category .nav-item:hover > .fa {
      color: #106f85; }
    .aside-item.collection-category .nav-item:hover span {
      color: #106f85; }
  .aside-item.collection-category .nav-item.active:before {
    border-color: #106f85; }
  .aside-item.collection-category .nav-item.active > .dropdown-menu {
    border-radius: 0px; }
  .aside-item.collection-category .nav-item.active > a {
    color: hover; }
  .aside-item.collection-category .nav-item.active em {
    color: #106f85; }
  .aside-item.collection-category .nav-item.active > .fa {
    color: #106f85; }
  .aside-item.collection-category .nav-item.active > .dropdown-menu {
    display: block; }
  .aside-item.collection-category .nav-item.active span {
    color: #106f85; }
  .aside-item.collection-category .nav-item.active > .fa:before {
    font-family: 'FontAwesome'; }
  .aside-item.collection-category .nav-item:hover > a, .aside-item.collection-category .nav-item:hover em {
    color: #106f85;
    background-color: #fff; }
  .aside-item.collection-category .nav-item:hover > .fa {
    color: #106f85; }
  .aside-item.collection-category .nav-item .dropdown-menu li:hover > a {
    color: #106f85;
    background-color: #fff; }
  .aside-item.collection-category .nav-item .dropdown-menu li:hover > .fa {
    color: #106f85; }

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

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

.aside-filter .aside-title h2 {
  font-size: 16px;
  padding: 7px 10px;
  background: #106f85;
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase; }

.aside-filter .filter-container {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px; }
  .aside-filter .filter-container .aside-item .module-title h2 {
    margin: 0;
    font-size: 16px; }
  .aside-filter .filter-container .filter-tag-style-1 .color label {
    font-size: 0; }

.title_page {
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  line-height: 41px; }

.sortPagiBar {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  background: #fff;
  padding: 8px;
  border-radius: 5px; }

.products-view-grid .product-box {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin-bottom: 15px;
  border: 1px solid #f0f0f0;
  padding: 10px; }
  .products-view-grid .product-box:hover {
    background: #106f85;
    border: 1px solid #106f85; }
    .products-view-grid .product-box:hover h3 {
      color: #fff; }
    .products-view-grid .product-box:hover .price-box span {
      color: #fff; }
    .products-view-grid .product-box:hover .price-box strong {
      color: #fff; }

@media (min-width: 767px) {
  .products-view-grid .product-col:nth-child(3n + 1) {
    clear: left; } }

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

/* Code trang chi tiết sản phẩm */
.details-product .product-detail-left #gallery_01 {
  overflow: hidden;
  margin-top: 15px;
  z-index: 0; }
  .details-product .product-detail-left #gallery_01 .owl-stage {
    margin: auto; }
  .details-product .product-detail-left #gallery_01 .item a {
    display: block;
    position: relative;
    height: 85px;
    border: 1px solid #f6f6f6; }
    .details-product .product-detail-left #gallery_01 .item a.active {
      border: 1px solid #106f85; }
    .details-product .product-detail-left #gallery_01 .item a img {
      width: auto;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      padding: 2px; }
  .details-product .product-detail-left #gallery_01 .owl-nav {
    margin: 0; }
    .details-product .product-detail-left #gallery_01 .owl-nav .owl-prev {
      height: 32px;
      width: 32px;
      border-radius: 100%;
      background-color: #000;
      position: absolute;
      text-align: center;
      line-height: 32px;
      top: 50%;
      color: #878fa0;
      font-size: 20px;
      margin: 0;
      transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transform: translate(0, -50%);
      left: -50px; }
      .details-product .product-detail-left #gallery_01 .owl-nav .owl-prev:before {
        color: #fff;
        line-height: 32px;
        width: 32px; }
    .details-product .product-detail-left #gallery_01 .owl-nav .owl-next {
      height: 32px;
      width: 32px;
      border-radius: 100%;
      background-color: #000;
      position: absolute;
      text-align: center;
      line-height: 32px;
      top: 50%;
      color: #878fa0;
      font-size: 20px;
      margin: 0;
      right: -50px;
      transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transform: translate(0, -50%); }
      .details-product .product-detail-left #gallery_01 .owl-nav .owl-next:before {
        color: #fff;
        line-height: 32px;
        width: 32px; }
  .details-product .product-detail-left #gallery_01:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit; }
  .details-product .product-detail-left #gallery_01:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit; }

.details-product .product-detail-left .large-image {
  height: 360px;
  display: block;
  position: relative;
  background: #fff; }
  .details-product .product-detail-left .large-image img {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: auto; }

.details-product .group-status {
  margin-bottom: 10px; }
  .details-product .group-status .first_status .status_name {
    font-weight: bold;
    color: #106f85; }
  .details-product .group-status .inventory_quantity {
    font-weight: bold;
    color: #106f85; }
    @media (max-width: 767px) {
      .details-product .group-status .inventory_quantity {
        display: block; } }
    .details-product .group-status .inventory_quantity span {
      font-weight: initial;
      color: #333; }
      .details-product .group-status .inventory_quantity span.availabel {
        font-weight: bold;
        color: #106f85; }

@media (max-width: 767px) {
  .details-product .details-pro {
    margin-top: 15px; } }

.details-product .details-pro .bg-inner {
  background: #f5f5f5;
  padding: 15px; }

.details-product .details-pro h1 {
  color: #212121;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .details-product .details-pro h1 {
      margin-top: 15px; } }

.details-product .details-pro .price-box {
  margin-bottom: 20px; }
  .details-product .details-pro .price-box .special-price {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
    color: #106f85; }

.details-product .details-pro .product_description p {
  margin: 0; }

.details-product .details-pro .form-product {
  padding: 0px;
  width: 100%;
  float: left; }
  .details-product .details-pro .form-product .swatch {
    margin: 0;
    margin-bottom: 10px; }
  .details-product .details-pro .form-product .form-group {
    width: 100%;
    padding-bottom: 0px; }
    .details-product .details-pro .form-product .form-group header {
      font-weight: 400;
      margin-bottom: 10px; }
    .details-product .details-pro .form-product .form-group .input_number_product {
      display: inline-flex;
      position: relative;
      width: 100px;
      margin-bottom: 0px; }
      @media (max-width: 1199px) and (min-width: 768px) {
        .details-product .details-pro .form-product .form-group .input_number_product {
          width: 100px !important; } }
      @media (max-width: 767px) {
        .details-product .details-pro .form-product .form-group .input_number_product {
          width: 100%; } }
      .details-product .details-pro .form-product .form-group .input_number_product .btn_num {
        padding: 0px 0px 0px;
        font-size: 20px;
        line-height: 20px;
        display: block;
        width: 20px;
        height: 22.5px;
        float: left;
        color: #333;
        text-align: center;
        border: initial;
        background: initial; }
        .details-product .details-pro .form-product .form-group .input_number_product .btn_num .fa {
          line-height: 38px;
          color: #222; }
        .details-product .details-pro .form-product .form-group .input_number_product .btn_num:hover {
          cursor: pointer;
          color: #222;
          text-decoration: none; }
      .details-product .details-pro .form-product .form-group .input_number_product .num_1 {
        display: inline-block;
        float: left;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        position: absolute;
        left: 5px;
        top: -1px;
        height: 44px;
        line-height: 44px; }
      .details-product .details-pro .form-product .form-group .input_number_product .num_2 {
        display: inline-block;
        float: left;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        position: absolute;
        right: 5px;
        top: -1px;
        height: 44px;
        line-height: 44px; }
      .details-product .details-pro .form-product .form-group .input_number_product input {
        padding: 13px;
        margin: 0px;
        display: block;
        float: left;
        height: 45px;
        width: 100%;
        line-height: 45px;
        text-align: center;
        box-shadow: none;
        border-radius: 0px;
        font-size: 16px;
        border: solid 1px #ddd; }
        @media (max-width: 1199px) and (min-width: 768px) {
          .details-product .details-pro .form-product .form-group .input_number_product input {
            width: 100%; } }
        @media (max-width: 767px) {
          .details-product .details-pro .form-product .form-group .input_number_product input {
            width: 100%; } }
    .details-product .details-pro .form-product .form-group .button_cart_buy_enable, .details-product .details-pro .form-product .form-group .button_cart_buy_disable {
      height: 45px;
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      line-height: 45px;
      padding: 0px 35px;
      border-radius: 0px;
      margin-top: 0px;
      text-transform: inherit;
      border: solid 1px transparent;
      background: #106f85;
      display: flex;
      text-align: center;
      justify-content: center;
      -o-justify-content: center;
      -moz-justify-content: center;
      -os-justify-content: center;
      -webkit-justify-content: center;
      font-weight: 400;
      float: left; }
      @media (max-width: 1199px) and (min-width: 768px) {
        .details-product .details-pro .form-product .form-group .button_cart_buy_enable, .details-product .details-pro .form-product .form-group .button_cart_buy_disable {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .details-product .details-pro .form-product .form-group .button_cart_buy_enable, .details-product .details-pro .form-product .form-group .button_cart_buy_disable {
          width: 100%;
          margin-left: 0px;
          align-items: center;
          justify-content: center; } }
      .details-product .details-pro .form-product .form-group .button_cart_buy_enable span, .details-product .details-pro .form-product .form-group .button_cart_buy_disable span {
        line-height: 45px;
        text-transform: uppercase;
        width: 100%;
        float: left;
        display: block;
        font-weight: 700;
        font-size: 12px; }
      .details-product .details-pro .form-product .form-group .button_cart_buy_enable i, .details-product .details-pro .form-product .form-group .button_cart_buy_disable i {
        font-size: 23px;
        padding: 0px;
        line-height: 49px;
        float: left;
        position: absolute;
        left: 0;
        width: 50px;
        border-right: solid 1px;
        height: 49px; }
    .details-product .details-pro .form-product .form-group .button_cart_buy_enable {
      background: #106f85;
      border: solid 1px transparent;
      position: relative;
      border-radius: 4px; }
      @media (max-width: 991px) and (min-width: 767px) {
        .details-product .details-pro .form-product .form-group .button_cart_buy_enable {
          margin-left: 0; } }
      .details-product .details-pro .form-product .form-group .button_cart_buy_enable:hover {
        background: #000;
        border-color: #000;
        color: #fff; }
        .details-product .details-pro .form-product .form-group .button_cart_buy_enable:hover .fa {
          color: #fff; }
    .details-product .details-pro .form-product .form-group .button_cart_buy_disable {
      opacity: 0.65; }
    .details-product .details-pro .form-product .form-group .qty-nd {
      display: flex;
      align-items: center;
      height: 45px;
      margin-bottom: 15px; }
      .details-product .details-pro .form-product .form-group .qty-nd label {
        font-weight: bold;
        color: #1c1c1c;
        min-width: 90px;
        float: left; }
  .details-product .details-pro .form-product form {
    margin-bottom: 0px; }
  .details-product .details-pro .form-product .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    float: left;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .details-product .details-pro .form-product .custom-btn-number {
        margin-right: 0; } }
    .details-product .details-pro .form-product .custom-btn-number #qty {
      height: 45px;
      font-size: 17px;
      margin: 0; }
  .details-product .details-pro .form-product .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: auto; }
    .details-product .details-pro .form-product .custom-btn-number label {
      font-size: 14px; }

.tab_width_full {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px; }

.product-tab .tabs-title {
  padding-left: 0px;
  text-align: center; }
  @media (min-width: 767px) {
    .product-tab .tabs-title {
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .product-tab .tabs-title {
      border-bottom: solid 1px #ebebeb; } }

@media (max-width: 767px) {
  .product-tab .tab-link {
    margin: 0px 0px !important; } }

.product-tab .tab-link {
  position: relative;
  display: inline-block;
  border-bottom: 0px;
  cursor: pointer;
  margin-right: 15px; }
  @media (max-width: 767px) {
    .product-tab .tab-link {
      width: 100%;
      margin-bottom: 10px !important;
      border-bottom: 1px solid #ebebeb;
      background: #fff; } }
  @media (767px) {
    .product-tab .tab-link {
      padding: 0 25px; } }
  .product-tab .tab-link:first-child {
    margin-left: 0px; }
  .product-tab .tab-link > .h3 {
    margin: 8px 0;
    font-size: 14px;
    text-transform: initial; }
    .product-tab .tab-link > .h3 i {
      font-size: 16px;
      padding-right: 10px; }
  .product-tab .tab-link span {
    color: #000;
    font-size: 16px; }
  @media (min-width: 768px) {
    .product-tab .tab-link.current {
      font-weight: bold; }
      .product-tab .tab-link.current:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #106f85;
        position: absolute;
        bottom: -1px;
        left: 0; } }
  @media (max-width: 767px) {
    .product-tab .tab-link.current:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #106f85;
      position: absolute;
      bottom: -1px;
      left: 0; } }
  .product-tab .tab-link.current > .h3 {
    color: #000;
    font-weight: bold; }
    .product-tab .tab-link.current > .h3 span {
      color: #000; }
    @media (max-width: 767px) {
      .product-tab .tab-link.current > .h3 {
        color: #106f85; }
        .product-tab .tab-link.current > .h3:before {
          color: #106f85; }
        .product-tab .tab-link.current > .h3 span {
          color: #106f85; } }
  .product-tab .tab-link.current .rte {
    color: #707070;
    font-weight: 400;
    font-size: 14px; }

.product-tab li:last-child > .h3 span:after {
  content: none; }

.product-tab .content_extab.current {
  background: #fff;
  position: relative; }
  .product-tab .content_extab.current .rte > img {
    max-width: 100%; }
  @media (min-width: 1200px) {
    .product-tab .content_extab.current .rte {
      font-family: 'Arial';
      color: #333;
      font-weight: 300;
      font-size: 14px;
      width: 100%; } }

.tab-float {
  width: 100%;
  display: block;
  float: left; }
  .tab-float .content_extab {
    width: 100%; }
    .tab-float .content_extab.current {
      min-height: 200px; }

.content_extab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .content_extab.current {
    opacity: 1;
    visibility: visible;
    height: auto; }

.content_main {
  height: 0; }
  .content_main.fixheight {
    height: 200px;
    overflow: hidden; }
  .content_main .viewed {
    width: 100%;
    float: left;
    text-align: center;
    display: block; }
    .content_main .viewed span {
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      color: #333;
      border: solid 1px #ebebeb; }

.related_module {
  overflow: hidden;
  float: left;
  width: 100%; }
  .related_module .title_module_child h2 {
    margin-top: 0;
    font-size: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0;
    text-align: left;
    border-bottom: solid 1px #ebebeb;
    position: relative;
    font-weight: bold; }
    .related_module .title_module_child h2:before {
      content: "";
      width: 50px;
      height: 2px;
      background: #1790cf;
      position: absolute;
      bottom: -1px;
      left: 0; }
    .related_module .title_module_child h2 a {
      font-size: 16px;
      color: #000; }
      .related_module .title_module_child h2 a:hover {
        color: #106f85; }
  .related_module .item_product_main {
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    margin-bottom: 10px; }
    .related_module .item_product_main .product-thumbnail {
      height: 280px;
      float: left;
      width: 80px;
      height: 80px;
      margin-right: 10px; }
      @media (max-width: 991px) and (min-width: 767px) {
        .related_module .item_product_main .product-thumbnail {
          width: 130px;
          height: 130px; } }
    .related_module .item_product_main .product-content {
      float: left;
      width: calc(100% - 90px); }
      @media (max-width: 991px) and (min-width: 767px) {
        .related_module .item_product_main .product-content {
          width: calc(100% - 140px); } }
      .related_module .item_product_main .product-content h3 {
        margin-top: 0; }
      .related_module .item_product_main .product-content .product-summary {
        display: none; }
    .related_module .item_product_main .product-box {
      -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; }
      .related_module .item_product_main .product-box:hover h3 a {
        color: #fff !important; }
  @media (min-width: 1199px) {
    .related_module .product-thumbnail {
      height: 280px; } }
  @media (max-width: 1199px) and (min-width: 767px) {
    .related_module .product-thumbnail {
      height: 230px; } }
  @media (max-width: 767px) {
    .related_module .product-thumbnail {
      height: 140px; } }
  .related_module .product-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .related_module .relate-mores a {
    font-style: italic; }
  .related_module .wrap_owl {
    border: 1px solid #ebebeb; }
    .related_module .wrap_owl .product-box {
      padding: 5px; }
  .related_module .relate-mores {
    margin-bottom: 10px; }

.section_product_like {
  float: left;
  width: 100%; }
  .section_product_like .title_module_main {
    border-bottom: solid 1px #ebebeb;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    text-align: center; }
    .section_product_like .title_module_main:before {
      content: "";
      width: 50px;
      height: 2px;
      background: #1790cf;
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%); }
    .section_product_like .title_module_main h2 {
      text-align: center;
      margin-top: 0; }
  .section_product_like .content {
    overflow: hidden; }
  .section_product_like .owl-nav .owl-prev {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background-color: #106f85;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%);
    left: -50px; }
    .section_product_like .owl-nav .owl-prev:hover {
      background: #000; }
    .section_product_like .owl-nav .owl-prev:before {
      color: #fff;
      line-height: 32px;
      width: 32px; }
  .section_product_like .owl-nav .owl-next {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background-color: #106f85;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%); }
    .section_product_like .owl-nav .owl-next:before {
      color: #fff;
      line-height: 32px;
      width: 32px; }
    .section_product_like .owl-nav .owl-next:hover {
      background: #000; }
  .section_product_like:hover .owl-nav {
    margin: 0; }
    .section_product_like:hover .owl-nav .owl-prev {
      left: 0;
      opacity: 1;
      visibility: inherit; }
    .section_product_like:hover .owl-nav .owl-next {
      right: 0;
      opacity: 1;
      visibility: inherit; }

.reviews_details_product {
  float: left;
  width: 100%; }
  .reviews_details_product .haravan-product-reviews-badge {
    margin: 0px auto;
    padding: 0px;
    float: left;
    text-align: center; }
    .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star {
      padding: 0px; }
      .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star i {
        font-size: 12px;
        font-family: 'FontAwesome'; }
        .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star i:before {
          font-family: 'FontAwesome'; }
      .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star .star-off-png:before {
        content: "\f006"; }
      .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star .star-on-png:before {
        content: "\f005"; }
      .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star .star-half-png:before {
        content: "\f123"; }
    .reviews_details_product .haravan-product-reviews-badge div img {
      display: none; }
    .reviews_details_product .haravan-product-reviews-badge div p {
      font-size: 12px;
      color: #7b7b7b; }

.haravan-product-reviews-badge {
  padding: 10px 0;
  display: block !important; }
  .haravan-product-reviews-badge img, .haravan-product-reviews-badge p {
    display: none !important; }
  .haravan-product-reviews-badge .haravan-product-reviews-star {
    display: block !important;
    text-align: center; }
    .haravan-product-reviews-badge .haravan-product-reviews-star i {
      font-size: 14px !important;
      color: #106f85; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .bpr-summary-average {
  font-family: 'Arial';
  font-size: 18px; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star i {
  font-size: 12px; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star .star-off-png:before {
  content: "\f005";
  color: #cccccc; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star .star-on-png:before {
  content: "\f005";
  color: #ffde3c; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star .star-half-png:before {
  content: "\f123";
  color: #ffde3c; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star i {
  font-size: 12px; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star .star-off-png:before {
  content: "\f005";
  color: #cccccc; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star .star-on-png:before {
  content: "\f005";
  color: #ffde3c; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star .star-half-png:before {
  content: "\f123";
  color: #ffde3c; }

/*Popup Reviews star*/
.haravan-product-reviews-form form .bpr-form-rating #dvRating i {
  font-size: 12px; }

.haravan-product-reviews-form form .bpr-form-rating #dvRating .star-off-png:before {
  content: "\f005";
  color: #cccccc; }

.haravan-product-reviews-form form .bpr-form-rating #dvRating .star-on-png:before {
  content: "\f005";
  color: #106f85; }

.haravan-product-reviews-form form .bpr-form-rating #dvRating .star-half-png:before {
  content: "\f123";
  color: #106f85; }

.aside_product_small .title_module_main h2 {
  font-size: 16px;
  text-align: center;
  padding: 7px;
  background: #106f85;
  color: #fff;
  font-weight: 500;
  margin: 0; }
  .aside_product_small .title_module_main h2 a {
    color: #fff; }

.aside_product_small .product_content {
  padding: 10px;
  background: #fff; }

.aside_product_small .product-box {
  margin-bottom: 10px; }
  .aside_product_small .product-box .product-thumbnail {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 80px; }
  .aside_product_small .product-box .content {
    float: left;
    width: calc(100% - 90px); }
    .aside_product_small .product-box .content h3 {
      margin-top: 0;
      white-space: initial; }

.title_page_h1, .title-head, h1.title_head.left.after, .title_center_page.left {
  font-size: 22px;
  font-weight: 700;
  padding: 0px;
  margin-top: 0; }

.list-blogs .blog_full {
  overflow: hidden;
  padding: 15px 0;
  background: #fff; }
  .list-blogs .blog_full .content_blog_full {
    background: #f4f4f4;
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    padding: 10px; }
    .list-blogs .blog_full .content_blog_full .time_post {
      margin-right: 10px;
      line-height: initial;
      border-right: 1px solid;
      padding-right: 10px;
      text-align: center; }
      .list-blogs .blog_full .content_blog_full .time_post span {
        display: block; }
        .list-blogs .blog_full .content_blog_full .time_post span.dd {
          font-weight: bold;
          font-size: 20px; }
    .list-blogs .blog_full .content_blog_full h3 {
      font-size: 16px;
      margin: 0; }
      @media (min-width: 767px) {
        .list-blogs .blog_full .content_blog_full h3 {
          margin-top: 0; } }

.aside-blog-recent .title_module_main h2 {
  font-size: 16px;
  padding: 7px 10px;
  background: #106f85;
  color: #fff;
  font-weight: 500;
  margin: 0; }
  .aside-blog-recent .title_module_main h2 a {
    color: #fff; }

.aside-blog-recent .list-blogs {
  background: #fff;
  border: 1px solid #ebebeb; }
  .aside-blog-recent .list-blogs .blog-item {
    border-bottom: 1px solid #ebebeb; }
    .aside-blog-recent .list-blogs .blog-item:last-child {
      border-bottom: initial; }
    .aside-blog-recent .list-blogs .blog-item .blog-item-name {
      font-size: 14px;
      margin: 0;
      padding: 10px;
      font-weight: initial; }

.fcm .btn-45-no-radius {
  font-weight: 400; }

.fcm .btn-40-orange {
  height: 45px;
  line-height: 45px;
  background: #333;
  color: #fff;
  border: solid 1px #333;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 14px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .fcm .btn-40-orange {
      margin-top: 15px; } }

.fcm .form-group {
  margin: 0;
  padding: 0px 15px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .fcm .form-group {
      padding-bottom: 0px; } }
  .fcm .form-group label {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    width: 100px;
    display: block;
    float: left;
    padding-left: 0px; }
    @media (max-width: 767px) {
      .fcm .form-group label {
        width: 100%; } }
    .fcm .form-group label:after {
      content: "*";
      font-size: 14px;
      color: #eb1010; }
  .fcm .form-group input {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 0px 20px;
    width: 100%; }
    @media (max-width: 767px) {
      .fcm .form-group input {
        margin-bottom: 15px; } }
    .fcm .form-group input:focus {
      outline: none;
      border-color: #ebebeb;
      box-shadow: none; }
    .fcm .form-group input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #333; }
    .fcm .form-group input::-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #333; }
    .fcm .form-group input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #333; }
  .fcm .form-group textarea {
    resize: none;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 20px 20px;
    width: 100%; }
    .fcm .form-group textarea:focus {
      outline: none;
      border-color: #ebebeb;
      box-shadow: none; }
  .fcm .form-group input, .fcm .form-group textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .fcm .form-group input::-webkit-input-placeholder, .fcm .form-group textarea::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #333; }
    .fcm .form-group input::-moz-placeholder, .fcm .form-group textarea::-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-moz-placeholder, .fcm .form-group textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-ms-input-placeholder, .fcm .form-group textarea::-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #333; }
    .fcm .form-group input::-ms-input-placeholder, .fcm .form-group textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #333; }

.button_40_ {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  border: initial;
  background: #106f85;
  padding: 0px 25px;
  padding: 0px 25px;
  border-radius: 4px; }
  .button_40_:hover {
    border-color: #333;
    background: #333; }

.title-head-article {
  font-size: 22px;
  font-weight: 500;
  font-size: 22px;
  padding: 0px 0 10px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: initial; }

.t_contact h1 {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px; }

.template-contact .t_contact {
  width: 100%;
  float: left; }

.template-contact input, .template-contact textarea {
  border-radius: 0px;
  border: 1px solid #f0f2f5; }

@media (max-width: 767px) {
  .template-contact .contact form {
    padding: 0px 15px; } }

.t_contact h1 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px; }

.t_contact ul {
  width: 100%;
  float: left; }
  .t_contact ul li {
    width: 100%;
    float: left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .t_contact ul li .block_fonticon {
      display: inline-block;
      float: left;
      width: 30px;
      text-align: center;
      margin-right: 5px; }
      .t_contact ul li .block_fonticon i {
        margin-left: 1px;
        font-size: 20px;
        color: #106f85; }
    .t_contact ul li .title_li {
      display: block;
      width: calc(100% - 30px);
      float: left;
      font-size: 14px;
      font-weight: 400;
      color: #707070; }
      .t_contact ul li .title_li a {
        text-decoration: none; }
        .t_contact ul li .title_li a:hover {
          color: #106f85; }
        .t_contact ul li .title_li a.fone {
          font-weight: 400; }

.contact h2 {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: 500; }

.contact .button_contact {
  margin-top: 15px !important;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  border: solid 1px #333;
  background: #333;
  color: #fff;
  text-transform: uppercase; }

.button_custome_35 {
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  background: #106f85;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: solid 1px #106f85;
  padding: 0 30px;
  font-family: "Roboto";
  border-radius: 4px; }
  .button_custome_35:hover {
    background: #000;
    border: solid 1px #000; }

/*Loaction Contact */
.google-map {
  width: 100%; }
  @media (max-width: 991px) {
    .google-map {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .google-map {
      padding: 0px 15px; }
      .google-map .maps_iframe iframe {
        width: 100%; } }

.google-maps-footer {
  width: 100%; }

.google-maps-footer .map {
  width: 100%;
  height: 170px;
  background: #dedede; }
  .google-maps-footer .map#contact_map_footer {
    height: 160px; }

.google-map .map {
  width: 100%;
  height: 455px;
  background: #dedede;
  border: solid 10px #ebebeb; }

.recent-orders p {
  margin: 0; }

.cls_search .product-col {
  padding: 10px 15px; }

.cls_search .product-col:nth-child(3n+1) {
  clear: initial; }

@media (min-width: 767px) {
  .cls_search .product-col:nth-child(4n+1) {
    clear: left; } }

.cls_search .product-thumbnail {
  position: relative; }
  @media (min-width: 1199px) {
    .cls_search .product-thumbnail {
      height: 265px; } }
  @media (max-width: 1199px) and (min-width: 991px) {
    .cls_search .product-thumbnail {
      height: 215px; } }
  @media (max-width: 991px) and (min-width: 767px) {
    .cls_search .product-thumbnail {
      height: 160px; } }
  @media (max-width: 767px) {
    .cls_search .product-thumbnail {
      height: 130px; } }
  .cls_search .product-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.category-products .sortPagiBar .sort-cate-left {
  color: #000;
  font-size: 14px;
  float: left;
  margin: 0;
  margin-top: 2px; }
  .category-products .sortPagiBar .sort-cate-left h3 {
    color: #000;
    font-size: 14px;
    float: left;
    margin: 0;
    margin-top: 2px; }
  .category-products .sortPagiBar .sort-cate-left ul {
    display: inline-block; }
    .category-products .sortPagiBar .sort-cate-left ul li {
      float: left;
      padding: 0 0 0 10px; }
      .category-products .sortPagiBar .sort-cate-left ul li a {
        color: #000;
        font-size: 14px;
        position: relative; }
        .category-products .sortPagiBar .sort-cate-left ul li a i {
          height: 16px;
          width: 16px;
          border: 2px solid #ddd;
          border-radius: 50%;
          display: inline-block;
          vertical-align: middle;
          margin: -3px 5px 0 0;
          position: relative; }
      @media (max-width: 1199px) and (min-width: 991px) {
        .category-products .sortPagiBar .sort-cate-left ul li {
          padding: 0 0 0 5px; }
          .category-products .sortPagiBar .sort-cate-left ul li a {
            font-size: 13px; } }
      .category-products .sortPagiBar .sort-cate-left ul li:hover i, .category-products .sortPagiBar .sort-cate-left ul li.active i {
        border: 2px solid #106f85;
        height: 16px;
        width: 16px; }
        .category-products .sortPagiBar .sort-cate-left ul li:hover i:before, .category-products .sortPagiBar .sort-cate-left ul li.active i:before {
          content: "";
          width: 8px;
          height: 8px;
          background-color: #106f85;
          position: absolute;
          border-radius: 50%;
          margin: 2px; }

.category-products .product-thumbnail {
  position: relative; }
  @media (min-width: 1199px) {
    .category-products .product-thumbnail {
      height: 240px; } }
  @media (max-width: 1199px) and (min-width: 991px) {
    .category-products .product-thumbnail {
      height: 210px; } }
  @media (max-width: 991px) and (min-width: 767px) {
    .category-products .product-thumbnail {
      height: 220px; } }
  @media (max-width: 767px) {
    .category-products .product-thumbnail {
      height: 130px; } }
  .category-products .product-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.ajax-product .product-thumbnail {
  position: relative; }
  @media (min-width: 1199px) {
    .ajax-product .product-thumbnail {
      height: 250px; } }
  @media (max-width: 1199px) and (min-width: 991px) {
    .ajax-product .product-thumbnail {
      height: 215px; } }
  @media (max-width: 991px) and (min-width: 767px) {
    .ajax-product .product-thumbnail {
      height: 225px; } }
  @media (max-width: 767px) {
    .ajax-product .product-thumbnail {
      height: 135px; } }
  .ajax-product .product-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.shop-pag {
  float: left;
  width: 100%; }

.foo-contact ul li {
  position: relative;
  padding-left: 23px;
  color: #fff; }
  .foo-contact ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff; }
  .foo-contact ul li a {
    color: #fff; }
    .foo-contact ul li a:hover {
      color: #106f85; }

@media (max-width: 991px) {
  #open-filters {
    color: #fff;
    background: #106f85;
    position: fixed;
    right: 0;
    top: 35% !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px 0px 0px 20px;
    z-index: 99999;
    /* display: none; */
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    /*&:before {
		width: 32px;
		height: 32px;
		right: 5px;
		top: -32px;
		background: #fff;
		border-radius: 50%;
		z-index: 999;
		overflow: hidden;
	}
		&:after {
		width: 32px;
		height: 32px;
		right: 5px;
		bottom: -32px;
		background: #fff;
		border-radius: 50%;
		z-index: 999;
		overflow: hidden;

	}*/ }
    #open-filters:before, #open-filters:after {
      content: "";
      position: absolute; }
    #open-filters .fter {
      display: block; }
      #open-filters .fter:before, #open-filters .fter:after {
        content: "";
        position: absolute; }
      #open-filters .fter:before {
        top: -16px;
        right: 0px;
        width: 20px;
        height: 30px; }
      #open-filters .fter:after {
        bottom: -15px;
        right: 0px;
        width: 20px;
        height: 30px; }
    #open-filters.openf {
      right: 256px; }
      #open-filters.openf i:before {
        content: '\f00d'; }
    #open-filters span {
      display: none; }
  .dqdt-sidebar {
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    overflow: auto;
    z-index: 100000;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .dqdt-sidebar.openf {
      visibility: visible;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }

@media (max-width: 767px) {
  .haravan-product-reviews-form {
    min-width: 100% !important; } }

.box-banner img {
  display: block;
  margin: auto; }

@media (min-width: 767px) {
  .z-right {
    text-align: right; } }

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
  display: none; }

.list_menu_header .ul_menu li.hidden-zz {
  display: none !important; }

.footer-detail {
  margin-bottom: 10px; }

@media (min-width: 991px) {
  .payment {
    margin-top: 15px; } }

.payment ul li {
  margin-bottom: 5px;
  display: inline-block; }

@media (min-width: 991px) {
  .customer {
    margin-top: 15px; } }

.customer .customer-care-info i {
  float: left;
  font-size: 45px;
  margin-right: 10px;
  width: 35px;
  text-align: center;
  color: #106f85;
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; }

.customer .customer-care-info .customer-care-detail {
  float: left;
  width: calc(100% - 45px); }
  .customer .customer-care-info .customer-care-detail a {
    font-weight: bold;
    color: #106f85;
    float: left;
    width: 100%;
    line-height: initial;
    font-size: 20px; }
    .customer .customer-care-info .customer-care-detail a:hover {
      color: #000; }

.main_container.collection .title_page {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 0; }

.fcm {
  background: #fff;
  padding: 15px; }
  .fcm .title-form-coment {
    margin-top: 0; }

#article_comments .fcm {
  border: 1px solid #ebebeb; }

.body_order .page-header {
  border: initial; }

@media (max-width: 1199px) {
  #order_details td {
    text-align: left; }
    #order_details td:before {
      position: initial;
      float: left;
      width: 100%; } }

.grecaptcha-badge {
  display: none; }

.search-box-mobile input {
  border: initial !important; }

@media (max-width: 767px) {
  .wsp {
    display: block; }
  .rte img {
    width: 100% !important;
    height: initial !important; }
  .rte iframe {
    width: 100% !important;
    height: initial !important; } }

.article-comment {
  margin-bottom: 15px; }
  .article-comment .article-comment-user-image {
    float: left;
    width: 60px;
    margin-right: 10px; }
  .article-comment .article-comment-user-comment {
    float: left;
    width: calc(100% - 70px); }

@media (min-width: 767px) {
  .addthis_inline_share_toolbox.share_add {
    float: right; }
  .add-this-left .addthis_inline_share_toolbox.share_add {
    float: left; } }

.maps_iframe iframe {
  width: 100%; }

.article-content {
  word-break: break-word; }

.blog-description {
  word-break: break-word; }

.form_km form {
  margin: 0;
  position: relative; }
  .form_km form input {
    margin: 0;
    border-radius: 25px;
    padding-right: 110px; }
  .form_km form button {
    width: 100px;
    height: 35px;
    border: initial;
    background: #000;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 25px;
    transition: 0.4s all; }
    .form_km form button:hover {
      background: #106f85; }

/*Loaction Contact */
@media (max-width: 991px) {
  .section_maps .select_mapss {
    margin-top: 40px; } }

.hasborder {
  border-bottom: none !important; }

@media (min-width: 1200px) {
  .box-maps .gllpLatlonPicker {
    padding-right: 0; } }

@media (max-width: 991px) {
  .title-module-page {
    padding-top: 0px; } }

.title-module-page h2 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (max-width: 375px) {
    .title-module-page h2 {
      font-size: 19px; } }
  .title-module-page h2 span .fa {
    color: #106f85;
    padding-right: 15px; }

.select_daily {
  padding: 15px 0px; }
  .select_daily select {
    height: 40px;
    background-color: #f6f6f6 !important;
    border-color: #ebebeb; }

.city-wrapper:hover {
  cursor: pointer; }

.city-wrapper .nano .content:focus {
  outline: none;
  border-color: none; }

.city-wrapper .nano .content .showroom-item {
  padding: 15px 0px;
  border-bottom: solid 1px #e1e1e1;
  overflow: hidden; }
  .city-wrapper .nano .content .showroom-item .title-module-page h2 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px; }
    .city-wrapper .nano .content .showroom-item .title-module-page h2 span {
      font-size: 14px; }
  .city-wrapper .nano .content .showroom-item:last-child {
    border-bottom: 0px; }
  .city-wrapper .nano .content .showroom-item .showroom-address, .city-wrapper .nano .content .showroom-item .showroom-contact {
    line-height: 24px;
    color: #3d454e;
    display: block;
    padding: 1px 0px; }
    .city-wrapper .nano .content .showroom-item .showroom-address .a_dl, .city-wrapper .nano .content .showroom-item .showroom-contact .a_dl {
      text-align: left;
      position: relative; }
    .city-wrapper .nano .content .showroom-item .showroom-address .b_dl, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl {
      display: inline-block;
      padding-left: 5px; }
      .city-wrapper .nano .content .showroom-item .showroom-address .b_dl a, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a {
        text-decoration: none; }
        .city-wrapper .nano .content .showroom-item .showroom-address .b_dl a:hover, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a:hover {
          color: #106f85; }
        .city-wrapper .nano .content .showroom-item .showroom-address .b_dl a:focus, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a:focus {
          color: #106f85; }

@media (max-width: 991px) {
  .widget-item.info-contact {
    margin-top: 20px !important; }
  .widget-item.info-contact {
    margin-top: 0px !important; }
  .page_cotact {
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .title_mobile_contact {
    padding: 0px 0px 30px !important; } }

@media (max-width: 767px) {
  .margin-bottom-xs-20 {
    margin-bottom: 20px; }
  .tag_article {
    margin-bottom: 10px; } }

.tags_share .text-left {
  text-align: left !important; }
  .tags_share .text-left .addthis_inline_share_toolbox.share_add {
    float: left; }

.nd-main-nav {
  background-color: #fff; }
  .nd-main-nav .nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .nd-main-nav .nav .nav-item .nav-link {
        color: #333; }
        .nd-main-nav .nav .nav-item .nav-link:hover, .nd-main-nav .nav .nav-item .nav-link:focus {
          background-color: #106f85;
          color: #fff; }
      .nd-main-nav .nav .nav-item.active .nav-link {
        color: #106f85; }
        .nd-main-nav .nav .nav-item.active .nav-link:hover, .nd-main-nav .nav .nav-item.active .nav-link:focus {
          background-color: #106f85;
          color: #fff; } }
  .nd-main-nav .mainmenu {
    background: #fff;
    height: auto;
    color: #333;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    position: relative; }
    @media (max-width: 991px) {
      .nd-main-nav .mainmenu {
        box-shadow: none; } }
    .nd-main-nav .mainmenu span {
      display: block;
      position: relative;
      z-index: 11;
      padding: 10px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase; }
      .nd-main-nav .mainmenu span:before {
        content: "\f0c9";
        font-family: 'FontAwesome';
        margin-right: 10px; }
    .nd-main-nav .mainmenu .nav-cate {
      overflow: visible;
      clear: both;
      position: absolute;
      top: 43px;
      left: 0px;
      right: 0;
      z-index: 10;
      height: 0;
      display: block; }
      @media (max-width: 991px) {
        .nd-main-nav .mainmenu .nav-cate {
          position: relative;
          top: 0;
          height: auto;
          left: 0; } }
      .nd-main-nav .mainmenu .nav-cate ul {
        width: 100%;
        min-height: 410.5px;
        background: #fff;
        overflow: visible;
        border-top: none;
        box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2); }
        @media (min-width: 992px) and (max-width: 1024px) {
          .nd-main-nav .mainmenu .nav-cate ul {
            min-height: 339px; } }
        @media (max-width: 991px) {
          .nd-main-nav .mainmenu .nav-cate ul {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: none;
            min-height: unset; } }
        .nd-main-nav .mainmenu .nav-cate ul li {
          display: block;
          overflow: visible;
          padding: 0 10px;
          cursor: pointer; }
          @media (max-width: 991px) {
            .nd-main-nav .mainmenu .nav-cate ul li {
              padding: 0; } }
          .nd-main-nav .mainmenu .nav-cate ul li .nd-categories-a {
            position: relative;
            display: block;
            color: #000;
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            margin: 0;
            font-size: 14px;
            padding-left: 15px;
            padding-right: 10px; }
            @media (min-width: 992px) and (max-width: 1024px) {
              .nd-main-nav .mainmenu .nav-cate ul li .nd-categories-a {
                padding-top: 7px;
                padding-bottom: 7px; } }
            .nd-main-nav .mainmenu .nav-cate ul li .nd-categories-a:hover, .nd-main-nav .mainmenu .nav-cate ul li .nd-categories-a:focus {
              color: #106f85; }
            @media (max-width: 991px) {
              .nd-main-nav .mainmenu .nav-cate ul li .nd-categories-a {
                padding: 10px;
                padding-right: 20px;
                font-weight: 500; } }
            .nd-main-nav .mainmenu .nav-cate ul li .nd-categories-a:before {
              content: "\f105";
              font-family: 'FontAwesome';
              position: absolute;
              left: 0;
              top: 50%;
              transform: translate(0, -50%); }
              @media (max-width: 991px) {
                .nd-main-nav .mainmenu .nav-cate ul li .nd-categories-a:before {
                  display: none; } }
          .nd-main-nav .mainmenu .nav-cate ul li:last-child .nd-categories-a {
            border-bottom: none; }
          .nd-main-nav .mainmenu .nav-cate ul li.dropdown {
            position: static; }
            .nd-main-nav .mainmenu .nav-cate ul li.dropdown .nd-categories-a:after {
              content: "\f0da";
              font-family: 'FontAwesome';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translate(0, -50%); }
              @media (max-width: 991px) {
                .nd-main-nav .mainmenu .nav-cate ul li.dropdown .nd-categories-a:after {
                  display: none; } }
            @media (max-width: 991px) {
              .nd-main-nav .mainmenu .nav-cate ul li.dropdown .nd-categories-a i {
                height: 20px;
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);
                right: 0;
                margin-right: 0;
                float: right;
                line-height: 22px;
                width: 30px;
                text-align: center; } }
            @media (min-width: 992px) {
              .nd-main-nav .mainmenu .nav-cate ul li.dropdown:hover .subcate {
                display: block; } }
            @media (max-width: 991px) {
              .nd-main-nav .mainmenu .nav-cate ul li.dropdown.active .nd-categories-a i:before {
                content: "\f106"; }
              .nd-main-nav .mainmenu .nav-cate ul li.dropdown.active .subcate {
                display: block; } }
          .nd-main-nav .mainmenu .nav-cate ul li .subcate {
            display: none;
            cursor: default;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 100%;
            min-height: 410.5px;
            background: #fff;
            padding: 10px;
            width: 300%;
            box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
            border-top: 1px solid #eee; }
            @media (max-width: 1024px) {
              .nd-main-nav .mainmenu .nav-cate ul li .subcate {
                height: 300px; } }
            @media (max-width: 991px) {
              .nd-main-nav .mainmenu .nav-cate ul li .subcate {
                height: auto;
                position: relative;
                min-height: unset !important;
                width: 100%;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                display: none;
                left: 0;
                padding: 0;
                border: none; } }
            .nd-main-nav .mainmenu .nav-cate ul li .subcate aside {
              width: 33.3333%;
              padding: 5px;
              float: left;
              overflow: hidden;
              cursor: default; }
              @media (max-width: 991px) {
                .nd-main-nav .mainmenu .nav-cate ul li .subcate aside {
                  float: none;
                  padding: 0;
                  width: 100%; }
                  .nd-main-nav .mainmenu .nav-cate ul li .subcate aside.active .nd-categories-main-sub {
                    color: #106f85; }
                    .nd-main-nav .mainmenu .nav-cate ul li .subcate aside.active .nd-categories-main-sub i:before {
                      content: "\f106"; }
                  .nd-main-nav .mainmenu .nav-cate ul li .subcate aside.active .list-nd-categories-main-sub {
                    display: block; } }
              .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .nd-categories-main-sub {
                text-transform: uppercase;
                font-weight: bold;
                padding-top: 0;
                color: #000; }
                .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .nd-categories-main-sub:hover, .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .nd-categories-main-sub:focus {
                  color: #106f85; }
                @media (max-width: 991px) {
                  .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .nd-categories-main-sub {
                    text-align: left;
                    font-size: 12px;
                    text-transform: capitalize;
                    color: #1c1c1c;
                    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;
                    padding-right: 20px;
                    font-weight: normal; }
                    .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .nd-categories-main-sub i {
                      height: 20px;
                      position: absolute;
                      margin-right: 0;
                      float: right;
                      line-height: 22px;
                      width: 30px;
                      text-align: center;
                      top: 50%;
                      transform: translate(0, -50%);
                      right: 0; } }
              @media (max-width: 991px) {
                .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .list-nd-categories-main-sub {
                  display: none; } }
              .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .list-nd-categories-main-sub a {
                line-height: 20px;
                display: block;
                text-transform: none;
                padding: 4px 0;
                color: #000; }
                @media (max-width: 991px) {
                  .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .list-nd-categories-main-sub a {
                    padding: 10px 10px;
                    text-align: left;
                    font-size: 12px;
                    text-transform: capitalize;
                    color: #1c1c1c;
                    letter-spacing: 1px;
                    padding-left: 30px;
                    white-space: inherit;
                    font-weight: 400;
                    display: block;
                    width: 100%;
                    border-bottom: 1px solid #f7f7f7; }
                    .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .list-nd-categories-main-sub a:last-child {
                      border-bottom: none; } }
                .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .list-nd-categories-main-sub a:hover, .nd-main-nav .mainmenu .nav-cate ul li .subcate aside .list-nd-categories-main-sub a:focus {
                  color: #106f85; }
              .nd-main-nav .mainmenu .nav-cate ul li .subcate aside:nth-child(3n+1) {
                clear: left; }
    @media (min-width: 992px) {
      .nd-main-nav .mainmenu.mainmenu-other .nav-cate {
        display: none; }
      .nd-main-nav .mainmenu.mainmenu-other:hover .nav-cate {
        display: block; } }
  @media (max-width: 991px) {
    .nd-main-nav {
      padding: 0;
      height: 100vh;
      background: #fff;
      color: #1c1c1c;
      -webkit-transform: translateX(calc(-100vw + 20px));
      transform: translateX(calc(-100vw + 20px));
      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; }
      .nd-main-nav .container {
        width: 100%;
        padding: 0; }
      .nd-main-nav .row {
        margin: 0; }
        .nd-main-nav .row .col-md-3, .nd-main-nav .row .col-md-9 {
          padding: 0; }
      .nd-main-nav #nav {
        display: block;
        border: none;
        padding: 0;
        margin-bottom: 0;
        margin-left: 0;
        border-top: 2px solid #106f85;
        margin-top: 5px; }
        .nd-main-nav #nav > li {
          border-bottom: 1px solid rgba(92, 92, 92, 0.1);
          width: 100%; }
          .nd-main-nav #nav > li > a {
            text-align: left;
            font-size: 13px;
            text-transform: capitalize;
            color: #1c1c1c;
            letter-spacing: 1px;
            padding-right: 20px;
            position: relative; }
            .nd-main-nav #nav > li > a > .fa {
              height: 20px;
              position: absolute;
              top: 50%;
              transform: translate(0, -50%);
              right: 0;
              margin-right: 0; }
          .nd-main-nav #nav > li.active > a {
            color: #106f85; }
            .nd-main-nav #nav > li.active > a > .fa:before {
              content: "\f106"; }
          .nd-main-nav #nav > li.has-childs .dropdown-menu {
            position: relative;
            top: 0;
            min-width: unset;
            width: 100%;
            box-shadow: none;
            margin: 0; }
            .nd-main-nav #nav > li.has-childs .dropdown-menu li {
              width: 100%; }
              .nd-main-nav #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; }
              .nd-main-nav #nav > li.has-childs .dropdown-menu li.active > a {
                color: #106f85;
                font-weight: 500; }
                .nd-main-nav #nav > li.has-childs .dropdown-menu li.active > a > .fa:before {
                  content: "\f106"; }
              .nd-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa {
                height: 20px;
                position: relative;
                top: 4px;
                margin-right: 0;
                right: 0; }
                .nd-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa:before {
                  content: "\f107"; }
              .nd-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu {
                left: 0;
                display: none; }
                .nd-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu li a {
                  padding-left: 30px; }
              .nd-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2.active .dropdown-menu {
                display: block; }
          .nd-main-nav #nav > li.has-childs.active .dropdown-menu {
            display: block; }
          .nd-main-nav #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; }
            .nd-main-nav #nav > li.has-childs.active .mega-content .level0 {
              display: block; }
              .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 {
                padding: 0;
                width: 100%;
                margin-bottom: 0; }
                .nd-main-nav #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;
                  padding-right: 20px; }
                  .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .hmega:hover {
                    color: #106f85; }
                  .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .hmega > .fa {
                    height: 20px;
                    float: right;
                    line-height: 22px;
                    width: 40px;
                    text-align: center;
                    position: absolute;
                    top: 50%;
                    transform: translate(0, -50%);
                    right: 0; }
                .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 {
                  display: none; }
                  .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li {
                    border-bottom: 1px solid #f7f7f7; }
                    .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a {
                      padding: 10px 10px;
                      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%; }
                      .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a:hover {
                        color: #106f85; }
                      .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a > .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); }
                    .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li .level-4 {
                      display: none; }
                    .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li.active a > .fa:before {
                      content: "\f106"; }
                    .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li.active .level-4 {
                      display: block; }
                .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1.active .level1 {
                  display: block; }
                .nd-main-nav #nav > li.has-childs.active .mega-content .level0 .level1:last-child .hmega {
                  border-bottom: none; }
      .nd-main-nav.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      .nd-main-nav .mobile-main-menu {
        padding-top: 10px;
        background-color: #106f85; }
        .nd-main-nav .mobile-main-menu .drawer-header {
          margin: 0 10px;
          position: relative; }
          .nd-main-nav .mobile-main-menu .drawer-header #close-nav {
            position: absolute;
            height: 40px;
            width: 40px;
            right: 0;
            top: 0;
            text-align: center;
            line-height: 45px; }
          .nd-main-nav .mobile-main-menu .drawer-header .logo-wrapper img {
            max-height: 45px; }
          .nd-main-nav .mobile-main-menu .drawer-header .logo-wrapper + a {
            text-align: center;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            display: block;
            font-weight: 500;
            margin-top: 10px; }
        .nd-main-nav .mobile-main-menu .ul-first-menu {
          margin-top: 15px;
          border: 1px solid #f5f5f5;
          border-left: none;
          border-right: none;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .nd-main-nav .mobile-main-menu .ul-first-menu a {
            flex-grow: 1;
            flex-basis: 0;
            text-align: center;
            color: #fff;
            padding: 10px 0;
            font-weight: 500; }
            .nd-main-nav .mobile-main-menu .ul-first-menu a + a {
              border-left: 1px solid #f5f5f5; } }

.module-category-cl {
  background: #106f85;
  padding: 10px;
  margin-bottom: 30px; }
  .module-category-cl .item {
    text-align: center; }
    .module-category-cl .item a {
      color: #fff; }
    .module-category-cl .item:hover a {
      color: #ffb326; }

.module_service_details {
  border: 1px solid #ebebeb; }
  .module_service_details .wrap_module_service {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 5px; }
    .module_service_details .wrap_module_service .item_service .wrap_item_ {
      padding: 0px 15px; }
      .module_service_details .wrap_module_service .item_service .wrap_item_ .content_service {
        position: relative;
        padding: 20px 0px 20px 65px;
        border-bottom: dashed 1px #e1e1e1; }
        .module_service_details .wrap_module_service .item_service .wrap_item_ .content_service p {
          font-size: 14px;
          line-height: 22px;
          margin: 0px;
          padding: 0px;
          text-transform: uppercase;
          color: #000; }
        .module_service_details .wrap_module_service .item_service .wrap_item_ .content_service span {
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          color: #9397a5; }
        .module_service_details .wrap_module_service .item_service .wrap_item_ .content_service:before {
          content: "";
          width: 50px;
          height: 50px;
          background-position: left;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 27px; }
    .module_service_details .wrap_module_service .item_service:nth-child(1) .wrap_item_ .content_service:before {
      background-image: url("//theme.hstatic.net/200000360675/1000748612/14/po1.png?v=108"); }
    .module_service_details .wrap_module_service .item_service:nth-child(2) .wrap_item_ .content_service:before {
      background-image: url("//theme.hstatic.net/200000360675/1000748612/14/po2.png?v=108"); }
    .module_service_details .wrap_module_service .item_service:nth-child(3) .wrap_item_ .content_service:before {
      background-image: url("//theme.hstatic.net/200000360675/1000748612/14/po3.png?v=108"); }
    .module_service_details .wrap_module_service .item_service:nth-child(4) .wrap_item_ .content_service {
      border-bottom: none; }
      .module_service_details .wrap_module_service .item_service:nth-child(4) .wrap_item_ .content_service:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/po4.png?v=108"); }
    .module_service_details .wrap_module_service .item_service:nth-child(5) .wrap_item_ .content_service {
      border-bottom: none; }
      .module_service_details .wrap_module_service .item_service:nth-child(5) .wrap_item_ .content_service:before {
        background-image: url("//theme.hstatic.net/200000360675/1000748612/14/po5.png?v=108"); }

.call-and-payment {
  border-top: 1px solid #e2e2e2;
  margin-top: 15px;
  padding-top: 10px;
  float: left;
  width: 100%; }
  .call-and-payment .hotline_products {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px; }
    .call-and-payment .hotline_products a {
      color: #106f85;
      font-size: 20px;
      font-weight: bold; }
      .call-and-payment .hotline_products a:hover {
        color: #ffb326; }
  .call-and-payment .payment_product {
    color: #666;
    font-weight: 500; }
    @media (max-width: 767px) {
      .call-and-payment .payment_product .payment_product_text {
        display: block;
        margin-bottom: 5px; } }

.logo img {
  height: 39px; }

.module-product-quantam {
  position: relative;
  float: left;
  width: 100%; }
  .module-product-quantam .content {
    overflow: hidden; }
  .module-product-quantam .title_module_main {
    margin-bottom: 20px; }
    .module-product-quantam .title_module_main h2 {
      text-align: center;
      margin: 0;
      font-size: 0;
      letter-spacing: 2px; }
      .module-product-quantam .title_module_main h2 a {
        font-size: 20px;
        border-top: 1px solid #444;
        border-bottom: 1px solid #444;
        padding: 10px 0;
        display: inline-block; }
        .module-product-quantam .title_module_main h2 a .t1 {
          font-weight: bold;
          color: #106f85; }
        .module-product-quantam .title_module_main h2 a:hover {
          color: #106f85; }
  .module-product-quantam .product-box {
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border: 1px solid #f0f0f0;
    padding: 10px; }
  .module-product-quantam .owl-nav .owl-prev {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%);
    left: -50px; }
    .module-product-quantam .owl-nav .owl-prev:before {
      color: #000;
      line-height: 32px;
      width: 32px; }
    .module-product-quantam .owl-nav .owl-prev:hover {
      background: #106f85; }
      .module-product-quantam .owl-nav .owl-prev:hover:before {
        color: #fff !important; }
  .module-product-quantam .owl-nav .owl-next {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%); }
    .module-product-quantam .owl-nav .owl-next:before {
      color: #000;
      line-height: 32px;
      width: 32px; }
    .module-product-quantam .owl-nav .owl-next:hover {
      background: #106f85; }
      .module-product-quantam .owl-nav .owl-next:hover:before {
        color: #fff !important; }
  .module-product-quantam:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit; }
  .module-product-quantam:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit; }

@media (min-width: 991px) {
  .blog-main .row .col-lg-4:nth-child(3n + 1) {
    clear: left; } }

@media (min-width: 767px) and (max-width: 991px) {
  .blog-main .row .col-lg-4:nth-child(2n + 1) {
    clear: left; } }

@media (max-width: 1199px) and (min-width: 991px) {
  .bg-header-nav .header-nav > ul.item_big > li.nav-item:nth-child(n + 5) .item_small > li:hover ul {
    right: 200px;
    left: initial !important; } }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 135px;
  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 {
  top: auto !important;
  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;
  padding: 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; }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-addThis:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-addThis .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #f94e3f; }

.modal-succesform p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform p.txtloading {
  color: #aaa;
  font-size: 13px; }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500; }

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }

.addThis_listSharing.hidden-xs {
  opacity: 1;
  visibility: visible; }

.actionToolbar_mobile.visible-xs {
  opacity: 0;
  visibility: hidden; }

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px; }
  .addThis_listSharing.hidden-xs {
    opacity: 0;
    visibility: hidden; }
  .actionToolbar_mobile.visible-xs {
    opacity: 1;
    visibility: visible; }
  footer.footer .copyright .inner .fot_copyright {
    padding-bottom: 40px; } }

#btnSubmitReview {
  padding: 0 20px; }

footer svg {
  fill: #fff; }

.fb_dialog iframe {
  transform: scale(0.77);
  right: -7px !important;
  bottom: 85px !important; }

@media (max-width: 767px) {
  .fb_dialog iframe {
    bottom: 125px !important; } }

.content-page.content-page-hihi * {
  font-family: 'UTM Centur';
  font-style: normal;
  font-weight: 400; }

.content-page.content-page-hihi img {
  width: 100%; }

.content-page.content-page-hihi p {
  line-height: 1.5; }

.collection-desc {
  margin: 10px 0; }

.collection-desc p {
  margin-bottom: 10px; }

.collection-desc img {
  width: 100%;
  height: auto; }

.main_container.collection .title_page {
  margin: 10px 0 20px !important; }

.collection-desc ul {
  list-style: inside;
  padding-left: 28px; }

.t_contact ul li h3 {
  margin: 0 0 14px;
  font-size: 18px;
  text-transform: capitalize; }

.section_brand h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px; }
