.d-inline-block {
    display: inline-block !important;
}
.position-relative {
    position: relative !important;
}
.d-flex {
    display: flex !important;
}
.position-absolute {
    position: absolute !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.align-items-center {
    align-items: center !important;
}
.over-hidden {
    overflow: hidden;
}
.ra-hero1-content {
  margin: 0 auto;
  max-width: 1665px;
  padding: 285px 15px 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-hero1-content {
    padding: 200px 15px 60px;
  }
}
@media (max-width: 480px) {
  .ra-hero1-content {
    padding: 160px 15px 60px;
  }
}

.ra-hero1-item {
  gap: 50px 30px;
}
.ra-hero1-item .ra-hcl-img {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-hero1-item .ra-btn-1 {
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.ra-hero1-text {
  width: 100%;
  max-width: 620px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-text {
    max-width: 100%;
  }
}
.ra-hero1-text .ra_hr1_title {
  line-height: 1.143;
  padding: 10px 0px 35px;
}
.ra-hero1-text .ra_hr1_title .split-line {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0) translateY(100px);
          transform: scaleY(0) translateY(100px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-text .ra-hcl-img {
  gap: 16px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .ra-hero1-text .ra-hcl-img {
    margin-bottom: 30px;
  }
}
.ra-hero1-text .ra-hcl-img li {
  opacity: 0;
  margin-left: 12px;
  border: 2px solid #fff;
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-text .ra-hcl-img li:last-child {
  border: 2px solid #fff;
}
.ra-hero1-text .ra-hcl-img span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.ra-hero1-text .ra-btn-1 span {
  background-color: #000;
}

.ra-hr1-slug {
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-transform: translateX(00px);
          transform: translateX(00px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ra_hr1_title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra_hr1_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ra_hr1_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra_hr1_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .ra_hr1_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .ra_hr1_title {
    font-size: 36px;
  }
}
.ra_hr1_title span {
  color: #ff3131;
}

.ra-hero1-img-wrap {
  gap: 30px 65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-hero1-img-wrap {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-img-wrap {
    display: none !important;
  }
}

.ra-hero1-img1 .line_shape {
  top: 50%;
  right: -25px;
  position: absolute;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 2500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 2500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-hero1-img1 .line_shape {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-img1 .line_shape {
    display: none;
  }
}
.ra-hero1-img1 .item-img {
  width: 568px;
  height: 710px;
  overflow: hidden;
  border-radius: 15px 150px 15px 15px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-hero1-img1 .item-img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
  border-radius: 15px 150px 15px 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-hero1-img1 .item-img {
    width: 480px;
    height: 570px;
  }
}
.ra-hero1-img1 .item-text {
  left: 25px;
  padding: 25px;
  bottom: 25px;
  width: 261px;
  height: 175px;
  opacity: 0;
  position: absolute;
  border-radius: 15px;
  background-color: #b5edfe;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.ra-hero1-img1 .item-text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 18px;
}
.ra-hero1-img1 .item-text li {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #9cdef2;
}
.ra-hero1-img1 .item-text li i {
  margin-right: 8px;
}
.ra-hero1-img1 .item-text li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.ra-hero1-img2 .item-img {
  margin-bottom: 20px;
  border-radius: 20px;
}
.ra-hero1-img2 .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-img2 .item-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}
.ra-hero1-img2 .item-text h3 .split-line {
  opacity: 0;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ra-hero1-item {
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ra-hero1-item .ra-sq-shape1 {
  opacity: 0;
  top: -55px;
  z-index: -1;
  right: -50px;
  -webkit-transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-item .ra-sq-shape2 {
  left: 18%;
  bottom: 0%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ra-hs-nav {
  right: 10%;
  bottom: 10%;
  z-index: 2;
  width: 170px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-hs-nav {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-hs-nav {
    position: static;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .ra-hs-nav {
    margin: 0;
    margin-top: 40px;
    position: static;
  }
}
.ra-hs-nav .arrow-nav {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .ra-hs-nav .arrow-nav {
    width: 45px;
    height: 45px;
  }
}
.ra-hs-nav .arrow-nav:hover {
  color: #fff;
  background-color: #ff3131;
}
.ra-hs-nav .ra-hs-pagi {
  color: #fff;
  width: 50px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.swiper-slide-active .ra-hero1-item .ra-sq-shape1 {
  opacity: 1;
  right: 95px;
}
.swiper-slide-active .ra-hero1-item .ra-sq-shape2 {
  opacity: 1;
  bottom: 15%;
}
.swiper-slide-active .ra-hero1-item .ra-hr1-slug {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line {
  -webkit-transform: scaleY(1) translateY(0);
          transform: scaleY(1) translateY(0);
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.swiper-slide-active .ra-hero1-item .ra-hcl-img {
  opacity: 1;
}
.swiper-slide-active .ra-hero1-item .ra-hcl-img li {
  opacity: 1;
  margin-left: -12px;
}
.swiper-slide-active .ra-hero1-item .ra-hcl-img li:first-child {
  margin-left: 0;
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img1 .line_shape {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img1 .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img1 .item-text {
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-text h3 .split-line {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-text h3 .split-line:nth-child(1) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-text h3 .split-line:nth-child(2) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .ra-hero1-item .ra-btn-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.ra-hcl-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ra-hcl-img li {
  width: 52px;
  height: 52px;
  font-size: 20px;
  overflow: hidden;
  margin-left: -12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ra-title-c3);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 2px solid #630AC7;
}
.ra-hcl-img li:first-child {
  margin-left: 0;
}
.ra-hcl-img li:last-child {
  border: none;
  background-color: var(--ra-base-c4);
}
.ra-btn-1 a span {
  z-index: 1;
  gap: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  padding: 21px 40px;
  white-space: nowrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background-color: #000000;
  font-family: var(--ra-urbanist);
}
.ra-btn-1 a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewx(-20deg);
  -khtml-transform: skewx(-20deg);
  transform: skewx(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.35)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: -1;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-btn-1 a span {
    padding: 15px 30px;
  }
}
.ra-btn-1 a:hover span {
  background-color: #ff3131;
}
.ra-btn-1 a:hover span:before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation: pxl_btn_shine 1.4s ease;
          animation: pxl_btn_shine 1.4s ease;
}
.ra-hero1-text .ra-btn-1 span {
    width: fit-content;
}
.ra-hs-nav .arrow-nav {
    justify-content: center;
}
.ra-hero1-img1 .item-text li {
    list-style: none;
    margin-left: 0;
}
/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
@keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
}
.js-marquee {
            animation: marquee 30s linear infinite;
}
.ra-spon1-scroller {
    overflow: hidden;
    margin-top: 50px;
}
.ra-spon1-scroller:hover .js-marquee {
            animation-play-state: paused;
 }
.ra-spon1-sec {
  border-bottom: 1px solid #dddbde;
}
.ra-spon1-sec .ra-sec-title1 {
  max-width: 900px;
}

.ra-spon1-content {
  width: 145%;
}

.ra-spon1-content-2 {
  width: 145%;
  margin-left: -165px;
}
.ra-spon1-content-2 .ra-spon1-item:before, .ra-spon1-content-2 .ra-spon1-item:after {
  display: none;
}

.ra-spon1-item {
  z-index: unset;
  width: 185px;
  height: 185px;
  margin: 0 65px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 3px 122px 0px rgba(0, 0, 0, 0.04), inset 0px 0px 81px 0px rgba(232, 21, 53, 0.09);
          box-shadow: 0px 3px 122px 0px rgba(0, 0, 0, 0.04), inset 0px 0px 81px 0px rgba(232, 21, 53, 0.09);
}
.ra-spon1-item:before{
  z-index: -1;
  right: -130px;
  bottom: -90px;
  width: 1px;
  content: "";
  height: 140px;
  position: absolute;
  background-color: #e2e1e6;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.ra-spon1-item:after {
  z-index: -1;
  right: -130px;
  bottom: -90px;
  width: 1px;
  content: "";
  height: 140px;
  position: absolute;
  background-color: #e2e1e6;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.ra-spon1-item:after {
  left: -130px;
  right: auto;
  z-index: -2;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.ra-spon1-item .item-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center ;
    display: flex;
}
.ra-spon1-item .item-text {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
}
/* css đánh giá khách hàng */
.ra-review-rate {
    display: flex;
    justify-content: center;
}
.raimg_uls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.raimg_uls ul {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
}
.ra-rate-numbwrap ul {
    list-style: none;
    display: flex;
    margin: 0px 30px;
}
.raimg_uls ul li {
    margin: 0;
    border-radius: 99px;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid #fff;
}
.ra-rate-numbwrap {
    display: flex;
    align-items: center;
    margin-left: 55px;
}
.ra-rate-numbwrap ul li {
    list-style: none;
    margin: 0 !important;
}
.raimg_uls ul li {
    margin-left: -12px !important;
}
.ra-rate-numbwrap span {
    font-weight: 600;
}
.raimg_uls span {
    color: #272938;
    font-size: 20px;
    font-weight: 800;
    margin-left: 20px;
}
.ra-rate-numbwrap ul li i {
    color: #ffc107;
}
.ra-rate-numbwrap {
    position: relative;
}
.ra-rate-numbwrap:before {
    top: 8px;
    left: -30px;
    width: 3px;
    content: "";
    height: 38px;
    position: absolute;
    background-color: #6a6a6a;
}
.ra-review-rate {
    color: #000;
}