@font-face {
  font-family: 'SVN-Gotham Regular';
  src: url("https://file.hstatic.net/1000230347/file/svn-gotham_regular.otf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SVN-Gotham Bold';
  src: url("https://file.hstatic.net/1000230347/file/svn-gotham_bold.otf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SVN-Gotham Book';
  src: url("https://file.hstatic.net/1000230347/file/svn-gotham_book.otf");
  font-weight: 400;
  font-style: normal; }

@keyframes turnAround {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(-90deg); }
  100% {
    transform: rotateY(0deg); } }

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.ldp-footer {
  margin-top: 15px;
  padding: 3% 0;
  border-top: 1px solid #d7d7d7; }
  .ldp-footer h5 {
    font-family: 'SVN-Gotham Bold';
    margin: 20px 0; }
  .ldp-footer ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    text-decoration: underline;
    width: 100%; }
  .ldp-footer .col-12.s2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; }
  .ldp-footer--social {
    display: flex;
    gap: 15px;
    justify-content: flex-end; }
    .ldp-footer--social a {
      transition: all .4s; }
      .ldp-footer--social a:hover {
        transform: rotate(15deg) scale(1.2); }

.btns-sticky {
  right: 30px;
  bottom: 60px; }
  .btns-sticky > a {
    width: 54px;
    height: 54px; }
  .btns-sticky .coccoc-alo-ph-circle {
    border: 2px solid rgba(230, 0, 0, 0.4); }
  .btns-sticky .coccoc-alo-ph-circle-fill {
    background-color: #e60000; }
  .btns-sticky img {
    width: 100%; }
  .btns-sticky .socila-text {
    position: absolute;
    top: calc(100% + 10px);
    width: 135%;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%); }

.tab-content {
  display: block; }

.zalo-chat-widget {
  bottom: 130px !important;
  right: 10px !important; }

.img-absolute {
  position: absolute; }

.sub-title p {
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.sub-title .fa-circle {
  font-size: 10px;
  margin-right: 10px; }

h2 {
  font-size: 36px;
  margin-bottom: 0;
  font-family: 'SVN-Gotham Bold';
  color: #fff;
  font-weight: 700; }

b {
  font-family: 'SVN-Gotham Bold'; }

.ldp-bannerani--right, .ldp-bannerani--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%; }

