@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 200;
  src: url("../../fonts/iranyekan/iranyekan-light.woff") format("woff"); }
@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/iranyekan/iranyekan-thin.woff") format("woff"); }
@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/iranyekan/iranyekan-regular.woff") format("woff"); }
@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/iranyekan/iranyekan-medium.woff") format("woff"); }
@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/iranyekan/iranyekan-bold.woff") format("woff"); }
@font-face {
  font-family: 'IranYekan';
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/iranyekan/iranyekan-extra-bold.woff") format("woff"); }
@font-face {
  font-family: 'CenturyGothic';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/century-gothic/century-gothic.woff") format("woff"); }
body {
  background-color: #ffffff;
  min-width: 320px;
  font-family: "IranYekan", serif;
  font-size: 16px;
  line-height: 180%;
  color: #222222;
  cursor: default;
  direction: rtl; }

body, html {
  width: 100%; }

.dir-ltr {
  direction: ltr !important; }

.dir-rtl {
  direction: rtl; }

a, a:hover, a:focus {
  text-decoration: none; }

.font-en {
  font-family: "CenturyGothic", serif; }

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px); }

.swiper-container {
  overflow: hidden; }

.main-body {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start; }

.page-content {
  width: 100%;
  flex: 1; }

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  position: relative; }
  .section-title .content .title {
    color: #222222;
    font-size: 32px;
    font-weight: 800;
    margin: 0; }
  .section-title .content .des {
    line-height: 140%;
    color: #949599;
    font-size: 18px;
    margin: 10px 0 0 0; }
  .section-title .swiper-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px; }
    .section-title .swiper-btns .btn {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #949599;
      border-radius: 8px; }
      .section-title .swiper-btns .btn .icon {
        color: #949599;
        font-size: 24px;
        transition: all 0.3s ease-in-out; }
      .section-title .swiper-btns .btn:hover .icon {
        color: #ec2227; }
  .section-title.t2 .content .title {
    color: #ffffff; }
  .section-title.t2 .content .des {
    color: rgba(255, 255, 255, 0.75); }
  .section-title.t2 .swiper-btns .btn {
    border-color: #ffffff; }
    .section-title.t2 .swiper-btns .btn .icon {
      color: #ffffff; }

@media screen and (max-width: 1199px) {
  .section-title .content .title {
    font-size: 28px; }
  .section-title .content .des {
    font-size: 17px;
    margin: 7px 0 0 0; } }
@media screen and (max-width: 991px) {
  .section-title .content .title {
    font-size: 24px; }
  .section-title .content .des {
    font-size: 16px;
    margin: 7px 0 0 0; }
  .section-title .swiper-btns .btn {
    width: 32px;
    height: 32px; }
    .section-title .swiper-btns .btn .icon {
      font-size: 20px; } }
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 28px; }
    .section-title .content .title {
      font-size: 22px; }
    .section-title .content .des {
      font-size: 14px;
      margin: 5px 0 0 0; } }
@media screen and (max-width: 575px) {
  .section-title .content .des {
    font-size: 12px; } }
form .form-col {
  margin-bottom: 10px; }
  form .form-col:last-child {
    margin-bottom: 0; }
form .form-label {
  color: #222222;
  font-size: 14px;
  margin-bottom: 0; }
  form .form-label .star {
    color: #ec2227;
    font-size: 8px;
    font-style: normal;
    margin-right: 0; }
form .form-control {
  background-color: #ffffff;
  height: 50px;
  color: #222222;
  font-size: 16px;
  text-align: right;
  padding: 10px 20px;
  border: 1px solid rgba(34, 34, 34, 0.25);
  border-radius: 10px;
  resize: none;
  outline: none !important;
  box-shadow: none !important;
  direction: rtl; }
  form .form-control.ltr {
    direction: ltr; }
  form .form-control:focus {
    border-color: #949599; }
  form .form-control::placeholder {
    color: #949599;
    font-family: "IranYekan", serif; }
form textarea.form-control {
  height: 160px; }

.btn-custom {
  background-color: #ec2227;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 32px;
  border: 2px solid #ec2227;
  border-radius: 10px;
  transition: all 0.3s ease-in-out; }
  .btn-custom .icon {
    font-size: 14px; }
  .btn-custom:hover {
    background-color: rgba(236, 34, 39, 0.2);
    color: #ec2227;
    border: 2px solid #ec2227; }

.sweet-alert {
  border-radius: 20px; }
  .sweet-alert p {
    line-height: 180%;
    font-family: "IranYekan", serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify; }
    .sweet-alert p i {
      font-size: 8px; }
  .sweet-alert button {
    font-family: "IranYekan", serif;
    font-size: 16px;
    font-weight: 600; }
  .sweet-alert.loading-alert p, .sweet-alert.success-alert p {
    text-align: center; }

.pagination {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 64px auto 0 auto; }
  .pagination li .link {
    background-color: #949599;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out; }
    .pagination li .link:hover, .pagination li .link.active {
      color: #ec2227; }

.modal-share .modal-body .social-share-items {
  text-align: center;
  padding: 0; }
  .modal-share .modal-body .social-share-items li {
    display: inline-block; }
    .modal-share .modal-body .social-share-items li img {
      width: 48px; }
.modal-share .modal-header .btn-close {
  box-shadow: unset; }

footer {
  background-color: #949599;
  width: 100%;
  padding: 60px 0 40px 0;
  margin-top: 80px;
  border-radius: 40px 40px 0 0;
  position: relative; }
  footer:before {
    background-color: #ec2227;
    width: calc(100% - 60px);
    height: 100%;
    border-radius: 40px 40px 0 0;
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    z-index: -1; }
  footer .col-about .logo {
    height: 64px;
    filter: invert(1); }
  footer .col-about .des {
    line-height: 180%;
    color: #222222;
    font-size: 14px;
    text-align: justify;
    margin: 20px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  footer .col-title {
    height: 64px;
    display: flex;
    justify-content: start;
    align-items: end;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
  footer .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    padding: 0;
    margin: 0; }
    footer .links li {
      list-style: none; }
      footer .links li a {
        color: rgba(34, 34, 34, 0.75);
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease-in-out; }
        footer .links li a:hover {
          color: #ec2227; }
  footer .contact-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px; }
    footer .contact-items .item {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 10px; }
      footer .contact-items .item .icon {
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(34, 34, 34, 0.75);
        font-size: 32px; }
      footer .contact-items .item .value {
        flex: 1;
        color: rgba(34, 34, 34, 0.75);
        font-size: 16px; }
      footer .contact-items .item a.value {
        color: rgba(34, 34, 34, 0.75);
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        footer .contact-items .item a.value:hover {
          color: #ec2227; }
  footer .social-items {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 30px 46px 0 0; }
    footer .social-items li {
      list-style: none; }
      footer .social-items li a {
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(34, 34, 34, 0.75);
        border-radius: 10px;
        transition: all 0.3s ease-in-out; }
        footer .social-items li a .icon {
          color: rgba(34, 34, 34, 0.75);
          font-size: 24px; }
        footer .social-items li a:hover {
          border-color: #ec2227; }
          footer .social-items li a:hover .icon {
            color: #ec2227; }

.copyright-developer {
  background-color: #222222;
  width: 100%;
  padding: 5px 0;
  direction: ltr; }
  .copyright-developer .col-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }
  .copyright-developer .col-developer {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: right; }
    .copyright-developer .col-developer a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 14px;
      transition: all 0.3s ease-in-out; }
      .copyright-developer .col-developer a:hover {
        color: #ec2227; }

@media screen and (max-width: 1199px) {
  footer .col-about .des {
    padding-left: 40px; }
  footer .col-title {
    font-size: 17px; }
  footer .contact-items .item .icon {
    width: 28px;
    height: 28px;
    font-size: 24px; }
  footer .social-items {
    margin: 30px 38px 0 0; } }
@media screen and (max-width: 991px) {
  footer .col-about .des {
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  footer .col-title {
    height: 60px; }

  .copyright-developer .col-copyright {
    font-size: 12px;
    text-align: center; }
  .copyright-developer .col-developer {
    font-size: 12px;
    text-align: center; }
    .copyright-developer .col-developer a {
      font-size: 12px; } }
header {
  background-color: #949599;
  width: 100%;
  position: relative; }
  header .header-box {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header-box .logo {
      display: block; }
      header .header-box .logo .logo-image {
        height: 64px; }
    header .header-box .menu {
      flex: 1;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: start;
      gap: 40px;
      padding: 0;
      margin: 0 60px 0 0; }
      header .header-box .menu .level-1 {
        height: 100%; }
        header .header-box .menu .level-1.has-level-2 {
          position: relative; }
        header .header-box .menu .level-1 > a {
          color: #ffffff;
          height: 100%;
          font-size: 16px;
          display: inline-flex;
          align-items: center;
          white-space: nowrap;
          position: relative; }
          header .header-box .menu .level-1 > a .icon {
            font-size: 12px;
            margin-right: 8px;
            transition: all 0.3s ease-in-out; }
          header .header-box .menu .level-1 > a:hover {
            color: #000000;
            position: relative; }
            header .header-box .menu .level-1 > a:hover .icon {
              transform: rotate(180deg); }
        header .header-box .menu .level-1.active > a {
          color: #000000;
          position: relative; }
          header .header-box .menu .level-1.active > a .icon {
            transform: rotate(180deg); }
        header .header-box .menu .level-1 .level-2 {
          background-color: #ffffff;
          min-width: 240px;
          display: none;
          padding: 20px 15px 10px 15px;
          position: absolute;
          top: 80px;
          right: 0;
          z-index: 1000;
          transition: unset;
          border-radius: 0 0 10px 10px;
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); }
          header .header-box .menu .level-1 .level-2 .link-box {
            width: 100%;
            display: flex;
            justify-content: start;
            align-items: center;
            flex-direction: column;
            padding: 0; }
            header .header-box .menu .level-1 .level-2 .link-box li {
              width: 100%;
              border-bottom: 1px solid rgba(0, 0, 0, 0.05);
              position: relative; }
              header .header-box .menu .level-1 .level-2 .link-box li:last-child {
                border-bottom: 0; }
              header .header-box .menu .level-1 .level-2 .link-box li a {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                color: #000000;
                font-size: 16px;
                font-weight: 400;
                padding: 7px 0;
                position: relative; }
                header .header-box .menu .level-1 .level-2 .link-box li a .icon {
                  font-size: 12px; }
                header .header-box .menu .level-1 .level-2 .link-box li a:hover {
                  color: #ec2227; }
              header .header-box .menu .level-1 .level-2 .link-box li:hover .level-3 {
                display: block; }
          header .header-box .menu .level-1 .level-2 .level-3 {
            background-color: #ffffff;
            min-width: 240px;
            display: none;
            padding: 10px 15px 10px 15px;
            position: absolute;
            top: 0;
            right: 100%;
            z-index: 1000;
            transition: unset;
            border-radius: 10px 0 0 10px;
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); }
            header .header-box .menu .level-1 .level-2 .level-3 .link-box {
              width: 100%;
              display: flex;
              justify-content: start;
              align-items: center;
              flex-direction: column;
              padding: 0; }
              header .header-box .menu .level-1 .level-2 .level-3 .link-box li {
                width: 100%;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
                header .header-box .menu .level-1 .level-2 .level-3 .link-box li:last-child {
                  border-bottom: 0; }
                header .header-box .menu .level-1 .level-2 .level-3 .link-box li a {
                  width: 100%;
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  color: #000000;
                  font-size: 16px;
                  font-weight: 400;
                  padding: 7px 0;
                  position: relative; }
                  header .header-box .menu .level-1 .level-2 .level-3 .link-box li a:hover {
                    color: #ec2227; }
                header .header-box .menu .level-1 .level-2 .level-3 .link-box li:hover .level-4 {
                  display: block; }
            header .header-box .menu .level-1 .level-2 .level-3 .level-4 {
              background-color: #ffffff;
              min-width: 240px;
              display: none;
              padding: 10px 15px 10px 15px;
              position: absolute;
              top: 0;
              right: 100%;
              z-index: 1000;
              transition: unset;
              border-radius: 10px 0 0 10px;
              box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); }
              header .header-box .menu .level-1 .level-2 .level-3 .level-4 .link-box {
                width: 100%;
                display: flex;
                justify-content: start;
                align-items: center;
                flex-direction: column;
                padding: 0; }
                header .header-box .menu .level-1 .level-2 .level-3 .level-4 .link-box li {
                  width: 100%;
                  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
                  header .header-box .menu .level-1 .level-2 .level-3 .level-4 .link-box li:last-child {
                    border-bottom: 0; }
                  header .header-box .menu .level-1 .level-2 .level-3 .level-4 .link-box li a {
                    width: 100%;
                    display: block;
                    color: #000000;
                    font-size: 16px;
                    font-weight: 400;
                    padding: 7px 0;
                    position: relative; }
                    header .header-box .menu .level-1 .level-2 .level-3 .level-4 .link-box li a:hover {
                      color: #ec2227; }
    header .header-box .btn-mobile-menu {
      width: 36px;
      height: 36px;
      display: none;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      font-size: 20px;
      margin-right: 20px;
      cursor: pointer; }
    header .header-box .languages {
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 8px;
      list-style: none;
      padding: 0;
      margin: 0; }
      header .header-box .languages li a img {
        width: 28px; }

@media screen and (max-width: 1399px) {
  header .header-box .menu {
    gap: 30px;
    margin: 0 40px 0 0; } }
@media screen and (max-width: 1199px) {
  header .header-box {
    height: 64px; }
    header .header-box .logo .logo-image {
      height: 48px; }
    header .header-box .menu {
      height: 64px;
      gap: 24px;
      margin: 0 30px 0 0; } }
@media screen and (max-width: 991px) {
  header .header-box {
    height: 48px; }
    header .header-box .logo .logo-image {
      height: 36px; }
    header .header-box .menu {
      display: none; }
    header .header-box .btn-mobile-menu {
      display: flex; }
    header .header-box .languages {
      flex: 1; } }
/* mobile menu */
.mobile-side-menu {
  background-color: #ffffff; }
  .mobile-side-menu .offcanvas-header {
    background-color: #222222;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px; }
    .mobile-side-menu .offcanvas-header .btn-close-custom, .mobile-side-menu .offcanvas-header .btn-back {
      background-color: transparent;
      height: 24px;
      color: #ffffff;
      font-size: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 4px;
      border: 0; }
      .mobile-side-menu .offcanvas-header .btn-close-custom .icon, .mobile-side-menu .offcanvas-header .btn-back .icon {
        width: 24px;
        height: 24px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center; }
    .mobile-side-menu .offcanvas-header .btn-close-custom {
      background-image: url("../../img/icon-close.svg");
      background-repeat: no-repeat;
      background-size: 18px 18px;
      background-position: center center;
      background-color: transparent;
      width: 24px;
      height: 24px; }
    .mobile-side-menu .offcanvas-header .btn-back {
      display: none; }
  .mobile-side-menu .offcanvas-body {
    background-color: #ffffff;
    padding: 0;
    position: relative;
    overflow-x: hidden; }
    .mobile-side-menu .offcanvas-body .menu {
      padding: 0; }
      .mobile-side-menu .offcanvas-body .menu .level-1 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        .mobile-side-menu .offcanvas-body .menu .level-1 a {
          color: #000000;
          font-size: 16px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 15px; }
          .mobile-side-menu .offcanvas-body .menu .level-1 a .icon {
            width: 24px;
            height: 24px;
            color: #000000;
            font-size: 14px;
            display: flex;
            justify-content: center;
            align-items: center; }
          .mobile-side-menu .offcanvas-body .menu .level-1 a:hover {
            color: #ec2227; }
        .mobile-side-menu .offcanvas-body .menu .level-1 .level-2 {
          background-color: #ffffff;
          width: 100%;
          min-height: 100%;
          padding: 0;
          position: absolute;
          top: 0;
          left: -100%;
          z-index: 9;
          transition: all 0.5s ease-in-out; }
          .mobile-side-menu .offcanvas-body .menu .level-1 .level-2 li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
            .mobile-side-menu .offcanvas-body .menu .level-1 .level-2 li a {
              padding: 12px 30px; }
            .mobile-side-menu .offcanvas-body .menu .level-1 .level-2 li .level-3 {
              background-color: #ffffff;
              width: 100%;
              min-height: 100%;
              padding: 0;
              position: absolute;
              top: 0;
              left: -100%;
              z-index: 9;
              transition: all 0.5s ease-in-out; }
              .mobile-side-menu .offcanvas-body .menu .level-1 .level-2 li .level-3 li {
                border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
                .mobile-side-menu .offcanvas-body .menu .level-1 .level-2 li .level-3 li a {
                  padding: 12px 30px; }
                .mobile-side-menu .offcanvas-body .menu .level-1 .level-2 li .level-3 li .level-4 {
                  background-color: #ffffff;
                  width: 100%;
                  min-height: 100%;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  left: -100%;
                  z-index: 9;
                  transition: all 0.5s ease-in-out; }

.page-header {
  background-image: url("../../img/arian-page-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #949599;
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative; }
  .page-header .cover {
    background: linear-gradient(90deg, rgba(236, 34, 39, 0.4), rgba(236, 34, 39, 0.8));
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0; }
  .page-header .container {
    z-index: 1; }
  .page-header .title {
    width: 100%;
    max-width: 640px;
    line-height: 140%;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px; }
  .page-header .breadcrumb {
    gap: 10px;
    margin-bottom: 0; }
    .page-header .breadcrumb li {
      color: #ffffff;
      font-size: 16px; }
      .page-header .breadcrumb li:after {
        content: "/";
        padding-right: 10px; }
      .page-header .breadcrumb li:last-child:after {
        content: "";
        padding-right: 0; }
      .page-header .breadcrumb li a {
        color: #ffffff;
        font-size: 16px;
        transition: all 0.3s ease-in-out; }
        .page-header .breadcrumb li a:hover {
          color: #222222; }

@media screen and (max-width: 1199px) {
  .page-header .title {
    font-size: 32px; } }
@media screen and (max-width: 991px) {
  .page-header .title {
    font-size: 28px; } }
@media screen and (max-width: 767px) {
  .page-header .title {
    font-size: 24px; } }
@media screen and (max-width: 575px) {
  .page-header .title {
    font-size: 22px; } }
.page-gallery .folder-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px; }
  .page-gallery .folder-box .link {
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 3px 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    transition: all 0.5s ease-in-out; }
    .page-gallery .folder-box .link:hover {
      color: #ec2227; }
    .page-gallery .folder-box .link.active {
      background-color: #ec2227;
      color: #ffffff; }
.page-gallery .image-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  .page-gallery .image-items .image-item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .page-gallery .image-items .image-item .image-box {
      width: 100%;
      aspect-ratio: 16 / 9;
      display: block; }
      .page-gallery .image-items .image-item .image-box .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease-in-out; }
    .page-gallery .image-items .image-item .title-box {
      background-image: linear-gradient(0, #000000, transparent);
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: end;
      text-align: center;
      padding: 15px;
      position: absolute;
      top: 0;
      left: 0; }
      .page-gallery .image-items .image-item .title-box .title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0; }
    .page-gallery .image-items .image-item:hover .image-box .image {
      transform: scale(1.05); }

@media screen and (max-width: 991px) {
  .page-gallery .folder-box .link {
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 10px; }
  .page-gallery .image-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
    .page-gallery .image-items .image-item {
      border-radius: 15px; }
      .page-gallery .image-items .image-item .title-box .title {
        font-size: 14px; } }
@media screen and (max-width: 767px) {
  .page-gallery .image-items {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 575px) {
  .page-gallery .image-items {
    grid-template-columns: repeat(2, 1fr); } }
.page-video .folder-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px; }
  .page-video .folder-box .link {
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 3px 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    transition: all 0.5s ease-in-out; }
    .page-video .folder-box .link:hover {
      color: #ec2227; }
    .page-video .folder-box .link.active {
      background-color: #ec2227;
      color: #ffffff; }
.page-video .video-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  .page-video .video-items .video-item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .page-video .video-items .video-item .image-box {
      width: 100%;
      aspect-ratio: 16 / 9;
      display: block; }
      .page-video .video-items .video-item .image-box .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease-in-out; }
    .page-video .video-items .video-item .title-box {
      background-image: linear-gradient(0, #000000, transparent);
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: end;
      text-align: center;
      padding: 15px;
      position: absolute;
      top: 0;
      left: 0; }
      .page-video .video-items .video-item .title-box .title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0; }
    .page-video .video-items .video-item:hover .image-box .image {
      transform: scale(1.05); }
.page-video .videos {
  display: none; }

@media screen and (max-width: 991px) {
  .page-video .folder-box .link {
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 10px; }
  .page-video .video-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
    .page-video .video-items .video-item {
      border-radius: 15px; }
      .page-video .video-items .video-item .title-box .title {
        font-size: 14px; } }
@media screen and (max-width: 767px) {
  .page-video .video-items {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 575px) {
  .page-video .video-items {
    grid-template-columns: repeat(2, 1fr); } }
.page-404 .image-box {
  width: 100%;
  text-align: center; }
  .page-404 .image-box .image {
    width: 100%;
    max-width: 512px; }
  .page-404 .image-box .des {
    color: rgba(34, 34, 34, 0.75);
    font-size: 28px;
    margin: 20px 0 0 0; }

.page-blog-list .blog-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 30px 30px; }
  .page-blog-list .blog-items .card-blog {
    width: calc((100% - 30px) / 2); }
    .page-blog-list .blog-items .card-blog.top {
      width: 100%;
      margin-bottom: 20px; }

.card-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; }
  .card-blog .image-box {
    width: 50%;
    border-radius: 16px;
    overflow: hidden; }
    .card-blog .image-box .image {
      background-color: #e5e5e5;
      width: 100%;
      aspect-ratio: 16 / 12;
      object-fit: cover;
      transition: all 0.3s ease-in-out; }
    .card-blog .image-box:hover .image {
      transform: scale(1.05); }
  .card-blog .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px; }
    .card-blog .content .link-title .title {
      line-height: 180%;
      color: #222222;
      font-size: 16px;
      font-weight: 800;
      margin: 0;
      transition: all 0.3s ease-in-out; }
    .card-blog .content .link-title:hover .title {
      color: #ec2227; }
    .card-blog .content .des {
      line-height: 180%;
      color: rgba(34, 34, 34, 0.75);
      font-size: 15px;
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0; }
    .card-blog .content .group-date {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 20px; }
      .card-blog .content .group-date .group {
        background-color: #f7f7f7;
        color: #222222;
        font-size: 14px;
        padding: 4px 8px;
        transition: all 0.3s ease-in-out; }
        .card-blog .content .group-date .group:hover {
          color: #ec2227; }
      .card-blog .content .group-date .date {
        color: #222222;
        font-size: 14px; }
  .card-blog.top .image-box {
    width: 40%; }
  .card-blog.top .content .link-title .title {
    font-size: 20px; }
  .card-blog.t2 {
    background-color: #eeeeee;
    height: 100%;
    flex-direction: column;
    padding: 12px 12px 24px 12px;
    border-radius: 24px; }
    .card-blog.t2 .image-box {
      width: 100%;
      aspect-ratio: 16 / 12;
      border-radius: 16px;
      position: relative;
      overflow: hidden; }
      .card-blog.t2 .image-box .image {
        width: 100%;
        height: 100%; }
      .card-blog.t2 .image-box .group {
        background-color: #939598;
        color: #222222;
        font-size: 14px;
        padding: 2px 8px;
        border-radius: 8px;
        position: absolute;
        bottom: 10px;
        right: 10px; }
    .card-blog.t2 .content {
      justify-content: space-between; }
      .card-blog.t2 .content .title {
        line-height: 180%;
        color: #222222;
        font-size: 16px;
        font-weight: 800;
        margin: 0;
        transition: all 0.3s ease-in-out; }
    .card-blog.t2:hover .image-box .image {
      transform: scale(1.05); }
    .card-blog.t2:hover .title {
      color: #ec2227; }

@media screen and (max-width: 1199px) {
  .page-blog-list .blog-items {
    gap: 30px 20px; }
    .page-blog-list .blog-items .card-blog {
      width: calc((100% - 20px) / 2); }

  .card-blog {
    gap: 10px; }
    .card-blog .content .link-title .title {
      font-size: 15px; }
    .card-blog .content .des {
      font-size: 14px; }
    .card-blog .content .group-date .group {
      font-size: 13px; }
    .card-blog .content .group-date .date {
      font-size: 13px; }
    .card-blog.top .content .link-title .title {
      font-size: 18px; } }
@media screen and (max-width: 991px) {
  .page-blog-list .blog-items {
    gap: 20px; }
    .page-blog-list .blog-items .card-blog {
      width: 100%; }
      .page-blog-list .blog-items .card-blog.top {
        margin-bottom: 0; }

  .card-blog.top .image-box {
    width: 50%; }
  .card-blog.top .content .link-title .title {
    font-size: 15px; } }
@media screen and (max-width: 575px) {
  .card-blog {
    flex-direction: column; }
    .card-blog .image-box {
      width: 100% !important; }
    .card-blog .content {
      width: 100%; } }
.page-blog-view .col-image {
  padding-left: 0; }
  .page-blog-view .col-image .image-box {
    width: 100%;
    border-radius: 16px;
    overflow: hidden; }
    .page-blog-view .col-image .image-box .image {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover; }
.page-blog-view .col-title {
  padding-right: 0; }
  .page-blog-view .col-title .content {
    background-color: #949599;
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    padding: 20px;
    margin-top: 40px;
    border-radius: 16px 0 0 16px; }
    .page-blog-view .col-title .content .tools {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 16px; }
      .page-blog-view .col-title .content .tools .link {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 4px;
        color: #ffffff;
        font-size: 14px;
        transition: all 0.3s ease-in-out; }
        .page-blog-view .col-title .content .tools .link .icon {
          font-size: 14px; }
        .page-blog-view .col-title .content .tools .link:hover {
          color: #ec2227; }
    .page-blog-view .col-title .content .title {
      line-height: 160%;
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
      text-align: right;
      margin: 0; }
.page-blog-view .blog-post-des {
  width: 100%;
  line-height: 220%;
  color: #222222;
  font-size: 16px;
  text-align: justify;
  margin-top: 40px; }
  .page-blog-view .blog-post-des p {
    line-height: 220%;
    color: #222222;
    font-size: 16px;
    text-align: justify; }
    .page-blog-view .blog-post-des p:last-child {
      margin-bottom: 0; }
  .page-blog-view .blog-post-des blockquote {
    background-color: #f7f7f7;
    padding: 32px 24px 24px 24px;
    margin: 40px 0 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    position: relative; }
    .page-blog-view .blog-post-des blockquote:before {
      content: "\f10e";
      color: #ec2227;
      display: inline-block;
      font: normal normal normal 48px / 1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 24px;
      top: -24px; }
    .page-blog-view .blog-post-des blockquote p {
      line-height: 220%;
      color: #222222;
      font-size: 16px;
      text-align: justify; }
      .page-blog-view .blog-post-des blockquote p:last-child {
        margin-bottom: 0; }
.page-blog-view .blog-post-tag {
  margin-top: 40px; }
  .page-blog-view .blog-post-tag .title {
    color: #000000;
    font-size: 16px;
    font-weight: 700; }
  .page-blog-view .blog-post-tag .tag-items {
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin-top: 10px; }
    .page-blog-view .blog-post-tag .tag-items .item .link {
      background-color: #949599;
      color: #ffffff;
      font-size: 16px;
      padding: 5px 10px;
      white-space: nowrap;
      border-radius: 8px;
      transition: all 0.3s ease-in-out; }
      .page-blog-view .blog-post-tag .tag-items .item .link:hover {
        color: #ec2227; }
.page-blog-view .blog-post-comment-send-box {
  padding-top: 16px;
  margin-top: 40px;
  border-top: 4px solid #ec2227; }
  .page-blog-view .blog-post-comment-send-box .content-title {
    color: #000000;
    font-size: 28px;
    font-weight: 700; }
  .page-blog-view .blog-post-comment-send-box .form-blog-comment {
    max-width: 600px;
    margin: 40px auto 0 auto; }
    .page-blog-view .blog-post-comment-send-box .form-blog-comment .form-control {
      width: 100%;
      margin-bottom: 16px; }
.page-blog-view .blog-post-comment-list-box {
  padding-top: 16px;
  margin-top: 40px;
  border-top: 4px solid #ec2227; }
  .page-blog-view .blog-post-comment-list-box .content-title {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px; }
  .page-blog-view .blog-post-comment-list-box .item-box {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 16px; }
    .page-blog-view .blog-post-comment-list-box .item-box .comment-data {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      margin-bottom: 20px; }
      .page-blog-view .blog-post-comment-list-box .item-box .comment-data .person {
        color: #222222;
        font-size: 16px; }
      .page-blog-view .blog-post-comment-list-box .item-box .comment-data .date-time {
        flex: 1;
        color: #222222;
        font-size: 14px; }
      .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 8px; }
        .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .like, .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .dislike {
          background-color: #0a9111;
          line-height: normal;
          padding: 4px 8px;
          border-radius: 4px;
          cursor: pointer;
          transition: all 0.3s ease-in-out; }
          .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .like .icon, .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .dislike .icon {
            color: #ffffff;
            font-size: 14px; }
          .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .like .no, .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .dislike .no {
            color: #ffffff;
            font-size: 14px;
            font-style: normal; }
          .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .like:hover, .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .dislike:hover {
            opacity: 0.6; }
        .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike .dislike {
          background-color: #ea1313; }
    .page-blog-view .blog-post-comment-list-box .item-box .des {
      line-height: 220%;
      color: #222222;
      font-size: 16px;
      text-align: justify; }
      .page-blog-view .blog-post-comment-list-box .item-box .des .item-box {
        background-color: #ffffff;
        margin-top: 20px;
        border: 1px solid #e5e5e5; }

@media screen and (max-width: 1199px) {
  .page-blog-view .col-title .content .title {
    font-size: 20px; } }
@media screen and (max-width: 991px) {
  .page-blog-view .col-image {
    padding-left: 8px; }
  .page-blog-view .col-title {
    padding-right: 8px; }
    .page-blog-view .col-title .content {
      width: calc(100% - 80px);
      height: auto;
      margin: 0 auto;
      border-radius: 0 0 16px 16px; } }
@media screen and (max-width: 767px) {
  .page-blog-view .col-title .content {
    width: calc(100% - 40px); }
    .page-blog-view .col-title .content .title {
      font-size: 18px; } }
@media screen and (max-width: 575px) {
  .page-blog-view .blog-post-comment-send-box .content-title {
    font-size: 24px; }
  .page-blog-view .blog-post-comment-list-box .content-title {
    font-size: 24px; }
  .page-blog-view .blog-post-comment-list-box .item-box {
    padding: 16px; }
    .page-blog-view .blog-post-comment-list-box .item-box .comment-data {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0; }
      .page-blog-view .blog-post-comment-list-box .item-box .comment-data .person {
        width: 100%; }
      .page-blog-view .blog-post-comment-list-box .item-box .comment-data .date-time {
        flex: unset;
        width: 45%; }
      .page-blog-view .blog-post-comment-list-box .item-box .comment-data .like-dislike {
        width: 45%; } }
.page-project-list .project-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px; }

.card-project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }
  .card-project .image-box {
    width: 100%;
    border-radius: 16px;
    overflow: hidden; }
    .card-project .image-box .image {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      transition: all 0.3s ease-in-out; }
    .card-project .image-box:hover .image {
      transform: scale(1.05); }
  .card-project .link-title .title {
    line-height: 180%;
    color: #222222;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    transition: all 0.3s ease-in-out; }
  .card-project .link-title:hover .title {
    color: #ec2227; }

@media screen and (max-width: 991px) {
  .page-project-list .project-items {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 575px) {
  .page-project-list .project-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; } }
.page-project-view .col-image .image-box {
  background-color: #f9fafa;
  margin-left: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  position: relative;
  overflow: hidden; }
  .page-project-view .col-image .image-box .image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    position: relative; }
.page-project-view .col-des .title {
  line-height: 180%;
  color: #ec2227;
  font-size: 24px;
  font-weight: 800;
  margin: 30px 0 15px 0; }
.page-project-view .col-des .des {
  line-height: 180%;
  color: #222222;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 0; }
.page-project-view .col-images {
  margin-top: 60px; }
  .page-project-view .col-images .gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .page-project-view .col-images .gallery-images .image-box {
      background-color: #f4f4f4;
      width: 100%;
      border: 3px solid #f4f4f4;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .page-project-view .col-images .gallery-images .image-box .image {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        transition: all 0.5s ease-in-out; }
      .page-project-view .col-images .gallery-images .image-box:hover .image {
        transform: scale(1.05); }
.page-project-view .video-box {
  margin-top: 60px;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .page-project-view .video-box video {
    width: 100%;
    display: block; }
  .page-project-view .video-box .cover {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .page-project-view .video-box .cover .image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-project-view .video-box .cover .bg-gradient {
      background-image: linear-gradient(-120deg, rgba(0, 0, 0, 0.7), rgba(236, 34, 39, 0.85)) !important;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .page-project-view .video-box .cover .bg-gradient:before {
        background-image: url("../../img/product-bg-video.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0; }
    .page-project-view .video-box .cover .content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
      position: absolute;
      top: 0;
      left: 0; }
      .page-project-view .video-box .cover .content .icon {
        background-color: rgba(255, 255, 255, 0.2);
        width: 64px;
        height: 64px;
        color: #ffffff;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%; }
      .page-project-view .video-box .cover .content .title {
        line-height: 220%;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        text-align: center; }

@media screen and (max-width: 1199px) {
  .page-project-view .col-image .image-box {
    margin-left: 0; } }
@media screen and (max-width: 991px) {
  .page-project-view .col-images .gallery-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .page-project-view .video-box .cover .content {
    gap: 10px; }
    .page-project-view .video-box .cover .content .icon {
      width: 48px;
      height: 48px;
      font-size: 20px; }
    .page-project-view .video-box .cover .content .title {
      font-size: 18px; } }
@media screen and (max-width: 767px) {
  .page-project-view .col-des .title {
    font-size: 20px;
    margin: 20px 0 10px 0; }
  .page-project-view .col-images {
    margin-top: 40px; }
  .page-project-view .video-box {
    margin-top: 40px; }
    .page-project-view .video-box .cover .content .icon {
      width: 36px;
      height: 36px;
      font-size: 14px; }
    .page-project-view .video-box .cover .content .title {
      line-height: 160%;
      font-size: 14px; } }
.page-product-list .product-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px; }

.card-product {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 30px;
  border-bottom: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 14px 7px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out; }
  .card-product .image-box {
    width: 100%;
    overflow: hidden; }
    .card-product .image-box .image {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: contain;
      transition: all 0.3s ease-in-out; }
  .card-product .title {
    line-height: 180%;
    color: #222222;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin: 0;
    transition: all 0.3s ease-in-out; }
  .card-product:hover {
    border-bottom-color: #ec2227;
    box-shadow: 0 0 21px 7px rgba(0, 0, 0, 0.07); }
    .card-product:hover .image-box .image {
      transform: scale(0.95); }
    .card-product:hover .title {
      color: #ec2227; }

.card-product-group {
  width: 100%;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  position: relative; }
  .card-product-group .image {
    width: 100%;
    height: 384px;
    object-fit: cover;
    transition: all 0.3s ease-in-out; }
  .card-product-group .cover {
    background: linear-gradient(0, #949599 15%, rgba(148, 149, 153, 0.85) 60%, rgba(236, 34, 39, 0.75));
    backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .card-product-group .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .card-product-group .content .icon {
      width: 96px;
      height: 96px;
      object-fit: cover; }
    .card-product-group .content .title {
      flex: 1;
      line-height: 160%;
      display: flex;
      justify-content: start;
      align-items: center;
      align-self: stretch;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      margin: 0;
      transition: all 0.3s ease-in-out; }
  .card-product-group:hover .image {
    transform: scale(1.05); }
  .card-product-group:hover .content .title {
    color: #ec2227; }

@media screen and (max-width: 991px) {
  .page-product-list .product-items {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .card-product-group .image {
    height: 320px; }
  .card-product-group .content .icon {
    width: 72px;
    height: 72px; }
  .card-product-group .content .title {
    font-size: 18px; } }
@media screen and (max-width: 575px) {
  .page-product-list .product-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; } }
.page-product-view .col-image .image-box {
  background-color: #f9fafa;
  margin-left: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  position: relative; }
  .page-product-view .col-image .image-box:before {
    background-image: url("../../img/product-bg-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .page-product-view .col-image .image-box .image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    padding: 20px;
    position: relative; }
.page-product-view .col-des .title {
  line-height: 180%;
  color: #ec2227;
  font-size: 24px;
  font-weight: 800;
  margin: 30px 0 15px 0; }
.page-product-view .col-des .des {
  line-height: 180%;
  color: #222222;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 0; }
.page-product-view .col-images {
  margin-top: 60px; }
  .page-product-view .col-images .gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .page-product-view .col-images .gallery-images .image-box {
      background-color: #f4f4f4;
      width: 100%;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .page-product-view .col-images .gallery-images .image-box .image {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: contain;
        padding: 10px;
        transition: all 0.5s ease-in-out; }
      .page-product-view .col-images .gallery-images .image-box:hover .image {
        transform: scale(1.05); }
.page-product-view .video-box {
  margin-top: 60px;
  position: relative;
  border-radius: 16px;
  overflow: hidden; }
  .page-product-view .video-box video {
    width: 100%;
    display: block; }
  .page-product-view .video-box .cover {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .page-product-view .video-box .cover .image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-product-view .video-box .cover .bg-gradient {
      background-image: linear-gradient(-120deg, rgba(0, 0, 0, 0.7), rgba(236, 34, 39, 0.85)) !important;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .page-product-view .video-box .cover .bg-gradient:before {
        background-image: url("../../img/product-bg-video.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0; }
    .page-product-view .video-box .cover .content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
      position: absolute;
      top: 0;
      left: 0; }
      .page-product-view .video-box .cover .content .icon {
        background-color: rgba(255, 255, 255, 0.2);
        width: 64px;
        height: 64px;
        color: #ffffff;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%; }
      .page-product-view .video-box .cover .content .title {
        line-height: 220%;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        text-align: center; }

@media screen and (max-width: 1199px) {
  .page-product-view .col-image .image-box {
    margin-left: 0; } }
@media screen and (max-width: 991px) {
  .page-product-view .col-images .gallery-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .page-product-view .video-box .cover .content {
    gap: 10px; }
    .page-product-view .video-box .cover .content .icon {
      width: 48px;
      height: 48px;
      font-size: 20px; }
    .page-product-view .video-box .cover .content .title {
      font-size: 18px; } }
@media screen and (max-width: 767px) {
  .page-product-view .col-des .title {
    font-size: 20px;
    margin: 20px 0 10px 0; }
  .page-product-view .col-images {
    margin-top: 40px; }
  .page-product-view .video-box {
    margin-top: 40px; }
    .page-product-view .video-box .cover .content .icon {
      width: 36px;
      height: 36px;
      font-size: 14px; }
    .page-product-view .video-box .cover .content .title {
      line-height: 160%;
      font-size: 14px; } }
.page-contact .contact-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px; }
  .page-contact .contact-items .contact-item {
    background-color: rgba(148, 149, 153, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 30px 15px;
    border-radius: 20px; }
    .page-contact .contact-items .contact-item .icon {
      color: #ec2227;
      font-size: 48px; }
    .page-contact .contact-items .contact-item .value {
      color: #222222;
      font-size: 16px;
      text-align: center;
      transition: all 0.3s ease-in-out; }
    .page-contact .contact-items .contact-item a.value:hover {
      color: #ec2227; }
.page-contact .container-form {
  margin-bottom: 60px;
  position: relative; }
  .page-contact .container-form .bg {
    background-image: url("../../img/bg-contact.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
    .page-contact .container-form .bg:before {
      background-color: rgba(236, 34, 39, 0.75);
      backdrop-filter: blur(4px);
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
  .page-contact .container-form .sec-title {
    width: calc(100% - 60px);
    max-width: 640px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: -360px auto 30px auto;
    position: relative; }
  .page-contact .container-form form {
    background-color: #ffffff;
    width: calc(100% - 60px);
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    padding: 40px 30px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 14px 7px rgba(0, 0, 0, 0.03);
    position: relative; }
    .page-contact .container-form form .form-col {
      width: calc(50% - 10px); }
      .page-contact .container-form form .form-col.full {
        width: 100%; }
    .page-contact .container-form form textarea {
      height: 120px; }
    .page-contact .container-form form .btn-custom {
      margin-top: 20px; }
.page-contact .map {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  position: relative;
  overflow: hidden; }
.page-contact .leaflet-control-container {
  display: none; }

@media screen and (max-width: 991px) {
  .page-contact .container-form .sec-title {
    font-size: 20px; } }
@media screen and (max-width: 767px) {
  .page-contact .contact-items {
    grid-template-columns: repeat(1, 1fr); }
  .page-contact .container-form .sec-title {
    font-size: 18px; } }
@media screen and (max-width: 575px) {
  .page-contact .container-form form {
    padding: 30px 20px; }
    .page-contact .container-form form .form-col {
      width: 100%; } }
.page-about {
  overflow: hidden; }
  .page-about .sec-mb {
    margin-bottom: 64px; }
  .page-about .row-des-image .col-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .page-about .row-des-image .col-des .title {
      line-height: 180%;
      color: #222222;
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 20px; }
    .page-about .row-des-image .col-des .des {
      line-height: 180%;
      color: #222222;
      font-size: 16px;
      text-align: justify; }
  .page-about .row-des-image .col-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .page-about .row-des-image .col-image .image-box {
      width: 100%;
      padding-left: 40px; }
      .page-about .row-des-image .col-image .image-box .image {
        width: 100%;
        height: 100%;
        border-radius: 16px; }
  .page-about .row-des-image.t2 .col-image .image-box {
    padding-left: unset;
    padding-right: 40px; }
  .page-about .row-honor {
    padding: 40px 0;
    position: relative; }
    .page-about .row-honor:before {
      background-color: #ec2227;
      width: 100vw;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: calc((100vw - 100% - 15px) * -0.5); }
    .page-about .row-honor .title {
      line-height: 180%;
      color: #ffffff;
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 20px;
      position: relative; }
    .page-about .row-honor .swiper-container {
      overflow: unset;
      position: relative; }
      .page-about .row-honor .swiper-container:before, .page-about .row-honor .swiper-container:after {
        background: linear-gradient(-90deg, #ec2227 15%, rgba(236, 34, 39, 0.75) 80%, rgba(236, 34, 39, 0) 100%);
        width: calc((100vw - 100% - 15px) * 0.5);
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        right: calc((100vw - 100% - 15px) * -0.5);
        z-index: 2; }
      .page-about .row-honor .swiper-container:after {
        background: linear-gradient(90deg, #ec2227 15%, rgba(236, 34, 39, 0.75) 80%, rgba(236, 34, 39, 0) 100%);
        right: unset;
        left: calc((100vw - 100% - 15px) * -0.5); }
      .page-about .row-honor .swiper-container .swiper-wrapper {
        padding: 20px 0;
        position: relative; }
        .page-about .row-honor .swiper-container .swiper-wrapper .swiper-slide {
          background-color: rgba(255, 255, 255, 0.15);
          height: auto;
          padding: 10px;
          border-radius: 16px;
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05); }
          .page-about .row-honor .swiper-container .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 12px; }
      .page-about .row-honor .swiper-container .swiper-button-next, .page-about .row-honor .swiper-container .swiper-button-prev {
        background: rgba(255, 255, 255, 0.5);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        border-radius: 8px; }
        .page-about .row-honor .swiper-container .swiper-button-next .icon, .page-about .row-honor .swiper-container .swiper-button-prev .icon {
          color: #ffffff;
          font-size: 24px;
          transition: all 0.3s ease-in-out; }
        .page-about .row-honor .swiper-container .swiper-button-next:hover .icon, .page-about .row-honor .swiper-container .swiper-button-prev:hover .icon {
          color: #ec2227; }
        .page-about .row-honor .swiper-container .swiper-button-next:after, .page-about .row-honor .swiper-container .swiper-button-prev:after {
          display: none; }
      .page-about .row-honor .swiper-container .swiper-button-next {
        left: -10px; }
      .page-about .row-honor .swiper-container .swiper-button-prev {
        right: -10px; }

@media screen and (max-width: 991px) {
  .page-about .sec-mb {
    margin-bottom: 40px; }
  .page-about .row-des-image.t2 {
    flex-direction: column-reverse; }
  .page-about .row-des-image .col-des .title {
    font-size: 20px;
    margin-bottom: 10px; }
  .page-about .row-des-image .col-image {
    margin-bottom: 20px; }
    .page-about .row-des-image .col-image .image-box {
      padding-left: unset !important;
      padding-right: unset !important; }
  .page-about .row-honor .title {
    font-size: 20px; } }
@media screen and (max-width: 575px) {
  .page-about .row-honor:before {
    background-color: #ec2227;
    width: 100vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .page-about .row-honor .swiper-container:before, .page-about .row-honor .swiper-container:after {
    display: none; } }
.page-home {
  overflow: hidden; }
  .page-home .hero-slider {
    margin-bottom: 64px;
    border-top: 3px solid #ec2227; }
    .page-home .hero-slider .swiper-slide {
      height: calc(100dvh - 80px);
      position: relative; }
      .page-home .hero-slider .swiper-slide .image {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .page-home .hero-slider .swiper-slide .cover {
        background: linear-gradient(0, rgba(0, 0, 0, 0.75), transparent);
        width: 100%;
        height: 60%;
        position: absolute;
        bottom: 0;
        left: 0; }
      .page-home .hero-slider .swiper-slide .content {
        width: 100%;
        position: absolute;
        bottom: 140px;
        left: 0;
        z-index: 1; }
        .page-home .hero-slider .swiper-slide .content .title {
          line-height: 140%;
          color: #ffffff;
          font-size: 32px;
          font-weight: 700;
          margin: 0 0 20px 0;
          text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }
        .page-home .hero-slider .swiper-slide .content .des {
          line-height: 160%;
          color: #ffffff;
          font-size: 18px;
          margin: 0;
          text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }
        .page-home .hero-slider .swiper-slide .content .btn-custom {
          width: fit-content;
          height: 40px; }
    .page-home .hero-slider .swiper-buttons {
      width: 100%;
      position: absolute;
      bottom: 60px;
      left: 0;
      z-index: 1; }
      .page-home .hero-slider .swiper-buttons .col-btns {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 8px; }
        .page-home .hero-slider .swiper-buttons .col-btns .btn {
          background-color: #949599;
          width: 40px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 0;
          border-radius: 8px; }
          .page-home .hero-slider .swiper-buttons .col-btns .btn .icon {
            color: #ffffff;
            font-size: 24px;
            transition: all 0.3s ease-in-out; }
          .page-home .hero-slider .swiper-buttons .col-btns .btn:hover .icon {
            color: #ec2227; }
  .page-home .sec-home-about {
    margin-bottom: 64px; }
    .page-home .sec-home-about .col-des {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start; }
      .page-home .sec-home-about .col-des .title {
        line-height: 180%;
        color: #222222;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 20px; }
      .page-home .sec-home-about .col-des .des {
        line-height: 220%;
        color: #222222;
        font-size: 16px;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .page-home .sec-home-about .col-des .btn-custom {
        height: 40px;
        margin-top: 20px; }
    .page-home .sec-home-about .col-image {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start; }
      .page-home .sec-home-about .col-image .image {
        width: 100%; }
  .page-home .sec-home-product-group {
    background-image: url("../../img/bg-sec-product-category.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0 0 256px 0;
    position: relative; }
    .page-home .sec-home-product-group:before {
      background: linear-gradient(0, #ffffff 0%, rgba(255, 255, 255, 0.75) 20%, #ffffff 100%);
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
    .page-home .sec-home-product-group .swiper-container {
      overflow: unset;
      position: relative; }
      .page-home .sec-home-product-group .swiper-container .swiper-wrapper {
        position: relative; }
        .page-home .sec-home-product-group .swiper-container .swiper-wrapper .swiper-slide {
          height: auto; }
  .page-home .sec-home-product {
    margin-top: -128px;
    margin-bottom: 64px; }
    .page-home .sec-home-product .swiper-container {
      overflow: unset;
      position: relative; }
      .page-home .sec-home-product .swiper-container:before, .page-home .sec-home-product .swiper-container:after {
        background: linear-gradient(-90deg, #ffffff 15%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
        width: calc((100vw - 100% - 15px) * 0.5);
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        right: calc((100vw - 100% - 15px) * -0.5);
        z-index: 2; }
      .page-home .sec-home-product .swiper-container:after {
        background: linear-gradient(90deg, #ffffff 15%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
        right: unset;
        left: calc((100vw - 100% - 15px) * -0.5); }
      .page-home .sec-home-product .swiper-container .swiper-wrapper {
        padding: 20px 0;
        position: relative; }
        .page-home .sec-home-product .swiper-container .swiper-wrapper .swiper-slide {
          height: auto; }
    .page-home .sec-home-product .card-product {
      padding: 50px 30px; }
  .page-home .sec-home-blog {
    padding-top: 64px;
    position: relative; }
    .page-home .sec-home-blog:before {
      background-color: #ec2227;
      background-image: url("../../img/bg-line.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 75%;
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
    .page-home .sec-home-blog .swiper-slide {
      height: unset; }

@media screen and (max-width: 1199px) {
  .page-home .hero-slider .swiper-slide {
    height: calc(100dvh - 64px); } }
@media screen and (max-width: 991px) {
  .page-home .hero-slider .swiper-slide {
    height: calc(100dvh - 48px); }
  .page-home .sec-home-about .col-des .title {
    font-size: 20px;
    margin-bottom: 10px; }
  .page-home .sec-home-about .col-des .des {
    -webkit-line-clamp: 3; }
  .page-home .sec-home-about .col-image {
    display: none; } }
@media screen and (max-width: 767px) {
  .page-home .sec-home-product-group {
    padding: 0 0 208px 0; }
  .page-home .sec-home-product {
    margin-top: -96px; }
    .page-home .sec-home-product .card-product {
      padding: 30px 30px; } }
.page-service-after-sale {
  overflow: hidden; }
  .page-service-after-sale .row-des-image .col-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .page-service-after-sale .row-des-image .col-des .des {
      line-height: 180%;
      color: #222222;
      font-size: 16px;
      text-align: justify; }
  .page-service-after-sale .row-des-image .col-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .page-service-after-sale .row-des-image .col-image .image-box {
      width: 100%;
      padding-right: 40px; }
      .page-service-after-sale .row-des-image .col-image .image-box .image {
        width: 100%;
        height: 100%;
        border-radius: 16px; }

@media screen and (max-width: 991px) {
  .page-service-after-sale .row-des-image .col-des .title {
    font-size: 20px;
    margin-bottom: 10px; }
  .page-service-after-sale .row-des-image .col-image {
    margin-bottom: 20px; }
    .page-service-after-sale .row-des-image .col-image .image-box {
      padding-left: unset !important;
      padding-right: unset !important; } }
body.ltr {
  font-family: "CenturyGothic", serif;
  direction: ltr; }

.ltr .section-title .swiper-btns .btn .icon {
  transform: scale(-1); }
.ltr form .form-control {
  text-align: left; }
.ltr .page-header .breadcrumb li:after {
  padding-right: unset;
  padding-left: 10px; }
.ltr .page-header .breadcrumb li:last-child:after {
  padding-right: unset;
  padding-left: 0; }
.ltr .sweet-alert p {
  font-family: "CenturyGothic", serif; }
.ltr .sweet-alert button {
  font-family: "CenturyGothic", serif; }
.ltr .modal-share .modal-header .btn-close {
  margin-left: auto;
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x)); }
.ltr header .header-box .menu {
  margin: 0 0 0 60px; }
  .ltr header .header-box .menu .level-1 > a .icon {
    margin-left: 8px;
    margin-right: unset; }
  .ltr header .header-box .menu .level-1 .level-2 {
    right: unset;
    left: 0; }
    .ltr header .header-box .menu .level-1 .level-2 .link-box li a .icon {
      transform: scale(-1); }
    .ltr header .header-box .menu .level-1 .level-2 .level-3 {
      right: unset;
      left: 100%;
      border-radius: 0 10px 10px 0; }
      .ltr header .header-box .menu .level-1 .level-2 .level-3 .level-4 {
        right: unset;
        left: 100%;
        border-radius: 0 10px 10px 0; }
.ltr header .header-box .btn-mobile-menu {
  margin-right: unset;
  margin-left: 20px; }
@media screen and (max-width: 1399px) {
  .ltr header .header-box .menu {
    margin: 0 0 0 40px; } }
@media screen and (max-width: 1199px) {
  .ltr header .header-box .menu {
    margin: 0 0 0 30px; } }
.ltr .mobile-side-menu .offcanvas-body .menu .level-1 a .icon {
  transform: scale(-1); }
.ltr footer .social-items {
  margin: 30px 0 0 46px; }
@media (min-width: 1200px) {
  .ltr footer .offset-xl-1 {
    margin-left: 8.33333333%;
    margin-right: unset; } }
@media screen and (max-width: 1199px) {
  .ltr footer .col-about .des {
    padding-right: 40px;
    padding-left: unset; }
  .ltr footer .social-items {
    margin: 30px 0 0 38px; } }
@media screen and (max-width: 991px) {
  .ltr footer .col-about .des {
    padding-right: 0; } }
.ltr .page-home .hero-slider .swiper-buttons .col-btns .btn .icon {
  transform: scale(-1); }
@media (min-width: 992px) {
  .ltr .page-home .sec-home-about .offset-lg-1 {
    margin-right: unset;
    margin-left: 8.33333333%; } }
.ltr .page-product-view .col-image .image-box {
  margin-left: unset;
  margin-right: 40px; }
@media screen and (max-width: 1199px) {
  .ltr .page-product-view .col-image .image-box {
    margin-left: unset;
    margin-right: 0; } }
.ltr .page-project-view .col-image .image-box {
  margin-left: unset;
  margin-right: 40px; }
@media screen and (max-width: 1199px) {
  .ltr .page-project-view .col-image .image-box {
    margin-left: unset;
    margin-right: 0; } }
.ltr .page-about .row-des-image .col-image .image-box {
  padding-left: unset;
  padding-right: 40px; }
.ltr .page-about .row-des-image.t2 .col-image .image-box {
  padding-right: unset;
  padding-left: 40px; }
.ltr .page-about .row-honor .swiper-container .swiper-button-next {
  left: unset;
  right: -10px; }
  .ltr .page-about .row-honor .swiper-container .swiper-button-next .icon {
    transform: scale(-1); }
.ltr .page-about .row-honor .swiper-container .swiper-button-prev {
  right: unset;
  left: -10px; }
  .ltr .page-about .row-honor .swiper-container .swiper-button-prev .icon {
    transform: scale(-1); }
@media screen and (max-width: 991px) {
  .ltr .page-about .row-des-image .col-image .image-box {
    padding-left: unset !important;
    padding-right: unset !important; } }
.ltr .page-blog-view .col-image {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: 0; }
.ltr .page-blog-view .col-title {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: 0; }
  .ltr .page-blog-view .col-title .content {
    border-radius: 0 16px 16px 0; }
    .ltr .page-blog-view .col-title .content .title {
      text-align: left; }
.ltr .page-blog-view .blog-post-des blockquote:before {
  left: unset;
  right: 24px; }
@media screen and (max-width: 991px) {
  .ltr .page-blog-view .col-image {
    padding-right: 8px; }
  .ltr .page-blog-view .col-title {
    padding-left: 8px; }
    .ltr .page-blog-view .col-title .content {
      border-radius: 0 0 16px 16px; } }
@media (min-width: 992px) {
  .ltr .page-contact .offset-lg-1 {
    margin-right: unset;
    margin-left: 8.33333333%; } }
.ltr .page-service-after-sale .row-des-image .col-image .image-box {
  padding-right: unset;
  padding-left: 40px; }
@media screen and (max-width: 991px) {
  .ltr .page-service-after-sale .row-des-image .col-image .image-box {
    padding-left: unset !important;
    padding-right: unset !important; } }

/*# sourceMappingURL=main.css.map */
