.hotline {
    border-radius: 100px;
    border: 1px solid #1a8ee1;
    background: #fff;
    padding: 0.3rem 2.3rem 0.3rem 0.3rem;
    display: flex
;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    width: fit-content;
}
.banner .rouded-wrap {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
}
.rounded {
  width: 11.866rem;
  height: 11.866rem;
  position: relative;
  display: block;
  cursor: pointer; }
  @media screen and (max-width: 575.98px) {
    .rounded {
      width: 8.866rem;
      height: 8.866rem; } }

.rounded-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s; }

.rounded svg {
  width: 100%;
  height: 100%; }

.rounded circle {
  cx: 50%;
  cy: 50%;
  r: 45%; }

.rounded text {
  transition: 0.4s;
  transform-origin: center;
  transform-box: fill-box;
  animation: Spinner 10s linear infinite; }

.rounded textPath {
  color: #0d3175;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.42rem;
  text-transform: uppercase; }

@keyframes Spinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.cursor-text {
  --inner-angle: calc((360 / var(--char-count)) * 1deg);
  --character-width: 1.5;
  --font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #0d3175;
  font-size: 1.1rem;
  position: relative;
  box-shadow: none; }
  .cursor-text .sr-only {
    display: none; }
  @media screen and (max-width: 575.98px) {
    .cursor-text {
      font-size: 0.8rem; } }

@media (prefers-reduced-motion: no-preference) {
  .cursor-text {
    animation: rotation 12s infinite linear; } }

@keyframes rotation {
  to {
    rotate: 360deg; } }

.char {
  display: inline-block;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(calc(var(--inner-angle) * var(--char-index))) translateY(var(--radius)); }

.cursor {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%); }
  .cursor-inner {
    width: 100%;
    height: 100%; }

.dot-run {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #1a8ee1;
  z-index: 5;
  offset-rotate: auto;
  offset-distance: 0%; }

