main {
  padding-bottom: 60px;
}
main .banner {
  position: relative;
  height: 520px;
  overflow: hidden;
}
main .banner .content-banner {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4901960784);
  display: grid;
  align-items: center;
}
main .banner .content-banner h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56.25px;
  text-align: left;
  color: #F69320;
  margin-bottom: 2px;
}
main .banner .content-banner p {
  font-size: 38px;
  font-weight: 600;
  line-height: 44.53px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 22px;
}
main .banner .content-banner .more-banner {
  padding-top: 12.5px;
}
main .banner .content-banner .more-banner a {
  padding: 12.5px 32px 12.5px 32px;
  gap: 8px;
  border-radius: 100px;
  background: var(--main-1);
  color: #fff;
}
main .banner .content-banner .more-banner a:hover {
  background: var(--second-1);
}
main .banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main .mg-top {
  margin-top: 60px;
}
main .about-home {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}
main .about-home .about-home-left {
  display: grid;
  align-items: center;
}
main .about-home .about-home-left .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 44.53px;
  text-align: left;
  color: #061020;
  margin-bottom: 8px;
}
main .about-home .about-home-left .summary {
  font-size: 16px;
  line-height: 18.75px;
  text-align: left;
  color: #6D727C;
  font-weight: 400;
  margin-bottom: 0px;
}
main .about-home .about-home-left .summary span {
  font-family: Bold;
}
main .about-home .about-home-right {
  display: grid;
  align-items: center;
}
main .about-home .about-home-right .image {
  position: relative;
  height: 365px;
  overflow: hidden;
}
main .about-home .about-home-right .image img {
  max-width: 100%;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main .companion .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 44.53px;
  text-align: center;
  color: #061020;
}
main .companion .list-companion {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
main .companion .list-companion .item-companion {
  width: calc(33.3333333% - 24px);
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
  border-radius: 4px;
  padding: 20px 12px 20px 12px;
}
main .companion .list-companion .item-companion .icon {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: auto;
}
main .companion .list-companion .item-companion .icon img {
  max-width: 100%;
}
main .companion .list-companion .item-companion p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: center;
  color: #061020;
  text-align: center;
  margin-bottom: 0px;
}
main .companion .list-companion .item-companion .more {
  margin-top: 16px;
  text-align: center;
}
main .companion .list-companion .item-companion .more a {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: var(--main-1);
}
main .companion .list-companion .item-companion .more a:hover {
  color: var(--second-1);
}
main .companion .list-companion-mobile {
  display: none;
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
  border-radius: 4px;
  padding: 20px 12px 20px 12px;
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion .icon {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: auto;
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion .icon img {
  max-width: 100%;
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: center;
  color: #061020;
  text-align: center;
  margin-bottom: 0px;
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion .more {
  margin-top: 16px;
  text-align: center;
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion .more a {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: var(--main-1);
  position: relative;
  padding-right: 20px;
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion .more a:hover {
  color: var(--second-1);
}
main .companion .list-companion-mobile .carousel-companion-mobile .item-companion .more a img {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 16px;
}
main .companion .list-companion-mobile .carousel-companion-mobile .owl-dots {
  margin-top: 12px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
main .companion .list-companion-mobile .carousel-companion-mobile .owl-dots button {
  width: 12px;
  height: 12px;
  background: #ECF2F7;
  border-radius: 50%;
}
main .companion .list-companion-mobile .carousel-companion-mobile .owl-dots .active {
  width: 12px;
  height: 12px;
  background: var(--main-1);
  border-radius: 50%;
}
main .service {
  background: #006A2B;
  padding: 40px 0px 60px 0px;
  gap: 28px;
  background: #006A2B;
}
main .service .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 44.53px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}
main .service .list-service {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
main .service .list-service .item-service {
  display: block;
  background: #fff;
  padding: 8px 8px 12px 8px;
  border-radius: 12px;
}
main .service .list-service .item-service .image img {
  border-radius: 8px;
  max-width: 100%;
}
main .service .list-service .item-service .name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  color: #061020;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 37.5px;
}
main .service .list-service .item-service .more {
  margin-bottom: 0px;
  margin-top: 16px;
  background: #00953D;
  padding: 8px 0px 8px 0px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: #FFFFFF;
}
main .service .list-service .item-service:hover .more {
  background: var(--second-1);
}
main .service .list-service-mobile {
  display: none;
}
main .service .list-service-mobile .carousel-service-mobile .item-service {
  display: block;
  background: #fff;
  padding: 8px 8px 12px 8px;
  border-radius: 12px;
}
main .service .list-service-mobile .carousel-service-mobile .item-service .image img {
  border-radius: 8px;
  max-width: 100%;
}
main .service .list-service-mobile .carousel-service-mobile .item-service .name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  color: #061020;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 37.5px;
}
main .service .list-service-mobile .carousel-service-mobile .item-service .more {
  margin-bottom: 0px;
  margin-top: 16px;
  background: #00953D;
  padding: 8px 0px 8px 0px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: #FFFFFF;
}
main .service .list-service-mobile .carousel-service-mobile .item-service:hover .more {
  background: var(--second-1);
}
main .service .list-service-mobile .carousel-service-mobile .owl-dots {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
main .service .list-service-mobile .carousel-service-mobile .owl-dots button {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
main .service .list-service-mobile .carousel-service-mobile .owl-dots .active {
  width: 12px;
  height: 12px;
  background: var(--second-2);
  border-radius: 50%;
}
main .business-model .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 44.53px;
  text-align: center;
  color: #061020;
}
main .business-model .business-model-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  gap: 20px;
}
main .business-model .business-model-content .item-business-model {
  background: #fff;
  border-radius: 12px;
  padding: 12px 8px;
  display: grid;
  gap: 8px;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
}
main .business-model .business-model-content .item-business-model .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: center;
  color: #061020;
  padding: 12px 0px;
  background: #ECF2F7;
  border-radius: 8px;
  margin-bottom: 0px;
}
main .business-model .business-model-content .item-business-model .image img {
  border-radius: 8px;
  max-width: 100%;
}
main .business-model .business-model-content .item-business-model ul {
  padding: 8px 0px;
  list-style-type: none;
  display: grid;
  gap: 8px;
}
main .business-model .business-model-content .item-business-model ul li {
  padding-left: 20px;
  background: url("../../image/home/icon_business_model.svg") no-repeat top 3px left;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
}
main .business-model .business-model-content .item-business-model ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--black-1);
}
main .business-model .business-model-content .item-business-model ul li a:hover {
  color: var(--main-1);
}
main .business-model .business-model-content .item-business-model:hover .name {
  color: var(--second-1);
}
main .ensure {
  height: 308px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
main .ensure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main .ensure .content-ensure {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 33px 28px;
  display: grid;
  align-items: center;
}
main .ensure .content-ensure p {
  font-size: 38px;
  line-height: 44.53px;
  text-align: left;
  color: #037833;
  margin-bottom: 12px;
  font-family: "Medium";
}
main .ensure .content-ensure ul {
  list-style-type: none;
  display: grid;
  gap: 12px;
}
main .ensure .content-ensure ul li {
  padding-left: 20px;
  font-family: "Medium";
  font-size: 18px;
  line-height: 21.09px;
  text-align: left;
  background: url("../../image/home/icon_business_model.svg") no-repeat top 4px left;
}
main .customer-logo .customLogo .titleCustomLogo {
  font-size: 38px;
  font-weight: 600;
  line-height: 44.53px;
  text-align: center;
  color: #061020;
  margin-bottom: 20px;
}
main .customer-logo .customLogo .listLogo {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
main .customer-logo .customLogo .listLogo .itemCustomLogo a {
  height: 4.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.1rem 1.25rem;
}
main .customer-logo .customLogo .listLogo .itemCustomLogo a:before {
  position: absolute;
  top: 0.59rem;
  right: 0px;
  background: #D8DEE3;
  width: 1px;
  height: 52px;
  content: "";
}
main .customer-logo .customLogo .listLogo .itemCustomLogo a:after {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 5.875rem;
  height: 1px;
  content: "";
}
main .customer-logo .customLogo .listLogo .itemCustomLogo a img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
main .customer-logo .customLogo .listLogo .itemCustomLogo a:hover img {
  filter: unset;
}
main .customer-logo .customLogo .listLogo .itemCustomLogoLast a:before {
  content: unset;
}
main .customer-logo .customLogo .listLogo .itemHiddenBorderTop a:after {
  content: unset;
}
main .customer-logo .customLogoMobile {
  display: none;
}
main .customer-logo .customLogoMobile .titleCustomLogo {
  color: var(--black-1, #061020);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 20px;
}
main .customer-logo .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a {
  padding: 2px 0px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .customer-logo .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
main .customer-logo .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a:before {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 1px;
  height: 1.53563rem;
  content: "";
}
main .customer-logo .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a:after {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 2.77594rem;
  height: 1px;
  content: "";
}
main .customer-logo .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo:first-child a:after {
  content: unset;
}
main .customer-logo .customLogoMobile .carousel-logo .owl-dots {
  margin-top: 1.25rem !important;
}
main .customer-logo .customLogoMobile .carousel-logo .owl-dots button span {
  background: #ECF2F7;
  margin: 0px 0.25rem;
}
main .customer-logo .customLogoMobile .carousel-logo .owl-dots button span:hover {
  background: #293A8E;
}
main .customer-logo .customLogoMobile .carousel-logo .owl-dots .active span {
  background: #293A8E;
  margin: 0px 0.25rem;
}
main .customer-logo .buttonCustomerLogo {
  text-align: center;
  margin-top: 20px;
  display: grid;
  align-items: center;
}
main .customer-logo .buttonCustomerLogo .buttonCustomerLogoContent {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: auto;
}
main .customer-logo .buttonCustomerLogo .buttonCustomerLogoContent a {
  color: var(--main-1);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  position: relative;
  padding-right: 4px;
}
main .customer-logo .buttonCustomerLogo .buttonCustomerLogoContent svg {
  top: 2px;
  position: relative;
}
main .customer-logo .buttonCustomerLogo .buttonCustomerLogoContent .svgHover {
  display: none;
}
main .customer-logo .buttonCustomerLogo .buttonCustomerLogoContent:hover a {
  color: var(--second-1);
}
main .customer-logo .buttonCustomerLogo .buttonCustomerLogoContent:hover .svgBase {
  display: none;
}
main .customer-logo .buttonCustomerLogo .buttonCustomerLogoContent:hover .svgHover {
  display: block;
}
main .newsHome .title {
  color: var(--black-1, #061020);
  font-weight: 600;
  font-size: 38px;
  font-style: normal;
  margin-bottom: 1.25rem;
  line-height: normal;
  text-align: center;
}
main .newsHome .listNews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
}
main .newsHome .listNews .itemPost {
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
}
main .newsHome .listNews .itemPost .imageNew {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}
main .newsHome .listNews .itemPost .imageNew img {
  border-radius: 0.75rem;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: transform 0.3s ease;
}
main .newsHome .listNews .itemPost .title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Semi";
  font-style: normal;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 46px;
  color: var(--black-1);
  font-size: 1.125rem;
  margin-bottom: 0px;
  text-align: left;
  line-height: 130%;
  text-transform: unset;
}
main .newsHome .listNews .itemPost:hover .title {
  color: var(--main-1);
}
main .newsHome .btn-more {
  text-align: center;
  padding: 1.125rem 0rem;
  margin-top: 1.5rem;
}
main .newsHome .btn-more a {
  padding: 12.5px 32px 12.5px 32px;
  gap: 8px;
  border-radius: 100px;
  background: var(--main-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: #fff;
}
main .newsHome .btn-more a:hover {
  background: var(--second-1);
}
@media screen and (max-width: 768px) {
  main .newsHome {
    margin-top: 2rem;
  }
  main .newsHome .title {
    font-size: 1.5rem;
  }
  main .newsHome .listNews {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.75rem;
  }
  main .newsHome .listNews .itemPost {
    margin-bottom: 0px;
  }
  main .newsHome .listNews .itemPost .title {
    overflow: hidden;
    color: var(--black-1, #061020);
    font-family: "medium";
    font-size: 0.875rem;
    font-style: normal;
    line-height: 130%;
    height: 35.5px;
  }
}

@media screen and (max-width: 1024px) {
  main .about-home .about-home-left .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    text-align: left;
  }
  main .companion .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    text-align: center;
  }
  main .service .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    text-align: center;
  }
  main .business-model .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    text-align: center;
  }
  main .customer-logo .customLogo .titleCustomLogo {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    text-align: center;
  }
  main .newsHome .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    text-align: center;
  }
  main .newsHome .title br {
    display: none;
  }
  main .business-model .business-model-content {
    gap: 12px;
  }
  main .ensure .content-ensure p {
    font-size: 28px;
    line-height: 32.81px;
  }
  main .companion {
    margin: 0px -6px;
  }
  main .companion .list-companion {
    gap: 12px;
  }
  main .companion .list-companion .item-companion {
    width: calc(33.3333333% - 12px);
  }
  main .service .list-service {
    gap: 12px;
  }
  main .mg-top {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 32px;
  }
  main .customer-logo .customLogo {
    display: none;
  }
  main .customer-logo .customLogoMobile {
    display: block;
  }
  main .service {
    padding: 32px 0px;
  }
  main .customer-logo .customLogoMobile .carousel-logo .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  main .customer-logo .customLogoMobile .carousel-logo .owl-dots button {
    width: 12px;
    height: 12px;
    background: #ECF2F7;
    border-radius: 50%;
  }
  main .customer-logo .customLogoMobile .carousel-logo .owl-dots .active {
    width: 12px;
    height: 12px;
    background: var(--main-1);
    border-radius: 50%;
  }
  main .about-home {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  main .companion .list-companion {
    display: none;
  }
  main .companion .list-companion-mobile {
    display: block;
    margin-top: 12px;
  }
  main .mg-top {
    margin-top: 32px;
  }
  main .service .list-service {
    display: none;
  }
  main .service .list-service-mobile {
    margin-top: 12px;
    display: block;
  }
  main .business-model .business-model-content {
    grid-template-columns: 1fr;
  }
  main .customer-logo .customLogoMobile .titleCustomLogo {
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
  }
  main .customer-logo .customLogoMobile .titleCustomLogo br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  main .banner {
    height: 260px;
  }
  main .banner .content-banner h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    text-align: left;
  }
  main .banner .content-banner p {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    text-align: left;
    margin-bottom: 20px;
  }
  main .ensure .content-ensure {
    padding: 20px 16px;
  }
  main .ensure .content-ensure p br {
    display: none;
  }
  main .ensure {
    height: 350px;
  }
  main .newsHome .btn-more {
    margin-top: 12px;
  }
}
@media screen and (max-width: 400px) {
  main .banner .content-banner p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=home.css.map */
