@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-size: 15px;
  background: white;
  font-family: 'Roboto';
  color: black; }

.container {
  max-width: 1200px; }

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-weight: bold;
    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; }

.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: #0a653b;
          transition: all 0.3s; }

.menu_mobile {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 22px;
  cursor: pointer; }
  .menu_mobile:hover {
    color: #0a653b;
    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 #0a653b;
    border-radius: 5px; }
    #menu-mobile .form_search .input-group-prepend {
      background: #0a653b; }
      #menu-mobile .form_search .input-group-prepend button {
        background: #0a653b;
        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-weight: 700;
      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: #0a653b; }
    #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: #0a653b;
          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-menu {
          padding: 0;
          max-height: 0;
          transition: all 0.5s;
          overflow: hidden; }
          #menu-mobile .nav_mobile ul li .sub-menu li:first-child {
            border-top: 1px solid #e9e9e9; }
          #menu-mobile .nav_mobile ul li .sub-menu li a {
            padding-left: 20px;
            display: inline-block; }
          #menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
            max-height: 0;
            overflow: hidden; }
            #menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
              padding-left: 40px; }
      #menu-mobile .nav_mobile ul .active a {
        font-weight: 700; }
    #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: #0a653b; }
        #menu-mobile .nav_mobile .user-nav-mb span a {
          color: black; }
  #menu-mobile .accordion {
    color: #0a653b;
    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: #0a653b;
    font-weight: bold;
    margin-left: 5px; }
  #menu-mobile .accordion.active:after {
    content: "\f068";
    font-family: FontAwesome; }

