:root {
  --main-color: #F97C00;
  --color-white: #fff;
  --color-text: #333;
  --hover-color: #ffc22f;
  --hover-blue: #0466ba;
  --border-color: #d8d8d8;
  --yellow-color: #d5a73d;
  --color-gray: #f2f2f2;
  --color-gray-2: #949494;
}

:root {
  --main-color: #F97C00;
  --color-white: #fff;
  --color-text: #333;
  --hover-color: #ffc22f;
  --hover-blue: #0466ba;
  --border-color: #d8d8d8;
  --yellow-color: #d5a73d;
  --color-gray: #f2f2f2;
  --color-gray-2: #949494;
}

.wrapper-landing {
  position: relative;
}

.section-landing {
  position: relative;
  z-index: 2;
}

.background-landing {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}
.background-landing img {
  width: 100%;
}

.background0 {
  aspect-ratio: 1920/510;
  display: block;
  width: 100%;
}
@media (max-width: 1600px) {
  .background0 {
    aspect-ratio: 4/2;
  }
}
@media (max-width: 1500px) {
  .background0 {
    aspect-ratio: 1920/1112;
  }
}
.slide-banner-design {
  width: 100%;
}

@keyframes rotate-to-right {
  from {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(180deg);
  }
  to {
    transform: rotateZ(359deg);
  }
}
@keyframes rotate-to-left {
  from {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(-180deg);
  }
  to {
    transform: rotateZ(-359deg);
  }
}
@keyframes up-to-down {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes up-to-down20 {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes up-to-down15 {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0px);
  }
}
.wrapper-landing {
  overflow-x: hidden;
}

