@charset "UTF-8";
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

section {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    section {
      margin-bottom: 40px; } }

.section_slider {
  text-align: center;
  padding: 10px; }
  .section_slider .swiper-container {
    overflow: visible;
    border-radius: 10px;
    overflow: hidden; }
  .section_slider .thumb-slider-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    margin: auto;
    display: flex;
    text-align: center;
    right: 0;
    align-items: center;
    max-width: 1200px; }
    @media (max-width: 1199px) {
      .section_slider .thumb-slider-text {
        max-width: 100%;
        padding: 10px;
        top: 80%;
        transform: translate(0, -80%); } }
    @media (max-width: 767px) {
      .section_slider .thumb-slider-text {
        position: relative;
        top: auto;
        transform: translate(0, 0%); } }
    .section_slider .thumb-slider-text .slider-text {
      text-align: center;
      color: #fff;
      display: inline-block;
      position: relative; }
      @media (max-width: 991px) {
        .section_slider .thumb-slider-text .slider-text {
          text-align: center;
          width: 100%;
          padding: 10px; } }
      .section_slider .thumb-slider-text .slider-text .title1 {
        display: block;
        font-size: 20px;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .title1 {
            font-size: 12px;
            margin-bottom: 5px; } }
      .section_slider .thumb-slider-text .slider-text .title2 {
        display: block;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .title2 {
            font-size: 20px;
            margin-bottom: 5px; } }
      .section_slider .thumb-slider-text .slider-text .content {
        font-size: 18px;
        position: relative;
        color: #fff;
        display: block; }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .content {
            font-size: 12px; } }
      .section_slider .thumb-slider-text .slider-text .button {
        color: #fff;
        color: #fff;
        padding: 8px 8px 8px 20px;
        display: inline-flex;
        border-radius: 30px;
        font-size: 20px;
        font-weight: 500;
        margin-top: 15px;
        position: relative;
        background: var(--mainColor);
        align-items: center;
        overflow: hidden;
        z-index: 1; }
        .section_slider .thumb-slider-text .slider-text .button:before {
          content: "";
          position: absolute;
          height: 100%;
          bottom: 0px;
          left: 0px;
          width: 0px;
          background-color: var(--hover);
          z-index: -1;
          transition: 0.4s ease-out;
          border-radius: inherit; }
        .section_slider .thumb-slider-text .slider-text .button .icon {
          background: #fff;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          margin-left: 10px; }
          .section_slider .thumb-slider-text .slider-text .button .icon svg {
            width: 16px;
            height: 16px;
            transition: all 0.4s ease-in-out; }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .button {
            font-size: 14px; }
            .section_slider .thumb-slider-text .slider-text .button .icon {
              width: 30px;
              height: 30px; }
              .section_slider .thumb-slider-text .slider-text .button .icon svg {
                width: 16px;
                height: 16px; } }
        .section_slider .thumb-slider-text .slider-text .button:hover:before {
          width: 100%; }
        .section_slider .thumb-slider-text .slider-text .button:hover .icon svg {
          transform: rotate(45deg); }

.section_chinhsach .swiper-slide {
  display: flex;
  height: auto; }

.section_chinhsach .item {
  display: flex;
  height: 100%;
  gap: 5px;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .section_chinhsach .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease;
    transform: translate(-30%, 30%) scale(0.9);
    background-size: cover; }
  .section_chinhsach .item .icon img {
    max-height: 80px;
    width: auto; }
    @media (max-width: 767px) {
      .section_chinhsach .item .icon img {
        max-height: inherit;
        max-width: 60px; } }
  .section_chinhsach .item .text {
    color: #000;
    font-size: 18px; }
    @media (max-width: 767px) {
      .section_chinhsach .item .text {
        font-size: 14px; } }
    .section_chinhsach .item .text .title {
      display: block;
      color: var(--mainColor);
      font-size: 20px;
      font-weight: bold; }
  .section_chinhsach .item:hover .bg {
    opacity: 0.5;
    transform: translate(0, 0) scale(1); }

