.ldp__haisansot--banner.d-flex-owl:not(.owl-loaded) {
  justify-content: center; }
  .ldp__haisansot--banner.d-flex-owl:not(.owl-loaded) .item {
    width: 100%; }
    @media (max-width: 767px) {
      .ldp__haisansot--banner.d-flex-owl:not(.owl-loaded) .item {
        width: 100%; } }

.ldp__haisansot--banner.owl-carousel .owl-item img {
  width: 100%; }

.ldp__haisansot--banner.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #e23800;
  line-height: 20px; }
  .ldp__haisansot--banner.owl-carousel .owl-nav button.owl-next {
    right: 30px; }
  .ldp__haisansot--banner.owl-carousel .owl-nav button.owl-prev {
    left: 30px; }

.ldp__haisansot--banner .item {
  position: relative;
  overflow: hidden; }

@media (max-width: 767.98px) {
  .ldp__haisansot--banner .item {
    background-image: none !important;
    height: auto; } }

.ldp__haisansot--nav {
  padding: 15px 0;
  z-index: 100; }
  .ldp__haisansot--nav ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0; }
    .ldp__haisansot--nav ul li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      overflow: hidden;
      cursor: pointer; }
      .ldp__haisansot--nav ul li a {
        padding: 0 10px;
        font-size: 18px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        color: #333; }
        .ldp__haisansot--nav ul li a img {
          max-height: 60px; }
        .ldp__haisansot--nav ul li a span {
          display: block;
          width: 100%;
          text-align: center;
          margin-top: 5px; }
      .ldp__haisansot--nav ul li.active a {
        color: #333; }
  .ldp__haisansot--nav.fixed {
    position: sticky;
    top: 101px;
    width: 100%;
    padding: 10px;
    z-index: 100;
    margin-top: 0;
    background: #fff; }
  @media (max-width: 767px) {
    .ldp__haisansot--nav {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 99999;
      margin: 0;
      top: auto;
      padding: 0;
      height: auto; }
      .ldp__haisansot--nav ul {
        display: flex;
        align-items: center;
        width: 100%;
        white-space: nowrap;
        margin: 0px 0px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: start; }
        .ldp__haisansot--nav ul li {
          flex-direction: column;
          margin-right: 16.9px;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          max-width: 60px;
          margin-right: 16.9px; }
          .ldp__haisansot--nav ul li a {
            padding-left: 5px;
            padding-right: 5px;
            opacity: 0.7;
            padding-top: 8px; }
            .ldp__haisansot--nav ul li a.active {
              opacity: 1; }
            .ldp__haisansot--nav ul li a picture {
              width: 43px;
              height: 43px; }
            .ldp__haisansot--nav ul li a span {
              font-size: 10px;
              margin-top: 5px;
              margin-bottom: 5px;
              display: block;
              /* Fallback for non-webkit */
              display: -webkit-box;
              height: 30px;
              /* Fallback for non-webkit */
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal; } }

.ldp__haisansot--bannervideo {
  padding: 30px 0; }
  .ldp__haisansot--bannervideo h2 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center; }
  .ldp__haisansot--bannervideo-content .video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 66%; }
    .ldp__haisansot--bannervideo-content .video-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      min-width: 100%;
      width: 100%;
      height: 100%;
      -webkit-object-fit: cover;
      -o-object-fit: cover;
      object-fit: cover; }
  @media (max-width: 767px) {
    .ldp__haisansot--bannervideo {
      padding: 0 0 30px; }
      .ldp__haisansot--bannervideo h2 {
        margin: 30px 0;
        font-size: 28px; }
      .ldp__haisansot--bannervideo-content {
        margin-bottom: 0; } }

.ldp__haisansot--bannercenter {
  padding: 15px 0 0; }

