@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-size: 15px;
  background: white;
  font-family: 'Inter';
  color: black; }

a {
  text-decoration: none; }

article {
  font-size: 16px;
  margin-bottom: 30px; }
  article .addthis_inline_share_toolbox {
    margin-top: 20px; }
  article .title {
    font-size: 32px;
    font-family: 'Inter';
    margin: 0; }
  article .header {
    margin-bottom: 25px; }
  article table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  article table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  article img {
    max-width: 100%;
    height: auto; }

.meta {
  margin: 5px 0;
  font-size: 13px;
  line-height: 20px;
  color: #666; }
  .meta a {
    color: #666; }
  .meta span {
    margin-right: 10px; }

.top {
  background-color: #f3f5f5; }
  .top ul {
    padding: 0;
    margin: 0; }
    .top ul li {
      list-style: none;
      display: inline-block;
      padding: 8px 12px;
      border-left: 1px solid #dfe4e4; }
      .top ul li a {
        color: black; }
  .top p {
    margin: 0;
    padding: 8px 12px;
    text-align: right;
    float: right; }

.breadcrumb {
  margin-bottom: 20px; }
  .breadcrumb a {
    color: #363636;
    transition: all 0.3s;
    font-size: 15px; }
  .breadcrumb ul {
    padding: 0;
    margin: 0; }
    .breadcrumb ul li {
      list-style: none;
      display: inline-block;
      color: #363636;
      font-size: 15px; }
      .breadcrumb ul li a {
        color: #363636;
        transition: all 0.3s;
        font-size: 15px; }
        .breadcrumb ul li a::after {
          content: "\f105";
          font-family: FontAwesome;
          padding: 0 5px; }
        .breadcrumb ul li a:hover {
          color: #0e7f85;
          transition: all 0.3s; }

.menu_mobile {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 22px;
  cursor: pointer; }
  .menu_mobile:hover {
    color: #0e7f85;
    transition: all 0.3s; }

#menu-mobile {
  background: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  transition: all 0.4s;
  overflow: auto; }
  #menu-mobile .form_search {
    margin-top: 30px;
    border: 1px solid #0e7f85;
    border-radius: 5px; }
    #menu-mobile .form_search .input-group-prepend {
      background: #0e7f85; }
      #menu-mobile .form_search .input-group-prepend button {
        background: #0e7f85;
        border: 0;
        color: white;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
  #menu-mobile .nav_mobile {
    padding: 20px 15px; }
    #menu-mobile .nav_mobile h2 {
      color: #333;
      font-family: 'Inter';
      font-size: 24px;
      margin: 0;
      margin-bottom: 10px;
      position: relative; }
      #menu-mobile .nav_mobile h2 img {
        max-height: 50px; }
      #menu-mobile .nav_mobile h2 i {
        font-size: 20px;
        font-weight: 400;
        position: absolute;
        right: 0;
        color: #0e7f85; }
    #menu-mobile .nav_mobile .search-mb {
      border: 1px solid #e9e9e9;
      padding: 20px 0;
      border-right: none;
      border-left: none; }
      #menu-mobile .nav_mobile .search-mb form {
        position: relative; }
        #menu-mobile .nav_mobile .search-mb form .search {
          border: 1px solid #e9e9e9;
          width: 100%;
          padding: 7px 10px; }
        #menu-mobile .nav_mobile .search-mb form .submit {
          position: absolute;
          top: 1px;
          right: 0;
          background: #0e7f85;
          padding: 12px 10px;
          border: none;
          color: white; }
    #menu-mobile .nav_mobile ul {
      list-style: none;
      padding: 0;
      overflow: auto; }
      #menu-mobile .nav_mobile ul li {
        clear: both;
        border-top: 1px solid #e9e9e9;
        position: relative; }
        #menu-mobile .nav_mobile ul li:first-child {
          border: none; }
        #menu-mobile .nav_mobile ul li a {
          color: black;
          padding: 10px 0;
          display: inline-block; }
          #menu-mobile .nav_mobile ul li a:hover {
            opacity: 0.8; }
        #menu-mobile .nav_mobile ul li .sub {
          padding: 0;
          max-height: 0;
          transition: all 0.5s;
          overflow: hidden; }
          #menu-mobile .nav_mobile ul li .sub li:first-child {
            border-top: 1px solid #e9e9e9; }
          #menu-mobile .nav_mobile ul li .sub li a {
            padding-left: 20px;
            display: inline-block; }
          #menu-mobile .nav_mobile ul li .sub .sub {
            max-height: 0;
            overflow: hidden; }
            #menu-mobile .nav_mobile ul li .sub .sub a {
              padding-left: 40px; }
      #menu-mobile .nav_mobile ul .active a {
        font-family: 'Inter'; }
    #menu-mobile .nav_mobile .user-nav-mb {
      padding-bottom: 30px; }
      #menu-mobile .nav_mobile .user-nav-mb span {
        width: 50%;
        float: left; }
        #menu-mobile .nav_mobile .user-nav-mb span i {
          margin-right: 10px;
          color: #0e7f85; }
        #menu-mobile .nav_mobile .user-nav-mb span a {
          color: black; }
  #menu-mobile .accordion {
    color: #0e7f85;
    cursor: pointer;
    width: 10%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 0;
    background: none; }
  #menu-mobile .accordion:after {
    content: "\f067";
    font-family: fontAwesome;
    color: #0e7f85;
    font-weight: bold;
    margin-left: 5px; }
  #menu-mobile .accordion.active:after {
    content: "\f068";
    font-family: FontAwesome; }