.section_dichvu {
  padding: 10px; }
  .section_dichvu .dichvu-thumb {
    background-attachment: fixed;
    padding: 100px 0;
    border-radius: 10px; }
  .section_dichvu .title-content {
    color: #fff; }
  .section_dichvu .title-dv {
    margin-bottom: 22px; }
    .section_dichvu .title-dv li {
      margin-bottom: 10px;
      background: var(--mainColor);
      color: #fff;
      padding: 10px;
      border-radius: 10px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s; }
      .section_dichvu .title-dv li:hover {
        background: var(--hover); }
      .section_dichvu .title-dv li.active {
        background: var(--hover); }
  .section_dichvu .title-content-dv {
    font-size: 20px;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .section_dichvu .title-content-dv {
        margin-top: 10px; } }
  .section_dichvu .content-dv li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px; }
    .section_dichvu .content-dv li span {
      width: 6px;
      height: 6px;
      display: block;
      background: var(--hover);
      margin-right: 10px;
      position: relative;
      top: 2px;
      border-radius: 50%; }
  .section_dichvu .image {
    border-radius: 10px;
    overflow: hidden; }
  .section_dichvu .dv-item {
    display: none;
    animation: fadeIn 0.4s ease;
    background: #fff;
    padding: 10px;
    border-radius: 10px; }
    .section_dichvu .dv-item.active {
      display: block; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.section_why .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .section_why .item .image img {
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all; }
  .section_why .item .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px; }
    .section_why .item .icon img {
      transition: all 0.4s ease-in-out; }
  .section_why .item .text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px; }
    .section_why .item .text .title {
      font-size: 20px;
      font-weight: bold;
      color: var(--mainColor); }
  .section_why .item:hover .image img {
    transform: scale(1.1) rotate(2deg); }
  .section_why .item:hover .icon img {
    transform: scaleX(-1) !important; }

.section_number {
  text-align: center; }
  .section_number .num {
    font-size: 40px;
    font-weight: bold;
    color: var(--hover); }
    @media (max-width: 767px) {
      .section_number .num {
        font-size: 30px; } }
    .section_number .num span {
      margin-right: 5px; }
  .section_number .title {
    font-size: 22px; }
    @media (max-width: 767px) {
      .section_number .title {
        font-size: 16px; } }