.ldp__haisansot--bannerslider {
  padding: 15px 0 0; }
  .ldp__haisansot--bannerslider .d-flex-owl:not(.owl-loaded) .item {
    margin-right: 10px;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
    @media (max-width: 767px) {
      .ldp__haisansot--bannerslider .d-flex-owl:not(.owl-loaded) .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: 10px; } }
  .ldp__haisansot--bannerslider .owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 50%; }
    .ldp__haisansot--bannerslider .owl-carousel .owl-nav button.owl-next {
      right: 0px; }
    .ldp__haisansot--bannerslider .owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
  @media (max-width: 767px) {
    .ldp__haisansot--bannerslider .owl-carousel {
      display: block;
      white-space: nowrap;
      overflow-x: auto;
      margin: 0; }
      .ldp__haisansot--bannerslider .owl-carousel .product__item {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 5px 0px 0px; }
      .ldp__haisansot--bannerslider .owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0; } }
  .ldp__haisansot--bannerslider .item {
    position: relative;
    overflow: hidden; }
  @media (max-width: 767.98px) {
    .ldp__haisansot--bannerslider .item {
      background-image: none !important;
      height: auto; } }

.ldp__haisansot--products {
  padding: 15px 0 15px; }
  .ldp__haisansot--products--banner {
    margin-bottom: 15px; }
  .ldp__haisansot--products .d-flex-owl:not(.owl-loaded) > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    @media (max-width: 767px) {
      .ldp__haisansot--products .d-flex-owl:not(.owl-loaded) > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .ldp__haisansot--products .owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 30%; }
    .ldp__haisansot--products .owl-carousel .owl-nav button.owl-next {
      right: 0px; }
    .ldp__haisansot--products .owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
  @media (max-width: 767px) {
    .ldp__haisansot--products .owl-carousel {
      display: block;
      white-space: nowrap;
      overflow-x: auto;
      margin: 0; }
      .ldp__haisansot--products .owl-carousel .product-loop-new {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 5px 0px 0px; }
      .ldp__haisansot--products .owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0; } }

.ldp__haisansot--video {
  padding-top: 30px; }
  .ldp__haisansot--video--heading {
    position: relative;
    padding-bottom: 5px;
    color: #414042;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .ldp__haisansot--video--heading {
        font-size: 20px;
        margin-bottom: 15px; } }
  .ldp__haisansot--video--lists2 {
    border: 1px solid #f1f2f2;
    padding-top: 10px;
    padding-bottom: 10px; }

.ldp__haisansot--blog {
  padding-top: 30px; }
  .ldp__haisansot--blog--heading {
    position: relative;
    padding-bottom: 5px;
    text-align: center;
    color: #414042;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .ldp__haisansot--blog--heading {
        font-size: 20px;
        margin-bottom: 15px; } }
  .ldp__haisansot--blog--lists2 {
    border: 1px solid #f1f2f2;
    padding-top: 10px;
    padding-bottom: 10px; }