.banner-design {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner-design {
    flex-direction: column;
  }
}
.banner-design .left {
  width: 40%;
}
@media (max-width: 900px) {
  .banner-design .left {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .banner-design .left {
    width: 100%;
  }
  .banner-design .left .title-design {
    text-align: center;
  }
  .banner-design .left .description {
    text-align: justify;
  }
  .banner-design .left .description p:last-child {
    text-align: center;
  }
}
.banner-design .right {
  width: 60%;
  padding-left: 50px;
}
@media (max-width: 1400px) {
  .banner-design .right {
    padding-left: 10%;
  }
}
@media (max-width: 1300px) {
  .banner-design .right {
    padding-left: 3%;
  }
}
@media (max-width: 900px) {
  .banner-design .right {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-design .right {
    width: 80%;
    padding: 30px 0;
  }
}
.banner-design .right .banner-design-right {
  position: relative;
  aspect-ratio: 1;
}
.banner-design .right .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 660px;
  height: 660px;
  aspect-ratio: 1;
  border: 1px solid #F6D0D0;
  border-radius: 100%;
  z-index: 1;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: rotate-to-right;
}
@media (max-width: 1400px) {
  .banner-design .right .circle {
    width: 500px;
    height: 500px;
    left: calc((100% - 500px) / 2);
  }
}
@media (max-width: 900px) {
  .banner-design .right .circle {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.banner-design .right .circle .icon {
  position: absolute;
  display: flex;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: rotate-to-left;
}
.banner-design .right .circle .icon:before {
  content: "";
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .banner-design .right .circle .icon:before {
    display: none;
  }
}
.banner-design .right .circle .icon img {
  position: relative;
  z-index: 2;
}
.banner-design .right .circle .icon:after {
  content: "";
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
@media (max-width: 767px) {
  .banner-design .right .circle .icon:after {
    display: none;
  }
}
.banner-design .right .circle .icon:nth-of-type(2) {
  top: -20px;
  left: 70px;
}
@media (max-width: 1400px) {
  .banner-design .right .circle .icon:nth-of-type(2) {
    top: -30px;
    left: 31px;
  }
}
@media (max-width: 900px) {
  .banner-design .right .circle .icon:nth-of-type(2) {
    top: -40px;
    left: -9px;
  }
}
.banner-design .right .circle .icon:nth-of-type(2):before {
  top: 40px;
  left: 41px;
}
.banner-design .right .circle .icon:nth-of-type(2):after {
  top: 33px;
  left: 31px;
}
.banner-design .right .circle .icon:nth-of-type(3) {
  top: 52px;
  right: 86px;
}
@media (max-width: 1400px) {
  .banner-design .right .circle .icon:nth-of-type(3) {
    top: 21px;
    right: 73px;
  }
}
@media (max-width: 900px) {
  .banner-design .right .circle .icon:nth-of-type(3) {
    top: 6px;
    right: 43px;
  }
}
.banner-design .right .circle .icon:nth-of-type(3):before {
  top: -7px;
  left: -7px;
}
.banner-design .right .circle .icon:nth-of-type(3):after {
  top: -17.5px;
  left: -17.5px;
}
.banner-design .right .circle .icon:nth-of-type(4) {
  top: 53%;
  right: -69px;
  transform: translateY(-45%);
}
.banner-design .right .circle .icon:nth-of-type(4):before {
  top: 32px;
  left: 32px;
}
.banner-design .right .circle .icon:nth-of-type(4):after {
  top: 24px;
  left: 24px;
}
.banner-design .right .circle .icon:nth-of-type(5) {
  bottom: -33px;
  right: 20%;
  transform: translateX(-20%);
}
@media (max-width: 1400px) {
  .banner-design .right .circle .icon:nth-of-type(5) {
    bottom: -48px;
  }
}
@media (max-width: 900px) {
  .banner-design .right .circle .icon:nth-of-type(5) {
    bottom: -60px;
    right: 13%;
  }
}
.banner-design .right .circle .icon:nth-of-type(5):before {
  top: 20px;
  left: 20px;
}
.banner-design .right .circle .icon:nth-of-type(5):after {
  top: 10px;
  left: 10px;
}
.banner-design .right .circle .icon:nth-of-type(6) {
  top: calc(50% - 25px);
  left: -59px;
  transform: translateY(calc(-50% - 25px));
}
.banner-design .right .circle .icon:nth-of-type(6):before {
  top: 28px;
  left: 28px;
}
.banner-design .right .circle .icon:nth-of-type(6):after {
  top: 19px;
  left: 19px;
}
.banner-design .right .circle-small {
  position: absolute;
  top: 12.125%;
  width: 75.75%;
  aspect-ratio: 1;
  z-index: 2;
  left: 12.125%;
  border: 1px solid #F6D0D0;
  border-radius: 100%;
  z-index: 1;
}
.banner-design .right .img {
  position: relative;
  z-index: 2;
  bottom: 35px;
  left: -39px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  animation: up-to-down 3s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .banner-design .right .img {
    width: 530px;
    left: calc((100% - 530px) / 2 - 10px);
    align-items: center;
    bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .banner-design .right .img {
    left: calc((100% - 530px) / 2 - 15px);
    bottom: -18px;
  }
}
@media (max-width: 900px) {
  .banner-design .right .img {
    left: -11px;
    bottom: -23px;
  }
}
.banner-design .right .img img {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.padding-landing {
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .padding-landing {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .padding-landing {
    padding: 15px 0;
  }
}

.title-design {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .title-design {
    margin-bottom: 15px;
  }
}
.title-design > span {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .title-design > span {
    font-size: 14px;
  }
}
.title-design h3 {
  font-family: mon-semi;
  font-size: 31px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .title-design h3 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .title-design h3 {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .title-design h3 {
    font-size: 18px;
  }
}
.title-design h3.main-color {
  color: #F97C00;
}
.title-design h3:last-child {
  margin-bottom: 0;
}
.title-design > p {
  font-family: mon-semi;
  font-size: 31px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .title-design > p {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .title-design > p {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .title-design > p {
    font-size: 18px;
  }
}
.title-design > p:last-child {
  margin-bottom: 0;
}
.title-design.text-center h3, .title-design.text-center p, .title-design.text-center h1, .title-design.text-center h2 {
  text-align: center;
}

.title-about {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .title-about {
    margin-bottom: 15px;
  }
}
.title-about > span {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .title-about > span {
    font-size: 14px;
  }
}
.title-about h1 {
  font-size: 48px;
  font-family: mon-semi;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .title-about h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title-about h1 {
    font-size: 30px;
  }
}
.title-about h1.main-color {
  color: #F97C00;
}
.title-about h2 {
  font-family: mon-semi;
  font-size: 35px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .title-about h2 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .title-about h2 {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .title-about h2 {
    font-size: 18px;
  }
}
.title-about h2.main-color {
  color: #F97C00;
}
.title-about h3 {
  font-family: mon-semi;
  font-size: 25px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .title-about h3 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .title-about h3 {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .title-about h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .title-about h3 {
    font-size: 16px;
  }
}
.title-about h3.main-color {
  color: #F97C00;
}
.title-about h3:last-child {
  margin-bottom: 0;
}
.title-about > p {
  font-family: mon-semi;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .title-about > p {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .title-about > p {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .title-about > p {
    font-size: 18px;
  }
}
.title-about > p:last-child {
  margin-bottom: 0;
}
.title-about.text-center h3, .title-about.text-center p, .title-about.text-center h1, .title-about.text-center h2 {
  text-align: center;
}

.btn-design {
  font-family: mon-bold;
  font-size: 18px;
  color: #fff;
  background: #F97C00;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  padding: 0 40px;
  border-radius: 50px;
  border: 1px solid #F97C00;
  transition: background 0.5s ease;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .btn-design {
    height: 45px;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 1400px) {
  .btn-design {
    font-size: 14px;
  }
}
.btn-design span {
  cursor: pointer;
}
.btn-design:hover {
  background: #fff;
  color: #F97C00;
}

.slide-banner-design .item .description {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .slide-banner-design .item .description {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .slide-banner-design .item .description {
    font-size: 14px;
  }
}

.sector2 .title-design, .sector2 .detail-content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .sector2 .title-design, .sector2 .detail-content {
    width: 70%;
  }
  .sector2 .title-design p, .sector2 .detail-content p {
    font-size: 14px !important;
  }
}
@media (max-width: 900px) {
  .sector2 .title-design, .sector2 .detail-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sector2 .title-design, .sector2 .detail-content {
    width: 100%;
    text-align: justify;
  }
}
.sector2 .detail-content {
  text-align: center;
}
@media (max-width: 767px) {
  .sector2 .detail-content {
    text-align: justify;
  }
}

.sector2-about .title-about, .sector2-about .detail-content {
  width: 59%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .sector2-about .title-about, .sector2-about .detail-content {
    width: 70%;
  }
  .sector2-about .title-about p, .sector2-about .detail-content p {
    font-size: 14px !important;
  }
}
@media (max-width: 900px) {
  .sector2-about .title-about, .sector2-about .detail-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sector2-about .title-about, .sector2-about .detail-content {
    width: 100%;
  }
}
.sector2-about .detail-content {
  text-align: center;
}

.slide-criteria .item .no {
  font-size: 49px;
  color: #F97C00;
  margin-bottom: 10px;
  font-family: mon-semi;
  text-align: center;
}
.slide-criteria .item .name {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: mon-semi;
  text-align: center;
  text-transform: uppercase;
}
.slide-criteria .item .description {
  text-align: center;
}
@media (max-width: 1400px) {
  .slide-criteria .item .description {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .slide-criteria .item .description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .slide-criteria .item .description {
    text-align: justify;
  }
  .slide-criteria .item .description p:last-child {
    text-align: center;
  }
}

.grid-criteria {
  margin-top: 100px;
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1050px) {
  .grid-criteria {
    margin-top: 80px;
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .grid-criteria {
    display: none;
  }
}
.grid-criteria .left-side {
  width: 134px;
  position: relative;
}
@media (max-width: 1400px) {
  .grid-criteria .left-side {
    width: 100px;
  }
  .grid-criteria .left-side svg {
    width: 100%;
    height: initial;
  }
}
.grid-criteria .left-side .item {
  position: absolute;
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.grid-criteria .left-side .item.shower {
  opacity: 1;
}
.grid-criteria .left-side .item .icon {
  width: var(--size-tieuchi);
  height: var(--size-tieuchi);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 105px;
  box-shadow: 0 0 26px -20px #333;
}
.grid-criteria .left-side .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1400px) {
  .grid-criteria .left-side .item .icon img {
    width: 50%;
    height: initial;
  }
}
.grid-criteria .left-side .item .icon img.active {
  display: none;
}
.grid-criteria .left-side .item p {
  white-space: nowrap;
  font-size: 24px;
  font-family: mon-bold;
  color: #F97C00;
  line-height: 1;
}
@media (max-width: 1200px) {
  .grid-criteria .left-side .item p {
    font-size: 20px;
  }
}
.grid-criteria .left-side .item:nth-of-type(1) {
  bottom: calc(var(--size-tieuchi-resesve) / 2);
  left: calc(var(--size-tieuchi-resesve) / 2);
}
.grid-criteria .left-side .item:nth-of-type(2) {
  top: calc(66% + var(--size-tieuchi-resesve) / 2);
  left: calc(var(--size-tieuchi) / 2 + 15px);
}
.grid-criteria .left-side .item:nth-of-type(3) {
  top: calc(33% + var(--size-tieuchi-resesve) / 2);
  left: calc(var(--size-tieuchi) / 2 + 15px);
}
.grid-criteria .left-side .item:nth-of-type(4) {
  top: calc(var(--size-tieuchi-resesve) / 2);
  left: calc(var(--size-tieuchi-resesve) / 2);
}
.grid-criteria .left-side .item.active .icon, .grid-criteria .left-side .item:hover .icon {
  background: #F97C00;
}
.grid-criteria .left-side .item.active .icon img, .grid-criteria .left-side .item:hover .icon img {
  display: none;
}
.grid-criteria .left-side .item.active .icon img.active, .grid-criteria .left-side .item:hover .icon img.active {
  display: block;
}
.grid-criteria .left-side:first-child .item {
  flex-direction: row-reverse;
}
.grid-criteria .left-side:first-child .item:nth-of-type(1) {
  left: initial;
  right: calc(var(--size-tieuchi-resesve) / 2);
  top: calc(var(--size-tieuchi-resesve) / 2);
  bottom: initial;
}
.grid-criteria .left-side:first-child .item:nth-of-type(2) {
  left: initial;
  right: calc(var(--size-tieuchi) / 2 + 15px);
  top: calc(33% + var(--size-tieuchi-resesve) / 2);
}
.grid-criteria .left-side:first-child .item:nth-of-type(3) {
  left: initial;
  right: calc(var(--size-tieuchi) / 2 + 15px);
  top: calc(66% + var(--size-tieuchi-resesve) / 2);
}
.grid-criteria .left-side:first-child .item:nth-of-type(4) {
  right: initial;
  left: calc(var(--size-tieuchi-resesve) / 2);
  bottom: calc(var(--size-tieuchi-resesve) / 2);
  top: initial;
  left: calc(var(--size-tieuchi-resesve) / 2);
}
.grid-criteria .main-side {
  width: 450px;
}
@media (max-width: 1400px) {
  .grid-criteria .main-side {
    width: 400px;
  }
}
.grid-criteria.grid-criteria-mobile {
  display: none;
}
@media (max-width: 900px) {
  .grid-criteria.grid-criteria-mobile {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .grid-criteria.grid-criteria-mobile .left-side {
    width: calc((100% - 15px) / 2);
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .grid-criteria.grid-criteria-mobile .left-side .item {
    position: initial;
    opacity: 1;
    width: calc((100% - 15px) / 2);
  }
  .grid-criteria.grid-criteria-mobile .left-side .item > p {
    font-size: 14px;
  }
  .grid-criteria.grid-criteria-mobile .main-side {
    width: calc((100% - 15px) / 2);
  }
  .grid-criteria.grid-criteria-mobile .main-side .slide-criteria .item .no {
    text-align: left;
    font-size: 35px;
  }
  .grid-criteria.grid-criteria-mobile .main-side .slide-criteria .item .name {
    font-size: 20px;
    text-align: left;
  }
  .grid-criteria.grid-criteria-mobile .main-side .slide-criteria .item .description {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .grid-criteria.grid-criteria-mobile {
    margin-top: 0;
    flex-direction: column;
  }
  .grid-criteria.grid-criteria-mobile .main-side, .grid-criteria.grid-criteria-mobile .left-side {
    width: 100%;
  }
}

@keyframes pathLeft {
  0% {
    stroke-dashoffset: -695;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes pathRight {
  0% {
    stroke-dashoffset: 695;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.animation-1 path {
  stroke-dasharray: 695;
  stroke-dashoffset: 695;
  fill: none;
  transition: stroke-dashoffset 2s ease;
}
.animation-1.active path {
  animation: pathLeft 2s linear;
  stroke-dashoffset: 0;
}

.animation-2 path {
  stroke-dasharray: 695;
  stroke-dashoffset: 695;
  fill: none;
  transition: stroke-dashoffset 2s ease;
}
.animation-2.active path {
  animation: pathRight 2s linear;
  stroke-dashoffset: 0;
}

.wrapper-taisaochon {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 900px) {
  .wrapper-taisaochon {
    flex-direction: column-reverse;
  }
}
.wrapper-taisaochon .left-side {
  width: 50%;
  padding-right: 30px;
  aspect-ratio: 914/607;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .wrapper-taisaochon .left-side {
    width: 60%;
  }
}
.wrapper-taisaochon .left-side img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.wrapper-taisaochon .right-side {
  width: 50%;
  padding-left: 30px;
  padding-right: calc((100% - var(--container)) / 2 + 15px);
}
@media (max-width: 900px) {
  .wrapper-taisaochon .right-side {
    width: 100%;
    padding-right: calc((100% - var(--container)) / 2 + 15px);
    padding-left: calc((100% - var(--container)) / 2 + 15px);
  }
}
@media (max-width: 767px) {
  .wrapper-taisaochon .right-side .title-design {
    text-align: center;
  }
}
.wrapper-taisaochon .right-side .detail-content {
  text-align: justify;
}
@media (max-width: 1200px) {
  .wrapper-taisaochon .right-side .detail-content p {
    font-size: 14px !important;
  }
}

.slide-loiich {
  position: relative;
}
.slide-loiich .item-loiich {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  margin: 30px 10px;
  aspect-ratio: 316/264;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  transition: background 0.5s ease;
}
@media (max-width: 767px) {
  .slide-loiich .item-loiich {
    padding: 15px;
    margin: 15px 5px;
  }
}
.slide-loiich .item-loiich .no {
  font-size: 55px;
  line-height: 1;
  font-family: mon-semi;
  color: #F97C00;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .slide-loiich .item-loiich .no {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .slide-loiich .item-loiich .no {
    font-size: 30px;
  }
}
.slide-loiich .item-loiich .no span {
  color: #333;
}
@media (max-width: 1200px) {
  .slide-loiich .item-loiich > p {
    font-size: 14px;
    min-height: 96px;
  }
}
@media (max-width: 767px) {
  .slide-loiich .item-loiich > p {
    min-height: 120px;
  }
}
.slide-loiich .item-loiich:hover {
  background: linear-gradient(180deg, #F97C00 0%, #F97C00 100%);
  backdrop-filter: blur(2px);
}
.slide-loiich .item-loiich:hover .no {
  color: #fff;
}
.slide-loiich .item-loiich:hover .no span {
  color: #fff;
}
.slide-loiich .item-loiich:hover p {
  color: #fff;
}
.slide-loiich .prev-loiich, .slide-loiich .next-loiich {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slide-loiich .prev-loiich {
  left: -30px;
}
.slide-loiich .next-loiich {
  right: -30px;
}

.flex-quytrinh {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
@media (max-width: 900px) {
  .flex-quytrinh {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .flex-quytrinh {
    flex-direction: column;
  }
}
.flex-quytrinh .left-side {
  width: 47%;
  padding-right: 30px;
  padding-left: calc((100% - var(--container)) / 2 + 15px);
}
@media (max-width: 1200px) {
  .flex-quytrinh .left-side .description p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .flex-quytrinh .left-side {
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-quytrinh .left-side .title-design {
    text-align: center;
  }
  .flex-quytrinh .left-side .description {
    text-align: center;
    margin-bottom: 15px;
  }
}
.flex-quytrinh .right-side {
  width: 53%;
}
.flex-quytrinh .right-side .img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .flex-quytrinh .right-side {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.background3 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 13%;
}
@media (max-width: 1600px) {
  .background3 {
    padding-top: 50%;
  }
}
@media (max-width: 1500px) {
  .background3 {
    padding-top: 55%;
  }
}
@media (max-width: 1400px) {
  .background3 {
    padding-top: 13%;
  }
}
@media (max-width: 1300px) {
  .background3 {
    padding-top: 28%;
  }
}
.background3 img:first-child {
  max-width: calc(100% - 300px);
  width: initial;
}
.background3 img:last-child {
  width: 300px;
}

.slide-quytrinh {
  position: relative;
}
.slide-quytrinh:after {
  position: absolute;
  top: 90px;
  left: 0;
  height: 1px;
  background: #CFCFCF;
  content: "";
  width: 100%;
}
.slide-quytrinh .item-quytrinh .icon {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: end;
  margin-bottom: 25px;
}
.slide-quytrinh .item-quytrinh .icon img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.slide-quytrinh .item-quytrinh .dot {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin-bottom: 30px;
  background: #F97C00;
}
.slide-quytrinh .item-quytrinh .name {
  font-size: 23px;
  font-family: mon-bold;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .slide-quytrinh .item-quytrinh .name {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .slide-quytrinh .item-quytrinh .name {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .slide-quytrinh .item-quytrinh > p {
    font-size: 14px;
  }
}
.slide-quytrinh .prev-quytrinh, .slide-quytrinh .next-quytrinh {
  position: absolute;
  top: 81px;
  z-index: 2;
  height: 19px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.slide-quytrinh .prev-quytrinh {
  left: 0;
  transform: rotate(180deg);
  display: none;
}
.slide-quytrinh .next-quytrinh {
  right: 0;
}

.sector6 .detail-content {
  width: 50%;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .sector6 .detail-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .sector6 .detail-content {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .sector6 .detail-content p {
    font-size: 14px !important;
  }
}

.slide-nganhnghe {
  width: 887px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1400px) {
  .slide-nganhnghe {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .slide-nganhnghe {
    width: 80%;
  }
}
@media (max-width: 900px) {
  .slide-nganhnghe {
    width: 90%;
  }
}
.slide-nganhnghe .prev-nganhnghe, .slide-nganhnghe .next-nganhnghe {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  overflow: hidden;
  position: absolute;
  top: 23%;
  z-index: 2;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background: linear-gradient(180deg, #F97C00 0%, #F97C00 100%);
}
@media (max-width: 767px) {
  .slide-nganhnghe .prev-nganhnghe, .slide-nganhnghe .next-nganhnghe {
    width: 35px;
    height: 35px;
    top: 35%;
  }
}
.slide-nganhnghe .prev-nganhnghe {
  left: 0;
}
.slide-nganhnghe .next-nganhnghe {
  right: 0;
}

.item-nganhnghe .img {
  aspect-ratio: 887/490;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 1050px) {
  .item-nganhnghe .img {
    aspect-ratio: 887/415;
  }
}
.item-nganhnghe .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.item-nganhnghe .name p {
  font-size: 24px;
  font-family: mon-semi;
  text-align: center;
  padding: 0 15%;
}
@media (max-width: 1400px) {
  .item-nganhnghe .name p {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .item-nganhnghe .name p {
    font-size: 16px;
  }
}
.item-nganhnghe .text-center {
  text-align: center;
}

.wrapper-price {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .wrapper-price {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.wrapper-price .left-side {
  width: 50%;
  display: flex;
  gap: 25px;
}
@media (max-width: 900px) {
  .wrapper-price .left-side {
    gap: 15px;
    width: 100%;
  }
}
.wrapper-price .left-side .item-price {
  width: calc((100% - 25px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  aspect-ratio: 321/531;
}
@media (max-width: 1200px) {
  .wrapper-price .left-side .item-price {
    padding: 15px;
  }
}
@media (max-width: 900px) {
  .wrapper-price .left-side .item-price {
    width: calc((100% - 15px) / 2);
    aspect-ratio: 321/296;
  }
}
.wrapper-price .left-side .item-price .icon {
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
}
@media (max-width: 1200px) {
  .wrapper-price .left-side .item-price {
    margin: 0 auto 15px auto;
  }
}
.wrapper-price .left-side .item-price .name {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .wrapper-price .left-side .item-price .name {
    margin-bottom: 15px;
  }
}
.wrapper-price .left-side .item-price .name p {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 1400px) {
  .wrapper-price .left-side .item-price .name p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .wrapper-price .left-side .item-price .name p {
    font-size: 16px;
  }
}
.wrapper-price .left-side .item-price .description {
  text-align: center;
}
@media (max-width: 1200px) {
  .wrapper-price .left-side .item-price .description p {
    font-size: 14px;
  }
}
.wrapper-price .right-side {
  width: 50%;
  padding-left: 100px;
}
@media (max-width: 1400px) {
  .wrapper-price .right-side {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .wrapper-price .right-side {
    padding-left: 30px;
  }
  .wrapper-price .right-side .description p {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .wrapper-price .right-side {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-price .right-side .description {
    text-align: justify;
  }
  .wrapper-price .right-side .description p:last-child {
    text-align: center;
  }
}

.banner-about {
  display: flex;
}
@media (max-width: 900px) {
  .banner-about {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.banner-about .left, .banner-about .right {
  width: 50%;
}
.banner-about .right {
  display: flex;
  justify-content: end;
}
@media (max-width: 1400px) {
  .banner-about .right {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .banner-about .right {
    width: 100%;
    justify-content: center;
  }
}
.banner-about .left {
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .banner-about .left {
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .banner-about .left {
    padding-right: 15px;
  }
}
@media (max-width: 900px) {
  .banner-about .left {
    width: 100%;
    padding-right: 0;
  }
}
.banner-about .left .description {
  text-align: justify;
}
.banner-about .left .description p {
  margin-bottom: 15px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .banner-about .left .description p {
    font-size: 15px;
  }
}
.banner-about .left .description p:last-child {
  margin-bottom: 0;
}
.banner-about .banner-about-right {
  width: 625px;
  aspect-ratio: 1;
  position: relative;
}
@media (max-width: 1400px) {
  .banner-about .banner-about-right {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .banner-about .banner-about-right {
    width: 300px;
    height: 300px;
    margin-bottom: 40px;
  }
}
.banner-about .banner-about-right .img {
  position: absolute;
  bottom: -80px;
  left: -81px;
  z-index: 2;
  width: calc(100% + 106px);
}
@media (max-width: 767px) {
  .banner-about .banner-about-right .img {
    bottom: -43px;
    left: 0;
    width: 100%;
  }
}
.banner-about .banner-about-right .img img {
  width: 100%;
}
.banner-about .banner-about-right .circle {
  width: 625px;
  height: 625px;
  border-radius: 625px;
  background: linear-gradient(180deg, #F6D0D0 0%, rgba(254, 254, 254, 0) 100%);
  position: relative;
}
@media (max-width: 1400px) {
  .banner-about .banner-about-right .circle {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1400px) {
  .banner-about .banner-about-right .circle {
    width: 350px;
    height: 350px;
  }
}
.banner-about .banner-about-right .circle .icon {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 11px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right .circle .icon {
    width: 40px;
    height: 40px;
  }
  .banner-about .banner-about-right .circle .icon img {
    width: 30px;
    height: 30px;
  }
}
.banner-about .banner-about-right .circle .icon:nth-of-type(1) {
  top: -26.5px;
  left: calc((100% - 55px) / 2 - 25px);
  animation: up-to-down 3s ease-in-out infinite;
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(1) {
    top: -17.5px;
    left: calc((100% - 55px) / 2 - 20px);
  }
}
.banner-about .banner-about-right .circle .icon:nth-of-type(2) {
  top: 90px;
  left: calc((100% - 55px) / 2 + 70px);
  width: 80px;
  height: 80px;
  animation: up-to-down15 3s ease-in-out infinite;
  animation-delay: 500ms;
}
@media (max-width: 1400px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(2) {
    top: 64px;
    left: calc((100% - 55px) / 2 + 37px);
  }
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(2) {
    top: 50px;
    left: calc((100% - 55px) / 2 + 27px);
    width: 50px;
    height: 50px;
  }
  .banner-about .banner-about-right .circle .icon:nth-of-type(2) svg {
    width: 40px;
    height: 40px;
  }
}
.banner-about .banner-about-right .circle .icon:nth-of-type(3) {
  top: 150px;
  left: calc((100% - 55px) / 2 - 135px);
  width: 80px;
  height: 80px;
  animation: up-to-down20 3s ease-in-out infinite;
  animation-delay: 700ms;
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(3) {
    left: calc((100% - 55px) / 2 - 95px);
    width: 50px;
    height: 50px;
  }
  .banner-about .banner-about-right .circle .icon:nth-of-type(3) svg {
    width: 40px;
    height: 40px;
  }
}
.banner-about .banner-about-right .circle .icon:nth-of-type(4) {
  top: 84.5px;
  left: 25px;
  width: 70px;
  height: 70px;
  animation: up-to-down20 3s ease-in-out infinite;
  animation-delay: 300ms;
}
@media (max-width: 1400px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(4) {
    top: 84.5px;
    left: -3px;
  }
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(4) {
    top: 66.5px;
    width: 50px;
    height: 50px;
  }
  .banner-about .banner-about-right .circle .icon:nth-of-type(4) svg {
    width: 40px;
    height: 40px;
  }
}
.banner-about .banner-about-right .circle .icon:nth-of-type(5) {
  top: 42.5px;
  right: 75px;
  width: 70px;
  height: 70px;
  animation: up-to-down15 3s ease-in-out infinite;
  animation-delay: 800ms;
}
@media (max-width: 1400px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(5) {
    top: 42.5px;
    right: 35px;
  }
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(5) {
    right: 14px;
    width: 50px;
    height: 50px;
  }
  .banner-about .banner-about-right .circle .icon:nth-of-type(5) svg {
    width: 40px;
    height: 40px;
  }
}
.banner-about .banner-about-right .circle .icon:nth-of-type(6) {
  top: 55.5px;
  left: calc((100% - 55px) / 2 - 70px);
  width: 58px;
  height: 58px;
  animation: up-to-down 2s ease-in-out infinite;
  animation-delay: 400ms;
}
@media (max-width: 1200px) {
  .banner-about .banner-about-right .circle .icon:nth-of-type(6) {
    top: 40.5px;
    left: calc((100% - 55px) / 2 - 55px);
    width: 40px;
    height: 40px;
  }
  .banner-about .banner-about-right .circle .icon:nth-of-type(6) svg {
    width: 30px;
    height: 30px;
  }
}

.statical {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .statical {
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
.statical .item {
  text-align: center;
}
.statical .item .num {
  font-size: 51px;
  color: #F97C00;
  font-family: mon-bold;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .statical .item .num {
    font-size: 40px;
  }
}
.statical .item .title {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .statical .item .title {
    font-size: 16px;
  }
}

.about-taisaochon {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 900px) {
  .about-taisaochon {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.about-taisaochon .left-side, .about-taisaochon .right-side {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 900px) {
  .about-taisaochon .left-side, .about-taisaochon .right-side {
    width: 100%;
  }
}
.about-taisaochon .left-side {
  position: relative;
}
.about-taisaochon .left-side .img {
  position: absolute;
  bottom: -20px;
  width: calc(100% + 154px);
  left: 0;
  z-index: 5;
}
@media (max-width: 900px) {
  .about-taisaochon .left-side .img {
    width: 100%;
  }
}
.about-taisaochon .left-side .circle {
  width: 634px;
  height: 634px;
  position: relative;
}
@media (max-width: 1200px) {
  .about-taisaochon .left-side .circle {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 900px) {
  .about-taisaochon .left-side .circle {
    margin: auto;
  }
}
@media (max-width: 900px) {
  .about-taisaochon .left-side .circle {
    width: 300px;
    height: 300px;
  }
}
.about-taisaochon .left-side .circle .first {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #FFF4F9;
  display: block;
}
.about-taisaochon .left-side .circle .second {
  width: 77.8%;
  height: 77.8%;
  top: 11.1%;
  left: 11.1%;
  border-radius: 100%;
  background: #FFEAF3;
  display: block;
  position: absolute;
  z-index: 2;
}
.about-taisaochon .left-side .circle .third {
  width: 56%;
  height: 56%;
  left: 22%;
  top: 22%;
  border-radius: 100%;
  background: #FFE1EE;
  display: block;
  position: absolute;
  z-index: 3;
}
.about-taisaochon .right-side {
  padding-left: 100px;
}
@media (max-width: 900px) {
  .about-taisaochon .right-side {
    padding-left: 0;
  }
}
.about-taisaochon .right-side .detail-content {
  text-align: justify;
}
@media (max-width: 767px) {
  .about-taisaochon .right-side .detail-content p:last-child {
    text-align: center;
  }
}

.content-taisaochon {
  width: 59%;
  margin: 50px auto;
}
@media (max-width: 900px) {
  .content-taisaochon {
    width: 100%;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .content-taisaochon {
    margin: 15px auto;
  }
}
.content-taisaochon p {
  font-size: 22px;
  font-family: mon-semi;
  text-align: center;
}
@media (max-width: 1400px) {
  .content-taisaochon p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .content-taisaochon p {
    font-size: 16px;
  }
}

.flex-tieuchi {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 990px) {
  .flex-tieuchi {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .flex-tieuchi {
    gap: 15px;
  }
}
.flex-tieuchi .item {
  width: calc((100% - 60px) / 4);
  flex-wrap: wrap;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  aspect-ratio: 316/263;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 990px) {
  .flex-tieuchi .item {
    width: calc((100% - 20px) / 2);
    flex-direction: row;
    aspect-ratio: initial;
  }
}
@media (max-width: 900px) {
  .flex-tieuchi .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-tieuchi .item {
    padding: 15px;
    backdrop-filter: initial;
  }
}
.flex-tieuchi .item .icon {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (max-width: 1200px) {
  .flex-tieuchi .item .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .flex-tieuchi .item .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .flex-tieuchi .item .icon svg {
    height: 40px;
  }
}
.flex-tieuchi .item p {
  font-size: 16px;
  text-align: center;
  min-height: 82px;
}
@media (max-width: 1400px) {
  .flex-tieuchi .item p {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .flex-tieuchi .item p {
    min-height: 102px;
  }
}
@media (max-width: 990px) {
  .flex-tieuchi .item p {
    width: calc(100% - 50px);
    min-height: 76px;
    text-align: left;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .flex-tieuchi .item p {
    padding-left: 15px;
    min-height: 50px;
  }
}

.wrapper-vision {
  display: flex;
  align-items: start;
  gap: 80px;
}
@media (max-width: 900px) {
  .wrapper-vision {
    gap: 0;
    flex-direction: column;
  }
}
.wrapper-vision .left-side, .wrapper-vision .right-side {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 900px) {
  .wrapper-vision .left-side, .wrapper-vision .right-side {
    width: 100%;
  }
}
.wrapper-vision .right-side {
  display: flex;
  justify-content: end;
}
.wrapper-vision .right-side .img {
  aspect-ratio: 517/540;
}
@media (max-width: 1300px) {
  .wrapper-vision .right-side .img {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  .wrapper-vision .right-side .img {
    width: 50%;
    margin: auto;
  }
}
.wrapper-vision .right-side .img img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.vision-collapse .item {
  padding: 15px 0;
  border-bottom: 1px solid #DFDFDF;
}
@media (max-width: 767px) {
  .vision-collapse .item:first-child {
    padding-top: 0;
  }
}
.vision-collapse .item:last-child {
  border-bottom: none;
}
.vision-collapse .item .panel-title {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.vision-collapse .item .panel-title .icon {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .vision-collapse .item .panel-title .icon {
    width: 40px;
    height: 40px;
  }
}
.vision-collapse .item .panel-title h4 {
  width: calc(100% - 63px);
  padding-left: 15px;
  font-size: 22px;
}
@media (max-width: 1400px) {
  .vision-collapse .item .panel-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .vision-collapse .item .panel-title h4 {
    width: calc(100% - 40px);
    font-size: 14px;
    padding-left: 10px;
  }
}
.vision-collapse .item .panel-title .angle-icon {
  position: absolute;
  right: 0;
  transition: transform 0.5s ease;
}
.vision-collapse .item .panel-content {
  display: none;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .vision-collapse .item .panel-content {
    padding-top: 5px;
  }
}
.vision-collapse .item .panel-content p:last-child {
  margin-bottom: 0;
}
.vision-collapse .item.active .panel-title .angle-icon {
  transform: rotate(180deg);
}
.vision-collapse .item:first-child .panel-content {
  display: block;
}

.sector5-about .title-about, .sector5-about .detail-content, .sector6-about .title-about, .sector6-about .detail-content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .sector5-about .title-about, .sector5-about .detail-content, .sector6-about .title-about, .sector6-about .detail-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .sector5-about .title-about, .sector5-about .detail-content, .sector6-about .title-about, .sector6-about .detail-content {
    width: 100%;
  }
}

.top-dalinhvuc {
  aspect-ratio: 1907/219;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .top-dalinhvuc {
    aspect-ratio: 1275/186;
  }
}
@media (max-width: 900px) {
  .top-dalinhvuc {
    aspect-ratio: 815/159;
  }
}
@media (max-width: 767px) {
  .top-dalinhvuc {
    aspect-ratio: 430/127;
  }
}
.top-dalinhvuc .owl-item {
  transform: translateX(-35%);
}
.top-dalinhvuc .item {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
}
.top-dalinhvuc .item .img {
  aspect-ratio: 353/214;
  display: block;
  position: relative;
}
.top-dalinhvuc .item .img img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-dalinhvuc .item .img:before {
  position: absolute;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(5, 5, 5, 0.5) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 4;
  transition: transform 0.5s ease;
  transform: translateY(0);
}
.top-dalinhvuc .item .img:after {
  position: absolute;
  background: linear-gradient(0deg, rgba(214, 36, 48, 0.9) 0%, rgba(214, 36, 48, 0.9) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  transition: transform 0.5s ease;
  transform: translateY(100%);
}
.top-dalinhvuc .item h3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 5;
}
.top-dalinhvuc .item h3 a {
  color: #FFF;
  text-align: center;
  font-family: mon-bold;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  transform: translateY(calc(50% - 35px));
}
@media (max-width: 1400px) {
  .top-dalinhvuc .item h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-dalinhvuc .item h3 a {
    font-size: 14px;
  }
}
.top-dalinhvuc .item:hover .img:before {
  transform: translateY(-100%);
}
.top-dalinhvuc .item:hover .img:after {
  transform: translateY(0);
}
.top-dalinhvuc .item:hover h3 a {
  transform: translateY(0);
}

.bottom-dalinhvuc {
  margin-top: 25px;
  aspect-ratio: 1907/219;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .bottom-dalinhvuc {
    aspect-ratio: 1275/186;
    margin-top: 15px;
  }
}
@media (max-width: 900px) {
  .bottom-dalinhvuc {
    aspect-ratio: 815/159;
  }
}
@media (max-width: 767px) {
  .bottom-dalinhvuc {
    aspect-ratio: 430/127;
  }
}
.bottom-dalinhvuc .owl-item {
  transform: translateX(35%);
}
.bottom-dalinhvuc .item {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
}
.bottom-dalinhvuc .item .img {
  aspect-ratio: 353/214;
  display: block;
  position: relative;
}
.bottom-dalinhvuc .item .img img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-dalinhvuc .item .img:before {
  position: absolute;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(5, 5, 5, 0.5) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 4;
  transition: transform 0.5s ease;
  transform: translateY(0);
}
.bottom-dalinhvuc .item .img:after {
  position: absolute;
  background: linear-gradient(0deg, rgba(214, 36, 48, 0.9) 0%, rgba(214, 36, 48, 0.9) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  transition: transform 0.5s ease;
  transform: translateY(100%);
}
.bottom-dalinhvuc .item h3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 5;
}
.bottom-dalinhvuc .item h3 a {
  color: #FFF;
  text-align: center;
  font-family: mon-bold;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  transform: translateY(calc(50% - 35px));
}
@media (max-width: 1400px) {
  .bottom-dalinhvuc .item h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bottom-dalinhvuc .item h3 a {
    font-size: 14px;
  }
}
.bottom-dalinhvuc .item:hover .img:before {
  transform: translateY(-100%);
}
.bottom-dalinhvuc .item:hover .img:after {
  transform: translateY(0);
}
.bottom-dalinhvuc .item:hover h3 a {
  transform: translateY(0);
}

.sector5-about .title-about, .sector5-about .detail-content {
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .sector5-about .title-about, .sector5-about .detail-content {
    width: 70%;
  }
  .sector5-about .title-about p, .sector5-about .detail-content p {
    font-size: 14px !important;
  }
}
@media (max-width: 900px) {
  .sector5-about .title-about, .sector5-about .detail-content {
    width: 100%;
  }
}
.sector5-about .detail-content {
  text-align: center;
  margin-bottom: 50px;
}

.grid-flatform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .grid-flatform {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .grid-flatform {
    margin-top: 20px;
  }
}
.grid-flatform:last-child {
  margin-top: 20px;
}
.grid-flatform .item {
  aspect-ratio: 160/80;
  width: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .grid-flatform .item {
    width: 125px;
  }
  .grid-flatform .item svg {
    height: 60px;
  }
}
@media (max-width: 900px) {
  .grid-flatform .item {
    width: 90px;
  }
  .grid-flatform .item svg {
    height: 45px;
  }
}
.grid-flatform .item img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
  transition: filter 0.5s ease;
}
@media (max-width: 1200px) {
  .grid-flatform .item img {
    height: 100%;
  }
}

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