.top {
  background: #0a653b; }
  .top .search {
    padding-top: 5px; }
    .top .search:after {
      background: none; }
    .top .search form {
      border: 1px solid #eaeaea;
      margin-right: 10px;
      border-radius: 5px;
      background: white; }
    .top .search .form-control {
      height: 26px;
      background: transparent;
      font-size: 13px;
      border: 0; }
    .top .search .input-group-append {
      background: transparent; }
      .top .search .input-group-append button {
        background: transparent;
        height: 26px;
        border: 0; }
  .top p {
    color: white;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px; }
  .top ul {
    padding: 0;
    margin: 0;
    float: right; }
    .top ul li {
      list-style: none;
      display: inline-block;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      position: relative; }
      .top ul li:after {
        position: absolute;
        top: 13px;
        right: 0;
        height: 14px;
        width: 1px;
        background: #738e98;
        content: ''; }
      .top ul li a {
        color: white; }
      .top ul li:last-child:after {
        display: none; }
      .top ul li p {
        font-size: 13px; }
      .top ul li img {
        height: 25px;
        border: 1px solid white;
        border-radius: 50%;
        margin-top: -3px; }

header {
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16); }
  header .logo img {
    margin: 5px 0;
    display: inline-block;
    height: 75px; }
  header .row {
    margin: 0 -10px; }
    header .row [class*="col-"] {
      padding: 0 10px; }
  header .container p {
    float: right;
    margin-top: 22px;
    text-align: center;
    color: white; }
    header .container p a {
      color: white;
      display: block;
      position: relative; }
    header .container p img {
      width: 40px; }
    header .container p span {
      position: absolute;
      top: -5px;
      right: -5px;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      line-height: 20px;
      background: #dc1f26; }
  header ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    float: right; }
    header ul .fa.fa-caret-down {
      float: right;
      padding-left: 5px;
      margin-top: 3px; }
    header ul .current-menu-item a {
      color: #0a653b; }
    header ul li {
      list-style: none;
      display: inline-block;
      position: relative;
      padding: 0 13px; }
      header ul li .accordion {
        color: #0a653b;
        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; }
      header ul li .accordion:after {
        content: "\f107";
        font-family: FontAwesome;
        color: white;
        font-weight: bold;
        margin-left: 5px; }
      header ul li .accordion.active:after {
        content: "\f106"; }
      header ul li a {
        padding: 23px 0px;
        display: block;
        color: black;
        transition: all 0.3s;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600; }
        header ul li a:hover {
          transition: all 0.3s;
          color: #0a653b; }
      header ul li:hover a {
        text-decoration: none; }
      header ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
        top: 62px !important; }
      header ul li .sub-menu {
        position: absolute;
        border-top: 3px solid #dc1f26;
        width: 245px;
        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;
        padding: 0px 0; }
        header ul li .sub-menu li {
          position: relative;
          margin: 0;
          display: block;
          list-style: square;
          padding: 5px 0;
          border-bottom: 1px dotted #eaeaea; }
          header ul li .sub-menu li:last-child {
            border-bottom: 0px;
            border: 0; }
          header ul li .sub-menu li a {
            width: 100%;
            display: block;
            text-transform: none;
            padding: 6px 15px;
            color: black;
            font-weight: normal; }
          header ul li .sub-menu li:hover {
            background: #0a653b; }
            header ul li .sub-menu li:hover a {
              color: white; }

.slider {
  transition: all 0.5s;
  background: #f8f8f8; }
  .slider .owl-nav {
    margin: 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 #dc1f26;
    border-radius: 50%; }
  .slider .owl-theme .owl-dots .owl-dot.active span,
  .slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #dc1f26;
    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: #0a653b !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    margin: 0 !important;
    border: 1px solid #dc1f26;
    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: #0a653b !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid #dc1f26;
    border-radius: 5px !important;
    background-color: white !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    padding-top: 2px !important; }

.home_product {
  padding: 20px 0;
  background: #f8f8f8; }
  .home_product .tt {
    margin-bottom: 10px; }
    .home_product .tt h2 {
      margin: 0;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 800; }
  .home_product .items {
    background: white;
    -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;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative; }
  .home_product .title {
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 0;
    padding-top: 5px; }
    .home_product .title h2 {
      margin: 0;
      text-transform: uppercase;
      font-weight: 700;
      padding-left: 12px;
      font-size: 26px;
      color: #0a653b;
      border-left: 2px solid #dc1f26; }
  .home_product .owl-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0; }
  .home_product .owl-carousel button {
    color: white !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 24px !important;
    border: 1px solid #dc1f26;
    background-color: #0a653b !important;
    border-radius: 5px !important; }
  .home_product ul {
    background: white;
    padding: 0;
    display: flex;
    border: 0;
    margin-bottom: 50px; }
    .home_product ul .current {
      border-bottom: 2px solid #dc1f26; }
    .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 #dc1f26; }
        .home_product ul li:hover a {
          text-decoration: none; }
      .home_product ul li a {
        color: #333;
        display: block;
        font-weight: bold; }
  .home_product .item {
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    transition: all 0.3s; }
    .home_product .item:hover {
      border: 1px solid #0a653b;
      transition: all 0.3s; }
    .home_product .item .thumb {
      overflow: hidden;
      text-align: center;
      display: block; }
      .home_product .item .thumb img {
        width: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transform: scale(1.2);
        object-fit: cover;
        text-align: center;
        display: inline-block; }
    .home_product .item .content {
      text-align: center;
      padding: 10px; }
      .home_product .item .content h3 {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        height: 45px;
        overflow: hidden; }
        .home_product .item .content h3 a {
          color: black;
          transition: all 0.3s; }
          .home_product .item .content h3 a:hover {
            color: #dc1f26;
            transition: all 0.3s; }
      .home_product .item .content .price bdi {
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-size: 17px; }
      .home_product .item .content .price ins {
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-size: 18px; }
      .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: #dc1f26;
        color: white;
        font-size: 13px; }
      .home_product .item .content .btn-info {
        border: 1px solid #dc1f26;
        background: white;
        color: #dc1f26;
        margin-right: 10px;
        font-size: 13px; }

.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: #dc1f26;
        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-weight: 700;
      height: 50px;
      overflow: hidden; }
      .khuyenmai .item1 .content h3 a {
        color: black;
        transition: all 0.3s; }
        .khuyenmai .item1 .content h3 a:hover {
          color: #dc1f26;
          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-weight: bold;
      text-align: center;
      padding: 10px;
      width: 100%; }

.news_home {
  padding: 30px 0; }
  .news_home .title {
    margin-bottom: 30px;
    position: relative;
    color: #0a653b; }
    .news_home .title nav {
      position: absolute;
      top: -10px;
      right: 0; }
      .news_home .title nav .nav-tabs {
        border: 0; }
      .news_home .title nav a {
        background: white;
        font-size: 16px;
        border: 1px solid #eaeaea;
        display: inline-block;
        margin-left: 10px;
        padding: 10px 30px;
        color: black !important;
        border-radius: 25px;
        font-weight: 500;
        text-transform: uppercase; }
      .news_home .title nav .active {
        background: white;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        border: 2px solid #eaeaea;
        display: inline-block;
        margin-left: 10px;
        padding: 10px 30px;
        color: #dc1f26 !important;
        border-radius: 25px; }
    .news_home .title h2 {
      margin: 0;
      font-size: 26px;
      color: #0a653b;
      text-transform: uppercase;
      font-weight: 700;
      border-left: 2px solid #dc1f26;
      padding-left: 12px; }
  .news_home .item {
    border-radius: 5px;
    margin-bottom: 30px; }
    .news_home .item .thumb {
      overflow: hidden;
      display: block;
      position: relative; }
      .news_home .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-weight: 700;
        line-height: 22px; }
        .news_home .item .thumb h3 a {
          color: white;
          display: block;
          height: 45px;
          overflow: hidden; }
      .news_home .item .thumb img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        text-align: center;
        display: inline-block;
        width: 100%; }
    .news_home .item p {
      font-size: 16px;
      margin-top: 10px; }

.feedback {
  padding: 30px 0; }
  .feedback .title {
    margin-bottom: 20px; }
    .feedback .title h2 {
      margin: 0;
      font-size: 24px;
      color: #0a653b;
      text-transform: uppercase;
      font-weight: 700;
      border-left: 2px solid #dc1f26;
      padding-left: 12px; }
  .feedback .owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 10px; }
  .feedback .owl-carousel button {
    color: white !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 24px !important;
    border: 1px solid #dc1f26;
    background-color: #0a653b !important;
    border-radius: 5px !important; }
  .feedback .item {
    text-align: center;
    margin: 10px;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12); }
    .feedback .item h3 {
      font-size: 16px;
      font-weight: bold; }
    .feedback .item ul {
      padding: 0; }
      .feedback .item ul li {
        list-style: none;
        color: orange;
        display: inline-block;
        font-size: 16px; }
    .feedback .item p {
      margin: 0; }
    .feedback .item img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      display: inline-block;
      margin-bottom: 10px; }

