@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-neue-regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue-Medium.otf") format("OpenType");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-neue-bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Regular.otf") format("OpenType");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Semibold.otf") format("OpenType");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Bold.otf") format("OpenType");
  font-display: swap;
  font-weight: 700;
}
body.show-menu,
html.show-menu {
  overflow: hidden;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  background: #105aa9;
}
.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: #105aa9;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
input {
  outline: none;
}
.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-item .rating {
  margin-right: 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 220, 115, 0.6705882353);
}
.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  color: #efc529;
  margin-right: 20px;
}
.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}
.rating-item p {
  font-size: 14px;
}
.img_full img {
  width: 100%;
  height: auto;
}
.img-h-full img {
  width: 100%;
  height: 100%;
}
.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}
.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* .s-content {
  word-break: break-all;
} */
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}
.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  font-weight: 600;
  color: #252525;
}
.btn-all {
  background: #fff;
}
.btn-all .text {
  color: #ee2731;
  font-weight: 500;
}
.btn-all .icon {
  margin-left: 0px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.46, 0.67, 1.34);
  animation-timing-function: cubic-bezier(0.09, 0.46, 0.67, 1.34);
  -webkit-animation-name: btnBounceRightOut;
  animation-name: btnBounceRightOut;
}
.btn-all .icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@-webkit-keyframes btnBounceRightOut {
  0% {
    margin-left: 8px;
  }
  50% {
    margin-left: -2px;
  }
  75% {
    margin-left: 2px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes btnBounceRightOut {
  0% {
    margin-left: 8px;
  }
  50% {
    margin-left: -2px;
  }
  75% {
    margin-left: 2px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes btnBounceRightIn {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 10px;
  }
  75% {
    margin-left: 6px;
  }
  100% {
    margin-left: 8px;
  }
}
@keyframes btnBounceRightIn {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 10px;
  }
  75% {
    margin-left: 6px;
  }
  100% {
    margin-left: 8px;
  }
}
.item-branch img {
  max-width: 55%;
  max-height: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s;
}
@-webkit-keyframes scale_img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes scale_img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.item-why .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin: 0 auto;
}
.pagination-all .swiper-pagination-bullet-active {
  background: #ee2731;
}
.nav-footer ul li:not(:last-child) {
  margin-bottom: 16px;
}
.nav-footer ul li a {
  color: #fff;
}
.breadcrumb li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb li a {
  color: #888888;
}
.breadcrumb li a::after {
  content: "/";
  margin: 0 8px;
  color: #105aa9;
}
.breadcrumb li span {
  color: #105aa9;
}
.sort-pro li a {
  position: relative;
}
.sort-pro li a.active {
  font-weight: 500;
  color: #252525;
}
.sort-pro li a.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ee2731;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pagination {
  text-align: center;
  margin-top: 24px;
}
.pagination strong,
.pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  font-weight: 500;
  margin: 0 6px;
}
.pagination strong,
.pagination a:hover,
.pagination a:focus {
  background: #ee2731;
  border: 1px solid transparent;
  color: #fff;
}
.pagination a {
  border: 1px solid #888;
  color: #888;
}
.nav-solution li a.active {
  background: #105aa9;
  color: #fff;
}
.list-new__small .item-new-small {
  margin-bottom: 1rem;
}
.slide-pro__thumbs .swiper-slide-thumb-active .img-pro__thumbs {
  border: 1.5px solid #105aa9;
}
.list-property .item input:checked ~ .circle {
  border: 2px solid #ee2731;
}
.list-property .item input:checked ~ .circle::after {
  display: block;
}
.tab-info-pro .tablinks.active {
  color: #ee2731;
  position: relative;
}
.tab-info-pro .tablinks.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ee2731;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tabcontent.active {
  display: block;
}
.slide-roadmap::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ebebeb;
  position: absolute;
  top: 84px;
  left: 0;
}
.item-roadmap {
  position: relative;
}
.item-roadmap .time {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.item-roadmap::after {
  content: "";
  background-image: url(../images/Intersect.svg);
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80px;
  z-index: 1;
}
.module-rating .box-big-rating .main-title {
  font-weight: 700;
  color: #313131;
  font-size: 64px;
}
.module-rating .h-3 {
  background: #105aa9;
}
.module-rating .icon-star {
  color: #ffc400;
}
.box-plus-field {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}
.box-plus-field input {
  margin-bottom: 16px;
  flex: 1;
}
.btn-send-rating,
.btn-comment-naris-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #105aa9;
  color: #fff;
  transition: all 0.3s;
}
.btn-send-rating:hover,
.btn-send-rating:focus {
  background: #ee2731;
  color: #fff;
}
a[button-show-reply] {
  color: #888;
}
a[button-show-reply] svg path {
  stroke: #888;
}
.customer-prev,
.customer-next {
  top: 38%;
}
.project-prev img,
.project-next img {
  filter: brightness(100);
}
.select-properties .title {
  min-width: 83px;
}
.header {
  transition: all 0.3s;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.nav-footer ul li a:hover,
.nav-footer ul li a:focus {
  color: #105aa9;
}
div#toc_container {
  background: #e8e8e8;
  padding: 15px !important;
  border: 1px dashed #ccc;
  margin-bottom: 10px !important;
  border-radius: 15px;
}
.show_or_hidden_toc {
  cursor: pointer;
}
.toc_heading {
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toc_list {
  margin-left: 0;
  margin-top: 10px;
}
.toc_list li {
  position: relative;
  margin-bottom: 7px !important;
  padding-left: 0;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
}
div#toc_container ul {
  padding-left: 15px !important;
  margin-bottom: 0 !important;
}
.item-distribution .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-height: 100px;
  display: inline-block;
  pointer-events: none;
}
.item-distribution .logo img {
  object-fit: scale-down;
}
figcaption {
  text-align: center;
  font-style: italic;
}
figure {
  margin-bottom: 15px;
}
.list_filter_item {
  max-height: 350px;
  overflow-y: auto;
}
.list_filter_item::-webkit-scrollbar-track {
  background-color: #fff;
}
.list_filter_item::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.list_filter_item::-webkit-scrollbar-thumb {
  background: linear-gradient(91.8deg, #f44336 0%, #c62828 100%);
}
.map_iframe iframe {
  width: 100%;
}
@media (min-width: 1024px) {
  .item-branch:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .item-pro__cate .img {
    overflow: hidden;
  }
  .item-pro__cate .img img {
    transition: all 0.3s;
  }
  .item-pro__cate:hover .img img {
    transform: scale(1.1);
  }
  .slide-customer .item-branch {
    transition: all 0.3s;
  }
  .slide-customer .item-branch:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  .section-solution .w-full:nth-child(1) {
    width: 36%;
  }
  .section-solution .w-full:nth-child(2) {
    width: 64%;
  }
  .section-solution .w-full {
    padding: 0 16px;
  }
  .slide-project {
    max-width: 50%;
    margin-left: 0;
  }
  .list-social li a:hover {
    background: #ee2731;
    color: #fff;
  }
  .effect {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .effect-left {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .effect-right {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  .effect-bottom {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .slide-banner__index .swiper-slide-active .effect {
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
  }
  .item-why:hover .img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .item-why .img img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-project .bg img {
    -webkit-animation: scale_img 20s linear infinite alternate;
    animation: scale_img 20s linear infinite alternate;
  }
  .btn-all:hover .icon {
    margin-left: 8px;
    -webkit-animation-name: btnBounceRightIn;
    animation-name: btnBounceRightIn;
  }
  .wow {
    visibility: hidden;
  }
  .menu > ul > li {
    display: inline-block;
  }
  .menu > ul > li:not(:last-child) {
    margin-right: 0.5rem;
  }
  .menu ul li a:hover,
  .menu ul li a.active {
    color: #105aa9;
  }
  .menu ul li:hover ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .menu ul li:hover ul li ul {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  .menu ul li:hover ul li:hover ul {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    background: #105aa9;
    min-width: 230px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
  .menu ul li ul li a {
    padding: 10px 16px;
    border-top: 1px solid rgb(255, 255, 255);
    color: #fff;
  }
  .menu ul li ul li a:hover {
    color: #fff;
    background: #ee2731;
  }
  .menu ul li ul li ul {
    top: 0;
    left: 100%;
  }
  .menu > ul > li > a {
    padding: 36px 0;
  }
  .item-distribution .img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .item-distribution .view-more {
    color: #fff;
  }
  .item-distribution .view-more img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .item-distribution:hover {
    background: #ee2731;
  }
  .item-distribution:hover .img img {
    height: calc(100% - 50px);
  }
  .item-distribution:hover .content {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .item-distribution:hover .content .title,
  .item-distribution:hover .content .short_content {
    color: #fff;
  }
  .item-distribution:hover .view-more {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    color: #fff;
  }
  .item-distribution:hover .view-more img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .item-distribution .view-more {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    position: absolute;
    bottom: 0;
  }
  .item-solution .img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .item-solution:hover .img img {
    height: calc(100% - 50px);
  }
}
@media (min-width: 1280px) {
  .menu > ul > li:not(:last-child) {
    margin-right: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px !important;
  }
}
@media (min-width: 1651px) {
  .slide-solution {
    margin-right: -224px;
  }
}
@media (max-width: 1023px) {
  .item-distribution .view-more {
    display: none;
  }
  .section-roadmap {
    background-image: none !important;
  }
  .item-roadmap .time {
    background: #105aa9;
    color: #fff;
  }
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    z-index: 100;
    background: radial-gradient(
      65.11% 65.11% at 50% 50%,
      #00aeef 0%,
      #005cb9 100%
    );
    width: 100%;
    max-width: min(300px, 80%);
    padding: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: auto;
  }
  .menu.active {
    left: 0;
  }
  .menu ul li {
    position: relative;
  }
  .menu ul li .btn-dropdown-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 36.5px;
    height: 36.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
  .menu ul li .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .menu ul li a {
    color: #fff;
    display: block;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }
  .menu ul li ul {
    list-style-type: disc;
    margin-left: 40px;
    color: #fff;
    display: none;
  }
  .menu ul li ul li {
    margin-bottom: 0;
  }
  .menu ul li ul li .btn-dropdown-menu {
    width: 32.5px;
    height: 32.5px;
  }
  .menu ul li ul li a {
    background: unset;
    padding: 8px;
    border: none;
  }
  .logo-mobile img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .snav-btn {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 0.938rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .snav-btn i {
    display: block;
    margin: 5px 0;
    height: 2px;
    background: #105aa9;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .snav-btn.active i {
    background: #fff;
  }
  .snav-btn i:nth-child(2) {
    margin-right: 5px;
  }
  .snav-btn i:nth-child(3) {
    margin-right: 3px;
  }
  .snav-btn.active i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .snav-btn.active i:nth-child(2) {
    opacity: 0;
    margin-right: 0px;
    margin-left: -5px;
  }
  .snav-btn.active i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -14px;
    margin-right: 0px;
  }
  .form-sort__pro {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    max-width: min(350px, 80%);
    z-index: 100;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .form-sort__pro.active {
    left: 0;
  }
  .h-search {
    position: absolute;
    top: calc(100% + 17px);
    right: 0;
    z-index: 10;
  }
  .h-search.active {
    display: block;
  }
  .overlay-filter.active {
    right: 0;
  }
}
@media (max-width: 767px) {
  .module-rating {
    display: block;
  }
  .module-rating .box-big-rating {
    margin-bottom: 16px;
  }
  .img-comment {
    width: 80px;
    height: 80px;
  }
  .list-property .item .circle {
    width: 16px;
    height: 16px;
  }
  .list-property .item .circle::after {
    width: 8px;
    height: 8px;
  }
  .module-rating .box-big-rating .main-title {
    font-size: 40px;
  }
  .item-why .icon img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media (max-width: 575px) {
  .why-content span {
    padding: 10px;
  }
  .module-content-banner img {
    display: none;
  }
  .item-why .why-content {
    padding-left: 0;
    padding-right: 0;
  }
  .about-contact {
    display: block;
  }
  .about-contact-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.menu ul {
  font-family: "Averta";
}