header {
  background: white; }
  header .logo img {
    margin: 10px 0;
    display: inline-block;
    height: 85px; }
  header .row {
    margin: 0 -10px; }
    header .row [class*="col-"] {
      padding: 0 10px; }
  header form {
    position: relative;
    margin-top: 30px; }
    header form .form-control {
      border-radius: 20px;
      border: 1px solid #0e7f85;
      height: auto;
      padding: 8px 20px; }
    header form button {
      right: 10px;
      top: 7px;
      position: absolute;
      border: 0;
      font-size: 18px;
      color: #0e7f85;
      background-color: transparent; }
  header .right {
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 23px; }
    header .right li {
      list-style: none;
      font-family: 'Inter';
      color: black;
      display: inline-block;
      border: 0;
      border-radius: 5px;
      background-color: #6482c1;
      padding: 10px;
      position: relative;
      display: inline-block;
      font-weight: 500;
      color: white;
      font-size: 13px;
      text-transform: uppercase; }
      header .right li:after {
        height: 20px;
        width: 2px;
        background: #ccc;
        content: ""; }
      header .right li:last-child {
        background-color: transparent; }
        header .right li:last-child:after {
          display: none; }
      header .right li a {
        color: white;
        font-weight: 500; }
      header .right li .fa-shopping-cart {
        color: #0e7f85;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #0e7f85;
        line-height: 35px;
        display: inline-block;
        text-align: center; }

nav.menu {
  background-color: #0e7f85; }
  nav.menu ul {
    padding: 0;
    margin: 0;
    position: relative; }
    nav.menu ul .fa.fa-caret-down {
      float: right;
      padding-left: 5px;
      margin-top: 3px; }
    nav.menu ul li {
      list-style: none;
      display: inline-block; }
      nav.menu ul li .accordion {
        color: #0e7f85;
        cursor: pointer;
        width: 10px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        transition: all 0.4s;
        position: absolute;
        top: 5px;
        right: 10px;
        padding: 10px 0;
        background: none; }
      nav.menu ul li .accordion:after {
        content: "\f107";
        font-family: FontAwesome;
        color: white;
        font-weight: bold;
        margin-left: 5px; }
      nav.menu ul li .accordion.active:after {
        content: "\f106"; }
      nav.menu ul li a {
        padding: 15px;
        display: block;
        color: white;
        transition: all 0.3s;
        text-transform: uppercase;
        font-family: 'Inter';
        font-size: 14px; }
        nav.menu ul li a:hover {
          transition: all 0.3s; }
      nav.menu ul li:hover a {
        text-decoration: none; }
      nav.menu ul li:hover .sub {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
        top: 48px !important; }
      nav.menu ul li .sub {
        position: absolute;
        padding: 20px;
        border-top: 3px solid #f49fc5;
        text-align: left;
        left: 0;
        top: 100px;
        box-shadow: none;
        display: block;
        border-radius: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        background: white;
        transition: all 0.3s;
        width: 100%; }
        nav.menu ul li .sub h4 {
          font-size: 16px;
          text-transform: uppercase; }
        nav.menu ul li .sub .sub1 li {
          width: 50%;
          float: left; }
        nav.menu ul li .sub li {
          position: relative;
          margin: 0;
          display: block;
          list-style: square;
          padding: 5px 0;
          padding-left: 15px;
          border-bottom: 1px dotted #eaeaea; }
          nav.menu ul li .sub li:before {
            top: 10px;
            left: 0;
            content: '\f105';
            font-family: 'FontAwesome';
            color: #f49fc5;
            font-size: 12px;
            position: absolute; }
          nav.menu ul li .sub li:last-child {
            border-bottom: 0px;
            border: 0; }
          nav.menu ul li .sub li a {
            width: 100%;
            display: block;
            text-transform: none;
            padding: 4px 0px;
            color: black;
            font-weight: normal; }
          nav.menu ul li .sub li:hover {
            background: #0e7f85; }
            nav.menu ul li .sub li:hover a {
              color: white; }

.slider {
  transition: all 0.5s;
  background: #f8f8f8; }
  .slider .row {
    margin: 0px; }
    .slider .row [class*="col-"] {
      padding: 0px; }
  .slider .owl-nav {
    margin: 0; }
  .slider .menu_slider {
    padding: 15px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16); }
  .slider ul {
    padding: 0;
    margin: 0; }
    .slider ul li {
      list-style: none; }
      .slider ul li a {
        color: black;
        font-size: 16px;
        width: 100%;
        display: inline-block;
        padding: 5px 0; }
  .slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px; }
  .slider .owl-theme .item img {
    height: auto;
    width: 100%;
    object-fit: cover; }
  .slider .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #f49fc5;
    border-radius: 50%; }
  .slider .owl-theme .owl-dots .owl-dot.active span,
  .slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f49fc5;
    border-radius: 50%; }
  .slider:hover .owl-prev {
    left: 40px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s; }
  .slider:hover .owl-next {
    right: 40px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s; }
  .slider .owl-prev {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e7f85 !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    margin: 0 !important;
    border: 1px solid #f49fc5;
    background-color: white !important;
    border-radius: 5px !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    padding-top: 2px !important; }
  .slider .owl-next {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e7f85 !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid #f49fc5;
    border-radius: 5px !important;
    background-color: white !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    padding-top: 2px !important; }