.nhiemvu {
  background: #f8f8f8;
  padding: 30px 0; }
  .nhiemvu .title {
    margin-bottom: 30px; }
    .nhiemvu .title h2 {
      margin: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 26px;
      color: #0a653b;
      border-left: 2px solid #dc1f26;
      padding-left: 12px; }
    .nhiemvu .title p {
      color: black; }
  .nhiemvu img {
    width: 100%; }
  .nhiemvu h3 {
    color: white;
    padding: 15px 0;
    background: #0a653b;
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    font-weight: bold; }
  .nhiemvu p {
    font-size: 15px;
    color: black;
    margin: 20px 0;
    min-height: 88px;
    overflow: hidden; }
  .nhiemvu ul {
    padding: 0;
    list-style: none;
    text-align: center; }
    .nhiemvu ul li {
      display: inline-block;
      font-size: 20px;
      margin: 5px 10px; }
      .nhiemvu ul li a {
        display: inline-block;
        border: 1px solid #0a653b;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 14px;
        color: #0a653b;
        border-radius: 25px; }
        .nhiemvu ul li a:hover {
          color: #dc1f26;
          border-color: #dc1f26;
          text-decoration: none; }
      .nhiemvu ul li .dk {
        background: white;
        color: #0a653b; }

#daily {
  margin-bottom: 50px; }
  #daily .daily {
    background: url(../images/daily.jpg) no-repeat;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    padding: 25px; }
    #daily .daily .daily2 {
      border: 1px solid #fff;
      text-align: center;
      padding: 100px 0; }
    #daily .daily h2 {
      color: white;
      font-size: 45px;
      font-weight: 400; }
    #daily .daily p {
      font-size: 22px;
      color: white;
      margin: 20px 0; }
    #daily .daily ul {
      padding: 0;
      list-style: none;
      margin-top: 50px; }
      #daily .daily ul li {
        display: inline-block;
        font-size: 20px;
        margin: 0 10px; }
        #daily .daily ul li a {
          display: inline-block;
          border: 1px solid white;
          padding: 10px 50px;
          text-transform: uppercase;
          color: white;
          border-radius: 5px; }
        #daily .daily ul li .dk {
          background: white;
          color: #0a653b; }

