main .menuHomeMobile {
  padding: 20px 0px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
main .menuHomeMobile .itemMenu {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background: #F6F9FC;
}
main .menuHomeMobile .itemMenu .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
main .menuHomeMobile .itemMenu .image img {
  max-width: 100%;
}
main .menuHomeMobile .itemMenu .nameMenu {
  display: grid;
  align-items: center;
  width: calc(100% - 32px);
}
main .menuHomeMobile .itemMenu .nameMenu p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #061020;
}
main #carouselExample .carousel-item img {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}
main #carouselExample .carousel-control-prev {
  opacity: 1;
}
main #carouselExample .carousel-control-next {
  opacity: 1;
}
main .about {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.75rem;
}
main .about .leftSession {
  display: grid;
  align-items: center;
}
main .about .leftSession .contentLeftSession {
  display: grid;
  align-items: flex-start;
  gap: 0.75rem;
}
main .about .leftSession .contentLeftSession .titleAbout {
  color: var(--black-1, #061020);
  font-family: "Medium";
  font-size: 2.375rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}
main .about .leftSession .contentLeftSession .contentAbout {
  color: var(--black-3, #6D727C);
  font-size: 1rem;
  font-style: normal;
  line-height: 130%;
  font-family: "Regular";
}
main .about .leftSession .contentLeftSession .contentAbout p {
  color: var(--black-3, #6D727C);
  font-size: 1rem;
  font-style: normal;
  line-height: 130%;
  margin-bottom: 0.5rem;
  font-family: "Regular";
}
main .about .leftSession .contentLeftSession .contentAbout p:last-child {
  margin-bottom: 0px;
}
main .about .leftSession .contentLeftSession .contentAbout span {
  color: var(--black-3, #6D727C);
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.5rem;
  font-family: "Regular";
}
main .about .leftSession .contentLeftSession .contentAboutMobile {
  display: none;
}
main .about .leftSession .contentLeftSession .buttonSession {
  margin-top: 1.25rem;
  padding: 1.125rem 0rem;
}
main .about .leftSession .contentLeftSession .buttonSession a {
  border-radius: 3.125rem;
  color: var(--main-1, #293A8E);
  text-align: center;
  font-family: "Medium";
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 1.125rem 1.5rem;
  border-radius: 3.125rem;
  border: 1px solid var(--main-1, #293A8E);
}
v main .about .leftSession .contentLeftSession .buttonSession a:hover {
  background: var(--main-1, #293A8E);
  color: var(--white-1, #FFF);
}
main .about .rightSession {
  display: grid;
  align-items: center;
}
main .about .rightSession .imageYoutube {
  position: relative;
}
main .about .rightSession .imageYoutube img {
  max-width: 100%;
  border-radius: 10px;
}
main .about .rightSession .imageYoutube a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: grid;
  background: unset;
  border: unset;
}
main .about .rightSession .imageYoutube a:focus {
  outline: unset;
}
main .about .rightSession iframe {
  border-radius: 0.5rem;
  height: 22.106rem;
}
main .about .rightSession lite-youtube {
  border-radius: 0.5rem;
  height: 22.106rem;
}
main #staticVideo .modal-dialog {
  margin-top: 5rem;
  max-width: 700px;
}
main #staticVideo .modal-dialog .modal-content {
  position: relative;
  background: unset;
  border: unset;
}
main #staticVideo .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -50px;
  right: -12px;
  opacity: 1;
  width: 50px;
  height: 50px;
}
main #staticVideo .modal-dialog .modal-content .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}
main #staticVideo .modal-dialog .modal-content .modal-body {
  padding: 0px;
  height: 400px;
}
main #staticVideo .modal-dialog .modal-content .modal-body iframe {
  border-radius: 10px;
  height: 400px;
}
main .about-full {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0rem;
}
main .customerLogoSession {
  margin-top: 6.25rem;
}
main .customerLogoSession .customLogo .titleCustomLogo {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Medium";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
main .customerLogoSession .customLogo .listLogo {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
main .customerLogoSession .customLogo .listLogo .itemCustomLogo a {
  height: 4.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.1rem 1.25rem;
}
main .customerLogoSession .customLogo .listLogo .itemCustomLogo a:before {
  position: absolute;
  top: 0.59rem;
  right: 0px;
  background: #D8DEE3;
  width: 1px;
  height: 52px;
  content: "";
}
main .customerLogoSession .customLogo .listLogo .itemCustomLogo a:after {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 5.875rem;
  height: 1px;
  content: "";
}
main .customerLogoSession .customLogo .listLogo .itemCustomLogo a img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
main .customerLogoSession .customLogo .listLogo .itemCustomLogo a:hover img {
  filter: unset;
}
main .customerLogoSession .customLogo .listLogo .itemCustomLogoLast a:before {
  content: unset;
}
main .customerLogoSession .customLogo .listLogo .itemHiddenBorderTop a:after {
  content: unset;
}
main .customerLogoSession .customLogoMobile {
  display: none;
}
main .customerLogoSession .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 .customerLogoSession .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a {
  padding: 2px 0px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .customerLogoSession .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
main .customerLogoSession .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 .customerLogoSession .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 .customerLogoSession .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo:first-child a:after {
  content: unset;
}
main .customerLogoSession .customLogoMobile .carousel-logo .owl-dots {
  margin-top: 1.25rem !important;
}
main .customerLogoSession .customLogoMobile .carousel-logo .owl-dots button span {
  background: #ECF2F7;
  margin: 0px 0.25rem;
}
main .customerLogoSession .customLogoMobile .carousel-logo .owl-dots button span:hover {
  background: #293A8E;
}
main .customerLogoSession .customLogoMobile .carousel-logo .owl-dots .active span {
  background: #293A8E;
  margin: 0px 0.25rem;
}
main .customerLogoSession .buttonCustomerLogo {
  text-align: center;
  margin-top: 2.5rem;
  display: grid;
  align-items: center;
}
main .customerLogoSession .buttonCustomerLogo .buttonCustomerLogoContent {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: auto;
}
main .customerLogoSession .buttonCustomerLogo .buttonCustomerLogoContent a {
  color: var(--main-1, #293A8E);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Semi";
  line-height: normal;
  text-decoration-line: underline;
  position: relative;
  padding-right: 4px;
}
main .customerLogoSession .buttonCustomerLogo .buttonCustomerLogoContent svg {
  top: 2px;
  position: relative;
}
main .customerLogoSession .buttonCustomerLogo .buttonCustomerLogoContent .svgHover {
  display: none;
}
main .customerLogoSession .buttonCustomerLogo .buttonCustomerLogoContent:hover a {
  color: var(--second-2, #F97414);
}
main .customerLogoSession .buttonCustomerLogo .buttonCustomerLogoContent:hover .svgBase {
  display: none;
}
main .customerLogoSession .buttonCustomerLogo .buttonCustomerLogoContent:hover .svgHover {
  display: block;
}
main .serviceHome {
  margin-top: 6.25rem;
}
main .serviceHome .titleserviceHome {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Medium";
  font-size: 2.375rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
main .serviceHome .listService {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.75rem;
}
main .serviceHome .listService .itemSession {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
main .serviceHome .listService .itemSession .aImage {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
}
main .serviceHome .listService .itemSession .aImage img {
  max-width: 100%;
  width: 100% !important;
  transition: transform 0.3s ease;
  height: auto !important;
}
main .serviceHome .listService .itemSession h3 {
  margin-bottom: 0px;
}
main .serviceHome .listService .itemSession h3 a {
  color: var(--black-1, #061020);
  font-family: "Semi";
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.55rem;
}
main .serviceHome .listService .itemSession .listServiceChild {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  list-style-type: none;
}
main .serviceHome .listService .itemSession .listServiceChild li {
  padding-right: 0.25rem;
}
main .serviceHome .listService .itemSession .listServiceChild li a {
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--black-4, #BABABA);
}
main .serviceHome .listService .itemSession .listServiceChild li a span {
  overflow: hidden;
  color: var(--black-3, #6D727C);
  text-align: left;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 22px;
}
main .serviceHome .listService .itemSession .listServiceChild li:hover a span {
  color: var(--main-1, #293A8E);
}
main .serviceHome .listService .itemSession .listServiceChild .liRight {
  padding-right: 0px;
  padding-left: 0.25rem;
}
main .serviceHome .listService .itemSession .btnMore a {
  display: block;
}
main .serviceHome .listService .itemSession .btnMore a span {
  padding-right: 1.3rem;
  position: relative;
  color: var(--main-1, #293A8E);
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}
main .serviceHome .listService .itemSession .btnMore a span svg {
  position: absolute;
  top: 2px;
  right: 0px;
}
main .serviceHome .listService .itemSession .btnMore a span .svgMore {
  display: none;
}
main .serviceHome .listService .itemSession:hover .aImage img {
  transform: scale(1.5) rotate(12deg);
}
main .serviceHome .listService .itemSession:hover h3 a {
  color: var(--main-1, #293A8E);
}
main .serviceHome .listService .itemSession:hover .btnMore a span {
  color: var(--second-2, #F97414);
}
main .serviceHome .listService .itemSession:hover .btnMore a span .svgHover {
  display: none;
}
main .serviceHome .listService .itemSession:hover .btnMore a span .svgMore {
  display: block;
}
main .serviceHome .listServiceMobile {
  display: none;
}
main .serviceHome .listServiceMobile .itemSession {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
main .serviceHome .listServiceMobile .itemSession .aImageMobile {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
}
main .serviceHome .listServiceMobile .itemSession .aImageMobile img {
  max-width: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}
main .serviceHome .listServiceMobile .itemSession h3 {
  margin-bottom: 0px;
}
main .serviceHome .listServiceMobile .itemSession h3 a {
  color: var(--black-1, #061020);
  font-family: "Semi";
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.55rem;
}
main .serviceHome .listServiceMobile .itemSession .listServiceChild {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  list-style-type: none;
}
main .serviceHome .listServiceMobile .itemSession .listServiceChild li {
  padding-right: 0.25rem;
}
main .serviceHome .listServiceMobile .itemSession .listServiceChild li a {
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--black-4, #BABABA);
}
main .serviceHome .listServiceMobile .itemSession .listServiceChild li a span {
  overflow: hidden;
  color: var(--black-3, #6D727C);
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.1875rem;
}
main .serviceHome .listServiceMobile .itemSession .listServiceChild li:hover a span {
  color: var(--main-1, #293A8E);
}
main .serviceHome .listServiceMobile .itemSession .listServiceChild .liRight {
  padding-right: 0px;
  padding-left: 0.25rem;
}
main .serviceHome .listServiceMobile .itemSession .btnMore a {
  display: block;
}
main .serviceHome .listServiceMobile .itemSession .btnMore a span {
  padding-right: 1.3rem;
  position: relative;
  color: var(--main-1, #293A8E);
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}
main .serviceHome .listServiceMobile .itemSession .btnMore a span svg {
  position: absolute;
  top: 2px;
  right: 0px;
}
main .serviceHome .listServiceMobile .itemSession .btnMore a span .svgMore {
  display: none;
}
main .serviceHome .listServiceMobile .itemSession:hover .aImage img {
  transform: scale(1.5) rotate(12deg);
}
main .serviceHome .listServiceMobile .itemSession:hover h3 a {
  color: var(--main-1, #293A8E);
}
main .serviceHome .listServiceMobile .itemSession:hover .btnMore a span {
  color: var(--second-2, #F97414);
}
main .serviceHome .listServiceMobile .itemSession:hover .btnMore a span .svgHover {
  display: none;
}
main .serviceHome .listServiceMobile .itemSession:hover .btnMore a span .svgMore {
  display: block;
}
main .serviceInsdustryHome {
  margin-top: 6.25rem;
}
main .serviceInsdustryHome .titleServiceInsdustryHome {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Medium";
  font-size: 2.375rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
main .serviceInsdustryHome .listService {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
main .serviceInsdustryHome .listService .itemSession {
  background: #F6F9FC;
  padding: 24px 12px 24px 12px;
  gap: 12px;
  border-radius: 12px;
}
main .serviceInsdustryHome .listService .itemSession .aImageService {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
  margin-bottom: 20px;
}
main .serviceInsdustryHome .listService .itemSession .aImageService img {
  max-width: 100%;
  width: 100% !important;
  transition: transform 0.3s ease;
  height: auto !important;
  border-radius: 12px;
}
main .serviceInsdustryHome .listService .itemSession .a-title {
  text-align: center;
}
main .serviceInsdustryHome .listService .itemSession .a-title a {
  font-size: 16px;
  font-family: "Medium";
  line-height: 130%;
  text-align: center;
  color: #061020;
}
main .serviceInsdustryHome .listService .itemSession .summary {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: #6D727C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 42px;
  margin-bottom: 12px;
}
main .serviceInsdustryHome .listService .itemSession .listServiceChild {
  display: grid;
  grid-gap: 12px;
  list-style-type: none;
}
main .serviceInsdustryHome .listService .itemSession .listServiceChild li a {
  display: block;
  position: relative;
  padding-left: 15px;
}
main .serviceInsdustryHome .listService .itemSession .listServiceChild li a img {
  position: absolute;
  top: 4px;
  left: 0px;
}
main .serviceInsdustryHome .listService .itemSession .listServiceChild li a span {
  overflow: hidden;
  color: #293A8E;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 130%;
  height: 22px;
}
main .serviceInsdustryHome .listService .itemSession .listServiceChild li:hover a span {
  color: var(--main-1, #293A8E);
}
main .serviceInsdustryHome .listServiceInsdustryMobile {
  display: none;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession {
  background: #F6F9FC;
  padding: 24px 12px 24px 12px;
  gap: 12px;
  border-radius: 12px;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .aImageServiceMobile {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
  margin-bottom: 12px;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .aImageServiceMobile img {
  max-width: 100%;
  width: 100% !important;
  transition: transform 0.3s ease;
  height: auto !important;
  border-radius: 12px;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .a-title {
  text-align: center;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .a-title a {
  font-size: 16px;
  font-family: "Medium";
  line-height: 130%;
  text-align: center;
  color: #061020;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .summary {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: #6D727C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 36px;
  margin-bottom: 12px;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .listServiceChild {
  display: grid;
  grid-gap: 12px;
  list-style-type: none;
  margin-top: 20px;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .listServiceChild li a {
  display: block;
  position: relative;
  padding-left: 15px;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .listServiceChild li a img {
  position: absolute;
  top: 4px;
  left: 0px;
  width: auto !important;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .listServiceChild li a span {
  overflow: hidden;
  color: #293A8E;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 130%;
  height: 22px;
}
main .serviceInsdustryHome .listServiceInsdustryMobile .itemSession .listServiceChild li:hover a span {
  color: var(--main-1, #293A8E);
}
main .pressHome {
  margin-top: 6.25rem;
}
main .pressHome .titlePressHome {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Medium";
  font-size: 2.375rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
main .pressHome .listPressHome .girdPress {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 2.61rem;
}
main .pressHome .listPressHome .girdPress .itemPress {
  display: grid;
  align-items: center;
  position: relative;
}
main .pressHome .listPressHome .girdPress .itemPress:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1.3rem;
  height: 3.25rem;
  width: 1px;
  background: #D8DEE3;
}
main .pressHome .listPressHome .girdPress .itemPress .arrowBottom {
  position: absolute;
  bottom: -22px;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  display: none;
}
main .pressHome .listPressHome .girdPress .itemPress a {
  margin: auto;
  display: flex;
  height: 4.4375rem;
  align-items: center;
  justify-items: center;
}
main .pressHome .listPressHome .girdPress .itemPress a img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
main .pressHome .listPressHome .girdPress .itemPress:last-child:before {
  content: unset;
}
main .pressHome .listPressHome .girdPress .itemPress .arrowBox {
  position: relative;
  top: 0px;
  left: 0px;
}
main .pressHome .listPressHome .girdPress .itemPress .arrow_box {
  position: relative;
  background: #ECF2F7;
}
main .pressHome .listPressHome .girdPress .itemPress .arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(236, 242, 247, 0);
  border-bottom-color: #ECF2F7;
  border-width: 15px;
  margin-left: -15px;
}
main .pressHome .listPressHome .girdPress .activePress .arrowBottom {
  display: block;
}
main .pressHome .listPressHome .girdPress .activePress .arrowBottom img {
  max-width: 100%;
}
main .pressHome .listPressHome .girdPress .activePress a img {
  filter: unset;
}
main .pressHome .listPressHome .girdPressMobile {
  display: none;
}
main .pressHome .listPressHome .girdPressMobile .itemPress {
  display: grid;
  align-items: center;
  position: relative;
}
main .pressHome .listPressHome .girdPressMobile .itemPress:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1.3rem;
  height: 3.25rem;
  width: 1px;
  background: #D8DEE3;
}
main .pressHome .listPressHome .girdPressMobile .itemPress .arrowBottom {
  position: absolute;
  bottom: -22px;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  display: none;
}
main .pressHome .listPressHome .girdPressMobile .itemPress a {
  margin: auto;
  display: flex;
  height: 4.4375rem;
  align-items: center;
  justify-items: center;
}
main .pressHome .listPressHome .girdPressMobile .itemPress a img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
main .pressHome .listPressHome .girdPressMobile .itemPress:last-child:before {
  content: unset;
}
main .pressHome .listPressHome .girdPressMobile .itemPress .arrowBox {
  position: relative;
  top: 0px;
  left: 0px;
}
main .pressHome .listPressHome .girdPressMobile .itemPress .arrow_box {
  position: relative;
  background: #ECF2F7;
}
main .pressHome .listPressHome .girdPressMobile .itemPress .arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(236, 242, 247, 0);
  border-bottom-color: #ECF2F7;
  border-width: 15px;
  margin-left: -15px;
}
main .pressHome .listPressHome .girdPressMobile .activePress .arrowBottom {
  display: block;
}
main .pressHome .listPressHome .girdPressMobile .activePress .arrowBottom img {
  max-width: 100%;
}
main .pressHome .listPressHome .girdPressMobile .activePress a img {
  filter: unset;
}
main .pressHome .listPressHome .arrow_box {
  margin-top: 2rem;
  position: relative;
  padding: 2rem 1.625rem;
  gap: 0.625rem;
  border-radius: 0.75rem;
  background: var(--white-3, #ECF2F7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main .pressHome .listPressHome .arrow_box p {
  margin-bottom: 0px;
  color: var(--main-1, #293A8E);
  font-family: "Medium";
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}
main .pressHome .listPressHome .arrow_box p a {
  color: var(--main-1, #293A8E);
  font-family: "Medium";
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
}
main .why {
  margin-top: 6.25rem;
}
main .newsHome {
  margin-top: 6.25rem;
}
main .newsHome .title {
  color: var(--black-1, #061020);
  font-family: "Medium";
  font-size: 2.375rem;
  font-style: normal;
  margin-bottom: 1.25rem;
  line-height: normal;
  text-transform: uppercase;
  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: var(--white-2, #F6F9FC);
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
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 .imageNew img {
  transform: scale(1.5) rotate(12deg);
}
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 {
  border-radius: 3.125rem;
  border: 1px solid var(--main-1, #293A8E);
  padding: 1.125rem 1.5rem;
  border-radius: 3.125rem;
  border: 1px solid var(--main-1, #293A8E);
}
main .newsHome .btn-more a span {
  padding-right: 1.25rem;
  position: relative;
  color: var(--main-1);
  text-align: center;
  font-family: "Medium";
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
main .newsHome .btn-more a span svg {
  position: absolute;
  top: 0px;
  right: 0px;
}
main .newsHome .btn-more a span .svgHover {
  display: none;
}
main .newsHome .btn-more a:hover {
  background: var(--main-1, #293A8E);
}
main .newsHome .btn-more a:hover span {
  color: #fff;
}
main .newsHome .btn-more a:hover span .svgOften {
  display: none;
}
main .newsHome .btn-more a:hover span .svgHover {
  display: block;
}
@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;
  }
  main .newsHome .btn-more a {
    padding: 1rem 1.5rem;
  }
}
main .connect {
  margin-top: 6.25rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1512px) {
  main .serviceInsdustryHome .listService .itemSession .a-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  main #carouselExample .carousel-control-prev {
    width: 9%;
  }
  main #carouselExample .carousel-control-prev img {
    width: 2.5rem;
  }
  main #carouselExample .carousel-control-next {
    width: 9%;
  }
  main #carouselExample .carousel-control-next img {
    width: 2.5rem;
  }
  main .about {
    margin-top: 2.5rem;
    grid-gap: 1.25rem;
  }
  main .about .leftSession .contentLeftSession .titleAbout {
    font-size: 1.5rem;
  }
  main .about .rightSession iframe {
    width: 100%;
  }
  main .customerLogoSession {
    margin-top: 2.5rem;
  }
  main .customerLogoSession .customLogo .titleCustomLogo {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .customerLogoSession .buttonCustomerLogo {
    margin-top: 1.25rem;
  }
  main .serviceHome {
    margin-top: 2.5rem;
  }
  main .serviceHome .titleserviceHome {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .pressHome {
    margin-top: 2.5rem;
  }
  main .pressHome .titlePressHome {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .why {
    margin-top: 2.5rem;
    padding: 1.75rem 0rem 2rem 0rem;
  }
  main .why .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .newsHome {
    margin-top: 2.5rem;
  }
  main .newsHome .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .newsHome .btn-more {
    margin-top: 1.25rem;
    padding: 1.125rem 0rem;
  }
  main .newsHome .btn-more a {
    padding: 1.125rem 1.5rem;
  }
  main .connect {
    margin-top: 2.5rem;
  }
  main .connect .leftConnect .info .title {
    font-size: 1.5rem;
  }
  main .serviceHome .listService {
    grid-template-columns: repeat(2, 1fr);
  }
  main .serviceHome .listService .itemSession .listServiceChild li a span {
    line-height: 130%;
    height: 22px;
    -webkit-line-clamp: 1;
  }
  main .serviceInsdustryHome {
    margin-top: 2.5rem;
  }
  main .serviceInsdustryHome .titleServiceInsdustryHome {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  main .serviceInsdustryHome .listService {
    grid-template-columns: repeat(2, 1fr);
  }
  main .serviceInsdustryHome .listService .itemSession {
    padding: 12px;
  }
  main .serviceInsdustryHome .listService .itemSession .a-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main .menuHomeMobile {
    display: grid;
  }
  main #staticVideo .modal-dialog {
    max-width: 95%;
    width: 95%;
    margin: 5rem auto 0px;
  }
  main .about {
    grid-template-columns: repeat(1, 1fr);
  }
  main .about .leftSession .contentLeftSession {
    gap: 0.5rem;
  }
  main .about .leftSession .contentLeftSession .titleAbout {
    font-family: "Semi";
  }
  main .about .leftSession .contentLeftSession .buttonSession {
    margin-top: 0.5rem;
  }
  main .about .rightSession iframe {
    height: 18rem;
  }
  main .customerLogoSession .customLogo {
    display: none;
  }
  main .customerLogoSession .customLogo .titleCustomLogo {
    font-family: "Semi";
  }
  main .customerLogoSession .customLogoMobile {
    display: block;
  }
  main .serviceHome .titleserviceHome {
    font-family: "Semi";
    font-size: 1.5rem;
  }
  main .pressHome .titlePressHome {
    font-family: "Semi";
    font-size: 1.5rem;
  }
  main .pressHome .listPressHome .arrow_box {
    margin-top: 1rem;
    padding: 1rem 0.75rem;
  }
  main .pressHome .girdPress .activePress .arrowBottom {
    bottom: -5px;
  }
  main .why {
    padding-top: 0rem;
    padding-bottom: 0px;
  }
  main .newsHome .title {
    font-family: "Semi";
    font-size: 1.5rem;
  }
  main .pressHome .listPressHome .arrow_box {
    align-items: normal;
  }
  main .pressHome .listPressHome .arrow_box p a {
    word-wrap: break-word;
  }
  main .serviceHome .listService .itemSession .listServiceChild li a span {
    height: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  main .serviceHome .listService {
    display: none;
  }
  main .serviceHome .listServiceMobile {
    display: block;
  }
  main .serviceHome .listServiceMobile .itemSession .listServiceChild li a span {
    font-size: 0.75rem;
    text-align: left;
    line-height: 130%;
    height: 1rem;
  }
  main .serviceInsdustryHome .listService {
    display: none;
  }
  main .serviceInsdustryHome .listServiceInsdustryMobile {
    display: block;
  }
  main .customerLogoSession .customLogoMobile .titleCustomLogo {
    font-size: 1.2rem;
  }
  main .why .title {
    font-size: 1.2rem;
  }
  main .newsHome .title {
    font-size: 1.2rem;
  }
  main .connect .leftConnect .info .title {
    font-size: 1.2rem;
  }
  main .about .leftSession .contentLeftSession .titleAbout {
    font-size: 1.2rem;
  }
  main .about .leftSession .contentLeftSession .contentAbout {
    display: none;
  }
  main .about .leftSession .contentLeftSession .contentAboutMobile {
    display: block;
  }
  main .pressHome .titlePressHome {
    margin-bottom: 0.5rem;
  }
  main .pressHome .listPressHome .girdPress {
    display: none;
  }
  main .pressHome .listPressHome .girdPressMobile {
    display: block;
  }
  main .pressHome .listPressHome .girdPressMobile .owl-item:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -0.75rem;
    height: 3.25rem;
    width: 1px;
    background: #D8DEE3;
  }
  main .pressHome .listPressHome .girdPressMobile .itemPress {
    padding: 20px 0px;
  }
  main .pressHome .listPressHome .girdPressMobile .itemPress .arrowBottom {
    display: none;
    bottom: 0px;
  }
  main .pressHome .listPressHome .girdPressMobile .activePress .arrowBottom {
    display: block;
    bottom: 0px;
  }
  main .pressHome .listPressHome .arrow_box {
    margin-top: 0.75rem;
    align-items: normal;
  }
  main .pressHome .listPressHome .arrow_box p a {
    word-wrap: break-word;
  }
  main #carouselExample .carousel-control-prev {
    width: 15%;
  }
  main #carouselExample .carousel-control-next {
    width: 15%;
  }
}

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