body.page-ldp-cualong {
  overflow-x: initial; }
  body.page-ldp-cualong .header {
    position: initial; }

.ldp__cualong {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .ldp__cualong {
      margin-bottom: 15px; } }

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

.ldp__cualong--slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: rgba(96, 96, 96, 0.4);
  padding: 10px !important;
  width: 30px;
  height: 50px; }
  .ldp__cualong--slider.owl-carousel .owl-nav button img {
    height: 15px; }
  .ldp__cualong--slider.owl-carousel .owl-nav button.owl-prev {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0; }
  .ldp__cualong--slider.owl-carousel .owl-nav button.owl-next {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0; }

.ldp__cualong-topwrap {
  background: #fcf4e8 url(https://file.hstatic.net/1000030244/file/asset_2.png);
  background-size: contain; }

.ldp__cualong-aboutus1 {
  padding: 60px 0; }

.ldp__cualong-aboutus1-content {
  padding-top: 120px; }

.ldp__cualong-aboutus1-title {
  position: relative;
  display: inline-block; }

.ldp__cualong-aboutus1-title:after {
  content: '';
  background: url(https://file.hstatic.net/1000030244/file/asset_3_4x.png);
  width: 120px;
  height: 60px;
  position: absolute;
  right: -55px;
  bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat; }

.ldp__cualong-aboutus1-title h2 {
  font-family: 'iCiel BCDowntown';
  font-size: 60px;
  color: #D85204;
  margin: 0;
  line-height: 55px; }

.ldp__cualong-aboutus1-title span {
  font-family: 'SVN Uniform';
  font-size: 23px;
  color: #D85204;
  font-weight: 700; }

.ldp__cualong-aboutus1-des {
  color: #EE7600;
  margin-top: 60px;
  font-family: 'SVN Uniform';
  font-weight: 500;
  font-size: 17px; }

@media (max-width: 768px) {
  .ldp__cualong-aboutus1 {
    padding: 30px 0; }
  .ldp__cualong-aboutus1-content {
    padding-top: 30px; }
  .ldp__cualong-aboutus1-title:after {
    height: 50px;
    right: -65px;
    bottom: 8px; }
  .ldp__cualong-aboutus1-title h2 {
    font-size: 40px;
    line-height: 40px; }
  .ldp__cualong-aboutus1-title span {
    font-size: 14px; }
  .ldp__cualong-aboutus1-des {
    margin-top: 30px; } }

.ldp__cualong-aboutus2 {
  background: url(https://file.hstatic.net/1000030244/file/asset_6-100.jpg);
  padding: 60px 0; }

.ldp__cualong-aboutus2-content {
  padding-top: 120px; }

.ldp__cualong-aboutus2-des {
  margin-top: 30px; }

.ldp__cualong-aboutus2-des .item {
  margin-bottom: 15px;
  position: relative; }

.ldp__cualong-aboutus2-des .item:before {
  content: '';
  left: -100%;
  position: absolute;
  height: 2px;
  background: #D85204;
  width: 100%;
  top: 23px; }

@media (max-width: 768px) {
  .ldp__cualong-aboutus2 {
    padding: 30px 0; }
  .ldp__cualong-aboutus2-content {
    padding-top: 30px; }
  .ldp__cualong-aboutus2-des .item {
    padding-right: 30px; } }

/* Video */
.ldp__cualong-listvideo {
  background: #fcf4e8 url(https://file.hstatic.net/1000030244/file/asset_2.png);
  background-size: contain;
  padding: 60px 0; }
  .ldp__cualong-listvideo .heading {
    margin-bottom: 60px;
    text-align: center; }

.lst-video.d-flex-owl:not(.owl-loaded) > a {
  -ms-flex: 0 0 calc(33.3333% - 30px);
  flex: 0 0 calc(33.3333% - 30px);
  max-width: calc(33.3333% - 30px);
  margin-right: 30px; }

.lst-video.owl-carousel .owl-item img {
  width: 100%; }

.lst-video.owl-carousel .owl-nav button {
  position: absolute;
  width: 31px;
  height: 62px;
  background: #D85204;
  -webkit-transition: all 0.1s cubic-bezier(0.2, 0, 0.4, 1);
  transition: all 0.1s cubic-bezier(0.2, 0, 0.4, 1);
  margin: 0;
  top: calc(45% - 8px); }
  .lst-video.owl-carousel .owl-nav button svg {
    width: 12px;
    height: 24px; }
  .lst-video.owl-carousel .owl-nav button.owl-next {
    right: -45px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }
    @media (max-width: 767px) {
      .lst-video.owl-carousel .owl-nav button.owl-next {
        right: 0; } }
  .lst-video.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; }
    @media (max-width: 767px) {
      .lst-video.owl-carousel .owl-nav button.owl-prev {
        left: 0; } }

.lst-video a .img {
  text-align: center;
  border-radius: 10px;
  position: relative; }
  .lst-video a .img img {
    width: 100%;
    height: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
  .lst-video a .img svg {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%); }

.lst-video a span {
  color: #B75309;
  padding: 10px 0 0 0;
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 5px;
  white-space: normal;
  font-family: 'SVN-Uniform';
  text-align: center; }

@media (max-width: 767px) {
  .lst-video.d-flex-owl:not(.owl-loaded) > a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0; } }