.home_product {
  padding: 50px 0; }
  .home_product .item {
    margin: 20px 0; }
  .home_product .title {
    margin-bottom: 50px;
    position: relative; }
    .home_product .title p {
      max-width: 800px;
      text-align: center;
      font-size: 15px;
      margin: 0 auto;
      margin-top: 30px; }
    .home_product .title h2 {
      margin: 0;
      font-size: 26px;
      color: #0e7f85;
      text-transform: uppercase;
      font-family: 'Inter';
      font-weight: bold;
      padding-left: 12px;
      text-align: center;
      position: relative; }
      .home_product .title h2:after {
        width: 100px;
        height: 3px;
        position: absolute;
        background: #ccc;
        content: '';
        text-align: center;
        bottom: -20px;
        transform: translateX(-50%);
        left: 50%; }
  .home_product .more {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    margin-top: 10px; }
  .home_product .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #f49fc5;
    border-radius: 50%; }
  .home_product .owl-theme .owl-dots .owl-dot.active span,
  .home_product .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f49fc5;
    border-radius: 50%; }
  .home_product .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e7f85 !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    margin: 0 !important;
    border: 1px solid #f49fc5;
    background-color: white !important;
    border-radius: 5px !important;
    transition: all 0.5s;
    padding-top: 2px !important; }
  .home_product .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e7f85 !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid #f49fc5;
    border-radius: 5px !important;
    background-color: white !important;
    transition: all 0.5s;
    padding-top: 2px !important; }
  .home_product ul {
    background: white;
    padding: 0;
    display: flex;
    border: 0;
    margin-bottom: 50px; }
    .home_product ul .current {
      border-bottom: 2px solid #f49fc5; }
    .home_product ul li {
      flex: 1;
      margin: 0 2px;
      text-transform: uppercase;
      min-width: auto;
      list-style: none;
      padding: 10px;
      text-align: center; }
      .home_product ul li:hover {
        border-bottom: 2px solid #f49fc5; }
        .home_product ul li:hover a {
          text-decoration: none; }
      .home_product ul li a {
        color: #333;
        display: block;
        font-family: 'Inter'; }
  .home_product .item {
    overflow: hidden;
    transition: all 0.3s; }
    .home_product .item .link a {
      display: inline-block;
      color: white;
      background-color: #0e7f85;
      padding: 10px 20px;
      border-radius: 20px; }
    .home_product .item .thumb {
      overflow: hidden;
      text-align: center;
      display: block; }
      .home_product .item .thumb img {
        width: 100%;
        object-fit: cover;
        height: 220px;
        text-align: center;
        display: inline-block; }
    .home_product .item .content {
      text-align: center;
      padding: 10px; }
      .home_product .item .content h3 {
        font-size: 15px;
        font-family: 'Inter';
        line-height: 26px;
        overflow: hidden;
        max-height: 45px; }
        .home_product .item .content h3 a {
          color: black;
          transition: all 0.3s; }
          .home_product .item .content h3 a:hover {
            color: #f49fc5;
            transition: all 0.3s; }
      .home_product .item .content .price bdi {
        font-family: 'Inter';
        font-weight: bold;
        color: #f49fc5;
        text-decoration: none;
        font-size: 16px; }
      .home_product .item .content .price ins {
        font-family: 'Inter';
        color: #f49fc5;
        text-decoration: none;
        font-size: 14px; }
      .home_product .item .content .price del {
        font-size: 13px;
        font-weight: 400;
        color: black; }
        .home_product .item .content .price del bdi {
          text-decoration: none;
          font-size: 13px;
          font-weight: 400;
          color: black; }
      .home_product .item .content .btn-success {
        border: 0;
        background: #f49fc5;
        color: white;
        font-size: 13px; }
      .home_product .item .content .btn-info {
        border: 1px solid #f49fc5;
        background: white;
        color: #f49fc5;
        margin-right: 10px;
        font-size: 13px; }

.combo {
  background-color: #f7f7f9;
  padding: 25px;
  margin-bottom: 20px; }
  .combo .title {
    border: 0;
    margin-bottom: 20px; }
    .combo .title h2 {
      color: white; }
  .combo .more {
    color: black;
    border-color: black; }
  .combo .item .thumb {
    border: 10px solid white;
    height: 230px; }
  .combo .item .content h3 a {
    color: black; }
  .combo .item .content h4 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase; }
    .combo .item .content h4 a {
      color: black; }
  .combo .item .content p {
    color: black; }

.kols .item .thumb {
  border: 3px solid #f49fc5;
  border-radius: 5px; }
  .kols .item .thumb img {
    border-radius: 5px; }
.kols .item .content h4 {
  font-size: 17px;
  text-transform: none;
  font-weight: bold; }
  .kols .item .content h4 a {
    display: inline-block; }

.phong {
  padding: 30px 0;
  background-color: #f4f4f4; }
  .phong .title {
    margin-bottom: 40px;
    border: solid 1px #efefef; }
    .phong .title h2 {
      display: inline-block;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      margin: 0;
      font-size: 18px;
      text-transform: uppercase;
      border-bottom: 0px solid #ebebeb;
      margin-bottom: 0px;
      background: #f49fc5;
      padding: 0 15px;
      line-height: 40px;
      color: white; }
      .phong .title h2::before {
        content: "";
        width: 100%;
        height: 8px;
        background: #f49fc5;
        position: absolute;
        left: 0px;
        top: -8px; }
      .phong .title h2:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 0 8px;
        border-color: transparent transparent transparent #990000;
        position: absolute;
        top: -8px;
        right: -7px; }
  .phong h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .phong img {
    border-radius: 100%; }

.khuyenmai .item1 {
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08); }
  .khuyenmai .item1 .thumb {
    overflow: hidden;
    text-align: center;
    display: block; }
    .khuyenmai .item1 .thumb img {
      width: auto;
      height: 220px;
      object-fit: cover;
      text-align: center;
      display: inline-block;
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .khuyenmai .item1 .content {
    padding: 10px 20px; }
    .khuyenmai .item1 .content .date {
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 10px;
      font-size: 15px;
      position: relative;
      padding-left: 30px;
      font-style: italic; }
      .khuyenmai .item1 .content .date i {
        color: #f49fc5;
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        font-size: 18px;
        top: 0px;
        left: 0; }
    .khuyenmai .item1 .content h3 {
      font-size: 17px;
      line-height: 24px;
      margin: 10px 0;
      font-family: 'Inter';
      height: 50px;
      overflow: hidden; }
      .khuyenmai .item1 .content h3 a {
        color: black;
        transition: all 0.3s; }
        .khuyenmai .item1 .content h3 a:hover {
          color: #f49fc5;
          transition: all 0.3s; }
    .khuyenmai .item1 .content p {
      font-size: 16px;
      color: #707070; }
    .khuyenmai .item1 .content .cta a {
      color: black;
      font-size: 14px;
      text-transform: uppercase;
      display: inline-block;
      border: 1px solid black;
      border-radius: 5px;
      font-family: 'Inter';
      text-align: center;
      padding: 10px;
      width: 100%; }

.news_home {
  padding: 30px 0; }
  .news_home .title {
    margin-bottom: 50px;
    position: relative; }
    .news_home .title p {
      max-width: 800px;
      text-align: center;
      font-size: 15px;
      margin: 0 auto;
      margin-top: 30px; }
    .news_home .title h2 {
      margin: 0;
      font-size: 26px;
      color: #0e7f85;
      text-transform: uppercase;
      font-family: 'Inter';
      font-weight: bold;
      padding-left: 12px;
      text-align: center;
      position: relative; }
      .news_home .title h2:after {
        width: 100px;
        height: 3px;
        position: absolute;
        background: #ccc;
        content: '';
        text-align: center;
        bottom: -20px;
        transform: translateX(-50%);
        left: 50%; }
  .news_home .item {
    border-radius: 5px;
    margin-bottom: 30px; }
    .news_home .item .thumb {
      overflow: hidden;
      display: block;
      position: relative; }
      .news_home .item .thumb img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        text-align: center;
        display: inline-block;
        width: 100%; }
    .news_home .item h3 {
      margin: 15px 0;
      font-size: 17px;
      font-family: 'Inter';
      font-weight: bold;
      line-height: 24px; }
      .news_home .item h3 a {
        color: #0e7f85;
        display: block;
        overflow: hidden; }
    .news_home .item p {
      font-size: 15px;
      margin-top: 10px; }

.ft_home {
  background: #f8f8f8; }

.ft {
  background: white; }

.before_ft {
  padding: 50px 0;
  background: url(../images/map.png);
  background-attachment: fixed;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-color: red;
  background-size: cover;
  position: relative; }
  .before_ft:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;
    content: "";
    z-index: 0; }
  .before_ft .container {
    position: relative; }
  .before_ft .content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center; }
  .before_ft p {
    font-size: 18px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 500; }
    .before_ft p a {
      font-family: 'Inter';
      border: 2px solid #f49fc5;
      border-radius: 5px;
      color: black;
      font-size: 13px;
      display: inline-block;
      padding: 10px 30px; }
  .before_ft hr {
    max-width: 400px;
    margin: 50px auto; }
  .before_ft h2 {
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 900; }

footer {
  background: #0e7f85;
  position: relative;
  margin-top: 20px; }
  footer:before {
    content: "";
    background: url(../images/footer.png) repeat-x top left;
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0;
    position: absolute; }
  footer a {
    text-decoration: none !important;
    color: white; }
  footer form input {
    border-radius: 19px !important; }
  footer form .wpcf7-submit {
    width: 100% !important;
    background: transparent !important;
    border: 2px solid white;
    font-weight: bold;
    padding: 5px; }
  footer .social ul {
    padding: 0;
    margin: 0;
    margin-top: 5px; }
    footer .social ul li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
      background-color: #009877;
      border-radius: 100%; }
      footer .social ul li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        color: white;
        font-size: 18px;
        text-align: center;
        border-radius: 50%; }
  footer h3 {
    position: relative;
    font-size: 18px;
    margin: 15px 0;
    margin-top: 30px;
    color: white;
    font-family: 'Inter'; }
  footer p {
    margin: 10px 0;
    color: white;
    font-size: 13.5px; }
    footer p strong {
      font-family: 'Inter'; }
  footer .textwidget {
    margin-bottom: 20px; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      margin: 10px 0;
      color: white; }
      footer ul li a {
        color: white;
        transition: all 0.2s; }
        footer ul li a:hover {
          transition: all 0.2s; }

