html{
    position: relative;
    min-height: 100%;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
body{
    font-family: 'Rubik', sans-serif;
    margin-bottom: 104.8px;
}
a:hover{
    text-decoration: none;
}
.pttrn{
    display: none;
}
body.home .pttrn{
    display: block;
    padding: 9px;
    background-image: url(../../images/header-ptrn.png);
    background-repeat: repeat-x;
    background-position: left center;
}
header#header .inner-header{
    border-bottom: 1px solid #e5e5e5;
}
.container{
    max-width: 1280px;
}
.navbar-expand-lg{
    padding-top: 0;
    padding-bottom: 0;
}
.nav-item{
    display: flex;
    align-items: center;
    text-align: center;
}
.navbar-brand img{
    display: block;
    max-width: 170px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 1.5rem 1rem;
    color: #6d6e71;
    font-size: .85rem;
}

.navbar-expand-lg .navbar-nav .nav-item{
    border-left: 1px solid #e5e5e5;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child{
    border-left: transparent;
}
.navbar-nav{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    
}
#hero{
    overflow: hidden;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#f31a24;
}
.navbar-expand-lg .navbar-nav .nav-link.contact{
    color: #f31a24;
}
footer#footer{
    padding: 1.5em 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #dbdbdb;
}
.brand-footer{
    max-width: 100%;
    display: block;
}
.footer-menu{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    align-items: center;
}

.footer-menu > li > a{
    color: #908f8f;
    padding: 5px;
}

p.copyright{
    
    color: #909090;
    text-align: right;
    
    margin-bottom: 0;
}
.footer-menu > li > a, p.copyright{
    font-size: .8rem;
}


/* HOME */
.bx-wrapper{
    box-shadow: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
}
.bx-controls .bx-pager{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 15px;
    width: 100%;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
}
.bx-wrapper .bx-pager{
    text-align: left;
}
.benefit-item .bx-wrapper .bx-pager{
    text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background-color: #FFFFFF;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background: transparent;
    border: 1px solid #FFFFFF;
}
.slide-item .text{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 5;
}
.slide-item .text .slide-title{
    font-size: 1.9rem;
    color:#FFFFFF;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
    font-weight: 400;
    text-transform: uppercase;
}
.slide-item .text p{
    font-size: 1.2rem;
    margin-bottom: 0;
    color:#FFFFFF;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
}
@media(max-width: 768px){
    /* .slide-item .text *{
        font-size: 1.6rem;
        line-height: 1.8rem;
    } */
    .slide-item .text .slide-title{
        font-size: 1.7rem;
    }
    .slide-item .text p{
        font-size: 1rem;
    }
}
.slide-item img{
    width: 100%;
    height: 465px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#about.section{
    color: #FFFFFF;
    padding: 2em 0;
    background-size: cover;
    background-position: center center;
}
#about .title{
    font-size: 1.3rem;
}
#about .subtitle{
    font-size: 1rem;
}

#product.section{
    padding:3em 0;
    background-color: #f0f0f0;
}

.product-item{
    margin-bottom: 2em;
}

.product-item .thumb{
    display: block;
    position: relative;
}
#product.section .product-item .thumb img{
    display: block;
    width: 100%;
    object-fit: cover;
}
#gallery .product-item .thumb img{
    display: block;
    width: 178px;
    height: 178px;
    object-fit: cover;
}

@media(max-width: 768px){
  #gallery  .product-item .thumb img{
    width: 100%;
    max-height: 80px;
    }

}
.product-item .thumb > span{
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 86, 179, 0.6);
    visibility: hidden;
    transition: all .3s ease-in-out;
    
}
.product-item .thumb:hover > span{
    visibility: visible;
    opacity: 1;
}
.product-item .text{
    background-color: #FFFFFF;
    padding: 1.5em;
    min-height: 190px;
    border-bottom: 1px solid #e5e5e5;
}
.product-item .text .title{
    display: block;
    color: #000000;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.1em;
    text-transform: uppercase;
}
.product-item .text p{
    font-size: .9rem;
    font-weight: 400;
    color: #85878c;
}
.product-item .more{
    display: flex;
    align-items: center;
    padding: 1em 1.5em;
    font-size: .8rem;
    font-weight: 400;
    background-color: #FFFFFF;
    color: #85878c;

}

.product-item .more:hover{
    color: #f31a24;
}

.product-item .more i{
    font-size: 10px;
    margin-left: 10px;
}

#featured{
    padding: 3em 0;
    background-color: #113b8a;
    background-position: center right;
    background-repeat: no-repeat;
    color:#FFFFFF; 
    position: relative;
}
#featured > div{
    position:relative;
    z-index: 5;
}
@media(max-width: 768px){
    #featured::before{
        content: "";
        background-color: rgba(17,59, 138, 0.75);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }
}