.goiymonngon {
  padding: 30px 0; }
  .goiymonngon h2 {
    font-weight: 700;
    color: #ff6600; }
  .goiymonngon .goiymonngon--title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333; }
    .goiymonngon .goiymonngon--title .view__more {
      color: #ff6600;
      font-size: 16px;
      font-weight: normal; }
      .goiymonngon .goiymonngon--title .view__more svg {
        fill: #ff6600;
        width: 10px;
        height: 10px; }
  .goiymonngon .goiymonngon-tab {
    margin: 20px 0; }
    .goiymonngon .goiymonngon-tab ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 12px; }
      .goiymonngon .goiymonngon-tab ul li a {
        padding: 5px 15px;
        border: 2px solid #129fd8;
        border-radius: 30px;
        display: block;
        font-weight: 700;
        color: #129fd8; }
        .goiymonngon .goiymonngon-tab ul li a:hover {
          background: #129fd8;
          color: #fff; }
      .goiymonngon .goiymonngon-tab ul li.active a {
        background: #129fd8;
        color: #fff; }
  .goiymonngon .goiymonngon-products .owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 30%; }
    .goiymonngon .goiymonngon-products .owl-carousel .owl-nav button.owl-next {
      right: 0px; }
    .goiymonngon .goiymonngon-products .owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
  @media (max-width: 767px) {
    .goiymonngon .goiymonngon-products .owl-carousel {
      display: block;
      white-space: nowrap;
      overflow-x: auto;
      margin: 0; }
      .goiymonngon .goiymonngon-products .owl-carousel .product-loop-new {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 5px 0px 0px; }
      .goiymonngon .goiymonngon-products .owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0; } }
  .goiymonngon .goiymonngon-products .d-flex-owl:not(.owl-loaded) .product-loop-new {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    @media (max-width: 991px) {
      .goiymonngon .goiymonngon-products .d-flex-owl:not(.owl-loaded) .product-loop-new {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (max-width: 767px) {
      .goiymonngon .goiymonngon-products .d-flex-owl:not(.owl-loaded) .product-loop-new {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.blog-post {
  border: 1px solid #f1f2f2;
  margin-bottom: 30px;
  padding: 10px; }
  .blog-post-img {
    display: block;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: rgba(155, 155, 155, 0.05);
    z-index: 5;
    color: transparent !important;
    width: 100%;
    height: 400px;
    margin: 0;
    position: relative; }
    .blog-post-img .item-thumb {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
      transition: opacity .35s ease,filter 0s ease;
      opacity: 1; }
    @media (max-width: 991px) {
      .blog-post-img {
        height: 250px; } }
    @media (max-width: 680px) {
      .blog-post-img {
        height: 220px; } }
    @media (max-width: 480px) {
      .blog-post-img {
        height: 200px; } }
    @media (max-width: 380px) {
      .blog-post-img {
        height: 180px; } }
    .blog-post-img.related-img {
      height: 160px; }
      @media (max-width: 575px) {
        .blog-post-img.related-img {
          height: 100px; } }
  .blog-post .blog-post-icon {
    background: #fff;
    position: absolute;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    top: -25px;
    left: 50%;
    padding: 0 8px;
    font-size: 11px;
    box-sizing: border-box;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    transform: translate(-50%, 0);
    z-index: 9;
    color: #fff;
    width: 43px;
    border-radius: 50%; }
    .blog-post .blog-post-icon:before {
      content: '';
      background: url(https://file.hstatic.net/1000030244/file/asset_1_4695fbaeee6c43228d29b19432b2e05b.svg);
      position: relative;
      z-index: 1;
      width: 25px;
      height: 21px;
      display: block;
      background-repeat: no-repeat;
      top: 50%;
      transform: translate(0, -50%);
      background-size: cover; }
  .blog-post .blog-post-videoicon {
    position: absolute;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    top: -45px;
    right: 20px;
    height: 34px;
    width: 34px; }
    .blog-post .blog-post-videoicon:after {
      position: absolute;
      content: '\f04b';
      top: auto;
      right: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      width: 34px;
      height: 34px;
      font-family: 'Starbap';
      font-size: 11px;
      color: #fff;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
      transform: translate(50%, -50%);
      box-sizing: border-box;
      padding: 0 0 0 1px;
      margin: 0;
      border: 2px solid #fff;
      border-radius: 50%;
      opacity: .9;
      transition: opacity .17s ease;
      bottom: 0px;
      right: 0px;
      transform: translate(0); }
  .blog-post .blog-post-content {
    position: relative;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 20px; }
    .blog-post .blog-post-content h3 {
      max-width: 80%;
      font-size: 18px;
      margin: 0 auto 10px;
      font-weight: bold; }
      .blog-post .blog-post-content h3 a {
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .blog-post .blog-post-content .excerpt {
      max-width: 80%;
      margin: 0 auto;
      font-size: 14px; }
    @media (max-width: 767px) {
      .blog-post .blog-post-content {
        padding-top: 15px;
        padding-bottom: 0; }
        .blog-post .blog-post-content h3 {
          max-width: inherit; }
        .blog-post .blog-post-content .excerpt {
          max-width: inherit; } }
  @media (max-width: 767px) {
    .blog-post {
      margin-bottom: 15px; } }
