.ldp__khnew--banner.d-flex-owl:not(.owl-loaded) > div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

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

.ldp__khnew--banner .item {
  position: relative;
  overflow: hidden;
  width: 100%; }

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

.ldp__khnew--nav {
  margin: 15px 0; }
  .ldp__khnew--nav ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9.6px 0px;background: #2cbde5;*/ }
    .ldp__khnew--nav ul li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      overflow: hidden;
      height: 70px;
      /*&.active {
					background: #2e9ed5;
					a {
						color: #fff;
					}
				}*/ }
      .ldp__khnew--nav ul li a {
        padding: 0 10px;
        font-size: 14px;
        height: 70px;
        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: #fff;*/ }
        .ldp__khnew--nav ul li a img {
          max-height: 45px; }
        .ldp__khnew--nav ul li a span {
          display: block;
          width: 100%;
          text-align: center; }
  .ldp__khnew--nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    margin-top: 0;
    background: #ffffff;
    padding: 0; }
  @media (max-width: 767.98px) {
    .ldp__khnew--nav ul {
      display: flex;
      align-items: center;
      width: 100%;
      margin: 0px 0px;
      overflow-x: auto;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      justify-content: start;
      height: auto; }
      .ldp__khnew--nav ul li {
        flex-direction: column;
        margin-right: 16.9px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        height: auto; }
        .ldp__khnew--nav ul li a {
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 8px;
          height: auto;
          font-size: 12px; }
          .ldp__khnew--nav ul li a span {
            padding-top: 5px;
            padding-bottom: 5px; }
      .ldp__khnew--nav ul::-webkit-scrollbar {
        width: 0;
        height: 0; } }

