@charset "UTF-8";
@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: #2c2c2c;
  text-decoration: none !important; }
  a :hover {
    color: #004bad; }

.top-info {
  background: #fff;
  border-bottom: 1px #ccc solid; }

body {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #000 !important;
  background: #fff; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
  font-family: "Manrope", sans-serif; }

.fontsmall {
  font-size: 13px; }

section {
  width: 100%;
  padding: 40px 0; }

.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: #004bad !important; }

.bg-primary2 {
  background: #00398f; }

.heading h2 {
  position: relative; }
  .heading h2 .text-heading {
    position: relative;
    background: #fff;
    padding-right: 10px; }
  .heading h2::before {
    position: absolute;
    border-top: 1px #ccc solid;
    width: 100%;
    content: "";
    top: 55%;
    left: 0;
    z-index: 0; }

.text-success {
  color: #004bad !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: #004bad; }
  .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; }
        .mainmenu .navmain ul li a:hover {
          text-decoration: none;
          background: #003e8e;
          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 #004bad 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: #000; }
  .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%); }

.block-slide .title_head {
  margin-top: 50px; }
  .block-slide .title_head h3 {
    font-size: 22px;
    color: #004bad; }
  .block-slide .title_head h1 {
    font-size: 40px;
    font-weight: 800;
    padding-right: 100px; }
  .block-slide .title_head .description {
    padding-right: 30%; }

.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: #004bad; }
.title_block h2 {
  font-size: 50px;
  font-weight: 700; }
.title_block .description {
  padding: 0 20%; }

.sec-duan {
  background: #0091ff;
  background: linear-gradient(0deg, rgba(0, 145, 255, 0.05) 0%, rgba(255, 255, 255, 0.06) 80%); }
  .sec-duan .box_duan .cover {
    height: 200px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px #ccc solid; }
    .sec-duan .box_duan .cover img {
      width: 100%; }
  .sec-duan .box_duan h3 {
    font-size: 1.1rem; }

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

.block-cat {
  color: #fff; }
  .block-cat h2 {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase; }
  .block-cat h3 {
    font-weight: 400; }
  .block-cat .box_cat .cover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px #f2f2f2 solid; }
    .block-cat .box_cat .cover img {
      width: 100%; }

.sec-product .listsub .nav-link {
  color: #313131;
  font-weight: 700; }
  .sec-product .listsub .nav-link:hover {
    color: #004bad;
    text-decoration: underline; }
.sec-product .one_product {
  background: #fff; }
  .sec-product .one_product .info-product {
    position: relative; }
  .sec-product .one_product .cover {
    height: 190px;
    overflow: hidden; }
  .sec-product .one_product h3 {
    font-weight: 400;
    font-size: 0.9rem;
    height: 40px; }
  .sec-product .one_product .price {
    color: #004bad;
    font-weight: 700;
    font-size: 18px; }
  .sec-product .one_product .info_des {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }
  .sec-product .one_product:hover img {
    transform: scale(1.2);
    animation-name: zoomImg;
    animation-duration: 1s;
    animation-timing-function: ease-in-out; }
  .sec-product .one_product:hover .info_des {
    display: block; }
  .sec-product .one_product .likeproduct:hover {
    color: red;
    cursor: pointer; }
  .sec-product .one_product .clickcompare:hover {
    color: #11a6e4;
    cursor: pointer; }

.banner-cat img {
  width: 100%; }

.slidekh .cover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }

.slidedt .one_tech {
  min-height: 65px; }
  .slidedt .one_tech .cover img {
    min-height: 65px; }

.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: #11a6e4; }

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

/* Safari 4.0 - 8.0 */
@-webkit-keyframes onshowbottom {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -5px; } }
/* Standard syntax */
@keyframes onshowbottom {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -5px; } }
@keyframes changeColor {
  0% {
    color: #cccccc;
    font-size: 50px; }
  100% {
    color: #004bad;
    font-size: 60px; } }
@keyframes updownbox {
  0% {
    top: 20%; }
  25% {
    top: 40%; }
  50% {
    top: 20%; }
  100% {
    top: 40%; } }
@keyframes showHeight {
  0% {
    height: 0; }
  100% {
    height: auto; } }
@-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; } }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes zoompadding {
  0% {
    padding: 0; }
  100% {
    padding: 20px; } }
.sec_block7 {
  background: #004bad;
  color: #fff; }
  .sec_block7 .oddcolumn {
    background: #004299; }
  .sec_block7 a {
    color: #fff; }
    .sec_block7 a:hover {
      color: #f2f2f2 !important; }

footer {
  padding: 20px 0;
  background-size: cover; }
  footer a:hover {
    color: #11a6e4; }
  footer h3 {
    font-weight: 700;
    color: #11a6e4;
    text-transform: uppercase;
    padding: 10px 0; }
  footer .social-icon {
    font-size: 25px;
    padding: 10px; }

/* Khung lọc */
.price-filter-container {
  width: 100%;
  height: fit-content; }

.visible-filter {
  display: none; }

.btn-showmore {
  cursor: pointer;
  text-decoration: underline;
  color: #004bad; }
  .btn-showmore:hover {
    color: #ebcc07; }

.price-range-display {
  margin-bottom: 30px;
  font-size: 1em;
  text-align: center; }

/* Khung chứa các thanh trượt */
.range-slider {
  position: relative;
  height: 40px; }

/* Thanh nền cố định */
.range-slider::before {
  content: '';
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
  z-index: 1; }

/* Thanh tô màu giữa hai núm */
.slider-track {
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  height: 5px;
  background: #004bad;
  /* Màu chủ đạo */
  border-radius: 5px;
  z-index: 2;
  /* Đặt cao hơn thanh nền */
  left: 0%;
  /* Sẽ được JS cập nhật */
  width: 100%;
  /* Sẽ được JS cập nhật */ }

/* Định dạng chung cho input range */
.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 5px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3; }

/* Cần reset lại kiểu dáng cho thumb (núm kéo) */
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #004bad;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/* Ẩn track mặc định để chỉ thấy track tô màu bằng div.slider-track */
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  background: transparent; }

.link-other ul, .link-other ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 3 cột bằng nhau */
  gap: 10px 20px;
  /* Khoảng cách hàng và cột */
  padding: 0;
  list-style-position: inside; }

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

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

.detail_news .sticky-sm-top {
  top: 100px;
  z-index: 2; }
.detail_news table {
  border: 1px; }
  .detail_news table tr td {
    border: 1px #ccc solid;
    padding: 5px;
    background: #f9f9f9;
    font-size: 16px; }
  .detail_news table tr:first-child td {
    background: #616161;
    color: #fff; }
  .detail_news table tr:first-child th {
    background: #616161;
    color: #fff; }

.sidebar_news .lschuyenmuc {
  color: #fff; }
  .sidebar_news .lschuyenmuc a {
    color: #fff; }
.sidebar_news .box-sidebar-news {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden; }
  .sidebar_news .box-sidebar-news .one_sidebar_news .cover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; }
  .sidebar_news .box-sidebar-news .one_sidebar_news .one_news_title {
    font-size: 0.9rem; }

.sidebar .nav-sidebar {
  float: left;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px #ccc dashed;
  color: #fff; }

ul#menudetail {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow-y: scroll; }
  ul#menudetail::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  ul#menudetail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  ul#menudetail li {
    padding: 5px 0;
    border-bottom: 1px #d1d1d1 dashed; }
    ul#menudetail li a {
      font-size: 16px; }
    ul#menudetail li.styleH2 {
      text-transform: none;
      font-weight: 700; }
    ul#menudetail li.styleH3 {
      padding-left: 15px; }
    ul#menudetail li.styleH3:before {
      margin-right: 5px; }
    ul#menudetail li.styleH4 {
      padding-left: 30px; }
    ul#menudetail li.styleH4:before {
      margin-right: 5px; }

.list_post .box_post_head {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden; }
  .list_post .box_post_head .cover {
    max-height: 180px;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  .list_post .box_post_head h3 {
    min-height: 70px; }
.list_post .box_post .cover {
  height: 220px;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  /*Shine */ }
  .list_post .box_post .cover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .list_post .box_post .cover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
.list_post .box_post h3 a {
  color: #2c2c2c; }
.list_post .box_post a {
  color: #004bad; }
  .list_post .box_post a:hover {
    color: #004bad; }
    .list_post .box_post a:hover i {
      margin-left: 10px; }
.list_post .fix_other_post .cover {
  height: 160px;
  background-color: #11a6e4;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .list_post .fix_other_post .cover img {
    width: 100%;
    height: 100%; }

.detail_product .imgslide {
  position: relative; }
  .detail_product .imgslide .playvideo {
    position: absolute;
    bottom: 125px;
    right: 5px;
    z-index: 3; }
.detail_product h1 {
  font-size: 24px;
  line-height: 35px; }
.detail_product .attrproduct {
  padding: 4px 5px;
  cursor: pointer;
  border: 1px solid #dee2e6; }
  .detail_product .attrproduct.actived {
    border: 1px #004bad solid !important; }
.detail_product .price {
  color: red;
  font-size: 1.5rem;
  font-weight: 700; }
.detail_product .hotline {
  font-size: 20px; }
.detail_product .noidungsp nav .nav-link {
  color: #fff; }
.detail_product .noidungsp nav .active {
  color: #000; }

.bubbles {
  position: relative;
  width: 100%;
  overflow: hidden; }

.bubble {
  position: absolute;
  left: var(--bubble-left-offset);
  bottom: -75%;
  display: block;
  width: var(--bubble-radius);
  height: var(--bubble-radius);
  border-radius: 50%;
  animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite; }
  .bubble::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(136, 246, 251, 0.3);
    border-radius: inherit;
    animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite; }
  .bubble:nth-child(0) {
    --bubble-left-offset: 91vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(1) {
    --bubble-left-offset: 87vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(2) {
    --bubble-left-offset: 13vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(3) {
    --bubble-left-offset: 14vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(4) {
    --bubble-left-offset: 50vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(5) {
    --bubble-left-offset: 52vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(6) {
    --bubble-left-offset: 63vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(7) {
    --bubble-left-offset: 62vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(8) {
    --bubble-left-offset: 19vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(9) {
    --bubble-left-offset: 24vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(10) {
    --bubble-left-offset: 24vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left; }

@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%); } }
.slick-next {
  right: 0 !important; }

.slick-prev {
  left: 0 !important; }

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

#carouselSlideImage .carousel-inner {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px #ccc solid; }
#carouselSlideImage .carousel-indicators {
  margin: 0;
  opacity: 1;
  background: #f2f2f2;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
  width: auto;
  min-height: 95px;
  bottom: -35px;
  border: 1px #ccc solid; }
  #carouselSlideImage .carousel-indicators .slick-slide {
    height: 100px;
    margin: 3px;
    border-radius: 5px;
    border: 2px #e2e2e2 solid;
    overflow: hidden; }
    #carouselSlideImage .carousel-indicators .slick-slide div {
      height: auto;
      padding: 0;
      border: 0; }
    #carouselSlideImage .carousel-indicators .slick-slide img {
      width: 100%; }
#carouselSlideImage .carousel-indicators [data-bs-target] {
  opacity: 1;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100px; }
  #carouselSlideImage .carousel-indicators [data-bs-target] img {
    border: 1px #ccc solid; }
#carouselSlideImage .slick-prev {
  left: 0 !important;
  z-index: 2; }
#carouselSlideImage .slick-next {
  right: 10px !important; }
#carouselSlideImage .slick-prev:before, #carouselSlideImage .slick-next:before {
  font-size: 30px;
  color: #e2e2e2; }

/* gioi thieu */
.titlehcenter {
  font-size: 40px !important;
  color: #11a6e4; }

.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: #004bad; }

.onlymobile {
  display: none !important; }

.viewall_mobile {
  display: none; }

.fixWidthSinglePage {
  padding: 0 150px; }

.contact .icon {
  font-size: 50px;
  color: #004bad; }

/* menusidebar */
.title-sidebar {
  font-size: 16px;
  border-bottom: 2px #004bad solid;
  color: #004bad;
  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; }

/* devices (tablets, less than 992px) */
@media screen and (max-width: 1024px) {
  .mainmenu ul li {
    padding: 0; }

  .block-slide .title_head h1 {
    font-size: 40px;
    padding-right: 0; }
  .block-slide .title_head .description {
    padding: 0; }
  .block-slide .title_head .btn {
    padding: 10px 10px; }

  .title_block .description {
    padding: 0; }
  .title_block h2 {
    font-size: 28px; }

  .fixWidthSinglePage {
    padding: 0; }

  .block_server .box_promotion {
    width: 100%; }
    .block_server .box_promotion .col_promotion {
      white-space: nowrap; }

  .title_page h1 {
    padding-top: 10px; }

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

  header {
    padding: 20px 0 0 0; }

  .logo {
    text-align: center; }
    .logo img {
      height: 60px; }

  .block-slide .title_head {
    text-align: center; }
    .block-slide .title_head h1 {
      font-size: 35px; }
    .block-slide .title_head .description {
      padding: 0; }
    .block-slide .title_head .btn {
      padding: 10px 10px; }

  .block-about h4 {
    text-align: center; }
  .block-about h2 {
    font-size: 35px;
    text-align: center; }
  .block-about .des {
    text-align: justify; }
  .block-about .readmore_mobile {
    text-align: center; }

  .block-cat h2 {
    font-size: 1.5rem; }
  .block-cat h3 {
    font-size: 1.2rem; }

  .sec-product .one_product .cover {
    height: 130px;
    overflow: hidden; }
  .sec-product .one_product .fixhomepage {
    height: 120px !important; }
    .sec-product .one_product .fixhomepage h3 {
      font-size: 25px; }
  .sec-product .one_product h3 {
    font-weight: 600;
    min-height: 65px; }
  .sec-product .one_product .price {
    color: #004bad;
    font-weight: 700;
    font-size: 20px; }

  .box_cat .title_cat {
    font-size: 12px;
    height: 40px; }

  .sec-duan .box_duan .cover {
    height: 120px; }

  .slick-next {
    right: 0 !important; }

  .slick-prev {
    left: 0 !important; }

  footer .block_social {
    text-align: center;
    margin-bottom: 20px; }
    footer .block_social .social-icon {
      float: none;
      padding: 5px; }

  .list_post .box_post {
    margin-bottom: 20px; }
    .list_post .box_post .cover {
      height: 110px; }
      .list_post .box_post .cover .btn-play {
        position: absolute;
        font-size: 30px;
        top: 35%;
        z-index: 3;
        text-align: center;
        width: 100%;
        color: #f2f2f2; }
    .list_post .box_post h3 {
      font-weight: 600;
      font-size: 17px;
      min-height: 65px; }

  .box-comment {
    max-height: 50px;
    overflow-y: scroll; }
    .box-comment::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .box-comment::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px; }

  #carouselSlideImage .carousel-indicators {
    min-height: 55px; }

  ul#menudetail {
    max-height: 200px; }

  .title_page {
    text-align: center; }
    .title_page h1 {
      font-size: 25px;
      margin-top: 20px; }
    .title_page .breadcrumb {
      justify-content: center !important; }

  .title_page_nocover h1 {
    font-size: 25px; }

  .fiximgmobile {
    text-align: justify; }

  .title_other_post h2 {
    font-size: 25px; }
  .title_other_post h3 {
    font-size: 18px; }

  .titlehcenter {
    font-size: 30px !important;
    margin: 20px 0; }

  .swiper-wrapper .swiper-button-next {
    right: -2px !important;
    background: #fff; }

  .swiper-button-prev {
    left: -3px;
    background: #fff; }

  .title_uudai {
    font-size: 24px;
    text-transform: uppercase; }

  .link-other ul, .link-other ol {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* 3 cột bằng nhau */
    gap: 10px 20px;
    /* Khoảng cách hàng và cột */
    padding: 0;
    list-style-position: inside; } }

/*# sourceMappingURL=style.css.map */
