@media (min-width: 992px) {
  html .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 1439px) {
  html body .slider .img-position {
    width: 45%;
  }
}
@media only screen and (max-width: 1340px) {
  html body .slider .img-position {
    width: 48%;
  }
}
@media only screen and (max-width: 1199px) {
  html body .advantage-col {
    max-width: unset;
  }
  html body .title-section {
    font-size: 40px;
  }
  html body .slider .main-slider .main-slide .right-slider {
    height: 460px;
  }
  html body .slider .main-slider .main-slide .left-slider {
    height: 460px;
  }
  html body .slider .main-slider .main-slide .left-slider .wave2 {
    height: 460px;
  }
  html body .slider .main-slider .main-slide .left-slider .text-bar {
    margin: 0 80px;
    justify-content: start;
    padding-top: 25px;
  }
  html body .slider .main-slider .main-slide .left-slider .top-text-section {
    font-size: 24px;
  }
  html body .slider .img-position {
    width: 48%;
    right: -1%;
  }
  html body .vacancy .vacancy-col {
    width: unset;
    display: flex;
    justify-content: center;
    margin: 5px 0;
  }
  html body .vacancy .vacancy-col .img-section {
    filter: grayscale(8) brightness(1) contrast(100%);
    width: 100%;
    background-position: center;
    height: 100%;
    background-size: cover;
  }
  html body .vacancy .vacancy-col .bottom-section {
    height: 160px;
  }
  html body .vacancy .vacancy-col:hover .img-section {
    box-shadow: unset;
  }
}
@media only screen and (max-width: 991px) {
  html body header .desktop-button {
    display: none;
  }
  html body header .menu-button-yellow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1.5rem 0;
  }
  html body header .desktop-lang {
    display: none;
  }
  html body header .mobile-lang {
    display: block;
  }
  html body header .tablet-button {
    display: block;
  }
  html body header .navbar-nav .nav-item {
    border-bottom: solid 1px #ADADAD;
  }
  html body header .navbar-nav .nav-item a svg {
    margin: 0px 60px;
  }
  html body header .navbar-nav .nav-item.active.show a svg {
    transform: rotate(90deg);
  }
  html body header .navbar-nav .nav-item a {
    font-size: 14px;
    line-height: 44px;
  }
  html body header .navbar-nav .nav-item .dropdown-menu {
    border: unset;
    border-radius: unset;
    margin: unset;
    padding: 0.1rem 0;
  }
  html body header .navbar-nav .nav-item .dropdown-menu li a {
    color: black;
    font-size: 14px;
    line-height: 30px;
  }
  html body header .navbar .navbar-collapse.collapsing {
    height: auto !important;
  }
  html body header .navbar .lateral-left {
    left: -100%;
    -webkit-animation: slide-out-left 200ms forwards;
            animation: slide-out-left 200ms forwards;
  }
  html body header .navbar .lateral-left.open {
    -webkit-animation: slide-in-left 200ms forwards;
            animation: slide-in-left 200ms forwards;
  }
  html body header .navbar .lateral-right {
    right: -100%;
    -webkit-animation: slide-out-right 200ms forwards;
            animation: slide-out-right 200ms forwards;
  }
  html body header .navbar .lateral-right.open {
    -webkit-animation: slide-in-right 200ms forwards;
            animation: slide-in-right 200ms forwards;
  }
  html body header .navbar .navbar-collapse {
    bottom: 0;
    position: fixed;
    height: auto !important;
    background: #ffffff;
    padding: 0 30px;
    top: 61px;
    left: 0;
    z-index: 99;
    max-width: 100%;
    right: 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    transition: transform 0.7s;
    will-change: transform;
    transform: translate3d(150vw, 0, 0);
  }
  html body header .navbar .navbar-collapse.show {
    transition: transform 500ms;
    transform: translateZ(0);
  }
  html body header .navbar-toggler.x {
    border: none;
  }
  html body header .navbar-toggler.x:focus {
    outline: none;
  }
  html body header .navbar-toggler.x .svg-toggle {
    display: flex;
    flex-direction: column;
  }
  html body header .navbar-toggler.x .svg-toggle svg {
    margin: 3px 0;
  }
  html body header .navbar-toggler.x[aria-expanded=true] svg:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 16% 0%;
  }
  html body header .navbar-toggler.x[aria-expanded=true] svg:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  html body header .navbar-toggler.x[aria-expanded=true] svg:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 2% 90%;
  }
  html body header .navbar-toggler.x svg {
    background-color: #fff;
    transition: all 0.2s;
  }
  html body header .navbar-toggler.x svg + svg {
    margin-top: 4px;
  }
  html body header .navbar-toggler.x svg:nth-of-type(1) {
    transform: rotate(0);
  }
  html body header .navbar-toggler.x svg:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  html body header .navbar-toggler.x svg:nth-of-type(3) {
    transform: rotate(0);
  }
  html body header .navbar .lateral-left.open,
