/* GLOBAL CSS */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
.btn-cusnew {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  gap: 5px;
  align-items: center;
  height: 56px;
  transition: all .4s ease;
  width: 236px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  background: url(https://www.qs-tech.com/template/default/images/common/btn-long.svg) no-repeat center/cover; }
  .btn-cusnew .text, .btn-cusnew .icon {
    transition: all 0.2s linear; }
  .btn-cusnew:hover .text {
    transform: translatex(10px);
    color: #fff; }
  .btn-cusnew:hover .icon {
    transform: translatex(10px);
    opacity: 0; }
  @media (max-width: 991px) {
    .btn-cusnew {
      width: 180px;
      height: 44px;
      font-size: 14px; } }

.section-home-collection .btn-cusnew {
  color: var(--shop-color-title); }
  .section-home-collection .btn-cusnew:hover .text {
    color: var(--shop-color-title); }

/* INDEX */
.section-home-slider {
  margin: 0; }

.section-home-brand {
  margin: 0; }
  .section-home-brand .list-brand {
    display: flex; }
    .section-home-brand .list-brand .item {
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-home-brand .list-brand .item img {
        max-width: 150px; }
    @media (max-width: 991px) {
      .section-home-brand .list-brand {
        overflow: auto; }
        .section-home-brand .list-brand .item {
          flex: 0 0 40%;
          max-width: 40%;
          padding: 0 15px; }
          .section-home-brand .list-brand .item img {
            max-width: 100px; } }

.section-home-solution .section-wrapper {
  padding: 45px 0 60px; }

.section-home-solution .section-inner .sectionTitle {
  margin-bottom: 30px; }
  .section-home-solution .section-inner .sectionTitle h2 {
    text-align: center;
    font-size: 48px;
    color: #fff;
    margin: 0; }
  .section-home-solution .section-inner .sectionTitle p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff; }

.section-home-solution .section-inner .section-content .list-control {
  display: flex;
  justify-content: center;
  gap: 30px; }
  .section-home-solution .section-inner .section-content .list-control a {
    padding-bottom: 5px;
    position: relative;
    user-select: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: all .4s ease;
    font-size: 18px; }
    .section-home-solution .section-inner .section-content .list-control a:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      background: #fff;
      width: 0;
      height: 2px;
      transform: translateX(-50%);
      transition: all .4s ease; }
    .section-home-solution .section-inner .section-content .list-control a.active, .section-home-solution .section-inner .section-content .list-control a:hover {
      color: #fff; }
      .section-home-solution .section-inner .section-content .list-control a.active:after, .section-home-solution .section-inner .section-content .list-control a:hover:after {
        width: 100%; }

.section-home-solution .section-inner .section-content .box-tabcontent {
  margin-top: 45px; }
  .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap {
    display: none; }
    .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap.active {
      display: block; }
    .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner {
      display: flex;
      border-radius: 20px;
      overflow: hidden; }
      .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-image {
        flex: 0 0 56%;
        max-width: 56%; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-image img {
          width: 100%;
          height: 440px;
          object-fit: cover; }
      .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info {
        padding: 60px;
        background: #051b4c;
        position: relative;
        display: flex;
        flex-direction: column; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info h2 {
          font-size: 26px;
          color: var(--shop-color-main);
          margin: 0;
          font-weight: 400; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info p {
          margin: 14px 0 0;
          color: #fff;
          font-size: 16px;
          line-height: 24px; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-actionLink {
          margin-top: 28px;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          color: #266ef2;
          font-size: 16px; }
          .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-actionLink:hover .text {
            text-decoration: underline; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-learnmore {
          position: absolute;
          left: 50%;
          transition: all .4s ease;
          bottom: 0;
          transform: translateX(-50%);
          width: calc(100% - 60px* 2);
          height: 80px;
          align-items: center;
          justify-content: space-between;
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          display: flex;
          font-size: 16px;
          color: #fff; }
          .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-learnmore .text, .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-learnmore .icon {
            position: relative;
            z-index: 2; }
          .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-learnmore:before {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: #266ef2;
            transition: all .4s ease; }
          .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-learnmore:hover {
            padding: 0 20px; }
            .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-learnmore:hover:before {
              width: 100%;
              right: auto;
              left: 0; }
    .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-button {
      margin-top: 28px;
      text-align: center; }
      .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-button .btn-cusnew {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        gap: 5px;
        align-items: center;
        height: 56px;
        transition: all .4s ease;
        width: 236px;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url(https://www.qs-tech.com/template/default/images/common/btn-long.svg) no-repeat center/cover; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-button .btn-cusnew .text, .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-button .btn-cusnew .icon {
          transition: all 0.2s linear; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-button .btn-cusnew:hover .text {
          transform: translatex(10px); }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-button .btn-cusnew:hover .icon {
          transform: translatex(10px);
          opacity: 0; }

@media (max-width: 991px) {
  .section-home-solution .section-wrapper {
    padding: 34px 0 38px; }
  .section-home-solution .section-inner .sectionTitle {
    margin-bottom: 30px; }
    .section-home-solution .section-inner .sectionTitle h2 {
      font-size: 23px; }
    .section-home-solution .section-inner .sectionTitle p {
      font-size: 15px; }
  .section-home-solution .section-inner .section-content .list-control {
    overflow: auto;
    justify-content: unset;
    gap: 20px; }
    .section-home-solution .section-inner .section-content .list-control a {
      font-size: 15px;
      white-space: nowrap; }
  .section-home-solution .section-inner .section-content .box-tabcontent {
    margin-top: 25px; }
    .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner {
      flex-wrap: wrap; }
      .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-image {
        flex: 0 0 100%;
        max-width: 100%; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-image img {
          height: 220px; }
      .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info {
        padding: 30px 15px 0; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info h2 {
          font-size: 20px; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info p {
          font-size: 14px; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-actionLink {
          font-size: 14px; }
        .section-home-solution .section-inner .section-content .box-tabcontent .list-content .item-content-wrap .item-inner .item-info .btn-learnmore {
          position: relative;
          transform: unset;
          left: auto;
          bottom: auto;
          height: 60px;
          margin-top: 20px;
          width: 100%; } }

/* LIST COLLECTION */
.wrapbox-list-collection .list-collection-title h1 {
  text-align: center;
  font-size: 32px;
  color: #000;
  margin: 30px 0 15px; }

@media (max-width: 991px) {
  .wrapbox-list-collection .list-collection-title h1 {
    font-size: 24px; } }

.wrapbox-list-collection .item-collection {
  padding: 30px 0; }
  .wrapbox-list-collection .item-collection .box-title h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000; }
  .wrapbox-list-collection .item-collection .box-collection .list-product {
    display: flex;
    gap: 16px; }
    .wrapbox-list-collection .item-collection .box-collection .list-product .product-loop {
      flex: 0 0 calc(25% - 48px/4);
      max-width: calc(25% - 48px/4); }
  .wrapbox-list-collection .item-collection .box-collection .button-product {
    margin-top: 30px;
    text-align: center; }

@media (max-width: 991px) {
  .wrapbox-list-collection .item-collection .box-title h2 {
    font-size: 22px; }
  .wrapbox-list-collection .item-collection .box-collection .list-product {
    flex-wrap: wrap;
    gap: 10px; }
    .wrapbox-list-collection .item-collection .box-collection .list-product .product-loop {
      flex: 0 0 calc(50% - 5px);
      max-width: calc(50% - 5px); } }

.wrapbox-author {
  border: 1px solid #919191;
  border-width: 1px 0;
  padding: 40px 0;
  margin: 50px auto;
  max-width: 1020px;
  margin-bottom: 0; }
  .wrapbox-author .content-box {
    padding: 20px 50px;
    position: relative; }
    .wrapbox-author .content-box:before {
      content: open-quote;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 120px;
      line-height: 1;
      font-family: "Inter", sans-serif; }
    .wrapbox-author .content-box:after {
      content: close-quote;
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 120px;
      line-height: 0;
      font-family: "Inter", sans-serif; }
    .wrapbox-author .content-box .text-content {
      font-size: 16px;
      font-weight: 500;
      color: #404040; }
  .wrapbox-author .author-info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 70px; }
    .wrapbox-author .author-info .img {
      flex: 0 0 110px;
      max-width: 110px; }
      .wrapbox-author .author-info .img img {
        border-radius: 999px; }
    .wrapbox-author .author-info .name a {
      font-size: 24px;
      font-weight: 800;
      font-family: 'Inter', sans-serif;
      color: purple; }
    .wrapbox-author .author-info .list-social {
      display: flex;
      gap: 15px; }
      .wrapbox-author .author-info .list-social a {
        display: flex;
        width: 45px;
        height: 45px;
        background: #000;
        justify-content: center;
        align-items: center;
        border-radius: 999px; }
        .wrapbox-author .author-info .list-social a svg {
          width: 20px;
          height: 20px; }
        .wrapbox-author .author-info .list-social a:nth-child(1) {
          background: #3b5998; }
        .wrapbox-author .author-info .list-social a:nth-child(2) {
          background: #cd201f; }
        .wrapbox-author .author-info .list-social a:nth-child(3) {
          background: #0077b5; }
        .wrapbox-author .author-info .list-social a:nth-child(4) {
          background: #1da1f2; }
  @media (max-width: 991px) {
    .wrapbox-author {
      padding: 20px 0;
      margin: 30px auto; }
      .wrapbox-author .author-info {
        flex-direction: column; } }

.superContent-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #DBDBDB;
  margin: 25px 0;
  padding: 20px 0;
  transition: all .5s;
  overflow: hidden; }
  .superContent-product:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
    .superContent-product:hover .superContent-product-left a img {
      transform: translateY(calc(-100% + 350px)); }
  .superContent-product .superContent-product-left {
    width: 40%;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .superContent-product .superContent-product-left {
        width: 100%; } }
    .superContent-product .superContent-product-left a {
      display: block;
      max-height: 350px;
      overflow: hidden;
      border-radius: 5px; }
      .superContent-product .superContent-product-left a img {
        width: 100%;
        height: 100%;
        transition: all 7.5s linear; }
  .superContent-product .superContent-product-right {
    width: 60%;
    padding: 0 15px;
    /*	.superContent-product-right-cta{
		@include dFlex(flex, wrap, space-between, center);
		.superContent-product-right-cta-contact, .superContent-product-right-cta-more{
		@include resetButton;
		@include buttonStyle1;
		float: right;
		width: calc(50% - 10px);
		padding: 2.5px 10px;
	}
	}*/ }
    @media (max-width: 991px) {
      .superContent-product .superContent-product-right {
        width: 100%;
        margin-top: 15px; } }
    .superContent-product .superContent-product-right .superContent-product-right-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
    .superContent-product .superContent-product-right .superContent-product-right-info {
      font-size: 13px;
      font-weight: 600;
      color: var(--color_black);
      line-height: 10px;
      border-bottom: 1px solid #dedede;
      padding-bottom: 5px; }
      @media (max-width: 991px) {
        .superContent-product .superContent-product-right .superContent-product-right-info {
          padding-bottom: 10px; } }
      .superContent-product .superContent-product-right .superContent-product-right-info span {
        opacity: 1; }
        .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(1) {
          margin-right: 35px;
          display: inline-block;
          margin-bottom: 5px; }
          .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(1) span {
            font-weight: bold;
            margin-right: 0; }
        .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(2) {
          display: inline-block;
          margin-bottom: 5px;
          margin-right: 35px; }
          .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(2) a {
            text-decoration: none;
            transition: .2s;
            font-size: 13px;
            color: var(--color_main); }
    .superContent-product .superContent-product-right .superContent-product-right-price {
      margin: 0;
      padding: 10px 0; }
      .superContent-product .superContent-product-right .superContent-product-right-price del {
        margin: 0 10px;
        opacity: 0.75;
        color: #AAA;
        display: inline-block;
        font-size: .9rem;
        font-weight: normal;
        margin-left: 5px; }
        @media (max-width: 991px) {
          .superContent-product .superContent-product-right .superContent-product-right-price del {
            font-size: 0.8rem; } }
      .superContent-product .superContent-product-right .superContent-product-right-price strong {
        font-size: 1.5rem;
        color: #F30;
        font-weight: bold;
        margin: 10px 0; }
        @media (max-width: 361px) {
          .superContent-product .superContent-product-right .superContent-product-right-price strong {
            font-size: 1.3rem; } }
      .superContent-product .superContent-product-right .superContent-product-right-price > span {
        background: #F30;
        color: #fff;
        padding: 2.5px 5px;
        font-size: .7rem;
        font-weight: bold; }
    .superContent-product .superContent-product-right .superContent-product-right-des {
      font-size: 1rem;
      margin-bottom: 10px; }
    .superContent-product .superContent-product-right .superContent-product-right-cta > a {
      display: inline-block;
      padding: 5px 20px;
      background: #ff0000;
      color: #fff; }

.superContent-collection {
  display: flex;
  gap: 16px;
  margin: 25px 0; }
  .superContent-collection .product-loop {
    flex: 0 0 calc(25% - 48px/4);
    max-width: calc(25% - 48px/4); }
  @media (max-width: 991px) {
    .superContent-collection {
      flex-wrap: wrap;
      gap: 10px; }
      .superContent-collection .product-loop {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px); } }

.section-home-info .info-block-center .image {
  position: relative; }
  .section-home-info .info-block-center .image .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/* LIST COLLECTION */
#list-collection {
  padding: 0 0 50px;
  background: #f2f2f2; }
  #list-collection .wrapbox-page-content {
    margin: 50px 0;
    padding: 20px 20px 40px;
    background: #fff;
    position: relative; }
    #list-collection .wrapbox-page-content .page-main-content {
      height: 190px;
      overflow: hidden; }
      #list-collection .wrapbox-page-content .page-main-content:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 40px;
        right: 0;
        background: linear-gradient(to top, #fff, transparent);
        height: 40px; }
      #list-collection .wrapbox-page-content .page-main-content.active {
        height: 100%; }
        #list-collection .wrapbox-page-content .page-main-content.active:after {
          display: none; }
    #list-collection .wrapbox-page-content .btn-xemthemm {
      position: absolute;
      left: 50%;
      bottom: 5px;
      color: #3716ff;
      transform: translatex(-50%);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px; }
      #list-collection .wrapbox-page-content .btn-xemthemm .text-hide {
        display: none; }
      #list-collection .wrapbox-page-content .btn-xemthemm.active .text-hide {
        display: block; }
      #list-collection .wrapbox-page-content .btn-xemthemm.active .text-show {
        display: none; }
      #list-collection .wrapbox-page-content .btn-xemthemm.active .icon svg {
        transform: rotate(180deg); }

.layout-collections .wrapbox-page-content {
  margin: 0 0 50px;
  padding: 20px 20px 40px;
  background: #fff;
  position: relative; }
  .layout-collections .wrapbox-page-content .page-main-content {
    height: 190px;
    overflow: hidden; }
    .layout-collections .wrapbox-page-content .page-main-content:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 40px;
      right: 0;
      background: linear-gradient(to top, #fff, transparent);
      height: 40px; }
    .layout-collections .wrapbox-page-content .page-main-content.active {
      height: 100%; }
      .layout-collections .wrapbox-page-content .page-main-content.active:after {
        display: none; }
  .layout-collections .wrapbox-page-content .btn-xemthemm {
    position: absolute;
    left: 50%;
    bottom: 5px;
    color: #3716ff;
    transform: translatex(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px; }
    .layout-collections .wrapbox-page-content .btn-xemthemm .text-hide {
      display: none; }
    .layout-collections .wrapbox-page-content .btn-xemthemm.active .text-hide {
      display: block; }
    .layout-collections .wrapbox-page-content .btn-xemthemm.active .text-show {
      display: none; }
    .layout-collections .wrapbox-page-content .btn-xemthemm.active .icon svg {
      transform: rotate(180deg); }

.section-home-client .section-content .list-client:not(.slick-slider) {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .section-home-client .section-content .list-client:not(.slick-slider) .item {
    flex: 0 0 calc(100%/6);
    max-width: calc(100%/6); }

.section-home-client .section-content .list-client .item {
  padding: 0 15px;
  display: flex;
  height: inherit;
  align-items: center; }

.section-home-client .section-content .list-client.slick-slider .slick-track {
  display: flex; }

.section-home-client .section-content .list-client.slick-slider .slick-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; }
  .section-home-client .section-content .list-client.slick-slider .slick-dots li {
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px; }
    .section-home-client .section-content .list-client.slick-slider .slick-dots li.slick-active {
      border-color: #000; }
    .section-home-client .section-content .list-client.slick-slider .slick-dots li button {
      font-size: 0;
      width: 8px;
      height: 8px;
      background: #000;
      border: none;
      outline: none;
      border-radius: 50px; }

.section-list-vendor .list-vendor {
  display: flex;
  padding: 10px 20px;
  background: #ccc;
  flex-wrap: wrap;
  gap: 15px;
  border-radius: 8px;
  margin-top: 30px; }
  .section-list-vendor .list-vendor a {
    flex: 0 0 calc(100%/8 - 105px/8);
    max-width: calc(100%/8 - 105px/8);
    border-radius: 99px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-list-vendor .list-vendor a img {
      max-height: 40px; }
  @media (max-width: 991px) {
    .section-list-vendor .list-vendor {
      flex-wrap: nowrap;
      overflow: auto; }
      .section-list-vendor .list-vendor a {
        flex: 0 0 40%;
        max-width: 40%; } }

.bct {
  margin: 15px 0; }

.bct img {
  width: 150px; }

table, th, td {
  border: 1px solid #868585;
  margin: 0 auto; }

table {
  border-collapse: collapse; }

table tr:nth-child(odd) {
  background-color: #eee; }

table tr:nth-child(even) {
  background-color: white; }

table tr:nth-child(1) {
  background-color: orange;
  font-weight: bold; }
