.bg-primary {
  background: #8C0321 !important;
}

.btn-primary {
  background: #8C0321;
  border-color: #8C0321;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(140, 3, 33, 0.8);
  border-color: #8C0321;
}

.btn-outline-primary {
  background: transparent;
  border-color: #8C0321;
  color: #8C0321;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background: rgba(140, 3, 33, 0.8);
  border-color: #8C0321;
  box-shadow: none;
  outline: none;
}

.text-primary {
  color: #8C0321 !important;
}

.text-primary1 {
  color: #16012C !important;
}

.text-primary-shade1 {
  color: #443158 !important;
}

.text-purple {
  color: #8E2BAF !important;
}

.btn-secondary {
  background: #A8915D;
  border-color: #A8915D;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(168, 145, 93, 0.8);
  border-color: #A8915D;
}

.text-secondary {
  color: #A8915D !important;
}

.text-black {
  color: #000 !important;
}

.text-black1 {
  color: #8C0321 !important;
}

.bg-black2 {
  background: #971C37 !important;
}

.text-black2 {
  color: #971C37 !important;
}

.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #fff;
}

.btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #fff;
  box-shadow: none;
  outline: none;
}

.text-white {
  color: #fff !important;
}

.bg-maroon {
  background: #8C0321 !important;
}

.text-maroon {
  color: #8C0321 !important;
}

.text-pink {
  color: #F4EAF7 !important;
}

.text-pink-dark {
  color: #F1E5F1 !important;
}

.text-grey {
  color: #899AA0 !important;
}

.text-grey1 {
  color: #B8C3C6 !important;
}

.text-grey-dark {
  color: #625f5f !important;
}

.bg-lightgrey1 {
  background: #F4F1F3 !important;
}

.text-green {
  color: #15AA9C !important;
}

.text-red {
  color: #C6002F !important;
}

.inner-banner {
  background-color: #a8915d;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 161px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .inner-banner {
    min-height: 140px;
  }
}
.inner-banner h2 {
  bottom: 40px;
  margin-bottom: 0;
  z-index: 2;
}
.inner-banner button {
  bottom: 37px;
  margin-bottom: 0;
  z-index: 2;
}
.inner-banner button:hover {
  background-color: #8C0321;
}

.inner-banner-news-detail {
  background-color: #a8915d;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 161px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .inner-banner-news-detail {
    min-height: 140px;
  }
}
.inner-banner-news-detail .banner-content {
  position: absolute;
  top: 70px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .inner-banner-news-detail .banner-content {
    top: 100px;
    bottom: 42px;
  }
}
.inner-banner-news-detail .banner-content h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .inner-banner-news-detail .banner-content .font-size-5 {
    font-size: 12px;
  }
}

.btn-with-arrow {
  position: relative;
  padding-inline: 20px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .btn-with-arrow {
    margin-bottom: 10px;
  }
}
.btn-with-arrow::before {
  position: absolute;
  content: url("../images/icon/arrow-right-white.svg");
  transform: scaleX(-1);
  inset-inline-start: 5px;
  top: 15%;
}
[dir=rtl] .btn-with-arrow::before {
  transform: scaleX(1);
  top: 22%;
}

.ball-img {
  position: absolute;
  inset-inline-end: 5%;
  top: -100px;
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg) scale(0.5);
  transition: opacity 1s ease, transform 2s ease, top 3s ease;
}

.ball-img.loaded {
  opacity: 1;
  visibility: visible;
  top: 70px;
  transform: rotate(500deg) scale(0.5);
}

.ball-img.reverse {
  transform: rotate(-25deg) scale(-3);
}
[dir=rtl] .ball-img.reverse {
  transform: rotate(25deg) scale(3);
}