.section_quytrinh {
  padding: 10px; }
  .section_quytrinh .quytrinh-thumb {
    padding: 100px 0;
    background-attachment: fixed;
    position: relative;
    border-radius: 10px; }
  .section_quytrinh .row {
    position: relative; }
    @media (min-width: 767px) {
      .section_quytrinh .row:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        height: 2px;
        background: #ffffff; } }
  .section_quytrinh .title-content {
    color: #fff; }
  .section_quytrinh .item {
    background: var(--mainColor);
    color: #fff;
    padding: 35px 20px 30px 45px;
    border-radius: 10px;
    border: 5px solid #fff;
    position: relative;
    margin: 80px 0;
    margin-left: 45px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .section_quytrinh .item {
        padding: 20px 30px 10px 34px;
        margin: 50px 0 0 20px;
        min-height: inherit !important; } }
    .section_quytrinh .item .num {
      position: absolute;
      bottom: -25px;
      width: 50px;
      height: 50px;
      right: -25px;
      background: var(--hover);
      border-radius: 50%;
      border: 5px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .section_quytrinh .item .num {
          right: -16px; } }
    .section_quytrinh .item .icon {
      position: absolute;
      left: -50px;
      top: -50px;
      background: var(--hover);
      border: 5px solid #fff;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px; }
      @media (max-width: 767px) {
        .section_quytrinh .item .icon {
          left: -31px;
          top: -35px;
          width: 70px;
          height: 70px;
          padding: 10px; } }
    .section_quytrinh .item .des {
      font-size: 16px; }
      .section_quytrinh .item .des .title {
        display: block;
        font-size: 20px;
        color: var(--hover);
        font-weight: bold;
        margin-bottom: 10px; }
  @media (min-width: 767px) {
    .section_quytrinh .item1:before, .section_quytrinh .item2:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 82px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      bottom: -86px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item1:before, .section_quytrinh .item2:before {
      left: 30%;
      transform: translateX(-30%); } }
  @media (min-width: 767px) {
    .section_quytrinh .item1:after, .section_quytrinh .item2:after {
      content: "";
      background: var(--hover);
      width: 18px;
      height: 18px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%;
      bottom: -94px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item1:after, .section_quytrinh .item2:after {
      left: 29%;
      transform: translateX(-25%); } }
  @media (min-width: 767px) {
    .section_quytrinh .item3:before, .section_quytrinh .item4:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 82px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      top: -86px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item3:before, .section_quytrinh .item4:before {
      left: 70%;
      transform: translateX(70%); } }
  @media (min-width: 767px) {
    .section_quytrinh .item3:after, .section_quytrinh .item4:after {
      content: "";
      background: var(--hover);
      width: 18px;
      height: 18px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%;
      top: -94px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item3:after, .section_quytrinh .item4:after {
      left: 70%;
      transform: translateX(-37%); } }
  @media (max-width: 767px) {
    .section_quytrinh .col1 {
      order: 1; }
    .section_quytrinh .col2 {
      order: 3; }
    .section_quytrinh .col3 {
      order: 2; }
    .section_quytrinh .col4 {
      order: 4; } }

.section_banggia .item {
  background: #fff;
  padding: 10px;
  border-radius: 10px; }
  .section_banggia .item .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .section_banggia .item .image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, color-mix(in srgb, var(--mainColor) 0%, transparent) -30%, var(--mainColor) 100%); }
    .section_banggia .item .image .info {
      position: absolute;
      bottom: 10px;
      left: 10px; }
    .section_banggia .item .image .title {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      display: block; }
    .section_banggia .item .image .price {
      font-size: 30px;
      font-weight: bold;
      color: var(--hover); }
  .section_banggia .item .text {
    margin-top: 10px; }
    .section_banggia .item .text .des {
      font-size: 16px;
      font-weight: bold; }
    .section_banggia .item .text ul {
      margin-top: 10px; }
      .section_banggia .item .text ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px; }
        .section_banggia .item .text ul li svg {
          margin-right: 5px;
          min-width: 20px;
          height: 20px; }
          .section_banggia .item .text ul li svg path {
            fill: var(--hover); }

.section_4_banner .image-effect {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
  .section_4_banner .image-effect .content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    display: flex;
    right: 10px;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    transform: translateY(100%);
    -webkit-transition: transform 0.6s cubic-bezier(0.77, 0, 0.01, 0.98);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.01, 0.98); }
    .section_4_banner .image-effect .content span {
      font-size: 20px;
      font-weight: bold; }
    .section_4_banner .image-effect .content .button-style {
      background: var(--hover); }
      .section_4_banner .image-effect .content .button-style:before {
        opacity: 0.4;
        background: var(--mainColor); }
  .section_4_banner .image-effect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: -webkit-linear-gradient(0deg, var(--mainColor, rgba(0, 0, 0, 0.6)) 0, transparent 80%);
    background: -moz-linear-gradient(0deg, var(--mainColor, rgba(0, 0, 0, 0.6)) 0, transparent 80%);
    background: linear-gradient(0deg, var(--mainColor, rgba(0, 0, 0, 0.6)) 0, transparent 80%); }
  .section_4_banner .image-effect.img1, .section_4_banner .image-effect.img3 {
    margin-bottom: 20px; }
  .section_4_banner .image-effect img {
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all; }
  .section_4_banner .image-effect:hover .content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .section_4_banner .image-effect:hover:before {
    opacity: 1; }
  .section_4_banner .image-effect:hover img {
    transform: scale(1.1) rotate(2deg); }

.section_product_brand .background-thumb {
  background: var(--mainColor); }

