@charset "UTF-8";
@font-face {
  font-family: "EncodeSans";
  src: url("../libs/webfonts/EncodeSans.ttf") format("truetype"); }
* {
  font-family: "EncodeSans", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important; }

body {
  background: #f6f6f6; }

.oswald {
  font-family: "EncodeSans" !important; }

.p-y-80 {
  padding: 80px 0; }

*::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border-radius: 8px; }

*::-webkit-scrollbar-track {
  border-radius: 8px; }

*::-webkit-scrollbar-thumb {
  height: 56px;
  border-radius: 8px;
  background-clip: content-box;
  background-color: rgba(136, 136, 136, 0.65); }

*::-webkit-scrollbar-thumb:hover {
  background-color: #555; }

pre {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important;
  white-space: pre-line;
  text-align: justify;
  color: #333333; }

.container {
  max-width: 1424px !important; }
  @media screen and (max-width: 1600px) {
    .container {
      max-width: 1268px !important; } }
  @media screen and (max-width: 1440px) {
    .container {
      max-width: 1140px !important; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #262626; }

h1 {
  font-size: 32px; }
  h1.bigger {
    font-size: 50px; }

h2 {
  font-size: 28px; }
  h2.bigger {
    font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.bg-gradient {
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%); }

.auto-padding {
  padding: 40px 0; }

.main-co {
  color: #155b8e !important; }

.main-co-hv:hover {
  color: #155b8e !important; }

.bg-gradient-cus {
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%); }

.main-bg {
  background-color: #155b8e !important; }

.sub-co {
  color: #464646 !important; }

.black-co {
  color: #333333 !important; }

.gray-co {
  color: #374151 !important; }

.gray-bg {
  background-color: #374151 !important; }

.gray-light-co {
  color: #f9f9f9 !important; }

.gray-light-bg {
  background-color: #f9f9f9 !important; }

.main-tile {
  padding-bottom: 48px; }

.text-line1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line5 {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line6 {
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-justify {
  text-align: justify; }

a {
  text-decoration: none; }

p {
  color: #262626; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 16px; } }

li {
  color: #374151; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

img {
  object-fit: cover;
  vertical-align: middle; }

.image-full {
  width: 100%;
  height: 100%; }

main {
  width: 100%; }

.btn:focus {
  border-color: #155b8e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fb910f8e; }

.btn-cus {
  background-color: #155b8e;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  padding: 14px 34px;
  border: 2px solid #155b8e; }
  .btn-cus:hover {
    color: #fff;
    background-color: #bd701e; }
  .btn-cus--outline {
    color: #155b8e;
    background: unset;
    border-radius: 4px; }
    .btn-cus--outline:hover {
      color: #fff;
      background-color: #155b8e; }
  .btn-cus--radius {
    background-color: #fff;
    border: none;
    border-radius: 60px;
    color: #155b8e;
    padding: 24px 54px; }
    .btn-cus--radius:hover {
      color: #fff;
      background-color: #155b8e; }

@media (max-width: 1399px) {
  .auto-padding {
    padding: 30px 0; } }
@media (max-width: 991.98px) {
  h1 {
    font-size: 24px !important; }
    h1.bigger {
      font-size: 28px !important; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 14px;
    font-weight: normal; }

  .auto-padding {
    padding: 25px 0; }

  .btn-cus {
    padding: 6px 10px;
    font-weight: normal; } }
@media (max-width: 767.98px) {
  .auto-padding {
    padding: 20px 0; } }
.wp-block-image .wp-element-caption {
  text-align: center;
  background: aliceblue;
  margin: 0;
  font-style: italic; }

.wp-block-image.size-full {
  display: inline-block; }

.wp-block-embed.aligncenter.is-type-video {
  display: flex;
  justify-content: center; }

.bg-main {
  background: #f6f6f6; }

.bg-subco {
  background: #f6f6f6; }

.title-underline {
  position: relative;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 8px 0; }
  .title-underline::after {
    content: "";
    background: #155b8e;
    width: 120px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, 0); }

.home .home__banner {
  margin-bottom: -1px; }
  .home .home__banner img {
    aspect-ratio: 3/1; }
  .home .home__banner #banner-owl {
    position: relative; }
    .home .home__banner #banner-owl .owl-dots {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .home .home__banner #banner-owl .owl-dots .owl-dot.active span {
        background: white;
        border: unset; }
      .home .home__banner #banner-owl .owl-dots .owl-dot span {
        background: unset;
        border: 3px solid #ebebeb; }
.home .home-custom-bg {
  position: relative;
  z-index: 1; }
  .home .home-custom-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/bg-home.png");
    opacity: 0.2;
    background-color: rgba(211, 211, 211, 0.502);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
.home .home__about .about-image-custom::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -10%;
  width: 409px;
  height: 409px;
  z-index: 0;
  border-radius: 0 100px 0 100px;
  background: white; }
  @media screen and (max-width: 576px) {
    .home .home__about .about-image-custom::before {
      display: none; } }
.home .home__products .nav-tabs {
  border-bottom: 0;
  justify-content: center; }
  @media screen and (max-width: 576px) {
    .home .home__products .nav-tabs {
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow: auto;
      overflow-y: hidden; }
      .home .home__products .nav-tabs::-webkit-scrollbar {
        display: none; } }
.home .home__products #categoryTabs .nav-item .nav-link.active {
  color: #155b8e;
  border-bottom: 2px solid #4b6aeb; }
.home .home__products #categoryTabs .nav-item .nav-link {
  padding: 8px 0px;
  color: #5d5d5d;
  font-weight: 600;
  background: none;
  border-radius: 0;
  line-height: normal;
  border: 0; }
.home .home__products .nav-link:disabled {
  background: #e3e3e3;
  color: #c3c3c3;
  border-color: #e3e3e3; }
.home .home__products #productsContainer .componentHomeProduct {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  transition: all 0.6s ease; }
.home .home__products #productsContainer .componentHomeProduct:hover {
  box-shadow: rgba(255, 172, 28, 0.199) -10px 10px, rgba(255, 172, 28, 0.19) -20px 20px; }
.home .home__products #productsContainer .componentHomeProduct img {
  height: 80%; }
.home .home__products #productsContainer .componentHomeProduct .content {
  display: flex;
  flex-direction: column;
  padding: 10px; }
.home .home__products #productsContainer .componentHomeProduct .content h3 {
  width: 50%;
  padding-bottom: 5px;
  border-bottom: 3px solid #ffac1c; }
.home .home__news .bottom .time svg {
  margin-right: 4px; }
.home .home__news .bottom .left {
  height: 100%; }
  .home .home__news .bottom .left:hover .title {
    color: #155b8e; }
  .home .home__news .bottom .left .item {
    display: flex;
    height: 100%; }
    .home .home__news .bottom .left .item img {
      width: 410px;
      height: 350px;
      flex: 1; }
      @media screen and (max-width: 576px) {
        .home .home__news .bottom .left .item img {
          width: 100%;
          max-height: 280px; } }
    .home .home__news .bottom .left .item .body {
      padding: 10px;
      flex: 1; }
      .home .home__news .bottom .left .item .body .title {
        font-weight: 600; }
      .home .home__news .bottom .left .item .body .text {
        text-align: justify; }
    @media screen and (max-width: 576px) {
      .home .home__news .bottom .left .item {
        display: block; } }
.home .home__news .bottom .right .item {
  display: flex;
  height: 100%;
  gap: 16px; }
  .home .home__news .bottom .right .item:hover .title {
    color: #155b8e; }
  .home .home__news .bottom .right .item img {
    min-width: 156px;
    max-width: 156px;
    height: 117px; }
  .home .home__news .bottom .right .item .body {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .home .home__news .bottom .right .item .body .title {
      font-weight: 600; }
.home .homePage__feedback {
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  .home .homePage__feedback::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("../images/bg-home.png");
    opacity: 0.2;
    background-color: rgba(211, 211, 211, 0.502);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    transform: scaleX(-1); }
  .home .homePage__feedback .bottom {
    padding-top: 40px;
    width: 100%;
    height: 100%; }
  @media (max-width: 991px) {
    .home .homePage__feedback {
      padding-top: 0px; } }
  .home .homePage__feedback .title-home .title {
    color: white; }
  .home .homePage__feedback--item {
    margin: 32px 0 0;
    border-radius: 8px 8px 8px 48px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e7e7e7;
    backdrop-filter: blur(4px); }
    .home .homePage__feedback--item .content {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .home .homePage__feedback--item p {
      margin-bottom: 0;
      line-height: 150%;
      /* 24px */
      text-overflow: ellipsis; }
      @media screen and (max-width: 576px) {
        .home .homePage__feedback--item p {
          font-size: 16px; } }
    .home .homePage__feedback--item .text {
      min-height: 122px;
      text-align: justify; }
    .home .homePage__feedback--item img {
      width: 68px !important;
      object-fit: contain; }
    .home .homePage__feedback--item .name {
      font-size: 16px;
      -webkit-line-clamp: 1;
      color: #595959; }
    .home .homePage__feedback--item .position {
      color: #155b8e; }
  .home .homePage__feedback .partner img {
    width: unset !important; }
.home .home__contact .home-contact-bg {
  position: relative;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .home .home__contact .home-contact-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5); }
.home .home__contact .headerContactButton .click-btn {
  display: flex;
  width: fit-content;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 14px;
  text-decoration: none;
  transition: all 0.2s;
  box-sizing: border-box; }
.home .home__contact .headerContactButton .btn-style-header {
  position: relative;
  border: 0;
  color: white;
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
  transition-delay: 0.3s;
  overflow: hidden; }
  .home .home__contact .headerContactButton .btn-style-header:hover {
    border-color: #155b8e;
    color: rgba(221, 99, 149, 0);
    transition-delay: 0s; }
    .home .home__contact .headerContactButton .btn-style-header:hover::before {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.15s; }
  .home .home__contact .headerContactButton .btn-style-header::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    content: attr(data-hover);
    color: white;
    text-align: center;
    transform: translateX(-60%);
    transition: all 0.25s;
    z-index: 1; }
.home .home__project .frame {
  position: relative;
  width: 100%;
  height: 100%; }
  .home .home__project .frame .content {
    padding: 40px 0px; }
    .home .home__project .frame .content .element .item-title {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      .home .home__project .frame .content .element .item-title .title {
        width: 100%;
        padding-bottom: 2px;
        border-bottom: 1px solid #155b8e; }
        .home .home__project .frame .content .element .item-title .title .main-text {
          color: #155b8e;
          text-decoration: underline;
          text-decoration-color: #155b8e;
          text-underline-offset: 17px;
          text-decoration-thickness: 4px; }
          @media screen and (max-width: 768px) {
            .home .home__project .frame .content .element .item-title .title .main-text {
              text-underline-offset: 16px; } }
          @media screen and (max-width: 576px) {
            .home .home__project .frame .content .element .item-title .title .main-text {
              text-underline-offset: 10px; } }
        @media screen and (max-width: 576px) {
          .home .home__project .frame .content .element .item-title .title {
            padding-bottom: 0px; } }
      .home .home__project .frame .content .element .item-title .text {
        margin-top: 12px; }
        @media screen and (max-width: 576px) {
          .home .home__project .frame .content .element .item-title .text {
            margin-bottom: 0px; } }
      .home .home__project .frame .content .element .item-title .see-more {
        margin-top: 24px; }
        @media screen and (max-width: 768px) {
          .home .home__project .frame .content .element .item-title .see-more {
            display: none;
            margin-top: 0px;
            margin-bottom: 15px;
            font-size: 15px; } }
      @media screen and (max-width: 768px) {
        .home .home__project .frame .content .element .item-title {
          align-items: center;
          text-align: center; } }
    .home .home__project .frame .content .element #home__project--owl-carousel {
      padding-right: 0px; }
      .home .home__project .frame .content .element #home__project--owl-carousel .owl-stage-outer {
        padding: 30px 0; }
      .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern {
        text-align: center;
        position: relative;
        height: 400px;
        cursor: pointer; }
        .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card {
          position: relative;
          height: 100%;
          border-radius: 16px;
          overflow: hidden;
          background: white;
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }
            .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card:hover .project-image {
              transform: scale(1.05); }
            .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card:hover .project-overlay {
              opacity: 1;
              visibility: visible; }
        .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper {
          position: relative;
          height: 70%;
          overflow: hidden;
          border-radius: 16px 16px 0 0; }
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease; }
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #dddddd6b;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px; }
            .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content {
              text-align: center;
              color: white; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content .category-tag {
                display: inline-block;
                background: rgba(255, 255, 255, 0.2);
                padding: 4px 12px;
                border-radius: 20px;
                font-size: 12px;
                font-weight: 500;
                margin-bottom: 16px;
                backdrop-filter: blur(10px); }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content .project-title {
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 12px;
                line-height: 1.3; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content .project-excerpt {
                font-size: 14px;
                opacity: 0.9;
                margin-bottom: 20px;
                line-height: 1.5; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content .btn-project-view {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: white;
                color: #155b8e;
                padding: 12px 24px;
                border-radius: 50px;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease; }
                .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content .btn-project-view:hover {
                  background: rgba(255, 255, 255, 0.9);
                  transform: translateY(-2px);
                  color: #155b8e; }
                .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content .btn-project-view svg {
                  transition: transform 0.3s ease; }
                .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-image-wrapper .project-overlay .project-overlay-content .btn-project-view:hover svg {
                  transform: translate(2px, -2px); }
        .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-content {
          height: 30%;
          padding: 20px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-content .project-title-main {
            font-size: 16px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 8px;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-clamp: 2;
            overflow: hidden; }
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-content .project-meta .project-date {
            font-size: 12px;
            color: #718096;
            font-weight: 500; }
        @media screen and (max-width: 1200px) {
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern {
            height: 404px; } }
        @media screen and (max-width: 768px) {
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern {
            height: 382px; }
            .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card .project-image-wrapper .project-overlay {
              padding: 16px; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card .project-image-wrapper .project-overlay .project-overlay-content .project-title {
                font-size: 18px; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card .project-image-wrapper .project-overlay .project-overlay-content .project-excerpt {
                font-size: 13px; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-card .project-image-wrapper .project-overlay .project-overlay-content .btn-project-view {
                padding: 10px 20px;
                font-size: 14px; }
            .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-content {
              padding: 16px; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-content .project-title-main {
                font-size: 15px; } }
        @media screen and (max-width: 576px) {
          .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern {
            height: 240px; }
            .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-content {
              padding: 12px; }
              .home .home__project .frame .content .element #home__project--owl-carousel .project-item-modern .project-content .project-title-main {
                font-size: 14px;
                -webkit-line-clamp: 1;
                line-clamp: 1; } }
      .home .home__project .frame .content .element #home__project--owl-carousel .item {
        text-align: center;
        position: relative;
        height: 482px;
        border-radius: 12px;
        cursor: pointer; }
        .home .home__project .frame .content .element #home__project--owl-carousel .item .image {
          height: 100%;
          width: 100%;
          border-radius: 12px; }
        .home .home__project .frame .content .element #home__project--owl-carousel .item .mask {
          border-radius: 12px;
          position: absolute;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.9%, #000a31 95.85%);
          top: 0;
          left: 0;
          z-index: 1; }
        .home .home__project .frame .content .element #home__project--owl-carousel .item .main-title {
          width: 100%;
          position: absolute;
          bottom: 24px;
          padding: 0px 12px;
          z-index: 2;
          color: white; }
          @media screen and (max-width: 576px) {
            .home .home__project .frame .content .element #home__project--owl-carousel .item .main-title {
              bottom: 0px;
              font-weight: 400; } }
        .home .home__project .frame .content .element #home__project--owl-carousel .item .overlay-item {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 0;
          z-index: 3;
          background-color: #464646;
          opacity: 0.9;
          border-radius: 12px;
          padding: 0px 12px;
          transition: height 0.5s; }
          .home .home__project .frame .content .element #home__project--owl-carousel .item .overlay-item .content {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s, opacity 0.5s linear; }
            .home .home__project .frame .content .element #home__project--owl-carousel .item .overlay-item .content .title,
            .home .home__project .frame .content .element #home__project--owl-carousel .item .overlay-item .content .text,
            .home .home__project .frame .content .element #home__project--owl-carousel .item .overlay-item .content .see-more {
              color: white;
              border: none; }
            @media screen and (max-width: 576px) {
              .home .home__project .frame .content .element #home__project--owl-carousel .item .overlay-item .content .see-more {
                font-size: 15px; } }
        .home .home__project .frame .content .element #home__project--owl-carousel .item:hover .main-title {
          display: none; }
        .home .home__project .frame .content .element #home__project--owl-carousel .item:hover .overlay-item {
          display: block;
          height: 100%; }
          .home .home__project .frame .content .element #home__project--owl-carousel .item:hover .overlay-item .content {
            visibility: visible;
            opacity: 1; }
        @media screen and (max-width: 1200px) {
          .home .home__project .frame .content .element #home__project--owl-carousel .item {
            height: 404px; } }
        @media screen and (max-width: 768px) {
          .home .home__project .frame .content .element #home__project--owl-carousel .item {
            height: 382px; } }
        @media screen and (max-width: 576px) {
          .home .home__project .frame .content .element #home__project--owl-carousel .item {
            height: 240px; } }
      @media screen and (max-width: 576px) {
        .home .home__project .frame .content .element #home__project--owl-carousel {
          padding-left: 1px; } }
    .home .home__project .frame .content .element .sub-see-more {
      display: none; }
      @media screen and (max-width: 768px) {
        .home .home__project .frame .content .element .sub-see-more {
          display: block;
          margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      .home .home__project .frame .content .element {
        padding-top: 10px;
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .home .home__project .frame .content {
        padding: 0px; } }
    @media screen and (max-width: 576px) {
      .home .home__project .frame .content {
        padding: 0px; } }
@media screen and (max-width: 768px) {
  .home .home__project {
    padding-top: 15px; } }

.company-intro {
  color: white;
  position: relative;
  overflow: hidden; }
  .company-intro .content-wrapper {
    position: relative;
    z-index: 2; }
  .company-intro .company-name {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
  .company-intro .company-tagline {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    opacity: 0.9; }
  .company-intro .company-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #262626; }
  .company-intro .company-image {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease; }
  .company-intro .company-image:hover {
    transform: scale(1.05); }
  .company-intro .btn-custom {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #333;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease; }
  .company-intro .btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
    color: #333; }
  @media (max-width: 768px) {
    .company-intro .company-name {
      font-size: 2.5rem; }
    .company-intro .company-tagline {
      font-size: 1.1rem; } }

.company-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

header#header .header-wrapper .header-top {
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%); }
  header#header .header-wrapper .header-top .item-left .content a:hover {
    color: #ddd; }
  header#header .header-wrapper .header-top .item-right .contactHeader {
    display: flex;
    gap: 24px; }
header#header .header-wrapper .header-bottom .mobile-left .contactHeader {
  display: flex;
  gap: 24px; }
header#header .header-wrapper .header-bottom .mobile-right .btn-click {
  border: none;
  background: transparent; }
header#header .header-wrapper .header-bottom .logo img {
  width: 85px;
  height: auto;
  padding: 8px 0; }
header#header .header-wrapper .header-bottom .menu {
  height: 64px;
  border-radius: 16px; }
header#header .header-wrapper .header-bottom .research .glink.nturl.notranslate img {
  width: 30px !important;
  height: 22px !important;
  object-fit: cover !important; }
header#header .header-wrapper .header-bottom .research .button-ask {
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 8px;
  color: white;
  font-weight: 600; }
header#header .header-wrapper .header-bottom .research .vl {
  border-left: 0.75px solid rgba(0, 0, 0, 0.1);
  height: 23px;
  width: 2px; }
header#header .header-wrapper .header-bottom .research .btn-tu-van {
  background-color: #f94e00;
  color: #ffffff;
  border: 0; }
  header#header .header-wrapper .header-bottom .research .btn-tu-van:hover {
    color: #ffffff !important; }
header#header .header-wrapper .header-bottom .research .btn-dang-ky {
  background-color: #0357c5;
  color: #fff;
  border: 0; }
  header#header .header-wrapper .header-bottom .research .btn-dang-ky:hover {
    color: #ffffff !important; }
header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  min-width: 222px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  overflow: hidden !important; }
  header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item {
    padding: 5px 10px; }
    header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item a {
      background: #fff !important;
      font-weight: 400 !important;
      font-size: 14px; }
      header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item a:hover {
        background: #f0f0f061 !important; }
      header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item a:hover {
        color: inherit !important; }
header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: unset !important; }
  header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::first-letter,
  header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link::first-letter,
  header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::first-letter {
    text-transform: capitalize !important; }
header#header .header-wrapper .header-bottom .menu .mega-menu-item a:hover {
  background: unset !important; }
header#header .header-wrapper .header-bottom .menu #mega-menu-wrap-primary {
  background: unset;
  height: 100%; }
  header#header .header-wrapper .header-bottom .menu #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 10px;
    padding: 8px 8px 8px 20px; }
    header#header .header-wrapper .header-bottom .menu #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item:first-child svg {
      margin-bottom: 5px; }
    header#header .header-wrapper .header-bottom .menu #mega-menu-wrap-primary #mega-menu-primary .contactButton {
      background: #155b8e;
      border-radius: 8px;
      display: flex;
      align-items: center;
      height: 100%; }
      header#header .header-wrapper .header-bottom .menu #mega-menu-wrap-primary #mega-menu-primary .contactButton a {
        color: white !important;
        font-weight: 400 !important;
        padding: 0 16px; }
