@mixin mediaQueryMax($args...){
    @if length($args) == 1{
        @media (max-width:nth($args,1)){
            @content;
        }
    } 
    @else{
        @media (max-width:nth($args,1)) and (min-width:nth($args,2)){
            @content;
        }
    }
}
@mixin mediaQueryMin($args...){
    @if length($args) == 1{
        @media (min-width:nth($args,1)){
            @content;
        }
    } 
    @else{
        @media (min-width:nth($args,1)) and (min-width:nth($args,2)){
            @content;
        }
    }
}
@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url('../fonts/MYRIADPRO-REGULAR.OTF')  format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open-Sans';
    src: url('../fonts/OpenSans-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
.container{
    #max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
}
.row{
    max-width: 960px;
}
/* style header */
.body-header-fixed{
    padding-top: 130px;
    .navbar-title{
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        transition: all .8s ease;
        position: fixed;
        width: 100%;
        z-index: 5;
        top: 0px;
        .navbar-header{
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
            height: 50px;
            .container{
                @include mediaQueryMax(480px){
                    padding:0;
                }
            }
            .left{
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                transition: all .5s ease;
                height: 50px;  
                .heading{  
                    &:before{
                        top: 9px;
                    }
                    font-size: 16px;
                    @include mediaQueryMax(768px){
                        font-size: 14px;
                    }
                }
                a{
                    img{
                        max-height: 30px;
                        -webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        transition: all .5s ease;   
                        @include mediaQueryMax(480px){
                            padding-left:10px;
                        }
                    }
                }
            }
            .right{
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                transition: all .5s ease;
                height: 50px;
                @include mediaQueryMax(480px){
                    background-color:#fff;
                }
                ul{
                    li{
                        &.phone{
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
}


.navbar-title{
    font-family: 'Open-Sans';
    margin-bottom: 0;
    border:none;
    .navbar-header{
        height: 80px;
        background-color: #fff;
        width: 100%;
        @include mediaQueryMax(480px){
            height: 100px;
        }
        .left{
            position: relative;
            display:flex;
            align-items: center;
            align-content: center;
            float: left;
            height: 80px;
            .heading{
                font-size: 18px;
                font-style: normal;
                margin-left: 30px;
                color:#3e3e3e;
                text-transform: uppercase;
                &:before{
                    position: absolute;
                    width: 1px;
                    height: 35px;
                    content: "";
                    background-color: #3e3e3e;
                    top: 29px;
                    margin-left: -13px;
                }
                @include mediaQueryMax(768px){
                    font-size: 13px;
                }
                @include mediaQueryMax(480px){
                    display: none;
                }
            }
            @include mediaQueryMax(480px){
                height: 60px;
                width: 100%;
            }
        }
        .right{
            float:right;
            display:flex;
            align-items: center;
            align-content: center;
            height: 80px;
            @include mediaQueryMax(768px){
                float: right;
                /*padding-left: 70px;*/
                margin-top: 10px;
                font-size: 14px;
            }
            @include mediaQueryMax(480px){
                height: 40px;
                width: 100%;
                padding-left: 0px;
                margin-top: 0px;
                justify-content: flex-end;
            }
            ul{
                @include mediaQueryMin(992px){
                    margin-top: 15px;
                }
                li{
                    color: #3e3e3e;
                    padding:0px 20px;
                    @include mediaQueryMax(768px){
                        float: inherit;
                        padding:0px 10px;
                    }
                    @include mediaQueryMax(480px){
                        padding:0px 5px;
                    }
                    @include mediaQueryMax(320px){
                        padding:0px 3px;
                    }
                    &.phone{
                        font-size: 16px;
                        color:#ed2224;
                        font-weight:600;
                        a{
                            text-decoration: none;
                            &:hover{color:#ed2224;opacity: 0.8;}
                        }
                    }
                    &.languages{
                        span{
                            padding-right: 5px;
                            font-size: 12px;
                            @include mediaQueryMax(480px){
                                display: none;
                            }
                        }
                        #lang_choice_1{
                            border: none;
                            height: 20px;
                            background-repeat:no-repeat,no-repeat;
                            background-position:0,right;
                            width: 35px;
                            color: transparent;
                            option{
                                color: #3e3e3e;
                                text-transform: uppercase;
                                font-size: 12px;
                            }
                        }
                    }
                    &.social{
                        padding-right:5px;
                        ul{
                            li{
                                padding:0px 5px;
                                a{
                                    display:block;
                                    i{font-size: 20px;color:#ed2224;}
                                    &:hover{transition: all 1s ease-in-out;animation:moveSocial .6s ease-in-out 1;}
                                    @keyframes moveSocial{
                                        0%{transform:rotate(30deg);}
                                        100%{transform:rotate(0deg);}
                                    }
                                }
                            }

                        }

                    }
                    &.clear{padding: 0;}
                    &.search{
                        padding:0px 5px;
                        display: inline-flex;
                        input{
                            border-top: none;
                            border-right: none;
                            border-left: none;
                            border-bottom: 1px solid #3e3e3e;
                            transition: all 1s ease-in-out;
                            width: 150px;
                            animation:moveInput 0.5s ease-in-out 1;
                            @keyframes moveInput{
                                0%{width:0;}
                                100%{width:150px;}
                            }
                            @include mediaQueryMax(768px){
                                width: 100px;
                            }
                            @include mediaQueryMax(480px){
                                position: relative;
                                top: 20px;
                                right: 130px;
                                width: 150px;
                            }
                        }
                        button{
                            border:none;background-color:transparent;
                            @include mediaQueryMax(480px){
                                position: relative;
                                top: -22px;
                            }
                        }
                        .search-button{
                            &:hover{
                                i{color:#ed2224;}
                            }
                        }
                        .dialog-search{
                            display: none;
                            @include mediaQueryMax(480px){
                                width: 25px;
                                height: 22px;
                            }
                        }
                    }
                }
            }
        }
    }
    .nav-menu{
        background-color: #109752;
        color:#fff;
        @include mediaQueryMax(480px){
            display: none;
            transition: all 1s ease-in-out;
            animation:moveMenu 1s ease-in-out 1;
            @keyframes moveMenu{
                0%{transform:translateX(0%);}
                100%{transform:translateX(-100%);}
            }
        }
        &.active{
            display: block;
            transition: all 1s ease-in-out;
            animation:moveMenu1 1s ease-in-out 1;
            @include mediaQueryMax(480px){
                position: fixed;
                width: 100%;
                z-index: 3;
            }
            @keyframes moveMenu1{
                0%{transform:translateX(-100%);}
                100%{transform:translateX(0%);}
            }
        }
        ul{
            li{

                &.current-menu-item{
                    color:#fff;
                    background-color: #017439;
                }
                display:block;
                &:hover{
                    a{
                        background-color:#017439 !important;
                    }
                }
                &:focus{
                    a{
                        background-color:#017439 !important;
                    }
                }
                a{
                    font-size: 12px;
                    padding: 15px 40px;
                    text-transform:uppercase;
                    &:hover{color:#fff;}
                    @include mediaQueryMax(768px){
                        padding:15px 22px;
                        font-size: 12px;
                    }
                    @include mediaQueryMax(480px){
                        padding:10px;
                        font-size: 12px;
                    }
                    &:after{
                        @include mediaQueryMin(768px){
                            position: absolute;
                            content: "";
                            width: 1px;
                            height: 20px;
                            background-color: #fff;
                            margin-left: 40px;
                            @include mediaQueryMax(768px){
                                margin-left: 22px;
                            }
                        }
                    }

                }
                &:last-of-type{
                    a{
                        &:after{
                            position: absolute;
                            content: "";
                            width: 0px;
                            height: 0px;
                            background-color: #fff;
                            margin-left: 45px;
                        } 
                    }
                }
                ul.sub-menu{
                    display: none;
                }
                &:hover{
                    ul.sub-menu{
                        display: inline-block;
                        position:absolute;
                        background-color: #eeeeee;
                        padding-left: 0;
                        margin-left:0px;
                        min-width: 600px;
                        z-index: 5;
                        @include mediaQueryMax(480px){
                            position:relative;
                            background-color: inherit;
                        }
                        @include mediaQueryMax(768px){
                            min-width: 360px;
                        }
                        .posa{position: relative;}
                        li{
                            list-style:none;
                            width: 200px;
                            float: left;
                            text-align: center;
                            padding: 10px;
                            @include mediaQueryMax(768px){
                                width: 120px;
                                padding: 0;
                            }
                            @include mediaQueryMax(480px){
                                width: 100%;
                                height: 100px;
                            }
                            a{
                                display: block;
                                text-decoration: none;
                                text-transform: inherit;
                                padding:10px;
                                color:#3e3e3e;
                                @include mediaQueryMax(480px){
                                    text-align: left;
                                    padding: 0;
                                    color:#fff;
                                }
                                text-align: left;
                                &:hover{
                                    color:#ed2224;
                                }
                                img{ 
                                    transition: all .5s ease-out;
                                    transform: scale(0.9);
                                    display: block;
                                    @include mediaQueryMax(768px){
                                        width: 100px;
                                        height: auto;
                                        font-size: 12px;
                                    }
                                    &:hover{
                                        transform: scale(1);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .search{
            height:50px;
            @include mediaQueryMax(480px){
                height:40px;
            }
            a.search-button{
                &:hover{color:#fff;}
                line-height:  50px;
                padding-left: 10px;
                @include mediaQueryMax(480px){
                    line-height: 20px;
                }
            } 
            .dialog-search{
                z-index: 10;
                position: relative;
                top: 10px;
                display:none;
                max-width: 250px;
                right: -72%;
                @include mediaQueryMax(768px){
                    right: -65%;
                }
                @include mediaQueryMax(480px){
                    right: -15%;
                    top: 30px;
                }
                input{
                    border:1px solid #109752;  
                }
                .input-group-addon{
                    background-color:#109752;
                    border:1px solid #109752;  
                    color:#fff;
                    button{
                        border:none;
                        background-color:inherit;
                    }
                }

            }
        }
    }
    .header-btn-triggle{
        @include mediaQueryMin(480px){
            display: none;
        }
        height: 30px;
        width: 30px;
        position: absolute;
        top: 15px;
        right: 20px;
        &.active{
            span{
                background-color: #ed2224;
                &:nth-of-type(2){
                    width: 22px;
                    right: 0;
                }
            }
        }
        span{
            width: 30px;
            height: 2px;
            background-color: #3e3e3e;
            transition: all 1s ease-in-out;
            position: absolute;
            right: 0;
            &:nth-of-type(2){
                top: 12px;
            }
            &:nth-of-type(3){
                top: 24px;
            }
        }
    }
}
/*end style header */

/*style footer*/
.home{
    .footer{
        @include mediaQueryMin(1920px){
            height:100vh;
        }
    }
}
.footer{
    /*background-color: #109752;*/
    font-family: 'Open-Sans';
    background-image: url('../images/bg-footer.png');
    /*background-size:cover;*/
    color:#fff;
    /*padding: 70px 0 40px 0;*/
    padding: 50px 0 20px;

    @include mediaQueryMax(480px){
        padding:40px 0;
    }
    .section1{
        z-index: -1;
        border:1px solid #fff;
        border-radius: 20px;
        text-transform: uppercase;
        text-align: center;
        h1{font-size: 74px;font-weight: bold;
           @include mediaQueryMax(768px){
               font-size: 50px;
           }

        }
        h2{
            background-image: url('../images/bg-footer.png');
            background-position: left -147px;
            width: 88%;
            margin: 0 auto;
            font-size: 17px;
            @include mediaQueryMax(768px){
                font-size: 13px;
                line-height: 18px;
                /*                background-image:inherit;
                                background-color: #109752;*/
                background-position: left -136px;
            }
            @include mediaQueryMax(480px){
                background-position: left -160px;
                font-size: 12.5px;
            }
            @include mediaQueryMax(375px){
                background-position: left -139px;
            }
            @include mediaQueryMax(320px){
                background-position: left -163px;
            }
            @include mediaQueryMax(320px){
                font-size: 10px;
            }
            position: relative;
            top: -23px;
            z-index: 1;
            line-height: 23px;
            &:nth-of-type(1){
                background-position: left -143px;
                @include mediaQueryMax(768px){
                    background-position: left -134px;
                }
                @include mediaQueryMax(480px){
                    background-position: left -111px;
                }
                @include mediaQueryMax(375px){
                    background-position: left -100px;
                }
                @include mediaQueryMax(320px){
                    background-position: left -132px;
                }
            }
            &:last-of-type{top: 20px; width: 80%;
                           @include mediaQueryMax(768px){
                               /*top:27px;*/
                           }
            }
        }
    }
    .section2{
        padding-top:50px;
        @include mediaQueryMax(480px){
            padding-top:50px;
        }
        ul{
            padding-left:0;
            li{
                text-align: center;
                &:last-of-type{border-right: none;}
                @include mediaQueryMin(992px){
                    height: 176px;
                    border-right: 1px solid #fff;
                }
                @include mediaQueryMax(480px){
                    padding-bottom: 20px;
                }
                .image{
                    img{max-height: 40px;}
                }
                .text{
                    h1{
                        font-size: 50px;
                        font-weight: bold;
                        @include mediaQueryMax(768px){
                            font-size: 40px;
                        }
                    }
                    p{font-size: 12px;

                      span{text-transform: uppercase;}
                    }
                }
            }
        }
    }
    .section3{
        padding-top:30px;
        @include mediaQueryMax(480px){
            padding-top:20px;
        }
        .left{
            p{
                font-size: 12px;
                a{text-decoration: none;
                  &:hover{color:#fff;}
                }
            }
        }
        .right{
            padding-top:20px;
            a{
                @include mediaQueryMax(480px){
                    float:left;
                    margin-top: 20px;
                }
                border: 2px solid #fff;
                width: 230px;
                height: 70px;
                display: block;
                float:right;
                border-radius:8px;
                &.phone{
                    text-decoration: none;
                }
                &:hover{
                    color:#fff;
                    h2{
                        i{
                            transform: scale(1) rotate(45deg);
                        }
                    }
                }
                z-index:-1;
                h2{
                    background-image: url('../images/bg-footer.png');
                    background-position: left -130px;
                    z-index: 1;
                    font-size: 19px;
                    top: -50px;
                    float: left;
                    position: relative;
                    padding: 0 6px;
                    i{
                        font-size: 32px;
                        border: 1px solid #FFF;
                        padding: 5px 8px;
                        border-radius: 50%;
                        margin-right: 10px;
                        transition: all .5s ease-in-out;
                        transform: scale(0.9);
                    }
                    @include mediaQueryMax(768px){
                        background-position: left -113px;
                    }
                    @include mediaQueryMax(480px){
                        background-position: left -144px;
                    }
                    @include mediaQueryMax(375px){
                        background-position: left -163px;
                    }
                    @include mediaQueryMax(320px){
                        background-position: left -180px;
                    }
                }
                h1{
                    float: left;
                    font-size: 32px;
                    font-weight: bold;
                    text-align: center;
                    width: 100%;
                    position: relative;
                    top: -75px;
                }
            }
        }
    }
}   
/*end footer*/
/* Style sản phẩm cấp 1 */
.sanpham-giadung{
    font-family: 'Open-Sans';
    padding:50px 0;
    padding-bottom: 0;
    &:nth-of-type(4){
        padding-bottom: 50px;
    }
    &.sanpham-dichvu{
        .list-item{
            .no-padding{
                .item{
                    @include mediaQueryMax(768px){
                        height:360px;
                    }
                    @include mediaQueryMax(480px){
                        height:320px;
                    }
                }
            }
        }
    }
    h1{
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color:#ed2224;
        text-transform: uppercase;
        padding-bottom:40px;
        i{padding-right: 10px;}
        @include mediaQueryMin(992px){
            margin-top: 0;
        }
    }
    .list-item{
        padding-left: 0;
        margin-botom:0;
        .no-padding{
            padding:0;
            border:1px solid #d6d6d6;
            box-shadow: 0px 0px 1px 1px #d6d6d6;
            .item{
                min-height:240px;
                margin-bottom: 10px;
                max-width:460px;
                @include mediaQueryMax(768px){
                    max-width:355px;
                    height: 460px;
                    text-align: center;
                    padding: 20px;
                }
                @include mediaQueryMax(480px){
                    max-width:460px;
                    height: auto;
                    text-align: center;
                }
                .left{
                    width: 50%;
                    float:left;
                    @include mediaQueryMin(992px){
                        height: 240px;
                        width: 200px;
                        margin-top: 10px;
                        margin-left: 10px;
                    }
                    @include mediaQueryMax(768px){
                        /*min-height: 240px;*/
                        width: 100%;
                    }
                    img{
                        transition:all 0.6s ease-in-out;
                        max-width:220px;
                        max-height:240px;
                        transform: scale(1);
                        &:hover{transform: scale(1.05);}
                    }
                }
                .right{
                    width: 50%;
                    float:right;
                    height:100%;
                    padding-top:20px;
                    /*padding-left:20px;*/
                    @include mediaQueryMin(992px){
                        padding-left: 15px;
                    }
                    @include mediaQueryMax(768px){
                        /*padding-top:0px;*/
                        width: 100%;
                        height: auto;
                    }
                    @include mediaQueryMax(480px){
                        padding-top:0px;
                        padding-bottom: 10px;
                    }
                    h3{
                        font-size: 16px;
                        font-weight: normal;
                        color:#ed2224;
                        text-transform: uppercase;
                        a{
                            text-decoration: none;
                            &:hover{color:#ed2224;opacity: 0.8;}
                        }
                    }
                    h4{
                        font-size: 14px;
                        font-weight: normal;
                        color:#3e3e3e;
                        margin:5px 0;
                        a{
                            text-decoration: none;
                            &:hover{color:#ed2224;}
                            i{padding-right: 5px;}
                        }
                    }
                }
            }
        }
    }
}
/* Style sản phẩm cấp 2 */
.product-term{
    font-family: 'Open-Sans';
    padding:50px 0;
    background-image:url('../images/san-pham-bg.png');
    background-repeat:no-repeat;
    background-position:right top;
    background-size:cover;
    .top{
        .title{
            font-size: 28px;
            font-weight: bold;
            color:#ed2224;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 20px;
            i{padding-right: 10px;}
            @include mediaQueryMax(768px){
                font-size: 20px;
            }
        }
        .text{
            max-width:470px;
            p{font-size: 14px;color:#3e3e3e;text-align: justify;}
        }
        .filter{
            padding-top:20px;
            select{
                width: 170px;
                height: 30px;
                border:1px solid #ed2224;
                color:#ed2224;
                margin-right: 15px;
            }
            button{
                height: 30px;
                border:none;
                background-color:#ed2224;
                color:#fff;
                width: 80px;
                text-align: center;
                line-height: 1px;
                &:hover{opacity: 0.8;}
            }
        }
    }
    .bottom{
        padding-top:40px;
        .list-item{
            padding-left: 0;
            .item{
                padding: 10px;
                border: 1px solid #d6d6d6;
                box-shadow: 0px 0px 1px 1px #d6d6d6;
                @include mediaQueryMin(992px){
                    &:nth-of-type(4n+1){
                        clear: both;
                    }
                }
                @include mediaQueryMax(768px){
                    &:nth-of-type(3n+1){
                        clear: both;
                    }
                }
                .image{
                    text-align: center;
                    img{
                        max-width: 250px;
                        transform: scale(1);
                        transition:all 0.6s ease-in-out;
                        &:hover{ transform: scale(1.08);}
                        @include mediaQueryMin(768px){
                            width: 221px;
                            height: 221px;
                        }
                        @include mediaQueryMin(992px){
                            width: 213px;
                            height: 213px;
                        }
                        @include mediaQueryMax(480px){
                            width: 100%;
                            height: auto;
                        }

                    }
                }
                .text{
                    padding-top:10px;
                    text-align:center;
                    h4{  
                        color: #4c4c4c;
                        overflow: hidden;
                        height:45px;
                        font-size:14px;
                        a{
                            text-decoration: none;
                            &:hover{  color: #ed2224;}
                        }
                        @include mediaQueryMax(480px){
                            height: auto;
                        }
                    }
                    p{    
                        font-weight: 500;
                        font-size: 20px;
                        color: #ed2224;
                        padding-top: 10px;
                    }
                }
            }
        }
        .readmore{
            .btn-readmore{
                height: 40px;
                border: none;
                background-color: #ed2224;
                color: #fff;
                width: 120px;
                text-align: center;
                line-height: 1px;
                margin-top:30px;
                &:hover{opacity: 0.8;}
            }
        }
    }
}
/* style trang chi tiết sản phẩm */
.single-products{
    padding:50px 0;
    font-family: 'Open-Sans';
    .top{
        .left{
            .gallery-top{
                .swiper-slide{
                    width: 440px;
                    height: 440px;
                    display:flex;
                    align-items: center;
                    align-content:center;
                    justify-content: center;
                    margin-right: 0px;
                    @include mediaQueryMax(768px){
                        max-width: 335px;
                        max-height: 335px;
                    }
                    @include mediaQueryMax(320px){
                        max-width: 270px;
                        max-height: 270px;
                    }
                    img{
                        max-width: 440px;
                        max-height: 440px;
                        @include mediaQueryMax(768px){
                            max-width: 335px;
                            max-height: 335px;
                        }
                        @include mediaQueryMax(320px){
                            max-width: 270px;
                            max-height: 270px;
                        }
                    }
                }
            }          
            .gallery-thumbs{
                .swiper-slide{
                    width: 80px;
                    height: 80px;
                    background-color:#999999;
                    img{
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
        .right{
            @include mediaQueryMin(992px){
                padding-left: 30px;
            }
            .title{
                font-size: 24px;font-weight: 700;color: #ed2224;   
                @include mediaQueryMin(768px){
                    margin-top: 0;  
                }
                i{padding-right: 8px;}
                @include mediaQueryMax(768px){
                    font-size: 20px;
                }
            }
            p{
                &.product-price{
                    font-size: 18px;
                    font-weight: 700;
                    color: #ed2224;
                    text-transform: uppercase;
                    a{
                        text-decoration: none;
                        &:hover{  color: #ed2224;opacity: 0.8;}
                    }
                    @include mediaQueryMax(768px){
                        font-size: 18px;
                    }
                }
            }
            .the-content{
                ul{padding-left: 0;
                   li{margin:10px 0;list-style: none;    text-align: justify;}
                }
                table{
                    border:1px solid #3e3e3e;
                    tr{
                        border:1px solid #3e3e3e;
                        td{
                            border:1px solid #3e3e3e;
                            padding:5px;
                        }
                        th{ border:1px solid #3e3e3e; padding:5px;}
                    }
                }
            }
            .certificate{
                h3{    font-size: 16px;
                       font-weight: normal;
                       color: #ed2224;
                       text-transform: uppercase;}

                ul{
                    padding-left: 0;
                    li{
                        margin-bottom:10px;
                        @include mediaQueryMin(992px){
                            margin-right: 25px;
                        }
                        a{
                            text-decoration:none;
                            &:hover{color:#3e3e3e}
                            img{
                                max-width: 100px;
                                max-height: 100px;
                            }
                        }
                    }
                }
            }
        }
    }
    .bottom{
        margin-top: 50px;
        .nav-tabs{
            text-transform: uppercase;
            font-size: 16px;

            li{
                a{
                    background-color: #999999;
                    color:#fff;
                    border:none;  
                    &:hover{
                        background-color: #109752;
                    }
                    @include mediaQueryMax(480px){
                        font-size: 13px;
                    }
                    @include mediaQueryMax(480px){
                        font-size: 12.5px;
                    }
                }

                &.active{
                    a{
                        background-color: #109752;
                    }
                }
            }
        }
        .tab-content{   
            border: 1px solid #109752;padding:20px;
            table{
                width:100%;
                tr{
                    td{
                        padding:5px;
                    }
                    th{padding:5px;}
                }
            }
            ul{padding-left: 0;}
            .bottom{
                display: flex;
                align-items: center;
                max-width: 690px;
                width: 100%;
                min-height: 388px;
                margin: 20px auto;
                background-image: url('../images/bg-bottom-term-product-xk.png');
                @include mediaQueryMax(480px){
                    background-image: inherit;
                }
                background-repeat:no-repeat;
                h3{
                    padding-top: 40px;
                    padding-left: 60px;
                    @include mediaQueryMax(480px){
                        padding-left: 10px;
                    }
                    color:#3e3e3e;
                    font-size: 14px;
                }
                .form{
                    font-size: 12px;
                    padding:10px 60px;
                    @include mediaQueryMax(480px){
                        padding: 10px;
                    }
                    .left{
                        width: 50%;
                        float: left;
                        padding-right: 25px;
                        @include mediaQueryMax(480px){
                            padding-right: 0px;
                        }
                        label{
                            font-weight: normal;
                        }
                        input{
                            float:right;
                        }
                        @include mediaQueryMax(480px){
                            width: 100%;
                        }
                    }
                    .right{
                        color:#3e3e3e;
                        padding-left:10px;
                        @include mediaQueryMax(480px){
                            padding-left:0px;
                        }
                        .form-group{
                            margin-bottom:10px;
                            label{
                                font-weight: normal;
                            }
                            button{
                                height: 30px;
                                border: none;
                                background-color: #ed2224;
                                color: #fff;
                                width: 80px;
                                text-align: center;
                                line-height: 1px;
                                border-radius: 10px;
                                &:hover{opacity: 0.8;}
                            }
                        }
                        width:50%;
                        float:right;
                        @include mediaQueryMax(480px){
                            width: 100%;
                        }
                    }
                }
                .info{
                    h4{
                        font-size: 13px;
                    }
                    padding:0 60px;
                    @include mediaQueryMax(480px){
                        padding:0 10px;
                    }
                    p{margin-bottom: 0; font-size: 13px;}
                }
            }
        }
        .product-related{
            padding-top:30px;
            h1{ font-size: 20px;font-weight: 700;color: #ed2224;}
            .list-item{
                padding-left: 0;
                .item{
                    padding: 10px;
                    border: 1px solid #d6d6d6;
                    box-shadow: 0px 0px 1px 1px #d6d6d6;
                    .image{
                        text-align: center;
                        img{
                            /*                            max-width: 250px;
                                                        transform: scale(1);
                                                        transition:all 0.6s ease-in-out;
                                                        &:hover{ transform: scale(1.08);}
                                                        @include mediaQueryMin(768px){
                                                            width: 221px;
                                                            height: 147px;
                                                        }
                                                        @include mediaQueryMin(992px){
                                                            width: 213px;
                                                            height: 141px;
                                                        }*/
                            max-width: 250px;
                            transform: scale(1);
                            transition:all 0.6s ease-in-out;
                            &:hover{ transform: scale(1.08);}
                            @include mediaQueryMin(768px){
                                width: 161px;
                                height: 106px;
                            }
                            @include mediaQueryMin(992px){
                                width: 213px;
                                height: 213px;
                            }
                            @include mediaQueryMax(480px){
                                width: 100%;
                                height: auto;
                            }
                        }
                    }
                    .text{
                        padding-top:10px;
                        text-align:center;
                        h4{  
                            color: #4c4c4c;
                            overflow: hidden;
                            height:35px;
                            font-size:14px;
                            a{
                                text-decoration: none;
                                &:hover{  color: #ed2224;}
                            }
                        }
                        p{    
                            font-weight: 500;
                            font-size: 20px;
                            color: #ed2224;
                            padding-top: 10px;
                        }
                    }
                }
            }
        }
    }
}
/* style sản phẩm xuất khẩu */
.product-xk-term{
    font-family: 'Open-Sans';
    background-image: url('../images/bg-term-product-xk.png');
    background-repeat:no-repeat;
    background-position:left 66%;
    .bg{
        background-image: url('../images/bg-product-xk.png');
        background-repeat: no-repeat;
        height: 645px;
        background-size: cover;
        @include mediaQueryMax(768px){
            height: 363px;
        }
        @include mediaQueryMax(480px){
            height: 200px;
        }
        @include mediaQueryMax(320px){
            height: 150px;
        }
    }
    .product-xk{
        padding:50px 0;
    }
    .top{
        .left{
            padding:0;
            ul{
                padding-left: 0;
                li{
                    a{  
                        text-decoration: none;
                        display: block;
                        padding: 10px 15px;
                        background-color:#f1f1f1;
                        color:#3e3e3e;
                        margin-bottom:5px;
                        text-transform: uppercase;
                        &:hover{
                            background-color:#ed2224;
                            color:#fff;
                        }

                        @media (max-width:800px) and (min-width:768px){
                            padding: 12px 7px 8px;
                        }
                    }

                    &.active{
                        a{
                            background-color:#ed2224;
                            color:#fff; 
                        }
                    }
                }
            }
        }
        .right{
            @include mediaQueryMin(992px){
                padding-left: 40px;
            }
            h1{  
                font-size: 20px;font-weight: 700;color: #ed2224;
                margin-bottom: 30px;
                text-transform: uppercase;
                @include mediaQueryMin(768px){
                    margin-top: 0;  
                }
                i{padding-right: 8px;}
                @include mediaQueryMax(768px){
                    font-size: 18px;
                }
            }
            .list-item{
                padding-left: 0;
                .item{
                    padding: 10px;
                    border: 1px solid #d6d6d6;
                    box-shadow: 0px 0px 1px 1px #d6d6d6;
                    &:nth-of-type(3n+1){clear: both;}
                    .image{
                        text-align: center;
                        img{
                            max-width: 250px;
                            transform: scale(1);
                            transition:all 0.6s ease-in-out;
                            &:hover{ transform: scale(1.08);}
                            @include mediaQueryMin(992px){
                                max-height: 136px;
                            }
                        }
                    }
                    .text{
                        padding-top:10px;
                        text-align:center;
                        h4{  
                            color: #4c4c4c;
                            overflow: hidden;
                            height: 20px;
                            font-size: 14px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            align-content: center;height: 20px;
                            font-size: 14px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            align-content: center;
                            font-weight: 700;
                            @media (max-width:800px) and (min-width:768px){
                                height: 40px; 
                            }
                            a{
                                color: #ed2224;
                                text-transform: uppercase;
                                text-decoration: none;
                                &:hover{  color: #ed2224;opacity: 0.8;}
                            }
                        }
                        p{    
                            font-weight: 700;
                            text-transform: uppercase;
                            font-size: 20px;
                            color: #ed2224;
                            padding-top: 10px;
                            a{text-decoration: none;&:hover{ color: #ed2224;opacity: 0.8;}}
                        }
                    }
                }
            }
        }
    }
    .bottom{
        max-width: 690px;
        width: 100%;
        min-height: 388px;
        margin: 50px auto 0px;
        background-image: url('../images/bg-bottom-term-product-xk.png');
        @include mediaQueryMax(480px){
            background-image: inherit;
        }
        background-repeat:no-repeat;
        h3{
            padding-top: 40px;
            padding-left: 60px;
            @include mediaQueryMax(480px){
                padding-left: 10px;
            }
            color:#3e3e3e;
            font-size: 14px;
        }
        .form{
            font-size: 12px;
            padding:10px 60px;
            @include mediaQueryMax(480px){
                padding: 10px;
            }
            .left{
                width: 50%;
                float: left;
                padding-right: 25px;
                label{
                    font-weight: normal;
                }
                input{
                    float:right;
                }
                @include mediaQueryMax(480px){
                    width: 100%;
                }
            }
            .right{
                color:#3e3e3e;
                padding-left:10px;
                @include mediaQueryMax(480px){
                    padding-left:0px;
                }
                .form-group{
                    margin-bottom:10px;
                    label{
                        font-weight: normal;
                    }
                    button{
                        height: 30px;
                        border: none;
                        background-color: #ed2224;
                        color: #fff;
                        width: 80px;
                        text-align: center;
                        line-height: 1px;
                        border-radius: 10px;
                        &:hover{opacity: 0.8;}
                    }
                }
                width:50%;
                float:right;
                @include mediaQueryMax(480px){
                    width: 100%;
                }
            }
        }
        .info{
            color:#3e3e3e;
            h4{
                font-size: 13px;
            }
            padding:0 60px;
            @include mediaQueryMax(480px){
                padding:0 10px;
            }
            p{margin-bottom: 0;font-size: 13px;}
        }
    }
}
.tar{
    text-align: right;
}
/* style tin tức */
.term-article{
    font-family: 'Open-Sans';
    margin-bottom:50px;
    .top{
        .list-term{
            text-align: center;
            padding: 15px 0 10px 0;
            max-width: 400px;
            border:1px solid #ed2224;
            margin: 30px auto;
            li{
                padding:0 15px;
                position:relative;
                a{
                    color:#3e3e3e;
                    text-decoration: none;
                    text-transform:uppercase;
                    &:hover{
                        color:#ed2224;
                    }
                    &:after{
                        position: absolute;
                        width: 5px;
                        height: 5px;
                        border-radius: 5px;
                        content: "";
                        background-color: #ed2224;
                        bottom: 10px;
                        margin-left: 15px;
                    }
                }
                &:last-of-type{
                    a{
                        &:after{
                            background-color: #fff;
                        }
                    }
                }
                &.active{
                    a{
                        color:#ed2224;
                    }
                }
            }

        }
        .list-item{
            .left{
                padding: 0;
                height: 320px;
                @include mediaQueryMax(768px){
                    height: 280px;
                }
                @include mediaQueryMax(480px){
                    margin-bottom: 20px;
                }
                a{
                    &:hover{opacity: 0.8;}
                    img{
                        @include mediaQueryMin(992px){
                            height: 320px;
                        }
                        @include mediaQueryMax(768px){
                            height: 280px;
                        }
                        @include mediaQueryMax(480px){
                            height: auto;
                        }
                    }
                    h2{
                        margin:0;
                        position: absolute;
                        bottom: 0px;
                        background-color: rgba(17,110,73,.7);
                        padding: 15px 25px 15px 20px;
                        font-size: 18px;
                        text-transform: uppercase;
                        color:#fff;
                        width: 100%;
                        i{
                            position: absolute;
                            right: 20px;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                        @include mediaQueryMax(480px){
                            bottom: inherit;
                        }
                    }
                }
            }
            .right{
                max-height: 320px;
                @include mediaQueryMax(768px){
                    height: 280px;
                }
                @include mediaQueryMax(480px){
                    padding: 0px;
                }
                padding-right:0;
                li{
                    height: 155px;
                    @include mediaQueryMax(768px){
                        height: 135px;
                        margin-bottom: 10px;
                        width: 49%;
                    }
                    @include mediaQueryMax(480px){
                        margin-bottom: 10px;
                        width: 49%;
                    }
                    width: 50%;
                    float:left;
                    margin-bottom: 10px;
                    &:nth-of-type(even){
                        float:right;
                    }
                    @include mediaQueryMin(992px){
                        width: 223px;
                    }
                    a{
                        &:hover{opacity: 0.8;}
                        text-decoration: none;
                        img{height:155px;
                            @include mediaQueryMin(992px){
                                width: 223px;
                            }
                            @include mediaQueryMax(768px){
                                height: 135px;
                            }
                        }
                        .text{
                            margin:0;
                            position: relative;
                            bottom: 56px;
                            background-color: rgba(1,1,1,0.6);
                            width: 100%;
                            height: 56px;
                            line-height: 14px;
                            h2{
                                margin-top: 0;
                                height: 47px;
                                overflow: hidden;
                                font-size: 12px;
                                text-transform: uppercase;
                                color:#fff;
                                padding: 10px 20px;
                                i{
                                    position: absolute;
                                    right: 10px;
                                    top: 50%;
                                    transform: translateY(-50%);
                                }
                            }
                        }
                    }

                }

            }
        }
    }
    .bottom{
        margin-top:30px;
        ul{
            padding-left: 0;
            li{
                border:1px solid #b3b3b3;
                max-width: 940px;
                margin:0px auto 20px;
                @include mediaQueryMin(768px){
                    max-height: 147px;
                }
                @include mediaQueryMin(992px){
                    max-height: 187px;
                }
                .left{
                    padding: 0;
                    img{
                        @include mediaQueryMin(768px){
                            max-height: 145px;
                        }
                        @include mediaQueryMin(992px){
                            max-height: 185px;
                        }
                    }
                }
                .right{
                    h2{
                        color:#ed2224;
                        line-height: 20px;
                        height: 50px;
                        overflow: hidden;
                        font-weight: bold;
                        @include mediaQueryMax(768px){
                            height: 44px;
                            overflow: hidden;
                            margin-top: 0px;
                            line-height: 15px;
                        }
                        @include mediaQueryMax(480px){
                            height: auto;
                            margin-top: 15px;
                        }
                        a{
                            font-size: 18px;
                            text-transform: uppercase;
                            text-decoration: none;
                            &:hover{  color:#ed2224;opacity: 0.8;}
                            @include mediaQueryMax(768px){
                                font-size: 14px;
                            }
                        }
                    }
                    p{color:#3e3e3e;
                      i{padding-right: 8px;}
                      @include mediaQueryMax(768px){
                          margin-bottom: 5px;
                      }
                      &:nth-of-type(2){
                          height: 40px;overflow:hidden;
                          @include mediaQueryMax(480px){
                              height: auto;
                          }
                      }
                      a{  text-decoration: none;&:hover{  color:#ed2224;};i{padding-left: 8px;}}
                    }
                }
            }
        }
    }
    ul.list-term-video{
        padding-left:0;

        li{
            .videos-item{
                position: relative;
                a{
                    display:block;
                    i{
                        font-size: 40px;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        position: absolute;
                        color:#3e3e3e;
                    }
                    &:hover{
                        img{opacity: 0.8;z-index: -1;}
                        i{color:#ed2224;opacity: 1;z-index: 1;}
                    }
                }
            }
            .videos-item-title{
                font-size: 16px;color:#3e3e3e;padding: 10px;
                a{text-decoration: none;
                  &:hover{
                      color:#ed2224;
                  }
                }
            }
            &:nth-of-type(3n+1){clear: both;}
        }
    }
}
/* style phân trang */
.pagination{
    display: flex;
    justify-content: center;
    font-size: 16px;
    color:#666666;
    margin-bottom:0;
    .page-numbers{
        padding: 3px 10px;
        border: 1px solid #cccccc;
        margin: 0 10px;
        text-decoration:none;
        &.current{background-color: #ed2224;color:#fff; }
        &:hover{background-color: #ed2224;color:#fff; }
    }
}
.advertisement{
    @include mediaQueryMax(1024px){
        display: none;
    }
    .left{
        top: 50%;
        left: 0;
        position: absolute;
        animation:  moveAdv 2s ease-in-out infinite;
        &:hover{
            animation-play-state: paused;
        }
        @keyframes moveAdv{
            0%{top:50%;}
            50%{top:40%;}
            100%{top:50%;}
        }
    }
    .right{
        top: 50%;
        right: 0;
        position: absolute;
        animation:  moveAdv 2s ease-in-out infinite;
        &:hover{
            animation-play-state: paused;
        }
        @keyframes moveAdv{
            0%{top:50%;}
            50%{top:40%;}
            100%{top:50%;}
        }
    }
}
/* Style chi tiết tin tức */
.single-articles{
    font-family: 'Open-Sans';
    margin:50px 0;
    .left{
        @include mediaQueryMin(992px){
            padding:0;
        }
        ul{
            padding-left: 0;

            li{
                a{  
                    text-decoration: none;
                    display: block;
                    padding: 10px 20px;
                    background-color:#f1f1f1;
                    color:#3e3e3e;
                    margin-bottom:5px;
                    text-transform: uppercase;
                    &:hover{
                        background-color:#109752;
                        color:#fff;
                    }
                }
            }
            &.list-item{
                li{

                    .image{
                        a{
                            padding:0;
                            margin-bottom: 0;
                        }
                        img{
                            @include mediaQueryMin(992px){
                                max-height: 122px;
                            }
                        }
                    }
                    .title{
                        text-decoration: none;
                        text-align: justify;
                        padding: 10px;
                        display:block;
                        background-color:#f1f1f1;
                        text-transform: inherit;
                        &:hover{
                            color:#ed2224;
                        }
                    }
                }
            }
        }
        h2{
            padding: 10px 20px;
            font-size: 14px;
            text-transform: uppercase;
            background-color:#109752;
            color:#fff;
        }
        .fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;} 
    }
    .right{
        color:#3e3e3e;
        @include mediaQueryMin(992px){
            padding-left: 50px;
        }
        .title{
            font-size: 25px;
            color:#ed2224;
            font-weight: 700;
            @include mediaQueryMin(768px){
                margin-top: 0;
            }
            @include mediaQueryMax(768px){
                font-size:20px;
            }
        }
        ul{
            &.social{
                margin:20px 0;
                li{
                    a{
                        display: flex;
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        border-radius: 50%;
                        align-content: center;
                        justify-content: center;
                        align-items: center;
                        text-decoration: none;
                        color:#fff;
                        &:hover{opacity: 0.8;}

                    }
                    &:first-child{
                        a{
                            background-color:#3b5998;
                        }
                    }
                    &:last-child{
                        a{
                            background-color:#dd4b39;
                        }
                    }
                }
            }

        }
        .the-content{
            color:#3e3e3e;
            table{
                border:1px solid #3e3e3e;
                tr{
                    border:1px solid #3e3e3e;
                    td{
                        border:1px solid #3e3e3e;
                        padding:5px;
                    }
                    th{ border:1px solid #3e3e3e; padding:5px;}
                }
            }
            img{
                width: 100%;
                height: auto;
            }
            .videos-item{
                position: relative;
                margin: 0 auto;
                max-width: 400px;
                a{
                    display:block;
                    i{
                        font-size: 40px;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        position: absolute;
                        color:#3e3e3e;
                    }
                    &:hover{
                        img{opacity: 0.8;z-index: -1;}
                        i{color:#ed2224;opacity: 1;z-index: 1;}
                    }
                    &:before{
                        position: absolute;
                        content: "";
                        background-color:rgba(1,1,1,0.5);
                    }
                }
            }
        }
        .tags{
            ul{
                padding-left: 0;
                li{
                    &:first-child{font-weight: bold;font-size: 16px;}
                    position: relative;
                    a{
                        &:after{
                            content: ",";
                            position: absolute;
                            padding-left: 5px;
                            color:#3e3e3e;
                        }
                        &:hover{
                            color:#ed2224;
                        }
                        text-decoration: none;
                    }
                    &:last-child{
                        a{
                            &:after{
                                content: ".";
                            } 
                        }
                    }
                }
            }
        }
        .fb-comments{
            width:100% !important; 
            span{
                width:100% !important; 
                iframe{
                    width:100% !important; 
                }
            }
        }
        .article-related{
            h2{
                font-size: 16px;
                font-weight: bold;
                color:#3e3e3e;
            }
            ul{
                padding-left: 0;
                li{
                    padding-bottom: 5px;
                    a{
                        text-decoration: none;
                        span{
                            padding-left: 5px;
                            font-style: italic;
                            font-size: 13px;
                        }
                        &:hover{
                            color:#ed2224;
                        }
                    }
                }
            }
        }
    }
}
/* style form contact */
.contact{
    font-family: 'Open-Sans';
    margin:50px 0;
    background-image:url('../images/bg-lien-he.png');
    @include mediaQueryMax(480px){
        background-image: inherit;
    }
    background-repeat:no-repeat;
    background-position:left 60%;
    .top{
        .left{
            text-align: center;
            h1{
                margin-top: 0;
                font-size: 16px;
                font-weight: bold;
                color:#ed2224;
                text-transform: uppercase;
                &.color{
                    background: -webkit-linear-gradient(left,#6b0f10,#e82223, #6b0f10);font-weight: bold;       display: inline-block;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size:62px;
                    @include mediaQueryMax(768px){
                        font-size: 56px;
                    }
                    @include mediaQueryMax(320px){
                        font-size: 48px;
                    }
                }
            }
            p{font-size: 13.5px;color:#3e3e3e;

              &:nth-of-type(2){
                  margin-top: 30px;
              }
              a{text-decoration: none;
                color:#ed2224;
                font-size: 14px;
                &:hover{opacity: 0.8;}
                i{color:#ed2224;padding-right: 5px;}
              }
              &.color{color:#ed2224;font-size: 14px;}
            }
        }
        .right{
            .googleMap{
                width: 100%; height: 350px;
                @include mediaQueryMin(1280px){
                    width:600px;
                    height: 350px;
                }
            }
        }
    }
    .bottom{
        margin-top:20px;
        h2{
            margin-top: 0;
            font-size: 18px;
            font-weight: bold;
            color:#ed2224;
            text-transform: uppercase;
        }
        ul{
            padding-left: 0;
            li{
                .item{
                    h3{font-size: 16px;font-weight: bold;}
                    p{color:#3e3e3e;
                      a{
                          text-decoration: none;
                          &:hover{ color:#ed2224;}
                      }
                    }
                    border-bottom:1px solid #000000;
                    @include mediaQueryMin(768px){
                        height: 225px;
                    }
                    @include mediaQueryMin(992px){
                        height: 188px;
                    }
                    &:nth-of-type(3n+1){clear: both;}
                }
                @include mediaQueryMin(768px){
                    &:nth-of-type(4){
                        .item{
                            border-bottom:none;
                        }
                    }
                    &:nth-of-type(5){
                        .item{
                            border-bottom:none;
                        }
                    }
                    &:nth-of-type(6){
                        .item{
                            border-bottom:none;
                        }
                    }
                }
            }
        }
        .contact-form{
            max-width: 690px;
            width: 100%;
            min-height: 388px;
            margin: 50px auto 0px;
            background-image: url('../images/bg-bottom-term-product-xk.png');
            @include mediaQueryMax(480px){
                background-image: inherit;
                margin: 0 auto;
            }
            background-repeat:no-repeat;
            h3{
                padding-top: 55px;
                padding-left: 60px;
                @include mediaQueryMax(480px){
                    padding-left: 10px;
                }
                color:#3e3e3e;
                font-size: 14px;
                margin: 0;
            }
            .form{

                font-size: 12px;
                padding:10px 60px;
                @include mediaQueryMax(480px){
                    padding: 10px;
                }
                .form-group{
                    margin-bottom: 10px;
                }
                .left{
                    width: 50%;
                    float: left;
                    padding-right: 25px;
                    @include mediaQueryMax(480px){
                        padding-right: 0px;
                    }
                    label{
                        font-weight: normal;
                    }
                    input{
                        float:right;
                        width: 150px;
                    }
                    select{
                        float:right;
                        height: 23px;
                        width: 150px;
                    }
                    @include mediaQueryMax(480px){
                        width: 100%;
                    }
                }
                .right{
                    padding-left:10px;
                    @include mediaQueryMax(480px){
                        padding-left:0px;
                    }
                    label{
                        font-weight: normal;
                    }
                    input{
                        width: 150px;
                        &:first-of-type{
                            margin-left: 20px;
                        }
                        @include mediaQueryMax(480px){
                            float:right;
                        }
                    }
                    button{
                        height: 30px;
                        border: none;
                        background-color: #ed2224;
                        color: #fff;
                        width: 80px;
                        text-align: center;
                        line-height: 1px;
                        border-radius: 10px;
                        &:hover{opacity: 0.8;}
                    }
                    width:50%;
                    float:right;
                    @include mediaQueryMax(480px){
                        width: 100%;
                    }
                }
            }
        }
    }

}

/* style shareholders category */
.term-shareholders{
    font-family: 'Open-Sans';
    .banner{
        background-image:url('../images/bg-codong.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 645px;
        @include mediaQueryMax(1024px){
            height: 470px;
        }
        @include mediaQueryMax(768px){
            height: 360px;;
        }
        @include mediaQueryMax(480px){
            height: 200px;
        }
        @include mediaQueryMax(375px){
            height: 180px;
        }
        @include mediaQueryMax(375px){
            height: 150px;
        }

    }
    .content{
        margin:50px 0;
        .left{
            @include mediaQueryMin(992px){
                padding:0;
            }
            ul{
                padding-left: 0;
                li{
                    a{  
                        text-decoration: none;
                        display: block;
                        padding: 10px 13px;
                        background-color:#f1f1f1;
                        color:#3e3e3e;
                        margin-bottom:5px;
                        text-transform: uppercase;
                        &:hover{
                            background-color:#ed2224;
                            color:#fff;
                        }
                    }

                    &.active{
                        a{
                            background-color:#ed2224;
                            color:#fff; 
                        }
                    }
                }
            }
            .form{
                .input-group-addon{
                    padding:0 !important;
                    border:none;
                    button{
                        height: 34px;
                        width: 34px;
                        border-radius: initial;
                        padding:0 !important;
                        background-color: #ed2224;
                        border:none;
                    }
                }
                input{
                    border:1px solid #ed2224;
                    width: 200px;
                    @include mediaQueryMax(768px){
                        width: 180px;
                    }
                    @include mediaQueryMax(480px){
                        width: 100%;
                    }
                }
            }
        }
        .right{
            color:#3e3e3e;
            @include mediaQueryMin(992px){
                padding-left: 50px;
            }
            @media (max-width:800px) and (min-width:768px){
                padding:0;
            }
            h1{
                font-size: 24px;
                color:#ed2224;
                text-transform: uppercase;
                font-weight: 700;
                i{padding-right: 8px;}
                @include mediaQueryMin(768px){
                    margin-top: 0;
                }
            }
            @include mediaQueryMax(480px){
                .table-responsive{
                    border:none;
                }
            }
            table{
                margin-top:20px;
                thead{
                    tr{
                        width:100%;
                        th{
                            border-bottom:none;
                            &:nth-child(1){
                                width: 16%;
                            }
                            &:nth-child(2){
                                width: 72%;
                            }
                            &:nth-child(3){
                                width: 12%;
                            }
                            @media (max-width:800px) and (min-width:768px){
                                &:nth-child(1){
                                    width: 20%;
                                }
                                &:nth-child(2){
                                    width: 65%;
                                }
                                &:nth-child(3){
                                    width: 15%;
                                } 
                            }
                            height: 30px;
                            line-height: 30px;
                            background-color:#109752;
                            color:#fff;
                            text-align: center;
                        }
                    }
                }
                tbody{
                    tr{
                        &:nth-child(1){
                            td{
                                border-top: none;
                            }
                        }
                        td{
                            border-top: none;
                            padding:10px 0;
                            @include mediaQueryMin(992px){
                                &:nth-child(1){
                                    padding-left: 10px;

                                }
                                &:nth-child(2){
                                    padding-left: 10px;
                                }
                            }
                            a{
                                color:#3e3e3e;
                                text-decoration: none;
                                &:hover{
                                    color:#ed2224;
                                }
                            }
                            p{
                                margin-bottom: 0px;
                            }
                            &.btn-dowload{
                                a{
                                    display: block;
                                    width: 20px;
                                    height: 20px;
                                    margin: 0 auto;
                                    background-image:url('../images/download-but.png');
                                    background-repeat: no-repeat;
                                    &:hover{
                                        background-position: right;
                                    }
                                }

                            }
                        }
                    }
                }
            }
        }
    }
}
/* tuyển dụng */
.recruitment{
    font-family: 'Open-Sans';
    .banner{
        background-image:url('../images/bg-tuyendung.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 645px;
        @include mediaQueryMax(1024px){
            height: 470px;
        }
        @include mediaQueryMax(768px){
            height: 360px;;
        }
        @include mediaQueryMax(480px){
            height: 200px;
        }
        @include mediaQueryMax(375px){
            height: 180px;
        }
        @include mediaQueryMax(375px){
            height: 150px;
        }

    }
    .content{
        margin:50px 0;
        .left{
            @include mediaQueryMin(992px){
                padding:0;
            }
            ul{
                padding-left: 0;
                li{
                    a{  
                        text-decoration: none;
                        display: block;
                        padding: 12px 13px;
                        background-color:#f1f1f1;
                        color:#3e3e3e;
                        margin-bottom:5px;
                        text-transform: uppercase;
                        font-size:13px;
                        &:hover{
                            background-color:#109752;
                            color:#fff;
                        }
                        @media (max-width:800px) and (min-width:768px){
                            padding: 12px 7px 8px;
                        }
                    }

                    &.current_page_item{
                        a{
                            background-color:#109752;
                            color:#fff; 
                        }
                    }
                }
            }
            .form{
                margin:20px 0;
                .input-group-addon{
                    padding:0 !important;
                    border:none;
                    button{
                        height: 34px;
                        width: 34px;
                        border-radius: initial;
                        padding:0 !important;
                        background-color: #109752;
                        border:none;
                    }
                }
                input{
                    border:1px solid #109752;
                    width: 200px;
                    @include mediaQueryMax(768px){
                        width: 180px;
                    }
                    @include mediaQueryMax(480px){
                        width: 100%;
                    }
                }
            }
            .info{
                border:1px solid #ed2224;
                h2{
                    margin: 0;
                    background-color:#ed2224;
                    color:#fff;
                    font-size: 20px;
                    padding:6px 9px;
                }
                p{
                    padding: 0 9px;
                    color: #3e3e3e;
                    font-size: 11.5px;
                    &:nth-of-type(1){
                        padding-top: 10px;
                    }
                    span{
                        font-weight: bold;
                    }
                    a{
                        text-decoration: none;
                        &:hover{
                            color:#ed2224;
                        }
                    }
                }
            }
        }
        .right{
            color:#3e3e3e;
            @include mediaQueryMin(992px){
                padding-left: 50px;
            }
            @media (max-width:800px) and (min-width:768px){
                padding:0;
            }
            h1{
                font-size: 24px;
                color:#ed2224;
                text-transform: uppercase;
                font-weight: 700;
                i{padding-right: 8px;}
                @include mediaQueryMin(768px){
                    margin-top: 0;
                }
                @include mediaQueryMax(768px){
                    font-size: 20px;
                }
            }
            @include mediaQueryMax(480px){
                .table-responsive{
                    border:none;
                }
            }
            table{
                margin-top:20px;
                thead{
                    tr{
                        width:100%;
                        th{
                            text-align: left;
                            border-bottom:none;
                            &:nth-child(1){
                                width: 50%;
                                padding-left: 10px;
                            }
                            &:nth-child(2){
                                width: 15%;
                            }
                            &:nth-child(3){
                                width: 20%;
                            }
                            &:nth-child(4){
                                width: 15%;
                            }
                            @media (max-width:800px) and (min-width:768px){
                                &:nth-child(1){
                                    width: 40%;
                                }
                                &:nth-child(2){
                                    width: 21%;
                                }
                                &:nth-child(3){
                                    width: 25%;
                                } 
                                &:nth-child(4){
                                    width: 15%;
                                }
                            }
                            height: 30px;
                            line-height: 30px;
                            background-color:#109752;
                            color:#fff;
                            /*text-align: center;*/
                        }
                    }
                }
                tbody{
                    tr{
                        &:nth-child(1){
                            td{
                                border-top: none;
                            }
                        }
                        td{
                            text-align: center;
                            padding:10px 0;
                            border-top: none;
                            @include mediaQueryMin(992px){
                                &:nth-child(1){
                                    padding-left: 10px;
                                }
                                &:nth-child(2){
                                    /*padding-left: 10px;*/
                                }
                            }
                            &:first-of-type{
                                text-align: left;
                            }
                            a{
                                color:#3e3e3e;
                                text-decoration: none;
                                &:hover{
                                    color:#ed2224;
                                }
                            }
                            p{
                                margin-bottom: 0px;
                                i{
                                    padding-right: 6px;
                                }
                                &:nth-child(2){
                                    color:#908d8d;
                                }
                            }
                            &.btn-last{
                                a{
                                    padding:3px 10px;
                                    background-color:#6aac22 !important;
                                    display: block;
                                    margin: 0 auto;
                                    color:#fff;
                                    &.expired{
                                        background-color:#ddd !important;
                                        pointer-events: none;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
/* tuyển dụng trang khác */
.recruitment-diff{
    font-family: 'Open-Sans';
    .banner{
        background-repeat: no-repeat;
        background-size: cover;
        height: 645px;
        @include mediaQueryMax(1024px){
            height: 470px;
        }
        @include mediaQueryMax(768px){
            height: 360px;;
        }
        @include mediaQueryMax(480px){
            height: 200px;
        }
        @include mediaQueryMax(375px){
            height: 180px;
        }
        @include mediaQueryMax(375px){
            height: 150px;
        }

    }
    .content{
        margin:50px 0;
        .left{
            @include mediaQueryMin(992px){
                padding:0;
            }
            ul{
                padding-left: 0;
                li{
                    a{  
                        text-decoration: none;
                        display: block;
                        padding: 10px 13px;
                        background-color:#f1f1f1;
                        color:#3e3e3e;
                        margin-bottom:5px;
                        text-transform: uppercase;
                        font-size:13px;
                        &:hover{
                            background-color:#109752;
                            color:#fff;
                        }

                        @media (max-width:800px) and (min-width:768px){
                            /*padding: 12px 7px 8px;*/
                        }
                    }

                    &.current_page_item{
                        a{
                            background-color:#109752;
                            color:#fff; 
                        }
                    }
                }
            }
            .form{
                margin:20px 0;
                .input-group-addon{
                    padding:0 !important;
                    border:none;
                    button{
                        height: 34px;
                        width: 34px;
                        border-radius: initial;
                        padding:0 !important;
                        background-color: #109752;
                        border:none;
                    }
                }
                input{
                    border:1px solid #109752;
                    width: 200px;
                    @include mediaQueryMax(768px){
                        width: 180px;
                    }
                    @include mediaQueryMax(480px){
                        width: 100%;
                    }
                }
            }
            .info{
                border:1px solid #ed2224;
                h2{
                    margin: 0;
                    background-color:#ed2224;
                    color:#fff;
                    font-size: 20px;
                    padding:6px 10px;
                }
                p{
                    padding:0 10px;
                    color:#3e3e3e;
                    font-size: 12.5px;
                    &:nth-of-type(1){
                        padding-top: 10px;
                    }
                    span{
                        font-weight: bold;
                    }
                    a{
                        text-decoration: none;
                        &:hover{
                            color:#ed2224;
                        }
                    }
                }
            }
        }
        .right{
            color:#3e3e3e;
            @include mediaQueryMin(992px){
                padding-left: 50px;
            }
            @media (max-width:800px) and (min-width:768px){
                padding:0;
            }
            h1{
                font-size: 24px;
                color:#ed2224;
                font-weight: 700;
                text-transform: uppercase;
                i{padding-right: 8px;}
                @include mediaQueryMin(768px){
                    margin-top: 0;
                }
                @include mediaQueryMax(768px){
                    font-size: 20px;
                }
            }
            @include mediaQueryMax(480px){
                .table-responsive{
                    border:none;
                }
            }
            table{
                margin-top:20px;
                thead{
                    tr{
                        width:100%;
                        th{
                            text-align: left;
                            border-bottom:none;
                            &:nth-child(1){
                                width: 50%;
                                padding-left: 10px;
                            }
                            &:nth-child(2){
                                width: 16%;
                            }
                            &:nth-child(3){
                                width: 20%;
                            }
                            &:nth-child(4){
                                width: 15%;
                            }
                            @media (max-width:800px) and (min-width:768px){
                                &:nth-child(1){
                                    width: 40%;
                                }
                                &:nth-child(2){
                                    width: 22%;
                                }
                                &:nth-child(3){
                                    width: 25%;
                                } 
                                &:nth-child(4){
                                    width: 15%;
                                }
                            }
                            height: 30px;
                            line-height: 30px;
                            background-color:#109752;
                            color:#fff;
                            /*text-align: center;*/
                        }
                    }
                }
                tbody{
                    tr{
                        &:nth-child(1){
                            td{
                                border-top: none;
                            }
                        }
                        td{
                            /*text-align: center;*/
                            padding:10px 5px;
                            border-top: none;
                            @include mediaQueryMin(992px){
                                &:nth-child(1){
                                    padding-left: 10px;
                                }
                                &:nth-child(2){
                                    /*padding-left: 10px;*/
                                }
                            }
                            &:first-of-type{
                                text-align: left;
                            }
                            a{
                                color:#3e3e3e;
                                text-decoration: none;
                                &:hover{
                                    color:#ed2224;
                                }
                            }
                            p{
                                margin-bottom: 0px;
                                i{
                                    padding-right: 6px;
                                }
                                &:nth-child(2){
                                    color:#908d8d;
                                }
                            }
                            &.btn-last{
                                a{
                                    padding:3px 10px;
                                    background-color:#6aac22 !important;
                                    display: block;
                                    margin: 0 auto;
                                    color:#fff;
                                    &.expired{
                                        background-color:#ddd !important;
                                        pointer-events: none;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .the-content{
                h1,h2,h3,h4,h5,h6{
                    font-size: 18px;
                    font-weight: bold;
                }
                ul,ol{
                    padding-left: 0;
                    li{
                        line-height: 23px;
                    }
                }
                a{
                    display: inline-block;
                    text-decoration: none;
                    padding: 5px 10px;
                    background-color: #ed2224;
                    color: #fff;
                    &:hover{
                        opacity: 0.8;
                    }
                }
            }
        }
    }
}
/* style trang con tuyển dụng */
.singles-hr{
    font-family: 'Open-Sans';
    .content{
        margin:50px 0;
        .left{
            @include mediaQueryMin(992px){
                padding:0;
            }
            ul{
                padding-left: 0;
                li{
                    a{  
                        text-decoration: none;
                        display: block;
                        padding: 12px 13px;
                        background-color: #f1f1f1;
                        color: #3e3e3e;
                        margin-bottom: 5px;
                        text-transform: uppercase;
                        font-size: 13px;
                        &:hover{
                            background-color:#109752;
                            color:#fff;
                        }

                        @media (max-width:800px) and (min-width:768px){
                            /*padding: 12px 7px 8px;*/
                        }
                    }

                    &.current_page_item{
                        a{
                            background-color:#109752;
                            color:#fff; 
                        }
                    }
                }
            }
            .form{
                margin: 20px 0;
                .input-group-addon{
                    padding:0 !important;
                    border:none;
                    button{
                        height: 34px;
                        width: 34px;
                        border-radius: initial;
                        padding:0 !important;
                        background-color: #109752;
                        border:none;
                    }
                }
                input{
                    border:1px solid #109752;
                    width: 200px;
                    @include mediaQueryMax(768px){
                        width: 180px;
                    }
                    @include mediaQueryMax(480px){
                        width: 100%;
                    }
                }
            }
            .info{
                border:1px solid #109752;
                h2{
                    margin: 0;
                    background-color:#109752;
                    color:#fff;
                    font-size: 20px;
                    padding:6px 10px;
                }
                p{
                    padding:0 10px;
                    color:#3e3e3e;
                    font-size: 12.5px;
                    &:nth-of-type(1){
                        padding-top: 10px;
                    }
                    span{
                        font-weight: bold;
                    }
                    a{
                        text-decoration: none;
                        &:hover{
                            color:#109752;
                        }
                    }
                }
            }

        }
        .right{
            color:#3e3e3e;
            @include mediaQueryMin(992px){
                padding-left: 50px;
            }
            @media (max-width:800px) and (min-width:768px){
                padding:0;
            }
            .title{
                font-size: 24px;
                color:#ed2224;
                text-transform: uppercase;
                i{padding-right: 8px;}
                @include mediaQueryMin(768px){
                    margin-top: 0;
                }
                @include mediaQueryMax(768px){
                    font-size: 20px;
                }
            }
            @include mediaQueryMax(480px){
                .table-responsive{
                    border:none;
                }
            }
            table{
                margin-top:20px;
                thead{
                    tr{
                        width:100%;
                        th{
                            text-align: left;
                            border-bottom:none;
                            &:nth-child(1){
                                width: 50%;
                                padding-left: 10px;
                            }
                            &:nth-child(2){
                                width: 16%;
                            }
                            &:nth-child(3){
                                width: 20%;
                            }
                            &:nth-child(4){
                                width: 15%;
                            }
                            @media (max-width:800px) and (min-width:768px){
                                &:nth-child(1){
                                    width: 40%;
                                }
                                &:nth-child(2){
                                    width: 22%;
                                }
                                &:nth-child(3){
                                    width: 25%;
                                } 
                                &:nth-child(4){
                                    width: 15%;
                                }
                            }
                            height: 30px;
                            line-height: 30px;
                            background-color:#109752;
                            color:#fff;
                            /*text-align: center;*/
                        }
                    }
                }
                tbody{
                    tr{
                        &:nth-child(1){
                            td{
                                border-top: none;
                            }
                        }
                        td{
                            /*text-align: center;*/
                            padding:10px 5px;
                            border-top: none;
                            @include mediaQueryMin(992px){
                                &:nth-child(1){
                                    padding-left: 10px;
                                }
                                &:nth-child(2){
                                    /*padding-left: 10px;*/
                                }
                            }
                            &:first-of-type{
                                text-align: left;
                            }
                            a{
                                color:#3e3e3e;
                                text-decoration: none;
                                &:hover{
                                    color:#ed2224;
                                }
                            }
                            p{
                                margin-bottom: 0px;
                                i{
                                    padding-right: 6px;
                                }
                                &:nth-child(2){
                                    color:#908d8d;
                                }
                            }
                            &.btn-last{
                                a{
                                    padding:3px 10px;
                                    background-color:#6aac22 !important;
                                    display: block;
                                    margin: 0 auto;
                                    color:#fff;
                                    &.expired{
                                        background-color:#ddd !important;
                                        pointer-events: none;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .top{
                p{
                    color:#bebebe;
                    span{
                        padding-left: 20px;
                    }
                }
                h2{
                    font-size: 18px;
                    line-height: 23px;
                    font-weight: bold;
                    @include mediaQueryMax(768px){
                        font-size: 16px;
                    }
                }
            }
            .the-content{

                h1,h2,h3,h4,h5,h6{
                    font-size: 16px;
                    color:#3e3e3e;
                }
                p{
                    line-height: 20px;
                }
                ul,ol{
                    padding-left: 0;
                    li{
                        line-height: 20px;
                    }
                }
            }
            .form{
                border:1px solid #e3e3e3;
                padding:20px;
                max-width: 400px;
                margin: 30px auto;
                .file-upload{
                    margin-bottom: 10px;
                    color: #3e3e3e;
                    padding:0;
                    span{
                        display: none;
                    }
                    input.upload {
                        cursor: pointer;
                        &::-webkit-file-upload-button {
                            border: 1px solid #ed2224;
                            background-color: #ed2224;
                            color:#fff;
                            height:25px;
                            border-radius: 4px;
                            cursor: pointer;
                        }
                    }
                }
                h1{
                    text-align: center;
                }
                textarea{resize: none;}
                button{
                    display: block;
                    margin: 0 auto;
                    text-align:center;
                    border: none;
                    padding:5px 15px;
                    color: #fff;
                    text-transform: uppercase;
                    background-color:#ed2224;
                    &:hover{
                        opacity: 0.8;
                    }
                }
            }
            .hr-related{
                h2{
                    font-size: 18px;
                    font-weight: bold; 
                }
                ul{
                    padding-left: 0;
                    li{
                        a{
                            text-decoration: none;
                            &:hover{
                                color:#ed2224;
                            }
                        }
                    }
                }
            }
        }
    }
}
/* style trang home */
.main{
    font-family: 'Open-Sans';
    .banner{
        background-image: url('../images/bg-home.png');
        height: 470px;
        background-size: cover;
        background-repeat: no-repeat;
        @include mediaQueryMax(1024px){
            height: 360px;
        }
        @include mediaQueryMax(768px){
            height: 265px;;
        }
        @include mediaQueryMax(480px){
            height: 150px;
        }
        @include mediaQueryMax(375px){
            height: 130px;
        }
        @include mediaQueryMax(320px){
            height: 120px;
        }
    }
    .section1{
        margin:50px 0;
        .left{
            @include mediaQueryMin(992px){
                padding:0; 
            }
            h1{
                font-size: 25px;
                color:#ed2224;
                margin-bottom: 20px;
                text-transform: uppercase;
                font-weight: 600;
            }
            p{
                font-size: 14px;
                color:#3e3e3e;
                text-align: justify;
            }
        }
        .right{
            .swiper-container{
                .swiper-wrapper{
                    /*                    max-width: 360px;*/
                }
                /*.swiper-slide-prev{display: none;}*/
                .swiper-slide-next{
                    img{
                        border:3px solid #ed2224; 
                    }
                }
            }
        }
    }
    .section2{
        background-image: url('../images/home-section2-bg.png');
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;

        @include mediaQueryMax(768px){
            background-size: contain;
        }
        @include mediaQueryMax(375px){
            height: 650px; 
        }
        @include mediaQueryMax(320px){
            height: 700px; 
        }
        .right{
            @include mediaQueryMin(992px){
                padding:0; 
            }
            float:right;
            @include mediaQueryMax(768px){
                padding-top: 330px; 
            }
            @include mediaQueryMax(480px){
                padding-top: 200px; 
            }
            @include mediaQueryMax(375px){
                padding-top: 170px; 
            }
            @include mediaQueryMax(320px){
                padding-top: 150px; 
            }
            h1{
                font-size: 25px;
                color:#ed2224;
                margin-bottom: 20px;
                text-transform: uppercase;
                text-align: center;
                font-weight: 600;
                @include mediaQueryMax(480px){
                    font-size: 20px; 
                }
                @include mediaQueryMax(320px){
                    font-size: 17px; 
                }
            }
            p{
                font-size: 14px;
                color:#3e3e3e;
                text-align: justify;
            }
        }
    }
    .section3{
        padding:30px 0;
        background-image: url('../images/home-section3-bg1.png'),url('../images/home-section3-bg2.png');
        background-repeat: no-repeat, no-repeat;
        background-position: left -30px,right bottom;
        height:100%;
        h1{
            font-size: 25px;
            color:#ed2224;
            margin-bottom: 30px;
            text-transform: uppercase;
            text-align: center;
            font-weight: 600;
        }
        .list-item{
            padding:0;
            text-align:center;
            h2{
                text-align: center;
                background: #00aeef;
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
                padding: 10px 30px;
                display: inline-block;
                margin-top: 0;
                margin-bottom: 30px;
            }
            .item{
                float:left;
                width:106px;
                margin-bottom:20px;
                text-align:center;

                .image{
                    background-image: url('../images/home-section3-image.png');
                    background-repeat: no-repeat;
                    display: flex;
                    align-items: center;
                    height:120px;
                    margin-bottom:15px;
                    transition:all 1s ease-in-out;
                    position:relative;
                    img{
                        transition:all 1s ease-in-out;
                    }
                    /*                    &:hover{
                                            transition:all 1s ease-in-out;
                                            &:before{
                                                width: 13px;
                                                height: 13px;
                                                background-image: url('../images/home-section3-icon.png');
                                                animation: waterLeft 3s ease-in-out 1;
                                                content: "";
                                                position: absolute;
                                                transition:all 1s ease-in-out;
                                                top:96%;
                                                left:30px;
                                                @keyframes waterLeft{
                                                    0%{
                                                        top:0;
                                                        left:30px;
                                                    }
                                                    5%{
                                                        top:0;
                                                        left:25px;
                                                    }
                                                    10%{
                                                        left:20px;
                                                    }
                                                    15%{
                                                        left:17px;
                                                    }
                                                    20%{
                                                        left:14px;
                                                    }
                                                    25%{
                                                        left:10px;
                                                    }
                                                    30%{
                                                        left:6px;
                                                    }
                                                    40%{
                                                        left:4px;
                                                    }
                                                    50%{
                                                        left:2px;
                                                    }
                                                    60%{
                                                        left:0px;
                                                    }
                                                }
                                            }
                                            &:after{
                                                width: 13px;
                                                height: 13px;
                                                background-image: url('../images/home-section3-icon.png');
                                                background-size: cover;
                                                animation: waterRight 3s ease-in-out 1;
                                                content: "";
                                                position: absolute;
                                                transition:all 1s ease-in-out;
                                                top:96%;
                                                left:30px;
                                                @keyframes waterRight{
                                                    0%{
                                                        top:0;
                                                        left:30px;
                                                        transform :rotate(-18deg);
                                                    }
                                                    5%{
                                                        top:0;
                                                        left:35px;
                                                    }
                                                    10%{
                                                        left:40px;
                                                    }
                                                    15%{
                                                        left:45px;
                                                    }
                                                    20%{
                                                        left:50px;
                                                    }
                                                    25%{
                                                        left:55px;
                                                    }
                                                    30%{
                                                        left:60px;
                                                    }
                                                    40%{
                                                        left:65px;
                                                    }
                                                    50%{
                                                        left:70px;
                                                    }
                                                    60%{
                                                        left:75px;
                                                    }
                    
                                                }
                                            }
                                            img{
                                            }
                                        }*/
                }
                .text{
                    font-size:12px;
                    p{
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
    .section4{
        /*margin:30px 0;*/
        background-image: url('../images/home-section4-bg.png');
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        h1{
            font-size: 25px;
            color:#ed2224;
            margin-bottom: 100px;
            text-transform: uppercase;
            text-align: center;
            font-weight: 600;
        }
        .item-left{
            padding:0;
            position:relative;
            .image{
                &:nth-of-type(2){
                    padding-left: 30px;

                }
                &:nth-of-type(3){
                    position: absolute;
                    top: -4px;
                    left: 188px;

                }
            }
        }
        .item-right{
            padding:0;
            position:relative;
            .image{
                &:nth-of-type(1){
                    position: absolute;
                    top: -70px;
                }
                &:nth-of-type(2){
                    position: absolute;
                    top: 212px;
                    left: -58px;
                }
                &:nth-of-type(3){
                    position: absolute;
                    top: 235px;
                    left: 185px;
                    z-index: 2;
                }
                &:nth-of-type(4){
                    position: absolute;
                    top: 145px;
                    left: 295px;
                }
            }
        }
    }

    .section5{
        margin:30px 0;
        h1{
            font-size: 25px;
            color:#ed2224;
            margin-bottom: 30px;
            text-transform: uppercase;
            text-align: center;
            font-weight: 600;
        }
        .image{
            border: 1px solid #c2c2c2;
            padding: 5px;
            box-shadow: 0px 0px 1px 1px #d6d6d6;
            a{
                img{
                    transition: 0.6s all ease-in-out;
                    transform: scale(1);
                }
                &:hover{
                    img{
                        transform: scale(1.015);
                    } 
                }
            }

        }
        .item{
            @include mediaQueryMin(992px){
                padding:0;
                max-width: 430px;
                &:nth-of-type(2){
                    float: right;
                }
            }
            .text{
                h2{
                    font-size: 16px;
                    color:#ed2224;
                    text-transform: uppercase;
                    line-height: 22px;
                    font-weight: 600;
                    a{
                        text-decoration: none;
                        &:hover{
                            color:#ed2224;
                            opacity: 0.8;
                        }
                    }
                }
                p{
                    font-size: 14px;
                    color:#3e3e3e;
                    text-align: justify;
                }
            }
        }
    }
    .section6{
        background-image: url('../images/home-section6-bg.png');
        height: 575px;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        @include mediaQueryMax(480px){
            height: 850px;
            align-items: flex-start;
        }
        .left{
            @include mediaQueryMin(992px){
                padding:0;
            }
            h1{
                font-weight: 600;
                font-size: 25px;
                color:#ed2224;
                margin-bottom: 20px;
                text-transform: uppercase;
                text-align: center; 
            }
            p{
                font-size: 14px;
                color:#3e3e3e;
                text-align: justify;
            }
        }
        .right{
            position:relative;
            .image{

                &:nth-of-type(1){
                    position: absolute;
                    right:0;
                }
                &:nth-of-type(2){
                    position: absolute;
                    left: 80px;
                    top: -40px;
                }
                &:nth-of-type(3){
                    position: absolute;
                    left: 40px;
                    top:134px;
                }
                @include mediaQueryMax(480px){
                    &:nth-of-type(1){
                        right:10px;

                        top: 70px;
                    }
                    &:nth-of-type(2){
                        left: 60px;
                        top: 26px;
                    }
                    &:nth-of-type(3){
                        left: 20px;
                        top: 200px;
                    }
                }
            }
        }
    }
    .section7{
        margin:50px 0;
        min-height:410px;
        .left{
            padding:0;
            .image{
                &:nth-of-type(2){
                    position: absolute;
                    top: 120px;
                    left: 150px;
                    @include mediaQueryMax(375px){
                        left: 135px;
                    }
                    @include mediaQueryMax(320px){
                        left: 80px;
                    }
                }
            }
            @include mediaQueryMax(480px){
                height:420px;

            }
        }
        .right{
            @include mediaQueryMin(992px){
                padding:0;
            }

            h1{
                font-weight: 600;
                font-size: 25px;
                color:#ed2224;
                margin-bottom: 20px;
                text-transform: uppercase;
            }
            .text{
                padding:30px;

                &:before{
                    position: absolute;
                    width: 34px;
                    height: 30px;
                    background-image: url('../images/home-section7-icon.png');
                    content: "";
                    left:-30px;
                    top:60px;
                    transform: rotate(180deg);
                    @include mediaQueryMax(768px){
                        left:10px;
                    }
                } 
                &:after{
                    position: absolute;
                    width: 34px;
                    height: 30px;
                    background-image: url('../images/home-section7-icon.png');
                    content: "";
                    right:0;
                    bottom:0;
                    @include mediaQueryMax(768px){
                        right:10px;
                    }
                }
                p{
                    font-size: 14px;
                    color:#3e3e3e;
                    text-align: justify;
                }
            }
        }
    }
    .section8{

        h1{
            font-weight: 600;
            font-size: 25px;
            color:#ed2224;
            margin:35px 0;
            text-transform: uppercase;
            text-align: center;
        }
        background-image: url('../images/home-section8-bg.png');
        height: 544px;
        background-size: cover;
        background-repeat: no-repeat;
        @include mediaQueryMax(480px){
            height: 100%;
        }
        .list-item{
            @include mediaQueryMin(992px){
                padding: 0;
            }
            .item{
                @include mediaQueryMax(480px){
                    margin-bottom: 20px;
                }
                .image{
                    img{

                    }
                }
                .text{
                    h2{
                        font-size: 14px;
                        font-weight: 600;
                        color:#ed2224;
                        height: 45px;
                        overflow: hidden;
                        text-transform: uppercase;
                        @include mediaQueryMax(768px){
                            height: 43px;
                        }
                        a{
                            text-decoration: none;
                            &:hover{
                                color:#ed2224;
                                opacity: 0.8;
                            }
                        }
                    }
                    p{
                        font-size: 13px;
                        height: 92px;
                        overflow: hidden;
                        color:#3e3e3e;
                        text-align: justify;
                    }
                    a.readmore{
                        text-decoration: none;
                        display: block;
                        background-color: #ed1c24;
                        text-align: center;
                        color:#fff;
                        text-transform: uppercase;
                        padding: 6px 10px 2px;
                        &:hover{
                            opacity: 0.8;
                        }
                    }
                }
            }
            .swiper-button-next{
                background-image: url('../images/home-section8-icon.png');
                background-size: 24px 40px;
            }
            .swiper-button-prev{
                background-image: url('../images/home-section8-icon.png');
                background-size: 24px 40px;
                transform: rotate(180deg);
            }
        }
    }
    .section9{
        ul{
            display: flex;
            margin: 10px;
            align-items: center;
            justify-content: center;
            align-content: center;
            @include mediaQueryMax(480px){
                display:inline-block;
            }
            li{
                @include mediaQueryMax(480px){
                    /*width: 100%;*/
                    margin-bottom: 10px;
                }
                p{
                    margin-bottom: 0;
                    font-size: 12px;
                    color: #3e3e3e;
                    padding: 0 10px;
                }
                i{
                    font-size: 40px;
                    color:#ed2224;
                    @include mediaQueryMax(320px){
                        /*width: 100%;*/
                        font-size: 28px;
                    }
                }
                input{
                    width: 350px;
                    font-size: 13px;
                    color:#3e3e3e;
                    @include mediaQueryMax(768px){
                        width: 300px;
                    }
                    @include mediaQueryMax(480px){
                        width: 280px;
                    }
                }
                button{
                    border:none;
                    color:#fff;
                    background-color:#ed2224;
                    &:hover{
                        opacity: 0.8;
                    }
                }
            }
        }
    }
}
/* style trang hệ thống phân phối */
.distributor{
    font-family: 'Open-Sans';
    padding:50px 0;
    background-image:url('../images/htpp-bg.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    .left{
        @include mediaQueryMin(992px){
            padding:0;
        }
        @include mediaQueryMax(480px){
            padding-bottom: 30px;
        }
        h1{
            font-weight: 700;
            font-size: 25px;
            color:#ed2224;
            margin-bottom: 20px;
            text-transform: uppercase;
            /*text-align: center;*/ 
            i{
                padding-right:8px;
            }
        }
        .form{
            .input-group{
                width:100%;
                margin-bottom:20px;
                .text{
                    width: 130px !important;
                    color:#fff;
                    background-color:#ed2224;
                    border:1px solid #ed2224 !important;
                }
                select{
                    border:1px solid #ed2224;
                    color:#3e3e3e;
                }
            }
        }
        .bottom{
            border-top:1px solid #999999;
            margin-top:50px;
            .item{
                padding-top:10px;
                h2{
                    font-size: 18px;
                    color:#ed2224;
                    margin-bottom: 20px;
                }
                ul{
                    padding-left: 0;
                    li{
                        h3{
                            font-size: 16px;
                            color:#3e3e3e;
                            font-weight: 600;
                            a{
                                text-decoration: none;
                                color:#3e3e3e;

                            }
                        }
                        p{  color:#3e3e3e;
                            a{
                                text-decoration: none;
                                color:#ed2224;

                            }
                        }
                    }
                }
            }
        }
    }
    .right{
        .distributor-map{
            height:350px;
            width:100%;
            @include mediaQueryMin(1280px){
                width:600px;
                height: 600px;
            }
        }
    }
}
/* style sản phẩm dịch vụ */
.product-service{
    font-family: 'Open-Sans';
    margin:50px 0;
    h1{
        font-size: 24px;
        color:#ed2224;
        text-transform: uppercase;
        i{padding-right: 8px;}
        @include mediaQueryMin(768px){
            margin-top: 0;
        }
    }
    .the-content{
        color:#3e3e3e;
        img{
            width: 100%;
            height: auto;
        }
    }
}
/* Style trang dự án */
.project{
    font-family: 'Open-Sans';
    margin:50px 0;
    h1{
        font-size: 24px;
        color:#ed2224;
        text-transform: uppercase;
        font-weight: 700;
        i{padding-right: 8px;}
        margin-bottom: 50px;
        @include mediaQueryMin(768px){
            margin-top: 0;
        }
        text-align: center;
    }
    ul{
        padding-left: 0;
        li{
            margin-bottom:20px;
            &:nth-of-type(3n+1){
                clear: both;
            }
            .image{
                img{
                    @include mediaQueryMin(768px){
                        max-height: 215px;
                    } 
                }
            }
            .text{
                h2{
                    font-size:16px;
                    text-transform:uppercase;
                    color:#ed2224;
                    a{
                        text-decoration: none;
                        color:#ed2224;
                        &:hover{
                            opacity: 0.8;
                        } 
                    } 
                    @include mediaQueryMin(992px){
                        height: 43px;
                        padding: 5px;
                        overflow: hidden;
                    }
                    @include mediaQueryMin(768px){
                        height: 40px;
                        padding: 5px;
                        overflow: hidden;
                    }
                }
                p{
                    font-size: 14px;
                    color:#3e3e3e;
                    text-align: justify;
                    @include mediaQueryMin(768px){
                        height: 100px;
                        overflow: hidden;
                    }
                }
            }
        }
    }
}
/* Style trang con dự án dự án */
.single-projects{

    font-family: 'Open-Sans';
    margin:50px 0;
    h1{
        font-size: 24px;
        color:#ed2224;
        text-transform: uppercase;
        font-weight: 700;
        i{padding-right: 8px;}
        margin-bottom: 50px;
        @include mediaQueryMin(768px){
            margin-top: 0;
        }
        text-align: center;
    }
    .the-content{
        color:#3e3e3e;
        img{
            width: 100%;
            height: auto;
        }
    }
    ul{
        padding-left: 0;
        padding-top:20px;
        li{
            margin-bottom: 10px;
        }
    }
}
/* style trang tìm kiếm */
.tim-kiem{
    font-family: 'Open-Sans';
    margin: 30px 0;
    .top{
        border-bottom:1px solid #cccccc;
        padding-bottom:20px;
        margin-bottom:20px;
        p{
            color:#3e3e3e;
        }
        span{
            font-weight: bold;
        }
        ul{
            display: flex;
            align-items: center;
            height:30px;
            li{
                i{
                    font-size: 24px;
                    color:#ed2224;
                }
                input{
                    border:1px solid #ed2224;
                    height:30px;
                }
                button{
                    border:1px solid #ed2224;
                    height:30px;
                    background-color:#ed2224;
                    color:#fff;
                    line-height: 1;
                }
            }
        }
    }
    .product{
        border-bottom:1px solid #cccccc;
        padding-bottom:20px;
        h3{
            font-size: 18px;
            color:#ed2224;
            font-weight: 600;
            padding-bottom: 10px;
        }
        ul{
            color:#3e3e3e;
            padding-left:0;
            li{
                margin-bottom:20px;
                &:nth-of-type(4n+1){
                    clear: both;
                }
                .image{

                }
                .text{
                    padding-top: 10px;
                    text-align:center;
                    p{
                        color:#3e3e3e;
                        a{
                            text-decoration: none;
                            &:hover{
                                color:#ed2224;
                            }
                        }
                    }
                }
            }
        }
        p{
            color:#3e3e3e;
        }
    }
    .news{
        padding-top:10px;
        h3{
            font-size: 18px;
            color:#ed2224;
            font-weight: 600;
            padding-bottom: 10px;
        }
        ul{
            color:#3e3e3e;
            padding-left:0;
            li{
                margin-bottom:15px;
                .image{
                }
                .text{
                    padding-top: 10px;
                    h4{
                        color:#3e3e3e;
                        font-size:14px;
                        font-weight:bold;
                        a{
                            text-decoration: none;
                            &:hover{
                                color:#ed2224;
                            }
                        }
                    }
                    p{
                        color:#3e3e3e;
                        font-size:14px;
                    }
                }
            }
        }
    }
}
/* Style trang giới thiệu */
.gioi-thieu{
    font-family: 'Open-Sans';
    padding:50px 0;
    background-image:url("../images/gioi-thieu-bg.png");
    background-size:cover;
    background-repeat:no-repeat;
    min-height:600px;
    h1{
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        line-height:60px;
        @include mediaQueryMax(768px){
            font-size: 36px;
            line-height: 45px;
        }
        @include mediaQueryMax(480px){
            font-size: 32px;
            line-height: 40px;
        }
        span{
            &:nth-of-type(1){color:#b5997b;
                             text-shadow: 1px 1px 1px #886444;
            }
            &:nth-of-type(2){color:#9c7853;  text-shadow: 1px 1px 1px #6d4524;}
        }
    }
    .text{
        .the-content{
            p{
                color:#3e3e3e;
                text-align: justify;
            }
        }
    }
}


/* style sản phẩm she */
.san-pham{
    padding:50px 0;
    background-image: url("../images/san-pham-bg.png");
    background-size:cover;
    background-repeat:no-repeat;
    min-height:600px;
    h1{
        font-size: 24px;
        color:#ed2224;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin-top: 0;
    }
    .list-item{
        padding-left: 0;
        .item{
            margin-top:30px;
            @include mediaQueryMin(768px){
                &:nth-of-type(3n+1){
                    clear: both;
                }
            }
            @include mediaQueryMax(480px){
                margin-top:40px;
            }
            .image{
                width: 100%;
                height: 194px;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                @include mediaQueryMin(768px){
                    /*                    max-width: 300px;
                                        max-height: 200px;*/
                }
                @include mediaQueryMax(480px){
                    display: inline-block;
                }
            }
            .text{
                .heading{
                    font-size: 15px;
                    text-align: center;
                    color:#ed2224;
                    text-transform: uppercase;
                    font-weight: 700;
                    height:41px;
                    overflow: hidden;
                    line-height:1.4;
                    @include mediaQueryMax(480px){
                        height:auto;
                    }
                    a{
                        text-decoration: none;
                        &:hover{
                            color:#109752;
                        }
                    }
                    margin: 20px 0;
                }
                .exceprt{
                    font-size: 13px;
                    color:#3e3e3e;
                    text-align: justify;
                    @include mediaQueryMin(768px){
                        height: 76px;
                        overflow: hidden;
                    }
                }
                .readmore{
                    display: block;
                    background: #109752;
                    color: #fff;
                    text-transform: uppercase;
                    i{
                        padding-left: 6px;
                    }
                    &:hover{
                        opacity: 0.8;
                    }
                }
            }
        }
    }
}

/* style trang home */
.main-she{
    .section1{
        .swiper-slide{

            @include mediaQueryMin(1920px){
                height: 719px;
            }
            @include mediaQueryMin(2560px){
                height: 972px;
            }
            @include mediaQueryMin(1124px){
                background-size: 100% 100%;
            }
            @include mediaQueryMin(768px){
                margin-top: 130px;
            }
            height:508px;
            background-size:cover;
            &.swiper-slide-scale{
                @include mediaQueryMax(1024px){
                    margin-top: 45px;
                }
            }
            @include mediaQueryMax(1024px){
                height:450px;
            }
            @include mediaQueryMax(768px){
                height:350px;
            }
            @include mediaQueryMax(480px){
                height:200px;
                margin-top: 70px;
            }
            @include mediaQueryMax(375px){
                height:170px;
            }
            @include mediaQueryMax(375px){
                height:150px;
            }
        }
    }
    .section2{
        @include mediaQueryMin(1124px){
            margin-top: 150px;
        }

        .heading{
            font-size: 24px;
            color:#ed2224;
            text-transform: uppercase;
            font-weight: 700;
            margin: 30px 0;
            text-align: center;
        }
        .left{
            .image{
                padding-bottom: 20px;
                text-align: center;
                @include mediaQueryMax(768px){
                    padding-bottom: 10px;
                    padding-top:0;
                }
                img{

                }
            }
            .text{
                p{
                    text-align: justify;
                    color:#3e3e3e;
                    font-size: 14px;
                }
            }
        }
        .right{
            padding-top:20px;
            img{

            }
        }
    }
    .section3{
        @include mediaQueryMin(1124px){
            margin-top: 110px;
        }
        @include mediaQueryMax(480px){
            margin-top: 20px;
        }
        .heading{
            font-size: 24px;
            color:#ed2224;
            text-transform: uppercase;
            font-weight: 700;
            margin: 30px 0;
            text-align: center;
        }
       
        .list-item{
            padding-left: 0;
            margin-bottom:40px;
            .item{
                padding: 0 10px;
                @include mediaQueryMin(768px){
                    &:nth-of-type(3n+1){
                        clear: both;
                    }
                }
                @include mediaQueryMax(480px){
                    margin-bottom:30px;
                    padding: 0 15px;
                }
                .image{
                    width: 100%;
                    height: 194px;
                    overflow: hidden;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    @include mediaQueryMin(768px){
                        /*                    max-width: 300px;
                                            max-height: 200px;*/
                    }
                    @include mediaQueryMax(480px){
                        display: inline-block;
                    }
                }
                .text{
                    .heading{
                        font-size: 15px;
                        text-align: center;
                        color:#ed2224;
                        text-transform: uppercase;
                        font-weight: 700;
                        height:41px;
                        line-height:1.4;
                        overflow: hidden;
                        @include mediaQueryMax(480px){
                            height: auto;
                        }
                        a{
                            text-decoration: none;
                            &:hover{
                                color:#109752;
                            }
                        }
                        margin: 20px 0;
                    }
                    .exceprt{
                        font-size: 13px;
                        color:#3e3e3e;
                        text-align: justify;
                        @include mediaQueryMin(768px){
                            height: 75px;
                            overflow: hidden;
                        }
                    }
                    .readmore{
                        display: block;
                        background: #109752;
                        color: #fff;
                        text-transform: uppercase;
                        i{
                            padding-left: 6px;
                        }
                        &:hover{
                            opacity: 0.8;
                        }
                    }
                }
            }
        }
        .swiper-pagination-bullet-active{
            background-color:#109752;
        }
    }
    .section4{
        @include mediaQueryMin(1124px){
            margin-top: 110px;
        }
        padding-bottom:50px;
        .heading{
            font-size: 24px;
            color:#ed2224;
            text-transform: uppercase;
            font-weight: 700;
            margin: 30px 0;
            text-align: center;
        }
        .nav-tabs{
            border-bottom: none;
            max-width: 400px;
            border: 1px solid #ed2224;
            margin: 0 auto;
            margin-bottom: 30px;
            color: #3e3e3e;
            @include mediaQueryMax(480px){
                border: none;
            }
            li{
                margin-bottom:0;
                text-align: center;
                @include mediaQueryMin(768px){
                    margin: 0 20px;
                }
                @include mediaQueryMax(480px){
                    margin: 0 20px;
                }
                @include mediaQueryMax(375px){
                    margin: 0 15px;
                }
                @include mediaQueryMax(320px){
                    margin: 0 5px;
                }
                &:last-of-type{
                    a{
                        &:after{
                            width: 0px;
                            height: 0px;
                        } 
                    }
                }
                &.active{
                    a{
                        color: #ed2224;
                        cursor: default;
                        background-color: inherit;
                        border: none;
                    }
                }
                a{
                    margin:0;
                    border: none;
                    &:after{
                        position: absolute;
                        width: 5px;
                        height: 5px;
                        border-radius: 5px;
                        content: "";
                        background-color: #ed2224;
                        bottom: 18px;
                        margin-left: 30px;
                        @include mediaQueryMax(320px){
                            margin-left: 15px; 
                        }
                    }
                }
                &:hover{
                    a{
                        color: #ed2224;
                        cursor: auto;
                        background-color: inherit;
                        border: none;
                    }
                }
            }
        }
        .tab-content{
            .list-item{
                .left{
                    padding: 0;
                    height: 320px;
                    @include mediaQueryMax(768px){
                        height: 280px;
                    }
                    @include mediaQueryMax(480px){
                        margin-bottom: 20px;
                    }
                    a{
                        &:hover{opacity: 0.8;}
                        img{
                            @include mediaQueryMin(992px){
                                height: 320px;
                            }
                            @include mediaQueryMax(768px){
                                height: 280px;
                            }
                            @include mediaQueryMax(480px){
                                height: auto;
                            }
                        }
                        h2{
                            margin:0;
                            position: absolute;
                            bottom: 0px;
                            background-color: rgba(17,110,73,.7);
                            padding: 15px 25px 15px 20px;
                            font-size: 18px;
                            text-transform: uppercase;
                            color:#fff;
                            width: 100%;
                            i{
                                position: absolute;
                                right: 20px;
                                top: 50%;
                                transform: translateY(-50%);
                            }
                            @include mediaQueryMax(480px){
                                bottom: inherit;
                            }
                        }
                    }
                }
                .right{
                    max-height: 320px;
                    @include mediaQueryMax(768px){
                        height: 280px;
                    }
                    @include mediaQueryMax(480px){
                        padding: 0px;
                    }
                    padding-right:0;
                    li{
                        height: 155px;
                        @include mediaQueryMax(768px){
                            height: 135px;
                            margin-bottom: 10px;
                            width: 49%;
                        }
                        @include mediaQueryMax(480px){
                            margin-bottom: 10px;
                            width: 49%;
                        }
                        width: 50%;
                        float:left;
                        margin-bottom: 10px;
                        &:nth-of-type(even){
                            float:right;
                        }
                        @include mediaQueryMin(992px){
                            width: 223px;
                        }
                        a{
                            &:hover{opacity: 0.8;}
                            text-decoration: none;
                            img{height:155px;
                                @include mediaQueryMin(992px){
                                    width: 223px;
                                }
                                @include mediaQueryMax(768px){
                                    height: 135px;
                                }
                            }
                            .text{
                                margin:0;
                                position: relative;
                                bottom: 56px;
                                background-color: rgba(1,1,1,0.6);
                                width: 100%;
                                height: 56px;
                                line-height: 14px;
                                h2{
                                    margin-top: 0;
                                    height: 47px;
                                    overflow: hidden;
                                    font-size: 12px;
                                    text-transform: uppercase;
                                    color:#fff;
                                    padding: 10px 20px;
                                    i{
                                        position: absolute;
                                        right: 10px;
                                        top: 50%;
                                        transform: translateY(-50%);
                                    }
                                }
                            }
                        }

                    }
                }
            }
        }
    }
}