.section_product_brand .title-name {
  color: #fff; }

@media (max-width: 991px) {
  .section_product_brand .thumb-image-banner {
    margin-bottom: 15px; } }

.section_product_brand .product_brand-slider .swiper-slide {
  background: #fff;
  border-radius: 5px;
  padding: 20px; }
  .section_product_brand .product_brand-slider .swiper-slide > a {
    margin-bottom: 9px;
    display: block;
    font-size: 22px;
    font-weight: bold; }
    .section_product_brand .product_brand-slider .swiper-slide > a span {
      font-size: 14px;
      display: block; }
    .section_product_brand .product_brand-slider .swiper-slide > a:hover:before {
      border-width: 3px;
      border-color: var(--hover); }
    .section_product_brand .product_brand-slider .swiper-slide > a:hover h3 {
      color: var(--hover); }
  .section_product_brand .product_brand-slider .swiper-slide .product-image {
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    /* border: 1px solid #ddd; */
    background: #f1f1f1;
    border-radius: 5px; }
    .section_product_brand .product_brand-slider .swiper-slide .product-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      transform: scale(1);
      transition: all 0.5s ease; }
    .section_product_brand .product_brand-slider .swiper-slide .product-image:hover img {
      transform: scale(1.2); }
  .section_product_brand .product_brand-slider .swiper-slide .item-more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.26);
    color: #fff;
    font-size: 28px;
    font-weight: 700; }
    .section_product_brand .product_brand-slider .swiper-slide .item-more:hover {
      color: var(--hover); }

.section_about .image img {
  border-radius: 10px; }

@media (max-width: 1199px) {
  .section_about .image {
    position: sticky;
    top: 10px; } }

@media (max-width: 991px) {
  .section_about .thump-content {
    margin-top: 20px; } }

.section_about .thump-content img {
  margin-bottom: 20px; }

.section_about .thump-content .content-about {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: justify; }
  @media (max-width: 767px) {
    .section_about .thump-content .content-about {
      font-size: 16px; } }

.section_about .thump-content .button-more-style {
  margin-top: 10px; }

.section_about .thump-content ul {
  padding-left: 20px; }
  .section_about .thump-content ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    padding: 10px 10px 10px 40px;
    background: var(--mainColor);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, 0.03);
    color: #fff;
    position: relative; }
    .section_about .thump-content ul li:last-child {
      margin-bottom: 0px; }
    .section_about .thump-content ul li .num {
      color: #fff;
      font-size: 26px;
      font-weight: 700;
      position: absolute;
      left: -20px;
      background: var(--hover);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      top: -10px; }
    .section_about .thump-content ul li .content {
      display: block;
      font-size: 16px; }
    .section_about .thump-content ul li b {
      display: block;
      font-size: 20px;
      color: var(--hover);
      font-size: 20px;
      position: relative;
      padding-right: 30px;
      font-weight: 700;
      cursor: pointer;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .section_about .thump-content ul li b {
          font-size: 16px; } }
    .section_about .thump-content ul li span {
      margin-bottom: 0px;
      font-size: 16px;
      display: block; }
      @media (max-width: 767px) {
        .section_about .thump-content ul li span {
          font-size: 14px; } }

.section_product_tab .group-title-tab {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .section_product_tab .group-title-tab {
      flex-direction: column; } }

.section_product_tab .tabs-title {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  gap: 10px; }
  @media (max-width: 991px) {
    .section_product_tab .tabs-title {
      display: flex;
      white-space: nowrap;
      overflow-y: hidden;
      justify-content: flex-start;
      width: 100%;
      padding-bottom: 0px;
      gap: 10px; } }
  .section_product_tab .tabs-title .tab-link {
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    text-align: left;
    position: relative;
    border: 1px solid var(--mainColor);
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    position: relative; }
    @media (max-width: 991px) {
      .section_product_tab .tabs-title .tab-link {
        margin-bottom: 0px; } }
    .section_product_tab .tabs-title .tab-link.current, .section_product_tab .tabs-title .tab-link:hover {
      color: #fff;
      background: var(--mainColor); }

@media (max-width: 991px) {
  .section_product_tab .col-xl-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section_product_tab .col-xl-3 .tabs-title {
      order: 2; }
    .section_product_tab .col-xl-3 .thumb-image-banner {
      margin-bottom: 20px; } }

.section_product_tab .tab-content {
  display: none; }
  .section_product_tab .tab-content.current {
    display: block; }
  @media (max-width: 1199px) {
    .section_product_tab .tab-content .col-fix:nth-child(6) {
      display: none; } }
  @media (max-width: 991px) {
    .section_product_tab .tab-content .row-fix {
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      width: auto; } }

.section_product_tab .button-more-style {
  text-align: center; }

.section_review .title-index {
  margin-bottom: 10px; }

.section_review .image-review {
  border-radius: 10px; }