header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item a {
  font-weight: 600;
  font-size: 16px;
  color: #172554; }
  header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item a:hover {
    color: #3c3c3c; }
header#header .header-wrapper .header-bottom .menu #mega-menu-primary .current-mega-menu-item a {
  color: #fba832; }
header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item-design-new {
  position: relative; }
  header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item-design-new::after {
    content: "new";
    padding: 2px 4px;
    border-radius: 8px;
    background: #db0b5b;
    font-weight: 600;
    font-size: 9px;
    position: absolute;
    display: block;
    text-transform: uppercase;
    color: white;
    top: -5px;
    right: -9px; }
header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item-design-popular::after {
  content: "popular";
  padding: 2px 4px;
  border-radius: 8px;
  background: #db0b5b;
  font-weight: 600;
  font-size: 9px;
  position: absolute;
  display: block;
  text-transform: uppercase;
  color: white;
  top: -5px;
  right: -9px; }
header#header .header-wrapper .header-bottom .headerContactButton .click-btn {
  display: flex;
  width: fit-content;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 14px;
  text-decoration: none;
  transition: all 0.2s;
  box-sizing: border-box; }
header#header .header-wrapper .header-bottom .headerContactButton .btn-style-header {
  position: relative;
  border-color: white;
  color: white;
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
  transition-delay: 0.3s;
  overflow: hidden; }
  header#header .header-wrapper .header-bottom .headerContactButton .btn-style-header:hover {
    border-color: #155b8e;
    color: rgba(221, 99, 149, 0);
    transition-delay: 0s; }
    header#header .header-wrapper .header-bottom .headerContactButton .btn-style-header:hover::before {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.15s; }
  header#header .header-wrapper .header-bottom .headerContactButton .btn-style-header::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    content: attr(data-hover);
    color: white;
    text-align: center;
    transform: translateX(-60%);
    transition: all 0.25s;
    z-index: 1; }
@media screen and (max-width: 576px) {
  header#header .header-wrapper .header-bottom .headerContactButton {
    display: none; } }
header#header #header-sroll {
  position: fixed;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, #1f2937 0%, rgba(31, 41, 55, 0) 100%); }
header#header #header-sroll.small {
  height: 70px; }

header.stick {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(4px);
  -webkit-animation: slideDown 0.35s ease-out;
  animation: slideDown 0.35s ease-out;
  z-index: 99;
  width: 100%; }
@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
  header.stick .header-top {
    background: linear-gradient(90deg, rgba(150, 41, 169, 0.5) 0%, rgba(237, 50, 56, 0.5) 100%) !important; }

.modal-content {
  border-radius: 50px; }
  .modal-content .btn-close {
    position: absolute;
    right: 0;
    top: -15px;
    filter: brightness(0) invert(1); }

.search_bar {
  position: relative;
  background: #ebebeb;
  border-radius: 50px;
  height: 48px;
  width: 100%;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */ }
  .search_bar button.btn-search-nvt {
    position: absolute;
    z-index: 2;
    right: 0;
    background: transparent;
    border: none;
    top: 50%;
    border-radius: 50%;
    color: #5c5c5c;
    transform: translate(-10px, -50%); }
  .search_bar input.input_search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    text-indent: 15px;
    border: none;
    outline: none;
    border-radius: 50px;
    transition: all 0.5s; }
    .search_bar input.input_search:focus {
      background: #ffffff;
      box-shadow: inset;
      box-shadow: inset 0 0 35px #f0ede6, 3px 3px 5px 0 #ccc; }
  @media screen and (max-width: 1440px) {
    .search_bar {
      height: 40px; } }
  .search_bar input[type="search"] {
    font-weight: 400;
    color: #5c5c5c;
    font-size: 16px !important;
    line-height: 22px; }
  .search_bar input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .search_bar input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .search_bar input[type="search"]::-webkit-search-decoration,
  .search_bar input[type="search"]::-webkit-search-cancel-button,
  .search_bar input[type="search"]::-webkit-search-results-button,
  .search_bar input[type="search"]::-webkit-search-results-decoration {
    display: none; }

.ux-body-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 29; }

.ux-body-overlay--hover-active {
  visibility: visible;
  opacity: 1; }

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: unset !important;
  box-shadow: unset !important; }

.searchBox .btn-click {
  font-size: 14px; }
.searchBox .search-btn {
  padding: 0 14px; }
.searchBox .search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px); }
.searchBox .search-popup.show {
  display: flex; }
.searchBox .search-box {
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 450px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: slideIn 0.3s ease-out; }
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.searchBox .input-group {
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  overflow: hidden;
  background: white;
  transition: border-color 0.3s; }
.searchBox .input-group:focus-within {
  border-color: #0d6efd;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.3); }
.searchBox .form-control {
  border: none;
  padding: 12px 15px;
  font-size: 1.1rem; }
.searchBox .form-control:focus {
  box-shadow: none;
  border: none; }
.searchBox .input-group-text {
  background: transparent;
  border: none;
  padding: 12px 15px; }
.searchBox .search-btn {
  color: #0d6efd;
  transition: background-color 0.3s, color 0.3s; }
.searchBox .search-btn:hover {
  background-color: #0d6efd;
  color: white; }
.searchBox .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.7; }
.searchBox .btn-close:hover {
  opacity: 1; }

@media screen and (max-width: 576px) {
  .item-left div.cart .shopping-cart {
    width: 300px !important;
    right: -90px !important; } }