.approach {
  background-color: #f4f1f3;
  padding: 48px;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .approach {
    padding-inline: 15px;
    padding-block: 30px;
  }
}
.approach .values {
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 1399.98px) {
  .approach .values {
    padding: 15px;
  }
}
.approach .values ul {
  padding: 23px;
  padding-inline-start: 30px;
  padding-bottom: 0px;
}
.approach .values ul li {
  list-style-type: disc;
  margin-bottom: 32px;
}
.approach .values ul li::marker {
  color: #625f5f;
  font-size: 14px;
}
[dir=rtl] .approach .values ul li::marker {
  font-size: 12px;
}
.approach .values ul li p {
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #625f5f;
}
@media (max-width: 1199.98px) {
  .approach .values ul li p {
    font-size: 16px;
  }
}
.approach .values figure {
  border: 1px solid #dad2d8;
  border-radius: 16px;
  padding-inline: 110px;
  padding-block: 60px;
  background-color: #f4f1f3;
}
@media (max-width: 1399.98px) {
  .approach .values figure {
    padding-inline: 65px;
    padding-block: 10px;
  }
}
@media (max-width: 575.98px) {
  .approach .values figure {
    padding-inline: 0px;
    padding-block: 10px;
  }
}
.approach .pillers {
  row-gap: 22px;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 1399.98px) {
  .approach .pillers {
    padding: 15px;
  }
}
.approach .pillers p {
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #625f5f;
}
@media (max-width: 1199.98px) {
  .approach .pillers p {
    font-size: 16px;
  }
}
.approach .pillers figure {
  border: 1px solid #e5dfe4;
  border-radius: 16px;
}
.approach .foundation-startegy {
  position: relative;
  margin-bottom: 48px;
  margin-inline-start: 100px;
}
@media (max-width: 991.98px) {
  .approach .foundation-startegy {
    margin-inline-start: 48px;
  }
}
.approach .foundation-startegy::after {
  content: "";
  position: absolute;
  background-image: url(../images/img/strategy-dot.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 100%;
  inset-inline-start: -48px;
  z-index: 10;
}
.approach .foundation-startegy::before {
  content: "";
  position: absolute;
  top: 10px;
  inset-inline-start: -42px;
  width: 4px;
  height: 100%;
  background-color: #e5dfe4;
}
.approach .excellence-startegy {
  position: relative;
  margin-inline-start: 160px;
}
@media (max-width: 991.98px) {
  .approach .excellence-startegy {
    margin-inline-start: 0px;
  }
}
.approach .excellence-startegy::before {
  content: "";
  position: absolute;
  top: 10px;
  inset-inline-start: -42px;
  width: 4px;
  height: 100%;
  background-color: #e5dfe4;
}
.approach .excellence-startegy::after {
  content: "";
  position: absolute;
  background-image: url(../images/img/strategy-dot.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 100%;
  inset-inline-start: -48px;
  z-index: 10;
}

.strategy {
  position: relative;
}
.strategy:after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #e5dfe4;
  width: 100%;
  inset-inline-start: 0px;
  bottom: -10px;
}
@media (max-width: 991.98px) {
  .strategy:after {
    display: none;
  }
}
.strategy h3 {
  margin-bottom: 34px;
  position: relative;
}
.strategy h3::before {
  content: "";
  position: absolute;
  top: 4px;
  inset-inline-start: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../images/img/startegy.svg");
  background-color: #8C0321;
  background-repeat: no-repeat;
  background-position: center;
}
.strategy-list li {
  list-style-type: disc;
  margin-bottom: 32px;
}
.strategy-list li::marker {
  color: #8C0321;
}
.strategy-list li p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  .strategy-list li p {
    font-size: 16px;
  }
}

.mb-145 {
  margin-bottom: 145px;
}

.vmv-establishment-wrapper {
  position: relative;
}
.vmv-establishment-wrapper:before {
  content: "";
  background-color: #8C0321;
  padding-bottom: 15px;
  border-start-start-radius: 24px;
  border-end-start-radius: 24px;
  position: absolute;
  display: block;
  width: 100%;
  height: 212px;
}
[dir=rtl] .vmv-establishment-wrapper:before {
  background: url("../images/icon/qal-football-icon-1.svg") no-repeat bottom 0% right 20%, url("../images/icon/qal-football-icon-2.png") no-repeat top 10% left 0%;
  background-color: #8C0321;
}
@media (max-width: 991.98px) {
  .vmv-establishment-wrapper:before {
    height: 100%;
    border-radius: 24px;
  }
}
@media (max-width: 991.98px) {
  .vmv-establishment-wrapper {
    min-height: 100px;
  }
}