.section_review .review-thumb {
  padding: 25px;
  background: var(--mainColor);
  border-radius: 10px;
  position: relative;
  border: 5px solid var(--hover); }

.section_review .review-frame {
  color: #fff;
  padding: 30px;
  background: var(--mainColor);
  position: relative;
  border-radius: 15px; }
  @media (max-width: 767px) {
    .section_review .review-frame {
      padding: 10px; } }

.section_review .swiper-slide {
  padding: 2px;
  display: flex;
  height: auto; }
  .section_review .swiper-slide .review-label {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px; }
  .section_review .swiper-slide .review-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff; }
    .section_review .swiper-slide .review-info .info-image {
      overflow: hidden;
      width: 96px;
      height: 96px;
      border-radius: 50%; }
    .section_review .swiper-slide .review-info .info-content {
      margin-left: 20px; }
      .section_review .swiper-slide .review-info .info-content .content-name {
        font-size: 24px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .section_review .swiper-slide .review-info .info-content .content-name {
            font-size: 20px; } }
      .section_review .swiper-slide .review-info .info-content .content-type {
        font-weight: bold;
        margin-bottom: 5px; }
      .section_review .swiper-slide .review-info .info-content .star-rating {
        --percent: calc(var(--rating) / 5 * 100%);
        position: relative;
        display: flex;
        align-items: center;
        font-size: 21px;
        line-height: 1;
        margin-bottom: 10px; }
        .section_review .swiper-slide .review-info .info-content .star-rating:before {
          content: "★★★★★";
          background: linear-gradient(90deg, var(--hover) var(--percent), #999 var(--percent));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
  .section_review .swiper-slide .review-content {
    color: #fff;
    font-size: 18px; }
    @media (max-width: 767px) {
      .section_review .swiper-slide .review-content {
        font-size: 16px; } }

.section_form #pagelogin {
  padding: 30px 28px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  width: 100%; }
  .section_form #pagelogin p {
    margin-bottom: 15px;
    font-size: 14px; }
  .section_form #pagelogin .group_contact {
    display: flex;
    flex-direction: column;
    gap: 14px; }
    .section_form #pagelogin .group_contact label {
      font-size: 14px;
      font-weight: 600;
      color: #333;
      margin: 0; }
    .section_form #pagelogin .group_contact input,
    .section_form #pagelogin .group_contact textarea {
      width: 100%;
      padding: 14px 16px;
      font-size: 15px;
      border-radius: 12px;
      border: 1px solid #e3e6ea;
      background: #fafafa;
      transition: all 0.25s ease; }
      .section_form #pagelogin .group_contact input::placeholder,
      .section_form #pagelogin .group_contact textarea::placeholder {
        color: #9aa0a6; }
      .section_form #pagelogin .group_contact input:focus,
      .section_form #pagelogin .group_contact textarea:focus {
        outline: none;
        border-color: var(--mainColor);
        background: #fff;
        box-shadow: 0 0 0 3px rgba(209, 0, 31, 0.12); }
    .section_form #pagelogin .group_contact .radio-group,
    .section_form #pagelogin .group_contact .checkbox-group {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px; }
      .section_form #pagelogin .group_contact .radio-group label,
      .section_form #pagelogin .group_contact .checkbox-group label {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: normal;
        color: #555;
        cursor: pointer; }
        .section_form #pagelogin .group_contact .radio-group label input,
        .section_form #pagelogin .group_contact .checkbox-group label input {
          width: 16px;
          height: 16px;
          cursor: pointer;
          accent-color: var(--mainColor); }
    .section_form #pagelogin .group_contact .btn-lienhe {
      margin-top: 16px;
      padding: 15px;
      border-radius: 14px;
      background: var(--mainColor);
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease; }
      .section_form #pagelogin .group_contact .btn-lienhe:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 25px rgba(209, 0, 31, 0.35);
        background: var(--hover); }
      .section_form #pagelogin .group_contact .btn-lienhe:active {
        transform: scale(0.98); }
  @media (max-width: 480px) {
    .section_form #pagelogin {
      padding: 22px 18px; }
      .section_form #pagelogin .group_contact .radio-group,
      .section_form #pagelogin .group_contact .checkbox-group {
        gap: 10px 12px; } }

