/*
 * Copyright inpleworks, Co.
*/
/*
XET CSS v2.0.4 2024-08-02 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
.xet-layout .layout-main > section {
  padding: 2rem 0;
}
.xet-layout .layout-main > section .section-title {
  text-align: center;
  margin-bottom: 2rem;
  word-break: keep-all;
}
.xet-layout .layout-main > section .section-title > div + div {
  margin-top: 1rem;
}
.xet-layout .layout-main > section .section-more {
  margin-top: 2rem;
  text-align: center;
}
.xet-layout .layout-main > section .section-more .xet-btn {
  font-size: 1.25rem;
  font-weight: 700;
  height: 4rem;
  padding: 0 3rem;
}
.xet-layout .layout-main .main-video {
  padding: 1rem;
  height: calc(100dvh - 54px);
}
.xet-layout .layout-main .main-video .__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #000;
}
.xet-layout .layout-main .main-video .__container img,
.xet-layout .layout-main .main-video .__container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xet-layout .layout-main .main-video .__container .__content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--xet-theme-dark-text-strong-color);
  background-color: rgba(0, 0, 0, 0.65);
}
.xet-layout .layout-main .main-video .__container .__content .titleWrp .title {
  display: inline-block;
  overflow: hidden;
  animation: video_blinkCaret 0.7s step-end infinite;
}
.xet-layout .layout-main .main-video .__container .main-video-link {
  z-index: 1;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  border-radius: 3rem;
  color: var(--xet-theme-dark-text-strong-color);
  border: 1px solid var(--xet-theme-dark-text-strong-color);
}
.xet-layout .layout-main .main-video .__container .main-video-link::after, .xet-layout .layout-main .main-video .__container .main-video-link::before {
  display: none;
  z-index: 1;
  content: "";
  position: absolute;
  background: transparent;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.xet-layout .layout-main .main-video .__container .main-video-link::after {
  top: -2rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
}
.xet-layout .layout-main .main-video .__container .main-video-link::before {
  bottom: 0;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
}
.xet-layout .layout-main .main-video .__container .main-video-link > span {
  color: #fff;
}
.xet-layout .layout-main .main-feature {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.xet-layout .layout-main .main-feature .__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.xet-layout .layout-main .main-feature .__container > a {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.333% - .67rem);
  max-width: calc(33.333% - .67rem);
  min-height: 9rem;
  border-radius: 1rem;
  overflow: hidden;
}
.xet-layout .layout-main .main-feature .__container > a > div {
  z-index: 2;
  padding: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  backface-visibility: hidden;
  transition: transform 0.5s ease;
}
.xet-layout .layout-main .main-feature .__container > a > div .h3 {
  font-size: 1.125rem;
  text-align: center;
}
.xet-layout .layout-main .main-feature .__container > a > div .h3 small {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  color: var(--xet-theme-color);
}
.xet-layout .layout-main .main-feature .__container > a > div .counter-wrp {
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 1rem;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.xet-layout .layout-main .main-feature .__container > a > div .counter-wrp .counter_plus {
  font-size: 1.125rem;
}
.xet-layout .layout-main .main-feature .__container > a > div.back {
  transform: rotateY(180deg);
  background-color: var(--xet-theme-color);
  color: #fff;
}
.xet-layout .layout-main .main-feature .__container > a > div.back .h3 small {
  color: inherit;
}
.xet-layout .layout-main .main-feature .__container > a > div.back i {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.xet-layout .layout-main .main-feature .__container > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.xet-layout .layout-main .main-feature .__container > a.addImg > div {
  justify-content: center;
  color: #fff !important;
}
.xet-layout .layout-main .main-feature .__container > a.addImg:hover img {
  transform: scale(1.2);
}
.xet-layout .layout-main .main-feature .__container > a:not(.addImg):hover > .front {
  transform: rotateY(180deg);
}
.xet-layout .layout-main .main-feature .__container > a:not(.addImg):hover > .back {
  transform: rotateY(0deg);
}
.xet-layout .layout-main .main-businessCase {
  background-color: #eff6fd;
}
.xet-layout .layout-main .main-businessCase .swiper .swiper-wrapper .swiper-slide > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem 2rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--xet-theme-border-color);
  background-color: #fff;
  margin-top: 40px;
}
.xet-layout .layout-main .main-businessCase .swiper .swiper-wrapper .swiper-slide > a .category {
  position: absolute;
  top: -20px;
  left: 1rem;
  right: 1rem;
  height: 40px;
  padding: 0 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: var(--xet-theme-color);
  color: #fff;
}
.xet-layout .layout-main .main-businessCase .swiper .swiper-wrapper .swiper-slide > a .kind {
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--xet-theme-color);
}
.xet-layout .layout-main .main-businessCase .swiper .businessCase-swiper-button-prev,
.xet-layout .layout-main .main-businessCase .swiper .businessCase-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: var(--xet-theme-box-shadow);
}
.xet-layout .layout-main .main-businessCase .swiper .businessCase-swiper-button-prev {
  left: 0;
}
.xet-layout .layout-main .main-businessCase .swiper .businessCase-swiper-button-next {
  left: auto;
  right: 0;
}
.xet-layout .layout-main .main-businessField {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--xet-theme-color);
}
.xet-layout .layout-main .main-businessField .__container .section-title {
  flex-shrink: 0;
  margin-bottom: 2rem;
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-layout .layout-main .main-businessField .__container .section-title .title a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.xet-layout .layout-main .main-businessField .__container .section-title .title a i {
  font-size: 1rem;
}
.xet-layout .layout-main .main-businessField .__container .section-title .more {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.xet-layout .layout-main .main-businessField .__container .section-title .more .businessField-swiper-pagination {
  min-width: 2.5rem;
}
.xet-layout .layout-main .main-businessField .__container .section-title .more .xet-btn {
  flex-shrink: 0;
}
.xet-layout .layout-main .main-businessField .__container .swiper .swiper-wrapper .swiper-slide {
  border-radius: 1rem;
  background-color: #fff;
}
.xet-layout .layout-main .main-businessField .__container .swiper .swiper-wrapper .swiper-slide > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
}
.xet-layout .layout-main .main-businessField .__container .swiper .swiper-wrapper .swiper-slide > a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-left: auto;
  overflow: hidden;
  background-color: var(--xet-theme-color);
  color: #fff;
}
.xet-layout .layout-main .main-matching .section-content .__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #eff6fd;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_msgBubble {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_msgBubble > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  letter-spacing: -3%;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  padding: 1rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_msgBubble > p:first-child {
  margin-left: 1rem;
  background: #fff;
  border-radius: 2rem 3rem 3rem 0;
  margin-right: auto;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_msgBubble > p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.25rem;
  border: 1.25rem solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-right: 0;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_msgBubble > p:last-child {
  background: #dce5f0;
  border-radius: 3rem 2rem 0 3rem;
  margin-right: 1rem;
  margin-left: auto;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_msgBubble > p:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.25rem;
  border: 1.25rem solid transparent;
  border-bottom-color: #dce5f0;
  border-top: 0;
  border-left: 0;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select {
  display: flex;
  gap: 1rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select > .select-list {
  flex: 1;
  position: relative;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select > .select-list .select-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding: 0 1rem;
  height: var(--xet-theme-button-height);
  background-color: #fff;
  border: 1px solid var(--xet-theme-border-color);
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select > .select-list .select-title.active > i {
  transform: rotate(180deg);
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select > .select-list .select-options {
  display: none;
  z-index: 9;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid var(--xet-theme-border-color);
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select > .select-list .select-options li {
  display: block;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select > .select-list .select-options li:hover {
  background-color: #eef1f5;
  color: var(--xet-theme-color);
}
.xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_select > a {
  flex: 1;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child {
  display: flex;
  gap: 1rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a {
  position: relative;
  flex-grow: 1;
  display: flex;
  height: 8rem;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(99deg, #2934cf 0%, #102169 100%);
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a:first-child {
  background: linear-gradient(89deg, #378eff 8.72%, #2732c7 88.17%);
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .h2 {
  z-index: 3;
  display: flex;
  align-items: center;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50% 0px;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon::after, .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: transparent;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon::after {
  top: -1rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-bottom-right-radius: 1rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon::before {
  bottom: 0;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  border-bottom-right-radius: 1rem;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon > span {
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--xet-theme-color);
  color: #fff;
}
.xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a img {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  width: 40%;
}
.xet-layout .layout-main .main-news .section-content .__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #eff6fd;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-header .tab-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-header .tab-menu .xet-btn.active {
  font-weight: 800;
  background-color: #dce5f0;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li {
  display: none;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li:first-child {
  display: block;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li:not(.gallery-style) > a {
  display: block;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li:not(.gallery-style) > a + a {
  margin-top: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li.gallery-style > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li.gallery-style > div > a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li.gallery-style > div > a > img {
  width: 100%;
  border-radius: 0.5rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a {
  position: relative;
  flex-grow: 1;
  display: flex;
  height: 8rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fee500;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .h2 {
  display: flex;
  align-items: center;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50% 0px;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon::after, .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: transparent;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon::after {
  top: -1rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-bottom-right-radius: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon::before {
  bottom: 0;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  border-bottom-right-radius: 1rem;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon > span {
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fee500;
  color: #000;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a:last-child {
  color: #fff;
  background: #102169;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a:last-child .arrow-icon > span {
  background-color: var(--xet-theme-color);
  color: #fff;
}
.xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a img {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  width: 30%;
}
.xet-layout .layout-main .main-member {
  padding: 0;
}
.xet-layout .layout-main .main-member .member__bg {
  position: relative;
  border-radius: 1rem;
  padding: 4rem 1rem;
  background-color: #f9f9f9;
}
.xet-layout .layout-main .main-member .member__bg .section-content {
  font-size: 1.25rem;
}
.xet-layout .layout-main .main-member .member__bg .section-more {
  text-align: center;
}
.xet-layout .layout-main .main-member .member__bg .member__introCount {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: 2.2rem;
  width: 18rem;
  height: 18rem;
}
.xet-layout .layout-main .main-member .member__bg .member__introCount::before {
  position: absolute;
  z-index: 3;
  animation: member_spinClock 10s linear infinite;
  background-size: contain;
  content: "";
  inset: 0;
}
@keyframes member_spinClock {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.xet-layout .layout-main .main-member .member__bg .member__introCount > span {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--xet-theme-color);
}
.xet-layout .layout-main .main-member .member__bg .member__introCount > div {
  font-weight: bold;
  font-size: 6rem;
}
.xet-layout .layout-main .main-info .section-content ul {
  display: grid;
  gap: 1rem;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
}
.xet-layout .layout-main .main-info .section-content ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  gap: 1rem;
  background-color: #f2f5f5;
}
.xet-layout .layout-main .main-info .section-content ul li > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.xet-layout .layout-main .main-info .section-content ul li > a .content {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.xet-layout .layout-main .main-info .section-content ul li > a .content .cate {
  font-weight: 700;
  color: blue;
}
.xet-layout .layout-main .main-info .section-content ul li > a .content .subject {
  overflow: hidden;
  text-overflow: ellipsis;
}
.xet-layout .layout-main .main-info .section-content ul li:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 1;
}
.xet-layout .layout-main .main-info .section-content ul li:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}
.xet-layout .layout-main .main-info .section-content ul li:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
}
.xet-layout .layout-main .main-info .section-content ul li:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 3;
}
.xet-layout .layout-main .main-info .section-content ul li:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 4;
  min-height: 18rem;
}
.xet-layout .layout-main .main-info .section-content ul li:nth-child(5)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  content: "";
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.xet-layout .layout-main .main-info .section-content ul li:nth-child(5) > a .content {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  color: #fff;
}

@media (min-width: 768px) {
  .xet-layout .layout-main > section .section-title {
    margin-bottom: 2rem;
  }
  .xet-layout .layout-main .main-about .main-about__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .xet-layout .layout-main .main-about .main-about__container > .item {
    flex: 1;
  }
  .xet-layout .layout-main .main-about .main-about__container > .item.item-img {
    order: 1;
  }
  .xet-layout .layout-main .main-about .main-about__container > .item.use-img .section-title {
    padding-left: 1rem;
    text-align: left;
    margin-bottom: 0;
  }
  .xet-layout .layout-main .main-about .main-about__container > .item.no-img .section-title {
    text-align: center;
    margin-bottom: 0;
  }
  .xet-layout .layout-main .main-program .main__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .xet-layout .layout-main > section {
    padding: 10rem 0;
  }
  .xet-layout .layout-main > section .section-title {
    margin-bottom: 4rem;
  }
  .xet-layout .layout-main > section .section-more {
    margin-top: 4rem;
  }
  .xet-layout .layout-main .main-video {
    padding: 2rem;
    height: 100dvh;
  }
  .xet-layout .layout-main .main-video .__container {
    border-radius: 2rem 2rem 0;
  }
  .xet-layout .layout-main .main-video .__container .__content {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 2rem;
  }
  .xet-layout .layout-main .main-video .__container .__content .titleWrp {
    width: 60%;
  }
  .xet-layout .layout-main .main-video .__container .main-video-link {
    left: auto;
    right: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 2rem 0 0;
    color: var(--xet-theme-text-strong-color);
    background-color: #fff;
    border: 0;
  }
  .xet-layout .layout-main .main-video .__container .main-video-link::after, .xet-layout .layout-main .main-video .__container .main-video-link::before {
    display: block;
  }
  .xet-layout .layout-main .main-video .__container .main-video-link > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--xet-theme-color);
    color: #fff;
  }
  .xet-layout .layout-main .main-feature .__container {
    gap: 1rem;
  }
  .xet-layout .layout-main .main-feature .__container > a {
    flex-grow: 1;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
    min-height: 12rem;
  }
  .xet-layout .layout-main .main-feature .__container > a > div .h3 small {
    font-size: 1rem;
  }
  .xet-layout .layout-main .main-feature .__container > a > div .counter-wrp {
    font-size: 2rem;
  }
  .xet-layout .layout-main .main-businessField {
    padding: 3rem 0;
  }
  .xet-layout .layout-main .main-businessField .__container {
    display: flex;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-businessField .__container .section-title {
    margin-bottom: 0;
  }
  .xet-layout .layout-main .main-matching .section-content .__container {
    flex-direction: row;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div {
    flex: 2 1;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:first-child {
    flex: 3 1;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div {
    gap: 2rem;
    height: 100%;
    border-radius: 2rem;
    padding: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div .style_msgBubble > p {
    font-size: 1.25rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child {
    flex-direction: column;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a {
    height: 12rem;
    border-radius: 2rem 2rem 5rem 2rem;
    padding: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon {
    width: 4rem;
    height: 4rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon::after {
    top: -2rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon::before {
    bottom: 0;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a .arrow-icon > span {
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--xet-theme-color);
    color: #fff;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a img {
    width: 25%;
  }
  .xet-layout .layout-main .main-news .section-content .__container {
    flex-direction: row;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item {
    flex: 2 1;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child {
    flex: 3 1;
    border-radius: 2rem;
    padding: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-header {
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-header .tab-menu {
    gap: 1rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents-wrp {
    height: 17.5rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents {
    height: 100%;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li.gallery-style > div {
    flex-direction: row;
    gap: 1rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li.gallery-style > div > a {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child .tab-contents li.gallery-style > div > a > img {
    width: 100%;
    border-radius: 0.5rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child {
    flex-direction: column;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a {
    height: 12rem;
    border-radius: 2rem 2rem 5rem 2rem;
    padding: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon {
    width: 4rem;
    height: 4rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon::after {
    top: -2rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon::before {
    bottom: 0;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a .arrow-icon > span {
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a img {
    width: 25%;
  }
  .xet-layout .layout-main .main-member .member__bg {
    border-radius: 2rem;
    padding: 8rem 3rem;
  }
  .xet-layout .layout-main .main-member .member__bg .__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-member .member__bg .section-more {
    text-align: left;
  }
  .xet-layout .layout-main .main-member .member__bg .member__introCount {
    flex-shrink: 0;
    display: flex;
  }
  .xet-layout .layout-main .main-info .section-content ul {
    height: 20rem;
    gap: 2rem;
    grid-template-columns: repeat(5, 1fr);
  }
  .xet-layout .layout-main .main-info .section-content ul li {
    border-radius: 2rem;
    gap: 1rem;
    background-color: #f2f5f5;
  }
  .xet-layout .layout-main .main-info .section-content ul li > a .content {
    padding: 1rem;
    font-size: 1.25rem;
  }
  .xet-layout .layout-main .main-info .section-content ul li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .xet-layout .layout-main .main-info .section-content ul li:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .xet-layout .layout-main .main-info .section-content ul li:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .xet-layout .layout-main .main-info .section-content ul li:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .xet-layout .layout-main .main-info .section-content ul li:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .xet-layout .layout-main .main-info .section-content ul li:nth-child(5) > a .content {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .xet-layout .layout-main .main-video {
    padding: 4rem;
  }
  .xet-layout .layout-main .main-video .__container {
    border-radius: 3rem 3rem 0;
  }
  .xet-layout .layout-main .main-video .__container .__content {
    padding: 3rem;
  }
  .xet-layout .layout-main .main-video .__container .main-video-link {
    padding: 1rem 3rem;
    border-radius: 3rem 0 0;
  }
  .xet-layout .layout-main .main-video .__container .main-video-link > span {
    width: 3rem;
    height: 3rem;
  }
  .xet-layout .layout-main .main-feature .__container {
    gap: 2rem;
  }
  .xet-layout .layout-main .main-businessField {
    padding: 4rem 0;
  }
  .xet-layout .layout-main .main-businessField .__container {
    gap: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container {
    gap: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:first-child > div {
    padding: 3rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child {
    gap: 2rem;
  }
  .xet-layout .layout-main .main-matching .section-content .__container > div:last-child > a {
    padding: 3rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container {
    gap: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:last-child {
    padding: 4rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child {
    gap: 2rem;
  }
  .xet-layout .layout-main .main-news .section-content .__container > .item:first-child > a {
    padding: 3rem;
  }
  .xet-layout .layout-main .main-member .member__bg {
    border-radius: 3rem;
    padding: 10rem 4rem;
  }
  .xet-layout .layout-main .main-info .section-content ul {
    height: 30rem;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-info .section-content ul li {
    border-radius: 2rem;
    gap: 2rem;
  }
  .xet-layout .layout-main .main-info .section-content ul li > a .content {
    padding: 2rem;
  }
  .xet-layout .layout-main .main-info .section-content ul li:nth-child(5) > a .content {
    padding: 4rem;
  }
}