/* main colors 
    #5389c6 - blue
    #e5a936 - yellow
    #8374b4 - purple
    #f05e89 - pink
*/
main{
    min-height: calc( 100vh - 73px);
}
.header{
  width: 100%;
  padding: 5px 20px;
  position: fixed;
  top: 0px;
  z-index: 99;
  transition: 0.5s;
  background: rgba(255,255,255,0.75);
  -webkit-box-shadow: 0px -4px 10px 0px rgb(50 50 50 / 75%);
  -moz-box-shadow: 0px -4px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -4px 10px 0px rgb(50 50 50 / 75%);
}
.logo{
    width: 110px;
    height: auto;
    transition: 0.5s;
}
.header.scroll .logo{
    width: 90px;
}
.header.scroll .row{
    align-items: center !important;
}
.navigation{
    margin-bottom: 5px;
}
#video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.navigation .navigation-link{
  margin-right: 15px;
  font-family: 'light';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: none;
  color: #434041;
  position: relative;
  transition: 0.2s;
}
.dropdown-content{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.dropdown-list{
    position: absolute;
    bottom: 0px;
    transform: translateY(100%);
    flex-direction: column;
    align-items: flex-start;
    display: none;
}
.dropdown-content:hover .dropdown-list{   
    display: flex;
}
.dropdown-link{
    background-color: rgba(255,255,255,0.75);
    color: #000000;
    display: block;
    margin-left: -18px;
    padding: 20px;
    text-transform: capitalize;
    width: 300px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    transition: 00.2s;
    cursor: pointer;
}
.dropdown-link:hover{
    color: #f3bb30;
}
.navigation .navigation-link.active , .navigation .navigation-link:hover{
    color: #f3bb30;
}
.navigation .navigation-link.active::after{
    width: 100%;
}
.navigation .navigation-link:last-child{
    margin-right: 0;
}
.navigation .navigation-link::after{
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background-color: #f3bb30;
    transition: 0.3s;
    position: absolute;
    left: 0px;
    bottom: -5px;
}
.navigation .navigation-link:hover::after{
    width: 100%;
}
.mobail-navigation{
    overflow: hidden;
    overflow-x: hidden;
    height: 0px;
    transition: height 0.4s;
    background: #FFF;
    margin-top: 10px;
}
.mobail-navigation.active{
    height: calc(100vh - 115px );
    overflow-y: auto;
}
.mobail-navigation.active .arrow{
    display: block;
}
.arrow{
    display: none;
}
/* .header.scroll{
    height: calc(100vh - 100px );
} */
.mobail-dropdown{
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s;
}
.mobail-dropdown.active{
    max-height: 400px;
}
.mobail-dropdown .mobail-navigation__link{
    padding-left: 8%;
}
.mobail-navigation__li.active .mobail-navigation__link,  .mobail-navigation__li.active:hover .mobail-navigation__link{
    background-color: #e0b137;
}
.mobail-navigation__li.active .mobail-navigation__link{
    color: #fff
}
.arrow{
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.mobail-navigation__li{
    border-top: 1px solid #d1d2d1;
    width: 100%;
}
span.mobail-navigation__link.active{
    background-color: #e0b137;
    color: #fff;
}
.mobail-dropdown .mobail-navigation__link{
    background: #ebeae9;
    transition: 0.3s;
}
.mobail-navigation__link:hover{
    background: #d1d2d1;
}
.mobail-navigation__link{
    position: relative;
    text-align: left;
    display: inline-block !important;
    width: 100%;
    color: #000;
    font-size: 1.5em;
    line-height: 1em;
    padding-left: 4%;
    padding-bottom: 4vh;
    padding-top: 4vh;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.3s;
}
.banner{
  width: 100%;
}
.banner-carousel{
    width: 100%;
    background-image: url(../img/SLIDER-HD-1\ \(2\).png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-item{
  width: 100vw;
  height: 100vh;
  position: relative;
}
.banner-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 75%;
  padding-left: 50px;
  color: #fff;
}
.banner-title{
  color:#f3bb30;
  font-stretch: condensed;
  font-size: 65px;
  font-weight: 700;
}
.banner-desc{
  color: #fff;
  font-stretch: condensed;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}
.banner-item .img-frame{
  width: 100%;
  height: 100%;
}
.footer-bottom{
  background-color: #4470a1;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
.copyright{
  font-size: 0.85rem;
}


.company .container{
    max-width: 100%;
}
.company-box{
    width: 100%;
    height: 335px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
}
.product .company-group{
    max-height: 440px;
    min-height: 380px;
    border-bottom: 5px solid #f8f8f8;
    display: none;
}
.scroll-content__list li{
    font-size: 16px;
}
.company-top__more{
    color: #e0b137;
    font-size: 16px;
    position: relative;
    padding-right: 5px;
    cursor: pointer;
}
.scroll-content__title{
    font-size: 22px;
    color: #e0b137;
    font-weight: bold;
}
.scroll-content__list strong{
    color: #000;
    font-weight: 600;
}
.company.about .scroll-content{
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s;
    padding: 0px 30px;
}
.company.about .scroll-content.active{
    max-height: 100%;
}
.company-top__more:hover::after{
    width: 100%;
}
.company-top__more::after{
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background-color:#e0b137;
    transition: 0.2s;
    position: absolute;
    bottom: -5px;
}
.company-group{
    height: 880px;
    /* margin-right: 80px; */
    position: relative;
}
.company-group img{
    position: absolute;
    top: -50px;
    height: 970px;
    z-index: 1;
}
.company.about img{
    top: 0px;
    height: 100%;
}
.company.about .company-group{
    height: 100%;
}
.company-top{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 80px 40px 80px;
}
.company-top .compnay-content{
    color: #000;
}
.company-title a , .company-title{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e5a936;
    transition: 0.3s;
}
.company-title:hover a{
    color: #e5a936;
}
.company-desc{
    font-size: 18px;
}
.company-box__content{
    position: relative;
    padding-bottom: 30px;
    padding-left: 40px;
}
.company-box__content .world{
    width: 63px;
    height: 63px;
    margin-bottom: 10px;
}
.company-box__text{
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 80%;
    padding-right: 2rem;
}
.compnay-content{
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    z-index: 1;
    color: #fff;
}
.company-desc-group h3{
    color: #f3bb30;
}
.bg-company{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.company.reverse .row{
    flex-direction: row-reverse;
}
.company.reverse .company-group{
    margin-right: 0;
    /* margin-left: 40px; */
}
.commited{
    width: 100%;
    position: relative;
}
.commited .commited-text{
    position: absolute;
    font-weight: 700;
    left: 7.5vw;
    bottom: 3vw;
    font-size: 7.5vw;
}
.lime {
    color: #e0b137;
}
.bannerMsg {
    padding: 7vmin 5vmin 10vmin;
    max-width: 500px;
    width: 50%;
    vertical-align: bottom;
    display: inline-block;
}
.bannerMsg p {
    font-family: 'Helvetica Neue';
    font-size: 3.7594vmin;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 1.23;
    text-align: left;
    color: #fff;
    padding: 0 5vmin;
}
.bannerMsg img {
    display: block;
    width: 29%;
    margin-bottom: 2vmin;
    margin-left: 5vmin;
}
.limeBG {
    background-color: #e0b137;
}
.news{
    width: 100%;
    height: 830px;
    background-image: url(../img/ukaana-baneris-foto3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.new-row{
    height: 100%;
}
.news-box{
    width: 280px;
    border-left: 30px solid #f05e89;
    height: 750px;
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.news-box > a{
    font-size: 20px;
    font-weight: bold;
    color: #e77d1d;
}
.news-title{
    font-size: 2rem;
    color: #f05e89;
    text-align: left;
    font-weight: 700;
}
.news-content__title{
    font-size: 18px;
    text-transform: uppercase;
    color: #f05e89;
}
.news-content__desc{
    font-size: 16px;
}
.more{
    height: 1.875rem;
    width: 2.25rem;
    transition: 0.3s;
}
.news-box > a:hover .more{
    transition: 0.4s;
    margin-left: 10px;
}
.social-navigation__link{
    width: 34px;
    height: 34px;
    margin-right: 15px;
    border-radius: 50%;
    padding: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.social-navigation__link:hover{
    background-color: #4470a1;
}
.social-navigation__link:hover img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(79deg) brightness(112%) contrast(101%);
}
.social-navigation__link:last-child{
    margin-right: 0;
}
.social-navigation__link img{
    transition: 0.2s;
    filter: invert(40%) sepia(8%) saturate(2820%) hue-rotate(171deg) brightness(99%) contrast(91%);
}
.social-text{
    color: #fff;
    font-size: 18px;
    margin: 0px;
    margin-right: 15px;
}
#map{
    display: flex;
    justify-content: center;
    height: 445px;
    margin: 50px 0px 50px;
}
.contact-box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact-box img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 30px;
    filter: invert(72%) sepia(69%) saturate(426%) hue-rotate(358deg) brightness(91%) contrast(90%);
}
.contact-content{
    display: flex;
    flex-direction: column;
}
.contact-content__main{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #434041;
}
.contact-content__secondary{
    font-size: 12px;
    color: #434041;
}

.carousel-indicators{
    right: unset!important;
}
.menu{
    display: none;
}
.about-banner{
    height: 100vh;
    width: 100%;
    background-image: url(../img/ნაცრისფერი2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative; 
    display: flex;
    align-items: flex-end; 
}
.about-box{
    background-color: #4470a1;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10vmin 5vmin 10vmin;
    max-width: 500px;
    width: 50%;
    vertical-align: bottom;
    display: inline-block;
}
.about-box__img{
    display: block;
    width: 29%;
    margin-bottom: 3vmin;
    object-fit: contain;
}
.about-box__title{
    font-size: 65px;
    color: #fff;
    font-weight: 700;
    line-height: 1.23;
    text-align: left;
}
.about-banner__title{
    color: #fff;
    display: inline-block;
    font-size: 15vmin ;
    text-align: left;
    font-weight: 600;
    vertical-align: bottom;
    width: calc(100% - 500px);
    margin-right: -5px;
    padding-bottom: 10vmin;
    padding-left: 8vw;
}
.about-section__content{
    padding: 80px 0px;
}
.about-section h2{
    color: 38px;
    font-weight: 600;
}
.about-section h3{
    font-size: 20px;
    font-weight: 600;
    color: #f3bb30;
    padding: 10px 0px 7px;
}
.about-section p{
    font-size: 1.125rem;
}
.page-banner{
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: url(../img/450-SIMAGLE-BOLO-FOTO.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.page-banner-title{
    padding-left: 30px;
    padding: 20px;
    padding-top: 30px;
    font-weight: 600;
    font-size: 58px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-transform: capitalize;
}
.leader-group{
    margin-bottom: 20px;
    cursor: pointer;
}
.leader-bottom{
    background: #e5a936;
    padding: 25px;
    color: #fff;
    position: relative;
}
.leader-top{
    height: 310px;
    width: 100%;
}
.leader-title{
    font-size: 26px;
    font-weight: 600;
}
.leader-arr{
    width: 25px;
    height: 25px;
    object-fit: contain;
    position: absolute;
    right: 8px;
    bottom: 25px;
}
.leader-group:hover .leader-arr{
    animation: anchor 0.7s;
    right: 3px;
}
@keyframes anchor {
    0%   { right: 8px;}
    25%  { right: 3px;}
    50%  { right: 6px;}
    100% { right: 3px;}
}  
.mission{
    width: 100%;
    height: 450px;
}
.mission-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.mission-group{
    width: 0%;
    height: 100%;
    background-color: #f05e89;
    transition: 0.8s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
}
.mission-group img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: none;
    margin-left: 20px;
    margin-right: 30px;
}
.mission-content{
    display: none;
    max-width: 500px;
    color: #fff;
}
.mission-content h2{
    font-size: 42px;
    font-weight: 800;
    text-transform: capitalize;
}
.mission-content p{
    font-size: 20px;
}
.mission-group.active{
    width: 100%;
    padding-right: 236px;
}
.mission-group img{
    display: block;
}
.mission-group .mission-content{
    display: block;
}
.mission-nav{
    position: absolute;
    right: 0px;
    height: 100%;
    display: flex;
}
.mission-nav li{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px 18px;
    cursor: pointer;
    text-transform: capitalize;
    transition: 0.2s;
    box-shadow: 0px -4px 9px 0px rgb(50 50 50 / 75%);
}
.mission-nav li:hover{
    padding: 10px 23px;
}
.input-group{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
}
.input-group label{
    font-size: 18px;
    color: #434041;
    transition: 00.2s;
}
legend{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 36px;
    color: #434041;
}
.form-desc{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.input{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    margin-top: 10px;
    height: 29px;
    background-color: #ffffff;
    font-size: 13px;
    color: #aaa9a9;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
}
.textarea{
    height: 150px;
}
label{
    font-size: 18px;
}
.contact{
    margin-top: 50px;
}
.input:hover + label{
    color: #f3bb30;
}
.input-group .submit{
    height: 45px;
    width: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #e0b137;
    transition: 0.3s;
}
.input-group .submit:hover{
    background-color: #e5a936;
}
.quality{
    height: 600px;
    z-index: 99999;
    background-image: url(../img/brand2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.quality-item{
    height: 600px;
    position: relative;
    outline: none;
    border: none;
}
.quality-item:focus{
    outline: none;
    border: none;
}
.quality-item .img-frame{
    width: 100%;
    height: 100%;
}
.quality-content{
    position: absolute;
    top: 50%;
    max-width: 75%;
    transform: translateY(-50%) !important;
    z-index: 1;
    padding-left: 50px;
}
.quality-title{
    font-size: 42px;
    font-weight: 800;
    color: #f3bb30;
}
.quality-desc{
    font-size: 24px;
    color: #fff;
}
.news-content__list li{
    color: #f05e89;
    padding: 5px 0px;
    position: relative;
    font-size: 18px;
    font-style: italic;
    padding-left: 15px;
}
.news-content__list li::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f05e89;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.news-box.blue{
    border-color: #5389c6;
}
.news-box.blue > a{
    color: #5389c6;
}
.news-box.blue .more{
    filter: invert(43%) sepia(62%) saturate(390%) hue-rotate(171deg) brightness(105%) contrast(95%);
}
.news-box.blue .news-title{
    color: #5389c6;
}
.news-box.blue .news-content__list li{
    color: #5389c6;
}
.news-box.blue .news-content__list li::after{
    background-color: #5389c6;
}
.news-box.yellow{
    border-color: #e5a936;
}
.news-box.yellow .news-title{
    color: #e5a936;
}
.news-box.yellow .news-content__list li{
    color: #e5a936;
}
.news-box.yellow .news-content__list li::after{
    background-color: #e5a936;
}
.news-box > a{
    color: #f05e89;
}
.news-box .more{
    filter: invert(52%) sepia(98%) saturate(1743%) hue-rotate(308deg) brightness(97%) contrast(94%);
}
.news-box.yellow > a{
    color: #e5a936;
}
.news-box.yellow .more{
    filter: none;
}
.text-section-group{
    font-size: 22px;
}
.text-section-group span{
    color: #e5a936;
    font-weight: bold;
}
.representative{
    margin-top: 140px;
}
.representative-title{
    font-weight: bolder;
    color: #f3bb30;
    margin-bottom: 15px;
}
.representative__title{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    transition: 0.2s;
}
.representative-box span{
    color: #000;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.representative{
    border-bottom: 1px solid;
    margin-bottom: 30px;
}
.representative-box{
    border: 1px solid;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-shrink: 0;
}
.quality-bottom{
    padding: 20px 40px!important;
    align-items: flex-start !important;
}
.icon{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: invert(87%) sepia(41%) saturate(2710%) hue-rotate(336deg) brightness(104%) contrast(91%);
}
.representative-box:hover .representative__title{
    color: #f3bb30;
}
.list{
    margin-top: 10px;
}
.list li:hover{
    padding-left: 25px;
}
.list-title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.list li{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    transition: 00.2s;
}
.list li::after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f3bb30;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
    .about-banner .container{
        max-width: 1200px;
    }
    .representative {
        margin-top: 160px;
    }
    .contact .container{
        width: 100%;
        max-width: 100%;
    }
    .header .row{
        align-items: center !important;
    }
    .representative-box span{
        font-size: 14px;
    }
    .representative__title{
        font-size: 20px !important;
    }
    .representative.container{
        width: 100%;
        max-width: 100%;
    }
    .banner-title{
        font-size: 45px;
    }
    .banner-desc{
        font-size: 32px;
    }
    .about-banner__title{
        padding-left: 40px;
        font-size: 75px;
    }
    .company-title{
        font-size: 36px;
    }
    .company-desc{
        font-size: 16px;
    }
    .company-box__text{
        padding-right: 25px;
        font-size: 18px;
    }
    .company-box{
        height: 295px;
    }
    .navigation{
        display: none;
    }
    .menu{
        position: relative;
        width: 35px;
        height: 30px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }
    .header .menu .line {
        width: 100%;
        height: 2px;
        background-color: #e0b137;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header .menu.active .line:nth-child(1) {
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header .menu.active .line:nth-child(2) {
        display: none;
    }
    .header .menu.active .line:nth-child(3) {
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header{
        padding: 20px 0px;
    }
    .header .logo{
        margin-left: 20px;
    }
    .header .menu{
        margin-right: 20px;
    }
    .company-group{
        margin: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .company-group{
        margin: 0 !important;
        height: 400px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product .company-top{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .quality-bottom{
        padding-bottom: 20px !important;
    }
    .about-banner__title{
        padding-left: 20px;
        font-size: 65px;
        width: calc(100% - 370px);
    }
    .compnay-content{
        padding: 80px 70px 80px;
    }
    .company-top{
        padding: 80px 70px 80px;
    }
    .about-box{
        max-width: 600px;
    }
    .about-box__title{
        font-size: 50px;
    }
    .investor-content{
        padding: 80px 70px 80px;
    }
    .company-group img{
        top: 0px !important;
        left: 0px;
        right: 0px;
        height: 400px!important;
        margin: 0px;
    }
    .container{
        max-width: 100%;
        width: 100%;
    }
    .company.reverse .row{
        flex-direction: column-reverse !important;
    }
    .company.reverse.about .row{
        flex-direction: column !important;
    }
    .full-form {
        flex-direction: column;
    }
    .textarea{
        margin: 0px;
        margin-top: 15px;
    }
    .contact-group{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-box{
        width: 390px;
    }
    .contact .col-12{
        padding: 0px;
    }
    #map{
        margin: 0px 0px 40px;
    }   
}
@media only screen and (max-width: 768px){
    .new-row{
        flex-direction: column;
    }
    .md-100{
        width: 100% !important;
    }
    .about-box{
        max-width: 100%;
        width: 65%;
    }
    .quality-content{
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .quality-title{
        font-size: 32px;
    }
    .quality-desc{
        font-size: 20px;
    }
    .about-banner__title{
        width: calc( 100% );
        padding-bottom: 6vmin;
        padding-right: 10px;
        padding-left: 3vw;
        font-size: 9vmin;
    }
    .news{
        padding: 100px 0px;
        height: unset;
    }
    .banner-desc{
        font-size: 28px;
    }
    .banner-title{
        font-size: 36px;
    }
    .banner-content{
        max-width: 100%;
    }
    .footer-bottom{
        height: unset;
        padding: 10px 0px;
    }
    .footer-bottom .row{
        flex-direction: column;
        justify-content: center !important;
    }
    .copyright{
        margin-bottom: 15px;
    }
    .mission-nav{
        height: unset;
        width: 100%;
        top: 0px;
    }
    .mission-nav li {
        writing-mode: horizontal-tb;
        text-orientation: sideways-right;
        width: 100%;
        padding: 10px 5px;
        box-shadow: none;
    }
    .mission-nav li:hover , .mission-nav li.active{
        padding: 10px 5px;
    }
    .mission-group{
        transition: 0.5s;
    }
    .mission-group.active{
        padding: 20px;
    }
}
@media only screen and (max-width: 580px){
    .mission-group.first{
        flex-direction: column;
        align-items: center;
    }
    .mission-group.active{
        padding-top: 60px;
    }
    .mission-nav li{
        font-size: 20px;
    }
    .about-box{        
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    .about-box__title {
        font-size: 40px;
    }
    .product .company-top{
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 480px){
    .contact-box{
        width: 100%;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .mission-group img{
        width: 160px;
        height: 160px;
        margin: 0;
        margin-top: 10px;
    }
    .mission-content h2{
        font-size: 32px;
    }
    .mission-group.first p{
        text-align: center;
    }
    .banner-desc{
        font-size: 22px;
    }
    .company-top {
        padding: 50px 35px 50px;
    }
    .company-bottom{
        flex-direction: column;
    }
    .compnay-content {
        padding: 50px 35px 50px;
    }
}