@charset "UTF-8";
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal; }

.abel-regular {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal; }

@keyframes slideIn {
  /* Bắt đầu: 0% hoặc 'from' */
  0% {
    transform: translateX(0);
    /* Dịch chuyển từ bên trái */ }
  /* Giữa: Ví dụ 50% */
  50% {
    transform: translateX(10px); }
  /* Kết thúc: 100% hoặc 'to' */
  100% {
    transform: translateX(0);
    /* Vị trí cuối cùng */ } }
@keyframes zoomImg {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
a {
  color: #f2f2f2;
  text-decoration: none; }
  a:hover {
    color: #ffdd4c; }

.top-info {
  background: #fff;
  border-bottom: 1px #ccc solid; }

body {
  font-size: 16px;
  font-family: Ebrima;
  color: #fff !important;
  background: #000000; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif; }

.fontsmall {
  font-size: 13px; }

section {
  width: 100%; }

.fixed_sticky {
  background: #fff;
  padding: 5px 0 !important; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

.bg-primary {
  background-color: #000000 !important; }

.bg-primary2 {
  background: #00398f; }

.text-success {
  color: #000000 !important; }

.top-info .icon-top {
  font-size: 1.5rem; }

header {
  padding: 0; }
  header .iconheader {
    background: #baeaff;
    padding: 5px 7px;
    border-radius: 30px;
    color: #004bad; }

.mainmenu {
  background: #000000; }
  .mainmenu .navmain ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mainmenu .navmain ul li {
      position: relative;
      float: left;
      padding: 8px 5px; }
      .mainmenu .navmain ul li a {
        color: #fff;
        text-transform: uppercase; }
        .mainmenu .navmain ul li a:hover {
          text-decoration: underline !important;
          text-underline-offset: 10px;
          text-decoration-color: #fff; }
      .mainmenu .navmain ul li:hover > ul {
        display: block; }
      .mainmenu .navmain ul li ul {
        animation: animate__fadeInDown;
        animation-duration: 1s;
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        border-bottom: 2px #000000 solid;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        box-shadow: 0px 5px 5px 0px #e0e0e0;
        width: 250px;
        z-index: 999; }
        .mainmenu .navmain ul li ul li {
          padding: 0;
          float: left;
          width: 100%;
          border-bottom: 1px #f2f2f2 solid;
          position: relative; }
          .mainmenu .navmain ul li ul li:hover {
            background: #f2f2f2; }
          .mainmenu .navmain ul li ul li ul {
            position: absolute;
            left: 98%;
            top: 0;
            display: none;
            background: #f2f2f2; }
            .mainmenu .navmain ul li ul li ul li {
              border-bottom: 1px #fff solid; }
          .mainmenu .navmain ul li ul li a {
            color: #000; }
  .mainmenu .dropdown-menu {
    width: 100%;
    position: relative; }
    .mainmenu .dropdown-menu ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .mainmenu .dropdown-menu ul li {
        padding: 10px 15px;
        border-bottom: 1px #ccc solid; }
        .mainmenu .dropdown-menu ul li:last-child {
          border-bottom: 0; }
        .mainmenu .dropdown-menu ul li .listsubmenu {
          display: none;
          position: absolute;
          top: 0;
          left: 100%;
          width: 100%;
          background: #fff; }
        .mainmenu .dropdown-menu ul li .submenu {
          display: none;
          position: absolute;
          top: 0;
          left: 100%;
          width: 300%;
          height: 100%;
          background: #fff; }
          .mainmenu .dropdown-menu ul li .submenu li {
            width: 33.3333%;
            float: left;
            margin-top: 5px;
            font-weight: 700;
            border: 0; }
            .mainmenu .dropdown-menu ul li .submenu li ul {
              width: 100%;
              float: left; }
              .mainmenu .dropdown-menu ul li .submenu li ul li {
                width: 100%;
                font-weight: 500;
                font-size: 0.9rem;
                margin: 0;
                padding: 3px 10px; }
        .mainmenu .dropdown-menu ul li:hover .submenu {
          display: block; }
        .mainmenu .dropdown-menu ul li:hover .listsubmenu {
          display: block; }

.offcanvas h3 {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-weight: 700; }
.offcanvas .block_social {
  text-align: left; }
  .offcanvas .block_social .social-icon {
    margin: 20px;
    font-size: 25px; }

.menu_mobile ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .menu_mobile ul li {
    border-bottom: 1px #d1d1d1 solid; }
    .menu_mobile ul li a {
      color: #fff; }
  .menu_mobile ul ul {
    display: none; }
    .menu_mobile ul ul li {
      padding-left: 20px; }
      .menu_mobile ul ul li a {
        color: #616161; }

.btn {
  padding: 10px 30px; }

.btn-light {
  border: 2px #3b3b3b solid; }

.bg-success {
  background: #19b06a !important; }

.btn-success {
  background-color: #19b06a !important; }

.btnsmall {
  font-size: 14px;
  padding: 3px 10px !important; }

.bg-header {
  background: #37a8ff;
  background: linear-gradient(0deg, rgba(0, 145, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 40%); }

.heading h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-transform: uppercase;
  font-size: 2rem; }

.heading_img {
  margin-top: 60%; }
  .heading_img h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-transform: uppercase;
    font-size: 2rem; }

.sec_1 {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .sec_1 .video-container {
    background: #000;
    height: 630px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Căn giữa ngang */
    align-items: center;
    /* Căn giữa dọc */
    width: 100%;
    /* Hoặc kích thước cụ thể */ }
    .sec_1 .video-container video {
      max-width: 100%;
      height: auto;
      display: block; }
  .sec_1 .sec_1_heading {
    position: absolute;
    top: 40%;
    width: 100%; }
    .sec_1 .sec_1_heading h1 {
      font-size: 7rem;
      font-family: 'Nasalization';
      font-weight: normal;
      font-style: normal; }

.sec_2 .sec_2_bg {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
.sec_2 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 650px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* Căn giữa ngang */
  align-items: center;
  /* Căn giữa dọc */
  width: 100%;
  /* Hoặc kích thước cụ thể */ }
  .sec_2 .video-container video {
    max-width: 100%;
    height: auto;
    display: block; }
.sec_2 .container {
  z-index: 1;
  position: relative; }

@keyframes slowZoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
.sec_5 .feature-cover {
  display: flex;
  justify-content: center;
  /* Căn giữa ngang */
  align-items: center;
  /* Căn giữa dọc */
  height: 300px;
  /* Cần có chiều cao để thấy hiệu quả căn dọc */
  overflow: hidden; }
  .sec_5 .feature-cover img {
    max-width: 100%;
    height: auto; }
    .sec_5 .feature-cover img:hover {
      animation: slowZoom 1s ease-out forwards; }

/* hieu dung */
.shine {
  position: absolute;
  top: 0;
  left: -150%;
  /* Đẩy vệt sáng ra khỏi khung về bên trái */
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  /* Làm vệt sáng nghiêng đi */
  transition: none; }

.sec_6_collection .collection-cover {
  display: flex;
  justify-content: center;
  /* Căn giữa ngang */
  align-items: center;
  /* Căn giữa dọc */
  height: 235px;
  /* Cần có chiều cao để thấy hiệu quả căn dọc */
  overflow: hidden;
  position: relative; }
  .sec_6_collection .collection-cover img {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease; }
    .sec_6_collection .collection-cover img:hover {
      transform: scale(1.1); }
  .sec_6_collection .collection-cover:hover .shine {
    left: 150%;
    /* Đẩy vệt sáng chạy sang bên phải */
    transition: all 1.2s ease;
    /* Thời gian vệt sáng lướt qua */ }

.sec_7 .video-container {
  height: 650px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* Căn giữa ngang */
  align-items: center;
  /* Căn giữa dọc */
  width: 100%;
  /* Hoặc kích thước cụ thể */ }
  .sec_7 .video-container video {
    max-width: 100%;
    height: auto;
    display: block; }

.sec_8_category .category-cover {
  display: flex;
  justify-content: center;
  /* Căn giữa ngang */
  align-items: center;
  /* Căn giữa dọc */
  height: 300px;
  overflow: hidden; }
  .sec_8_category .category-cover img {
    max-width: 100%;
    height: 100%;
    transition: all 0.5s ease; }
    .sec_8_category .category-cover img:hover {
      filter: none;
      transform: scale(1.02);
      filter: grayscale(100%) sepia(50%) brightness(1.1) contrast(1.2); }

.sec_page {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .sec_page .video-container {
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Căn giữa ngang */
    align-items: center;
    /* Căn giữa dọc */
    width: 100%;
    /* Hoặc kích thước cụ thể */ }
    .sec_page .video-container video {
      max-width: 100%;
      height: auto;
      display: block; }

form input, form select, form textarea {
  background-color: #0C111B !important;
  color: #fff !important; }

.arrowslide {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #f2f2f2;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  color: #313131; }

.title_block h3 {
  color: #fff;
  font-size: 2rem; }
.title_block h2 {
  font-size: 50px;
  font-weight: 700; }
.title_block .description {
  padding: 0 20%; }

.block-post .description {
  padding: 0 200px; }
.block-post .one_post .cover {
  height: 250px;
  overflow: hidden; }
.block-post .one_post h3 {
  font-weight: 700; }
.block-post .one_post .des {
  color: #616161; }

.fiximgmobile table {
  border: 1px #ccc solid;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff; }
  .fiximgmobile table td {
    border: 1px #ccc solid;
    border-collapse: collapse;
    padding: 5px; }

.toast {
  position: fixed;
  top: 1%;
  right: 0;
  z-index: 1200; }

.banner-cat img {
  width: 100%; }

.cover_cat {
  position: relative; }
  .cover_cat .bg-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #262626;
    background: linear-gradient(90deg, rgba(38, 38, 38, 0) 0%, rgba(43, 43, 43, 0) 51%, rgba(20, 20, 20, 0) 100%); }
  .cover_cat .box-title {
    position: absolute;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    z-index: 2; }
    .cover_cat .box-title .title {
      background: #262626;
      background: linear-gradient(90deg, rgba(38, 38, 38, 0) 0%, rgba(43, 43, 43, 0) 51%, rgba(20, 20, 20, 0) 100%); }
      .cover_cat .box-title .title h3 {
        font-size: 25px;
        color: #404040; }

.bg-headpage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .bg-headpage .bg_opacity {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #262626;
    background: linear-gradient(90deg, rgba(38, 38, 38, 0.3) 0%, rgba(43, 43, 43, 0.3) 51%, rgba(20, 20, 20, 0.3) 100%); }
  .bg-headpage .title_page_nocover {
    z-index: 2; }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
footer {
  padding: 20px 0;
  background-size: cover; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #c4c4c4; }
  footer h3 {
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    padding: 10px 0; }
  footer .social-icon {
    font-size: 25px; }
    footer .social-icon a {
      color: #000; }

.icon-support {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 5; }
  .icon-support .hotline-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .icon-support .hotline-icon .icofont-phone {
      display: flex;
      align-items: center;
      justify-content: center;
      background: red;
      color: #fff;
      border: 1px #ccc solid;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 35px; }
    .icon-support .hotline-icon:hover .icofont-phone {
      background: #cf1111;
      color: #fff; }
    .icon-support .hotline-icon .icon-compare {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000000;
      color: #fff;
      border: 1px #ccc solid;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 0.75rem; }
      .icon-support .hotline-icon .icon-compare sup {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 25px;
        height: 25px;
        background: red;
        line-height: 17px;
        font-size: 0.8rem; }
      .icon-support .hotline-icon .icon-compare:hover {
        cursor: pointer; }

.content-page {
  max-width: 1170px; }

.title_page h1 {
  font-size: 35px;
  font-weight: 700;
  padding-right: 100px;
  padding-top: 100px; }

.content-page .sticky-sm-top {
  top: 110px; }

.title_page_nocover {
  position: relative;
  overflow: hidden; }
  .title_page_nocover h1 {
    font-size: 45px;
    font-weight: 700;
    color: #fff; }
  .title_page_nocover ol li a {
    color: #fff; }
  .title_page_nocover .breadcrumb-item::before {
    color: #d1d1d1; }

.nav-cat-page .navbar-light .navbar-brand {
  color: #fff !important; }
.nav-cat-page .navbar-nav .nav-item .nav-link {
  color: #f2f2f2; }
.nav-cat-page .navbar-nav .nav-item .active {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff; }

.sec-product .one_product .cover {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  /* Hoặc kích thước cố định */
  overflow: hidden;
  /* Cắt phần ảnh tràn ra ngoài */
  height: 230px;
  /* Chiều cao cụ thể để thấy hiệu quả căn dọc */ }
  .sec-product .one_product .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ép ảnh phủ kín khung không bị méo */
    object-position: center;
    /* Giữ tâm ảnh ở giữa */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease; }
  .sec-product .one_product .cover .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .sec-product .one_product .cover:hover .img-main {
    opacity: 0;
    transform: scale(1.05);
    /* Phóng to nhẹ ảnh cũ */ }
  .sec-product .one_product .cover:hover .img-hover {
    opacity: 1;
    transform: scale(1.05);
    /* Phóng to nhẹ ảnh mới */ }
.sec-product .one_product .info-product h3 {
  min-height: 50px;
  font-size: 1.2rem;
  font-weight: 500; }
.sec-product .one_product .info-product .price {
  font-size: 1.2rem; }
.sec-product .one_product:hover a {
  color: #ffdd4c; }
.sec-product .one_product_colum3 .cover {
  width: 100%;
  /* Hoặc kích thước cố định */
  overflow: hidden;
  /* Cắt phần ảnh tràn ra ngoài */
  height: 270px;
  /* Chiều cao cụ thể để thấy hiệu quả căn dọc */ }
  .sec-product .one_product_colum3 .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ép ảnh phủ kín khung không bị méo */
    object-position: center;
    /* Giữ tâm ảnh ở giữa */ }

.sec_conllection_page .cover {
  width: 100%;
  /* Hoặc kích thước cố định */
  height: 400px;
  /* Chiều cao của khung */
  overflow: hidden;
  /* Cắt phần ảnh tràn ra ngoài */ }
  .sec_conllection_page .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ép ảnh phủ kín khung không bị méo */
    object-position: center;
    /* Giữ tâm ảnh ở giữa */ }

.sidebar .nav-sidebar {
  float: left;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px #ccc dashed;
  color: #fff; }

.detail_product .slide_detail_tour {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .detail_product .slide_detail_tour .one-img {
    max-width: 100%;
    /* Hoặc kích thước cố định */
    height: 450px;
    /* Chiều cao của khung */
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff; }
    .detail_product .slide_detail_tour .one-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* Ép ảnh phủ kín khung không bị méo */
      object-position: center;
      /* Giữ tâm ảnh ở giữa */ }
  .detail_product .slide_detail_tour .arrow-slide-product {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 100%; }
    .detail_product .slide_detail_tour .arrow-slide-product .prev-slide-product {
      left: 10px;
      position: absolute;
      top: 45%; }
    .detail_product .slide_detail_tour .arrow-slide-product .next-slide-product {
      right: 10px;
      position: absolute;
      top: 45%; }
.detail_product .swiper-wrapper .dot-detail {
  width: 100%;
  /* Hoặc kích thước cố định */
  height: 100px;
  /* Chiều cao của khung */
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff; }
  .detail_product .swiper-wrapper .dot-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ép ảnh phủ kín khung không bị méo */
    object-position: center;
    /* Giữ tâm ảnh ở giữa */ }
.detail_product h1 {
  font-size: 1.5rem;
  text-transform: uppercase; }
.detail_product .price {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500; }
.detail_product .text-heading3 {
  position: relative;
  font-size: 1.3rem; }
  .detail_product .text-heading3::before {
    position: absolute;
    bottom: -10px;
    width: 80px;
    content: "";
    border-bottom: 1px #f2f2f2 solid; }

@keyframes float-up {
  to {
    transform: translateY(-175vh); } }
@keyframes sway-left-to-right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
@keyframes sway-right-to-left {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
/* gioi thieu */
.titlehcenter {
  font-size: 40px !important;
  color: #404040; }

.muctieu .cover_muctieu {
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto; }
  .muctieu .cover_muctieu img {
    height: 100%; }

/* news */
.block-video .box-video {
  border-radius: 10px;
  overflow: hidden; }
  .block-video .box-video iframe {
    border-radius: 10px; }
.block-video h1 {
  font-size: 20px; }
.block-video .listvideo {
  margin-bottom: 15px; }
  .block-video .listvideo h3 {
    font-size: 16px; }
  .block-video .listvideo .cover {
    border-radius: 5px;
    overflow: hidden; }

.box-sidebar ul, .box-sidebar ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .box-sidebar ul li, .box-sidebar ol li {
    position: relative;
    padding: 5px 0 5px 25px; }
    .box-sidebar ul li::before, .box-sidebar ol li::before {
      font-family: IcoFont !important;
      content: "\eed9";
      position: absolute;
      left: 0;
      color: #000000; }

.onlymobile {
  display: none !important; }

.viewall_mobile {
  display: none; }

.fixWidthSinglePage {
  padding: 0 150px; }

.contact .icon {
  font-size: 50px;
  color: #000000; }

/* menusidebar */
.title-sidebar {
  font-size: 16px;
  border-bottom: 2px #000000 solid;
  color: #000000;
  padding-bottom: 10px; }

.menusidebar {
  font-size: 16px; }
  .menusidebar .accordion h2 {
    font-size: 16px; }
    .menusidebar .accordion h2 a {
      padding: 12px 15px;
      display: flex;
      align-items: center;
      width: 100%; }
  .menusidebar .accordion .accordion-button {
    padding: 10px 0; }
  .menusidebar .accordion .accordion-button:not(.collapsed) {
    background: #fff; }
  .menusidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .menusidebar ul li {
      padding: 8px 10px;
      border-bottom: 1px #ccc solid; }
      .menusidebar ul li a.active {
        color: #0c63e4; }

.comment .text-comment {
  color: #555555; }
.comment .box-comment {
  max-height: 400px;
  overflow-y: scroll; }
.comment .iconRating {
  font-size: 22px;
  cursor: pointer; }

@media screen and (max-width: 1100px) {
  .sec_1 {
    min-height: 450px; }
    .sec_1 .video-container {
      height: 450px; }
    .sec_1 .sec_1_heading {
      position: absolute;
      top: 40%;
      width: 100%; }
      .sec_1 .sec_1_heading h1 {
        font-size: 5rem;
        font-family: 'Nasalization';
        font-weight: normal;
        font-style: normal; }

  .sec_2 .sec_2_bg {
    min-height: 500px; }
  .sec_2 .video-container {
    height: 500px;
    overflow: hidden; }

  .sec_5 .feature-cover {
    height: 200px;
    /* Cần có chiều cao để thấy hiệu quả căn dọc */ }

  .sec_6_collection .collection-cover {
    height: 170px;
    /* Cần có chiều cao để thấy hiệu quả căn dọc */ }

  .sec_7 .video-container {
    height: 450px; }

  .sec_8_category .category-cover {
    height: 280px; } }
/* devices (tablets, less than 992px) */
/* mobile small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
  .mainmenu {
    display: none; }

  .onlymobile {
    display: inline-block !important; }

  .onlydesktop {
    display: none; }

  .heading h2 {
    font-size: 1.7rem; }

  .heading_img {
    margin-top: 100%;
    margin-bottom: 10%; }
    .heading_img h3 {
      font-size: 1.7rem; }

  .sec_1 {
    min-height: 150px; }
    .sec_1 .video-container {
      width: 100%;
      height: 150px; }
    .sec_1 .sec_1_heading h1 {
      font-size: 3rem;
      font-family: 'Nasalization';
      font-weight: normal;
      font-style: normal; }

  .sec_2 .sec_2_bg {
    min-height: 150px; }
  .sec_2 .video-container {
    height: 150px;
    overflow: hidden; }
  .sec_2 .fix-video {
    min-height: 550px; }
    .sec_2 .fix-video .video-container {
      display: none; }

  .sec_5 .feature-cover {
    height: 95px;
    /* Cần có chiều cao để thấy hiệu quả căn dọc */ }

  .sec_6_collection .collection-cover {
    height: 95px;
    /* Cần có chiều cao để thấy hiệu quả căn dọc */ }

  .sec_7 .video-container {
    height: 150px; }

  .sec_8_category .category-cover {
    height: 130px; }

  .sec_page {
    min-height: 150px; }
    .sec_page .video-container {
      width: 100%;
      height: 150px; }

  .sec-product .one_product .cover {
    height: 155px; } }

/*# sourceMappingURL=style.css.map */