.copy_right {
  padding: 10px 0px;
  background: #166c70;
  color: white;
  text-align: center; }
  .copy_right p {
    margin: 10px 0; }
    .copy_right p a {
      color: white; }
  .copy_right img {
    max-width: 100%; }

.phantrang {
  margin: 20px 0;
  text-align: center; }
  .phantrang ul {
    margin: 0;
    padding: 0; }
    .phantrang ul li {
      list-style: none;
      display: inline-block;
      margin: 0 3px; }
      .phantrang ul li a {
        padding: 10px 12px;
        border: 1px solid #eaeaea;
        color: black; }
      .phantrang ul li span {
        padding: 10px 12px;
        border: 1px solid #eaeaea;
        background: #0e7f85;
        color: white; }

.hotline_affix {
  position: fixed;
  left: 2%;
  bottom: 5%;
  z-index: 99999; }
  .hotline_affix a {
    background: #dc9928;
    padding: 8px 15px;
    color: white;
    font-weight: 600;
    border-radius: 7px;
    color: #fff; }
    .hotline_affix a:visited {
      color: #fff; }
    .hotline_affix a i {
      font-size: 20px;
      padding-right: 3px; }

.page-404 {
  background: #f7f7f7; }

.contact {
  padding: 50px 0; }
  .contact form input, .contact form textarea {
    padding: 10px;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
    height: auto; }
  .contact form select {
    padding: 10px;
    height: auto;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15); }
  .contact form input {
    border-radius: 5px !important; }
  .contact form .wpcf7-submit {
    width: 100% !important;
    background: #0e7f85 !important;
    border: 2px solid white;
    font-weight: bold;
    padding: 10px; }
  .contact h3 {
    font-size: 25px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-left: 3px solid #f49fc5;
    padding-left: 10px; }
  .contact .social {
    padding: 0;
    margin: 10px 0; }
    .contact .social li {
      list-style: none;
      display: inline-block;
      text-align: center; }
      .contact .social li:before {
        content: ''; }
      .contact .social li a {
        background-color: #0e7f85;
        color: white;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 8px; }
  .contact .info {
    margin: 0;
    padding: 0; }
    .contact .info li {
      list-style: none;
      position: relative;
      padding-left: 50px; }
      .contact .info li i {
        font-size: 30px;
        color: #0e7f85;
        display: inline-block;
        position: absolute;
        left: 0;
        top: -3px; }
      .contact .info li a {
        color: white;
        transition: all 0.3s; }
        .contact .info li a::before {
          content: '\f101';
          font-family: 'Fontawesome';
          font-weight: 600;
          padding-right: 5px; }
        .contact .info li a:hover {
          transition: all 0.3s;
          padding-left: 10px; }

.bando {
  position: relative;
  background-image: url("../images/mapbando.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px; }
  .bando h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 35px;
    font-size: 32px;
    font-family: 'Inter'; }
  .bando .flags {
    position: absolute;
    height: 77px;
    width: 68px; }
    .bando .flags img {
      object-fit: contain;
      width: 100%;
      height: 100%; }
    .bando .flags:hover {
      box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
      transform: scale3d(1.2, 1.2, 1.2); }
  .bando .america-flag {
    top: 50%;
    left: 23.75%; }
  .bando .canada-flag {
    top: 23%;
    left: 23.75%; }
  .bando .germany-flag {
    top: 27%;
    left: 46.55%; }
  .bando .korea-flag {
    top: 32%;
    left: 72.68%; }
  .bando .japan-flag {
    top: 52%;
    left: 75.15%; }
  .bando .singapore-flag {
    top: 52%;
    left: 69.3%; }
  .bando .australia-flag {
    top: 78.5%;
    left: 73.5%; }

/* responsive */
/* 1199 991 767 480 414 375 360 320 max-width */
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0; }

  header .logo {
    display: block;
    text-align: center; }
    header .logo img {
      display: inline-block;
      height: 60px;
      margin: 7px 0; }
  header form {
    margin-top: 0;
    margin-bottom: 15px; }
    header form button {
      display: none; }
  header .open-nav {
    top: 20px;
    position: absolute; }
    header .open-nav i {
      font-size: 30px;
      color: #0e7f85; }
  header .cart_mobile {
    margin-top: 20px;
    float: right;
    color: black; }
    header .cart_mobile a {
      color: black; }

  .home_product {
    padding: 20px 0; }
    .home_product .title {
      margin-bottom: 20px; }
    .home_product .row {
      margin: 0 -5px; }
      .home_product .row [class*="col-"] {
        padding: 0 5px; }
    .home_product ul {
      display: block; }
      .home_product ul li {
        display: inline-block; }
    .home_product .item {
      margin-bottom: 10px; }
      .home_product .item .content h3 {
        margin: 0;
        font-size: 15px; }

  .news_home .title nav {
    margin-top: 20px;
    position: static;
    text-align: center; }
    .news_home .title nav a {
      margin-left: 0;
      margin-right: 10px;
      padding: 10px !important; }

  #daily .container {
    padding: 0; }
  #daily .daily {
    padding: 20px; }
    #daily .daily .daily2 {
      padding: 50px 0; }
    #daily .daily h2 {
      font-size: 30px; }
    #daily .daily p {
      font-size: 18px; }
    #daily .daily ul {
      margin-top: 30px; }
      #daily .daily ul li {
        margin: 5px 0;
        width: 100%; }

  .before_ft {
    text-align: center; }
    .before_ft ul {
      margin-bottom: 20px; }
    .before_ft img {
      display: inline-block;
      text-align: center !important;
      float: none; }

  footer .lg_footer {
    margin-bottom: 20px; }

  .related .content .item img {
    height: auto !important; } }