/* Banner big */
.ldp__cualong-bannerbig {
  background: #fcf4e8 url(https://file.hstatic.net/1000030244/file/asset_2.png);
  background-size: contain; }
  .ldp__cualong-bannerbig img {
    width: 100%; }

/*VOucher*/
.ldp__cualong-background-wrap {
  background: #fcf4e8 url(https://file.hstatic.net/1000030244/file/asset_2.png);
  background-size: contain;
  padding: 30px 0; }
  @media (max-width: 767px) {
    .ldp__cualong-background-wrap {
      padding: 30px 0 0; } }

.ldp__cualong-voucher {
  margin-bottom: 30px; }

.ldp__cualong-voucher-slider.d-flex-owl:not(.owl-loaded) > div {
  -ms-flex: 0 0 calc(20% - 30px);
  flex: 0 0 calc(20% - 30px);
  max-width: calc(20% - 30px);
  margin-right: 30px; }

@media (max-width: 991px) and (min-width: 768px) {
  .ldp__cualong-voucher-slider.d-flex-owl:not(.owl-loaded) > div {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 30px; } }

@media (max-width: 767px) {
  .ldp__cualong-voucher-slider.d-flex-owl:not(.owl-loaded) > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 30px; } }

.ldp__cualong-voucher-slider.owl-carousel .owl-item img {
  width: 100%; }

.ldp__cualong-voucher-slider.owl-carousel .owl-nav button {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #fff;
  -webkit-transition: all 0.1s cubic-bezier(0.2, 0, 0.4, 1);
  transition: all 0.1s cubic-bezier(0.2, 0, 0.4, 1);
  margin: 0;
  top: calc(45% - 8px);
  border-radius: 50%; }
  .ldp__cualong-voucher-slider.owl-carousel .owl-nav button svg {
    width: 12px;
    height: 24px; }
  .ldp__cualong-voucher-slider.owl-carousel .owl-nav button.owl-next {
    right: -45px; }
    @media (max-width: 767px) {
      .ldp__cualong-voucher-slider.owl-carousel .owl-nav button.owl-next {
        right: 0; } }
  .ldp__cualong-voucher-slider.owl-carousel .owl-nav button.owl-prev {
    left: -45px; }
    @media (max-width: 767px) {
      .ldp__cualong-voucher-slider.owl-carousel .owl-nav button.owl-prev {
        left: 0; } }

