@charset "UTF-8";
/* . - Settings Font */
@font-face {
  font-family: 'gotham';
  src: url(https://file.hstatic.net/200000700229/file/svn-gotham_rounded_light_8370b86f979e451eb9e4fcb40fa96b0f.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'gotham';
  src: url(https://file.hstatic.net/200000700229/file/svn-gotham_rounded_regular_ea99390c950747fcbbbe1e5594534491.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'gotham';
  src: url(https://file.hstatic.net/200000700229/file/svn-gotham_rounded_medium_323ab0150c8345c0935134e51abeddce.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'gotham';
  src: url(https://file.hstatic.net/200000700229/file/svn-gotham_rounded_bold_74f347aeb2674c408e1c0be63c41aef2.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@media (min-width: 1300px) {
  .container {
    max-width: 1240px; } }

/*reset*/
:root {
  --ldp-blue: #00143f;
  --ldp-red: #cd0f3d;
  --ldp-border-color: #00115f; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-family: 'gotham'; }

.main-layout {
  position: relative; }

footer, header, nav, section, main {
  display: block; }

body {
  font-size: 16px;
  line-height: 1.375rem;
  color: #fff;
  font-weight: 400;
  background: #081552;
  position: relative;
  scroll-behavior: smooth; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  color: var(--mainColor); }
  a:hover {
    text-decoration: none;
    color: var(--brandColor); }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

button, button:hover, button:focus {
  border: none;
  outline: none;
  background: none; }

* {
  color: #fff; }

a {
  color: #fff; }

body .mainBody-theme-container {
  /*background: url(https://file.hstatic.net/200000700229/file/mobile-ldp-bluestone-tet2024_117abc1253684303a88ac4977b7168f6.jpg) no-repeat;*/
  background-size: cover; }

.pushbox-content-upper img {
  max-width: 100%; }

.push-text p {
  color: #051b2c; }

.text-warning {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600; }

section {
  padding-bottom: 75px; }
  section.section-1 {
    padding-bottom: 2rem; }
  @media (min-width: 992px) {
    section {
      padding-bottom: 100px; } }

.float-mess {
  position: fixed;
  bottom: 30px;
  right: 24px;
  z-index: 99999;
  cursor: pointer; }

.shine {
  position: relative;
  overflow: hidden; }
  .shine:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    animation: shine 3s infinite linear; }

.ldp-title {
  margin-bottom: 2rem; }
  .ldp-title h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center; }
  @media (min-width: 992px) {
    .ldp-title h2 {
      font-size: 32px; } }

.ldp-header {
  background: var(--ldp-blue);
  position: relative;
  z-index: 99; }
  @media (max-width: 991px) {
    .ldp-header {
      border-bottom: 1px solid var(--ldp-red); } }
  @media (min-width: 992px) {
    .ldp-header.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      animation: fadeInHeader 0.6s both;
      z-index: 999999; } }
  .ldp-header--wrapper {
    display: flex;
    flex-wrap: unset;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0; }
  .ldp-header--logo {
    max-width: 100px; }
    .ldp-header--logo img {
      width: 100%; }
  .ldp-header--contact, .ldp-header--action {
    display: flex;
    flex-wrap: unset;
    justify-content: center;
    align-items: center; }
  .ldp-header--action {
    gap: 30px; }
    @media (max-width: 320px) {
      .ldp-header--action {
        gap: 15px; } }
  .ldp-header--contact {
    gap: 5px; }
    .ldp-header--contact .icon-hotline {
      display: flex; }
      .ldp-header--contact .icon-hotline img {
        width: 30px; }
        @media (max-width: 320px) {
          .ldp-header--contact .icon-hotline img {
            width: 24px; } }
    .ldp-header--contact .text-hotline {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; }
      .ldp-header--contact .text-hotline span:first-child {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500; }
      .ldp-header--contact .text-hotline span:last-child {
        font-size: 13px;
        font-weight: 700; }
      @media (max-width: 320px) {
        .ldp-header--contact .text-hotline span:first-child {
          font-size: 10px; }
        .ldp-header--contact .text-hotline span:last-child {
          font-size: 12px; } }
  .ldp-header .btn-nav--mb {
    display: inline-flex;
    cursor: pointer; }
    .ldp-header .btn-nav--mb img {
      width: 30px; }
  .ldp-header .menu-mb {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient(50deg, #000a54 18%, #003193 100%);
    background-image: -webkit-linear-gradient(50deg, #000a54 18%, #003193 100%);
    background-image: -ms-linear-gradient(50deg, #000a54 18%, #003193 100%);
    margin-top: 1px;
    z-index: 9; }
    .ldp-header .menu-mb--item {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      padding: 15px;
      border-bottom: 1px solid var(--ldp-border-color); }
  .ldp-header--menu .menu-item {
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px; }
    .ldp-header--menu .menu-item a {
      padding: 10px;
      transition: .3s all;
      position: relative; }
      .ldp-header--menu .menu-item a:before {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: .3s all;
        background: var(--ldp-red); }
      .ldp-header--menu .menu-item a.active {
        color: var(--ldp-red); }
        .ldp-header--menu .menu-item a.active:before {
          width: calc(100% - 20px); }

.btn-arrow {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer; }
  .btn-arrow.button-prev {
    background-color: #155aa8; }
    .btn-arrow.button-prev img {
      left: 50%;
      transform: translate(0, -50%); }
  .btn-arrow.button-next {
    background-color: #cd0f3d; }
    .btn-arrow.button-next img {
      right: 50%;
      transform: translate(0, -50%) rotate(-180deg); }
  .btn-arrow img {
    width: 27px;
    height: auto;
    position: absolute;
    top: 50%; }

.float-btn {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 9999;
  display: none; }

.back-to-top .svgico {
  position: relative;
  z-index: 4;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: var(--shop-color-main);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: pulse 2s infinite; }
  .back-to-top .svgico svg {
    fill: #ffffff;
    width: 16px;
    height: 100%;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.section-2 {
  background: url("https://file.hstatic.net/200000700229/file/bg_s2_8a9735c1c5444140a27be60af28dd854.png") no-repeat;
  background-size: cover;
  background-position: bottom; }
  .section-2 .ldp-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px; }
    .section-2 .ldp-list--item {
      position: relative;
      padding-top: calc(100% * 273 / 170); }
      .section-2 .ldp-list--item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover; }
  .section-2 .btn-buynow {
    width: 100%;
    padding: 0;
    background: #c80031;
    border: 1px solid #b9883c;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    animation: crescendo 1s alternate infinite ease-in; }
    .section-2 .btn-buynow--position {
      position: absolute;
      bottom: -1%;
      left: 50%;
      transform: translateX(-50%);
      width: 65%;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .section-2 .btn-buynow:before {
      content: '';
      position: absolute;
      width: 100px;
      height: 100%;
      background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
      top: 0;
      left: -100px;
      animation: shine 3s infinite linear; }
    .section-2 .btn-buynow span {
      font-size: 15px;
      color: white;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.5;
      display: flex;
      justify-content: center;
      align-items: center;
      /*	text-shadow:  0 0 7px #fff,
			0 0 10px #fff,
			0 0 21px #fff,
			0 0 42px rgba(255, 57 ,57 , .77),
			0 0 82px rgba(255, 57 ,57 , .77),
			0 0 92px rgba(255, 57 ,57 , .77),
			0 0 102px rgba(255, 57 ,57 , .77),
			0 0 151px rgba(255, 57 ,57 , .77);
			animation: pulsate 1.5s infinite alternate;  */ }
  @media (min-width: 768px) {
    .section-2 .ldp-list {
      grid-template-columns: repeat(4, 1fr);
      gap: 10px; } }
  @media (min-width: 992px) {
    .section-2 {
      background: url(https://file.hstatic.net/200000700229/file/bg_promotion_041a0cf9c8eb49269e3ce93489849015.png) no-repeat;
      background-size: cover;
      background-position: bottom; } }
  @media (min-width: 1024px) {
    .section-2 .ldp-list {
      gap: 40px; }
      .section-2 .ldp-list--item {
        padding-top: calc(100% * 437 / 273); }
    .section-2 .btn-buynow span {
      font-size: 18px; }
    .section-2 .btn-buynow--position {
      bottom: 0; } }

.wrapper_des_tabcontent {
  min-height: 370px; }
  @media (max-width: 767px) {
    .wrapper_des_tabcontent {
      min-height: unset; } }
  @media (max-width: 320px) {
    .wrapper_des_tabcontent {
      min-height: 295px; } }

.section-3 .tabs, .section-4 .tabs, .section-5 .tabs, .section-6 .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 70px;
  padding-top: 10px;
  margin-bottom: 35px; }
  .section-3 .tabs .tablinks, .section-4 .tabs .tablinks, .section-5 .tabs .tablinks, .section-6 .tabs .tablinks {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .3s;
    background: #0b48d3;
    cursor: pointer;
    border: 1px solid rgba(21, 124, 241, 0.63); }
    .section-3 .tabs .tablinks.active, .section-4 .tabs .tablinks.active, .section-5 .tabs .tablinks.active, .section-6 .tabs .tablinks.active {
      background: #a40025;
      transform: scale(1.2);
      border: 1px solid rgba(255, 72, 72, 0.76); }
    .section-3 .tabs .tablinks img, .section-4 .tabs .tablinks img, .section-5 .tabs .tablinks img, .section-6 .tabs .tablinks img {
      max-width: 99%;
      position: relative;
      z-index: 999; }
    .section-3 .tabs .tablinks:before, .section-4 .tabs .tablinks:before, .section-5 .tabs .tablinks:before, .section-6 .tabs .tablinks:before {
      background: url(https://file.hstatic.net/200000700229/file/circle_da31856a84944fbc90d15123ba59dec5.png) no-repeat;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      background-size: contain;
      z-index: 9;
      transform: translate(-50%, -50%) scale(1.5); }

.section-3 .tabcontent, .section-4 .tabcontent, .section-5 .tabcontent, .section-6 .tabcontent {
  display: none; }
  .section-3 .tabcontent.active, .section-4 .tabcontent.active, .section-5 .tabcontent.active, .section-6 .tabcontent.active {
    display: block; }
  .section-3 .tabcontent .list-item, .section-4 .tabcontent .list-item, .section-5 .tabcontent .list-item, .section-6 .tabcontent .list-item {
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    position: relative;
    padding-top: calc(100% * 140 / 280); }
    .section-3 .tabcontent .list-item img, .section-4 .tabcontent .list-item img, .section-5 .tabcontent .list-item img, .section-6 .tabcontent .list-item img {
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .section-3 .tabcontent .sub, .section-4 .tabcontent .sub, .section-5 .tabcontent .sub, .section-6 .tabcontent .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    min-height: 70px; }
    .section-3 .tabcontent .sub .gift, .section-4 .tabcontent .sub .gift, .section-5 .tabcontent .sub .gift, .section-6 .tabcontent .sub .gift {
      width: 80px;
      padding: 20px 5px 5px;
      border: 1px solid #87b1ff;
      border-radius: 5px;
      display: inline-flex;
      position: relative;
      z-index: 9; }
      .section-3 .tabcontent .sub .gift:before, .section-4 .tabcontent .sub .gift:before, .section-5 .tabcontent .sub .gift:before, .section-6 .tabcontent .sub .gift:before {
        content: 'quà tặng';
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        background: #001250;
        top: -15%;
        padding: 0 2px;
        left: 50%;
        line-height: 1.8;
        transform: translateX(-50%);
        width: 80%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #87b1ff;
        border-radius: 4px; }
      .section-3 .tabcontent .sub .gift img, .section-4 .tabcontent .sub .gift img, .section-5 .tabcontent .sub .gift img, .section-6 .tabcontent .sub .gift img {
        width: 100%;
        margin: 0 auto; }
    .section-3 .tabcontent .sub .swiper-nav-360, .section-4 .tabcontent .sub .swiper-nav-360, .section-5 .tabcontent .sub .swiper-nav-360, .section-6 .tabcontent .sub .swiper-nav-360 {
      cursor: pointer;
      width: 65px;
      margin-left: auto; }
      .section-3 .tabcontent .sub .swiper-nav-360 img, .section-4 .tabcontent .sub .swiper-nav-360 img, .section-5 .tabcontent .sub .swiper-nav-360 img, .section-6 .tabcontent .sub .swiper-nav-360 img {
        width: 100%; }

.section-3 .des_tabs, .section-4 .des_tabs, .section-5 .des_tabs, .section-6 .des_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .section-3 .des_tabs .des_tablinks, .section-4 .des_tabs .des_tablinks, .section-5 .des_tabs .des_tablinks, .section-6 .des_tabs .des_tablinks {
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    border-bottom: 1px solid #579afc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    transition: all .3s; }
    .section-3 .des_tabs .des_tablinks.active, .section-4 .des_tabs .des_tablinks.active, .section-5 .des_tabs .des_tablinks.active, .section-6 .des_tabs .des_tablinks.active {
      border-color: #d90b39;
      color: #d90b39;
      font-size: 15px;
      font-weight: 700; }
    @media (max-width: 320px) {
      .section-3 .des_tabs .des_tablinks, .section-4 .des_tabs .des_tablinks, .section-5 .des_tabs .des_tablinks, .section-6 .des_tabs .des_tablinks {
        font-size: 10px; }
        .section-3 .des_tabs .des_tablinks.active, .section-4 .des_tabs .des_tablinks.active, .section-5 .des_tabs .des_tablinks.active, .section-6 .des_tabs .des_tablinks.active {
          font-size: 12px; } }
    @media (max-width: 308px) {
      .section-3 .des_tabs .des_tablinks.active, .section-4 .des_tabs .des_tablinks.active, .section-5 .des_tabs .des_tablinks.active, .section-6 .des_tabs .des_tablinks.active {
        font-size: 11px; } }
  @media (min-width: 992px) {
    .section-3 .des_tabs, .section-4 .des_tabs, .section-5 .des_tabs, .section-6 .des_tabs {
      display: none; } }

.section-3 h5, .section-4 h5, .section-5 h5, .section-6 h5 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 5px;
  font-weight: 400; }

.section-3 h6, .section-4 h6, .section-5 h6, .section-6 h6 {
  text-transform: uppercase;
  font-weight: 700; }

.section-3 .info-product, .section-4 .info-product, .section-5 .info-product, .section-6 .info-product {
  position: relative; }
  .section-3 .info-product--price img, .section-4 .info-product--price img, .section-5 .info-product--price img, .section-6 .info-product--price img {
    width: 65%; }
  @media (min-width: 992px) {
    .section-3 .info-product, .section-4 .info-product, .section-5 .info-product, .section-6 .info-product {
      display: none; } }

.section-3 .list-cta, .section-4 .list-cta, .section-5 .list-cta, .section-6 .list-cta {
  width: 80%;
  margin: 0 auto; }
  .section-3 .list-cta--item, .section-4 .list-cta--item, .section-5 .list-cta--item, .section-6 .list-cta--item {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: calc(100% * 45 / 259);
    overflow: hidden; }
    .section-3 .list-cta--item:before, .section-4 .list-cta--item:before, .section-5 .list-cta--item:before, .section-6 .list-cta--item:before {
      position: absolute;
      content: '';
      top: 0;
      background: url(https://file.hstatic.net/200000700229/file/group_51_facd04280dd24b0bb73b90ec0bddc183.png) no-repeat;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }
    .section-3 .list-cta--item.special, .section-4 .list-cta--item.special, .section-5 .list-cta--item.special, .section-6 .list-cta--item.special {
      padding-bottom: calc(100% * 47 / 234);
      width: 100%; }
      .section-3 .list-cta--item.special:before, .section-4 .list-cta--item.special:before, .section-5 .list-cta--item.special:before, .section-6 .list-cta--item.special:before {
        background: url(https://file.hstatic.net/200000700229/file/vector_smart_object_copy_189_32fb6e2049bd464caac506ca1ced0431.png) no-repeat;
        background-size: cover; }
      .section-3 .list-cta--item.special.sale:after, .section-4 .list-cta--item.special.sale:after, .section-5 .list-cta--item.special.sale:after, .section-6 .list-cta--item.special.sale:after {
        content: '';
        background: url(https://file.hstatic.net/200000700229/file/30_e826d07b92d34695b81d95bf3db2bf84.png) no-repeat;
        width: 40px;
        left: 100%;
        background-size: cover;
        position: absolute;
        height: 40px;
        bottom: 40%; }
      .section-3 .list-cta--item.special a, .section-4 .list-cta--item.special a, .section-5 .list-cta--item.special a, .section-6 .list-cta--item.special a {
        width: 90%; }
    .section-3 .list-cta--item a, .section-4 .list-cta--item a, .section-5 .list-cta--item a, .section-6 .list-cta--item a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      /*	text-shadow:  0 0 7px #fff,
				0 0 10px #fff,
				0 0 21px #fff,
				0 0 42px rgba(255, 57 ,57 , .77),
				0 0 82px rgba(255, 57 ,57 , .77),
				0 0 92px rgba(255, 57 ,57 , .77),
				0 0 102px rgba(255, 57 ,57 , .77),
				0 0 151px rgba(255, 57 ,57 , .77);
				animation: pulsate 1.5s infinite alternate;  
				*/ }
      .section-3 .list-cta--item a:before, .section-4 .list-cta--item a:before, .section-5 .list-cta--item a:before, .section-6 .list-cta--item a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 80%;
        background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
        left: -100px;
        animation: shine 3s infinite linear; }
      @media (min-width: 992px) {
        .section-3 .list-cta--item a, .section-4 .list-cta--item a, .section-5 .list-cta--item a, .section-6 .list-cta--item a {
          font-size: 14px; } }
      .section-3 .list-cta--item a img, .section-4 .list-cta--item a img, .section-5 .list-cta--item a img, .section-6 .list-cta--item a img {
        max-width: 80px; }
    .section-3 .list-cta--item:first-child a img, .section-4 .list-cta--item:first-child a img, .section-5 .list-cta--item:first-child a img, .section-6 .list-cta--item:first-child a img {
      max-width: 100px; }

.section-3 .info-rate, .section-4 .info-rate, .section-5 .info-rate, .section-6 .info-rate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
  position: absolute;
  right: 0;
  top: 0;
  color: #debd4c;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 6px;
  font-weight: 700;
  background-image: -moz-linear-gradient(36deg, #1371fb 0%, #053189 34%, #1371fb 98%);
  background-image: -webkit-linear-gradient(36deg, #1371fb 0%, #053189 34%, #1371fb 98%);
  background-image: -ms-linear-gradient(36deg, #1371fb 0%, #053189 34%, #1371fb 98%);
  box-shadow: 0px 2px 4px 0px rgba(1, 13, 50, 0.63); }
  .section-3 .info-rate img, .section-4 .info-rate img, .section-5 .info-rate img, .section-6 .info-rate img {
    width: 1rem;
    height: auto; }

.section-3 .des_tabcontent, .section-4 .des_tabcontent, .section-5 .des_tabcontent, .section-6 .des_tabcontent {
  display: none; }
  .section-3 .des_tabcontent.active, .section-4 .des_tabcontent.active, .section-5 .des_tabcontent.active, .section-6 .des_tabcontent.active {
    display: block; }
  .section-3 .des_tabcontent .feature-tabs, .section-4 .des_tabcontent .feature-tabs, .section-5 .des_tabcontent .feature-tabs, .section-6 .des_tabcontent .feature-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
    position: relative; }
    .section-3 .des_tabcontent .feature-tabs:before, .section-4 .des_tabcontent .feature-tabs:before, .section-5 .des_tabcontent .feature-tabs:before, .section-6 .des_tabcontent .feature-tabs:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      height: 3px;
      object-fit: cover;
      transform: translate(-50%, -50%);
      background: url(https://file.hstatic.net/200000700229/file/line-feature_5c645a4d5f934eb6bc169676d94cc968.png) no-repeat;
      background-size: cover;
      z-index: 9; }
    .section-3 .des_tabcontent .feature-tabs .feature_tablinks, .section-4 .des_tabcontent .feature-tabs .feature_tablinks, .section-5 .des_tabcontent .feature-tabs .feature_tablinks, .section-6 .des_tabcontent .feature-tabs .feature_tablinks {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      position: relative;
      z-index: 99;
      padding: 10px;
      transition: all .3s;
      background: url(https://file.hstatic.net/200000700229/file/feature-background_9766e8ac675f45a99e0b68b9118cf831.png) no-repeat;
      background-size: cover; }
      .section-3 .des_tabcontent .feature-tabs .feature_tablinks div, .section-4 .des_tabcontent .feature-tabs .feature_tablinks div, .section-5 .des_tabcontent .feature-tabs .feature_tablinks div, .section-6 .des_tabcontent .feature-tabs .feature_tablinks div {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 1px; }
      .section-3 .des_tabcontent .feature-tabs .feature_tablinks.active, .section-4 .des_tabcontent .feature-tabs .feature_tablinks.active, .section-5 .des_tabcontent .feature-tabs .feature_tablinks.active, .section-6 .des_tabcontent .feature-tabs .feature_tablinks.active {
        transform: scale(1.3); }
        .section-3 .des_tabcontent .feature-tabs .feature_tablinks.active div, .section-4 .des_tabcontent .feature-tabs .feature_tablinks.active div, .section-5 .des_tabcontent .feature-tabs .feature_tablinks.active div, .section-6 .des_tabcontent .feature-tabs .feature_tablinks.active div {
          background: url(https://file.hstatic.net/200000700229/file/border-linear_9c35a3f5937642c49474752c378d060c.png) no-repeat;
          background-size: cover; }
        .section-3 .des_tabcontent .feature-tabs .feature_tablinks.active span:before, .section-4 .des_tabcontent .feature-tabs .feature_tablinks.active span:before, .section-5 .des_tabcontent .feature-tabs .feature_tablinks.active span:before, .section-6 .des_tabcontent .feature-tabs .feature_tablinks.active span:before {
          width: 0;
          height: 0;
          content: '';
          position: absolute;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 8px solid #081552;
          top: 98%;
          left: 50%;
          transform: translateX(-50%) rotate(180deg);
          z-index: 999; }
      .section-3 .des_tabcontent .feature-tabs .feature_tablinks span, .section-4 .des_tabcontent .feature-tabs .feature_tablinks span, .section-5 .des_tabcontent .feature-tabs .feature_tablinks span, .section-6 .des_tabcontent .feature-tabs .feature_tablinks span {
        background-color: #081552;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 9; }
      .section-3 .des_tabcontent .feature-tabs .feature_tablinks img, .section-4 .des_tabcontent .feature-tabs .feature_tablinks img, .section-5 .des_tabcontent .feature-tabs .feature_tablinks img, .section-6 .des_tabcontent .feature-tabs .feature_tablinks img {
        width: 60%;
        position: relative;
        z-index: 999; }
  .section-3 .des_tabcontent .wrapper_feature_tabcontent, .section-4 .des_tabcontent .wrapper_feature_tabcontent, .section-5 .des_tabcontent .wrapper_feature_tabcontent, .section-6 .des_tabcontent .wrapper_feature_tabcontent {
    margin-top: 20px;
    min-height: 100px; }
  .section-3 .des_tabcontent .feature_tabcontent, .section-4 .des_tabcontent .feature_tabcontent, .section-5 .des_tabcontent .feature_tabcontent, .section-6 .des_tabcontent .feature_tabcontent {
    display: none;
    text-align: center; }
    .section-3 .des_tabcontent .feature_tabcontent.active, .section-4 .des_tabcontent .feature_tabcontent.active, .section-5 .des_tabcontent .feature_tabcontent.active, .section-6 .des_tabcontent .feature_tabcontent.active {
      display: block; }
    .section-3 .des_tabcontent .feature_tabcontent h6, .section-4 .des_tabcontent .feature_tabcontent h6, .section-5 .des_tabcontent .feature_tabcontent h6, .section-6 .des_tabcontent .feature_tabcontent h6 {
      color: #d90b39; }
    .section-3 .des_tabcontent .feature_tabcontent p, .section-4 .des_tabcontent .feature_tabcontent p, .section-5 .des_tabcontent .feature_tabcontent p, .section-6 .des_tabcontent .feature_tabcontent p {
      margin-top: 10px;
      font-weight: 600; }

@media (min-width: 992px) {
  .section-3 .tabcontent, .section-4 .tabcontent, .section-5 .tabcontent, .section-6 .tabcontent {
    position: relative; }
    .section-3 .tabcontent .list-slider, .section-4 .tabcontent .list-slider, .section-5 .tabcontent .list-slider, .section-6 .tabcontent .list-slider {
      position: static;
      width: 40%; }
    .section-3 .tabcontent .sub .gift, .section-4 .tabcontent .sub .gift, .section-5 .tabcontent .sub .gift, .section-6 .tabcontent .sub .gift {
      display: none; }
  .section-3 .wrapper_des_tabcontent, .section-4 .wrapper_des_tabcontent, .section-5 .wrapper_des_tabcontent, .section-6 .wrapper_des_tabcontent {
    position: static;
    min-height: unset; }
  .section-3 .des_tabcontent, .section-4 .des_tabcontent, .section-5 .des_tabcontent, .section-6 .des_tabcontent {
    display: block;
    position: static;
    height: 100%; }
    .section-3 .des_tabcontent .info-product--price, .section-4 .des_tabcontent .info-product--price, .section-5 .des_tabcontent .info-product--price, .section-6 .des_tabcontent .info-product--price {
      text-align: center; }
    .section-3 .des_tabcontent .list-cta, .section-4 .des_tabcontent .list-cta, .section-5 .des_tabcontent .list-cta, .section-6 .des_tabcontent .list-cta {
      position: absolute;
      width: 30%;
      top: 0;
      right: 0; }
    .section-3 .des_tabcontent:last-child, .section-4 .des_tabcontent:last-child, .section-5 .des_tabcontent:last-child, .section-6 .des_tabcontent:last-child {
      position: absolute;
      top: 0;
      left: 0;
      width: 30%;
      gap: 20px;
      display: flex; }
      .section-3 .des_tabcontent:last-child .feature-tabs, .section-4 .des_tabcontent:last-child .feature-tabs, .section-5 .des_tabcontent:last-child .feature-tabs, .section-6 .des_tabcontent:last-child .feature-tabs {
        width: 20%;
        margin: 0; }
        .section-3 .des_tabcontent:last-child .feature-tabs:before, .section-4 .des_tabcontent:last-child .feature-tabs:before, .section-5 .des_tabcontent:last-child .feature-tabs:before, .section-6 .des_tabcontent:last-child .feature-tabs:before {
          background: url("https://file.hstatic.net/200000700229/file/newline_f34b55123f17430d90bfa4b5370f8fef.png");
          width: 3px;
          height: 75%; }
      .section-3 .des_tabcontent:last-child .wrapper_feature_tabcontent, .section-4 .des_tabcontent:last-child .wrapper_feature_tabcontent, .section-5 .des_tabcontent:last-child .wrapper_feature_tabcontent, .section-6 .des_tabcontent:last-child .wrapper_feature_tabcontent {
        width: calc(80% - 20px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        margin: 0; }
        .section-3 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent, .section-4 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent, .section-5 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent, .section-6 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent {
          min-height: 75px;
          display: flex;
          text-align: left;
          align-items: flex-start;
          justify-content: center;
          flex-direction: column; }
          .section-3 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent br, .section-4 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent br, .section-5 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent br, .section-6 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent br {
            display: none; }
          .section-3 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) h6, .section-4 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) h6, .section-5 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) h6, .section-6 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) h6 {
            color: #3183ff; }
          .section-3 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) p, .section-4 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) p, .section-5 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) p, .section-6 .des_tabcontent:last-child .wrapper_feature_tabcontent .feature_tabcontent:not(.active, .active, .active, .active) p {
            display: none; } }

.section-3 {
  padding-top: 120px;
  margin-top: -120px;
  background: url(https://file.hstatic.net/200000700229/file/bg_bep_c8963624daf347818e451306f48a5cb5.png) no-repeat;
  background-size: contain;
  background-position: center; }
  .section-3 .tabs .tablinks img {
    max-width: 75px; }
  @media (min-width: 992px) {
    .section-3 {
      background: url(https://file.hstatic.net/200000700229/file/bg_6a3f8a34d0194545ac450124963c1ca2.png) no-repeat;
      background-size: cover;
      background-position: center; }
      .section-3 .tabcontent .sub .gift {
        display: block; } }

.section-4 {
  padding-top: 80px;
  margin-top: -80px;
  background: url(https://file.hstatic.net/200000700229/file/bg_noi_chien_c1988a15f0bc4b7e95395a92c0cedc4e.png) no-repeat;
  background-size: contain;
  background-position: center; }
  .section-4 .des_tabcontent .feature-tabs .feature_tablinks img {
    width: 70%; }
  .section-4 .tabs .tablinks img {
    max-width: 50px; }
  .section-4 .tabcontent .list-item img {
    width: 60%; }
  .section-4 .tabcontent .sub .gift img {
    width: 50%;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .section-4 {
      background: url(https://file.hstatic.net/200000700229/file/bg_noi_chien_khong_dau_5a6ef4f9d82f4f37889183ef997eb293.png) no-repeat;
      background-size: cover;
      background-position: center; } }

.section-5 {
  padding-top: 40px;
  margin-top: -40px;
  background: url(https://file.hstatic.net/200000700229/file/bg_may_lam_sua_1114450cd9f249f69a9c57087b946f1c.png) no-repeat;
  background-size: cover;
  background-position: center; }
  .section-5 .tabs .tablinks img {
    max-width: 60px; }
  .section-5 .tabcontent .list-item img {
    width: 60%; }
  .section-5 .tabcontent .sub .gift img {
    width: 50%;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .section-5 {
      background: url(https://file.hstatic.net/200000700229/file/bg_noi_com_b0dd6d61031e4a74800deb4942bf57fd.png) no-repeat;
      background-size: cover;
      background-position: center; } }

.section-6 {
  margin-top: -120px;
  padding-top: 120px;
  background: url(https://file.hstatic.net/200000700229/file/bg_noi_com_b234aab4254f4da1a62e63b88e1498a4.png) no-repeat;
  background-size: contain;
  background-position: center; }
  .section-6 .tabs .tablinks img {
    max-width: 40px; }
  .section-6 .tabcontent .list-item img {
    width: 40%; }
  .section-6 .tabcontent .sub .gift img {
    width: 50%;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .section-6 {
      background: url(https://file.hstatic.net/200000700229/file/bg_may_say_7bd29347326343d8adf47c8dbb022a66.png) no-repeat;
      background-size: cover;
      background-position: center; } }

.section-7 {
  background: url(https://file.hstatic.net/200000700229/file/bg_fb_2415840a076a41759a72b6930c0fd90f.png) no-repeat;
  background-size: cover;
  background-position: center; }
  .section-7--content {
    display: flex; }
  .section-7--title {
    color: rgba(255, 255, 255, 0.3);
    font-size: 38px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    margin-left: auto;
    letter-spacing: 1px;
    font-weight: 600; }
  .section-7--action {
    width: 30%;
    flex: 0 0 auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .section-7--slider {
    width: 70%;
    flex: 0 0 auto; }
  .section-7--nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .section-7 .list-item {
    width: 65%;
    flex: 0 0 auto; }
    @media (max-width: 991px) {
      .section-7 .list-item:not(.swiper-slide-active) .list-item--content {
        background-color: rgba(1, 24, 68, 0.851); } }
    .section-7 .list-item--img {
      position: relative;
      padding-top: calc(100% * 293 / 190);
      border-radius: 5px;
      overflow: hidden; }
    .section-7 .list-item--content {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 47, 141, 0.91);
      z-index: 99;
      padding: 10px;
      border-radius: 0 0 5px 5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .section-7 .list-item--content h6 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 5px; }
      .section-7 .list-item--content span {
        color: #cd0f3d;
        font-style: italic;
        font-size: 12px;
        font-weight: 500; }
    .section-7 .list-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
  @media (min-width: 992px) {
    .section-7--title {
      font-size: 68px; }
    .section-7 .list-item--img {
      padding-top: calc(100% * 406 / 264); }
    .section-7--content {
      max-width: 1240px;
      margin: 0 auto; }
    .section-7--action {
      width: 10%; }
    .section-7--slider {
      width: 90%; }
    .section-7--nav {
      display: none; } }

.section-8 .feedback-slider {
  position: relative; }

.section-8 .ldp-title {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem; }
  .section-8 .ldp-title:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cd0f3d;
    left: 0;
    z-index: 99;
    position: absolute;
    bottom: -4px; }
  .section-8 .ldp-title:after {
    content: '';
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #fff;
    z-index: 9; }
  .section-8 .ldp-title h2 {
    color: #cd0f3d;
    text-align: left; }

.section-8 h6 {
  color: #cd0f3d;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700; }

.section-8 span {
  font-size: 14px;
  font-style: italic;
  font-weight: 500; }

.section-8 .rate {
  margin: 1rem 0 1.5rem;
  display: flex;
  gap: 4px;
  align-items: center; }
  .section-8 .rate img {
    max-width: 1rem; }

.section-8 p {
  font-size: 14px;
  font-weight: 500; }

.section-8--nav {
  display: inline-flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99; }

.section-8--wrapper {
  padding: 20px 10px 10px; }

.section-8 .btn-cta {
  width: 50%;
  margin-left: auto;
  margin-top: 2rem;
  display: flex; }
  .section-8 .btn-cta a {
    display: inline-flex; }
  .section-8 .btn-cta img {
    width: 100%; }

@media (min-width: 992px) {
  .section-8 .feedback-list--overview h6 {
    font-size: 24px; }
  .section-8 .feedback-list--content {
    display: grid;
    grid-template-columns: 35% 65%; }
  .section-8 .btn-cta {
    justify-content: flex-end; }
    .section-8 .btn-cta img {
      max-width: 250px; } }

.ldp-footer {
  background: #002778;
  border-top: 1px solid var(--ldp-red);
  padding: 15px 0; }
  .ldp-footer--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .ldp-footer--logo {
    width: 100px; }
    .ldp-footer--logo img {
      width: 100%; }
  .ldp-footer--social {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center; }
    .ldp-footer--social a {
      padding: 5px; }
      .ldp-footer--social a:first-child img {
        max-width: 30px; }
      .ldp-footer--social a:last-child img {
        max-width: 10px; }

.mh-90 {
  min-height: 90px; }

.pc-title {
  text-align: center;
  margin-bottom: 3rem; }

.pc-tablinks--title {
  position: relative; }
  .pc-tablinks--title span {
    position: absolute;
    text-transform: uppercase;
    left: 50%;
    bottom: calc(100% + 2rem);
    transform: translateX(-50%);
    font-weight: 600;
    text-align: center;
    width: 200%; }
  .pc-tablinks--title .active + span {
    color: var(--ldp-red); }

@keyframes blinker {
  50% {
    opacity: 0; } }

@keyframes pulsate {
  100% {
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px rgba(255, 57, 57, 0.77), 0 0 80px rgba(255, 57, 57, 0.77), 0 0 90px rgba(255, 57, 57, 0.77), 0 0 100px rgba(255, 57, 57, 0.77), 0 0 150px rgba(255, 57, 57, 0.77); }
  0% {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 10px rgba(255, 57, 57, 0.77), 0 0 45px rgba(255, 57, 57, 0.77), 0 0 55px rgba(255, 57, 57, 0.77), 0 0 70px rgba(255, 57, 57, 0.77), 0 0 80px rgba(255, 57, 57, 0.77); } }

@keyframes shine {
  0% {
    left: -100px; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }

@keyframes crescendo {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #b9883c, 0 0 80px #b9883c, 0 0 90px #b9883c, 0 0 100px #b9883c, 0 0 150px #b9883c; }
  20%, 24%, 55% {
    text-shadow: none; } }

@keyframes fadeInHeader {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