.hot {
  margin-bottom: 20px;
  webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08); }
  .hot h2 {
    background: #0e7f85;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    color: white;
    padding: 15px 20px;
    font-family: 'Inter';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center; }
  .hot ul {
    padding: 10px 20px;
    background: white;
    margin: 0;
    margin-bottom: 20px; }
    .hot ul li {
      list-style: none;
      margin: 10px 0;
      font-size: 16px;
      font-weight: bold; }
      .hot ul li a {
        color: #333; }
      .hot ul li ul {
        padding: 0px;
        padding-left: 10px;
        margin: 0; }
        .hot ul li ul li {
          font-weight: normal;
          position: relative;
          padding-left: 5px; }
          .hot ul li ul li:before {
            position: absolute;
            top: 0;
            left: -10px;
            font-family: 'FontAwesome';
            content: '\f105 '; }
  .hot .list {
    padding: 10px 15px;
    background: white; }
    .hot .list .item {
      margin: 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #eaeaea; }
      .hot .list .item a {
        display: block;
        overflow: hidden; }
      .hot .list .item h3 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600; }
        .hot .list .item h3 a {
          color: #333; }
          .hot .list .item h3 a:hover {
            color: #f49fc5; }
      .hot .list .item .price bdi {
        font-family: 'Inter';
        font-weight: bold;
        color: #f49fc5;
        text-decoration: none;
        font-size: 16px; }
      .hot .list .item .price ins {
        font-family: 'Inter';
        color: #f49fc5;
        text-decoration: none;
        font-size: 14px; }
      .hot .list .item .price del {
        font-size: 13px;
        font-weight: 400;
        color: black; }
        .hot .list .item .price del bdi {
          text-decoration: none;
          font-size: 13px;
          font-weight: 400;
          color: black; }
      .hot .list .item .row {
        margin: 0 -5px !important; }
        .hot .list .item .row [class*="col-"] {
          padding: 0 5px !important; }

.cate_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
  .cate_title h1 {
    font-size: 25px;
    font-family: 'Inter';
    margin-bottom: 10px;
    border-left: 3px solid #f49fc5;
    padding-left: 10px; }

/*news*/
.news .item {
  margin-bottom: 15px; }
  .news .item .thumb {
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .news .item .thumb img {
      width: 100%;
      height: 250px;
      object-fit: cover; }
    .news .item .thumb h3 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 5px 20px;
      background: rgba(10, 101, 59, 0.7);
      margin: 0;
      font-size: 15px;
      font-family: 'Inter';
      line-height: 22px; }
      .news .item .thumb h3 a {
        color: white;
        display: block;
        height: 45px;
        overflow: hidden; }

/*Sidebar*/
.sidebar .hot {
  margin-bottom: 20px; }
  .sidebar .hot h2 {
    background: #0e7f85;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: white;
    padding: 15px 20px;
    font-family: 'Inter';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center; }
  .sidebar .hot .list {
    padding: 15px;
    background: white; }
    .sidebar .hot .list .item {
      margin: 15px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #eaeaea; }
      .sidebar .hot .list .item h3 {
        font-size: 15px; }
        .sidebar .hot .list .item h3 a {
          color: #333; }
          .sidebar .hot .list .item h3 a:hover {
            color: #f49fc5; }
      .sidebar .hot .list .item .price bdi {
        font-family: 'Inter';
        color: black;
        text-decoration: none; }
      .sidebar .hot .list .item .price del {
        font-size: 14px; }
      .sidebar .hot .list .item .row {
        margin: 0 -5px; }
        .sidebar .hot .list .item .row [class*="col-"] {
          padding: 0 5px; }

.related {
  margin-bottom: 20px; }
  .related .row {
    margin: 0 -10px; }
  .related [class*="col-"] {
    padding: 0 10px; }
  .related h2 {
    font-size: 20px;
    margin-top: 0;
    position: relative;
    line-height: 30px;
    font-family: 'Inter';
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    border-left: 3px solid #f49fc5;
    padding-left: 10px; }
  .related .content .item {
    margin-bottom: 20px; }
    .related .content .item img {
      height: 150px;
      object-fit: cover;
      width: 100%;
      margin-bottom: 15px; }
  .related .content h4 {
    font-size: 16px;
    font-weight: 600; }
    .related .content h4 a {
      color: black; }

.product .category .cate_title h1 {
  font-size: 18px;
  font-family: 'Inter';
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  border-left: 3px solid #f49fc5;
  padding-left: 10px; }
.product .category .cate_number {
  margin-bottom: 30px; }
  .product .category .cate_number .pro_main button {
    cursor: pointer;
    border: 1px #0e7f85 solid;
    color: #0e7f85;
    border: 0px;
    padding: 5px 7px 5px 0px; }
    .product .category .cate_number .pro_main button i {
      font-size: 22px;
      vertical-align: middle;
      padding-right: 3px; }
  .product .category .cate_number .pro_main .active {
    background: none;
    color: #0e7f85; }
  .product .category .cate_number .sapxep {
    float: right; }
    .product .category .cate_number .sapxep label {
      display: inline;
      margin-right: 10px;
      padding: 5px 0;
      font-size: 12px;
      font-weight: normal; }
    .product .category .cate_number .sapxep form {
      display: inline; }
      .product .category .cate_number .sapxep form select {
        width: 240px;
        border-radius: 0px;
        border: 0px;
        margin-left: 10px;
        font-size: 16px;
        height: 32px;
        padding-left: 5px; }
.product .category .cate_product .row {
  margin: 0 -5px; }
  .product .category .cate_product .row [class*="col-"] {
    padding: 0 5px; }
.product .category .cate_product .item {
  margin-bottom: 20px; }
  .product .category .cate_product .item .thumb {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center; }
    .product .category .cate_product .item .thumb img {
      height: 240px;
      width: auto;
      text-align: center;
      display: inline-block; }
  .product .category .cate_product .item .pro_title {
    text-align: center; }
    .product .category .cate_product .item .pro_title h3 {
      font-size: 15px;
      line-height: 20px;
      margin: 5px 0; }
      .product .category .cate_product .item .pro_title h3 a {
        color: #363636;
        transition: all 0.3s; }
        .product .category .cate_product .item .pro_title h3 a:hover {
          color: #0e7f85;
          transition: all 0.3s; }
    .product .category .cate_product .item .pro_title .price bdi {
      color: black;
      display: inline-block;
      margin-right: 10px;
      font-family: 'Inter'; }
    .product .category .cate_product .item .pro_title .price del {
      text-decoration: line-through;
      color: #666;
      line-height: 12px; }
.product .category .list {
  padding: 30px; }
  .product .category .list .list_width {
    width: 100%; }
  .product .category .list .pro_form {
    display: none; }
  .product .category .list .pro_form_list .bt_cart {
    float: left;
    background: #0e7f85 !important;
    color: white !important;
    min-width: 120px;
    border: 0px;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-right: 10px; }
  .product .category .list .pro_form_list .bt_link {
    float: left;
    min-width: 120px;
    background: #0e7f85;
    color: #0e7f85;
    transition: all 0.3s;
    border: 0px;
    text-shadow: none;
    border-radius: 50px;
    transition: all 0.3s; }
    .product .category .list .pro_form_list .bt_link:hover {
      transition: all 0.3s;
      color: white;
      background: #0e7f85; }
  .product .category .list .pro_thumb {
    width: 33.33%;
    float: left; }
    .product .category .list .pro_thumb img {
      width: 100%; }
  .product .category .list .pro_text {
    text-align: left;
    display: table-cell;
    padding-left: 15px;
    width: 66%; }
    .product .category .list .pro_text h3 {
      padding: 0 !important; }
      .product .category .list .pro_text h3 a {
        font-size: 24px !important;
        line-height: 20px !important; }
    .product .category .list .pro_text p {
      font-size: 14px;
      line-height: 24px;
      color: #636363;
      margin: 15px 0px;
      margin-bottom: 30px; }

.test_carou img {
  width: 100%; }
.test_carou #sync1 .item_icon .fa-quote-left {
  font-size: 60px;
  color: #ddd;
  margin-bottom: 35px; }
.test_carou #sync1 h3 {
  font-family: 'Inter';
  color: #434343;
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: capitalize; }
  .test_carou #sync1 h3 span {
    color: #f49fc5; }
.test_carou #sync1 p {
  color: #999999;
  width: 52%;
  margin: 0 auto 20px; }
.test_carou #sync1 .item {
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center; }
.test_carou #sync2 {
  margin: 0; }
  .test_carou #sync2 .current .text_thub {
    border: 3px solid #f49fc5 !important;
    display: inline-block; }
  .test_carou #sync2 .item {
    text-align: center;
    margin: 0 4px;
    cursor: pointer; }
    .test_carou #sync2 .item .text_thub {
      border-radius: 50%;
      overflow: hidden;
      width: 70px;
      display: inline-block;
      height: 70px;
      text-align: center;
      border: 3px solid #d7d7d7; }
      .test_carou #sync2 .item .text_thub img {
        object-fit: cover;
        object-position: center;
        width: 80px;
        height: 80px;
        display: inline-block; }
  .test_carou #sync2 .owl-nav {
    display: none; }