@media (max-width: 1199.98px) {
  /* 
==================================================
- Header 
==================================================
*/
  header {
    top: 0px;
    width: 100%;
    color: #fff;
    background-color: #155b8e;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }
  header.stick {
    text-align: left;
    padding: 5px 0 !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background-color: #155c8ec2; }
    header.stick .mobileMenuButton span,
    header.stick .mobileMenuButton span:before,
    header.stick .mobileMenuButton span:after {
      background: #ffffff; }

  .fake-class {
    width: 30px; }

  .wrap-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center; }

  .sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block; }

  .sidebar-brand {
    height: 65px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
    padding-top: 1em; }

  .sidebar-brand a {
    color: #ddd; }

  .sidebar-brand a:hover {
    color: #fff;
    text-decoration: none; }

  .sidebar-nav {
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none; }

  .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%; }

  .sidebar-nav li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }

  .sidebar-nav li:nth-child(5n + 1):before {
    background-color: #ec1b5a; }

  .sidebar-nav li:nth-child(5n + 2):before {
    background-color: #79aefe; }

  .sidebar-nav li:nth-child(5n + 3):before {
    background-color: #314190; }

  .sidebar-nav li:nth-child(5n + 4):before {
    background-color: #279636; }

  .sidebar-nav li:nth-child(5n + 5):before {
    background-color: #7d5d81; }

  .sidebar-nav li:hover:before,
  .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }

  .sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px; }

  .sidebar-nav li a:hover,
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus,
  .sidebar-nav li.open a:hover,
  .sidebar-nav li.open a:active,
  .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent; }

  .sidebar-header {
    text-align: center;
    font-size: 20px;
    position: sticky;
    top: 0;
    width: 100%;
    display: inline-block;
    z-index: 1; }

  /*-------------------------------*/
  /*            Overlay            */
  /*-------------------------------*/
  #sidebar-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }

  #sidebar-wrapper::-webkit-scrollbar {
    display: none; }

  /*-------------------------------*/
  /*            Overlay            */
  /*-------------------------------*/
  .overlay-left {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 1; }

  .box-category {
    /*-------------------------------*/
    /*       Hamburger-Cross         */
    /*-------------------------------*/ }
    .box-category .hamburger {
      top: 200px;
      transform: rotate(180deg);
      z-index: 999;
      display: block;
      width: 28px;
      height: 30px;
      background: #5c5c5c7b;
      border: none; }
      .box-category .hamburger:hover {
        background: #155b8e; }
    .box-category .hamburger:hover,
    .box-category .hamburger:focus,
    .box-category .hamburger:active {
      outline: none; }
    .box-category .hamburger.is-closed:before {
      content: "";
      display: block;
      width: 100px;
      font-size: 14px;
      color: #fff;
      line-height: 32px;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed:hover:before {
      opacity: 1;
      display: block;
      -webkit-transform: translate3d(-100px, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed .hamb-top,
    .box-category .hamburger.is-closed .hamb-middle,
    .box-category .hamburger.is-closed .hamb-bottom,
    .box-category .hamburger.is-open .hamb-top,
    .box-category .hamburger.is-open .hamb-middle,
    .box-category .hamburger.is-open .hamb-bottom {
      position: absolute;
      left: 4px;
      height: 4px;
      width: 20px;
      border-radius: 12px; }
    .box-category .hamburger.is-closed .hamb-top,
    .box-category .hamburger.is-closed .hamb-middle,
    .box-category .hamburger.is-closed .hamb-bottom {
      background-color: #ffffff; }
    .box-category .hamburger.is-closed .hamb-top {
      top: 5px;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed .hamb-middle {
      top: 50%;
      margin-top: -2px; }
    .box-category .hamburger.is-closed .hamb-bottom {
      bottom: 5px;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed:hover .hamb-top {
      top: 0;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed:hover .hamb-bottom {
      bottom: 0;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-open .hamb-top,
    .box-category .hamburger.is-open .hamb-middle,
    .box-category .hamburger.is-open .hamb-bottom {
      background-color: #ffffff; }
    .box-category .hamburger.is-open .hamb-top,
    .box-category .hamburger.is-open .hamb-bottom {
      top: 50%;
      margin-top: -2px; }
    .box-category .hamburger.is-open .hamb-top {
      -webkit-transform: rotate(45deg);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }
    .box-category .hamburger.is-open .hamb-middle {
      display: none; }
    .box-category .hamburger.is-open .hamb-bottom {
      -webkit-transform: rotate(-45deg);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }
    .box-category .hamburger.is-open:before {
      content: "";
      display: block;
      width: 100px;
      font-size: 14px;
      color: #fff;
      line-height: 32px;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-open:hover:before {
      opacity: 1;
      display: block;
      -webkit-transform: translate3d(-100px, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category button:focus {
      outline: none; }
    .box-category aside {
      background: #1a1d23;
      width: 250px;
      height: 100vh;
      position: fixed;
      transition: 0.3s;
      left: -250px;
      top: 0;
      z-index: 99;
      transition-timing-function: cubic-bezier(0.9, 0, 1, 1); }
    .box-category aside.close {
      left: 0;
      transition: 0.3s;
      transition-timing-function: cubic-bezier(0.9, 0, 1, 1); }
    .box-category nav a {
      display: block;
      color: #ddd;
      text-decoration: none;
      padding: 10px; }
    .box-category nav a:hover {
      background: #313640; }
    .box-category aside button {
      border: none;
      background: none;
      position: absolute;
      right: -28px;
      top: 7px;
      font-size: 30px;
      transform: rotate(90deg);
      display: inline-block;
      cursor: pointer; }

  .branding {
    width: auto;
    height: 65px;
    float: left;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }

  .branding.stick {
    height: 55px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }

  .logo-lg {
    height: 100% !important;
    width: 100%;
    object-fit: contain; }

  .logo-sm {
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    display: none; }

  .menu {
    width: 75%;
    float: left;
    text-align: right; }

  .listMenu {
    display: none; }

  .mobile-right {
    display: flex;
    align-items: center;
    gap: 5px; }
    .mobile-right .language #gt_float_wrapper {
      display: flex;
      align-items: center; }
    .mobile-right .language .gt-selected,
    .mobile-right .language .gt_float_switcher {
      background-color: unset;
      box-shadow: unset;
      font-size: unset; }
      .mobile-right .language .gt-selected .gt-current-lang,
      .mobile-right .language .gt_float_switcher .gt-current-lang {
        padding: 0; }
        .mobile-right .language .gt-selected .gt-current-lang img,
        .mobile-right .language .gt_float_switcher .gt-current-lang img {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          margin: 0; }
        .mobile-right .language .gt-selected .gt-current-lang .gt-lang-code,
        .mobile-right .language .gt_float_switcher .gt-current-lang .gt-lang-code {
          top: 0px;
          font-size: 14px;
          color: white; }
        .mobile-right .language .gt-selected .gt-current-lang .gt_float_switcher-arrow,
        .mobile-right .language .gt_float_switcher .gt-current-lang .gt_float_switcher-arrow {
          background-size: 8px;
          filter: brightness(2.5); }
      .mobile-right .language .gt-selected .gt_options,
      .mobile-right .language .gt_float_switcher .gt_options {
        position: absolute;
        display: block;
        border: 1px solid #d7d7d7;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 16px;
        background: white;
        padding: 5px 10px;
        border-radius: 6px;
        right: 20px; }
        .mobile-right .language .gt-selected .gt_options .nturl,
        .mobile-right .language .gt_float_switcher .gt_options .nturl {
          padding: 0;
          font-size: 14px;
          color: #000;
          padding-bottom: 8px; }
          .mobile-right .language .gt-selected .gt_options .nturl:last-child,
          .mobile-right .language .gt_float_switcher .gt_options .nturl:last-child {
            padding-bottom: 0; }
          .mobile-right .language .gt-selected .gt_options .nturl img,
          .mobile-right .language .gt_float_switcher .gt_options .nturl img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin: 0; }
          .mobile-right .language .gt-selected .gt_options .nturl:hover,
          .mobile-right .language .gt_float_switcher .gt_options .nturl:hover {
            background: unset;
            color: #374151; }
    .mobile-right .gt-lang-code {
      display: none !important; }
    .mobile-right .gt_float_switcher-arrow {
      display: none !important; } }
/* 
==================================================
- The Mobile Menu
==================================================
*/
/* The Menu Button */
.mobileMenuButton {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 34px;
  z-index: 99;
  border-radius: 4px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }

.mobileMenuButton:hover {
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px; }

.mobileMenuButton:active {
  border: 0;
  background-color: #ffffff;
  border-radius: 4px; }
  .mobileMenuButton:active span {
    color: #155b8e; }

.mobileMenuButton:hover span {
  background: #fff; }

.mobileMenuButton:hover span:before {
  background: #fff; }

.mobileMenuButton:hover span:after {
  background: #fff; }

.mobileMenuButton span {
  margin-top: 50%; }

.mobileMenuButton span,
.mobileMenuButton span:before,
.mobileMenuButton span:after {
  cursor: pointer;
  border-radius: 5px;
  height: 4px;
  width: 22px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  content: ""; }

.mobileMenuButton span:before {
  top: -8px; }

.mobileMenuButton span:after {
  bottom: -8px; }

/* The Menu */
#mega-menu-wrap-primary {
  background: unset !important; }

.mobileMenu {
  width: 380px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #155c8e80;
  backdrop-filter: blur(4px);
  z-index: 1200;
  text-align: right;
  padding-top: 40px;
  transition: all 0.3s ease-in-out;
  overflow: scroll; }
  @media screen and (max-width: 500px) {
    .mobileMenu {
      width: 70% !important; } }
  .mobileMenu .mega-menu-toggle {
    display: none !important; }
  .mobileMenu #mega-menu-primary {
    display: flex !important;
    flex-direction: column;
    margin: 15px 20px !important; }
  .mobileMenu ul.mega-sub-menu {
    margin: 0 15px !important;
    border-left: 1px solid !important;
    padding: 0 !important;
    overflow: hidden !important; }
    .mobileMenu ul.mega-sub-menu li.mega-menu-item a {
      background: #fff !important;
      font-weight: 400 !important;
      font-size: 14px; }
      .mobileMenu ul.mega-sub-menu li.mega-menu-item a:hover {
        background: #f0f0f061 !important; }
      .mobileMenu ul.mega-sub-menu li.mega-menu-item a:hover {
        color: inherit !important; }
  .mobileMenu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  .mobileMenu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  .mobileMenu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: unset !important;
    color: #ffffff !important; }
  .mobileMenu .mega-menu-item a:hover {
    background: unset !important; }
  .mobileMenu #mega-menu-wrap-primary {
    background: unset; }
  .mobileMenu #mega-menu-primary .mega-menu-item a {
    font-weight: 600;
    font-size: 16px;
    color: #595959; }
    .mobileMenu #mega-menu-primary .mega-menu-item a:hover {
      color: #3c3c3c; }
  .mobileMenu #mega-menu-primary .current-mega-menu-item a {
    color: #fba832; }
  .mobileMenu #mega-menu-primary .mega-menu-item-design-new {
    position: relative; }
    .mobileMenu #mega-menu-primary .mega-menu-item-design-new::after {
      content: "new";
      padding: 2px 4px;
      border-radius: 8px;
      background: #db0b5b;
      font-weight: 600;
      font-size: 9px;
      position: absolute;
      display: block;
      text-transform: uppercase;
      color: white;
      top: -5px;
      right: -9px; }
  .mobileMenu #mega-menu-primary .mega-menu-item-design-popular::after {
    content: "popular";
    padding: 2px 4px;
    border-radius: 8px;
    background: #db0b5b;
    font-weight: 600;
    font-size: 9px;
    position: absolute;
    display: block;
    text-transform: uppercase;
    color: white;
    top: -5px;
    right: -9px; }
  .mobileMenu ul.mega-menu {
    background: unset !important;
    width: 100%;
    padding: 0 10px !important; }
    .mobileMenu ul.mega-menu li.mega-menu-item,
    .mobileMenu ul.mega-menu li.mega-current-menu-item {
      margin: 0;
      border-top: 1px solid #bdbdbd !important; }
      .mobileMenu ul.mega-menu li.mega-menu-item a,
      .mobileMenu ul.mega-menu li.mega-current-menu-item a {
        display: block;
        text-align: left !important;
        font-weight: 700;
        background: unset !important; }
        .mobileMenu ul.mega-menu li.mega-menu-item a span.mega-indicator,
        .mobileMenu ul.mega-menu li.mega-current-menu-item a span.mega-indicator {
          float: unset !important; }
    .mobileMenu ul.mega-menu li.mega-menu-item:first-child {
      border-top: unset !important; }
  .mobileMenu .language #gt_float_wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .mobileMenu .language .gt-selected,
  .mobileMenu .language .gt_float_switcher {
    background-color: unset;
    box-shadow: unset;
    font-size: unset; }
    .mobileMenu .language .gt-selected .gt-current-lang,
    .mobileMenu .language .gt_float_switcher .gt-current-lang {
      padding: 0; }
      .mobileMenu .language .gt-selected .gt-current-lang img,
      .mobileMenu .language .gt_float_switcher .gt-current-lang img {
        width: 20px;
        margin: 0; }
      .mobileMenu .language .gt-selected .gt-current-lang .gt-lang-code,
      .mobileMenu .language .gt_float_switcher .gt-current-lang .gt-lang-code {
        top: 0px;
        font-size: 14px;
        color: #333333; }
      .mobileMenu .language .gt-selected .gt-current-lang .gt_float_switcher-arrow,
      .mobileMenu .language .gt_float_switcher .gt-current-lang .gt_float_switcher-arrow {
        background-size: 8px;
        filter: brightness(2.5); }
    .mobileMenu .language .gt-selected .gt_options,
    .mobileMenu .language .gt_float_switcher .gt_options {
      position: absolute; }
      .mobileMenu .language .gt-selected .gt_options .nturl,
      .mobileMenu .language .gt_float_switcher .gt_options .nturl {
        padding: 0;
        font-size: 14px;
        color: #cacaca; }
        .mobileMenu .language .gt-selected .gt_options .nturl img,
        .mobileMenu .language .gt_float_switcher .gt_options .nturl img {
          width: 20px;
          margin: 0; }
        .mobileMenu .language .gt-selected .gt_options .nturl:hover,
        .mobileMenu .language .gt_float_switcher .gt_options .nturl:hover {
          background: unset;
          color: #374151; }
  .mobileMenu .search_bar {
    position: relative;
    background: #f2f2f2;
    border-radius: 80px;
    height: 38px;
    width: 100%;
    background: #f5fffa; }
    .mobileMenu .search_bar button.btn-search-nvt {
      position: absolute;
      z-index: 2;
      right: 0;
      background: transparent;
      border: none;
      top: 50%;
      border-radius: 50%;
      color: #5c5c5c;
      transform: translate(-10px, -50%); }
    .mobileMenu .search_bar input.input_search {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: transparent;
      text-indent: 15px;
      border: none;
      outline: none; }
    @media screen and (max-width: 1199px) {
      .mobileMenu .search_bar {
        border: 1px solid #c8b2b2; } }
    .mobileMenu .search_bar input[type="search"] {
      font-weight: 400;
      color: #5c5c5c;
      font-size: 16px !important;
      line-height: 22px; }
  .mobileMenu .header-top {
    z-index: 99;
    padding: 10px 20px; }
    .mobileMenu .header-top .content-left {
      gap: 5px; }
      .mobileMenu .header-top .content-left span {
        font-size: 16px;
        color: #262626;
        text-align: center; }
        .mobileMenu .header-top .content-left span i {
          color: #155b8e;
          padding-right: 5px; }
    .mobileMenu .header-top .content-right .search_bar {
      position: relative;
      background: #f2f2f2;
      border-radius: 80px;
      height: 38px;
      width: 250px;
      background: #f5fffa; }
      .mobileMenu .header-top .content-right .search_bar button.btn-search-nvt {
        position: absolute;
        z-index: 2;
        right: 0;
        background: transparent;
        border: none;
        top: 50%;
        border-radius: 50%;
        color: #5c5c5c;
        transform: translate(-10px, -50%); }
      .mobileMenu .header-top .content-right .search_bar input.input_search {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: transparent;
        text-indent: 15px;
        border: none;
        outline: none; }
      @media screen and (max-width: 1199px) {
        .mobileMenu .header-top .content-right .search_bar {
          border: 1px solid #c8b2b2; } }
      .mobileMenu .header-top .content-right .search_bar input[type="search"] {
        font-weight: 400;
        color: #5c5c5c;
        font-size: 16px !important;
        line-height: 22px; }
    .mobileMenu .header-top .content-right .language {
      color: #262626;
      font-weight: 400;
      font-size: 18px;
      gap: 10px; }
      .mobileMenu .header-top .content-right .language span {
        width: 65px;
        height: 40px; }
        .mobileMenu .header-top .content-right .language span .switcher {
          position: absolute;
          width: unset !important;
          font-family: inherit !important; }
          .mobileMenu .header-top .content-right .language span .switcher .selected {
            border-radius: 5px;
            background: #f5f5f5; }
            .mobileMenu .header-top .content-right .language span .switcher .selected a {
              padding: 8px;
              width: 70px;
              border: unset; }
              .mobileMenu .header-top .content-right .language span .switcher .selected a:hover {
                border-radius: 5px; }
              .mobileMenu .header-top .content-right .language span .switcher .selected a img {
                width: 32px;
                border-radius: 5px; }
          .mobileMenu .header-top .content-right .language span .switcher .option {
            width: unset !important;
            border: none;
            background: #f3f3f3e0;
            margin-top: 2px;
            border-radius: 5px; }
            .mobileMenu .header-top .content-right .language span .switcher .option a {
              text-align: center; }
              .mobileMenu .header-top .content-right .language span .switcher .option a img {
                width: 32px;
                border-radius: 5px; }

.under-header {
  height: 80px; }
  @media screen and (max-width: 576px) {
    .under-header {
      height: 70px; } }

.slideOut {
  margin-right: -420px;
  transition: all 0.3s ease-in-out; }

.slideIn {
  margin-right: 0px; }

.mobileMenu h2 {
  font-family: sans-serif;
  color: #333333;
  font-size: 36px;
  padding-right: 30px;
  margin-bottom: 30px; }

.mobileMenu ul {
  list-style: none; }

.mobileMenu li {
  border-bottom: 1px dotted black;
  padding: 0 30px; }

.mobileMenu li a {
  color: #333333;
  line-height: inherit;
  padding: 0;
  font-weight: 600;
  padding: 12px 0;
  font-size: 15px;
  text-decoration: none;
  font-family: sans-serif;
  display: block;
  /* CSS Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mobileMenu li a:hover {
  color: #660066;
  text-decoration: none; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  position: fixed;
  transition: all 0.3s ease-in-out;
  z-index: 1150; }

/* 
==================================================
- Media Query Mobile First Aproach
==================================================
*/
@media (min-width: 1199.98px) {
  .overlay {
    display: none !important; }

  .mobileMenu {
    display: none; }

  .wrap-container {
    width: 80%;
    margin: 0 auto; }

  .mobileMenuButton {
    display: none; }

  .listMenu {
    display: inherit; }

  .listMenu li {
    display: inline;
    padding: 0px 15px; }

  .listMenu li a {
    color: #333333;
    line-height: inherit;
    padding: 0;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    font-family: sans-serif;
    display: inline-block;
    /* CSS Transition */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  .listMenu li a:hover {
    color: #660066;
    text-decoration: none; }

  .listMenu li:last-child a {
    background: none;
    border: 2px solid #333333;
    border-radius: 3px;
    color: #333333;
    letter-spacing: -0.001em;
    padding: 5px 20px;
    vertical-align: middle; }

  .listMenu li:last-child a:hover {
    background: #660066;
    border: 2px solid #660066;
    color: #fff;
    text-decoration: none; }

  .mobileButton {
    display: none; } }
.footer {
  background-color: rgba(0, 66, 68, 0.8); }
  .footer .footer_bg_cus {
    position: relative;
    z-index: 1; }
    .footer .footer_bg_cus::before {
      content: "";
      position: absolute;
      opacity: 0.2;
      top: 50%;
      left: 50%;
      background-position: 50%;
      background-size: contain;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      background-image: url(../images/bg-footer.png);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      z-index: -1; }
  @media screen and (max-width: 1200px) {
    .footer .header_bottom-cart {
      display: block !important; } }
  @media (max-width: 375.98px) {
    .footer .footer-item-activities {
      margin-left: 0; }
      .footer .footer-item-activities .footer-item-contact {
        font-size: 15px; }
    .footer .footer-item {
      margin-top: 15px; }
      .footer .footer-item .footer-item-contact {
        font-size: 15px; } }
  @media (min-width: 376px) and (max-width: 576px) {
    .footer .footer-item-activities {
      margin-left: 0; }
      .footer .footer-item-activities .footer-item-contact {
        font-size: 15px; }
    .footer .footer-item {
      margin-top: 15px; }
      .footer .footer-item .footer-item-contact {
        font-size: 15px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .footer .footer-item-activities {
      margin-left: 0; }
    .footer .footer-item {
      margin-top: 15px; } }
  @media (min-width: 768px) and (max-width: 809.98px) {
    .footer .footer-item-activities {
      margin-left: 0; }
    .footer .footer-item {
      margin-top: 15px; } }
  @media (min-width: 810px) and (max-width: 991.98px) {
    .footer .footer-item-activities {
      margin-left: 0; }
    .footer .footer-item {
      margin-top: 15px; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .footer .footer-item-activities .footer-item-contact li {
      margin-bottom: 10px; }
    .footer .footer-item .footer-item-contact li {
      margin-bottom: 12px; } }
  @media (min-width: 1400px) {
    .footer .footer-item-activities .footer-item-contact li a {
      text-transform: capitalize !important; } }
  .footer .header_bottom-cart {
    position: fixed;
    z-index: 100;
    bottom: 15px;
    left: 10px;
    display: none; }
  .footer .padding-logo {
    padding: 0 !important; }
    @media screen and (max-width: 992px) {
      .footer .padding-logo {
        display: none; } }
  .footer .padding-logo-1 {
    display: none;
    padding: 0 !important;
    margin-bottom: 20px; }
    @media screen and (max-width: 992px) {
      .footer .padding-logo-1 {
        display: block; } }
  .footer .color-copyright {
    color: #ffffff; }
  .footer .list-unstyle {
    list-style: none; }
    .footer .list-unstyle .icon {
      margin-right: 12px; }
  @media screen and (max-width: 992px) {
    .footer_main .content {
      display: flex; } }
  .footer_logo {
    margin-bottom: 16px; }
    .footer_logo img {
      width: 170px;
      display: block; }
  .footer_bottom {
    padding-bottom: 48px; }
    .footer_bottom .footer-item .footer_companyName .company-name {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ff0000; }
  .footer_logo2 {
    margin-top: 10px; }
    .footer_logo2 img {
      width: 100%; }
  .footer-item h3 {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .footer-item-fanpage iframe {
    width: 100%; }
  .footer-item-activities h4 {
    color: white;
    font-weight: 600;
    text-transform: uppercase; }
  .footer-item-address {
    font-weight: 200;
    font-size: 14px;
    color: white; }
  .footer-item-info {
    color: white;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
  .footer-item-contact {
    padding: 0;
    margin: 0; }
    .footer-item-contact li {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 300; }
    .footer-item-contact li > a {
      color: white !important; }
      .footer-item-contact li > a:hover {
        color: white !important;
        cursor: pointer;
        text-decoration: underline; }
  .footer-item-contact-2 {
    padding: 0;
    margin: 0; }
    .footer-item-contact-2 p {
      color: white; }
    .footer-item-contact-2 li.itemList {
      margin-bottom: 12px;
      font-weight: 300; }
    .footer-item-contact-2 a {
      color: white !important; }
      .footer-item-contact-2 a:hover {
        color: white !important;
        cursor: pointer;
        text-decoration: underline; }
  .footer .facebook-container iframe {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .footer_copyright-content {
      flex-direction: column;
      justify-content: space-evenly !important;
      height: 100% !important; }
    .footer_copyright .container {
      height: 100%; } }
  .footer_copyright-content {
    padding: 8px 0; }
    .footer_copyright-content p {
      color: #fff; }
      @media screen and (max-width: 1400px) {
        .footer_copyright-content p {
          font-weight: 400; } }
    .footer_copyright-content a {
      color: white; }
    .footer_copyright-content a.left {
      padding-right: 10px;
      margin-right: 4px;
      border-right: 1px solid; }

.social-container .social-icons {
  padding: 0;
  margin: 0; }
  .social-container .social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 16px; }
  .social-container .social-icons i {
    color: #ed3237;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    transition: all 265ms ease-out; }
  .social-container .social-icons a {
    display: inline-block; }
    .social-container .social-icons a:before {
      transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      content: " ";
      width: 35px;
      height: 35px;
      border-radius: 100%;
      display: block;
      background: linear-gradient(45deg, #d1d2d2, #f3f4f6);
      transition: all 265ms ease-out; }
    .social-container .social-icons a:hover:before {
      transform: scale(0);
      transition: all 265ms ease-in; }
    .social-container .social-icons a:hover i {
      transform: scale(1.5);
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      color: #ed3237;
      background: -webkit-linear-gradient(45deg, #ed3237, #c2c5cb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all 265ms ease-in;
      top: 30%;
      left: 30%; }

#bottom_to_top {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px #8888887a;
  background: #009355;
  color: #fff;
  right: 30px;
  transition: 0.3s ease; }
  @media screen and (max-width: 540px) {
    #bottom_to_top {
      width: 40px;
      height: 40px; } }
  @media screen and (max-width: 576px) {
    #bottom_to_top {
      bottom: 10px !important;
      right: 12px; } }

.parent {
  position: fixed;
  bottom: 70px;
  right: 35px;
  z-index: 99; }
  .parent .heart {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2); }
    .parent .heart .fa-facebook-messenger {
      padding-top: 8px; }
    .parent .heart .zalo {
      font-size: 15px; }
      .parent .heart .zalo img {
        width: 100%;
        padding: 5px; }
    .parent .heart p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart a {
      color: #ffffff; }
      .parent .heart a:hover {
        color: white !important; }
    .parent .heart span {
      font-size: 18pt;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart:before, .parent .heart:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #fcb040;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart:before {
      z-index: -2; }
    .parent .heart:after {
      z-index: -1; }
  @media screen and (max-width: 540px) {
    .parent .heart {
      margin-bottom: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .parent .heart a {
        color: #ffffff; }
      .parent .heart p {
        color: #ffffff;
        font-size: 13px; }
      .parent .heart span {
        font-size: 13pt; } }
  @media screen and (max-width: 576px) {
    .parent {
      bottom: 48px;
      right: 15px; } }

@keyframes beat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@keyframes beat-before {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes beat-after {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.6); } }
@media screen and (max-width: 576px) {
  #scrollBtn {
    right: 20px !important;
    height: 30px !important;
    width: 30px !important; }
    #scrollBtn i {
      font-size: 16px !important; } }
#scrollBtn {
  position: fixed;
  bottom: -100px;
  right: 36px;
  z-index: 99;
  /* button được ưu tiên hiển thị đè lên các phần khác*/
  display: block;
  border: none;
  border-radius: 50%;
  background-color: #155b8e;
  width: 40px;
  height: 40px;
  transition: 0.5s ease; }
  #scrollBtn i {
    font-size: 22px;
    color: #f9f9f9; }

#scrollBtn:hover {
  box-shadow: #d80c0c 0px 0px 3px 3px; }

#myModalPopup .modal-content {
  border-radius: 0; }
#myModalPopup .modal-body {
  position: relative;
  padding: 0; }
  #myModalPopup .modal-body button {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: unset; }
  #myModalPopup .modal-body img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.breadcrumbs {
  padding: 8px 0px;
  list-style: none;
  color: #808080;
  opacity: 1 !important;
  background: #f6f6f6; }
  .breadcrumbs a {
    color: #5d5d5d;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #474747; }
  @media (max-width: 540px) {
    .breadcrumbs {
      margin-bottom: 0px; } }
  .breadcrumbs span {
    color: #5d5d5d; }
  .breadcrumbs p {
    margin: 0; }

#bottom_to_top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f94e00;
  border: 2px solid #f94e00;
  color: #ffffff;
  bottom: -100px;
  right: 35px;
  transition: 0.3s ease; }
  @media screen and (max-width: 576px) {
    #bottom_to_top {
      right: 15px !important;
      width: 35px !important;
      height: 35px !important; } }
  #bottom_to_top:hover {
    background: #f94e00;
    border: 2px solid #f94e00;
    cursor: pointer; }
    #bottom_to_top:hover i {
      color: white; }

.about-us .contentLeft .title {
  color: #155b8e;
  text-transform: uppercase;
  margin-bottom: 12px; }
.about-us .contentLeft .content {
  text-align: justify;
  margin-bottom: 12px; }
.about-us .contentLeft .carImage {
  width: 100%; }
.about-us .contentRight .mainTitle {
  font-weight: 700; }
.about-us .contentRight .items {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 24px;
  row-gap: 12px; }
  .about-us .contentRight .items .item .subTitle {
    font-weight: 700;
    margin-bottom: 8px; }
    .about-us .contentRight .items .item .subTitle svg {
      margin-right: 8px; }
.about-us .vision {
  padding: 0 0 82px;
  position: relative;
  z-index: 1; }
  .about-us .vision::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("../images/bg-home.png");
    opacity: 0.2;
    background-color: rgba(211, 211, 211, 0.502);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
  .about-us .vision .about-image-custom::before {
    content: "";
    position: absolute;
    top: 20%;
    left: -10%;
    width: 409px;
    height: 409px;
    z-index: 0;
    border-radius: 0 100px 0 100px;
    background: white; }
  @media screen and (max-width: 768px) {
    .about-us .vision .about-image-custom::before {
      content: "";
      position: absolute;
      top: 10%;
      left: -2%;
      width: 95%;
      height: 300px;
      z-index: 0;
      border-radius: 0 100px 0 100px;
      background: white; } }
.about-us .ceo-info {
  padding: 48px 0;
  position: relative;
  z-index: 1; }
  .about-us .ceo-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-ceo-about.png");
    opacity: 0.7;
    background-color: rgba(211, 211, 211, 0.502);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    filter: blur(4px);
    z-index: -1; }
  .about-us .ceo-info .ceo-info-image {
    position: relative;
    z-index: 1; }
    .about-us .ceo-info .ceo-info-image::before {
      content: "";
      background-color: #353535;
      position: absolute;
      top: 20%;
      left: 15%;
      width: 317.712px;
      height: 317.712px;
      z-index: 0;
      border-radius: 40px;
      transform: rotate(45deg); }
      @media screen and (max-width: 576px) {
        .about-us .ceo-info .ceo-info-image::before {
          top: 20%;
          left: 20%;
          width: 250px;
          height: 250px; } }
    .about-us .ceo-info .ceo-info-image::after {
      content: "";
      background-color: #ed3237;
      border: 8px solid #fff;
      position: absolute;
      top: 20%;
      left: -10%;
      width: 317.712px;
      height: 317.712px;
      z-index: 0;
      border-radius: 40px;
      transform: rotate(45deg); }
      @media screen and (max-width: 576px) {
        .about-us .ceo-info .ceo-info-image::after {
          top: 20%;
          left: -3%;
          width: 250px;
          height: 250px; } }
.about-us .about__achievement {
  padding: 48px 0;
  position: relative;
  z-index: 1; }
  .about-us .about__achievement::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/bg-home.png");
    opacity: 0.2;
    background-color: rgba(211, 211, 211, 0.502);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    transform: scaleX(-1); }
  .about-us .about__achievement .owl-carousel .owl-item {
    height: 350px; }
    @media screen and (max-width: 576px) {
      .about-us .about__achievement .owl-carousel .owl-item {
        height: 250px; } }
.about-us .home__contact-component {
  position: relative; }
  .about-us .home__contact-component .home-contact-bg {
    position: relative;
    height: 380px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .about-us .home__contact-component .home-contact-bg::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: rgba(0, 0, 0, 0.5); }
  .about-us .home__contact-component .headerContactButton .click-btn {
    display: flex;
    width: fit-content;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    line-height: 35px;
    border: 1px solid;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 14px;
    text-decoration: none;
    transition: all 0.2s;
    box-sizing: border-box; }
  .about-us .home__contact-component .headerContactButton .btn-style-header {
    position: relative;
    border: 0;
    color: white;
    background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
    transition-delay: 0.3s;
    overflow: hidden; }
    .about-us .home__contact-component .headerContactButton .btn-style-header:hover {
      border-color: #155b8e;
      color: rgba(221, 99, 149, 0);
      transition-delay: 0s; }
      .about-us .home__contact-component .headerContactButton .btn-style-header:hover::before {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.15s; }
    .about-us .home__contact-component .headerContactButton .btn-style-header::before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      content: attr(data-hover);
      color: white;
      text-align: center;
      transform: translateX(-60%);
      transition: all 0.25s;
      z-index: 1; }
.about-us .about_count_number {
  border-radius: 16px;
  border: 2px solid #fff;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.8); }

.item-news {
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px; }
  .item-news:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); }
  .item-news:hover {
    transform: scale(1.02); }
    .item-news:hover .content .title a {
      color: #155b8e; }
  .item-news .content .title {
    height: 48px;
    font-weight: 600; }
    .item-news .content .title a:hover {
      color: #155b8e !important; }
  .item-news .content .text {
    margin: 0px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .item-news .content .text {
        font-size: 14px; } }

.new-banner {
  background-image: url("../images/news-banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1; }
  .new-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 16px; }

.time p {
  color: #5d5d5d;
  font-size: 14px; }
.time i {
  margin-right: 7px; }
.time .calendar {
  margin-right: 27px; }
@media screen and (max-width: 768px) {
  .time {
    font-size: 12px; } }

.related h3 {
  text-transform: uppercase; }
.related #news-related--owl-carousel .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 15px; }
  .related #news-related--owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important; }

.title-vertical {
  position: relative;
  padding-left: 12px;
  color: #454545; }
  .title-vertical::before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "";
    width: 3px;
    height: 61.5%;
    border-radius: 12px;
    background-color: #c50000; }

#news .news-right .content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  margin: 24px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  #news .news-right .content-info .right {
    gap: 5px;
    display: flex;
    align-items: center;
    font-size: 13px; }
    #news .news-right .content-info .right button {
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      color: #777;
      transition: 0.3s; }
      #news .news-right .content-info .right button:hover {
        background: #ccc; }
#news .news-right .footer-content .left {
  background: #1578f2;
  border-radius: 3px;
  padding: 0px 6px; }
  #news .news-right .footer-content .left a {
    color: white; }
#news .news-right .footer-content a {
  font-size: 14px; }
#news .news-left {
  position: sticky;
  top: 140px; }
  @media screen and (max-width: 1200px) {
    #news .news-left {
      top: 75px; } }
#news .prose #ez-toc-container ul > li::before {
  content: none; }

.component-hotnews {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px; }
  .component-hotnews .list {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .component-hotnews .list li:not(:last-child) {
      margin-bottom: 13.09px; }
    .component-hotnews .list li:last-child .item {
      border-bottom: unset; }
    .component-hotnews .list .item {
      border-bottom: 1px solid #ebebeb; }
      .component-hotnews .list .item img {
        height: 97px;
        width: 120px !important;
        min-width: 120px;
        border-radius: 10px 0 0 10px; }
        @media screen and (max-width: 1400px) {
          .component-hotnews .list .item img {
            height: 75px;
            width: 88px !important;
            min-width: 88px; } }
        @media screen and (max-width: 768px) {
          .component-hotnews .list .item img {
            height: 60px;
            width: 66px !important;
            min-width: 66px; } }
        @media screen and (max-width: 576px) {
          .component-hotnews .list .item img {
            height: 84px;
            width: 100px !important;
            min-width: 100px; } }
      .component-hotnews .list .item .text {
        margin: 0px;
        color: #5c5c5c;
        font-size: 14px; }
        @media screen and (max-width: 1400px) {
          .component-hotnews .list .item .text {
            font-size: 14px; } }
        @media screen and (max-width: 1200px) {
          .component-hotnews .list .item .text {
            font-size: 12px; } }
      .component-hotnews .list .item:hover .text {
        color: #155b8e; }
  @media screen and (max-width: 768px) {
    .component-hotnews {
      margin-top: 15px; } }

.pagination-custom {
  margin-top: 24px;
  text-align: center; }
  .pagination-custom nav.navigation.pagination {
    display: block; }
    .pagination-custom nav.navigation.pagination .nav-links {
      display: flex;
      justify-content: center;
      gap: 12px; }
      .pagination-custom nav.navigation.pagination .nav-links .page-numbers.current {
        color: white;
        background: #155b8e; }
        .pagination-custom nav.navigation.pagination .nav-links .page-numbers.current:hover {
          color: white; }
      .pagination-custom nav.navigation.pagination .nav-links .page-numbers {
        min-width: 40px;
        min-height: 40px;
        background: white;
        border-radius: 50%;
        color: #b0b0b0;
        padding: 8px 0; }
        .pagination-custom nav.navigation.pagination .nav-links .page-numbers:hover {
          color: #3b3b3b; }

.component-sidebar {
  display: flex;
  gap: 16px; }
  @media screen and (max-width: 576px) {
    .component-sidebar {
      flex-wrap: wrap;
      justify-content: center; } }
  .component-sidebar .title {
    color: #374151;
    font-weight: 700;
    font-size: 24px; }
  .component-sidebar button {
    width: 100%;
    text-align: start;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 16px;
    margin: 0;
    color: #5d5d5d;
    font-weight: 500;
    background: white; }
    @media screen and (max-width: 1440px) {
      .component-sidebar button {
        font-size: 14px; } }
    .component-sidebar button i {
      margin-right: 15px;
      color: #5c5c5c; }
    .component-sidebar button.active {
      background-color: #155b8e;
      color: white; }
    .component-sidebar button:hover {
      background-color: #e5e7eb; }
    .component-sidebar button:focus {
      box-shadow: 0 0 0 0; }
    @media screen and (max-width: 768px) {
      .component-sidebar button {
        font-size: 14px;
        padding: 6px 7px 6px 9px; } }
  @media screen and (max-width: 768px) {
    .component-sidebar {
      padding: 15px 11px 10px 11px; } }

.component-sidebar1 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden; }
  .component-sidebar1 .title {
    color: #fff;
    background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
    font-weight: 600;
    font-size: 16px;
    padding: 12px 16px; }
  .component-sidebar1 button {
    width: 100%;
    text-align: start;
    font-size: 16px;
    border-radius: 0;
    padding: 8px 4px 8px 11px;
    border-top: 1px dashed #e7e7e7; }
    @media screen and (max-width: 1440px) {
      .component-sidebar1 button {
        font-size: 14px; } }
    .component-sidebar1 button i {
      margin-right: 15px;
      color: #5c5c5c; }
    .component-sidebar1 button:hover {
      background-color: #2a4dda;
      color: white; }
    .component-sidebar1 button:focus {
      box-shadow: 0 0 0 0; }
    @media screen and (max-width: 768px) {
      .component-sidebar1 button {
        font-size: 14px;
        padding: 6px 7px 6px 9px; } }
  @media screen and (max-width: 768px) {
    .component-sidebar1 {
      padding: 15px 11px 10px 11px; } }

.component-sidebar-adv .item .sidebar_news_image img {
  border-radius: 8px; }
.component-sidebar-adv .item .sidebar_news_image .close {
  display: none;
  color: white;
  font-size: 20px; }

.signle-product-detail .home__banner {
  overflow: hidden; }
  .signle-product-detail .home__banner img {
    aspect-ratio: 1920/533; }
    @media screen and (max-width: 992px) {
      .signle-product-detail .home__banner img {
        aspect-ratio: 1920/750; } }
    @media screen and (max-width: 576px) {
      .signle-product-detail .home__banner img {
        aspect-ratio: auto; } }
  .signle-product-detail .home__banner .bg-banner-custom {
    position: relative;
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    gap: 32px;
    z-index: 1; }
    @media screen and (max-width: 576px) {
      .signle-product-detail .home__banner .bg-banner-custom {
        width: 100%; } }
    .signle-product-detail .home__banner .bg-banner-custom::after {
      content: "";
      height: 130%;
      width: 120%;
      display: flex;
      position: absolute;
      top: -15%;
      left: -15%;
      background: rgba(0, 37, 97, 0.5);
      z-index: -1;
      transform: rotate(12deg); }

.component-sidebar-contact .item-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/contact-ads.jpg");
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px; }
  .component-sidebar-contact .item-bg h3 {
    text-align: center;
    color: white; }
  .component-sidebar-contact .item-bg .contact-info li p,
  .component-sidebar-contact .item-bg .contact-info li a {
    color: white;
    font-size: 14px; }

.component-search {
  width: 531px; }
  @media screen and (max-width: 560px) {
    .component-search {
      width: 100%; } }
  .component-search .search_bar {
    position: relative;
    height: 48px;
    width: 100%;
    background: #E7E7E7;
    border: 1px solid #e5e7eb;
    border-radius: 30px; }
    .component-search .search_bar button.btn-search-nvt {
      position: absolute;
      z-index: 2;
      right: 0;
      background: transparent;
      border: none;
      top: 50%;
      border-radius: 50%;
      color: #5c5c5c;
      transform: translate(-10px, -50%); }
    .component-search .search_bar input.input_search {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: transparent;
      text-indent: 15px;
      border: none;
      outline: none;
      border-radius: 30px;
      transition: all 0.5s; }
      .component-search .search_bar input.input_search:focus {
        background: #ffffff;
        box-shadow: inset;
        box-shadow: inset 0 0 35px #f0ede6, 3px 3px 5px 0 #ccc; }
    .component-search .search_bar input[type="search"] {
      font-weight: 400;
      color: #5c5c5c;
      font-size: 16px !important;
      line-height: 22px; }

.component-search1 {
  width: 100%;
  margin-bottom: 16px; }
  @media screen and (max-width: 560px) {
    .component-search1 {
      margin-top: 16px; } }
  .component-search1 .search_bar {
    position: relative;
    height: 48px;
    width: 100%;
    background: #E7E7E7;
    border: 1px solid #e5e7eb;
    border-radius: 30px; }
    .component-search1 .search_bar button.btn-search-nvt {
      position: absolute;
      z-index: 2;
      right: 0;
      background: transparent;
      border: none;
      top: 50%;
      border-radius: 50%;
      color: #5c5c5c;
      transform: translate(-10px, -50%); }
    .component-search1 .search_bar input.input_search {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: transparent;
      text-indent: 15px;
      border: none;
      outline: none;
      border-radius: 30px;
      transition: all 0.5s; }
      .component-search1 .search_bar input.input_search:focus {
        background: #ffffff;
        box-shadow: inset;
        box-shadow: inset 0 0 35px #f0ede6, 3px 3px 5px 0 #ccc; }
    .component-search1 .search_bar input[type="search"] {
      font-weight: 400;
      color: #5c5c5c;
      font-size: 16px !important;
      line-height: 22px; }

.introduce {
  padding: 80px 0;
  background: #002868; }
  .introduce .timeline-slider {
    color: white;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto; }
  .introduce .swiper {
    width: 100%; }
  .introduce .swiper-slide {
    cursor: pointer;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .introduce .swiper-slide-active {
    width: 200px;
    height: 200px;
    opacity: 1; }
  .introduce .swiper-wrapper {
    align-items: center; }
  .introduce .year-circle {
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: lightgray;
    background-attachment: fixed;
    background-clip: padding-box;
    background-origin: border-box; }
    .introduce .year-circle .year-span {
      color: white;
      font-family: "Oswald", sans-serif;
      font-size: 32px;
      font-weight: 700;
      font-weight: bold;
      position: relative;
      z-index: 1; }
    .introduce .year-circle::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 50%;
      background-color: rgba(0, 37, 97, 0.8); }
  .introduce .swiper-slide-active .year-circle {
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    background: white;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: lightgray;
    background-attachment: fixed;
    background-clip: padding-box;
    background-origin: border-box; }
    .introduce .swiper-slide-active .year-circle::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 50%;
      background-color: rgba(0, 37, 97, 0.2); }
  .introduce .content-slider {
    margin: 9px auto 0;
    text-align: center;
    min-height: fit-content; }
  .introduce .swiper-button-prev,
  .introduce .swiper-button-next {
    color: white;
    background-color: #1792e0;
    border-radius: 50%;
    width: 44px;
    height: 44px; }
    .introduce .swiper-button-prev::after,
    .introduce .swiper-button-next::after {
      font-size: 12px; }
  .introduce .timeline-content {
    display: none;
    animation: fadeIn 0.5s ease;
    color: #fff; }
  .introduce .timeline-content * {
    color: #fff;
    /* Màu trắng */ }
  .introduce .timeline-content.active {
    display: block; }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.gallery-page .thumbnail-wrap {
  position: relative; }
  .gallery-page .thumbnail-wrap a {
    position: relative;
    display: inline-block; }
  .gallery-page .thumbnail-wrap .icon {
    position: absolute;
    width: 39px;
    height: 29px;
    display: flex;
    border-radius: 25%;
    background-color: red;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center; }
.gallery-page .nav-tabs {
  margin-bottom: 32px;
  border-bottom: 0;
  justify-content: center; }
.gallery-page .nav-link.active {
  color: #f6f6f6;
  font-weight: 600;
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%); }
.gallery-page .nav-link {
  border-radius: 30px;
  padding: 8px 16px;
  border: 1px solid #ed3237;
  background: none;
  color: #155b8e;
  /* Adjust this color as needed */
  font-weight: 600;
  margin-right: 12px;
  display: flex;
  align-items: center;
  gap: 8px; }
  .gallery-page .nav-link:hover {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%); }
.gallery-page #pagination-video ul,
.gallery-page #pagination-image ul {
  display: flex;
  gap: 12px;
  align-items: center; }
  .gallery-page #pagination-video ul li,
  .gallery-page #pagination-image ul li {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px; }
    .gallery-page #pagination-video ul li span,
    .gallery-page #pagination-image ul li span {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none; }
    .gallery-page #pagination-video ul li a,
    .gallery-page #pagination-image ul li a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none; }
.gallery-page #pagination-video .current,
.gallery-page #pagination-image .current {
  background-color: #f1424c; }

.why-us .homePage__feedback {
  padding: 80px 0;
  background: linear-gradient(90deg, #fff 0%, #e1f0fd 100%); }
  .why-us .homePage__feedback .bottom {
    width: 100%;
    height: 100%; }
  @media (max-width: 991px) {
    .why-us .homePage__feedback {
      padding-top: 0px; } }
  .why-us .homePage__feedback .title-home .title {
    color: white; }
  .why-us .homePage__feedback--item {
    margin: 32px 0 0;
    border-radius: 16px;
    padding: 24px 16px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e1f0fd;
    backdrop-filter: blur(4px); }
    .why-us .homePage__feedback--item p {
      font-size: 16px;
      margin-bottom: 0; }
      @media screen and (max-width: 576px) {
        .why-us .homePage__feedback--item p {
          font-size: 14px; } }
    .why-us .homePage__feedback--item .text {
      min-height: 122px;
      text-align: justify; }
    .why-us .homePage__feedback--item img {
      width: 65px !important;
      height: 65px;
      border-radius: 50%;
      object-fit: cover; }
    .why-us .homePage__feedback--item .name {
      font-size: 16px;
      -webkit-line-clamp: 1;
      color: #595959; }
    .why-us .homePage__feedback--item .position {
      color: #155b8e; }
  .why-us .homePage__feedback .partner img {
    width: unset !important; }

.bisque-co {
  background: bisque; }

.organization-intro__diagram .diagram {
  margin-top: 32px; }
  .organization-intro__diagram .diagram img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .organization-intro__diagram .diagram {
      margin-top: 15px; } }

.organization-intro__leadership #organization-intro--owl-carousel {
  margin-top: 36px; }
  .organization-intro__leadership #organization-intro--owl-carousel .owl-stage-outer {
    padding-bottom: 8px; }
  .organization-intro__leadership #organization-intro--owl-carousel .card {
    background: #f3f6ff;
    width: 100%;
    height: 312px;
    border-radius: 8px;
    text-align: center;
    padding: 3px 3px 0 3px;
    border: none;
    box-shadow: 0 5px 5px 0 #a5a4a454; }
    .organization-intro__leadership #organization-intro--owl-carousel .card .card-image {
      width: 100%; }
      .organization-intro__leadership #organization-intro--owl-carousel .card .card-image .img {
        width: 100%;
        height: 187px;
        border-radius: 8px;
        object-fit: contain; }
        @media screen and (max-width: 768px) {
          .organization-intro__leadership #organization-intro--owl-carousel .card .card-image .img {
            height: 160px; } }
        @media screen and (max-width: 576px) {
          .organization-intro__leadership #organization-intro--owl-carousel .card .card-image .img {
            height: 170px; } }
    .organization-intro__leadership #organization-intro--owl-carousel .card .card-body {
      padding: 10px 0 0 0 !important; }
      .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .name,
      .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .position,
      .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .department,
      .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .phone {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600; }
        @media screen and (max-width: 576px) {
          .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .name,
          .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .position,
          .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .department,
          .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .phone {
            font-size: 13px; } }
      .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .department,
      .organization-intro__leadership #organization-intro--owl-carousel .card .card-body .position {
        color: #6a6a6a; }
    @media screen and (max-width: 768px) {
      .organization-intro__leadership #organization-intro--owl-carousel .card {
        height: 284px; } }
    @media screen and (max-width: 576px) {
      .organization-intro__leadership #organization-intro--owl-carousel .card {
        height: 290px; } }
  @media screen and (max-width: 768px) {
    .organization-intro__leadership #organization-intro--owl-carousel {
      margin-top: 20px; } }
  @media screen and (max-width: 576px) {
    .organization-intro__leadership #organization-intro--owl-carousel {
      margin-top: 16px; } }

.introduce__intro .content .left img {
  width: 100%;
  height: 490px;
  border-radius: 24px; }
  @media screen and (max-width: 768px) {
    .introduce__intro .content .left img {
      height: 338px; } }
  @media screen and (max-width: 576px) {
    .introduce__intro .content .left img {
      height: 300px; } }
.introduce__intro .content .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .introduce__intro .content .right .title {
    font-size: 24px;
    font-weight: 600; }
  .introduce__intro .content .right .sub-title {
    color: #333333; }
    @media screen and (max-width: 768px) {
      .introduce__intro .content .right .sub-title {
        margin-top: 0px;
        font-size: 16px; } }
  .introduce__intro .content .right .list {
    margin-top: 32px; }
    .introduce__intro .content .right .list .content:not(:last-child) {
      margin-bottom: 15px; }
    .introduce__intro .content .right .list .content {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .introduce__intro .content .right .list .content i {
        font-size: 64px;
        color: #155b8e;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg);
        margin-right: 12px; }
        @media screen and (max-width: 768px) {
          .introduce__intro .content .right .list .content i {
            font-size: 38px; } }
        .introduce__intro .content .right .list .content i span {
          position: absolute;
          font-size: 32px;
          color: white;
          transform: rotate(270deg); }
          @media screen and (max-width: 768px) {
            .introduce__intro .content .right .list .content i span {
              font-size: 20px; } }
      .introduce__intro .content .right .list .content p {
        margin: 0; }
        @media screen and (max-width: 768px) {
          .introduce__intro .content .right .list .content p {
            font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .introduce__intro .content .right .list {
        margin-top: 0px;
        padding-left: 0px; } }
  @media screen and (max-width: 576px) {
    .introduce__intro .content .right {
      padding-top: 30px;
      align-items: center; } }

.introduce__solution .content {
  text-align: center; }
  .introduce__solution .content .title {
    padding-bottom: 12px;
    border-bottom: 1px solid #155b8e; }
    .introduce__solution .content .title .text {
      color: #155b8e;
      text-decoration: underline;
      text-decoration-color: #155b8e;
      text-underline-offset: 28px;
      text-decoration-thickness: 4px; }
      @media screen and (max-width: 768px) {
        .introduce__solution .content .title .text {
          text-underline-offset: 16px; } }
      @media screen and (max-width: 576px) {
        .introduce__solution .content .title .text {
          text-underline-offset: 10px; } }
    @media screen and (max-width: 768px) {
      .introduce__solution .content .title {
        padding-bottom: 2px; } }
    @media screen and (max-width: 576px) {
      .introduce__solution .content .title {
        padding-bottom: 0px; } }
  .introduce__solution .content .grid-item {
    padding-top: 27px; }
    .introduce__solution .content .grid-item .card {
      padding: 20px 70px;
      cursor: pointer;
      border: none;
      align-items: center; }
      .introduce__solution .content .grid-item .card:hover {
        box-shadow: 0px 14px 12px 0px #a5a4a454; }
      .introduce__solution .content .grid-item .card .card-img-top {
        width: 72px;
        height: 72px; }
      .introduce__solution .content .grid-item .card .card-body {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px; }
        .introduce__solution .content .grid-item .card .card-body .card-title {
          color: #333333; }
        .introduce__solution .content .grid-item .card .card-body .card-text {
          color: #333333; }
        .introduce__solution .content .grid-item .card .card-body .card-link button {
          color: #464646;
          font-size: 16px; }
          .introduce__solution .content .grid-item .card .card-body .card-link button:hover {
            background: #464646;
            color: white; }
          @media screen and (max-width: 576px) {
            .introduce__solution .content .grid-item .card .card-body .card-link button {
              font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .introduce__solution .content .grid-item {
        display: none; } }
  .introduce__solution .content #introduce__solution--owl-carousel {
    display: none; }
    .introduce__solution .content #introduce__solution--owl-carousel .card {
      display: flex !important;
      align-items: center;
      padding: 15px 10px 5px 10px;
      cursor: pointer;
      border: none;
      text-align: center;
      box-shadow: 2px 4px 8px 0px #a5a4a454; }
      .introduce__solution .content #introduce__solution--owl-carousel .card .card-img-top {
        width: 72px;
        height: 72px; }
      .introduce__solution .content #introduce__solution--owl-carousel .card .card-body {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px; }
        .introduce__solution .content #introduce__solution--owl-carousel .card .card-body .card-title {
          color: #333333; }
        .introduce__solution .content #introduce__solution--owl-carousel .card .card-body .card-text {
          color: #333333; }
        .introduce__solution .content #introduce__solution--owl-carousel .card .card-body .card-link button {
          color: #464646;
          font-size: 16px; }
          .introduce__solution .content #introduce__solution--owl-carousel .card .card-body .card-link button:hover {
            background: #464646;
            color: white; }
          @media screen and (max-width: 576px) {
            .introduce__solution .content #introduce__solution--owl-carousel .card .card-body .card-link button {
              font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .introduce__solution .content #introduce__solution--owl-carousel {
        padding-top: 24px;
        display: block; } }

.contact {
  background: #fff; }
  .contact .info figure img {
    max-height: 190px;
    max-width: 100%; }
  .contact .info .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    height: 100%; }
    .contact .info .contact-info .company-name {
      color: #374151; }

.wpcf7 {
  background-color: #d1d1d1;
  padding: 24px;
  border-radius: 24px; }
  .wpcf7 .name-form {
    color: #262626 !important;
    font-weight: 600; }

.form-contact {
  padding: 30px 0;
  border-radius: 8px;
  background: #f6f6f6; }
  .form-contact div.wpcf7 {
    height: 100%; }
    .form-contact div.wpcf7 form.wpcf7-form {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .form-contact div.wpcf7 form.wpcf7-form p {
        margin: 0;
        margin-bottom: 8px;
        color: #374151; }
  .form-contact .form-group {
    padding-bottom: 5px;
    width: 100%; }
    @media screen and (max-width: 576px) {
      .form-contact .form-group {
        font-size: 15px; } }
    .form-contact .form-group span {
      color: red; }
    .form-contact .form-group textarea {
      display: block;
      width: 100%;
      height: 100px;
      padding: 0.5rem 0.75rem;
      font-size: 1rem;
      line-height: 1.25;
      color: #595959;
      border: unset;
      border-radius: 8px;
      background: #f3f4f6;
      border-radius: 4px; }
      @media screen and (max-width: 1400px) {
        .form-contact .form-group textarea {
          width: 100% !important; } }
      .form-contact .form-group textarea:focus {
        border: 1px solid rgba(0, 0, 0, 0.3) !important;
        background: white;
        outline: unset; }
    .form-contact .form-group input {
      display: block;
      width: 100%;
      padding: 0.5rem 0.75rem;
      font-size: 1rem;
      line-height: 1.25;
      color: #595959;
      border: unset;
      border-radius: 8px;
      height: 50px;
      background: #f3f4f6;
      border-radius: 4px; }
      @media screen and (max-width: 1400px) {
        .form-contact .form-group input {
          width: 100% !important; } }
      .form-contact .form-group input:focus {
        border: 1px solid rgba(0, 0, 0, 0.3) !important;
        background: white;
        outline: unset; }
  .form-contact .row-submit {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px; }
    @media screen and (max-width: 576px) {
      .form-contact .row-submit {
        flex-direction: column;
        align-items: end;
        gap: 8px; } }
    .form-contact .row-submit .left {
      font-style: italic;
      color: #e90909; }
    .form-contact .row-submit button {
      color: #374151;
      background: transparent;
      padding: 12px 24px;
      width: 180px;
      border: 2px solid #374151;
      filter: drop-shadow(0px 0.75px 0.75px rgba(0, 0, 0, 0.09));
      border-radius: 8px; }
      .form-contact .row-submit button i {
        margin-left: 8px;
        color: #374151; }
      .form-contact .row-submit button:hover {
        background: #155b8e;
        color: #fff; }
        .form-contact .row-submit button:hover i {
          color: #fff; }
  .form-contact input[type="submit"] {
    height: 35px;
    border: 1px solid #b8b8b8;
    border-radius: 8px; }
    .form-contact input[type="submit"]:hover {
      background-color: #155b8e;
      color: white; }
    @media screen and (max-width: 576px) {
      .form-contact input[type="submit"] {
        padding: 3px;
        font-size: 13px;
        max-width: 66px; } }
  .form-contact .wpcf7-form-control-wrap {
    position: relative; }
    .form-contact .wpcf7-form-control-wrap .wpcf7-not-valid {
      border: 1px solid #c50000; }
    .form-contact .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
      position: absolute;
      bottom: -26px;
      left: 10px;
      z-index: 0;
      font-size: 12px;
      transform: translate(-10px, -50%); }
  .form-contact .send-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center; }
    .form-contact .send-info .content {
      padding: 0 20px; }

.contact-maps .my-maps {
  height: 290px;
  position: relative; }
  .contact-maps .my-maps iframe {
    height: 100%;
    width: 100%; }
  .contact-maps .my-maps::before {
    background-color: none;
    content: "";
    position: absolute;
    z-index: 2;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none; }

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0303; }

.wpcf7 button:disabled {
  cursor: not-allowed;
  background: #e8e8e8;
  filter: grayscale(95%);
  border: 1px solid #afaca3;
  color: #afaca3; }
  .wpcf7 button:disabled i {
    color: #afaca3; }
  .wpcf7 button:disabled:hover {
    color: #afaca3;
    background: #e8e8e8; }
    .wpcf7 button:disabled:hover i {
      color: #afaca3; }

.wpcf7 form .wpcf7-response-output {
  background-color: rgba(255, 255, 255, 0.37);
  color: #ff0303;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  border: 0;
  font-weight: 500;
  transition: 0.5s;
  position: relative;
  padding: 0.2rem 1rem;
  margin: 0;
  border-radius: 0.25rem; }
  .wpcf7 form .wpcf7-response-output::after {
    content: "\f057";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    -webkit-animation: blink-1 2s ease infinite;
    animation: blink-1 2s ease infinite; }
@keyframes blink-1 {
  0%,
      50%,
      100% {
    opacity: 1; }
  25%,
      75% {
    opacity: 0; } }
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0ad406;
  color: #0ad406; }

.wpcf7 form.sent .wpcf7-response-output::after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px; }

.hidden-submit-button {
  display: none; }

#custom-submit-button {
  font-family: inherit;
  font-size: 16px;
  background: linear-gradient(to bottom, #eb870e 0%, #eb8d1c 100%);
  color: white;
  padding: 0.6em 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s; }

#custom-submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3); }

#custom-submit-button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }

#custom-submit-button p {
  margin: 0;
  padding: 0; }

#custom-submit-button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
  color: white; }

#custom-submit-button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s; }

#custom-submit-button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s; }

#custom-submit-button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5); }

#custom-submit-button:hover svg {
  transform: rotate(45deg); }

.form-consulting {
  position: relative;
  background: #faf4ff;
  border-radius: 1.6rem; }
  .form-consulting .text-header {
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translate(0, -10%) rotate(11.08deg); }
    .form-consulting .text-header .text {
      font-weight: 700;
      color: #3a3a3a;
      display: inline-block; }
    .form-consulting .text-header .text-ani {
      display: inline-block;
      position: relative;
      text-align: center; }
      .form-consulting .text-header .text-ani:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        animation: 5s highlight 1.5s infinite alternate;
        border-radius: 0.2rem;
        background: linear-gradient(to top, #f5851e 50%, transparent 50%); }
@keyframes highlight {
  0% {
    width: 0;
    opacity: 0; }
  50% {
    width: 100%;
    opacity: 1; } }
    .form-consulting .text-header .text-ani.bg-blue.bg-orange::after {
      background: linear-gradient(to top, #f5851e 50%, transparent 50%); }
    .form-consulting .text-header .text-ani.bg-blue::after {
      background: linear-gradient(to top, #1ec0f2 50%, transparent 50%); }
    .form-consulting .text-header .form-svg {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
      left: 50%; }
      .form-consulting .text-header .form-svg svg {
        display: block;
        width: 100%;
        height: auto; }
  .form-consulting .form .wpcf7-form {
    position: relative; }
    .form-consulting .form .wpcf7-form .form-consulting-control {
      margin-bottom: 1rem; }
      .form-consulting .form .wpcf7-form .form-consulting-control .wpcf7-form-control-wrap {
        position: relative;
        width: 100%; }
      .form-consulting .form .wpcf7-form .form-consulting-control .wpcf7-not-valid-tip {
        position: absolute;
        font-size: 10px;
        right: 0;
        bottom: 0rem;
        font-weight: 500 !important;
        color: #155b8e; }
      .form-consulting .form .wpcf7-form .form-consulting-control .consulting-gr {
        position: relative;
        height: 2.4rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        border-bottom: 0.1rem solid #e0e0e0; }
        .form-consulting .form .wpcf7-form .form-consulting-control .consulting-gr select.wpcf7-form-control {
          display: none; }
      .form-consulting .form .wpcf7-form .form-consulting-control .wpcf7-textarea {
        width: 100%;
        min-height: 5rem;
        font-size: 0.9rem;
        color: #3a3a3a;
        padding: 0 1rem;
        padding-top: 0.6rem;
        border-bottom: 0.1rem solid #e0e0e0;
        background: 0 0;
        transition: 0.3s ease-in-out; }
    .form-consulting .form .wpcf7-form .consulting-input {
      height: 2.4rem;
      width: 100%;
      color: #3a3a3a;
      padding: 0 1rem;
      border-bottom: 0.1rem solid #e0e0e0;
      background: 0 0;
      transition: 0.3s ease-in-out;
      font-size: 1rem; }
      .form-consulting .form .wpcf7-form .consulting-input:focus {
        background: #ffffff;
        border-bottom-color: #5f5f5f; }
    .form-consulting .form .wpcf7-form button,
    .form-consulting .form .wpcf7-form input,
    .form-consulting .form .wpcf7-form select,
    .form-consulting .form .wpcf7-form textarea {
      line-height: 1.2;
      padding: 0;
      border: none;
      outline: 0;
      resize: none;
      vertical-align: middle; }
  .form-consulting .wpcf7-response-output {
    color: red;
    font-weight: 500 !important; }
  .form-consulting .wpcf7-response-output {
    margin: 1rem 0 !important;
    padding: 0 !important;
    text-align: center;
    bottom: 0px;
    width: 100%;
    font-size: 10px !important; }
  .form-consulting .consulting-button {
    position: relative; }
  .form-consulting .wpcf7-spinner {
    position: absolute;
    right: -1%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 10; }

.wrapperProduct {
  padding-bottom: 48px; }
  .wrapperProduct .imageCategoryBlock {
    position: relative; }
    .wrapperProduct .imageCategoryBlock::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(80deg, rgba(0, 0, 0, 0.4) 20.21%, rgba(0, 0, 0, 0) 60.63%);
      border-radius: 16px; }
    .wrapperProduct .imageCategoryBlock img {
      border-radius: 16px;
      aspect-ratio: 21 / 9;
      width: 100%;
      height: auto; }
    .wrapperProduct .imageCategoryBlock h1 {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 32px;
      top: 0;
      left: 0;
      display: flex;
      align-items: end;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
  .wrapperProduct .productBlock #status-category-tabs .nav-item .nav-link.active {
    background-color: #ed3237;
    color: #f6f6f6; }
  .wrapperProduct .productBlock #status-category-tabs .nav-item .nav-link {
    border-radius: 8px;
    background-color: white;
    font-weight: 600;
    color: #155b8e;
    border: 1px solid #ed3237; }
  .wrapperProduct .productBlock #status-category-tabs .nav-item .nav-link.disabled {
    color: #999999; }
  .wrapperProduct .productBlock #product-category-tabs .nav-item .nav-link.active {
    color: #155b8e;
    border-bottom: 2px solid #ed3237; }
  .wrapperProduct .productBlock #product-category-tabs .nav-item .nav-link {
    padding: 8px 0px;
    color: #5d5d5d;
    font-weight: 600;
    background: none;
    border-radius: 0;
    line-height: normal; }
  .wrapperProduct .productBlock #product-category-tabs .nav-item .nav-link.disabled {
    color: #999999; }
  .wrapperProduct .productBlock #product-block #product-list .card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  .wrapperProduct .productBlock #product-block #product-list .card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0; }
  .wrapperProduct .productBlock #product-block #product-list .card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 190px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0; }
  .wrapperProduct .productBlock #product-block #product-list .card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1); }
  .wrapperProduct .productBlock #product-block #product-list .card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1); }
  .wrapperProduct .productBlock #product-block #product-list .card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 12px; }
  .wrapperProduct .productBlock #product-block #product-list .card__title {
    margin-bottom: 10px;
    font-weight: 500;
    height: 40px; }
  .wrapperProduct .productBlock #product-block #product-list .card__by {
    font-size: 12px;
    font-weight: 500;
    height: 37px; }
  .wrapperProduct .productBlock #product-block #product-list .card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3; }
    @media screen and (max-width: 576px) {
      .wrapperProduct .productBlock #product-block #product-list .card:hover .card__img--hover {
        height: 190px;
        opacity: 1; } }
  .wrapperProduct .productBlock #product-block #product-list .card:hover .card__info {
    background-color: transparent;
    position: relative; }
  .wrapperProduct .productBlock #product-block #product-list .card:hover .card__info-hover {
    opacity: 1; }
  .wrapperProduct .productBlock .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
  .wrapperProduct .productBlock .pagination .page-link {
    width: 40px;
    height: 40px;
    margin: 0 6px;
    text-align: center;
    padding: 0px;
    border: none;
    background: #ffffffcc;
    cursor: pointer;
    border-radius: 50%;
    font-weight: 600;
    color: #d1d1d1; }
    .wrapperProduct .productBlock .pagination .page-link:hover {
      background: #dc262bb0; }
  .wrapperProduct .productBlock .pagination .page-link.active {
    background: #155b8e;
    color: #fff;
    font-weight: bold; }
  .wrapperProduct .productBlock #product-block {
    position: relative;
    /* Ensures the overlay is positioned relative to this block */ }
  .wrapperProduct .productBlock .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246, 246, 246, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; }
  .wrapperProduct .productBlock .spinner {
    width: 40px;
    height: 40px;
    border: 5px solid #ccc;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  @media screen and (max-width: 768px) {
    .wrapperProduct .sidebar-container {
      position: fixed;
      top: 50%;
      left: -300px;
      transform: translateY(-50%);
      z-index: 1000;
      width: 300px;
      height: auto;
      padding: 14px;
      border-radius: 0px 8px 8px 0;
      background: #fff;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
      transition: 0.5s; }
    .wrapperProduct .sidebar-container.active {
      left: 0; }
    .wrapperProduct .toggle {
      position: absolute;
      height: 135px;
      width: 36px;
      text-align: center;
      cursor: pointer;
      background: blue;
      top: 50%;
      right: -36px;
      line-height: 48px;
      white-space: nowrap; }
    .wrapperProduct .toggle:before {
      content: "Danh mục";
      font-family: "Font Awesome 5 Pro";
      font-size: 16px;
      color: #fff;
      display: inline-block;
      transform: rotate(90deg);
      transform-origin: center center;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg); }
    .wrapperProduct .toggle.active:before {
      content: "\f00d";
      display: block; }
    .wrapperProduct .formCheckBlock {
      height: 360px;
      overflow-y: scroll; } }
  .wrapperProduct .search-bar-container {
    position: relative;
    width: 100%; }
    .wrapperProduct .search-bar-container .product-search {
      width: 100%;
      padding-right: 30px;
      /* Add padding for the icon */
      padding: 11px 16px;
      font-size: 16px;
      border: 1px solid #e7e7e7;
      border-radius: 8px; }
      .wrapperProduct .search-bar-container .product-search::placeholder {
        color: #d1d1d1; }
    .wrapperProduct .search-bar-container .search-icon {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  .wrapperProduct .cityFilter {
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background: #fff;
    overflow: hidden; }
    .wrapperProduct .cityFilter h6 {
      padding: 12px 16px;
      margin: 0;
      background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
      color: #f6f6f6; }
    .wrapperProduct .cityFilter .form-check {
      padding: 8px 16px;
      margin: 0;
      /* Hide the default radio button */
      /* Style the label to look like a clickable square button */
      /* Create a custom square radio button */
      /* When the radio button is checked, change the appearance of the square */
      /* Hover effect for better user experience */ }
      .wrapperProduct .cityFilter .form-check .form-check-input[type="radio"] {
        display: none; }
      .wrapperProduct .cityFilter .form-check .form-check-input[type="radio"] + label {
        position: relative;
        padding-left: 35px;
        /* Space for the custom square button */
        cursor: pointer;
        font-size: 16px;
        display: inline-block;
        line-height: 24px;
        /* Align text vertically */
        padding-right: 10px; }
      .wrapperProduct .cityFilter .form-check .form-check-input[type="radio"] + label::before {
        content: "";
        position: absolute;
        left: 5px;
        /* Position to the left of the text */
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        /* Width of the square button */
        height: 20px;
        /* Height of the square button */
        border: 2px solid #ccc;
        /* Border color of the square */
        background-color: white;
        /* Background color of the square */
        border-radius: 3px;
        /* Optional: rounded corners for a softer square look */
        box-sizing: border-box;
        transition: background-color 0.3s, border-color 0.3s;
        /* Smooth transition for state change */ }
      .wrapperProduct .cityFilter .form-check .form-check-input[type="radio"]:checked + label::before {
        background-color: #155b8e;
        /* Color when checked */
        border-color: #155b8e;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
        /* Optional: add focus ring */ }
      .wrapperProduct .cityFilter .form-check .form-check-input[type="radio"] + label:hover::before {
        border-color: #777;
        /* Darken border on hover */ }

.category-section {
  margin-bottom: 3rem; }
  .category-section .category-title-link {
    text-decoration: none !important;
    transition: color 0.3s ease; }
  .category-section .category-title-link:hover {
    color: #155b8e !important;
    text-decoration: none !important; }

.product-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; }
  .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
  .product-item .product-image img {
    width: 100%;
    height: 200px;
    object-fit: contain; }
  .product-item .product-title {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    transition: all 0.3s ease; }
  .product-item .product-title a {
    text-decoration: none;
    transition: color 0.3s ease; }
  .product-item .product-title a:hover {
    color: #155b8e !important; }

.wrapperSingleProduct .wrapperHeader .swiper {
  width: 100%;
  height: 100%; }
.wrapperSingleProduct .wrapperHeader .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  align-items: center; }
.wrapperSingleProduct .wrapperHeader .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.wrapperSingleProduct .wrapperHeader .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto; }
.wrapperSingleProduct .wrapperHeader .swiper-slide {
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 9;
  border-radius: 8px; }
.wrapperSingleProduct .wrapperHeader .mySwiper2 {
  height: 80%;
  width: 100%;
  border-radius: 8px; }
  .wrapperSingleProduct .wrapperHeader .mySwiper2 .swiper-slide a {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    display: block;
    transition: transform 0.3s ease;
    height: 100%; }
    .wrapperSingleProduct .wrapperHeader .mySwiper2 .swiper-slide a:hover {
      transform: scale(1.05); }
      .wrapperSingleProduct .wrapperHeader .mySwiper2 .swiper-slide a:hover img {
        transition: transform 0.3s ease; }
.wrapperSingleProduct .wrapperHeader .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding-top: 24px; }
  @media screen and (max-width: 576px) {
    .wrapperSingleProduct .wrapperHeader .mySwiper {
      padding-top: 12px; } }
.wrapperSingleProduct .wrapperHeader .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4; }
.wrapperSingleProduct .wrapperHeader .mySwiper .swiper-slide-thumb-active {
  opacity: 1; }
.wrapperSingleProduct .wrapperHeader .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px; }
.wrapperSingleProduct .wrapperHeader .productInfor {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .wrapperSingleProduct .wrapperHeader .productInfor h2.productTitle {
    color: #262626;
    font-weight: 700; }
  .wrapperSingleProduct .wrapperHeader .productInfor h6.productAddress {
    line-height: 24px; }
  .wrapperSingleProduct .wrapperHeader .productInfor p.productDetailAddress {
    font-size: 14px; }
  .wrapperSingleProduct .wrapperHeader .productInfor p.statusProduct {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: 600; }
  .wrapperSingleProduct .wrapperHeader .productInfor p.statusProduct.sold {
    background: #737373; }
  .wrapperSingleProduct .wrapperHeader .productInfor p.statusProduct.forSale {
    background: #ed3237; }
  .wrapperSingleProduct .wrapperHeader .productInfor .socialOfProduct .buttonProduct {
    padding: 8px 16px;
    border-radius: 8px; }
  .wrapperSingleProduct .wrapperHeader .productInfor .socialOfProduct .buttonProductBorder {
    border: 1px solid #ed3237; }
    .wrapperSingleProduct .wrapperHeader .productInfor .socialOfProduct .buttonProductBorder:hover {
      background: #ed3237; }
      .wrapperSingleProduct .wrapperHeader .productInfor .socialOfProduct .buttonProductBorder:hover path {
        fill: white; }
  .wrapperSingleProduct .wrapperHeader .productInfor .socialOfProduct .buttonSpecial {
    background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center; }
    .wrapperSingleProduct .wrapperHeader .productInfor .socialOfProduct .buttonSpecial:hover svg {
      animation: lexprofitBoundingAnim 1s linear infinite; }
@keyframes lexprofitBoundingAnim {
  0% {
    transform: rotate(0deg); }
  15% {
    transform: rotate(15deg); }
  30% {
    transform: rotate(0deg); }
  45% {
    transform: rotate(-15deg); }
  60% {
    transform: rotate(0deg); } }
.wrapperSingleProduct .wrapperBody .bodyContent {
  border-top: 3px solid #e7e7e7; }
.wrapperSingleProduct .wrapperBody .adsBannerProduct img {
  border-radius: 8px; }
.wrapperSingleProduct .wrapperBody .productCategory {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background: #fff;
  overflow: hidden; }
  .wrapperSingleProduct .wrapperBody .productCategory h6 {
    padding: 12px 16px;
    margin: 0;
    background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
    color: #f6f6f6; }
  .wrapperSingleProduct .wrapperBody .productCategory .productItem {
    padding: 8px 16px;
    margin: 0;
    border-bottom: 1px dashed #e7e7e7; }
    .wrapperSingleProduct .wrapperBody .productCategory .productItem:last-child {
      border-bottom: unset; }
    .wrapperSingleProduct .wrapperBody .productCategory .productItem a {
      color: #262626; }
      .wrapperSingleProduct .wrapperBody .productCategory .productItem a:hover {
        color: #ed3237; }
.wrapperSingleProduct .wrapperAnotherProduct .header a {
  color: #155b8e;
  font-weight: 600; }
.wrapperSingleProduct .prose #ez-toc-container ul > li::before {
  content: none; }

.service .item-news {
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px; }
  .service .item-news:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); }
  .service .item-news:hover {
    transform: scale(1.02); }
    .service .item-news:hover .content .title a {
      color: #155b8e; }
  .service .item-news .image img {
    border-radius: 10px 10px 0px 0px;
    height: 200px;
    object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 1400px) {
      .service .item-news .image img {
        height: 156px; } }
    @media screen and (max-width: 1200px) {
      .service .item-news .image img {
        height: 138px; } }
    @media screen and (max-width: 768px) {
      .service .item-news .image img {
        height: 145px; } }
  .service .item-news .content {
    padding: 12px; }
    .service .item-news .content .title {
      margin: 0;
      height: 50px;
      font-weight: 700; }
      @media screen and (max-width: 1440px) {
        .service .item-news .content .title {
          height: 44px; } }
      @media screen and (max-width: 576.98px) {
        .service .item-news .content .title {
          height: 44px; } }
      .service .item-news .content .title a:hover {
        color: #155b8e !important; }
    .service .item-news .content .text {
      margin: 0px;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        .service .item-news .content .text {
          font-size: 14px; } }
.service .time {
  margin: 7px 0px;
  color: #616971;
  font-size: 14px; }
  .service .time i {
    margin-right: 7px; }
  .service .time .calendar {
    margin-right: 27px; }
  @media screen and (max-width: 768px) {
    .service .time {
      font-size: 12px; } }
.service .related h3 {
  text-transform: uppercase; }
.service .related #news-related--owl-carousel .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 15px; }
  .service .related #news-related--owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important; }
.service .title-vertical {
  position: relative;
  padding-left: 12px;
  color: #454545; }
  .service .title-vertical::before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "";
    width: 3px;
    height: 61.5%;
    border-radius: 12px;
    background-color: #c50000; }
.service #news img {
  width: 100%;
  max-width: 100%; }
.service #news .item-single {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px; }
.service #news .news-right .title-single {
  color: #333333; }
.service #news .news-right .content-info {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #f3f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .service #news .news-right .content-info .right {
    gap: 5px;
    display: flex;
    align-items: center;
    font-size: 13px; }
    .service #news .news-right .content-info .right button {
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      color: #777;
      transition: 0.3s; }
      .service #news .news-right .content-info .right button:hover {
        background: #ccc; }
.service #news .news-right .footer-content .left {
  background: #1578f2;
  border-radius: 3px;
  padding: 0px 6px; }
  .service #news .news-right .footer-content .left a {
    color: white; }
.service #news .news-right .footer-content a {
  font-size: 14px; }

.component-sidebar-service {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 15px; }
  .component-sidebar-service .title {
    color: #374151;
    font-weight: 700;
    font-size: 24px; }
  .component-sidebar-service button {
    width: 100%;
    text-align: start;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 4px 8px 11px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1440px) {
      .component-sidebar-service button {
        font-size: 14px; } }
    .component-sidebar-service button i {
      margin-right: 15px;
      color: #5c5c5c; }
    .component-sidebar-service button.active {
      background-color: #e5e7eb; }
    .component-sidebar-service button:hover {
      background-color: #e5e7eb; }
    .component-sidebar-service button:focus {
      box-shadow: 0 0 0 0; }
    @media screen and (max-width: 768px) {
      .component-sidebar-service button {
        font-size: 14px;
        padding: 6px 7px 6px 9px; } }
  @media screen and (max-width: 768px) {
    .component-sidebar-service {
      padding: 15px 11px 10px 11px; } }

.document .scroll-ul .nav-pills .nav-link {
  border-radius: 10px;
  padding: 7px 17px;
  border: 1px solid #e6e6e6;
  color: #333333; }
  @media screen and (max-width: 576px) {
    .document .scroll-ul .nav-pills .nav-link {
      font-size: 13px; } }
  .document .scroll-ul .nav-pills .nav-link:hover {
    border: 1px solid #155b8e; }
.document .scroll-ul .nav-pills .nav-link.active {
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%);
  border: 1px solid #e6e6e6;
  font-weight: 700;
  color: #fff; }
.document .tab-content .col-inner a img {
  max-height: 280px;
  min-height: 280px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px; }
  @media screen and (max-width: 576px) {
    .document .tab-content .col-inner a img {
      max-height: 150px;
      min-height: 150px; } }
.document .tab-content .col-inner .title-document h5.entry-title {
  margin-top: 10px !important;
  min-height: 60px; }
  @media screen and (max-width: 991.98px) {
    .document .tab-content .col-inner .title-document h5.entry-title {
      min-height: 43px; } }
.document .tab-content .col-inner .excerpt-document {
  margin: 5px 0 10px; }
  .document .tab-content .col-inner .excerpt-document p {
    color: #7f7f7f;
    font-size: 14px; }

.content-single-tl .border-right {
  border-right: 1px solid #e6e6e6; }
.content-single-tl .content-single {
  border-bottom: 1px solid #e6e6e6; }
  .content-single-tl .content-single .title-single {
    color: #333333; }
    @media screen and (max-width: 1550px) {
      .content-single-tl .content-single .title-single {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .content-single-tl .content-single .title-single {
        font-size: 18px; } }
  .content-single-tl .content-single .infor .vl {
    height: 12px;
    width: 2px;
    background: #e6e6e6; }
  .content-single-tl .content-single .infor span {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8a8a8a; }
    .content-single-tl .content-single .infor span i {
      color: #333333;
      font-size: 11px; }
.content-single-tl .social-button-single span {
  padding: 8px 12px;
  border-radius: 20px; }
  .content-single-tl .social-button-single span a {
    color: white; }
    .content-single-tl .social-button-single span a:hover {
      color: #e6e6e6; }
.content-single-tl .social-button-single .fb {
  background: #3b5998;
  margin-right: 5px; }
.content-single-tl .social-button-single .gm {
  background: #f04a43; }
.content-single-tl .related-posts .title-related {
  border-bottom: 1px solid #e6e6e6; }
.content-single-tl .related-posts .item .article-thumbnail {
  margin: 0; }
  .content-single-tl .related-posts .item .article-thumbnail img {
    width: 100%;
    min-height: 170px;
    max-height: 170px;
    border-radius: 10px; }
.content-single-tl .related-posts .item .content-right .date p {
  color: white;
  display: inline;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #155b8e 0%, #2d6791 100%); }
.content-single-tl .related-posts .item .content-right .article-summary p {
  font-size: 13px;
  color: #7a7a7a; }
.content-single-tl .image-ads img {
  width: 100%;
  height: auto; }
.content-single-tl .image-ads .wrapper {
  height: auto;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .content-single-tl .image-ads .wrapper {
      margin-top: 15px; } }
.content-single-tl .image-ads button {
  width: 100%;
  height: 70px;
  background: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
  border-style: none;
  color: #fff;
  font-size: 23px;
  letter-spacing: 3px;
  font-family: "Lato";
  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0px;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
.content-single-tl .image-ads button span {
  position: absolute;
  display: block; }
.content-single-tl .image-ads button span:nth-child(1) {
  height: 3px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s; }
@keyframes span1 {
  0% {
    left: -200px; }
  100% {
    left: 200px; } }
.content-single-tl .image-ads button span:nth-child(2) {
  height: 70px;
  width: 3px;
  top: -70px;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f6e58d);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 2s; }
@keyframes span2 {
  0% {
    top: -70px; }
  100% {
    top: 70px; } }
.content-single-tl .image-ads button span:nth-child(3) {
  height: 3px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span3 2s linear infinite;
  animation-delay: 3s; }
@keyframes span3 {
  0% {
    right: -200px; }
  100% {
    right: 200px; } }
.content-single-tl .image-ads button span:nth-child(4) {
  height: 70px;
  width: 3px;
  bottom: -70px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  animation: span4 2s linear infinite;
  animation-delay: 4s; }
@keyframes span4 {
  0% {
    bottom: -70px; }
  100% {
    bottom: 70px; } }
.content-single-tl .image-ads button:hover {
  transition: all 0.5s;
  transform: rotate(-3deg) scale(1.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4); }
.content-single-tl .image-ads button:hover span {
  animation-play-state: paused; }

/*# sourceMappingURL=style.css.map */