html body header .navbar .lateral-right.open {
    display: block !important;
    overflow-y: auto;
  }
  html body .slider .main-slider .main-slide .right-slider {
    height: 460px;
  }
  html body .slider .main-slider .main-slide .left-slider {
    height: 460px;
  }
  html body .slider .main-slider .main-slide .left-slider .text-bar {
    margin: 0 80px;
    justify-content: start;
    padding-top: 25px;
  }
  html body .slider .main-slider .main-slide .left-slider .top-text-section {
    font-size: 24px;
  }
  html body .slider .main-button-prev {
    height: 40px;
    left: 0;
    width: 40px;
  }
  html body .slider .main-button-next {
    height: 40px;
    width: 40px;
    right: 0;
  }
  html body .slider .img-position {
    width: 58%;
    right: -1%;
  }
  html body .vacancy .vacancy-col {
    display: flex;
    justify-content: center;
    margin: 5px 0;
  }
  html body .vacancy .vacancy-col .img-section {
    height: 100px;
    filter: grayscale(8) brightness(1) contrast(94%);
    background-color: white;
    width: 100%;
    background-size: cover;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 799px) {
  html body header .nav-section .navbar-logo {
    width: 100px;
    height: 44px;
  }
  html body .label-section {
    width: 100%;
  }
  html body .title-sub-section {
    width: 98% !important;
  }
  html body .tablet-button {
    display: none !important;
  }
  html body .slider .main-slider .main-slide .right-slider {
    height: 400px;
  }
  html body .slider .main-slider .main-slide .left-slider {
    height: 400px;
  }
  html body .slider .main-slider .main-slide .left-slider .wave2 {
    height: 400px;
  }
  html body .slider .main-slider .main-slide .left-slider .text-bar {
    margin: 0 80px;
    justify-content: start;
    padding-top: 25px;
  }
  html body .slider .main-slider .main-slide .left-slider .top-text-section {
    font-size: 20px;
  }
  html body .slider .main-slider .main-slide .left-slider .middle-text-section {
    font-size: 14px;
    width: 60%;
  }
  html body .slider .img-position {
    width: 54%;
    right: -1%;
  }
  html body .vacancy .vacancy-col {
    display: flex;
    justify-content: center;
    margin: 5px 0;
  }
  html body .vacancy .vacancy-col .img-section {
    width: 100%;
    background-position: center;
    height: 100px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  html body .company .card-section .info-section {
    width: unset;
  }
  html body .interview .container .swiper1-buttons .swiper1-button-prev {
    height: 50px;
    width: 50px;
  }
  html body .interview .container .swiper1-buttons .swiper1-button-next {
    height: 50px;
    width: 50px;
  }
  html body .interview .container .card-section .info-section {
    padding: 10px;
  }
  html body .interview .container .card-section .info-section .more {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    align-items: center;
  }
  html body .company .swiper2-buttons .swiper2-button-next {
    height: 50px;
    width: 50px;
  }
  html body .company .swiper2-buttons .swiper2-button-prev {
    height: 50px;
    width: 50px;
  }
  html body .advantage .description {
    line-height: 20px;
  }
  html body .label-section {
    width: 100%;
  }
  html body .title-sub-section {
    width: 100% !important;
  }
  html body .form .title-bar {
    border-bottom: unset !important;
  }
  html body .form .time-line {
    flex-direction: column;
  }
  html body .form .time-line .time-text {
    width: 100% !important;
  }
  html body .form .bottom-text {
    font-size: 12px !important;
  }
  html body .company .card-section {
    height: unset;
    flex-direction: column;
  }
  html body .company .card-section .img-bg {
    width: 100%;
    height: 400px;
  }
  html body footer .footer-top-section .icon {
    justify-content: center;
  }
  html body footer .footer-top-section .footer-address-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  html body footer .footer-top-section .footer-address-section p {
    text-align: center;
    width: unset;
    margin: 5px 0;
    font-size: 14px;
    padding: 0 22px;
    line-height: 16px;
  }
  html body footer .footer-bottom-section .col-md-3 {
    text-align: center;
  }
  html body footer .footer-bottom-section .col-md-3:last-child {
    justify-content: center;
    margin-top: 5px;
    align-items: baseline;
  }
  html body .fixed-position.active {
    display: flex;
  }
  html body .slider {
    display: none;
  }
  html body .mobile-slider {
    display: block;
  }
  html body .mobile-slider .swiper-slide-active .mobile-slider-img .mobile-img-section {
    transition: transform 1s cubic-bezier(0.62, 0.07, 0.02, 1.1) 0.3s;
    transform: translateZ(0);
  }
  html body .mobile-slider .swiper-slide-active .mobile-slider-text .container {
    opacity: 1;
    transition: opacity 500ms cubic-bezier(0.62, 0.07, 0.02, 1) 0.5s;
  }
  html body .mobile-slider .mobile-slider-img {
    background: radial-gradient(#f5efee, #0000000d);
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
  }
  html body .mobile-slider .mobile-slider-img .mobile-img-section {
    top: -25px;
    width: 500px;
    transition: transform 0.7s cubic-bezier(0.62, 0.07, 0.02, 1);
    will-change: transform;
    transform: translate3d(150vw, 0, 0);
  }
  html body .mobile-slider .mobile-slider-text {
    position: relative;
    width: 100%;
    background: #E31E24;
    color: white;
  }
  html body .mobile-slider .mobile-slider-text .container {
    opacity: 0;
  }
  html body .mobile-slider .mobile-slider-text .container .title {
    font-weight: bold;
    line-height: initial;
    font-family: Monserrat-f-Bold;
    font-size: 29px;
  }
  html body .mobile-slider .mobile-slider-text .container .desc {
    font-width: 500;
    font-size: 14px;
  }
  html body .mobile-slider .mobile-slider-text .container .sub-text {
    font-size: 12px;
    font-style: italic;
  }
  html body .mobile-slider .button-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  html body .mobile-slider .mobile-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html body .mobile-slider .mobile-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    margin: 5px;
    background: #E31E24;
    height: 8px;
    opacity: 1;
  }
  html body .mobile-slider .mobile-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
  }
  html body .vacancy .vacancy-col {
    display: flex;
    justify-content: center;
    margin: 5px 0;
  }
  html body .vacancy .vacancy-col .bottom-section {
    height: unset;
    min-height: 140px;
  }
  html body .vacancy .vacancy-col .img-section {
    width: 100%;
    background-position: center;
    height: 100%;
    background-size: cover;
  }
  html body .title-section {
    font-size: 30px;
    line-height: 65px;
  }
  html body .company .swiper-pagination-bullet {
    display: none;
  }
  html body .company .swiper2-buttons {
    display: flex;
    position: absolute;
    top: unset;
    bottom: -60px;
    width: 100%;
    right: 0;
    justify-content: center;
  }
  html body .title-top-section {
    width: 113px;
    height: 8px;
  }
  html body .interview .container .swiper1-buttons {
    display: flex;
    position: absolute;
    top: unset;
    bottom: -60px;
    width: 100%;
    right: 0;
    justify-content: center;
  }
  html body .interview .container .card-section .img-bg {
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
    width: 100%;
    align-items: flex-end;
    -webkit-clip-path: circle(69.4% at 50% 137%);
            clip-path: circle(69.4% at 50% 137%);
  }
  html body .interview .container .card-section .img-bg img {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  html body .interview .container .card-section .img-bg {
    -webkit-clip-path: circle(76.4% at 50% 137%);
            clip-path: circle(76.4% at 50% 137%);
  }
}
@media only screen and (max-width: 610px) {
  html body header .menu-button-yellow {
    justify-content: center;
  }
  html body .company .card-section {
    margin: 2px;
  }
  html body .company .card-section .img-bg {
    width: 100%;
    height: 200px;
  }
  html body .interview .container .card-section .img-bg {
    -webkit-clip-path: circle(76.4% at 50% 124%);
            clip-path: circle(76.4% at 50% 124%);
  }
}
@media only screen and (max-width: 510px) {
  html body .checkmark-section .check-label {
    height: unset !important;
  }
  html body .nav-item.mobile-lang.active.show .nav-link:focus {
    outline: none !important;
  }
  html body .breadcrumb {
    display: none;
  }
  html body .agree-section p {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
  }
  html body .form-title-section .title-form {
    font-size: 30px;
  }
  html body .form-title-section .sub-text-form {
    font-size: 12px;
  }
  html body .interview .container .card-section .img-bg {
    -webkit-clip-path: circle(76.4% at 50% 112%);
            clip-path: circle(76.4% at 50% 112%);
  }
}
@media only screen and (max-width: 460px) {
  html body .mobile-slider .mobile-slider-img {
    height: 450px;
  }
  html body .mobile-slider-text .container .sub-text {
    font-size: 9px !important;
  }
  html body .interview .container .card-section .img-bg {
    -webkit-clip-path: circle(76.4% at 50% 101%);
            clip-path: circle(76.4% at 50% 101%);
  }
}
@media only screen and (max-width: 410px) {
  html body .mobile-slider .mobile-slider-img {
    height: 380px;
  }
  html body .interview .container .card-section .img-bg {
    -webkit-clip-path: circle(76.4% at 50% 96%);
            clip-path: circle(76.4% at 50% 96%);
  }
}
@media only screen and (max-width: 320px) {
  html body .mobile-slider .mobile-slider-img {
    height: 350px;
  }
  html body .interview .container .card-section .img-bg {
    -webkit-clip-path: circle(76.4% at 50% 88%);
            clip-path: circle(76.4% at 50% 88%);
  }
}