.ft_home {
  background: #f8f8f8; }

.ft {
  background: white; }

.before_ft {
  padding: 25px 0;
  background: url(../images/image.jpg);
  background-attachment: fixed;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-color: red;
  background-size: cover; }
  .before_ft p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    color: white; }
    .before_ft p .fa-envelope-o {
      font-size: 20px;
      color: white;
      display: inline-block;
      margin-right: 10px; }
    .before_ft p .phone {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 1px solid white;
      color: white;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      margin-right: 10px; }
    .before_ft p a {
      color: #dc1f26;
      font-weight: bold; }
  .before_ft .input-group {
    border: 1px solid #0a653b; }
    .before_ft .input-group button {
      background-color: #dc1f26;
      color: white;
      border: 0;
      padding: 10px 20px;
      text-transform: uppercase; }
    .before_ft .input-group input {
      border: 0;
      height: 45px; }

footer {
  background-color: white;
  padding: 30px 0; }
  footer a {
    text-decoration: none !important;
    color: #333; }
  footer .social ul {
    padding: 0;
    margin: 0;
    margin-top: 5px; }
    footer .social ul li {
      list-style: none;
      display: inline-block;
      margin-right: 10px; }
      footer .social ul li .facebook {
        background: #4267B2; }
      footer .social ul li .skype {
        background: #00aff0; }
      footer .social ul li .youtube {
        background: red; }
      footer .social ul li .email {
        background: #BB001B; }
      footer .social ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        color: white;
        font-size: 20px;
        text-align: center;
        border-radius: 50%; }
  footer .lg_footer h2 {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0; }
  footer .lg_footer p {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    margin: 20px 0;
    font-weight: 700; }
  footer h3 {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-weight: bold;
    color: black; }
  footer p {
    margin: 5px 0;
    color: black;
    font-size: 13.5px; }
  footer .textwidget {
    margin-bottom: 20px; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      margin-bottom: 12px;
      font-size: 13.5px; }
      footer ul li a {
        color: black;
        transition: all 0.2s; }
        footer ul li a:hover {
          transition: all 0.2s; }

.copy_right {
  padding: 12px 0px;
  background: #0a653b;
  color: white;
  text-align: center; }
  .copy_right p {
    margin: 0; }
    .copy_right p a {
      color: #d6e1ef; }

.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: #0a653b;
        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; }

.gioithieu .thongdiep {
  padding: 50px 0; }
  .gioithieu .thongdiep h1 {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    color: #0a653b; }
  .gioithieu .thongdiep .img {
    padding: 15px;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative; }
    .gioithieu .thongdiep .img:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #0a653b;
      width: 4px;
      height: 40px; }
    .gioithieu .thongdiep .img:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #0a653b;
      width: 40px;
      height: 4px; }
  .gioithieu .thongdiep .img2 {
    position: relative; }
    .gioithieu .thongdiep .img2:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      background-color: #0a653b;
      width: 4px;
      height: 40px; }
    .gioithieu .thongdiep .img2:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      background-color: #0a653b;
      width: 40px;
      height: 4px; }
  .gioithieu .thongdiep p {
    font-size: 15px; }
.gioithieu .tongquan {
  padding: 50px 0;
  background-color: #F8F8F8; }
  .gioithieu .tongquan p {
    font-size: 18px; }
  .gioithieu .tongquan h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #0a653b;
    font-weight: bold;
    margin-bottom: 20px; }
.gioithieu .title {
  text-align: center;
  margin-bottom: 50px; }
  .gioithieu .title h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #0a653b;
    font-weight: bold; }
  .gioithieu .title p {
    font-size: 20px;
    font-style: italic; }
.gioithieu #tamnhin {
  background: #f0f0f0;
  padding: 50px 0; }
  .gioithieu #tamnhin .item {
    background: white;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px; }
    .gioithieu #tamnhin .item i {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 50px;
      color: #0a653b; }
    .gioithieu #tamnhin .item h3 {
      font-size: 20px;
      padding-left: 80px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .gioithieu #tamnhin .item div {
      font-size: 16px; }

.bannner1 {
  background-attachment: fixed;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 250px; }
  .bannner1 .ovl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(10, 101, 59, 0.6); }
  .bannner1 .content {
    width: 100%;
    z-index: 1;
    position: absolute;
    padding: 100px 0;
    top: 0;
    left: 0; }
  .bannner1 h1 {
    color: #0a653b;
    color: white;
    padding-left: 10px;
    border-left: 1px solid #dc1f26;
    z-index: 1; }
  .bannner1 p {
    color: white; }