.footer-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
.hotline-txt {
    color: #667085;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s ease;
    margin-left: -12px;
}
.hotline-txt strong {
    color: #1a8ee1;
    font-size: 2rem;
    font-weight: 700;
}
.hotline:hover .hotline-txt {
    color: #fff;
}
.hotline:hover .hotline-txt strong {
    color: #fff;
}
.hotline img {
    width: 4rem;
    height: 4rem;
}
.banner.banner-sec:has(+ .category):has(+ .category), .banner.banner-sec:has(+ .m-news):has(+ .category) {
    height: calc(100vw * 514 / 1728);
    padding-bottom: 10rem;
    min-height: 35rem;
}
	.banner {
    position: relative;
    height: calc(100vw * 914 / 1728);
    width: 100%;
    min-height: 50rem;
    overflow: hidden;
}
	.banner-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}
	.banner-bg img {
    height: 100%;
    object-fit: cover;
}
	.banner .container {
    display: flex
;
    align-items: end;
}
	.banner.banner-sec .banner-content {
    height: 100%;
    padding-bottom: 0;
    padding-top: 8rem;
    text-align: center;
}
	.banner.banner-sec .banner-content {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #050505;
    line-height: 1.55;
}
	.banner-content {
    position: relative;
    z-index: 1;
    padding-bottom: 14rem;
    width: 100%;
    display: flex
;
    align-items: end;
    justify-content: space-between;
    gap: 1.6rem;
    flex-wrap: wrap;
}
.banner.banner-sec:has(+ .good) .banner-content {
    flex-direction: column-reverse;
    text-align: left;
}
.breadcrumb-item:not(:first-child)::before {
	display:none
}
	.breadcrumb {
    overflow: hidden;
}
	.banner.banner-sec .breadcrumb .container {
    padding: 0;
}
	.breadcrumb-list {
    display: flex
;
    overflow: hidden;
}
	.breadcrumb-item {
    color: #050505;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.36px;
    position: relative;
    padding-right: 3.6rem;
    display: inline-block;
}
	.breadcrumb-item:not(:last-child) {
    white-space: nowrap;
}
	.breadcrumb-item a {
    display: block;
    transition: 0.5s ease;
}
	a {
    text-decoration: none;
    color: inherit;
}
	.breadcrumb-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.8rem;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/common/breadcrumb.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
	.breadcrumb-item.is-current {
    padding-right: 0;
}
	.breadcrumb-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    display: inline;
}
.breadcrumb-item:last-child:after {
	display:none
}
	.breadcrumb-item:last-child a, .breadcrumb-item:last-child span {
    padding-right: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
		color:initial !important
}
	.tt-pri {
    color: #1a8ee1;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.1;
}
	.banner .tt-wrap, .banner .tt-sub, .banner .tt-pri {
    color: #fff;
}
	.banner .tt-pri {
    font-family: var(--font-sec);
    font-size: 8.8rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 7.04px;
    transition-delay: 0.3s;
}
	.banner.banner-sec .tt-pri {
    color: #1a8ee1;
    letter-spacing: 0;
    font-family: var(--font-pri);
    font-weight: 700;
    font-size: 8rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
	.banner.banner-sec:has(+ .category) .tt-pri, .banner.banner-sec:has(+ .m-news) .tt-pri {
    font-size: 7rem;
    letter-spacing: 0;
    font-weight: 700;
}
	.banner.banner-sec + .category {
    margin-top: -10rem;
}
	@media screen and (min-width: 992px) {
    .banner {
        max-height: 100dvh;
    }
}
	.footer-svg {
    position: absolute;
    top: -9.2rem;
    z-index: -1;
    width: 100%;
    left: 0;
}
	.footer-svg svg {
    width: 100%;
    height: auto;
}
	.cta-ct {
    margin-top: 7.4rem;
    margin-bottom: 20rem;
    padding: 2rem;
}
	.cta-ct_wrap {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/common/cta-bg.svg);
    padding: 2.2rem;
    min-height: 308px;
    position: relative;
}
	.cta-ct_wrap::before, .cta-ct_wrap::after {
    z-index: 3;
    content: "";
    position: absolute;
    width: 2rem;
    top: 0;
    height: 2rem;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #1a8ee1;
    offset-path: path("M154 1H1062C1146.5 1 1215 69.5004 1215 154C1215 238.5 1146.5 307 1062 307H154C69.5004 307 1 238.5 1 154C1 69.5004 69.5004 1 154 1Z");
    animation: 20s clineCircle linear infinite;
}
	.cta-ct_inner {
    height: 100%;
    padding: 2rem;
    display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: var(--Radius-full, 999px);
    background: linear-gradient(79deg, #01c2c5 13.79%, var(--Tertiary, #1a8ee1) 87.36%);
}
	.cta-ct_inner .tt-wrap {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.44;
    color: #fff;
    text-align: center;
    align-items: center;
    max-width: 812px;
    margin-right: auto;
    margin-left: auto;
}
	.cta-ct_inner .tt-pri {
    font-size: 3.2rem;
    color: #fff;
}
	.cta-ct_inner .btn-wrap {
    margin-top: 3.2rem;
}
	.cta-ct_wrap::after {
    animation: 20s clineCircle linear infinite;
    animation-delay: -7s;
}
	.exp-head .tt-wrap {
    width: 64%;
}
	.exp-head {
    display: flex
;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3.2rem 1.6rem;
}
	.exp-nav .next, .exp-nav .prev {
    cursor: pointer;
    width: 3.6rem;
    height: 3.6rem;
    background: #1a8ee1;
    position: relative;
    border-radius: 50%;
}
	.exp-nav {
    border-radius: 999rem;
    border: 0.9px solid rgba(26, 142, 225, 0.25);
    background: rgba(26, 142, 225, 0.1);
    backdrop-filter: blur(7.2px);
    -webkit-backdrop-filter: blur(7.2px);
    gap: 1.44rem;
    display: flex
;
    align-items: center;
    width: fit-content;
    padding: 3.6px;
}
	.exp-nav .prev {
    transform: rotate(-180deg);
}
	.exp-nav .next.swiper-button-disabled, .exp-nav .prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
	.exp-nav .next.swiper-button-disabled, .exp-nav .prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
	
	.exp-nav .next::before, .exp-nav .prev::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/home/nav.svg);
}
	.btn2 {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    white-space: nowrap;
    width: fit-content;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a8ee1;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 0.4rem 0.4rem 0.4rem 2.8rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s ease all;
    border-radius: 2.4rem;
    background: rgba(26, 142, 225, 0.05);
    backdrop-filter: blur(8px);
}
	.btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    background-color: #0d3175;
    z-index: -1;
    opacity: 0;
    transition: 0.4s all ease;
}
	.btn2::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 2.4rem;
    padding: 0.1rem;
    background-image: linear-gradient(to bottom, rgba(26, 142, 225, 0.05), rgba(26, 142, 225, 0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity 0.4s, visibility 0.4s;
}
	.btn2 img {
    display: block;
    width: 4rem;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.4s;
}
	.btn2 span {
    text-transform: uppercase;
}
	.btn2:not(.disabled):hover, .btn2:not(.disabled):focus-visible {
    color: #fff;
}
	.btn2:not(.disabled):hover:before, .btn2:not(.disabled):focus-visible:before {
    transition: 0.4s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
	.btn2:not(.disabled):hover::after, .btn2:not(.disabled):focus-visible:before {
    opacity: 0;
    visibility: hidden;
}
.article-item {
    position: relative;
    display: flex
;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(26, 142, 225, 0.1);
    background: rgba(26, 142, 225, 0.05);
    backdrop-filter: blur(8px);
}
.article-img {
    position: relative;
    isolation: isolate;
    display: block;
    aspect-ratio: 286 / 192;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.article-img img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    will-change: transform;
}
.article-tag {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: fit-content;
    padding: 0.4rem 1.2rem;
    border-radius: 99px;
    background-color: #1a8ee1;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
}
.article-content {
    flex: 1;
    display: flex
;
    flex-direction: column;
    gap: 1.4rem;
    padding: 0 1.2rem 1.2rem 1.2rem;
}
.article-title {
    width: fit-content;
    color: #050505;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.375;
}
.article-title > * {
    color: inherit;
    font-size: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: color 0.4s;
}
.article-desc {
    color: #808080;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: -0.18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.btn-white {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.t-ct {
    text-align: center;
}
.tech-list {
    margin-top: 4rem;
    padding: 4rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    flex-wrap: wrap;
    row-gap: 4rem;
    position: relative;
}
.tech-list::before {
    border-radius: 12px;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(189, 224, 250, 0.5), rgba(26, 142, 225, 0.5));
    mask: linear-gradient(#bde0fa 0 0) content-box, linear-gradient(#1a8ee1 0 0);
    mask-composite: exclude;
    padding: 2px;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
}
.tech-item {
    width: 25%;
}
.tech-card {
    max-width: 250px;
    display: flex
;
    align-items: center;
    gap: 2rem;
}
.tech-card > img {
    width: 4.8rem;
    height: 4.8rem;
}
.tech-txt {
    font-size: 1.8rem;
    color: #050505;
    line-height: 1.6;
    display: flex
;
    flex-direction: column;
    row-gap: 0;
    justify-content: center;
}
.tech-tt {
    font-weight: 600;
    text-transform: uppercase;
    color: #1a8ee1;
    font-size: 1.8rem;
}
.tech-list::after {
    content: "";
    position: absolute;
    width: 2rem;
    top: 0;
    height: 2rem;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #1a8ee1;
    offset-path: var(--dynamic-path2);
    animation: 20s clineCircle linear infinite;
}
.modal {
  max-width: unset;
  padding: 0;
  width: 75%;
  height: 75%; }
@media screen and (max-width: 1024px) {
	.modal {
		width: 100%;
		height: auto; } 
}
.modal iframe {
	width: 100%;
	height: 100%; }
#priceModal {
  height: fit-content;
  max-width: 618px;
  width: 100%; }
  #priceModal .cta-outer {
    margin: 0;
    border-radius: 8px;
    border: 2px solid rgba(189, 224, 250, 0.5);
    background: #fff;
    backdrop-filter: blur(8px);
    padding: 4rem 3.2rem; }
    #priceModal .cta-outer::before {
      display: none; }
    @media screen and (max-width: 767.98px) {
      #priceModal .cta-outer {
        padding: 2.4rem 1.6rem; } }
  #priceModal a.close-modal {
    display: none; }
  #priceModal .check-box {
    gap: 0.6rem; }
  #priceModal .checkbox-list {
    gap: 2rem 2.2rem; }