.ldp {
  font-family: 'SVN-Gotham Book';
  background: #fff;
  color: #000;
  padding-top: 80.3px;
  font-weight: 400;
  font-style: normal; }
  .ldp-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 7vw;
    margin: 0;
    text-transform: uppercase; }
    .ldp-menu li {
      font-family: 'SVN-Gotham Regular';
      cursor: pointer; }
  .ldp-header {
    background: #fff;
    display: flex;
    gap: 30px;
    padding: 15px;
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.06); }
    .ldp-header--wrap {
      display: flex;
      justify-content: space-between; }
  .ldp-news {
    background: #f2f2f2;
    padding: 3% 0; }
    .ldp-news .slick-slider:not(.slick-initialized) {
      display: flex; }
    .ldp-news--title {
      font-size: 2rem;
      color: #000;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .ldp-news--title b {
        color: #3c348a; }
    .ldp-news--item {
      border-radius: 5px;
      overflow: hidden;
      background: #fff;
      transition: all .4s;
      border: 1px solid #ebebeb;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .ldp-news--item:hover {
        box-shadow: 0 0 10px 2px rgba(97, 97, 97, 0.3);
        transform: translateY(-5px); }
      .ldp-news--item .info {
        padding: 15px;
        margin-top: auto; }
      .ldp-news--item .logo {
        width: 100px;
        margin: 15px 0; }
        .ldp-news--item .logo.tt {
          padding: 5px 10px;
          border-radius: 5px;
          background: #e30e16; }
      .ldp-news--item h6 a {
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.5;
        color: #3c348a; }
      .ldp-news--item p {
        margin-top: 15px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .ldp-news--item .btn-news {
        background: #3c348a;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px; }
  .ldp-form {
    padding: 5% 0;
    background-image: url("https://file.hstatic.net/1000230347/file/sec5-bgimg.png");
    background-position: top;
    margin-top: 2%;
    background-size: contain; }
    .ldp-form h2 {
      text-transform: uppercase;
      color: #4a7e00;
      margin-bottom: 15px;
      font-size: 2.5rem;
      letter-spacing: .1rem;
      font-family: 'SVN-Gotham Bold'; }
    .ldp-form--wrap {
      padding: 6% 5%;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("https://file.hstatic.net/1000230347/file/bg-email.png"); }
      .ldp-form--wrap form {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 15px 0; }
        .ldp-form--wrap form input, .ldp-form--wrap form textarea {
          border: 1px solid #000;
          background-color: #f9f9f9;
          font-size: 1rem;
          padding: 0.8rem 1.2rem;
          margin: 0;
          outline: none; }
          .ldp-form--wrap form input:focus, .ldp-form--wrap form textarea:focus {
            border-color: #f15252; }
        .ldp-form--wrap form input {
          width: calc(50% - 7.5px); }
        .ldp-form--wrap form textarea {
          width: 100%; }
        .ldp-form--wrap form button {
          padding: 5px 15px;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;
          color: #fff;
          background: #000;
          position: relative;
          border: none;
          min-width: 180px; }
    .ldp-form--info ul {
      list-style-type: none;
      padding: 0; }
      .ldp-form--info ul li {
        font-size: 18px;
        color: inherit;
        margin-bottom: 15px;
        display: inline-block;
        background: #f9f9f9;
        border-radius: 3px;
        padding: 0.5rem 1rem;
        margin-right: 10px; }
        .ldp-form--info ul li a {
          color: #inherit;
          font-weight: 600; }
        .ldp-form--info ul li svg {
          fill: #3c348a;
          margin-right: 10px;
          width: 24px;
          height: 24px; }
  .ldp-bannerani {
    position: relative;
    margin-bottom: 10%; }
    .ldp-bannerani--child {
      position: absolute;
      bottom: -16%;
      left: 0;
      width: 100%; }
    .ldp-bannerani--leaf {
      position: absolute;
      bottom: -4%;
      width: 4vw;
      min-width: 20px;
      animation: turnAround 2.5s linear infinite; }
      .ldp-bannerani--leaf.s1 {
        left: 20%;
        transform: translateX(-50%); }
      .ldp-bannerani--leaf.s2 {
        right: 20%;
        transform: translateX(50%); }
  .ldp-points {
    padding: 3% 0;
    background: #fff;
    margin-bottom: 5%;
    /*background-image: url('https://file.hstatic.net/1000230347/file/bg-blank2_4b696595afe14a79a09cfc9e74dcae03.png');
		background-size: contain;*/
    position: relative; }
    .ldp-points.s2 {
      background: #f2f9f5;
      padding: 5% 0;
      margin-bottom: 0; }
    .ldp-points.s3 {
      padding: 5% 0;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 2% 0;
      margin-bottom: 0; }
    .ldp-points.s4 {
      padding: 5% 0;
      margin-top: 2%;
      margin-bottom: 0;
      background-image: url(https://file.hstatic.net/1000230347/file/sec4-bgimg.png); }
    .ldp-points--itemslide {
      box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden; }
      .ldp-points--itemslide .slick-dots li button {
        height: 14px;
        width: 14px;
        border-radius: 50%;
        opacity: 0.5;
        box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.4); }
      .ldp-points--itemslide .slick-dots li.slick-active button {
        background: #fff;
        border-color: #fff;
        opacity: 1; }
      .ldp-points--itemslide-btns {
        display: flex;
        justify-content: space-between;
        gap: 15px; }
        .ldp-points--itemslide-btns a {
          transition: all .3s;
          box-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 0.25); }
          .ldp-points--itemslide-btns a:hover {
            box-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 0.45);
            transform: translateY(-5px); }
      .ldp-points--itemslide-info {
        padding: 2rem 1.5rem; }
        .ldp-points--itemslide-info h5 {
          text-align: center;
          font-family: 'SVN-Gotham Bold'; }
        .ldp-points--itemslide-info > span {
          margin: 15px 0;
          display: block;
          text-align: center;
          position: relative; }
          .ldp-points--itemslide-info > span:before {
            position: absolute;
            right: 0%;
            top: 50%;
            width: 30%;
            background: #000;
            height: 1px;
            content: ''; }
          .ldp-points--itemslide-info > span:after {
            position: absolute;
            left: 0%;
            top: 50%;
            width: 30%;
            background: #000;
            height: 1px;
            content: ''; }
    .ldp-points--ani {
      animation: pulse 8s linear infinite; }
      .ldp-points--ani .ldp-points--img3 {
        position: absolute;
        top: 0;
        left: 58%;
        transform: translateX(-50%);
        width: 155%; }
    .ldp-points--text {
      text-align: justify;
      letter-spacing: 1.1px;
      line-height: 24px; }
    .ldp-points--leaf {
      position: absolute; }
      .ldp-points--leaf.s1 {
        left: 7%;
        top: 10%;
        width: 4vw;
        animation: turnAround 2.5s linear infinite; }
      .ldp-points--leaf.s2 {
        left: 50%;
        bottom: 5%;
        width: 4vw;
        animation: turnAround 2.5s 1s linear infinite; }
      .ldp-points--leaf.s3 {
        left: 70%;
        top: 6%;
        width: 4vw;
        animation: turnAround 2.5s 1.75s linear infinite; }
      .ldp-points--leaf.s4 {
        left: 7%;
        top: 36%;
        width: 4vw;
        animation: turnAround 2.5s linear infinite; }
      .ldp-points--leaf.s5 {
        left: 21%;
        top: 10%;
        width: 5vw;
        animation: turnAround 2.5s 1s linear infinite; }
      .ldp-points--leaf.s6 {
        left: 92%;
        bottom: 18%;
        width: 4vw;
        animation: turnAround 2.5s 1.75s linear infinite; }
      .ldp-points--leaf.s7 {
        left: 2%;
        bottom: 14%;
        width: 5vw;
        animation: turnAround 2.5s 1.75s linear infinite; }
      .ldp-points--leaf.s8 {
        left: 5%;
        top: 6%;
        width: 5vw;
        animation: turnAround 2.5s 1.75s linear infinite; }
      .ldp-points--leaf.s9 {
        left: 40%;
        bottom: 0%;
        width: 5vw;
        animation: turnAround 2.5s 1.75s linear infinite; }
      .ldp-points--leaf.s10 {
        left: 82%;
        top: 0%;
        width: 5vw;
        animation: turnAround 2.5s 1.75s linear infinite; }
      .ldp-points--leaf.s11 {
        left: 88%;
        top: 48%;
        width: 5vw;
        animation: turnAround 2.5s 1.75s linear infinite; }
    .ldp-points--img2 {
      transition: all .5s; }
      .ldp-points--img2:hover {
        transform: translateY(-10px); }
      .ldp-points--img2 img {
        box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
        border-radius: 10px; }
  .ldp-tabs {
    padding: 3% 0;
    background: #fff; }
    .ldp-tabs--itempros {
      margin-right: 0.5rem;
      width: 80%; }
      .ldp-tabs--itempros > .slick-slider:not(.slick-initialized) {
        display: flex; }
    .ldp-tabs--item {
      display: flex;
      gap: 15px;
      align-items: center;
      background: #3c348a;
      border-radius: 10px;
      padding: 15px; }
      .ldp-tabs--item > h5 {
        width: 20%;
        text-align: center;
        color: #3c348a;
        background: #fff;
        padding: 10px;
        border-radius: 30px;
        border: 1px dashed #3c348a; }
    .ldp-tabs h2 {
      text-align: center;
      text-transform: uppercase;
      color: #3c348a;
      margin-bottom: 30px;
      font-size: 2rem;
      font-weight: 700; }
    .ldp-tabs .nav-tabs {
      border: none;
      justify-content: center;
      gap: 30px;
      margin-bottom: 15px; }
      .ldp-tabs .nav-tabs .nav-link {
        border-radius: 25px;
        transition: all .4s;
        color: #3c348a;
        background-color: #fff;
        border: 1px solid #3c348a; }
        .ldp-tabs .nav-tabs .nav-link.active {
          color: #fff;
          background-color: #3c348a;
          border-color: #3c348a; }
    .ldp-tabs .item_product_main {
      cursor: pointer; }
      .ldp-tabs .item_product_main:before {
        display: none; }
    .ldp-tabs .price-contact {
      background: red;
      color: #fff;
      padding: 5px 10px;
      border-radius: 25px;
      display: inline-block;
      cursor: pointer;
      font-size: 12px; }
    .ldp-tabs--tabwrap:not(.slick-initialized) {
      display: flex;
      overflow: hidden; }

.ldp-titleimg {
  text-align: center; }

.btn-vx {
  display: inline-block;
  margin-top: 2rem;
  max-width: 200px;
  transition: all .4s; }
  .btn-vx:hover {
    transform: scale(1.1); }

@media (min-width: 992px) {
  .ldp {
    padding-top: 70px; } }

@media (min-width: 768px) {
  .ldp-points--img {
    position: absolute;
    top: -40%;
    right: -20%;
    width: 102%;
    animation: pulse 8s linear infinite; } }

@media (max-width: 767px) {
  .ldp-hambuger {
    display: block; }
  .ldp-form--wrap form {
    justify-content: center; }
  .ldp-points.s1 .ldp-titleimg img {
    width: 40vw;
    margin-bottom: -10px !important; }
  .ldp-points.s2 .ldp-titleimg img {
    width: 65vw;
    margin-bottom: -10px !important; }
  .ldp-points.s3 .ldp-titleimg img {
    width: 80vw;
    margin-bottom: -10px !important; }
  .ldp-points.s4 .ldp-titleimg img {
    width: 60vw;
    margin-bottom: -10px !important; }
  .ldp-form--wrap form button {
    min-width: 120px; }
  .ldp-form {
    padding: 10px 5px; }
  .ldp-bannerani--leaf.s1 {
    left: 10%;
    bottom: 0%; }
  .ldp-bannerani--leaf.s2 {
    right: 10%;
    bottom: 0%; }
  .ldp-footer ul, .ldp-footer--social {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    gap: 15px; }
  .ldp-form--wrap {
    background: #e5f3eb; }
  .ldp-points--ani {
    display: none; }
  .ldp {
    padding-bottom: 15px; }
  .ldp-news .ldp-news--item .logo {
    width: auto;
    height: 18px; }
  .ldp-news .ldp-news--item h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .ldp-form > .container > .row {
    flex-direction: column-reverse;
    gap: 15px; }
  .zalo-chat-widget {
    bottom: 150px !important;
    right: 5px !important; }
  .mb-5, .my-5 {
    margin-bottom: .4rem !important; }
  .ldp-points.s4 {
    padding: 15% 0; }
  .ldp-points--img2 {
    margin-bottom: 20px; }
    .ldp-points--img2:hover {
      transform: none; }
  .ldp-points--img3 {
    margin: 15px 0 !important; }
  .ldp-header {
    gap: 10px;
    padding: 10px; }
    .ldp-header .ldp-logo {
      width: 50vw;
      max-width: 150px; }
    .ldp-header .ldp-header--wrap {
      flex-wrap: wrap;
      justify-content: center; }
    .ldp-header .ldp-menu {
      gap: 10px;
      padding: 0;
      margin-top: 15px;
      width: 100%;
      justify-content: center; }
      .ldp-header .ldp-menu li {
        font-size: 12px; }
  .ldp-tabs--item {
    flex-wrap: wrap;
    justify-content: center; }
    .ldp-tabs--item > h5 {
      width: auto;
      min-width: 45%; }
    .ldp-tabs--item .ldp-tabs--itempros {
      margin: 0;
      width: 100%; }
  .ldp-steps--wrap {
    padding: 15px;
    flex-wrap: wrap;
    gap: 15px; }
    .ldp-steps--wrap .ldp-steps--item {
      width: calc(50% - 7.5px);
      margin: 0 !important; }
  #reviewBookModal button.close {
    z-index: 99;
    color: #000; }
  .ldp-bannerani .main-img {
    width: 100%; }
  .ldp-bannerani--left {
    padding-top: 0%; }
  .ldp-bannerani .shape-1 {
    width: 30%;
    left: -3%; }
  .ldp-bannerani .shape-2 {
    right: 0; }
  .ldp-bannerani .shape-3 {
    width: 24%;
    bottom: 5%;
    left: -6%; }
  .sub-title p {
    font-size: 12px; }
  .short-des {
    font-size: 16px; }
  .text-run .run {
    height: auto; }
  .txt-rotate > .wrap {
    font-size: 8px !important; }
  h2 {
    font-size: 18px !important;
    margin-bottom: 15px !important; }
  .ldp-points--wrap {
    gap: 15px; }
    .ldp-points--wrap .ldp-points--item {
      width: 100%; }
  .ldp-tabs .nav-tabs {
    gap: 10px; }
    .ldp-tabs .nav-tabs .nav-item {
      width: calc(50% - 5px);
      text-align: center;
      margin-bottom: 5px; }
  body {
    padding: 0; }
  .gallery-print-me-tem label {
    font-size: 16px !important; }
  .ega-cr-addon.ega-cr-addon--shopee {
    display: none; }
  .sec_showcase .slick-arrow.slick-next {
    right: 5px; }
  .sec_showcase .slick-arrow.slick-prev {
    left: 5px; }
  .cate {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0 0 0; }
  .cate_item {
    width: calc(50% - 20px);
    margin: 0 !important; }
  .cate_item:last-child img {
    margin-bottom: -9px !important; }
  .title-img img {
    width: 60vw; }
  .title-img img.ani {
    width: 88vw; }
  .sec_demo {
    height: 52vh;
    background-position: revert; }
  .sec_demo .bags {
    top: -11vh;
    position: absolute;
    left: 44%;
    transform: translateX(-50%);
    z-index: 0; }
  .sec_demo .bags .bag {
    width: 45vw; }
  .sec_demo .bags .bag.bag1 {
    width: 51vw; }
  .sec_demo .top-title, .sec_demo .bg-title {
    width: 124vw;
    z-index: 1;
    top: -44px;
    transform: translateX(-50%); }
  .sec_demo .hand.left {
    width: 17vw;
    left: 1%;
    top: 10%; }
  .sec_demo .hand.right {
    width: 33vw;
    right: -17%;
    top: 6%; }
  .sec_header__wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; }
  .sec_header img {
    width: 50vw; }
  .sec_header ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: space-between; } }

button.close {
  position: absolute;
  right: 24px;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 36px; }

#reviewBookModal .modal-body {
  padding: 0 15px;
  text-align: center;
  overflow: hidden;
  /*background: #666;*/
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center; }

#flipbook {
  width: 100%;
  margin: 0 !important;
  overflow: hidden; }

.btn-flip svg {
  fill: #fff;
  width: 56px;
  height: 56px; }

#reviewBookModal .modal-lg, .modal-xl {
  max-width: calc(100vw - 0.2rem); }

#reviewBookModal .modal-dialog-scrollable .modal-content {
  background: transparent;
  border: none; }

@media (min-width: 1400px) {
  /*.modal-lg, .modal-xl {
	max-width: 1366px;
}*/
  #reviewBookModal .modal-dialog-scrollable {
    max-height: calc(100% - .4rem); }
  #reviewBookModal .modal-dialog {
    margin: .2rem auto; } }

@media (max-width: 991px) {
  .btn-flip {
    position: absolute;
    bottom: calc(15vw - 56px);
    left: 50%; }
  #flipbook-previous {
    transform: translateX(calc(-50% - 28px)); }
  #flipbook-next {
    transform: translateX(calc(-50% + 28px)); }
  #reviewBookModal .modal-body {
    padding: 0 0 20vw 0; } }