.page-404 {
  background: #f7f7f7; }

.contact {
  padding: 50px 0; }
  .contact form input, .contact form textarea {
    margin: 10px 0;
    padding: 15px;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
    border: 0;
    height: auto; }
  .contact form select {
    padding: 15px;
    margin: 10px 0;
    height: auto;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15); }
  .contact form button {
    margin: 10px 0;
    padding: 10px 20px;
    background: #0a653b;
    border: 0; }
  .contact h3 {
    font-size: 17px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: #0a653b;
    color: white;
    padding: 7px 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: #0a653b;
        color: white;
        width: 28px;
        height: 28px;
        line-height: 28px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 8px; }
  .contact p {
    font-size: 16px; }
  .contact .title {
    font-size: 19px; }
  .contact .info {
    margin: 0;
    padding: 0; }
    .contact .info li {
      list-style: none;
      position: relative;
      padding: 5px 0;
      padding-left: 30px;
      font-size: 16px; }
      .contact .info li i {
        font-size: 18px;
        color: #0a653b;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 7px; }
      .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-weight: bold;
    font-family: "Google Sans"; }
  .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 .open-nav {
    margin-top: 21px; }
    header .open-nav i {
      font-size: 30px;
      color: #0a653b; }
  header .cart_mobile {
    margin-top: 20px;
    float: right;
    color: black; }
    header .cart_mobile a {
      color: black; }

  .home_product {
    padding: 0; }
    .home_product .container {
      padding: 0; }
    .home_product .title h2 {
      max-width: 200px;
      font-size: 18px; }
    .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; } }