.pricemodal-icon {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  z-index: 1; }
  .pricemodal-icon img {
    width: 18px;
    height: 18px; }

.cline::before {
  animation: 20s clineCircle3 linear infinite alternate; }

.cline::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--Tertiary, #1a8ee1);
  animation: 20s clineCircle31 linear infinite alternate; }
.check-box {
  cursor: pointer;
  display: flex !important;
  align-items: center;
  flex-direction: row;
  gap: 1.2rem;
  font-size: 1.6rem;
  color: #050505;
  line-height: 1.25; }
  @media only screen and (max-width: 800px) {
    .check-box {
      font-size: 1.4rem; } }
  .check-box:has(input:checked) .checkmark {
    background-image: url("../images/common/check-box.svg"); }
  .check-box input {
    display: none; }
    .check-box input:checked ~ .checkmark {
      background-image: url("../images/common/check.svg"); }
  .check-box .checkmark {
    margin-top: 1px;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    border-radius: 2px;
    border: 1px solid #1a8ee1;
    background: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s ease; }
  .check-box .form-txt,
  .check-box .wpcf7-list-item-label {
    color: #5a5a5a;
    margin-bottom: 0; }
  .check-box .wpcf7-list-item {
    margin: 0; }
  .check-box .wpcf7-list-item-label {
    font-size: 1.4rem;
    font-weight: 400; }
  .check-box label,
  .check-box .wpcf7-form-control-wrap {
    line-height: 1; }
  @media screen and (max-width: 575.98px) {
    .check-box {
      gap: 0.8rem; } }