.ldp__khnew--voucher {
  padding: 15px 0; }
  .ldp__khnew--voucher--item {
    background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0, at 20px, transparent, transparent 0, #c4c4c4 0, #c4c4c4 11px, #00A1EC 0) 1px 0/100% 42px repeat-y;
    background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0 20px, transparent, transparent 10px, #c4c4c4 0, #c4c4c4 11px, #00A1EC 0) 1px 0/100% 42px repeat-y;
    border: 1px solid #c4c4c4;
    border-left: none;
    border-radius: 2px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .ldp__khnew--voucher--item .ldp__khnew--voucher--left {
      flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      max-width: 30%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      text-align: center;
      margin: auto 0; }
    .ldp__khnew--voucher--item .ldp__khnew--voucher--icon {
      width: 50px;
      height: 50px;
      margin: 0 auto; }
    .ldp__khnew--voucher--item .ldp__khnew--voucher--content {
      flex: 0 0 70%;
      -ms-flex: 0 0 70%;
      max-width: 70%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      background-color: white;
      padding: 10px 20px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-title {
        color: #212121;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-content {
        margin-bottom: 10px;
        color: #757575;
        font-size: 12px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-note {
        margin-bottom: 7px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden; }
        .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-note span {
          font-size: 12px;
          border-radius: 3px;
          padding: 0 10px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #00A1EC;
          border: 1px solid #00A1EC; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .btn_voucher {
        border: 0;
        background-color: #00A1EC;
        color: white;
        font-size: 11px;
        text-align: center;
        border-radius: 20px;
        padding: 3px 6px;
        min-width: 70px; }
        .ldp__khnew--voucher--item .ldp__khnew--voucher--content .btn_voucher span {
          display: block;
          line-height: 24px;
          height: 24px;
          font-size: 11px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-dk a {
        color: #00A1EC;
        font-size: 12px;
        text-decoration: underline; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content p {
        margin: 0; }
    @media (max-width: 767.98px) {
      .ldp__khnew--voucher--item .ldp__khnew--voucher--icon {
        width: 50px;
        height: 50px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-title {
        line-height: inherit;
        font-size: 14px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-content {
        font-size: 12px;
        margin-bottom: 0px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-note span {
        font-size: 12px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .btn_voucher {
        font-size: 12px;
        height: 35px; }
      .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-dk a {
        color: #00A1EC;
        font-size: 12px; } }
  @media (max-width: 1024px) {
    .ldp__khnew--voucher--slider {
      flex-wrap: nowrap;
      overflow-x: auto;
      flex-wrap: nowrap; } }

.ldp__khnew--flashsale {
  margin-top: 30px; }
  .ldp__khnew--flashsale .ldp__khnew--flashsale-slider:not(.owl-loaded) > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .ldp__khnew--flashsale .ldp__khnew--flashsale-slider:not(.owl-loaded) > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .ldp__khnew--flashsale .ldp__khnew--flashsale-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(0, 162, 236, 0.3);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px; }
    .ldp__khnew--flashsale .ldp__khnew--flashsale-slider.owl-carousel .owl-nav button.owl-prev {
      left: 10px; }
      .ldp__khnew--flashsale .ldp__khnew--flashsale-slider.owl-carousel .owl-nav button.owl-prev.disabled {
        display: none; }
    .ldp__khnew--flashsale .ldp__khnew--flashsale-slider.owl-carousel .owl-nav button.owl-next {
      right: 10px; }
      .ldp__khnew--flashsale .ldp__khnew--flashsale-slider.owl-carousel .owl-nav button.owl-next.disabled {
        display: none; }
    @media (max-width: 767px) {
      .ldp__khnew--flashsale .ldp__khnew--flashsale-slider.owl-carousel .owl-nav button {
        top: 30%;
        transform: translateY(-30%); } }
  .ldp__khnew--flashsale__wrap {
    background: #fff; }
    .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-header {
      text-align: center;
      padding: 16px;
      border-bottom: 1px solid #f4f4f4; }
      .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-header .img {
        color: #333;
        font-size: 18px;
        margin-bottoM: 10px; }
      .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-header .flashsale-countdown {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        color: #787878; }
        .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-header .flashsale-countdown > div {
          display: inline-block;
          margin-right: 15px; }
          .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-header .flashsale-countdown > div span:first-child {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.6;
            width: 60px;
            height: 60px;
            background-color: #ff424e;
            border-radius: 4px;
            color: white;
            display: block;
            line-height: 60px;
            margin-bottom: 5px;
            border-radius: 8px;
            background: #A50D1A; }
            @media (max-width: 767px) {
              .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-header .flashsale-countdown > div span:first-child {
                width: 40px;
                font-size: 18px;
                height: 40px;
                line-height: 40px; } }
    .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body {
      display: flex;
      flex-wrap: wrap;
      padding: 5px; }
      .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__slide {
        width: 50%; }
        .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__slide .d-flex-owl:not(.owl-loaded) {
          justify-content: center; }
          .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__slide .d-flex-owl:not(.owl-loaded) .item {
            width: 50%; }
            @media (max-width: 767px) {
              .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__slide .d-flex-owl:not(.owl-loaded) .item {
                width: 100%; } }
        .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__slide .product__item {
          padding: 0.57143em; }
          .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__slide .product__item--title {
            font-size: 18px; }
      .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .owl-carousel .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #1bb7ed;
        background: #fff;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        font-size: 25px; }
        .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .owl-carousel .owl-nav button.owl-prev {
          left: 10px; }
        .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .owl-carousel .owl-nav button.owl-next {
          right: 10px; }
      .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__thele {
        width: 50%;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        font-size: 18px;
        overflow: hidden;
        white-space: normal; }
      @media (max-width: 767px) {
        .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__slide {
          width: 100%; }
        .ldp__khnew--flashsale__wrap .ldp__khnew--flashsale-body .ldp__khnew--flasshsale__thele {
          width: 100%;
          border-top: 1px solid #f4f4f4;
          border-bottom: 10px solid; } }

.ldp__khnew--bannervoucher {
  padding: 15px 0; }

.ldp__khnew--bannerbottom {
  padding: 15px 0; }

.ldp__khnew--products {
  padding: 15px 0; }
  .ldp__khnew--products__title {
    margin: 30px 0; }
  .ldp__khnew--products--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .ldp__khnew--products--title .view__more {
      color: #ff6600;
      font-size: 16px;
      font-weight: normal; }
      .ldp__khnew--products--title .view__more svg {
        fill: #ff6600;
        width: 10px;
        height: 10px; }
    @media (max-width: 575.98px) {
      .ldp__khnew--products--title {
        font-size: 18px; } }
  .ldp__khnew--products .bg-products {
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 40px; }
    .ldp__khnew--products .bg-products.lazyloaded {
      background: url(https://file.hstatic.net/1000030244/file/asset_5_dce599f2fb0648cfb0e97e02e8f43113.png); }
  .ldp__khnew--products__item .product__item--title {
    font-size: 1.42857em;
    text-align: center; }
  .ldp__khnew--products__item .product__item--price {
    text-align: center; }
    .ldp__khnew--products__item .product__item--price .product__item--price--normal {
      font-weight: normal;
      font-size: 1.57143em; }
  .ldp__khnew--products__item .product__item--action button {
    max-width: 70%;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px; }
  .ldp__khnew--products__item .product__item--combo-title {
    border: 1px solid #af4b00;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #848484;
    cursor: pointer; }
    .ldp__khnew--products__item .product__item--combo-title i {
      background: #ff5500;
      color: #fff;
      width: 25px;
      height: 25px;
      line-height: 25px;
      border-radius: 50%;
      margin-left: 15px;
      display: inline-block;
      vertical-align: middle; }
    .ldp__khnew--products__item .product__item--combo-title.active {
      background: #fff;
      border: 1px solid #e8e8e8; }
      .ldp__khnew--products__item .product__item--combo-title.active i {
        transform: rotate(180deg);
        transition: all 0.5s ease; }
  .ldp__khnew--products__item .list.style-list {
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #e8e8e8; }
    .ldp__khnew--products__item .list.style-list .recommend-item {
      width: 50%;
      padding-left: 6px;
      margin-bottom: 10px; }
      .ldp__khnew--products__item .list.style-list .recommend-item .image {
        width: 46px;
        height: 46px;
        margin-left: 5px;
        border: 1px solid #b2b2b2;
        padding: 5px;
        border-radius: 5px; }
      .ldp__khnew--products__item .list.style-list .recommend-item .name {
        margin-left: 5px;
        width: calc(100% - 59px);
        font-size: 10px; }
        .ldp__khnew--products__item .list.style-list .recommend-item .name h3 {
          font-size: 10px;
          font-weight: normal;
          margin-bottom: 5px;
          word-break: break-word; }
        .ldp__khnew--products__item .list.style-list .recommend-item .name .price {
          font-size: 10px; }
      .ldp__khnew--products__item .list.style-list .recommend-item .checkbox-wrap {
        width: 13px; }
      @media (max-width: 1360px) and (min-width: 1200px) {
        .ldp__khnew--products__item .list.style-list .recommend-item {
          width: 100%; } }
  .ldp__khnew--products__item .product__item--combo-shopping {
    position: relative; }
  .ldp__khnew--products__item .recommend-btn {
    text-align: center; }
    .ldp__khnew--products__item .recommend-btn button {
      width: 70%;
      display: inline-block;
      padding: 0.90909em;
      margin: 0 auto;
      background: #ff2400;
      border-radius: 30px;
      border: 0;
      color: #fff; }
  .ldp__khnew--products .view-more {
    text-align: center;
    display: inline-block;
    background: #ff2400;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px; }
    .ldp__khnew--products .view-more svg {
      width: 14px;
      height: 11px;
      margin-left: 10px; }
  @media (max-width: 767.98px) {
    .ldp__khnew--products {
      /*.slider--row {
			white-space: nowrap;
			margin: 0px 0px 12px;
			[class*='col-'] {
			width: 250px;
			display: inline-block;
			padding-left: 0;
			padding-right: 0;
			vertical-align: top;
			margin: 0px 12px 0px 0px;
		}
		}*/ }
      .ldp__khnew--products__title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px;
        margin: 0; }
      .ldp__khnew--products__wrap {
        margin-bottom: 30px; }
      .ldp__khnew--products .bg-products {
        border-radius: 0;
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0; }
      .ldp__khnew--products__item .product__item--title {
        font-size: 1em; }
      .ldp__khnew--products__item .list.style-list {
        padding: 10px 5px; }
        .ldp__khnew--products__item .list.style-list .recommend-item {
          width: 100%; }
      .ldp__khnew--products__item .product__item--combo-title {
        font-size: 0.85714em;
        padding: 0.83333em 0.41667em; }
        .ldp__khnew--products__item .product__item--combo-title i {
          font-size: 0.83333em;
          width: 1.8em;
          height: 1.8em;
          line-height: 1.8em;
          margin-left: 1em; } }
  @media (min-width: 768px) {
    .ldp__khnew--products .slider--row {
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; } }

.ldp__khnew--video {
  margin-top: 30px; }
  @media (max-width: 767.98px) {
    .ldp__khnew--video iframe {
      height: 300px; } }
  .ldp__khnew--video h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .ldp__khnew--video h2 {
        font-size: 15px;
        line-height: 1.2; } }
    .ldp__khnew--video h2 p {
      margin: 0; }
  .ldp__khnew--video .ldp__khnew--video-slider.d-flex-owl:not(.owl-loaded) .item {
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin-right: 20px; }
    @media (max-width: 767px) {
      .ldp__khnew--video .ldp__khnew--video-slider.d-flex-owl:not(.owl-loaded) .item {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-right: 20px; } }
  .ldp__khnew--video .ldp__khnew--video-slider .item .img {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .ldp__khnew--video .ldp__khnew--video-slider .item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    fill: red; }
  .ldp__khnew--video .ldp__khnew--video-slider .item .item-content {
    background: #fff;
    margin-top: 0;
    padding: 5px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: normal;
    min-height: 70px; }
  @media (max-width: 767px) {
    .ldp__khnew--video .ldp__khnew--video-slider .item svg {
      position: absolute;
      top: 50px;
      left: 50%;
      z-index: 9;
      width: 40px;
      height: 40px;
      transform: translate(-50%, -50%);
      fill: red; } }
  .ldp__khnew--video .ldp__khnew--video-slider.owl-carousel .owl-nav button {
    background: rgba(0, 162, 236, 0.5);
    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__khnew--video .ldp__khnew--video-slider.owl-carousel .owl-nav button.owl-next {
      right: 0px; }
    .ldp__khnew--video .ldp__khnew--video-slider.owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
    .ldp__khnew--video .ldp__khnew--video-slider.owl-carousel .owl-nav button:hover {
      background: #00a2ec; }

.ldp__khnew--services {
  padding: 15px 0; }
  @media (min-width: 576px) {
    .ldp__khnew--services .row {
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; } }
  @media (max-width: 767.98px) {
    .ldp__khnew--services .services__item {
      min-height: inherit; }
    .ldp__khnew--services .row {
      white-space: nowrap;
      margin: 0px 0px;
      overflow-x: auto;
      flex-wrap: nowrap; }
      .ldp__khnew--services .row [class^="col"] {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
      .ldp__khnew--services .row::-webkit-scrollbar {
        width: 0;
        height: 0; } }

.ldp__khnew--blogs {
  padding: 15px 0; }
  .ldp__khnew--blogs__title {
    margin-bottom: 10px; }
  .ldp__khnew--blogs .blog__wrap.d-flex-owl:not(.owl-loaded) > div {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin-right: 10px; }
    @media (max-width: 1199px) {
      .ldp__khnew--blogs .blog__wrap.d-flex-owl:not(.owl-loaded) > div {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-right: 20px; } }
  .ldp__khnew--blogs .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px; }
    .ldp__khnew--blogs .blog__wrap.owl-carousel .owl-nav button.owl-prev {
      left: 10px; }
    .ldp__khnew--blogs .blog__wrap.owl-carousel .owl-nav button.owl-next {
      right: 10px; }
  .ldp__khnew--blogs .blog__wrap.owl-carousel .post__item {
    white-space: normal; }
    .ldp__khnew--blogs .blog__wrap.owl-carousel .post__item--content {
      margin-top: 10px;
      background: #fff; }
    .ldp__khnew--blogs .blog__wrap.owl-carousel .post__item--name {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 15px; }

.ldp__khnew--thele {
  padding: 30px 0; }
  .ldp__khnew--thele__wrap h2 {
    background: #129fd8;
    color: #fff;
    padding: 10px 15px; }
    @media (max-width: 767px) {
      .ldp__khnew--thele__wrap h2 {
        font-size: 24px; } }
  .ldp__khnew--thele__wrap .card {
    border: none;
    margin-bottom: 15px;
    text-align: left; }
    .ldp__khnew--thele__wrap .card .card-header {
      background: #e4e4e4;
      text-align: left;
      border-radius: 999px;
      padding: 0;
      font-weight: 600; }
      .ldp__khnew--thele__wrap .card .card-header button {
        border: 0;
        color: #212121;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 22px;
        font-weight: 700;
        line-height: 38px;
        padding: 5px 5px 5px 30px;
        display: grid;
        grid-template-columns: 1fr 45px;
        align-items: center;
        cursor: pointer; }
        .ldp__khnew--thele__wrap .card .card-header button .toggle-head-icon {
          background: #fff;
          float: right;
          width: 42px;
          height: 42px;
          line-height: 42px;
          border-radius: 50%;
          display: inline-block;
          text-align: center;
          margin-right: 3px; }
          .ldp__khnew--thele__wrap .card .card-header button .toggle-head-icon img {
            width: 18px;
            height: 18px; }
    .ldp__khnew--thele__wrap .card .collapse {
      text-align: left; }
