.bwa-responsive-slider__right-column > *:nth-child(n+3) {
  display : none;
}

/*******************
      Text Center
 ********************/

.bwa-customcard_text-center__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : default;
}

.bwa-customcard_text-center__card-link {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
}

.bwa-customcard_text-center__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-center__card:hover img {
  transform : scale(1.1);
}

.bwa-customcard_text-center__card-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
  margin-top      : 20px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-center__card-flag {
  position : absolute;
  top      : 15px;
  right    : 20px;
  color    : var(--color-white-default);
}

.bwa-customcard_text-center__card-text h3 {
  font-size      : calc(22px + (34 - 22) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(8px + (15 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
}

.bwa-customcard_text-center__card-text p {
  font-size   : calc(12px + (14 - 12) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 500;
  margin      : 0;
}

.bwa-customcard_text-center__card-flag {
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 300;
}

/*******************
      Text Left
 ********************/

.bwa-customcard_text-left__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : pointer;
}

.bwa-customcard_text-left__card-img {
  width : 100%;
}

.bwa-customcard_text-left__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-left__card:hover img {
  transform : scale(1.1)
}

.bwa-customcard_text-left__card-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 35%;
  left            : 40px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-left__button {
  border-radius  : 50px !important;
  background     : #6E9CE1 !important;
  padding        : .2rem 1rem !important;
  font-size      : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 400 !important;
  letter-spacing : 1px;
  border         : 1px solid #6E9CE1 !important;
}

.bwa-customcard_text-left__button:hover {
  background : transparent !important;
  color      : #6E9CE1 !important;
}

.bwa-customcard_text-left__card-text h3 {
  font-size      : calc(14px + (21 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1.2;
  letter-spacing : 2px;
}

.bwa-customcard_text-left__card-text_description {
  color       : #ADC6EB;
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-left__card-text_text {
  font-size   : calc(14px + (19 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.2;
  font-weight : 600;
}

/*******************
      Text Right
 ********************/

.bwa-customcard_text-right__grid a:hover {
  color : var(--color-black-default);
}

.bwa-customcard_text-right__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  cursor          : pointer;
}

.bwa-customcard_text-right__card-img {
  width : 100%;
}

.bwa-customcard_text-right__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-right__card:hover img {
  transform : scale(1.1)
}

.bwa-customcard_text-right__card-text {
  position        : absolute;
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 45%;
  left            : 48%;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__button {
  border-radius : 2px !important;
  background    : var(--color-white-default) !important;
  padding       : .2rem 1rem !important;
  font-size     : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight   : 700 !important;
  border        : 1px solid var(--color-white-default) !important;
  color         : var(--color-black-default) !important;
}

.bwa-customcard_text-right__button:hover {
  background : transparent !important;
}

.bwa-customcard_text-right__title-container {
  display        : flex;
  flex-direction : column;
  gap            : calc(2px + (5 - 2) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__card-text h3 {
  font-size      : calc(14px + (30 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 700;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1;
}

.bwa-customcard_text-right__card-text_description {
  font-size   : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__card-text_text {
  font-size   : calc(12px + (12 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 600;
  line-height: 1.1em;
}

.bwa-customcard_text-right__svg {
  width           : 100%;
  display         : flex;
  justify-content : end;
}

/**************************
      With slider
 ************************/
.bwa-responsive-slider .bwa-customcard_text-center__card-link,
.bwa-responsive-slider .bwa-customcard_text-center__card-img,
.bwa-responsive-slider .bwa-customcard_text-left__card-img,
.bwa-responsive-slider .bwa-customcard_text-right__card-img {
  width : 100%;
}

.bwa-responsive-slider .bwa-customcard_text-center__card-text h3 {
  font-size      : calc(50px + (70 - 50) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(14px + (20 - 14) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-center__card-text {
  margin-top : 80px;
  gap        : calc(17px + (25 - 17) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text {
  gap  : calc(15px + (20 - 15) * ((100vw - 1200px) / (1920 - 1200)));
  left : calc(60px + (85 - 60) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__button {
  font-size : calc(18px + (26 - 18) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text h3 {
  font-size      : calc(30px + (45 - 30) * ((100vw - 1200px) / (1920 - 1200)));
  line-height    : 1.2;
  letter-spacing : 3px;
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text_description {
  font-size   : calc(16px + (24 - 16) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.5;
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text_text {
  font-size : calc(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
}

/* Section Infor */
.info_block {
  background: var(--color-primary);
}

.c-info-list__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.c-info {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.c-info__title {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.c-info__inner {
  margin-left: 17px;
}

.c-info__description {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.496px;
}

.c-info-list__inner hr:last-child{
  display: none;
}

.c-info-list__inner hr {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.20);
  border: none;
}

/* Section cards present*/
.cards-presents__block {
  margin-top: 10px;
}

.c-cards-present-list__inner {
  display : grid;
  gap: 10px;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: 400px 100px 360px ;
}

.card-item {
  display: block;
  height: 100%;
}

.c-card {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.c-card-present__inner
{
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.c-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.c-card img:hover
{
  transform: scale(1.1);
}

.card-item:nth-child(1) {
  grid-column: 1 ;
  grid-row: 1/3;
}

.card-item:nth-child(3)
{
  grid-column: 2 ;
  grid-row: 1/4;
}

.card-item:nth-child(2)
{
  grid-column: 1 ;
  grid-row: 3;
}

.card-item:nth-child(4)
{
  grid-column: 3 ;
  grid-row: 1;
}
.card-item:nth-child(5)
{
  grid-column: 3;
  grid-row: 2/4;
}

.c-card-present__title {
  color: #FFF;
  font-size: 32px;
  line-height: 37px;
  transition: 0.3s ease;
}

/*.c-card-present__title:hover {*/
/*  color: var(--color-secondary);*/
/*}*/

.c-card-present__btn {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.card-media, .media-container,
.card-media > picture {
  height: 100%;
}

.card-media > picture {
  display: block;
}

@media ( max-width : 767px) {
  /*****************************
      Text Center in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-center__card-text h3 {
    font-size      : calc(25px + (50 - 25) * ((100vw - 320px) / (767 - 320)));
    letter-spacing : calc(8px + (14 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-center__card-text {
    margin-top : calc(60px + (80 - 60) * ((100vw - 320px) / (767 - 320)));
    gap        : calc(8px + (25 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Left in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-left__card-text {
    gap  : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
    left : calc(30px + (85 - 30) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-left__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text h3 {
    font-size      : calc(16px + (30 - 16) * ((100vw - 320px) / (767 - 320)));
    line-height    : 1.2;
    letter-spacing : 3px;
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text_text {
    font-size : calc(14px + (35 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Right in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-right__card-text {
    gap  : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text h3 {
    font-size      : calc(16px + (35 - 16) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text_text {
    font-size : calc(14px + (30 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Center, Left and Right in Slider
 ********************************/

  .bwa-customcard_text-left__card, .bwa-customcard_text-center__card {
    border-radius : 0 !important;
  }

  /*************************
  * Responsive Section Cards
  ************************µ*/
  .c-info-list__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 20px;
  }

  .c-info-list__inner hr {
    display: none;
  }

  img.img_768px {
    display: block !important;
  }

  .c-cards-present-list__inner {
    display: flex;
    gap: 0;
  }

  .c-card img {
    width: 100%;
    object-fit: cover;
  }

  .c-card-present__title {
    font-size: 20px !important;
    line-height: 28px;
  }
  .c-card-present__btn {
    margin-top: 10px;
    font-size: 14px !important;
  }

  .c-info__inner {
    margin-left: 10px;
  }

  .c-info__img {
    width: 45px;
  }

  .c-info__title {
    font-size: 12px;
  }

  .c-info__description {
    font-size: 10px;
  }
}

@media (max-width: 1499px) {
  .c-card-present__title {
    font-size: 24px;
  }
}