.checkbox-list {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.6rem; }
  @media screen and (max-width: 991.98px) {
    .checkbox-list {
      gap: 1.6rem; } }
  .checkbox-list .wpcf7-form-control-wrap {
    position: relative; }
    .checkbox-list .wpcf7-form-control-wrap .wpcf7-form-control {
      display: flex;
      flex-wrap: wrap;
      column-gap: 2.6rem;
      row-gap: 1.2rem; }
    .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item {
      margin: 0; }
      .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item:has(input[type="checkbox"]) input[type="checkbox"] {
        appearance: auto;
        display: none; }
      .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item:has(input[type="checkbox"]) input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
        background-image: url(../images/common/check.svg); }
      .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item:has(input[type="checkbox"]).first {
        margin-left: 0; }
      .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label {
        position: relative;
        padding-left: 2.4rem; }
        .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label::before {
          position: absolute;
          content: "";
          left: 0;
          top: 1px;
          width: 1.6rem;
          height: 1.6rem;
          display: inline-block;
          border-radius: 2px;
          border: 1px solid #1a8ee1;
          background: rgba(255, 255, 255, 0.2);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          transition: 0.5s ease; }
          @media screen and (max-width: 575.98px) {
            .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label::before {
              width: 1.2rem;
              height: 1.2rem; } }
        @media screen and (max-width: 575.98px) {
          .checkbox-list .wpcf7-form-control-wrap .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label {
            padding-left: 2rem; } }
    @media screen and (max-width: 767.98px) {
      .checkbox-list .wpcf7-form-control-wrap {
        column-gap: 1.2rem; } }