.sidebar_product .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); }
  .sidebar_product .hot h2 {
    background: #0a653b;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    color: white;
    padding: 15px 20px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center; }
  .sidebar_product .hot ul {
    padding: 10px 20px;
    background: white;
    margin: 0;
    margin-bottom: 20px; }
    .sidebar_product .hot ul li {
      list-style: none;
      margin: 10px 0;
      font-size: 16px;
      font-weight: bold; }
      .sidebar_product .hot ul li a {
        color: #333; }
      .sidebar_product .hot ul li ul {
        padding: 0px;
        padding-left: 10px;
        margin: 0; }
        .sidebar_product .hot ul li ul li {
          font-weight: normal;
          position: relative;
          padding-left: 5px; }
          .sidebar_product .hot ul li ul li:before {
            position: absolute;
            top: 0;
            left: -10px;
            font-family: 'FontAwesome';
            content: '\f105 '; }
  .sidebar_product .hot .list {
    padding: 10px 15px;
    background: white; }
    .sidebar_product .hot .list .item {
      margin: 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #eaeaea; }
      .sidebar_product .hot .list .item a {
        display: block;
        overflow: hidden; }
      .sidebar_product .hot .list .item img {
        transform: scale(1.2); }
      .sidebar_product .hot .list .item h3 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600; }
        .sidebar_product .hot .list .item h3 a {
          color: #333; }
          .sidebar_product .hot .list .item h3 a:hover {
            color: #dc1f26; }
      .sidebar_product .hot .list .item .price bdi {
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-size: 15px; }
      .sidebar_product .hot .list .item .price ins {
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-size: 58px; }
      .sidebar_product .hot .list .item .price del {
        font-size: 13px;
        font-weight: 400;
        color: black; }
        .sidebar_product .hot .list .item .price del bdi {
          text-decoration: none;
          font-size: 13px;
          font-weight: 400;
          color: black; }
      .sidebar_product .hot .list .item .row {
        margin: 0 -5px !important; }
        .sidebar_product .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-weight: bold;
    margin-bottom: 10px;
    border-left: 3px solid #dc1f26;
    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-weight: 700;
      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: #0a653b;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: white;
    padding: 15px 20px;
    font-weight: 700;
    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: #dc1f26; }
      .sidebar .hot .list .item .price bdi {
        font-weight: bold;
        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-weight: 800;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    border-left: 3px solid #dc1f26;
    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_list {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative; }
  .product_list .owl-nav {
    margin: 0;
    position: absolute;
    top: -75px;
    right: -5px; }
    .product_list .owl-nav .owl-prev {
      background: #fff !important;
      color: #0a653b !important;
      border: 1px solid #0a653b;
      width: 22px;
      height: 23px;
      line-height: 13px;
      margin: 0; }
    .product_list .owl-nav .owl-next {
      background: #fff !important;
      color: #0a653b !important;
      border: 1px solid #0a653b;
      width: 22px;
      height: 23px;
      line-height: 13px; }
  .product_list .pro_carousle .caro_pro {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    .product_list .pro_carousle .caro_pro:last-child {
      border-bottom: none;
      margin: 0;
      padding: 0; }
    .product_list .pro_carousle .caro_pro .caro_thumb {
      width: 33.333%;
      display: table-cell;
      vertical-align: top; }
      .product_list .pro_carousle .caro_pro .caro_thumb img {
        max-width: 150px; }
    .product_list .pro_carousle .caro_pro .caro_text {
      display: table-cell;
      vertical-align: top;
      padding-left: 10px; }
      .product_list .pro_carousle .caro_pro .caro_text .pro_title h3 {
        margin: 0;
        overflow: hidden; }
        .product_list .pro_carousle .caro_pro .caro_text .pro_title h3 a {
          font-weight: bold;
          font-size: 14px;
          color: #363636;
          display: block;
          line-height: 20px;
          transition: all 0.3s; }
          .product_list .pro_carousle .caro_pro .caro_text .pro_title h3 a:hover {
            color: #0a653b;
            transition: all 0.3s; }

.product .category .cate_title h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  border-left: 3px solid #dc1f26;
  padding-left: 10px; }
.product .category .cate_number {
  margin-bottom: 30px; }
  .product .category .cate_number .pro_main button {
    cursor: pointer;
    border: 1px #0a653b solid;
    color: #0a653b;
    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: #0a653b; }
  .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: #0a653b;
          transition: all 0.3s; }
    .product .category .cate_product .item .pro_title .price bdi {
      color: black;
      display: inline-block;
      margin-right: 10px;
      font-weight: bold; }
    .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: #0a653b !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: #0a653b;
    color: #0a653b;
    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: #0a653b; }
  .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-weight: bold;
  color: #434343;
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: capitalize; }
  .test_carou #sync1 h3 span {
    color: #dc1f26; }
.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 #dc1f26 !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-weight: bold; }
.info ul {
  margin: 0;
  padding: 0; }
  .info ul li {
    list-style: none;
    margin: 5px; }
.info .heading {
  font-weight: bold;
  color: #0a653b;
  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: #0a653b;
  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-weight: bold;
  font-size: 14px; }
  .woocommerce .woocommerce-breadcrumb a {
    font-weight: bold;
    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: #0a653b; }
.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 #0a653b;
    transition: all 0.3s; }
  .woocommerce .product_item .thumb {
    overflow: hidden;
    text-align: center;
    display: block; }
    .woocommerce .product_item .thumb img {
      width: auto;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      transform: scale(1.2);
      object-fit: cover;
      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;
      height: 45px;
      overflow: hidden; }
      .woocommerce .product_item .title h3 a {
        color: black;
        transition: all 0.3s; }
        .woocommerce .product_item .title h3 a:hover {
          color: #dc1f26;
          transition: all 0.3s; }
    .woocommerce .product_item .title .price {
      margin-bottom: 10px; }
      .woocommerce .product_item .title .price bdi {
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-size: 17px; }
      .woocommerce .product_item .title .price ins {
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-size: 18px; }
      .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: #dc1f26;
      color: white;
      font-size: 13px; }
    .woocommerce .product_item .title .btn-info {
      border: 1px solid #dc1f26;
      background: white;
      color: #dc1f26;
      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 #dc1f26; }
      .woocommerce .woocommerce-pagination .page-numbers li span.current {
        width: 100%;
        height: 100%;
        background: #dc1f26;
        color: white;
        display: block;
        padding-top: 10px;
        font-weight: bold; }
      .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-weight: bold; }
.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-weight: bold;
  color: #0a653b;
  text-transform: uppercase;
  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-weight: bold;
    color: #dc1f26;
    text-decoration: none;
    font-size: 25px; }
  .woocommerce .summary .price ins {
    font-weight: bold;
    color: #dc1f26;
    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-weight: bold; }
.woocommerce .summary form.cart {
  margin-top: 20px; }
.woocommerce .summary .single_add_to_cart_button {
  padding: 12px 20px;
  background: #dc1f26 !important;
  border: 0;
  margin-left: 10px;
  text-transform: uppercase; }
.woocommerce .mota {
  padding: 20px 0; }
  .woocommerce .mota .title {
    font-size: 25px;
    font-weight: bold; }
.woocommerce #comments .woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: bold; }
.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: #0a653b; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: #dc1f26; }
.woocommerce form label {
  display: block;
  margin: 10px 0;
  font-weight: bold; }
.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: #0a653b !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: #0a653b; }
  .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 #dc1f26;
    border-radius: 50%; }
  .partner .owl-theme .owl-dots .owl-dot.active span,
  .partner .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #dc1f26;
    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: #dc1f26 !important;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-size: 24px !important;
    margin: 0 !important;
    border: 1px solid #dc1f26;
    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: #dc1f26 !important;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-size: 24px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid #dc1f26;
    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 */
