@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
section.section {
  position: relative;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-top: -30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.section.hb_banner_home::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 185px;
  background: url("../img/banner-after-vector.png") no-repeat bottom;
  background-size: 100% 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home::after {
    height: 74px;
    background-size: contain;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home::after {
    height: 47px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper {
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
  position: relative;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
  width: 100%;
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1537px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    padding-left: 35px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  opacity: 0;
  position: relative;
  transform: translateX(100px);
}
@media only screen and (min-width: 80rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    width: 100%;
    max-width: 670px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  line-height: 54px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    line-height: 1.5;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 2.375rem;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 1.6875rem;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc strong {
  font-weight: 700;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  margin-bottom: 0.3125rem;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
  line-height: 1;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
  white-space: nowrap;
  background-color: #684127;
  border: 1px solid #ffffff;
  font-weight: 300;
  padding: 10px 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link:hover {
  background-color: #B9B69F;
  transform: translateY(-5px);
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .inner {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 400ms;
  visibility: visible;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-button {
  opacity: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-button {
    display: none;
  }
}
.section.hb_banner_home .swiper-button::before {
  line-height: 20px;
}
.section.hb_banner_home .swiper-button::before {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
.section.hb_banner_home .swiper-button.swiper-button-prev {
  left: 25px !important;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-button.swiper-button-prev {
    left: 5px !important;
  }
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 25px !important;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-button.swiper-button-next {
    right: 5px !important;
  }
}
.section.hb_banner_home .swiper-pagination {
  bottom: 25px;
  margin-top: 0;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  box-shadow: 0 0 0 2px #ffffff;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff !important;
}

/* */
.home-infomation .flex-info {
  justify-content: space-between;
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .home-infomation .flex-info .cell {
    width: 49%;
  }
}
.home-infomation .flex-info .cell ._desc {
  text-align: justify;
  color: #1F1C02;
}
.home-infomation .flex-info .cell-left .heading-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info .cell-left .heading-title {
    margin-bottom: 10px;
  }
}
.home-infomation .flex-info .cell-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.home-infomation .flex-info .cell-bottom {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info .cell-bottom {
    padding-top: 0;
  }
}
.home-infomation .flex-info .cell-bottom ._left {
  font-style: italic;
  font-weight: 400;
  color: #B9B69F;
}
.home-infomation .flex-info .cell-bottom ._center {
  position: relative;
}
.home-infomation .flex-info .cell-bottom ._center::before {
  display: inherit;
  content: "";
  width: 306px;
  height: 1px;
  background: #B9B69F;
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info .cell-bottom ._center::before {
    width: 40px;
  }
}
.home-infomation .flex-info .cell-bottom ._right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.home-infomation .flex-info .cell-bottom ._right ul {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.home-infomation .flex-info .cell-bottom ._right ul li {
  position: relative;
  border-radius: 100%;
  border: 1px solid #B9B69F;
  transition: 0.4s;
}
.home-infomation .flex-info .cell-bottom ._right ul li {
  width: 1.875rem;
  height: 1.875rem;
}
.home-infomation .flex-info .cell-bottom ._right ul li ._images {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.home-infomation .flex-info .cell-bottom ._right ul li ._images img {
  width: 100%;
  height: 14px;
  object-fit: contain;
}
.home-infomation .flex-info .cell-bottom ._right ul li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.home-infomation .flex-info .cell-bottom ._right ul li:hover {
  border: unset;
  transform: translateY(-5px);
}
.home-infomation .flex-info .cell-bottom ._right ul li:hover ._images img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.home-infomation .flex-info .cell-bottom ._right ul li:nth-child(1):hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.home-infomation .flex-info .cell-bottom ._right ul li:nth-child(2):hover {
  background: #3B5998;
}
.home-infomation .flex-info .cell-bottom ._right ul li:nth-child(3):hover {
  background: red;
}

/* */
.hb_video_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home {
    padding-top: 3.75rem;
  }
}
.hb_video_home .flex-info .cell {
  width: 100%;
  text-align: center;
}
.hb_video_home .flex-info ._design_text::after {
  right: -30px;
}
.hb_video_home .flex-info .heading-title {
  margin-bottom: 0;
}
.hb_video_home .flex-info ._images {
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
}
.hb_video_home .flex-info ._desc {
  color: #1F1C02;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info ._desc {
    width: 1000px;
    margin: 0 auto;
  }
}
.hb_video_home .flex-info ._button a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex: 0 0 54px;
  max-width: 54px;
  width: 54px;
  height: 54px;
  font-size: 54px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_video_home .flex-info ._button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #684127;
  opacity: 0;
  z-index: -1;
  animation: sonarWave 1.5s linear infinite;
}
.hb_video_home .flex-info ._button a i {
  font-size: 22px;
  margin-left: 3px;
}

/* */
.hb_tabnews_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_tabnews_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_tabnews_home {
    padding-top: 3.75rem;
  }
}
.hb_tabnews_home .flex-info-1 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.hb_tabnews_home .flex-info-1 .cell {
  width: 100%;
}
.hb_tabnews_home .flex-info-1 .cell-left {
  text-align: center;
}
.hb_tabnews_home .flex-info-1 .cell-left ._design_text::after {
  right: -60px;
  top: -30px;
}
.hb_tabnews_home .flex-info-1 .cell-left ._design_text .heading-title {
  margin-bottom: 0;
}
.hb_tabnews_home .flex-info-1 .cell-right .tab_nav {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_tabnews_home .flex-info-1 .cell-right .tab_nav {
    white-space: nowrap;
    justify-content: flex-start;
    overflow: auto;
  }
}
.hb_tabnews_home .flex-info-1 .cell-right .tab_nav ._cat_item {
  border: 1px solid rgba(104, 65, 39, 0.1882352941);
  font-size: 20px;
  font-weight: 500;
  color: #585852;
  border-radius: 30px;
  padding: 10px 20px;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_tabnews_home .flex-info-1 .cell-right .tab_nav ._cat_item {
    font-size: 18px;
  }
}
.hb_tabnews_home .flex-info-1 .cell-right .tab_nav ._cat_item:hover {
  border: 1px solid #684127;
  font-weight: 700;
  color: #944441;
  transform: translateY(-5px);
}
.hb_tabnews_home .flex-info-1 .cell-right .tab_nav ._cat_item.active {
  border: 1px solid #684127;
  font-weight: 700;
  color: #944441;
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent {
  display: none;
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent .item {
  transition: all 1s ease;
  animation: fadeEffect 0.6s ease;
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent .item .cover .res {
  aspect-ratio: 3/4;
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent ._button {
  width: 100%;
  text-align: center;
  grid-column: span 3;
  grid-row: span 1;
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent ._button a {
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  transition: 0.4s;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent ._button a i {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent ._button a:hover {
    transform: translateY(-5px);
  }
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent.active {
  transition: all 1s ease;
}
.hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent.active {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent.active {
    display: flex;
    flex-flow: row wrap;
  }
  .hb_tabnews_home .flex-info-1 .cell-right ._news_list.tabcontent.active .item {
    width: 100%;
  }
}

/* */
.hb_contact_home {
  padding-top: 2.8125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home {
    padding-top: 4.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_contact_home {
    padding-top: 10.625rem;
  }
}
.hb_contact_home {
  padding-bottom: 2.8125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home {
    padding-bottom: 4.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_contact_home {
    padding-bottom: 10.625rem;
  }
}
.hb_contact_home::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 103px;
  background: url("../img/Vector-2.png") no-repeat bottom;
  background-size: 100% 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home::before {
    height: 27px;
    background-size: contain;
  }
}
.hb_contact_home::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 94px;
  background: url("../img/Vector-3.png") no-repeat bottom;
  background-size: 100% 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home::after {
    height: 27px;
    background-size: contain;
  }
}
.hb_contact_home .flex-info {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home .flex-info {
    flex-flow: row wrap;
  }
  .hb_contact_home .flex-info {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.hb_contact_home .flex-info .cell ._design_text {
  left: 50%;
  transform: translateX(-50%);
}
.hb_contact_home .flex-info .cell ._subtitle {
  color: #D3D3D3;
}
.hb_contact_home .flex-info .cell .heading-title {
  color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home .flex-info .cell .heading-title {
    margin-bottom: 0;
  }
}
.hb_contact_home .flex-info .cell .heading-title span {
  color: #FFDD17;
}
.hb_contact_home .flex-info .cell ._images {
  margin-bottom: 0;
}
.hb_contact_home .flex-info .cell ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home .flex-info .cell-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.hb_contact_home .flex-info .cell-left ._lists {
  padding-top: 30px;
}
.hb_contact_home .flex-info .cell-left ._lists ._item {
  position: relative;
  margin-bottom: 40px;
  background: linear-gradient(105.71deg, rgba(213, 112, 108, 0.6) 0%, rgba(18, 56, 147, 0.6) 102.69%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.4s;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item {
    margin-bottom: 20px;
  }
}
.hb_contact_home .flex-info .cell-left ._lists ._item:last-child {
  margin-bottom: 0;
}
.hb_contact_home .flex-info .cell-left ._lists ._item ._images {
  flex: 0 0 90px;
  max-width: 90px;
  height: 67px;
  margin-right: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item ._images {
    flex: 0 0 75px;
    max-width: 75px;
  }
}
.hb_contact_home .flex-info .cell-left ._lists ._item ._content {
  flex: 1;
  color: #ffffff;
}
.hb_contact_home .flex-info .cell-left ._lists ._item ._content ._title {
  font-weight: 800;
  line-height: 35px;
}
.hb_contact_home .flex-info .cell-left ._lists ._item ._content ._title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item ._content ._title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item ._content ._title {
    font-size: 2rem;
  }
}
.hb_contact_home .flex-info .cell-left ._lists ._item ._content ._subtitle {
  line-height: 24px;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item ._content ._subtitle {
    font-size: 13px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item ._content ._subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item ._content ._subtitle {
    font-size: 13px;
  }
}
.hb_contact_home .flex-info .cell-left ._lists ._item ._button {
  flex: 0 0 173px;
  max-width: 173px;
  height: 40px;
  margin-left: 10px;
  background: #FF0002;
  box-shadow: 0 2px 0 2px #941314;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_contact_home .flex-info .cell-left ._lists ._item ._button {
    display: none;
  }
}
.hb_contact_home .flex-info .cell-left ._lists ._item ._links {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_contact_home .flex-info .cell-left ._lists ._item:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home .flex-info .cell-right {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.hb_contact_home .flex-info .cell-right ._lists {
  padding-top: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home .flex-info .cell-right ._lists {
    padding-top: 0;
  }
}
.hb_contact_home .flex-info .cell-right ._lists ._item {
  position: relative;
  transition: 0.4s;
}
.hb_contact_home .flex-info .cell-right ._lists ._item ._images {
  border-radius: 30px;
  overflow: hidden;
}
.hb_contact_home .flex-info .cell-right ._lists ._item ._links {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_contact_home .flex-info .cell-right ._lists ._item:hover {
  transform: translateY(-5px);
}
.hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) {
  margin-bottom: 20px;
  background: linear-gradient(105.71deg, rgba(213, 112, 108, 0.2) 0%, rgba(18, 56, 147, 0.2) 102.69%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: unset;
  overflow: unset;
}
.hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._images {
  flex: 0 0 90px;
  max-width: 90px;
  height: 67px;
  margin-right: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._images {
    flex: 0 0 75px;
  }
}
.hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content {
  flex: 1;
  color: #ffffff;
}
.hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._title {
  font-weight: 800;
  line-height: 35px;
}
.hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._title {
    font-size: 2rem;
  }
}
.hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._subtitle {
  line-height: 24px;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._subtitle {
    font-size: 13px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_contact_home .flex-info .cell-right ._lists ._item:nth-child(1) ._content ._subtitle {
    font-size: 13px;
  }
}

/* */
.hb_press_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_press_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_press_home {
    padding-top: 3.75rem;
  }
}
.hb_press_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_press_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_press_home {
    padding-bottom: 3.75rem;
  }
}
.hb_press_home {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_press_home {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_press_home {
    margin-bottom: 2.5rem;
  }
}
.hb_press_home::before, .hb_press_home::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
}
.hb_press_home::before {
  background: url("../img/icon-background-press-before.png") no-repeat top center;
  background-size: contain;
  z-index: 1;
  left: 1px;
  top: 1px;
}
@media only screen and (min-width: 48rem) {
  .hb_press_home::before {
    width: 175px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home::before {
    width: 215px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_press_home::before {
    display: none;
  }
}
.hb_press_home::after {
  width: 20%;
  inset: 0; /* chiếm toàn bộ phần tử */
  background-image: url("../img/icon-background-pres.png"), linear-gradient(135deg, #6A0D2F 0%, #8A1538 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center;
  background-size: cover;
  z-index: -1; /* nếu muốn đưa xuống dưới */
}
@media only screen and (min-width: 48rem) {
  .hb_press_home::after {
    width: 15%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home::after {
    width: 20%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_press_home::after {
    display: none;
  }
}
.hb_press_home .container-right {
  margin-right: 0;
  margin-left: auto;
  padding-left: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .hb_press_home .container-right {
    max-width: calc(56.5% + 320px);
  }
}
@media only screen and (min-width: 48rem) {
  .hb_press_home .container-right {
    max-width: calc(56.5% + 384px);
  }
}
@media only screen and (min-width: 64rem) {
  .hb_press_home .container-right {
    max-width: calc(56.5% + 512px);
  }
}
@media only screen and (min-width: 80rem) {
  .hb_press_home .container-right {
    max-width: calc(49.5% + 640px);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home .container-right {
    max-width: calc(47.3% + 768.5px);
  }
}
.hb_press_home .container-left {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .hb_press_home .container-left {
    max-width: calc(56.5% + 320px);
  }
}
@media only screen and (min-width: 48rem) {
  .hb_press_home .container-left {
    max-width: calc(56.5% + 384px);
  }
}
@media only screen and (min-width: 64rem) {
  .hb_press_home .container-left {
    max-width: calc(56.5% + 512px);
  }
}
@media only screen and (min-width: 80rem) {
  .hb_press_home .container-left {
    max-width: calc(49.5% + 640px);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home .container-left {
    max-width: calc(47.3% + 768.5px);
  }
}
.hb_press_home ._button {
  padding-top: 30px;
  text-align: right;
}
.hb_press_home ._button a {
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  transition: 0.4s;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hb_press_home ._button a i {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
}
.hb_press_home ._button a:hover {
  transform: translateY(-5px);
}
.hb_press_home .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.hb_press_home .flex-info .cell ._design_text {
  text-align: left;
}
.hb_press_home .flex-info .cell ._design_text::after {
  right: -30px;
}
.hb_press_home .flex-info .cell ._design_text .heading-title {
  margin-bottom: 0;
}
.hb_press_home .flex-info .cell-left {
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .hb_press_home .flex-info .cell-left {
    left: 18%;
    transform: translateX(-18%);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home .flex-info .cell-left {
    left: 13%;
    transform: translateX(-13%);
  }
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-wrapper {
  margin-left: -10px;
}
@media only screen and (min-width: 48rem) {
  .hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide {
    width: calc(46.5% - 10px);
    padding: 0 10px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide {
    width: calc(43.7% - 10px);
    padding: 0 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide {
    width: calc(90% - 10px);
    padding: 0 10px;
  }
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item {
  background: #F6F4E9;
  padding: 10px;
  border-radius: 8px;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .cover {
  border-radius: 8px;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .cover .res {
  aspect-ratio: 16/9;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._logo_press {
  flex: 0 0 106px;
  max-width: 106px;
  height: 61px;
  margin-right: 10px;
  position: relative;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._logo_press::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  background: rgba(31, 28, 2, 0.3019607843);
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._logo_press img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._date {
  display: none;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._title {
  flex: 1;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 26px;
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._title {
    font-size: 18px;
  }
}
.hb_press_home .flex-info .cell-right .swiper-container .news-list .swiper-slide .item .content ._title a._links {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_press_home .flex-info .cell-right .swiper-controls {
  position: absolute;
  bottom: -70px;
}
@media only screen and (min-width: 48rem) {
  .hb_press_home .flex-info .cell-right .swiper-controls {
    left: 11.3%;
    transform: translateX(-11.3%);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_press_home .flex-info .cell-right .swiper-controls {
    left: 9.3%;
    transform: translateX(-9.3%);
  }
}
.hb_press_home .flex-info .cell-right .swiper-button {
  border: unset;
  background: #8A1538;
}
.hb_press_home .flex-info .cell-right .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
}
.hb_press_home .flex-info .cell-right .swiper-button::before {
  color: #ffffff;
  font-size: 20px;
}
.hb_press_home .flex-info .cell-right .swiper-button:hover {
  background: #8A1538 !important;
  border: unset !important;
}
.hb_press_home .flex-info .cell-right .swiper-button.swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_press_home .flex-info .cell-right .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.hb_press_home .flex-info .cell-right .swiper-button.swiper-button-prev::before {
  content: "\f177";
}
@media only screen and (min-width: 48rem) {
  .hb_press_home .flex-info .cell-right .swiper-button.swiper-button-next {
    right: -105px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_press_home .flex-info .cell-right .swiper-button.swiper-button-next {
    right: -105px;
  }
}
.hb_press_home .flex-info .cell-right .swiper-button.swiper-button-next::before {
  content: "\f178";
}
@media only screen and (max-width: 47.99875rem) {
  .hb_press_home .flex-info .container-left {
    padding-left: 0.625rem;
  }
}

/* */
.hb_team_home {
  height: 505px;
  overflow: hidden;
}
.hb_team_home {
  padding-top: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_team_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_team_home {
    padding-top: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home {
    height: -webkit-max-content;
    height: max-content;
    padding-bottom: 30px;
  }
}
.hb_team_home .container {
  height: 100%;
  max-width: 100% !important;
}
@media only screen and (min-width: 48rem) {
  .hb_team_home .container .title-container {
    width: 90%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .title-container {
    width: 65%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .title-container {
    width: 100%;
  }
}
.hb_team_home .container .title-container.mobile {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .title-container.mobile {
    display: block;
    padding-bottom: 30px;
  }
}
.hb_team_home .container .swiper-design {
  display: flex;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design {
    flex-flow: row wrap;
  }
}
.hb_team_home .container .swiper-design .title-container ._design_text {
  text-align: left;
}
.hb_team_home .container .swiper-design .title-container ._design_text .heading-title {
  margin-bottom: 0;
}
.hb_team_home .container .swiper-design .swiper {
  padding-top: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design .swiper {
    padding-top: 0;
  }
}
.hb_team_home .container .swiper-design .swiper .swiper-button {
  border-radius: 100%;
  background: #8A1538;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_team_home .container .swiper-design .swiper .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
}
.hb_team_home .container .swiper-design .swiper .swiper-button::after {
  width: 100%;
  height: 100%;
  color: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  opacity: 1;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.hb_team_home .container .swiper-design .swiper .swiper-button-prev::after {
  content: "\f177";
}
@media only screen and (min-width: 64rem) {
  .hb_team_home .container .swiper-design .swiper .swiper-button-prev {
    top: 90%;
    left: 65%;
    transform: translate(-65%, -90%);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .swiper .swiper-button-prev {
    left: 55%;
    transform: translate(-55%, -90%);
  }
}
.hb_team_home .container .swiper-design .swiper .swiper-button-next::after {
  content: "\f178";
}
@media only screen and (min-width: 64rem) {
  .hb_team_home .container .swiper-design .swiper .swiper-button-next {
    top: 90%;
    left: 70%;
    transform: translate(-70%, -90%);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .swiper .swiper-button-next {
    left: 60%;
    transform: translate(-60%, -90%);
  }
}
@media only screen and (min-width: 48rem) {
  .hb_team_home .container .swiper-design .mySwiper2 {
    width: 55%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .mySwiper2 {
    width: 50%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper2 {
    width: 100%;
  }
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 64rem) {
  .hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay {
    position: absolute;
    width: 538px;
    height: 497px;
    right: -85px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay {
    bottom: -35px;
    right: -80px;
  }
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 48rem) {
  .hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content {
    max-width: 285px;
    margin: 0 auto 0 15%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content {
    max-width: 300px;
    margin: 0 auto 0 20%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content {
    margin: 0 auto 0 0;
  }
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content .inner {
  position: relative;
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content .inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: -60px;
  background: url("../img/icon-dau-phay.png") no-repeat top left;
  background-size: contain;
  width: 97px;
  height: 79px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content .inner::before {
    top: -30px;
    width: 57px;
    height: 39px;
  }
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content .html-desc {
  text-align: right;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content .html-desc::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(108, 56, 54, 0.3019607843);
  width: 198px;
  height: 1px;
}
.hb_team_home .container .swiper-design .mySwiper2 .swiper-slide .item .overlay-content .html-title {
  font-weight: 700;
  text-align: right;
}
.hb_team_home .container .swiper-design .mySwiper {
  position: static;
}
@media only screen and (min-width: 48rem) {
  .hb_team_home .container .swiper-design .mySwiper {
    width: 45%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .mySwiper {
    width: 50%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper {
    width: 100%;
  }
}
.hb_team_home .container .swiper-design .mySwiper .title-container {
  padding-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper .title-container {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper {
    justify-content: flex-start;
    height: 160px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper {
    justify-content: flex-start;
    height: 156px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper {
    justify-content: flex-start;
    height: 100px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper {
    justify-content: flex-start;
    height: 90px;
  }
}
.hb_team_home .container .swiper-design .mySwiper .swiper-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(90deg, rgb(10, 34, 91) 0%, rgb(61, 17, 63) 25%, #64110E 100%);
  border-radius: 300px 0 0 300px;
  z-index: -1;
}
.hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 48rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide {
    width: 160px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide {
    width: 100px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide {
    width: 90px;
  }
}
.hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide.move-to-top {
  transition: transform 0.4s ease-in-out; /* đơn giản và trơn tru */
  transform: translateY(-20px); /* tạo hiệu ứng nhẹ khi đẩy lên */
}
.hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item {
  position: relative;
}
.hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 75, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 100%);
}
@media only screen and (min-width: 48rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item::after {
    width: 6.875rem;
    height: 6.875rem;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item::after {
    width: 8.125rem;
    height: 8.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item::after {
    top: 0;
  }
  .hb_team_home .container .swiper-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item::after {
    width: 5rem;
    height: 5rem;
  }
}
/* */
.hb_album_images {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_album_images {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_album_images {
    padding-top: 7.5rem;
  }
}
.hb_album_images {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_album_images {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_album_images {
    padding-bottom: 2.5rem;
  }
}
.hb_album_images::before, .hb_album_images::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
}
.hb_album_images::before {
  top: -1px;
  height: 103px;
  background: url("../img/Vector-4.png") no-repeat top;
  background-size: 100% 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_album_images::before {
    height: 47px;
    background-size: contain;
  }
}
.hb_album_images::after {
  bottom: -1px;
  height: 94px;
  background: url("../img/Vector-3.png") no-repeat bottom;
  background-size: 100% 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_album_images::after {
    height: 47px;
    background-size: contain;
  }
}
.hb_album_images .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_album_images .flex-info {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_album_images .flex-info .cell {
  width: 100%;
}
.hb_album_images .flex-info .cell-left {
  text-align: center;
}
.hb_album_images .flex-info .cell-left ._design_text ._subtitle {
  color: #ffffff;
}
.hb_album_images .flex-info .cell-left ._design_text .heading-title {
  margin-bottom: 0;
  color: #ffffff;
}
.hb_album_images .flex-info .cell-left ._design_text .heading-title span {
  color: #FFDD17;
}
.hb_album_images .flex-info .cell-left ._desc {
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .hb_album_images .flex-info .cell-left ._desc {
    max-width: 516px;
    margin: 0 auto;
  }
}
.hb_album_images .flex-info .cell-right .gallery-grid {
  display: flex;
}
.hb_album_images .flex-info .cell-right .gallery-grid {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_album_images .flex-info .cell-right .gallery-grid {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_album_images .flex-info .cell-right .gallery-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hb_album_images .flex-info .cell-right .gallery-column {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_album_images .flex-info .cell-right .gallery-column {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_album_images .flex-info .cell-right .gallery-column:first-child ._images, .hb_album_images .flex-info .cell-right .gallery-column:last-child ._images {
  aspect-ratio: 1/1;
}
.hb_album_images .flex-info .cell-right .gallery-column:nth-child(2) ._images {
  aspect-ratio: 16/9;
}
.hb_album_images .flex-info .cell-right .gallery-column:nth-child(2) ._images:nth-child(6n+3) {
  aspect-ratio: 1/1;
}
.hb_album_images .flex-info .cell-right ._images {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.hb_album_images .flex-info .cell-right ._images a {
  transition: 0.4s;
}
.hb_album_images .flex-info .cell-right ._images a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_album_images .flex-info .cell-right ._images a .loaders {
  position: absolute;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.hb_album_images .flex-info .cell-right ._images a .loaders {
  width: 4rem;
  height: 4rem;
}
.hb_album_images .flex-info .cell-right ._images a .loaders::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transform: rotate(45deg) translate(30%, 40%);
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  box-shadow: 32px -34px 0 5px #8A1538;
  animation: slide 2s infinite ease-in-out alternate;
}
.hb_album_images .flex-info .cell-right ._images a .loaders::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  transform: rotate(0deg);
  transform-origin: 35px 145px;
  animation: rotate 2s infinite ease-in-out;
}
.hb_album_images .flex-info .cell-right ._images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.hb_album_images .flex-info .cell-right ._images:hover a {
  background: rgba(0, 0, 0, 0.3);
}
.hb_album_images .flex-info .cell-right ._images:hover a .loaders {
  opacity: 1;
}

/* */
.hb_news_home {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 0;
  }
}
.hb_news_home {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 3.75rem;
  }
}
.hb_news_home .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.hb_news_home .flex-info .cell-left {
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-left {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.hb_news_home .flex-info .cell-left ._design_text::after {
  right: -35px;
}
.hb_news_home .flex-info .cell-left ._design_text .heading-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-left ._desc {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-center {
    grid-column: span 1;
    grid-row: span 2;
  }
}
.hb_news_home .flex-info .cell-center ._images {
  margin-bottom: 0;
  border-radius: 196px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right {
    grid-column: span 2;
    grid-row: span 1;
    display: flex;
    flex-flow: row wrap;
  }
  .hb_news_home .flex-info .cell-right {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.hb_news_home .flex-info .cell-right .item {
  padding: 10px;
  border-radius: 8px;
  background: #F3F0DF;
}
.hb_news_home .flex-info .cell-right .item .cover {
  border-radius: 8px;
}
.hb_news_home .flex-info .cell-right .item .content ._date {
  color: #684127;
  font-weight: 400;
}
.hb_news_home .flex-info .cell-right .item .content ._title a {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
.hb_news_home .flex-info .cell-right .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_news_home .flex-info .cell-right .item .content ._title a:hover {
  color: #684127;
}
.hb_news_home .flex-info .cell-right .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container {
    width: calc(50% - 10px);
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .item .content {
  padding-top: 10px;
}
.hb_news_home .flex-info .cell-right .swiper-container .item .content ._date {
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .item .content ._date {
    font-size: 14px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .item .content ._title {
  margin-bottom: 5px;
}
.hb_news_home .flex-info .cell-right .swiper-container .item .content ._title a {
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .item .content ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .item .content ._title a {
    font-size: 20px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button {
  border: unset;
  background: #8A1538;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper-button {
    top: unset;
    transform: unset;
    bottom: -65px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button::before {
  color: #ffffff;
  font-size: 20px;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button:hover {
  background: #8A1538 !important;
  border: unset !important;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper-button.swiper-button-prev {
    left: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper-button.swiper-button-next {
    right: unset;
    left: 65px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .list-container {
    width: calc(50% - 10px);
  }
}
.hb_news_home .flex-info .cell-right .list-container .item {
  display: flex;
  align-items: center;
  padding: 5px;
  margin-bottom: 10px;
}
.hb_news_home .flex-info .cell-right .list-container .item:last-child {
  margin-bottom: 0;
}
.hb_news_home .flex-info .cell-right .list-container .item .cover {
  flex: 0 0 93px;
  max-width: 93px;
  height: 70px;
  margin-right: 10px;
}
.hb_news_home .flex-info .cell-right .list-container .item .cover .res {
  height: 100%;
}
.hb_news_home .flex-info .cell-right .list-container .item .content {
  flex: 1;
}
.hb_news_home .flex-info .cell-right .list-container .item .content ._date {
  font-size: 14px;
  margin-bottom: 5px;
}
.hb_news_home .flex-info .cell-right .list-container .item .content ._title {
  margin-bottom: 0;
}
.hb_news_home .flex-info .cell-right .list-container .item .content ._title a {
  font-size: 14px;
  line-height: 20px;
}
.hb_news_home .flex-info .cell-right ._button {
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right ._button {
    padding-top: 30px;
    text-align: center;
  }
}
.hb_news_home .flex-info .cell-right ._button a {
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  transition: 0.4s;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hb_news_home .flex-info .cell-right ._button a i {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
}
.hb_news_home .flex-info .cell-right ._button a:hover {
  transform: translateY(-5px);
}

/* */
/* */