.cta-outer .form-box {
    margin-top: 4rem;
}
.m-contact-heading {
    row-gap: 1.6rem;
    display: flex
;
    flex-direction: column;
}
.m-contact-heading .tt {
    font-size: 3.2rem;
    color: #1a8ee1;
    font-weight: 700;
    line-height: 1.25;
}
.m-contact-heading .txt-sub {
    font-size: 1.6rem;
    color: #050505;
    line-height: 200%;
    letter-spacing: -0.05rem;
}
.m-contact-heading .tt {
    font-size: 3.2rem;
    color: #1a8ee1;
    font-weight: 700;
    line-height: 1.25;
}
.form-group label {
    font-size: 1rem;
    color: #888985;
    width: fit-content;
    position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap {
    position: initial;
}
.form-group input, .form-group textarea {
    width: 100% !important;
    font-size: 1.6rem;
    color: #050505;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0;
    border: 0;
    border-bottom: 0.1rem solid #888985;
    background-color: transparent;
    padding-top: 0.4rem;
    padding-bottom: 1rem;
    transition: 0.5s ease;
    outline: none;
}
.cta-outer .form-group label {
    width: 100%;
}
.form-group {
    width: 100%;
    position: relative;
    display: flex
;
    flex-direction: column;
    gap: 1rem;
}
.cta-outer .form-group.w-50 {
    flex-direction: row;
    display: flex
;
    flex-wrap: wrap;
    gap: 2rem 2.4rem;
}
.cta-outer .form-group.w-50 label {
    width: calc(50% - 1.2rem);
}
.wpcf7-form .wpcf7-form-control-wrap {
    position: initial;
}
.form-group textarea {
    resize: none;
    min-height: 8rem;
    max-height: 8rem;
}
.cta-outer .form-group:not(:last-child) {
    margin-bottom: 2rem;
}
.cl-pri {
    color: #1a8ee1;
}
.cl-sec {
    color: #0d3175;
}
.fw-700 {
    font-weight: 700;
}
.tt-32 {
    font-size: 3.2rem;
    line-height: 1.55;
}
.t-up {
    text-transform: uppercase;
}
.tt-16 {
    font-size: 1.6rem;
    line-height: 1.2;
}
.specify {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto; 
	font-size: 1.8rem;
}
.color-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem 0;
	margin-right: -1.2rem;
	margin-left: -1.2rem;
	margin-top: 4rem;
	justify-content: center; }
@media screen and (max-width: 991.98px) {
	.color-list {
		margin-right: -0.8rem;
		margin-left: -0.8rem; } }

.color-item {
	width: 20%;
	padding: 0 1.2rem; }
@media screen and (max-width: 991.98px) {
	.color-item {
		width: calc(100% / 3);
		padding: 0 0.8rem; } }
@media screen and (max-width: 575.98px) {
	.color-item {
		width: 50%; } }

.color-img {
	width: 20rem;
	height: 20rem;
	border-radius: 9999px;
	overflow: hidden; }
.color-img img {
	width: 100%;
	height: 100%;
	object-fit: cover; }
@media screen and (max-width: 1199.98px) {
	.color-img {
		width: 16rem;
		height: 16rem; } }
@media screen and (max-width: 991.98px) {
	.color-img {
		width: 20rem;
		height: 20rem; } }
@media screen and (max-width: 767.98px) {
	.color-img {
		width: 16rem;
		height: 16rem; } }

.color-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	row-gap: 2.4rem; }