.section_faq img {
  border-radius: 10px; }
  @media (max-width: 991px) {
    .section_faq img {
      margin-bottom: 20px; } }

.section_faq .faq li {
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, 0.03); }
  @media (max-width: 767px) {
    .section_faq .faq li {
      padding: 10px; } }
  .section_faq .faq li:last-child {
    margin-bottom: 0px; }
  .section_faq .faq li h3 {
    font-size: 18px;
    position: relative;
    padding-right: 30px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .section_faq .faq li h3 {
        font-size: 16px; } }
    .section_faq .faq li h3 svg {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      transition: 0.5s; }
      @media (max-width: 767px) {
        .section_faq .faq li h3 svg {
          width: 16px;
          height: 16px; } }
  .section_faq .faq li .content-faq {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #9d9d9d;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .section_faq .faq li .content-faq {
        font-size: 14px; } }
  .section_faq .faq li:hover {
    background: var(--mainColor); }
    .section_faq .faq li:hover svg path {
      fill: #fff; }
    .section_faq .faq li:hover h3 {
      color: #fff; }
  .section_faq .faq li.active {
    background: var(--mainColor); }
    .section_faq .faq li.active svg {
      transform: rotate(180deg) translate(0, 50%); }
      .section_faq .faq li.active svg path {
        fill: #fff; }
    .section_faq .faq li.active h3 {
      color: #fff; }

.section_thuonghieu .thuonghieu-swiper a {
  padding-bottom: 60%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 10px; }
  .section_thuonghieu .thuonghieu-swiper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    transition: all .5s ease; }
  .section_thuonghieu .thuonghieu-swiper a:hover img {
    transform: scale(0.8); }

.section_1_banner {
  text-align: center;
  padding: 10px; }
  .section_1_banner .thumb-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .section_1_banner .thumb-image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, color-mix(in srgb, var(--mainColor) 0%, transparent) -30%, var(--mainColor) 100%); }
    .section_1_banner .thumb-image .thumb-text {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      width: 100%;
      margin: auto;
      text-align: center;
      right: 0;
      max-width: 1200px;
      color: #fff; }
      .section_1_banner .thumb-image .thumb-text .section_1_banner_title {
        display: block;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .section_1_banner .thumb-image .thumb-text .section_1_banner_title {
            font-size: 30px;
            margin-bottom: 5px; } }
        @media (max-width: 767px) {
          .section_1_banner .thumb-image .thumb-text .section_1_banner_title {
            font-size: 20px; } }
      .section_1_banner .thumb-image .thumb-text .section_1_banner_content {
        font-size: 18px;
        position: relative;
        color: #fff;
        display: block; }
        @media (max-width: 991px) {
          .section_1_banner .thumb-image .thumb-text .section_1_banner_content {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .section_1_banner .thumb-image .thumb-text .section_1_banner_content {
            display: none; } }
      @media (max-width: 767px) {
        .section_1_banner .thumb-image .thumb-text .button-style {
          margin-top: 10px; } }

.section1 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section1 {
      margin-bottom: 50px; } }

.section2 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section2 {
      margin-bottom: 50px; } }

.section3 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section3 {
      margin-bottom: 50px; } }

.section4 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section4 {
      margin-bottom: 50px; } }

.section5 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section5 {
      margin-bottom: 50px; } }

.section6 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section6 {
      margin-bottom: 50px; } }

.section7 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section7 {
      margin-bottom: 50px; } }

.section8 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section8 {
      margin-bottom: 50px; } }

.section9 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section9 {
      margin-bottom: 50px; } }

.section10 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section10 {
      margin-bottom: 50px; } }

.section11 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section11 {
      margin-bottom: 50px; } }

.section12 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section12 {
      margin-bottom: 50px; } }

.section13 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section13 {
      margin-bottom: 50px; } }

.section14 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section14 {
      margin-bottom: 50px; } }

.section15 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section15 {
      margin-bottom: 50px; } }

.section16 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section16 {
      margin-bottom: 50px; } }

.section17 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section17 {
      margin-bottom: 50px; } }

.section18 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section18 {
      margin-bottom: 35px; } }
