@media only screen and (max-width: 991px) {
    
    html:lang(ar) footer .half-circle {
    right: -50%;
    left: 0;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.no-dropdown .dropdown-menu {
    display: block !important;
    position: relative !important;
    background: transparent;
    top: 0;
    padding: 10px 0 0 10px;
}

.no-dropdown:after {
    display: none !important;
}


.no-dropdown .dropdown-menu li:last-child{
    border: none;
}


  .acv-tab ul {
    display: flex;
    overflow-y: scroll;
    width: 100%;
     /* direction: ltr; */
  }

  .acv-tab ul:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .acv-tab ul li {
    flex-shrink: 0;
}
  #myScrollspy {
      padding: 0;
      overflow-x: auto;
      z-index: 990;
  }

  .sidebar-sticky {
    overflow: hidden;
    margin: 0 -15px;
  }

  .acv-tab {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .acv-tab ul {
    padding: 20px 0;
  }

  .acv-tab ul li {
    padding: 0 10px;
  }

  .acv-tab ul li a {
    padding-top: 25px;
    display: block;
    font-size: 16px;
    text-align: center;
  }

  .acv-tab ul li:before, .acv-tab ul li.current:before {
    top: 0 !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px !important;
    height: 18px !important;
  }
  
  .acv-tab ul li a small {
      display: none;
  }

  .hp-content.acv-content .news-inner {
    padding-top: 50px;
  }

  footer .container .row > div{
      padding-top: 15px;
      padding-bottom: 15px;
  }
  
}
@media only screen and (max-width: 991px) {
  .lg {
    display: none !important;
  }

  section {
    padding: 50px 0;
  }

  #menu-pc {
    display: none !important;
  }

  #menu-sp {
    display: flex !important;
}

  .title h2 {
    font-size: 28px;
  }

   .title p {
    font-size: 14px;
  }

  
  #slider {
    border-radius: 0px 0px 100px 0px;
    height: 70vh;
    /*height: calc(100vh - 70px);*/
  }


#slider .slider-item  {
  height: 70vh;
  /*height: calc(100vh - 70px);*/
}

#slider .slick-arrow {
  display: none !important;
}

  #slider .slider-item .slider-content h1 {
    font-size: 3rem;
  }

  /* #slider .slider-item .slider-content {
    justify-content: end;
  } */

  #slider .slider-item .slider-content {
    justify-content: start;
    margin-top: 10%;
  }

  #slider .slider-item .slider-content div button {
    margin-bottom: 30px;
  }

  #about .yt-side a{
   margin-top: 30px !important;
}

#tabs .tab a {
  flex-wrap: wrap;
}

#facility .tab a.current span:before, #facility .tab a img {
  width: 60px;
  height: 60px;
}

#facility .tab a span {
  margin: 0;
}

  #benefits .benefit-item span, #benefits .benefit-item strong{
    margin-bottom: 5px;
  }

  #about .yt-thum {
    margin-top: 30px;
  }

  #history .history-item {
    max-width: 240px;
  }
#history .history-item .history-content {
    margin-right: 30px;
}

#history .history-item .history-thumb .history-img {
    border-bottom-right-radius: 50px;
}

#benefits {
  background-size: 200%;
}
#country-region ul li {
    font-size: 12px;
}
  #awards .row {
    flex-direction: column;
}

#tabs .tab a {
    font-size: 16px;
}

#awards .award-img {
    padding: 0 30px;
}

footer .half-circle {
    width: 200%;
    left: -50%;
}

/* Page about */
.company-profile, .company-profile.history {
    background-size: contain;
}

.company-profile .container {
    padding-bottom: 30%;
}
.company-profile:before, .company-profile.history:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 15%, #FFF 90%);
}

.modal-grid-item {
     width: calc(50% - 15px);
     margin-bottom: 30px;
}

.modal-grid-item span {
  border-radius: 20px;

}

}


  




@media only screen and (max-width: 425px) {

  #news .news-slide a span {
    font-size: 12px;
  }

  #news .news-slide a p strong {
    padding-bottom: 5px;
  }

  #news .news-slide a p {
    font-size: 15px;
    line-height: normal;
  }
  
  #country-placement ul#tab-nav li {
      padding: 5px 10px;
      margin: 0 10px 10px 0;
  }
  
  #country-placement ul#tab-nav li a {
      font-size: 13px;
  }

}


@media only screen and (max-width: 320px) {
  body {
    width: 320px !important;
    max-width: 320px !important;
    overflow-x: hidden;
  }
}