.color-tt {
	font-size: 1.8rem;
	color: #1a8ee1;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.33; }
@media only screen and (max-width: 800px) {
	.color-tt {
		font-size: 1.6rem; } }

.apply-list.color-list {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 2.4rem;
	justify-content: center; }
.apply-list.color-list .color-img {
	border-radius: 1.2rem; }
.apply-list.color-list .color-item {
	width: 25%; }
@media screen and (max-width: 991.98px) {
	.apply-list.color-list .color-item {
		width: calc(100% / 3); } }
@media screen and (max-width: 575.98px) {
	.apply-list.color-list .color-item {
		width: 50%; } }

.color-txt {
	color: var(--color-text-dark-secondary, #808080);
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.2rem;
	max-width: 284px;
	margin-right: auto;
	margin-left: auto; }
@media only screen and (max-width: 800px) {
	.color-txt {
		font-size: 1.4rem; } }

.servdt-iframe {
	padding-top: calc(600 / 1216 * 100%);
	display: block;
	position: relative;
	border-radius: 1.2rem;
	overflow: hidden; }
.servdt-iframe > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0; }

.servdt-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); }
.servdt-icon img {
	width: 76.8px;
	height: 76.8px; }
@media screen and (max-width: 767.98px) {
	.servdt-icon img {
		width: 56.8px;
		height: 56.8px; } }
@media screen and (max-width: 575.98px) {
	.servdt-icon img {
		width: 46.8px;
		height: 46.8px; } }

.good-box {
	overflow: hidden;
	margin-top: 8rem; }
@media screen and (max-width: 991.98px) {
	.good-box {
		margin-top: 6rem; } }

.good-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem 1.6rem;
	justify-content: space-between; }

.good-l:has(.tt-32) .mona-content,
.good-r:has(.tt-32) .mona-content {
	margin-top: 4rem; }

.good-l .mona-content ul,
.good-r .mona-content ul {
	list-style: none;
	margin-top: 3.2rem;
	padding-left: 0; }
.good-l .mona-content ul li,
.good-r .mona-content ul li {
	position: relative;
	margin-top: 2.4rem;
	margin-bottom: 0;
	padding-bottom: 2.4rem;
	padding-left: 2.4rem;
	border-bottom: 1px solid #bde0fa; }
.good-l .mona-content ul li::before,
.good-r .mona-content ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("../images/product/icon.svg");
	width: 1.2rem;
	height: 1.2rem; }
@media screen and (max-width: 991.98px) {
	.good-l .mona-content ul li,
	.good-r .mona-content ul li {
		margin-top: 1.6rem;
		padding-bottom: 1.6rem; } }

.good-l .mona-content > :first-child,
.good-r .mona-content > :first-child {
	margin-top: 0; }

.good-l .mona-content > :last-child,
.good-r .mona-content > :last-child {
	margin-bottom: 0; }

.good-l {
	width: 46%; }
@media screen and (max-width: 1199.98px) {
	.good-l {
		width: 49%; } }
@media screen and (max-width: 767.98px) {
	.good-l {
		width: 100%; } }

.good-r {
	width: 48%;
	border-radius: 1.2rem;
	overflow: hidden; }
.good-r .mona-content {
	margin-top: 2.4rem; }
.good-r .mona-content ul {
	list-style: none;
	margin-top: 3.2rem;
	padding-left: 0; }
.good-r .mona-content ul li {
	position: relative;
	margin-top: 2.4rem;
	margin-bottom: 0;
	padding-bottom: 2.4rem;
	padding-left: 2.4rem;
	border-bottom: 1px solid #bde0fa; }
.good-r .mona-content ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("../images/product/icon.svg");
	width: 1.2rem;
	height: 1.2rem; }
@media screen and (max-width: 991.98px) {
	.good-r .mona-content ul li {
		margin-top: 1.6rem;
		padding-bottom: 1.6rem; } }
@media screen and (max-width: 767.98px) {
	.good-r {
		width: 100%; } }
.cline {
    margin: 2rem 0;
    position: relative;
    width: 100%;
    border-top: 1px solid #bde0fa;
	    height: auto;
}
.cline::before {
    content: "";
    position: absolute;
    top: -1px;
	padding-top:0px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #1a8ee1;
    animation: 20s clineCircle linear infinite alternate;
    offset-path: path("M-1,0H1729V1H-1Z");
}
.cline::before {
    animation: 20s clineCircle3 linear infinite alternate;
}
@keyframes clineCircle {
  0% {
    offset-distance: 0%; }
  100% {
    offset-distance: 100%; } }