.voucher-item {
  padding: 10px 30px;
  text-align: center;
  position: relative;
  background: url(https://file.hstatic.net/1000030244/file/bg-voucher.png);
  background-repeat: no-repeat;
  background-size: cover; }

.title-big {
  font-family: 'SVN Uniform';
  font-weight: 900;
  display: block;
  font-size: 30px;
  text-align: center;
  color: #005C82;
  /* line-height: 30px; */ }
  @media (max-width: 767px) {
    .title-big {
      font-size: 20px; } }

.title-small {
  display: block;
  font-family: 'SVN Uniform';
  font-weight: 700;
  color: #005C82;
  font-size: 13px;
  text-align: center; }

.voucher-item button {
  font-size: 16px;
  background-image: linear-gradient(to right, #0057A8, #1BBEFF);
  color: #fff;
  border: 0;
  padding: 8px 30px;
  border-radius: 30px;
  margin-top: 10px;
  font-family: 'SVN Uniform';
  font-weight: 900; }
  @media (max-width: 767px) {
    .voucher-item button {
      padding: 8px 10px; } }

/*Collection tab */
.pro-lau-col-head {
  max-width: 80%;
  margin: 0 auto; }

.pro-lau-collection {
  margin-top: 30px;
  margin-bottom: 80px; }

.pro-lau-col-head.owl-carousel:not(.owl-loaded) {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.pro-lau-col-head:not(.owl-loaded) .item-wrap {
  width: 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.pro-lau-col-head.owl-carousel .owl-nav button.owl-next,
.pro-lau-col-head.owl-carousel .owl-nav button.owl-prev {
  background: #fff;
  color: #333;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  line-height: 20px;
  font-size: 26px;
  position: absolute;
  top: 50%; }

.pro-lau-col-head.owl-carousel .owl-nav button.owl-next {
  right: -40px; }

.pro-lau-col-head.owl-carousel .owl-nav button.owl-prev {
  left: -40px; }

.pro-lau-col-head .item {
  background: #FFE4D2;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.pro-lau-col-head .item img {
  border-radius: 20px; }

.pro-lau-col-head .item .item-content {
  padding: 10px; }

.pro-lau-col-head .item .item-content h3 {
  font-size: 20px;
  min-height: 50px;
  color: #B75309;
  text-align: center; }

.pro-lau-col-head .item .item-content .item-des {
  height: 80px;
  overflow: hidden; }

.tabs {
  list-style: none;
  margin: 0px auto 0; }

.tabs li {
  float: left;
  position: relative; }

.tabs a {
  float: left;
  padding: 10px 40px;
  text-decoration: none;
  color: black;
  background: #ddc385;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

.tabs .activeTab {
  z-index: 3; }

.tabs .activeTab a {
  background: white;
  color: black; }

.pro-lau--video {
  padding-top: 30px;
  padding-bottom: 30px; }

.pro-lau-col-body {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.pro-lau-title {
  font-size: 52px;
  max-width: 70%; }

.pro-lau-price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px; }

.pro-lau-img-wrap {
  position: relative; }

.pro-lau-des {
  margin-bottom: 15px; }

.pro-lau-action button {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  background: #ff7200;
  border: 0;
  padding: 8px 40px;
  border-radius: 30px; }

.pro-lau-action button.preorder {
  background: #0073a0; }

.het-hang {
  background: #949494;
  padding: 9px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  align-items: center;
  display: inline-flex; }
  .het-hang:hover {
    color: #fff; }
  .het-hang svg {
    width: 35px;
    margin-right: 10px; }
  .het-hang span {
    width: calc(100% - 45px); }

.process-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px; }
  .process-top .preorder-num b {
    color: #FF0000; }

.pro-lau-thumb {
  margin-top: 15px; }

.pro-lau-thumb:not(.owl-loaded) > a {
  -ms-flex: 0 0 16.6666667%;
  flex: 0 0 16.6666667%;
  max-width: 16.6666667%;
  margin-right: 10px; }

.pro-lau-thumb.owl-carousel {
  display: -ms-flexbox;
  display: flex; }

.pro-lau-thumb.owl-carousel .owl-nav .owl-next {
  position: absolute;
  border-radius: 0;
  right: 0;
  top: 30%;
  padding: 0;
  color: #000;
  margin: 0;
  opacity: 1;
  background: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.pro-lau-thumb.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 30%;
  padding: 0;
  color: #000;
  margin: 0;
  opacity: 1;
  background: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.pro-lau-thanhphan {
  margin-top: 15px; }

.pro-lau-thanhphan-wrap:not(.owl-loaded) > div {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-right: 20px; }

.pro-lau-thanhphan-wrap .thanhpham-item {
  white-space: initial; }

.pro-lau-thanhphan-wrap .thanhpham-item img {
  border-radius: 20px; }

.pro-lau-thanhphan-wrap .thanhpham-item .thanhpham-item-title {
  font-weight: 700;
  margin-top: 5px;
  font-size: 16px; }

.pro-lau-thanhphan-wrap.owl-carousel .owl-nav .owl-next {
  position: absolute;
  border-radius: 0;
  right: 0;
  top: 30%;
  padding: 0;
  color: #000;
  margin: 0;
  opacity: 1;
  background: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.pro-lau-thanhphan-wrap.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 30%;
  padding: 0;
  color: #000;
  margin: 0;
  opacity: 1;
  background: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

@media (min-width: 768px) {
  .tabs li:before, .tabs li:after,
  .tabs li a:before, .tabs li a:after {
    position: absolute;
    bottom: 0; }
  .tabs .activeTab:before, .tabs .activeTab:after {
    background: white;
    z-index: 1; }
  .tabs li:before, .tabs li:after {
    background: transparent;
    width: 10px;
    height: 10px; }
  .tabs li:before {
    left: 0px; }
  .tabs li:after {
    right: 0px; }
  .tabs li a:after, .tabs li a:before {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
    z-index: 2; }
  /*.tabs .activeTab a:after, .tabs .activeTab a:before {
		background: #f4f4f4;
	}*/
  .tabs li:first-child.active a:before,
  .tabs li:last-child.active a:after {
    background: #f4f4f4; }
  .tabs li a:before {
    left: -10px; }
  .tabs li a:after {
    right: -10px; }
  #pro-lau-related:not(.owl-loaded) > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 10px; } }

@media (max-width: 767px) {
  .pro-lau-collection {
    margin-top: 0px;
    margin-bottom: 0px; }
  .pro-lau-thumb:not(.owl-loaded) > a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 10px; }
  .pro-lau-col-head {
    max-width: 100%;
    padding: 0;
    margin-top: 0px;
    padding-top: 30px; }
  .pro-lau-col-head:not(.owl-loaded) .item-wrap {
    width: 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .pro-lau-col-head.owl-carousel .owl-nav button.owl-next,
  .pro-lau-col-head.owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
    font-size: 26px;
    top: 0; }
  .pro-lau-col-head.owl-carousel .owl-nav button.owl-next span, .pro-lau-col-head.owl-carousel .owl-nav button.owl-prev span {
    line-height: 25px;
    display: block; }
  .pro-lau-col-head.owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 30px; }
  .pro-lau-col-head.owl-carousel .owl-nav button.owl-next {
    right: 0; }
  .pro-lau-col-head .item-wrap {
    padding: 0; }
  .pro-lau-col-head .item {
    border-radius: 0;
    padding: 5px; }
  .pro-lau-col-head .item .item-content {
    padding: 10px 0; }
  .pro-lau-col-head .item .item-content h3 {
    font-size: 14px;
    margin: 0; }
  .pro-lau-col-head .item .item-content .item-des {
    display: none; }
  .pro-lau-img {
    display: none; }
  .pro-lau-col-body {
    border-radius: 0; }
  .pro-lau-col-body .container {
    padding-top: 15px;
    padding-bottom: 30px; }
  .pro-lau-thumb {
    margin-top: 0;
    margin-bottom: 15px; }
  .pro-lau-title {
    font-size: 32px;
    max-width: 100%; } }

/* Recommend */
.combo-shopping {
  padding-bottom: 0px; }
  .combo-shopping h2 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #333;
    font-weight: 700;
    margin-top: 20px; }
  .combo-shopping .list.style-list .item {
    margin-bottom: 15px;
    width: 50%;
    padding-right: 5px; }
    .combo-shopping .list.style-list .item .checkbox-wrap {
      margin: 0 4px 0 0;
      width: 20px; }
    .combo-shopping .list.style-list .item .image {
      border: 1px solid #d8d8d8;
      border-radius: 4px;
      text-align: center;
      margin-right: 8px;
      padding: 2px;
      width: 50px; }
    .combo-shopping .list.style-list .item .name {
      font-size: 13px;
      padding: 0;
      width: calc(100% - 82px); }
      .combo-shopping .list.style-list .item .name h3 {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 5px; }
      .combo-shopping .list.style-list .item .name select {
        font-size: 13px;
        height: 25px;
        padding: 0;
        border-radius: 3px;
        border-color: #e6e6e6;
        width: 100%; }
        .combo-shopping .list.style-list .item .name select:focus {
          border-color: #e6e6e6; }
    .combo-shopping .list.style-list .item .price {
      font-size: 13px;
      background: transparent;
      border: 0;
      margin: 0;
      padding: 0;
      font-weight: 700;
      margin-bottom: 5px;
      color: #333; }
      .combo-shopping .list.style-list .item .price del {
        font-size: 12px;
        font-weight: 300;
        color: #606060;
        margin-left: 5px; }
  .combo-shopping .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    width: auto; }
    .combo-shopping .checkbox input[type=checkbox] {
      opacity: 0;
      filter: alpha(opacity=0);
      display: none; }
      .combo-shopping .checkbox input[type=checkbox] + span.ico {
        width: 18px;
        height: 18px;
        display: inline-block;
        background-image: url(//file.hstatic.net/1000030244/file/check-off.svg);
        vertical-align: middle;
        color: #a6a6a6;
        margin-right: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .combo-shopping .checkbox input[type=checkbox]:checked + span.ico {
        background-image: url(//file.hstatic.net/1000030244/file/check-on.svg); }
  .combo-shopping .summary .text-right {
    padding: 0; }
  .combo-shopping .summary p .price {
    color: #ff6600;
    font-weight: 700;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px; }
  .combo-shopping .summary button {
    background: #2e9ed5;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    padding: 6px 10px 5px; }

/*services*/
.ldp__cualong-services {
  background: #fcf4e8 url(https://file.hstatic.net/1000030244/file/asset_2.png);
  background-size: contain;
  padding: 60px 0;
  border-top: 1px solid #FFE4D2;
  border-bottom: 1px solid #FFE4D2;
  box-shadow: 0 0 0 #000;
  position: relative; }

.ldp__cualong-services:before {
  content: '';
  background-image: linear-gradient(to bottom, transparent, rgba(117, 49, 3, 0.2));
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 100%; }

.ldp__cualong-services:after {
  content: '';
  background-image: linear-gradient(to bottom, rgba(117, 49, 3, 0.2), transparent);
  height: 50px;
  width: 100%;
  position: absolute;
  top: 100%; }

.ldp__cualong-services .container:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://file.hstatic.net/1000030244/file/bg-left-services.png);
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover; }

.ldp__cualong-services .container:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(https://file.hstatic.net/1000030244/file/bg-right-services.png);
  width: 30%;
  height: 90%;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: bottom right;
  background-size: contain; }

.services-heading-title {
  z-index: 2;
  position: relative;
  max-width: 40%;
  margin: 0 auto; }

.services-lists {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: 30px auto -80px;
  display: flex; }

.services-lists .services-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px; }

@media (max-width: 767px) {
  .ldp__cualong-services .container:before {
    width: 50%;
    height: 20%;
    background-size: contain; }
  .ldp__cualong-services .container:after {
    width: 50%;
    height: 20%; }
  .ldp__cualong-services:before {
    background: transparent;
    width: 0;
    height: 0; }
  .services-heading-title {
    max-width: 100%; }
  .services-lists {
    flex-wrap: wrap;
    margin: 30px 0;
    max-width: 100%; }
  .services-lists .services-item {
    text-align: center;
    padding: 30px 0 0;
    flex: 0 0 100%;
    max-width: 100%; } }

/*Banner bottom*/
.ldp__cualong-bannerbottom-banner {
  display: flex;
  flex-wrap: wrap; }

.ldp__cualong-bannerbottom-bannerleft {
  width: 50%;
  padding-right: 5px; }

.ldp__cualong-bannerbottom-bannerright {
  width: 50%;
  display: flex;
  flex-wrap: wrap; }

.ldp__cualong-bannerbottom-bannerright img {
  width: 50%;
  padding: 0 5px 5px 0; }

.ldp__cualong-background-bottom-wrap {
  background: #fcf4e8 url(https://file.hstatic.net/1000030244/file/bg-blog__1_.png);
  background-size: contain;
  padding: 120px 0; }

.ldp__cualong-bannerbottom-title {
  text-align: center;
  margin-bottom: 60px; }

.ldp__cualong-bannerbottom {
  padding: 80px 0 0; }

@media (max-width: 991px) {
  .ldp__cualong-background-bottom-wrap {
    padding: 30px 0; }
  .ldp__cualong-bannerbottom-title {
    margin-bottom: 30px; }
  .ldp__cualong-bannerbottom-bannerleft {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 5px; }
  .ldp__cualong-bannerbottom-bannerright {
    width: 100%;
    display: flex;
    flex-wrap: wrap; } }

/*Review*/
.ldp__cualong-review {
  padding: 60px 0 0; }

.ldp__cualong-review .heading-wrap {
  text-align: center;
  margin-bottom: 60px; }

.review-slider.d-flex-owl:not(.owl-loaded) > div {
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  margin-right: 15px; }
  @media (max-width: 767px) {
    .review-slider.d-flex-owl:not(.owl-loaded) > div {
      -ms-flex: 0 0 calc(50%- 15px);
      flex: 0 0 calc(50% - 15px);
      max-width: calc(50% - 15px);
      margin-right: 15px; } }

.review-slider img {
  border-radius: 5px; }

.review-slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  border-radius: 0%;
  width: 20px;
  height: 40px;
  color: #fff;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 28px;
  color: #fff;
  line-height: 20px;
  transform: translateY(-50%); }
  .review-slider.owl-carousel .owl-nav button.owl-next {
    right: 5px; }
  .review-slider.owl-carousel .owl-nav button.owl-prev {
    left: 5px; }
  @media (max-width: 767px) {
    .review-slider.owl-carousel .owl-nav button {
      top: 30%; } }

@media (max-width: 767px) {
  .review-slider {
    margin-top: 15px;
    font-size: 24px; } }

.review-slider-name {
  font-family: 'SVN Uniform';
  font-weight: 900;
  font-size: 21px;
  color: #D85204; }

.review-slider-content {
  margin-top: 10px; }

.review-slider-des {
  font-size: 15px;
  color: #B75309;
  font-weight: 500;
  font-family: 'SVN Uniform'; }

/*Blog*/
.blog-slider.d-flex-owl:not(.owl-loaded) > div {
  -ms-flex: 0 0 calc(33.333333% - 10px);
  flex: 0 0 calc(33.333333% - 10px);
  max-width: calc(33.333333% - 10px);
  margin-right: 10px; }
  @media (max-width: 767px) {
    .blog-slider.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: 10px; } }

.blog-slider .content {
  margin-top: 10px;
  white-space: normal; }
  .blog-slider .content h3 {
    font-size: 16px; }

.blog-slider img {
  border-radius: 5px; }

.blog-slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  border-radius: 0%;
  width: 20px;
  height: 40px;
  color: #fff;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 28px;
  color: #fff;
  line-height: 20px;
  transform: translateY(-50%); }
  .blog-slider.owl-carousel .owl-nav button.owl-next {
    right: 5px; }
  .blog-slider.owl-carousel .owl-nav button.owl-prev {
    left: 5px; }
  @media (max-width: 767px) {
    .blog-slider.owl-carousel .owl-nav button {
      top: 30%; } }

@media (max-width: 767px) {
  .blog-slider {
    margin-top: 15px;
    font-size: 24px; } }

.ldp__cualong-blog {
  padding: 60px 0 0; }

.ldp__cualong-blog .heading-wrap {
  margin-bottom: 60px;
  text-align: center; }

.blog-slider .item .img {
  padding-bottom: calc((400/436) * 100%);
  position: relative; }
  .blog-slider .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.blog-slider .content h3 {
  font-family: 'SVN Uniform';
  font-size: 20px;
  color: #B75309; }

.blog-slider .content h3 a {
  color: #B75309;
  font-size: 20px;
  font-family: 'SVN Uniform'; }

.ldp__cualong-nav {
  padding: 10px 0;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fcf4e8 url(https://file.hstatic.net/1000030244/file/asset_2.png);
  background-size: contain; }

.ldp__cualong-nav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F1D5A1;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.ldp__cualong-nav ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  z-index: 2; }

.ldp__cualong-nav ul li a {
  font-family: 'SVN Uniform';
  font-weight: 700;
  color: #F1D5A1;
  padding: 10px;
  display: inline-block;
  position: relative; }

.ldp__cualong-nav ul li a span {
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  text-align: center; }

@media (max-width: 767px) {
  .ldp__cualong-nav ul {
    white-space: nowrap;
    margin: 0px 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: start; }
    .ldp__cualong-nav ul li {
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%; }
      .ldp__cualong-nav ul li a {
        padding: 10px 5px; } }