.test_carou .owl-dots {
  display: none; }
.test_carou .owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease; }
  .test_carou .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6; }
.test_carou #sync1.owl-theme {
  position: relative; }
  .test_carou #sync1.owl-theme .owl-next,
  .test_carou #sync1.owl-theme .owl-prev {
    margin-top: -20px;
    position: absolute;
    color: #FF7F24;
    background: none !important;
    top: 50%;
    width: 20px;
    height: 33px;
    filter: grayscale(100%); }
  .test_carou #sync1.owl-theme .owl-prev {
    left: 10px; }
  .test_carou #sync1.owl-theme .owl-next {
    right: 10px; }

.info h1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Inter'; }
.info ul {
  margin: 0;
  padding: 0; }
  .info ul li {
    list-style: none;
    margin: 5px; }
.info .heading {
  font-family: 'Inter';
  color: #0e7f85;
  font-size: 16px;
  margin: 15px 0; }
.info .price {
  text-align: left; }
.info .qty {
  width: 100px;
  float: left;
  margin-right: 20px;
  padding: 7px; }
.info .btn {
  background: #0e7f85;
  color: white;
  display: block;
  margin-bottom: 10px; }

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #ccc;
  padding: 20px;
  border-top: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce .woocommerce-breadcrumb {
  padding: 10px 0;
  background-color: #f5f6fa;
  color: #666;
  font-family: 'Inter';
  font-size: 14px; }
  .woocommerce .woocommerce-breadcrumb a {
    font-family: 'Inter';
    font-size: 14px; }
  .woocommerce .woocommerce-breadcrumb i {
    margin: 0 5px;
    display: inline-block; }
