@charset "UTF-8";
/* Product Detail */
.product__detail {
  padding-bottom: 30px; }
  .product__detail .video_detail {
    display: none;
    margin-bottom: 15px;
    padding-bottom: 100%;
    position: relative; }
    .product__detail .video_detail.active {
      display: block; }
    .product__detail .video_detail iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
  .product__detail #zoomparent {
    margin-bottom: 15px;
    position: relative; }
    .product__detail #zoomparent .icon_tag_7 {
      width: 100px;
      left: 5px; }
    @media (max-width: 767.98px) {
      .product__detail #zoomparent {
        display: none !important; } }
  .product__detail .thumb .videodetail {
    position: relative; }
  .product__detail .thumb .icon-button-play {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px; }
  .product__detail .thumb.owl-carousel .owl-next {
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 50%;
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    transform: translateY(-50%);
    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; }
  .product__detail .thumb.owl-carousel .owl-prev {
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 50%;
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    transform: translateY(-50%);
    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; }
  .product__detail .thumb a {
    position: relative;
    display: block; }
  .product__detail .tag_icon.icon_tag_1 {
    bottom: 5px; }
    .product__detail .tag_icon.icon_tag_1 img {
      height: 35px;
      width: auto; }
  .product__detail--title {
    font-size: 24px;
    font-weight: 600;
    padding: 0px 0;
    line-height: 32px;
    margin-bottom: 0;
    order: 2;
    width: 100%; }
  .product__detail--sku {
    order: 3;
    width: 100%;
    margin-bottom: 5px; }
  .product__detail--countdown-wrap {
    order: 1;
    width: 100%;
    background: #3DBAEC;
    padding: 10px 10px 10px 50px;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(to right, #3DBAEC 12%, #177FE8 99%);
    position: relative;
    font-weight: 700;
    font-size: 16px; }
    .product__detail--countdown-wrap:before {
      content: '';
      border: 1px solid #3DBAEC;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      position: absolute;
      left: 5px;
      top: 5px;
      border-radius: 5px; }
    @media (max-width: 767px) {
      .product__detail--countdown-wrap {
        margin-top: 20px; } }
  .product__detail--countdown {
    position: relative; }
    .product__detail--countdown:before {
      content: '';
      background-image: url(https://file.hstatic.net/1000030244/file/asset_1_2x_6e4c9fc2072e4a7fbfc157dd434e4f05.png);
      position: absolute;
      top: -20px;
      left: -65px;
      width: 60px;
      height: 60px;
      background-size: contain;
      background-repeat: no-repeat; }
    .product__detail--countdown:after {
      content: '';
      background-image: url(https://file.hstatic.net/1000030244/file/asset_4_2x_bc49f9e6445c4e28bf268463c7cf0ae0.png);
      position: absolute;
      top: -20px;
      right: 0px;
      width: 50px;
      height: 70px;
      background-size: contain;
      background-repeat: no-repeat; }
    .product__detail--countdown span:nth-child(2) {
      color: #FFDE59; }
  .product__detail .box-promotion {
    border: 1px solid #d0021b;
    border-top: 0;
    border-radius: 10px;
    order: 5;
    margin-top: 15px; }
    .product__detail .box-promotion .box-title {
      width: 100%;
      padding: 10px;
      background: #d0021b;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .product__detail .box-promotion .box-title p {
        margin: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .product__detail .box-promotion .box-content {
      padding: 10px; }
  .product__detail .promotion_text {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
    counter-increment: item;
    position: relative; }
    .product__detail .promotion_text:before {
      content: counter(item);
      width: 15px;
      height: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px;
      border-radius: 50px;
      background: #d0021b;
      font-size: 10px;
      font-weight: 700;
      color: white;
      text-align: center;
      position: absolute;
      top: 2px;
      left: calc(0px); }
  .product__detail--price {
    /*background-color: rgb(250, 250, 250);
		padding: 12px 16px 12px;*/
    border-radius: 4px;
    order: 4;
    width: 100%; }
    .product__detail--price .price {
      color: #129fd8;
      font-weight: 700;
      font-size: 28px;
      line-height: 40px;
      margin-right: 8px; }
      .product__detail--price .price.has-discount {
        color: #ff7200; }
    .product__detail--price del {
      color: #808089;
      text-decoration: line-through;
      font-size: 14px;
      line-height: 20px; }
    .product__detail--price--sale {
      font-weight: 400;
      margin-left: 8px;
      border: 1px solid #ff7200;
      border-radius: 2px;
      background-color: #fff0f1;
      color: #ff7200;
      line-height: 18px;
      font-size: 14px;
      padding: 0px 4px; }
    .product__detail--price .weight {
      color: #787878;
      font-size: 13px;
      line-height: 20px;
      margin: 0; }
  .product__detail .selector-wrapper {
    width: 100%;
    padding-top: 10px; }
    .product__detail .selector-wrapper label {
      margin-bottom: 0;
      margin-right: 10px;
      font-weight: 700; }
    .product__detail .selector-wrapper .selector-title {
      padding: 5px 15px;
      border: 1px solid #333;
      color: #333;
      margin-right: 10px;
      margin-bottom: 10px;
      display: inline-block;
      text-transform: none;
      cursor: pointer;
      position: relative;
      border-radius: 4px; }
      .product__detail .selector-wrapper .selector-title img {
        position: absolute;
        top: -1px;
        right: -1px;
        display: none; }
      .product__detail .selector-wrapper .selector-title.active {
        border: 1px solid #2e9ed5;
        background: #e5f2ff; }
        .product__detail .selector-wrapper .selector-title.active img {
          display: block; }
  .product__detail #add-item-form {
    order: 6;
    width: 100%; }
  .product__detail--short--des {
    order: 5;
    margin-bottom: 15px; }
    .product__detail--short--des * {
      font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
    .product__detail--short--des p {
      margin-bottom: 5px; }
  .product__detail--quantity {
    margin-top: 10px; }
    .product__detail--quantity span {
      margin-bottom: 0;
      margin-right: 10px;
      font-weight: 700; }
    .product__detail--quantity .quantity_wrap {
      display: table; }
      .product__detail--quantity .quantity_wrap .btn_minus {
        height: 25px;
        border-radius: 4px 0 0 4px;
        border: 1px solid #e6e6e6;
        background: #fff;
        padding: 0 10px;
        display: table-cell;
        cursor: pointer; }
      .product__detail--quantity .quantity_wrap .quantity {
        font-size: 16px;
        text-align: center;
        width: 30px;
        height: 30px;
        padding: 6px 3px;
        border: 1px solid #e6e6e6;
        display: table-cell;
        text-align: center; }
        .product__detail--quantity .quantity_wrap .quantity::-webkit-outer-spin-button, .product__detail--quantity .quantity_wrap .quantity::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .product__detail--quantity .quantity_wrap .btn_plus {
        height: 25px;
        border-radius: 0 4px 4px 0;
        border: 1px solid #e6e6e6;
        background: #fff;
        padding: 0 10px;
        display: table-cell;
        cursor: pointer; }
  .product__detail--note {
    margin: 10px 0;
    font-style: italic;
    font-size: 14px;
    font-weight: normal; }
  .product__detail--action {
    margin-top: 10px; }
    .product__detail--action button {
      padding: 9px 20px;
      font-size: 18px;
      background: #ff7200;
      text-align: center;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 0;
      color: #fff;
      min-width: 190px;
      width: 100%;
      max-width: 300px; }
      .product__detail--action button.preorder {
        background: #2e9ed5; }
      .product__detail--action button[disabled="disabled"] {
        background: #b5b5b5;
        font-weight: 700; }
      .product__detail--action button.loading {
        pointer-events: none; }
    .product__detail--action .login-cart {
      padding: 9px 20px;
      font-size: 18px;
      background: #ff7200;
      text-align: center;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 0;
      color: #fff; }
  .product__detail--description {
    margin-bottom: 15px;
    margin-top: 15px; }
    .product__detail--description .tab-pane {
      padding: 15px 0; }
      .product__detail--description .tab-pane iframe {
        left: 0; }
      .product__detail--description .tab-pane ol, .product__detail--description .tab-pane ul {
        list-style: initial;
        padding-left: 40px; }
  .product__detail .sidebar__block {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: #f2f2f2 1px 1px 0px 0px inset, #f2f2f2 -1px -1px 0px 0px inset;
    border-radius: 4px;
    background: #fafafa; }
  .product__detail .sidebar__hotline--title {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .product__detail .sidebar__hotline--icon {
    height: 60px;
    width: 40px;
    line-height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px; }
  .product__detail .sidebar__hotline--text {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 50px); }
    .product__detail .sidebar__hotline--text a {
      font-size: 16px;
      color: #ff7200;
      font-weight: bold;
      line-height: 20px;
      margin-top: 10px; }
  .product__detail .sidebar__services {
    padding-bottom: 20px;
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .product__detail .sidebar__services .item {
      flex: 0 0 calc(50% - 7.5px);
      max-width: calc(50% - 7.5px); }
      .product__detail .sidebar__services .item a:hover {
        text-decoration: underline;
        text-underline-offset: 5px; }
      .product__detail .sidebar__services .item .icon {
        margin-right: 5px; }
        .product__detail .sidebar__services .item .icon img {
          width: 20px;
          height: auto; }
      .product__detail .sidebar__services .item .description {
        line-height: 15px;
        padding-top: 6px; }
        .product__detail .sidebar__services .item .description .large-text {
          font-size: 16px;
          color: #000;
          font-weight: 700;
          display: block;
          clear: both;
          line-height: 1.4; }
        .product__detail .sidebar__services .item .description .small-text {
          font-size: 11px;
          color: #333;
          font-weight: 600; }
      .product__detail .sidebar__services .item:last-child {
        padding-bottom: 0; }
    @media (max-width: 767.98px) {
      .product__detail .sidebar__services {
        gap: 0; }
        .product__detail .sidebar__services .item {
          padding-bottom: 14px;
          flex: 0 0 50%;
          max-width: 50%; }
          .product__detail .sidebar__services .item .lbtB_KN1 {
            display: none; }
          .product__detail .sidebar__services .item .description .large-text {
            font-size: 12px; } }
  .product__detail .sidebar__nhqa {
    text-align: center; }
    .product__detail .sidebar__nhqa .nhqa_title {
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 10px;
      font-size: 13px;
      text-align: center; }
    .product__detail .sidebar__nhqa .nhqa_content {
      text-align: center;
      padding-bottom: 10px; }
      .product__detail .sidebar__nhqa .nhqa_content p {
        margin-bottom: 0; }
        .product__detail .sidebar__nhqa .nhqa_content p strong a {
          color: #ff7200; }
  .product__detail .sidebar .related__product {
    margin-top: 15px; }
    .product__detail .sidebar .related__product--title {
      background-color: #129fd8;
      display: block;
      height: 30px;
      color: #fff;
      line-height: 29px;
      padding-left: 12px;
      text-transform: uppercase;
      font-size: 17px;
      position: relative; }
      .product__detail .sidebar .related__product--title::after {
        content: '';
        display: inline-block;
        background-image: url(//theme.hstatic.net/1000030244/1001380170/14/icon_vmega.png?v=420);
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
  .product__detail .combo-shopping {
    order: 6;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .product__detail .combo-shopping {
        width: 100%; } }
  @media (max-width: 991.98px) {
    .product__detail--title {
      padding: 10px 0 5px;
      line-height: 24px; }
    .product__detail--sku {
      margin-bottom: 5px; }
    .product__detail--price {
      margin-bottom: 8px;
      background-color: transparent;
      padding: 0; }
      .product__detail--price .price {
        font-size: 24px;
        line-height: 32px; }
    .product__detail .selector-wrapper {
      padding-top: 5px;
      padding-bottom: 5px; }
    .product__detail--action {
      margin-top: 10px; }
      .product__detail--action button {
        width: 100%; } }

.product-comment .nav-tabs {
  border: none; }

.product-comment .nav {
  border-bottom: 1px solid #000; }

.product-comment li {
  float: left; }
  .product-comment li:first-child {
    padding-left: 0; }
  .product-comment li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    text-align: center; }

.product-comment #mota {
  padding: 10px; }
  .product-comment #mota:after {
    left: 9%; }

.product-comment #binhluan:after {
  left: 26%; }

.product-comment #like:after {
  left: 44%; }

.product-comment .notice {
  margin-bottom: 20px;
  color: #737373; }

.product-comment .btn-rb {
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  margin: 0;
  line-height: 1.42;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #fff;
  color: #333;
  font-size: 11px;
  border: 1px solid #333; }
  .product-comment .btn-rb:hover {
    background-color: #2e9ed5;
    color: #fff; }

.product-comment .title-bl, .product-comment .title-like {
  border-bottom: 1px solid #000;
  margin-bottom: 23px; }

.product-comment .comment_form {
  margin-top: 30px;
  margin-bottom: 30px; }

/* 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; }

/* Product Infomation */
.product-infomation {
  margin-top: 15px;
  max-width: 30%;
  margin: 0 auto; }
  .product-infomation .info-product {
    /*border: 2px solid #0096e4;
		padding: 8px 5px 9px 5px;*/ }
    .product-infomation .info-product .product-map-title {
      font-size: 20px;
      color: #333;
      font-weight: normal;
      margin: 0;
      padding-left: 5px; }
    .product-infomation .info-product .product-map-price {
      color: #333;
      font-weight: normal;
      font-size: 20px;
      padding: 5px;
      border-bottom: 2px dashed #0096e4;
      margin-bottom: 10px; }
  .product-infomation .product-map-cart {
    /*padding: 8px 5px 9px 5px;*/
    text-align: center; }
    .product-infomation .product-map-cart button {
      padding: 15px 60px;
      font-size: 18px;
      background: #ff7200;
      text-align: center;
      text-transform: uppercase;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      color: #fff;
      border: 0;
      width: 100%; }
      .product-infomation .product-map-cart button.preorder {
        background: #2e9ed5; }
  @media (max-width: 767px) {
    .product-infomation {
      max-width: 70%; }
      .product-infomation .product-map-cart button {
        padding-left: 40px;
        padding-right: 40px; } }

.het-hang-wrap {
  width: 100%; }

.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; }

.banner-img-bottom {
  display: block; }

.banner-img-bottom-mb {
  display: none; }

.banner-img-bottom, .banner-img-bottom-mb {
  margin-top: 15px; }

.banner-img-bottom-owl.d-flex-owl:not(.owl-loaded) > div {
  flex: 0 0 100%; }

.banner-img-bottom-owl.owl-carousel .owl-nav .owl-next {
  position: absolute;
  border-radius: 0;
  right: 0;
  top: 40%;
  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; }

.banner-img-bottom-owl.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 40%;
  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 (max-width: 767px) {
  .banner-img-bottom-mb {
    display: block;
    order: 7; }
  .banner-img-bottom {
    display: none; } }

a.btn-rcm-more {
  font-weight: bold;
  color: #ff6600; }

.info-preorder {
  cursor: pointer;
  padding: 18px 10px 10px 50px;
  display: block;
  border-radius: 3px;
  color: #222b45;
  font-size: 24px;
  background: linear-gradient(266.24deg, #2e9ed5 9.82%, #e5f2ff 69.63%);
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
  position: relative;
  line-height: 18px; }
  .info-preorder img {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 20px;
    height: 20px; }
  .info-preorder span {
    font-size: 16px;
    display: block;
    line-height: 19px;
    font-weight: normal;
    margin-top: 10px;
    color: #222b45; }
  @media (max-width: 767px) {
    .info-preorder {
      width: 100%;
      order: 2;
      margin-top: 5px; } }

.des-short-wrap {
  position: relative; }
  .des-short-wrap .des-short-content {
    height: 650px;
    overflow: hidden;
    transition: .3s; }
    .des-short-wrap .des-short-content.show {
      height: auto; }
    .des-short-wrap .des-short-content blockquote {
      background: #e1f4fd;
      border: 1px solid #00a5cc;
      border-radius: 10px;
      padding: 12px 18px 10px; }
  .des-short-wrap .bg-article {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), white);
    bottom: 73px;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%; }
  .des-short-wrap .btn-viewmore-detail {
    border: 1px solid #129fd8;
    border-radius: 5px;
    color: #129fd8;
    display: block;
    margin: 30px auto;
    max-width: 340px;
    padding: 10px 5px;
    text-align: center; }
    .des-short-wrap .btn-viewmore-detail span {
      position: relative; }
      .des-short-wrap .btn-viewmore-detail span:before {
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #129fd8;
        content: '';
        position: absolute;
        top: 3px;
        right: -15px; }

.btn-mess {
  background: #3985f7;
  color: #fff;
  padding: 9px 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0;
  display: inline-block; }
  .btn-mess:hover {
    color: #fff; }
  @media (max-width: 767px) {
    .btn-mess {
      width: 100%;
      margin-top: 10px;
      max-width: 300px; } }

.list_address iframe {
  width: 100%; }

.sidebar__services {
  background: none;
  box-shadow: 0; }
  .sidebar__services.d-flex-owl:not(.owl-loaded) > div {
    flex: 0 0 calc(100%/2); }
  .sidebar__services.owl-carousel .owl-nav button {
    position: absolute;
    top: 30%;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #e23800;
    line-height: 30px;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2); }
    .sidebar__services.owl-carousel .owl-nav button.owl-next {
      right: -15px; }
      .sidebar__services.owl-carousel .owl-nav button.owl-next.disabled {
        display: none; }
    .sidebar__services.owl-carousel .owl-nav button.owl-prev {
      left: -15px; }
      .sidebar__services.owl-carousel .owl-nav button.owl-prev.disabled {
        display: none; }
    @media (max-width: 767px) {
      .sidebar__services.owl-carousel .owl-nav button {
        top: 30%; }
        .sidebar__services.owl-carousel .owl-nav button.owl-next {
          right: 0; }
          .sidebar__services.owl-carousel .owl-nav button.owl-next.disabled {
            display: none; }
        .sidebar__services.owl-carousel .owl-nav button.owl-prev {
          left: 0; }
          .sidebar__services.owl-carousel .owl-nav button.owl-prev.disabled {
            display: none; } }
  @media (max-width: 767px) {
    .sidebar__services.d-flex-owl:not(.owl-loaded) > div {
      flex: 0 0 calc(100%/2); } }

@media (max-width: 767px) {
  .map-list {
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .fb_dialog {
    display: none !important; } }

.home__promotion {
  padding-top: 20px; }
  .home__promotion--title {
    color: #f23611;
    position: relative; }
    .home__promotion--title h2 {
      font-size: 20px;
      font-weight: 700; }
  .home__promotion .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px; }
    .home__promotion .view__more.view_more_center {
      position: relative;
      margin-bottom: 15px;
      top: 0;
      left: 0; }
    .home__promotion .view__more svg {
      fill: #ff6600;
      width: 10px;
      height: 10px; }

.related-banner {
  margin: 30px 0;
  text-align: center; }
  @media (max-width: 767.98px) {
    .related-banner {
      margin: 0 0; } }

.slider-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 20px;
  flex-direction: row-reverse; }

.slider-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  flex-direction: row-reverse; }

/* Main slider wrapper */
.main-slider-wrapper {
  width: calc(100% - 120px);
  position: relative; }

/* Base styles for sliders before JS loads */
.main-slider {
  width: 100%;
  position: relative;
  height: 650px;
  overflow: hidden; }
  .main-slider .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    line-height: 40px; }
    .main-slider .slick-arrow:before {
      content: ''; }
    .main-slider .slick-arrow svg {
      width: 20px;
      height: 20px; }

/* Sale background styles */
.bg_sale {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none; }

.vertical-slider {
  width: 100px;
  height: 650px;
  overflow: hidden; }
  .vertical-slider .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    line-height: 40px; }
    .vertical-slider .slick-arrow.slick-prev {
      top: 0;
      transform: rotate(90deg);
      left: 30%; }
    .vertical-slider .slick-arrow.slick-next {
      bottom: 0;
      transform: rotate(90deg);
      left: 30%; }
    .vertical-slider .slick-arrow:before {
      content: ''; }
    .vertical-slider .slick-arrow svg {
      width: 20px;
      height: 20px; }
  @media (max-width: 767.98px) {
    .vertical-slider {
      display: none; } }

.slide {
  margin: 10px;
  cursor: pointer;
  position: relative;
  height: 100px;
  overflow: hidden; }

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* YouTube thumbnail play icon */
.youtube-thumb {
  position: relative;
  width: 100%;
  height: 100%; }

.youtube-thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("https://file.hstatic.net/1000030244/file/icon-button-play_2190370079cf433484e26b436b2970d1.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Custom arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 10px; }

/* Vertical slider specific styles */
.vertical-slider .slick-slide {
  height: 100px !important;
  margin: 5px 0; }

.vertical-slider .slick-list {
  height: 650px !important; }

.vertical-slider .slick-track {
  height: 100% !important; }

.vertical-slider .slick-prev,
.vertical-slider .slick-next {
  left: 50%;
  transform: translateX(-50%); }

.vertical-slider .slick-prev {
  top: -20px; }

.vertical-slider .slick-next {
  bottom: -20px;
  top: auto; }

/* Hide dots */
.slick-dots {
  display: none !important; }

/* Active slide styles */
.vertical-slider .slick-current {
  border: 2px solid #000; }

/* Đảm bảo hình ảnh trong main slider có chiều cao cố định */
.main-slider .slide {
  height: 650px; }

.main-slider .slide img {
  height: 650px;
  object-fit: cover; }

/* Styles for when JS is loading */
.js-loading .main-slider,
.js-loading .vertical-slider {
  display: block; }

.js-loading .main-slider .slide {
  display: none; }

.js-loading .main-slider .slide:first-child {
  display: block; }

.js-loading .vertical-slider .slide {
  display: none; }

.js-loading .vertical-slider .slide:first-child {
  display: block; }