#featured .title{
    color:#faaf3f;
    font-size: 1.785rem;
    text-transform: uppercase;
}
#featured .subtitle{
    text-transform: uppercase;
    font-size: 1.475rem;
    margin-bottom: 1em;
}
#featured .text{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5em;
}
#featured .more{
    display: block;
    font-size: .9rem;
    color:#faaf3f;
}

#featured .container{
    max-width: 980px;
}

#ctaAction{
    padding: 3em 0;
    text-align: center;
}

#ctaAction .text{
    font-size: 1.1rem;
    margin-bottom: 1.2em;
}
#ctaAction .title{
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1.2em;
}

#ctaAction .link{
    font-size: 1.2em;
    color: #f31a24;
    border-bottom: 1px solid #f31a24;
}

/* PRODUCT PAGE */
#page{
    padding: 2.5em 0;
}

#page .heading{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
}

#page .heading .title{
    color: #23446c;
    font-size:1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

#page .heading .subtitle{
    font-weight: 300;
    margin-top: 2em;
    font-size: 1.1rem;
    font-weight: 300;
}
#benefit{
    margin-top: 7em;
    padding: 1.5em 0;
}

#benefit .benefit-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:#f0f0f0;
}
.benefit-item.reverse{
    flex-direction: row-reverse;
}
#benefit .benefit-item > *{
    width: 50%;
}

#benefit .benefit-item .thumb img{
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    max-height: 480px;
}

#benefit .benefit-item .text{
    padding: 0 15em 0 5em;
    text-align: right;
}
#benefit .benefit-item.reverse .text{
    padding: 0 5em 0 15em;
}
#benefit .benefit-item .text .title{
    font-size: 1.275rem;
    color: #23446c;
    font-weight: bold;
    margin-bottom: 1em;
}
#benefit .benefit-item .desc{
    font-size: 1.1rem;
    line-height: 1.675em;
}

@media(max-width: 768px){
    #benefit .benefit-item .thumb img{
        max-height: 300px;
        /* background-size: contain; */
        background-position: center center;
    }   

    #benefit .benefit-item.reverse .text, #benefit .benefit-item .text{
        text-align: center;
    }
    #benefit .benefit-item .text .title, #benefit .benefit-item .desc{
        font-size: 1rem;
        
    }
    
}
article#content.content-area *{
    color :#212529;
}
#content.content-area{
    margin-top:2.5em;
    margin-bottom: 2.5em;
}
#content.content-area  .container{
    max-width: 880px;
    margin: 0 auto;
}
#content.content-area img{
    display: block;
    margin: 0 auto;
}
#content.content-area >  *{
    color: #808080;
}
#gallery .container{
    max-width: 980px;
}
#gallery .owl-carousel .owl-nav button.owl-prev
{
    position: absolute;
    top: 50%;
    left: -50px;
    color: #908f8f;
}
#gallery  .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -50px;
    color: #908f8f;
}

#gallery .owl-carousel .owl-nav button.owl-next.disable,
#gallery .owl-carousel .owl-nav button.owl-prev.disable{
    color: #f0f0f0;
}

#gallery  .owl-carousel .owl-nav i{
    font-size: 24px;
}

#ctaAction.page{
    color:#FFFFFF;
    background-color:#23446c;
}

#ctaAction.page .link{
    text-decoration: none;
    border:1px solid #FFFFFF;
    padding: .525em .975em;
    color: #FFFFFF;
    border-radius: 10px;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.contact-form .title{
    color:#23446c;
    text-transform: uppercase;
    font-weight: 400;
}

.contact-form .btn{
    background-color:#23446c;
    color:#FFFFFF;
}

#addressContact{
    text-align: center;
}

#addressContact h3{
    font-size: 1.275rem;
}

#addressContact h3 + div{
    margin-bottom: .8em;
}
#addressContact div{
    font-size: .95rem;
}
img{
    max-width: 100%;
}
#toggleNav{
    display: none;
}

.brand-footer img{
    max-width: 250px;
}
div.cta-action{
    position:relative;
}
.cta-productLogo{
    max-width: 250px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#ctaAction.page .text{
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.kenburns{
    animation: kenburns 20s infinite;
    -webkit-animation: kenburns 20s infinite;
}
@keyframes kenburns {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 2, 2);
        opacity: 0;
    }
}

.bx-wrapper .bx-controls-direction a{
    text-indent: unset;
    background: none;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transform: translateY(-50%);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
.bx-wrapper .bx-controls-direction a:hover{
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
}


.bgFeature{
    background-size:contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: -3em;
    margin-bottom: -3em;
}

.featuredPic{
    max-width: 220px;
}




@media(max-width : 1200px)  {
    body{
        margin-bottom: 82px;
    } 
    #featured{
        padding: 2em 0;
    }
    #featured .container, 
    #about .container{
        max-width: 968px;
    }
    .bgFeature{
        background-size: contain;
        margin-bottom: -2em;
      
    }
    #ctaAction.page{
        padding: 1em 0;
    }
    .product-item .text{
        min-height: 235px;
    }
    .cta-productLogo,
    .brand-footer img{
        max-width: 220px;
    }
    .footer-menu > li > a, p.copyright{
        font-size: 10px;
    }

}

