main .customLogo {
  margin-top: 5rem;
}
main .customLogo .titleCustomLogo {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Semi";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
main .customLogo .listLogo {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
main .customLogo .listLogo .itemCustomLogo a {
  height: 4.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 1.25rem;
}
main .customLogo .listLogo .itemCustomLogo a:before {
  position: absolute;
  top: 0.59rem;
  right: 0px;
  background: #D8DEE3;
  width: 1px;
  height: 52px;
  content: "";
}
main .customLogo .listLogo .itemCustomLogo a:after {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 5.875rem;
  height: 1px;
  content: "";
}
main .customLogo .listLogo .itemCustomLogo a img {
  max-height: 100%;
  max-width: 100%;
  line-height: 130%;
}
main .customLogo .listLogo .itemCustomLogo a:hover img {
  filter: unset;
}
main .customLogo .listLogo .itemCustomLogoLast a:before {
  content: unset;
}
main .customLogo .listLogo .itemHiddenBorderTop a:after {
  content: unset;
}
main .customLogoMobile {
  display: none;
  margin-top: 2.5rem;
}
main .customLogoMobile .titleCustomLogo {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Semi";
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
main .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a {
  padding: 2px 0px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  line-height: 130%;
}
main .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 .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 .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo:first-child a:after {
  content: unset;
}
main .customLogoMobile .carousel-logo .owl-dots {
  margin-top: 1.25rem !important;
}
main .customLogoMobile .carousel-logo .owl-dots button span {
  background: #ECF2F7;
  margin: 0px 0.25rem;
}
main .customLogoMobile .carousel-logo .owl-dots button span:hover {
  background: #293A8E;
}
main .customLogoMobile .carousel-logo .owl-dots .active span {
  background: #293A8E;
  margin: 0px 0.25rem;
}
main .listCategory {
  margin-top: 5rem;
}
main .listCategory .title {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Semi";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}
main .listCategory .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.75rem;
}
main .listCategory .list a {
  text-align: center;
  padding: 2rem 1.75rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  border-radius: 0.75rem;
  background: var(--white-2, #F6F9FC);
}
main .listCategory .list a .name {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Semi";
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.5rem;
  margin-bottom: 0px;
}
main .listCategory .list a .img img {
  max-width: 100%;
}
main .listCategory .list a .summary {
  color: var(--black-3, #6D727C);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 42px;
  margin-bottom: 0px;
}
main .listCategory .list a:hover .name {
  color: var(--main-1, #293A8E);
}
main .listCategory .list a:hover .summary {
  color: var(--main-1, #293A8E);
}
main .listCategory .listMobile {
  display: none;
}
main .listCategory .listMobile a {
  margin-bottom: 9.5px;
  text-align: center;
  padding: 0.75rem 0.5rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0.75rem;
  background: var(--white-2, #F6F9FC);
}
main .listCategory .listMobile a .img svg {
  width: 70%;
}
main .listCategory .listMobile a .name {
  color: var(--black-1, #061020);
  text-align: center;
  /* 16/Medium UPP */
  font-family: "Medium";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 37px;
  margin-bottom: 0px;
}
main .listCategory .listMobile a .summary {
  color: var(--black-3, #6D727C);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 33px;
  line-height: 140%;
  margin-bottom: 0px;
}
main .listCategory .listMobile a:hover .name {
  color: var(--main-1, #293A8E);
}
main .listCategory .listMobile a:hover .summary {
  color: var(--main-1, #293A8E);
}
main .listCategory .listMobile .owl-nav {
  margin-top: 1.4rem;
}
main .listCategory .listMobile .owl-nav button {
  padding: 0px;
  margin: 0px 0.5rem;
}
main .listCategory .listMobile .owl-nav button:focus {
  background: unset;
}
main .listCategory .listMobile .owl-nav button:hover {
  background: unset;
}
main .listCategory .listMobile .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 48%;
  transform: translate(0%, -48%);
}
main .listCategory .listMobile .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 48%;
  transform: translate(0%, -48%);
}
main .listPostCategory {
  margin-top: 5rem;
}
main .listPostCategory .titleH2 {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Semi";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
main .connect {
  margin-top: 5rem;
}

@media screen and (max-width: 992px) {
  main .customLogo {
    margin-top: 2.5rem;
  }
  main .customLogo .titleCustomLogo {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .customLogo .listLogo {
    grid-template-columns: repeat(8, 1fr);
  }
  main .listCategory {
    margin-top: 2.5rem;
  }
  main .listCategory .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .listCategory .list a {
    padding: 1.5rem 1rem;
  }
  main .listCategory .list a .name {
    height: 1.1875rem;
    font-size: 1rem;
  }
  main .listCategory .list a .summary {
    font-size: 0.75rem;
    height: 30px;
  }
  main .listPostCategory {
    margin-top: 2.5rem;
  }
  main .listPostCategory .titleH2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .listNews .itemPost .title {
    font-size: 1rem;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  main .breadcrumb {
    display: none;
  }
  main .customLogo {
    display: none;
  }
  main .customLogoMobile {
    display: block;
  }
  main .community {
    display: none;
  }
  main .communityMobile {
    display: block;
  }
  main .listCategory .list {
    display: none;
  }
  main .listCategory .listMobile {
    display: block;
  }
}

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