/* Loading full page */
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden; }

#loading_image {
  width: 100%;
  height: 100%;
  background: url("/assets/img/loadding.gif") no-repeat center center;
  background-size: 100px; }

/* loading in box */
.loading {
  position: relative;
  transition: 0.2s; }

.loading:before, .loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000; }

.loading:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.loading:after {
  background: url("/assets/img/loadding.gif") no-repeat center center;
  background-size: 100px; }

.css-content {
  font-size: 16px;
  font: 14px/18px Arial,Helvetica,sans-serif; }
  .css-content h1, .css-content h2, .css-content h3, .css-content h4, .css-content h5, .css-content h6 {
    color: #333333;
    margin: 15px 0; }
  .css-content h2 {
    font: 700 20px/24px Arial,Helvetica,sans-serif; }
  .css-content h3 {
    font: 700 18px/21px Arial,Helvetica,sans-serif; }
  .css-content h4 {
    font: 700 16px/19px Arial,Helvetica,sans-serif; }
  .css-content h5,
  .css-content h6 {
    font: 700 14px/18px Arial,Helvetica,sans-serif; }
  .css-content a {
    color: #1F7ECB; }
  .css-content div {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
    font: 14px/18px Arial,Helvetica,sans-serif; }
  .css-content p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
    font: 14px/18px Arial,Helvetica,sans-serif; }
  .css-content ul {
    width: 100%; }
    .css-content ul li {
      font-size: 16px;
      margin-bottom: 10px;
      padding-left: 15px;
      line-height: 25px;
      position: relative;
      text-align: justify; }
      .css-content ul li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #dc0021;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; }
  .css-content ol {
    width: 100%;
    font-size: 16px;
    padding-left: 20px; }
    .css-content ol li {
      margin-bottom: 10px;
      line-height: 25px;
      position: relative;
      text-align: justify; }
  .css-content .sudo-media-item {
    width: 100%;
    text-align: center;
    margin: 20px 0; }
    .css-content .sudo-media-item img {
      margin-bottom: 5px;
      max-width: 100%;
      display: block;
      margin: 0 auto; }
    .css-content .sudo-media-item figcaption {
      padding: 10px 0; }
  .css-content img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
    height: auto; }
  .css-content table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100% !important;
    margin-bottom: 20px; }
    .css-content table tr td, .css-content table tr th {
      padding: 10px;
      border: 1px solid #000; }
  .css-content iframe {
    max-width: 100% !important;
    margin: 20px auto;
    display: block; }
  .css-content .mce-toc {
    width: 100%;
    padding: 10px;
    border: 1px dashed #ccc;
    background: #fcfcfc;
    margin: 20px 0;
    box-sizing: border-box; }
    .css-content .mce-toc > div {
      display: block;
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 5px;
      color: #333333;
      text-align: center; }
    .css-content .mce-toc ul {
      color: #1ca54c !important;
      margin: 0;
      list-style: none; }
      .css-content .mce-toc ul li {
        margin-left: 20px;
        margin-bottom: 0.5em;
        line-height: 1.4em; }
        .css-content .mce-toc ul li a {
          font-weight: bold !important;
          color: #1F7ECB !important; }
        .css-content .mce-toc ul li ul {
          margin-top: 10px; }
          .css-content .mce-toc ul li ul li a {
            font-weight: normal !important; }

#googlemaps iframe {
  width: 100%; }

.validate-message {
  color: red;
  display: none; }

.comments li .reply {
  display: none; }

.loadmore {
  text-align: center; }
  .loadmore p {
    display: inline-block;
    color: #076672;
    border-radius: 5px;
    border: 1px solid #076672;
    padding: 3px 5px;
    cursor: pointer; }

.intro-slider .owl-nav {
  display: block !important;
  position: absolute;
  top: 54%; }
  .intro-slider .owl-nav .owl-prev {
    left: 5px !important; }
  .intro-slider .owl-nav .owl-next {
    right: 5px !important; }

.product-wrap {
  margin-bottom: 0 !important;
  border: 1px solid #ededed;
  padding-top: 10px; }

.box_cates {
  padding: 30px 0 50px;
  text-align: center; }
  .box_cates__title {
    position: relative; }
    .box_cates__title span {
      width: 100%;
      display: block;
      text-transform: uppercase; }
      .box_cates__title span.title1 {
        font-size: 2rem;
        color: #a7947a;
        line-height: 24px;
        font-weight: 500; }
      .box_cates__title span.title2 {
        font-size: 3.4rem;
        color: #222;
        font-weight: 600; }
    .box_cates__title:after {
      position: absolute;
      content: "";
      left: 48%;
      bottom: -5px;
      height: 2px;
      width: 50px;
      background: #a7947a; }
  .box_cates__content {
    display: flex;
    margin-top: 30px; }
    .box_cates__content .box {
      width: calc((100% - 40px)/5);
      margin-right: 10px;
      transition: 0.5s;
      position: relative;
      overflow: hidden;
      padding: 30px 15px; }
      .box_cates__content .box:last-child {
        margin-right: 0; }
      .box_cates__content .box img {
        transition: transform .3s;
        overflow: hidden;
        width: 70px;
        height: 73px; }
      .box_cates__content .box a {
        line-height: 0;
        display: block; }
      .box_cates__content .box .detail {
        padding-top: 15px; }
        .box_cates__content .box .detail h3 {
          font-size: 1.8rem;
          margin-bottom: 1rem;
          -webkit-line-clamp: 1;
          transition: 0.3s; }
        .box_cates__content .box .detail h3, .box_cates__content .box .detail p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .box_cates__content .box .detail p {
          -webkit-line-clamp: 3; }
      .box_cates__content .box:hover {
        box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        border-radius: 8    px; }
        .box_cates__content .box:hover img {
          transform: scale(1.08); }
        .box_cates__content .box:hover .detail h3 {
          color: #de111e; }
  .box_cates__more {
    margin-top: 25px; }
    .box_cates__more a {
      display: inline-block;
      padding: 10px 20px;
      background: #223d80;
      color: #fff;
      border-radius: 5px;
      text-transform: uppercase;
      font-weight: 600; }
      .box_cates__more a:hover {
        background: #294a9c;
        color: #fff; }

.product_commitment__item {
  display: flex;
  width: 100%;
  margin-bottom: 20px; }
  .product_commitment__item .image {
    width: 60px;
    height: 60px;
    margin-right: 10px; }
    .product_commitment__item .image img {
      width: 60px;
      height: 60px; }
  .product_commitment__item .detail {
    width: calc(100% - 70px); }
    .product_commitment__item .detail_name {
      font-weight: 600;
      color: #222; }
    .product_commitment__item .detail_dec {
      font-size: 1.2rem;
      line-height: 1.5rem;
      margin: 0; }
      .product_commitment__item .detail_dec a {
        text-transform: uppercase;
        color: #223d80; }
  .product_commitment__item:last-child {
    margin-bottom: 0; }

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

.product-navigation .breadcrumb {
  margin: 0 0 1rem 0 !important; }

.lanning_banner {
  background: #eee;
  padding: 30px 0;
  text-align: center; }
.lanning_title h1 {
  font-size: 4.6875rem;
  line-height: 60px;
  text-transform: uppercase; }
.lanning_content {
  width: 100%;
  text-align: center;
  padding: 40px 0; }
  .lanning_content__title h2 {
    font-size: 4rem;
    font-weight: 600; }
  .lanning_content__title p {
    font-size: 1.8rem;
    padding: 0 50px; }
  .lanning_content__list {
    width: 100%;
    padding: 30px 0; }
    .lanning_content__list .list {
      display: flex;
      flex-wrap: wrap; }
      .lanning_content__list .list .gem_item {
        width: calc(100%/5);
        text-align: center; }
        .lanning_content__list .list .gem_item__enc {
          background-image: url("/assets/images/border.png");
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: bottom;
          height: 205px;
          padding: 10px 0;
          transition: background-color .22s linear;
          cursor: pointer; }
          .lanning_content__list .list .gem_item__enc h3 {
            font-size: 2rem;
            margin: 0; }
          .lanning_content__list .list .gem_item__enc img {
            max-width: 163px;
            max-height: 160px;
            object-fit: cover; }
        .lanning_content__list .list .gem_item__image {
          margin-top: 10px; }
        .lanning_content__list .list .gem_item:hover, .lanning_content__list .list .gem_item.active {
          background-color: #eee; }
    .lanning_content__list .box_gem {
      display: none; }

.w-100 {
  width: 100%;
  display: block; }

.black {
  color: #222; }

.text-up {
  text-transform: uppercase; }

.title_gem {
  position: relative;
  padding-bottom: 20px;
  font-weight: 600; }
  .title_gem:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #a7947a;
    left: 45%;
    bottom: 11px; }

.box_gem {
  padding: 20px 0;
  background: #eee;
  width: 100%; }
  .box_gem__close {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin-bottom: 20px; }
    .box_gem__close i {
      font-size: 26px; }
  .box_gem__list {
    width: 100%;
    display: flex; }
    .box_gem__list .lanning_box {
      width: calc((100% - 30px)/3);
      margin-right: 15px;
      text-align: center;
      padding: 0 20px; }
      .box_gem__list .lanning_box:last-child {
        margin-right: 0; }
    .box_gem__list .featured_title1 {
      color: #a7947a;
      font-weight: 700;
      font-size: 1.5rem; }
    .box_gem__list .featured_title2 {
      font-size: 3.75rem;
      line-height: 35px; }
    .box_gem__list .featured_desc {
      font-size: 2rem;
      color: #666; }
    .box_gem__list .image img {
      width: 100%;
      object-fit: cover; }
    .box_gem__list .facts_title {
      font-weight: 600;
      font-size: 1.8rem;
      padding-bottom: 10px; }
    .box_gem__list .facts a {
      font-weight: 600; }
      .box_gem__list .facts a.btn-more {
        padding: 9px 25px;
        background: #de111e;
        color: #fff;
        margin: 10px 0 20px;
        border-radius: 5px;
        display: inline-block; }
      .box_gem__list .facts a.btn-buy {
        color: #de111e; }

.products-group {
  margin-bottom: 20px; }
  .products-group .product-wrap {
    padding-left: 10px;
    padding-right: 10px; }

.product_gallery .images {
  width: 100%; }
  .product_gallery .images_large .item {
    width: 100%; }
    .product_gallery .images_large .item a {
      display: block; }
      .product_gallery .images_large .item a img {
        width: 100%; }
  .product_gallery .images_thumnail {
    position: relative;
    transition: 0.5s;
    margin-bottom: 15px; }
    .product_gallery .images_thumnail .zoomContainer {
      display: none; }
    .product_gallery .images_thumnail .item {
      border: 1px solid #D6D8DB; }
    .product_gallery .images_thumnail .owl-nav {
      transition: 0.3s; }
      .product_gallery .images_thumnail .owl-nav button {
        position: absolute;
        top: 42%;
        left: 0;
        width: 20px;
        height: 20px;
        background: #D6D8DB;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .product_gallery .images_thumnail .owl-nav button i {
          font-size: 12px;
          color: #223d80; }
        .product_gallery .images_thumnail .owl-nav button.owl-next {
          right: 0;
          left: inherit; }
    .product_gallery .images_thumnail:hover .owl-nav {
      display: block !important; }

.intro-slider figure img {
  max-height: 500px !important; }

@media (max-width: 991px) {
  .lanning_content__list .list .gem_item {
    width: calc(100%/4); }

  .header-middle .header-right {
    width: 20%;
    justify-content: flex-end; }
    .header-middle .header-right .divider {
      display: none; }
  .header-middle .header-center {
    margin-left: auto;
    margin-right: auto; }
  .header-middle .compare {
    margin-right: 1.5rem; }
  .header-middle .header-left {
    width: 60%;
    display: flex;
    justify-content: center; }

  .mobile-menu-toggle {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    margin-right: 0 !important; } }
@media (max-width: 769px) {
  .banner-group {
    display: block !important; }
    .banner-group .banner {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 20px;
      display: block;
      max-width: 100% !important;
      flex: 100% !important; }

  .slide_destop img {
    min-height: 300px !important;
    height: 300px !important;
    object-fit: unset !important; }

  .intro-slide1 .banner-content,
  .intro-slide2 .banner-content {
    padding-left: 15px; }

  .box_cates__title span.title1 {
    font-size: 1.5rem; }
  .box_cates__title span.title2 {
    font-size: 3rem; }
  .box_cates__title:after {
    left: 46%; }
  .box_cates__content {
    width: 100%;
    flex-wrap: wrap; }
    .box_cates__content .box {
      width: calc((100% - 20px)/2);
      margin-right: 20px;
      background: #fff;
      border-radius: 5px;
      margin-bottom: 20px;
      box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1); }
      .box_cates__content .box:last-child {
        margin-right: unset; }
      .box_cates__content .box:nth-child(2n) {
        margin-right: 0; }

  .lanning_title h1 {
    font-size: 3rem;
    line-height: 60px;
    text-transform: uppercase; }
  .lanning_content__title h2 {
    font-size: 2.5rem;
    font-weight: 500; }
  .lanning_content__title p {
    font-size: 1.4rem;
    padding: 0 50px; }
  .lanning_content__list .list .gem_item {
    width: calc(100%/2); }
  .lanning_content__list .box_gem {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    height: 100%;
    overflow: auto; }

  .box_gem__list {
    display: block; }
    .box_gem__list .lanning_box {
      width: 100%;
      margin-right: 0;
      padding: 0 20px; }
    .box_gem__list .featured_title1 {
      font-size: 1.3rem; }
    .box_gem__list .featured_title2 {
      font-size: 2.5rem; }
    .box_gem__list .featured_desc {
      font-size: 1.8rem; }
    .box_gem__list .facts_title {
      font-size: 1.5rem; } }
@media (max-width: 575px) {
  .box_cates__title:after {
    left: 44%; }
  .box_cates__content {
    width: 100%;
    display: block; }
    .box_cates__content .box {
      width: 100%;
      margin-right: 0; }
      .box_cates__content .box:last-child {
        margin-bottom: 0; }
      .box_cates__content .box:nth-child(2n) {
        margin-right: unset; } }

/*# sourceMappingURL=custom.min.css.map */