.vmv-establishment {
  background-color: #fff;
  position: absolute;
  z-index: 20;
  top: 64px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  padding: 20px 82px;
}
[dir=rtl] .vmv-establishment {
  inset-inline-start: auto;
  inset-inline-end: 50%;
  padding: 19px 82px;
}
@media (max-width: 1199.98px) {
  .vmv-establishment {
    top: 80px;
  }
}
@media (max-width: 991.98px) {
  .vmv-establishment {
    top: 26px;
  }
  [dir=rtl] .vmv-establishment {
    top: 24px;
  }
}
.vmv-establishment::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 80px;
  width: 2px;
  height: 100%;
  background-color: #000;
}
@media (max-width: 1399.98px) {
  .vmv-establishment::after {
    inset-inline-end: 69px;
  }
}
@media (max-width: 1199.98px) {
  .vmv-establishment::after {
    inset-inline-end: 50px;
  }
}
@media (max-width: 1399.98px) {
  .vmv-establishment {
    padding-inline: 72px;
    padding-block: 20px;
  }
  [dir=rtl] .vmv-establishment {
    padding-inline: 72px;
    padding-block: 13px;
  }
}
@media (max-width: 1199.98px) {
  .vmv-establishment {
    padding-inline: 50px;
    padding-block: 13px;
  }
  [dir=rtl] .vmv-establishment {
    padding-inline: 50px;
    padding-block: 5px;
  }
}
.vmv-establishment h4 {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.vmv-establishment h4:before {
  position: absolute;
  content: "";
  background-image: url(../images/logo/logo-vmc.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: 65px;
  inset-inline-start: -79px;
  top: -18px;
}
[dir=rtl] .vmv-establishment h4:before {
  inset-inline-start: -118px;
  top: -20px;
}
@media (max-width: 1399.98px) {
  .vmv-establishment h4:before {
    background-size: 45px;
    inset-inline-start: -63px;
    top: -12px;
  }
  [dir=rtl] .vmv-establishment h4:before {
    top: -10px;
  }
}
@media (max-width: 1199.98px) {
  .vmv-establishment h4:before {
    background-size: 45px;
    inset-inline-start: -51px;
    top: -11px;
  }
  [dir=rtl] .vmv-establishment h4:before {
    inset-inline-start: -106px;
    top: -10px;
  }
}
.vmv-establishment h4:after {
  position: absolute;
  content: "";
  -webkit-mask: url(../images/icon/arrow-right-contained.svg) no-repeat;
  background-color: #000;
  width: 100px;
  height: 100px;
  -webkit-mask-size: 40px;
          mask-size: 40px;
  inset-inline-end: -129px;
  top: -3px;
}
[dir=rtl] .vmv-establishment h4:after {
  transform: scaleX(-1);
  inset-inline-end: -122px;
  top: -6px;
}
@media (max-width: 1399.98px) {
  .vmv-establishment h4:after {
    -webkit-mask-size: 30px;
            mask-size: 30px;
  }
  [dir=rtl] .vmv-establishment h4:after {
    inset-inline-end: -126px;
    top: -1px;
  }
}
@media (max-width: 1199.98px) {
  .vmv-establishment h4:after {
    inset-inline-end: -116px;
  }
  [dir=rtl] .vmv-establishment h4:after {
    inset-inline-end: -110px;
  }
}
@media (max-width: 1399.98px) {
  .vmv-establishment h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .vmv-establishment h4 {
    margin-inline-start: 5px;
  }
}

.vmv-slider-wrapper {
  position: relative;
}
.vmv-slider-wrapper:before {
  content: "";
  background: url("../images/icon/qal-football-icon-1.svg") no-repeat bottom 0% left 20%, url("../images/icon/qal-football-icon-2.png") no-repeat top 10% right 0%;
  background-color: #8C0321;
  padding-bottom: 15px;
  border-end-end-radius: 24px;
  border-start-end-radius: 24px;
  position: absolute;
  display: block;
  width: 100%;
  height: 212px;
}
[dir=rtl] .vmv-slider-wrapper:before {
  background: url("../images/icon/qal-football-icon-1.svg") no-repeat bottom 0% right 20%, url("../images/icon/qal-football-icon-2.png") no-repeat top 10% left 0%;
  background-color: #8C0321;
}
@media (max-width: 991.98px) {
  .vmv-slider-wrapper:before {
    border-radius: 24px;
  }
}

.vmv-slider {
  padding-inline: 160px;
}
@media (max-width: 1399.98px) {
  .vmv-slider {
    padding-inline: 100px;
  }
}
@media (max-width: 991.98px) {
  .vmv-slider {
    padding-inline: 30px;
  }
}
.vmv-slider .record-box {
  background: linear-gradient(to bottom, #C58190, #a44861);
  padding-inline: 32px;
  padding-block: 24px 13px;
  border-start-end-radius: 32px;
  border-end-start-radius: 32px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
  position: relative;
  width: 178px;
}
.vmv-slider .record-box:before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: -12px;
  border-style: solid;
  border-width: 0 0 20px 12px;
  border-color: transparent transparent #625f5f transparent;
}
[dir=rtl] .vmv-slider .record-box:before {
  border-width: 0 12px 20px 0;
}
.vmv-slider .record-box:hover:before {
  border-style: solid;
  border-width: 0 0 40px 12px;
  transition: border-width 0.2s ease;
  border-color: transparent transparent #625f5f transparent;
}
[dir=rtl] .vmv-slider .record-box:hover:before {
  border-width: 0 12px 40px 0;
}
.vmv-slider .record-box:hover {
  animation: moveUp 0.3s ease forwards;
}
@keyframes moveUp {
  0% {
    margin-top: -20px;
  }
  100% {
    margin-top: -40px;
  }
}
.vmv-slider .inner-box {
  width: 98px;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 12px;
}
.vmv-slider .inner-box div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vmv-slider .inner-box1 {
  width: 76.24px;
  height: 76.24px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 14px;
}
.vmv-slider .inner-box1 div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.vmv-slider .slick-list {
  overflow: visible;
  overflow-x: clip;
  margin-bottom: 40px;
}
.vmv-slider .slick-prev {
  inset-inline-start: 20px;
}
@media (max-width: 1399.98px) {
  .vmv-slider .slick-prev {
    inset-inline-start: 30px;
  }
}
@media (max-width: 991.98px) {
  .vmv-slider .slick-prev {
    inset-inline-start: 5px;
  }
}
.vmv-slider .slick-next {
  inset-inline-end: 20px;
}
@media (max-width: 1399.98px) {
  .vmv-slider .slick-next {
    inset-inline-end: 30px;
  }
}
@media (max-width: 991.98px) {
  .vmv-slider .slick-next {
    inset-inline-end: 5px;
  }
}
.vmv-slider .slick-prev,
.vmv-slider .slick-next {
  background-color: transparent;
  display: flex;
  width: 69px;
  height: 69px;
  background-color: #971C37;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  z-index: 20;
  top: 69%;
}
@media (max-width: 991.98px) {
  .vmv-slider .slick-prev,
  .vmv-slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
.vmv-slider .slick-prev:hover,
.vmv-slider .slick-next:hover {
  background-color: #C58190;
}
.vmv-slider .slick-next:before {
  content: url("../images/icon/champions-record-arrow.svg");
}
[dir=rtl] .vmv-slider .slick-next:before {
  transform: scaleX(-1);
}
.vmv-slider .slick-prev:before {
  content: url("../images/icon/champions-record-arrow2.svg");
}
[dir=rtl] .vmv-slider .slick-prev:before {
  transform: scaleX(-1);
}
.vmv-slider .slick-dots {
  bottom: -90px;
  inset-inline-start: 0px;
  list-style-type: none;
}
.vmv-slider .slick-dots li button {
  background-color: #a49aaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.vmv-slider .slick-dots li button:before {
  content: "";
}
.vmv-slider .slick-dots .slick-active button {
  background-color: #8C0321;
}
.vmv-slider .slick-slide {
  margin-inline: 16px;
}

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}