.woocommerce #ecommerce .row {
  margin: 0 -10px; }
  .woocommerce #ecommerce .row [class*="col-"] {
    padding: 0 10px; }
.woocommerce span.onsale {
  top: 15px;
  left: auto;
  right: 15px;
  border-radius: 5px;
  padding: 0px 5px;
  height: auto;
  font-size: 10px;
  min-height: auto;
  line-height: 20px;
  background: #0e7f85; }
.woocommerce .product_item {
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  transition: all 0.3s; }
  .woocommerce .product_item:hover {
    border: 1px solid #0e7f85;
    transition: all 0.3s; }
  .woocommerce .product_item .thumb {
    overflow: hidden;
    text-align: center;
    display: block; }
    .woocommerce .product_item .thumb img {
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      object-fit: cover;
      height: 250px;
      text-align: center;
      display: inline-block; }
  .woocommerce .product_item .title {
    text-align: center;
    padding: 10px; }
    .woocommerce .product_item .title h3 {
      font-size: 15px;
      line-height: 22px;
      font-family: 'Inter';
      overflow: hidden; }
      .woocommerce .product_item .title h3 a {
        color: black;
        transition: all 0.3s; }
        .woocommerce .product_item .title h3 a:hover {
          color: #f49fc5;
          transition: all 0.3s; }
    .woocommerce .product_item .title .price {
      margin-bottom: 10px; }
      .woocommerce .product_item .title .price bdi {
        font-family: 'Inter';
        color: #f49fc5;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold; }
      .woocommerce .product_item .title .price ins {
        font-family: 'Inter';
        color: #f49fc5;
        text-decoration: none;
        font-size: 14px; }
      .woocommerce .product_item .title .price del {
        font-size: 13px;
        font-weight: 400;
        color: black; }
        .woocommerce .product_item .title .price del bdi {
          text-decoration: none;
          font-size: 13px;
          font-weight: 400;
          color: black; }
    .woocommerce .product_item .title .btn-success {
      border: 0;
      background: #f49fc5;
      color: white;
      font-size: 13px; }
    .woocommerce .product_item .title .btn-info {
      border: 1px solid #f49fc5;
      background: white;
      color: #f49fc5;
      margin-right: 10px;
      font-size: 13px; }
.woocommerce .woocommerce-ordering .orderby {
  background-color: transparent;
  padding: 10px; }
.woocommerce .woocommerce-result-count {
  margin: 10px 0; }
.woocommerce .woocommerce-pagination {
  margin-top: 20px; }
  .woocommerce .woocommerce-pagination .page-numbers {
    border: 0; }
    .woocommerce .woocommerce-pagination .page-numbers li {
      margin: 0 5px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      border: 2px solid #f49fc5; }
      .woocommerce .woocommerce-pagination .page-numbers li span.current {
        width: 100%;
        height: 100%;
        background: #f49fc5;
        color: white;
        display: block;
        padding-top: 10px;
        font-family: 'Inter'; }
      .woocommerce .woocommerce-pagination .page-numbers li a {
        color: #333;
        width: 100%;
        display: block;
        height: 100%;
        padding-top: 10px; }
.woocommerce .checkout h3 {
  margin-top: 10px;
  text-transform: uppercase; }
.woocommerce .checkout p {
  margin: 0; }
.woocommerce .checkout .form-row label {
  display: block;
  margin: 2px 0;
  line-height: auto;
  width: 100%;
  font-family: 'Inter'; }
.woocommerce .checkout .woocommerce-input-wrapper {
  width: 100%; }
  .woocommerce .checkout .woocommerce-input-wrapper input {
    width: 100%;
    padding: 8px; }
  .woocommerce .checkout .woocommerce-input-wrapper textarea {
    padding: 10px; }
.woocommerce .lSSlideOuter {
  margin-bottom: 20px; }
  .woocommerce .lSSlideOuter #imageGallery {
    margin-bottom: 5px; }
    .woocommerce .lSSlideOuter #imageGallery img {
      max-width: 100% !important; }
.woocommerce .image {
  margin-bottom: 20px; }
.woocommerce .summary h1 {
  font-size: 25px;
  font-family: 'Inter';
  font-weight: bold;
  color: #0e7f85;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important; }
.woocommerce .summary .product_meta {
  padding: 10px 0;
  border-top: 1px solid #eaeaea; }
.woocommerce .summary .woocommerce-product-details__short-description {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 15px 0;
  border-radius: 5px; }
  .woocommerce .summary .woocommerce-product-details__short-description ul {
    margin: 0px 0;
    padding-left: 20px; }
    .woocommerce .summary .woocommerce-product-details__short-description ul li {
      margin: 5px 0; }
.woocommerce .summary .price {
  margin-bottom: 10px; }
  .woocommerce .summary .price bdi {
    font-family: 'Inter';
    color: #f49fc5;
    text-decoration: none;
    font-size: 25px; }
  .woocommerce .summary .price ins {
    font-family: 'Inter';
    color: #f49fc5;
    text-decoration: none;
    font-size: 25px; }
  .woocommerce .summary .price del {
    font-size: 14px;
    font-weight: 400;
    color: black; }
    .woocommerce .summary .price del bdi {
      text-decoration: none;
      font-size: 13px;
      font-weight: 400;
      color: black; }
.woocommerce .summary .quantity input {
  padding: 7px 10px;
  width: 80px;
  font-family: 'Inter'; }
.woocommerce .summary form.cart {
  margin-top: 20px; }
.woocommerce .summary .single_add_to_cart_button {
  padding: 12px 20px;
  background: #f49fc5 !important;
  border: 0;
  margin-left: 10px;
  text-transform: uppercase; }
.woocommerce .mota {
  padding: 20px 0; }
  .woocommerce .mota .title {
    font-size: 25px;
    font-family: 'Inter'; }
.woocommerce #comments .woocommerce-Reviews-title {
  font-size: 25px;
  font-family: 'Inter'; }
.woocommerce .woocommerce-tabs {
  margin-top: 20px; }
.woocommerce table.shop_table {
  display: table; }
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #0e7f85; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: #f49fc5; }
.woocommerce form label {
  display: block;
  margin: 10px 0;
  font-family: 'Inter'; }
.woocommerce form input {
  width: 100%;
  padding: 10px; }
.woocommerce form .comment-form-cookies-consent input {
  width: auto; }
.woocommerce form .comment-form-cookies-consent label {
  display: inline-block; }
.woocommerce form .form-submit input {
  width: auto;
  background: #0e7f85 !important;
  color: white !important;
  border: 0 !important;
  padding: 10px 20px !important; }

.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  right: 00px;
  bottom: -20px;
  -webkit-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20; }
.phone_center .alo-phone.alo-show {
  visibility: visible; }
.phone_center .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }
.phone_center .alo-phone.alo-static {
  opacity: 0.6; }