@keyframes clineCircle1 {
  0% {
    top: 0; }
  100% {
    top: 100%; } }

@keyframes clineCircle2 {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes clineCircle3 {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes clineCircle31 {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@media only screen and (max-width: 1500px) {
    .banner.banner-sec:has(+ .category) .tt-pri, .banner.banner-sec:has(+ .m-news) .tt-pri {
        font-size: 6rem;
    }
}
@media only screen and (max-width: 800px) {
    .banner.banner-sec:has(+ .category) .tt-pri, .banner.banner-sec:has(+ .m-news) .tt-pri {
        font-size: 4rem;
    }
}
@media only screen and (max-width: 576px) {
    .banner.banner-sec:has(+ .category) .tt-pri, .banner.banner-sec:has(+ .m-news) .tt-pri {
        font-size: 3.6rem;
    }
	.post-type-archive-sanpham .banner.banner-sec .banner-content {
	display:block
}
	.post-type-archive-sanpham .banner.banner-sec:has(+ .category):has(+ .category) {
		    min-height: 40rem;
	}
	.post-type-archive-sanpham .banner.banner-sec:has(+ .category) .tt-pri {
		margin-bottom:15px;
	}
}
.section-process {
  padding-top: 9.6rem;
}
@media (max-width: 991px) {
  .section-process {
    padding-top: 5rem;
  }
}
@media (max-width: 575px) {
  .section-process {
    padding-top: 3rem;
  }
}
.section-process .content-desc {
  text-align: center;
  max-width: 70rem;
  margin-inline: auto;
}
.section-process .content-desc .desc {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .section-process .content-desc .desc {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .section-process .content-desc .desc {
    margin-top: 0;
    padding-top: 0;
  }
}
.section-process .process-item {
  padding-top: 6.4rem;
}
@media (max-width: 575px) {
  .section-process .process-item {
    padding-top: 3rem;
  }
}
.section-process .process-item .content {
  display: flex;
  justify-content: center;
  padding-block: 2rem;
}
@media (max-width: 991px) {
  .section-process .process-item .content {
    flex-wrap: wrap;
  }
}
.section-process .process-item .content .wrap-item {
  position: relative;
}
@media (max-width: 575px) {
  .section-process .process-item .content .wrap-item {
    margin-right: 0 !important;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 991px) {
  .section-process .process-item .content .wrap-item:last-child {
    margin-top: 2.2rem;
  }
}
@media (max-width: 575px) {
  .section-process .process-item .content .wrap-item:last-child {
    margin-top: 0;
  }
}
.section-process .process-item .content .wrap-item:not(:last-child) {
  margin-right: 2rem;
}
.section-process .process-item .content .wrap-item .item {
  position: relative;
  background: #ffffff;
  text-align: center;
  width: 27.5rem;
  height: 27.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-process .process-item .content .wrap-item .item .item-content {
  padding: 0 4.5rem;
}
.section-process .process-item .content .wrap-item .item .item-content .icon {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: cover;
  margin: 0 auto;
}
.section-process .process-item .content .wrap-item .item .item-content .title {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.section-process .process-item .content .wrap-item .item .item-content .desc {
  margin-top: 1rem;
}
.section-process .process-item .content .wrap-item::before {
  position: absolute;
  content: "";
  top: -2rem;
  left: -2rem;
  background: #42a6ee;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  z-index: -1;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 51%);
}
.section-process .process-item .content .wrap-item::after {
  position: absolute;
  content: "";
  background: #F5F5F5;
  top: -2rem;
  left: -2rem;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  z-index: -2;
  border-radius: 50%;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
}
.section-process .process-item .content .wrap-item:nth-child(even)::after {
  transform: scaleY(-1);
}
.section-process .process-item .content .wrap-item:nth-child(even)::before {
  transform: scaleY(-1);
}