:root {
  --moveColor: #662d91;
  --yellowColor: #cb972b;
  --blueColor: #26286f;
}

@media (max-width: 1319.98px) {
  .menu-tabs>ul>li>a {
    padding: 15px 6px;
  }
}
@media (max-width: 1261.98px) {
  .menu-tabs>ul>li>a {
    padding: 15px 4px;
    font-size: 13px;
  }
}

@media (max-width: 1199.98px) {
  .brand-logo img {
    /* max-height: 90px; */
    padding: 0;
  }

  .action_header {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 1.3rem;
  }
  .action_header > a {
    margin: auto 1rem;
  }
  .btn__mobile {
    display: block;
    color: #fff;
    font-size: 1.6rem;
  }

  .menu-mobile {
    position: fixed;
    top: 0;
    left: -320px;
    display: block !important;
    background-color: #fff;
    height: 100%;
    width: 320px;
    overflow-y: scroll;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 9999;
}
  .menu-mobile.show {
    left: 0;
  }
  .menu-tabs > ul > li > a {
    color: #444;
    padding: 1rem;
    position: relative;
    display: block;
  }
  .menu-tabs > ul > li > a::after {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #444;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .menu-tabs > ul > li > a.active::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .menu-tabs>ul>li>a+ul>li>a+ul,
  .menu-tabs>ul>li>a+ul {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    min-width: 100% !important;
    background: var(--blueColor);
    margin: 0;
    padding: 15px 0;
    /*border-radius: 0 0 5px 5px;
    */-webkit-box-shadow: 0px 4px 7px -3px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, .09);
    -o-box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, .09);
    box-shadow: 0px 4px 7px -3px rgb(0 0 0 / 9%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
}
  .menu-tabs>ul>li>a+ul>li {
    position: relative;
  }

  .menu-tabs > ul > li > a + ul > li > a.has_sup::after {
    content: unset;
  }
  .menu-tabs > ul > li > a + ul > li > a.has_sup {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-tabs > ul > li > a + ul > li > a.has_sup i.fade_mobe {
    display: inline-block;
    border: 1px solid var(--yellowColor);
    padding: .3rem 0.5rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
  .menu-tabs > ul > li > a + ul > li > a.has_sup.active i.fade_mobe {
    background-color: var(--yellowColor);
    color: #fff;
    border-color: var(--yellowColor);
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
  }
  .menu-tabs > ul > li > a + ul > li > a + ul {
    border-left: 10px solid var(--yellowColor);
  }

}

@media (max-width: 1024.98px) {}

/* 1199.98p */

@media (max-width: 991.98px) {}

/* 991.98p */

@media (max-width: 767.98px) {

  header .container-fluid {
    padding: 0;
  }
  .head-header > div.d-flex {
    display: block !important;
  }
  .left-head {
    display: none;
  }
  .right-head {
    justify-content: space-around;
  }
  header .head-header .right-head > a.langs:nth-child(2) {
    display: none !important;
  }
  header .head-header .right-head a.langs {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
  }

  .home-slider .item .item-txt .h1 {
    font-size: 26px;
  }
  .home-slider .item .item-txt p {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .txt_about {
    font-size: 14px;
    -webkit-line-clamp: 8;
  }
  .img-about {
    margin-top: 2rem;
  }

  .form-register {
    width: 100%;
  }

  .div-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: var(--blueColor);
    color: #fff;
    border-radius: 10px;
    margin-bottom: 2rem;
  }

  .sidebar-links ul {
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 999;
    width: 300px;
    background-color: #fff;
    padding: 1rem;
    height: 100%;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .sidebar-links ul.show {
    left: 0;
  }

  .sidebar-links ul li a {
    padding: 1rem .5rem;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: .4rem;
  }

  .sidebar-links ul li a i {
    display: inline-block;
    font-size: 1.2rem;
    max-width: 10%;
    flex: 0 0 10%;
  }

  .sidebar-links ul li a:hover,
  .sidebar-links ul li a.active {
    background-color: var(--blueColor);
    color: #fff;
  }

  .map-contact iframe {
    height: 200px !important;
  }

  .contact-info {
    padding: 1rem;
    right: auto;
    top: 50%;
    left: 0;
  }

  .contact-section {
    padding: 11rem 0 3rem 0;
  }

  .form-contact {
    padding: 10rem 1rem 1rem 1rem;
  }

  .contact-info ul li {
    font-size: 14px;
  }

  .social-footer.mt-5 {
    margin-top: 1.3rem !important;
  }

  
  .swiper-button-next,
  .swiper-button-prev {
    left: auto;
    right: auto;
    top: auto;
    bottom: 10px;
  }
  .swiper-button-prev  {
    left: 20px;
  }
  .swiper-button-next {
    right: 20px;
  }

  footer {
    padding-bottom: 8rem;
  }
  footer .row>div:not(:last-child) {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #ddd;
  }
  .footer-copyright {
    bottom: 20px;
    width: 90%;
    font-size: 14px;
  }

  .item-service .txt .title {
    font-size: 1rem;
  }

  .page-solution-details .title {
    margin-top: 2rem;
  }

  .box-account {
    
  }
  .page-account > div {
    padding: 0 !important;
  }
}

/* 767.98p */

@media (max-width: 580px) {

  .item-service .img-service {
    height: 148px;
  }

  .section-counter div.d-flex {
    flex-wrap: wrap;
    align-items: baseline !important;
  }
  .item-counter {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .item-counter .icon-img {
    height: 50px;
  }
  .item-counter .numscroller {
    font-size: 1.5rem;
  }
  .item-counter .title {
    font-size: 13px;
  }

  .home-slider, .home-slider .owl-stage-outer, .home-slider .owl-stage, .home-slider .owl-item, .home-slider .item {
    height: calc(100vh - 150px);
  }

}

@media (max-width: 480px) {}