.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1; }
.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50; }
.phone_center .alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100px; }
.phone_center .alo-phone.alo-active .alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important; }
.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #e89803;
  opacity: 0.5; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }
.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #e89803;
  opacity: 0.5; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5; }
.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }
.phone_center .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 70px; }
.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important; }
.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: #e89803;
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: #e89803;
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 020px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 40px; }
.phone_center .alo-ph-text {
  background-color: #e89803;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: .875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }
.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important; }
.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #e89803; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50; }
.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #e89803; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc; }
.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50; }
.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px; }
.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50; }
.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px; }
.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px; }
.phone_center .panel-title i {
  margin-right: 10px; }
.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px; }
@-webkit-keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@-webkit-keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@-webkit-keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
.partner {
  padding: 20px 0; }
  .partner h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative; }
    .partner h3:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      height: 2px;
      width: 50px;
      background: #0e7f85; }
  .partner .item {
    padding: 10px;
    border: 1px solid #eaeaea; }
    .partner .item img {
      height: 80px; }
  .partner .owl-nav {
    margin: 0; }
  .partner .owl-dots {
    position: absolute;
    right: 10%;
    transform: translateX(-50%);
    bottom: 10px; }
  .partner .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #f49fc5;
    border-radius: 50%; }
  .partner .owl-theme .owl-dots .owl-dot.active span,
  .partner .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f49fc5;
    border-radius: 50%; }
  .partner:hover .owl-prev {
    left: 40px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s; }
  .partner:hover .owl-next {
    right: 40px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s; }
  .partner .owl-prev {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #f49fc5 !important;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-size: 24px !important;
    margin: 0 !important;
    border: 1px solid #f49fc5;
    background-color: transparent !important;
    border-radius: 50% !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0; }
    .partner .owl-prev:hover {
      background-color: transparent !important;
      transition: all 0.3s; }
  .partner .owl-next {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #f49fc5 !important;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-size: 24px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid #f49fc5;
    border-radius: 50% !important;
    background-color: transparent !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0; }
    .partner .owl-next:hover {
      background-color: transparent !important;
      transition: all 0.3s; }

.image.attachment-medium {
  margin: 15px 0; }

.main_page {
  background: #f8f8f8; }
  .main_page article {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin: 20px 0; }

/*# sourceMappingURL=style.css.map */