@media(max-width: 860px){
    .bx-wrapper .bx-controls-direction{
        display: none !important;
    }
    .featuredPic{
        margin: 0 auto;
    }
    #featured{
        text-align: center;
    }
    #featured .text{
        max-width: 580px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .bgFeature{
        margin-top: 0;
        min-height: 320px;
    }
    body{
        margin-bottom: 0;
    }
    footer#footer{
        position: static;
    }
}

/* RESPONSIVE */
@media(max-width: 960px){
    #toggleNav{
        display: block;
        font-size: 22px;
        color:#6d6e71;
    }
    .cta-productLogo{
        float: none;
        margin: 0 auto;
        position: static;
    }
    body{
        margin-bottom: 0;
    }
    footer#footer{
        position: static;
    }
    #featured{
        background-position:bottom;
    }

    #featured .col-md-6.my-auto{
        margin-bottom: 1.5em !important;
    }
    header#header .inner-header {
        position: fixed;
        width: 100%;
        top: 0;
        background-color: #FFF;
        z-index: 999999;
    }
     .navbar-nav{
        position: fixed;
        height: 100%;
        width: 260px;
        right: 0;
        top: 75px;
        z-index: 999999;
        background-color:#FFFFFF;
        transform: translateX(280px);
        -webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
   -moz-transition: all 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
     -o-transition: all 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
        transition: all 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
    }
    header#header.active  .navbar-nav{
        transform: translateX(0);
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 1.2rem .80rem;
        display: block;

    }
    .footer-menu{
        flex-direction: column;
    }
    .brand-footer{
        text-align: center;
    }
    p.copyright{
        text-align: center;
    }
    #page{
        padding-top: 5em;
    }
    .navbar-brand img{
        padding: 10px 15px; 
        padding-left: 0;
    }
    #benefit{
        margin-top: 3em;
    }
    .benefit-item.reverse,
    .benefit-item{
        flex-direction: column;
    }
    #benefit .benefit-item.reverse .text,
    #benefit .benefit-item .text{
        padding: 1.5em 1em;
    }
    #benefit .benefit-item > *{
        width: 100%;
    }

    #addressContact .col-md-4{
        margin-bottom: 2em;
    }

    #about .title{
        font-size: 1.1rem;
    }
    #about .subtitle{
        font-size: .85rem;
    }
    #about p{
        font-size: .85rem;
        margin-bottom: 0;
    }
}
@media(max-width:640px){
    .bgFeature{
        margin-top: 2em;
    }
    
}

.career-item{
    padding: 15px;
    background-color:#f0f0f0;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: space-between;
}
.career-item .title{
    font-size: 18px;
}

.career-item .more{
    color:#f31a23;
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 400;
}

.career-item .more i{
    font-size: 10px;
    margin-left: 10px;
}

#page.careerPage .heading .title, #page.careerPage .heading .subtitle{
    text-align: left;
}
#page.careerPage.apply .heading .subtitle, #page.careerPage.apply .heading .title{
    text-align: center;
}
#page.careerPage .heading .subtitle, #page.careerPage.apply .heading .subtitle{
    margin-top: 0;
}
.bodyCareer{
    background-color:#f0f0f0;
    padding:3em;
}

.btn-apply{
    background-color:#23446c;
    border-color:#23446c;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.btn-apply:hover, 
.btn-apply:focus, 
.btn-apply:active{
    background-color:#1c395c !important;
    outline: none !important;
}

#page.careerPage .more{
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color:#23446c; 
}

#page.careerPage .more i{
    font-size: 10px;
    margin-right: 10px;
}


.uploadWrapper{
    position:relative;
    overflow:hidden;
  
}

.formInput{
    position:relative;
    overflow:hidden;
    max-width:380px;
    width:100%;
    margin:0 auto;
    cursor: pointer;
}
.inputFile{
    position:absolute;
    z-index:5;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    cursor:pointer;
}
#page.careerPage form p{
    font-size: .8rem;
}
#page.careerPage form input, 
#page.careerPage form select,
#page.careerPage form textarea{
    font-size: .85rem;
}

.btn-apply:disabled{
    background-color:#23446c;
    border-color:#23446c;
}
#page.careerPage form .btn-warning{
    background-color:#df4128;
    border-color:#df4128;
    color:#FFF;
    border-radius: 20px;
}
.langChoose{
    position: absolute;
    display: flex;
    align-items: center;
    right: -64px;
    padding-right: 15px;
}

.langChoose img{
    margin-right: 5px;
    display: block;
    /* padding: 5px; */
    border: 1px solid rgba(0,0,0,.5);
}

@media(max-width: 768px){
    .langChoose{
        position: static !important;
        right: 0;
        margin-left: auto;
    }
    .btn-apply{
        display: block;
        margin-bottom: 20px;
    }
    #page.careerPage .mr-4.pl-3{
        display: block;
    }
}



