@font-face {
    font-family: myFirstFont;
    src: url(\assets\css\public\default\fonts\fontawesome-webfont.woff);
}

body{
    background-color: white;    
    font-family: 'PT Sans', sans-serif;
}

h1, h2, h3, h4{
    font-family: "Roboto";
}

.container{
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;    
    padding: 0px 15px;
}
.header .upper{
    background: #FF0000;
    padding: 10px 85px;
}
.header .upper .container{
    overflow: hidden;
}
.header .upper .container > div{
    width: calc(100%/3);
    float: left;
    text-align: center;
}
.header .upper .container > div.social{
    float: right;
}
.header .upper .container > div#google_translate_element{
    text-align: right;
}
.header .upper .container .social ul{
    list-style: none;
    overflow: hidden;    
    margin-bottom: 0px;
}
.header .upper .container .social ul li{
    width: 31px;
    height: 31px;
    float: right;    
    margin-right: 20px;
}
.header .upper .container .social ul li a{
    border: 1px solid #2F2C2C;
    width: 30px;
    padding: 3px 5px;
    border-radius: 22px;
    display: block;
    color: #2F2C2C;
    font-size: 16px;
}
.header .upper .container .text-above .whatsapp{
    position: relative;    
    display: block;
    height: 30px;
}
.header .upper .container .text-above .whatsapp{
    text-align: left;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}
.header .upper .container .text-above .whatsapp .whatsapp-icon{
    width: 170px;
    display: block;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header .upper .container .text-above .whatsapp .whatsapp-icon strong{
    line-height: 30px;
    position: absolute;
    left: 40px;
    color: #2e2a2b;
}
.header .upper .container .text-above .whatsapp .whatsapp-icon:before{
    content: '';
    background: url(../default/img/whatsapp.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
}

.header .middle{
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
    background: #ffffff;
    overflow: hidden;
}
.header .middle .container{
    position: relative;
}
.header .middle .container div{    
    width: 80%;
    float: left;    
    margin-bottom: 10px;
}
.header .middle div.logo{
    width: 20%;
}
.header .middle div.logo img{
    width: 100%;
    max-width: 200px;;
}

.header div.info{
    float: none;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.header div.info ul{
    list-style: none;
    overflow: hidden;    
    margin-bottom: 0px;
}
.header div.info ul li{
    width: calc(100%/5);
    float: left;
    text-align: left;
    padding-left: 50px;   
    color: black;    
    position: relative;
    letter-spacing: 0.7px;
}
.header div.info ul li a{
    color: black;
    display: block;
}
.header div.info ul li p{
    margin-bottom: 0px;
}
.header div.info ul li i.icon-phone,
.header div.info ul li i.icon-time{
    padding: 5px 7px;
}
.header div.info ul li i{
    position: absolute;
    left: 0;
    top: 0px;
    border: 1px dotted #FF0000;
    padding: 5px;
    border-radius: 30px;
}
.header div.info ul li i:before{
    font-size: 26px;
    color: #FF0000;
}

.header .header-menu{
    background-color: #F6F6F6;
}
.header .header-menu .container{
    position: relative;
    padding: 10px 10px;
}
.header .header-menu .navbar-nav{
    display: block;
    margin-bottom: 0px;
    float: left;
}
.header .header-menu .navbar-nav li{
    padding-top: 0px;
}
.header .header-menu .navbar-nav li a{
    padding: 10px;    
    color: #858585;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.6s ease-in-out 0s;
    font-family: 'Raleway', sans-serif;
}
.header .header-menu .navbar-nav li.active a{
    color: #FF0000;
}
.header .header-menu .navbar-nav li a:hover,
.header .header-menu .navbar-nav li a:focus{
    transition: all 0.6s ease-in-out 0s;
    color: #FF0000;
    background: transparent;
}
.header .header-menu .download{
    display: block;
    float: right;
    position: relative;
    top: 0px;
    right: 10px;
}
.header .header-menu .download ul{
    list-style: none;
}
.header .header-menu .download li{
    float: right;   
    width: 45%;
    max-width: 175px;    
    text-align: center;
}
.header .header-menu .download li:last-child{
    margin-top: 4px;
    margin-right: 10px;
}
.header .header-menu .download li:first-child{
    background: #7ec13a;
    padding: 10px;
}
.header .header-menu .download a{
    color: white;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out 0s;
}
.header .header-menu .download a:hover,
.header .header-menu .download a:focus{
    text-decoration: none;
    transition: all 0.6s ease-in-out 0s;
    background: #6ea932;
}


.footer-container{
    margin-top: 20px;
}
.footer-container .footer{
    background: black;
    height: auto;
    padding-bottom: 30px;
}
.footer-container .copyright{
    background: #2F2C2C;
    height: auto;
    text-align: center;
    padding: 20px 0px;
    color: white;
}
.footer-container .footer .container > .row{    
    width: calc(100%/3);
    float: left;
    text-align: left;
    margin: 0px;
}
.footer-container .footer .container > .row h3{    
    border-left: 3px solid #FF0000;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
.footer-container .footer .container > .row.contact{    
    float: right;
}
.footer-container .footer .container > .row.contact ul{    
    list-style: none;
    padding: 0px;
}
.footer-container .footer .container > .row.contact ul li{    
    margin-bottom: 15px;
}
.footer-container .footer .container > .row.contact ul li i{    
    color: #FF0000;
    margin-right: 30px;
}
.footer-container .footer .container > .row.contact ul li i:before{    
    font-size: 17px;
}



/*homepage*/

h1{
    font-family: 'Lobster', cursive;
}
h2{
    font-size: 20px;
    font-weight: 700;
}
.homepage h4{
    font-family: 'PT Sans', sans-serif;
}

.homepage .slider img{
    width: 100%;
    height: 100%;
}
.homepage .why{
    overflow: hidden;
    background-color: rgb(238, 238, 238);    
    padding-top: 40px;
    padding-bottom: 40px;
}
.homepage .why .side{
    float: left;    
    margin-top: 20px;
    width: 50%;
    font-family: "Roboto";
}
.homepage .why .side ul{
    list-style: none;
    overflow: hidden;
}
.homepage .why .side ul li{
    float: left;
    width: 50%;
    margin-bottom: 20px;    
    padding: 0px 5px;
}
.homepage .why .side ul li:nth-child(2n+1){
    clear: left;
}
.homepage .why .side ul li .icon{
    background-color: rgb(141, 216, 66);
    width: 63px;
    height: 63px;
    position: relative;
    border-radius: 50px;
    transition: 0.8s;
    transform-style: preserve-3d;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.homepage .why .side ul li:hover .icon{
    transform: rotate3d(0, 45, 0, 360deg);
}
.homepage .why .side ul li .icon img{
    width: 100%;    
    padding: 10px;
    transition: 0.4s;
}
.homepage .why .side ul li .icon .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.homepage .why .side ul li .icon .fa:before{
    font-size: 35px;
    color: white;
}



.homepage .products .container .title{
    margin-top: 30px;
    margin-bottom: 30px;
}
.homepage .products .container .title h2{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.homepage .products .container .title h2:before{
    content: '';
    
    position: absolute;
    left: 0px;
    width: 178px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: -200px;
}
.homepage .products .container .title h2:after{
    content: '';
   
    position: absolute;
    right: -200px;
    width: 178px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.homepage .products .container{
    overflow: hidden;    
    padding: 30px 0px;
    text-align: center;
}
.homepage .products .container > a{
    background: rgba(141, 216, 66, 0.6);
    color: white;
    padding: 5px 15px;
    text-align: center;
    display: block;
    clear: both;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}
.homepage .products .container .gkImage{
    width: calc(100% / 4);
    float: left;    
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 2em;
    padding-top: 2em;
    position: relative;
    overflow: hidden;
}
.homepage .products .container .gkImage:nth-child(5n+1){
    clear: left;
}

.homepage .products .container .gkImage .image{
    width: 100%;
    min-height: 230px;
    height: auto;
    margin: 0 auto;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
}
.homepage .products .container .gkImage:hover .image{
    background-size: 100%;
}
.homepage .products .container .gkImage:hover{
        box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.13);
}
.homepage .products .container .gkImage > a{
    position: absolute;
    top: -100px;
    transition: all .6s ease-out;
    left: 50%;
    transform: translate(-50% , -50%);
}
.homepage .products .container .gkImage > a:hover{
    text-decoration: none;
}
.homepage .products .container .gkImage:hover > a{
    transform: translate(-50% , -50%);
    top: 50%;
}
.homepage .products .container .gkImage > a .button{
    background-color: rgb(246, 53, 53);
    color: rgb(255, 255, 255);
    width: 120px;
    padding: 8px 10px;
    text-align: center;
    border-radius: 7px;    
    font-size: 1em !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.homepage .products .container .gkImage .text{
    text-align: center;
}
.homepage .products .container .gkImage .text h4{
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
}
.homepage .products .container .gkImage .text .prod-price span{
    color: #a59a00;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
}
.homepage .products .container .gkImage .text .prod-price span.old{
    color: #777777;
}




.homepage .testimonial .container .gkImage{
    width: calc(100% / 4);
    float: left;    
    position: relative;
    overflow: hidden;    
    padding: 10px;
    text-align: center;
}
.homepage .testimonial .container .gkImage:nth-child(5n+1){
    clear: left;
}
.homepage .testimonial .gkImage .image{
    position: relative;
    max-width: 225px;
    margin: 0 auto;    
    padding-top: 30px;
}
.homepage .testimonial .gkImage .image > a > div{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.homepage .testimonial .gkImage .image img{
    width: 100%;
}
.homepage .testimonial .gkImage .image:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #FF0000 transparent transparent transparent;
    position: absolute;    
    left: 0;    
    top: 0;
}
.homepage .testimonial .gkImage .image:after{
    content: '';
    background: url(../default/img/homepage/tandapetik.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}

.homepage .testimonial .gkImage .text{
    max-width: 225px;
    margin: 0 auto;    
    padding-top: 10px;
}
.homepage .testimonial .gkImage .text p{
    width: 220px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.menu h1{
    margin-top: 0px;
}
.back-home.animsition .side{
    float: left;
    padding: 15px;
    width: 50%;    
    margin-bottom: 20px;
}
.back-home.animsition .side p{
    text-align: justify;
}
.back-home.animsition .side .image{
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: block;    
    margin-top: 20px;
    margin-bottom: 20px;
}
.back-home.animsition .side .points{
    margin-top: 20px;
}
.back-home.animsition .side .points i{
    float: left;
    width: 67px;
    max-width: 67px;    
    color: rgb(141, 216, 66);
}
.back-home.animsition .side .points i:before{
    font-size: 35px;
}
.back-home.animsition .side .points h2{
    float: left;
    width: 85%;    
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 35px;
    margin-bottom: 0px;
}
.back-home.animsition .side .points p{
    width: 100%;
    text-align: justify;
    clear: left;
    display: block;
    padding-top: 10px;
    padding-left: 67px;
}


.ourproduct .ourproduct-container .container h1{
    text-align: center;    
    margin-top: 40px;
}
.ourproduct .ourproduct-container .container .sidebar-category{
    margin-top: 30px;
}
.ourproduct .ourproduct-container .container .sidebar-category ul{
    list-style: none;
    overflow: hidden;
}
.ourproduct .ourproduct-container .container .sidebar-category ul li{
    float: left;
    margin-right: 20px;
}
.ourproduct .ourproduct-container .container .sidebar-category ul li a{
    background: #FF0000;
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    color: white;
    font-size: 17px;
}
.ourproduct .ourproduct-container .container .sidebar-category ul li a:hover{
    text-decoration: none;    
    background: #FF0000;
}

.ourproduct .ourproduct-container .container .main .toolbar .pagination a{
    color: #858585;
}
.ourproduct .ourproduct-container .container .main .toolbar .pagination .active a{
    background-color: #FF0000;
    border-color: #FF0000;
    color: white;
}
.ourproduct .ourproduct-container .container .main .toolbar .pagination .fa{
    color: #FF0000;
}
.ourproduct .ourproduct-container .container .main .items{
    overflow: hidden;
    margin-top: 20px;
}
.ourproduct .ourproduct-container .container .main .items .item{
    width: calc(100% / 4);
    float: left;    
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 2em;
    padding-top: 2em;
    position: relative;
    overflow: hidden;
}
.ourproduct .ourproduct-container .container .main .items .item:nth-child(4n+1){
    clear: left;
}

.ourproduct .ourproduct-container .container .main .items .item .image{
    width: 100%;
    min-height: 230px;
    height: auto;
    margin: 0 auto;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
}
.ourproduct .ourproduct-container .container .main .items .item:hover .image{
    background-size: 100%;
}
.ourproduct .ourproduct-container .container .main .items .item:hover{
        box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.13);
}
.ourproduct .ourproduct-container .container .main .items .item > a{
    position: absolute;
    top: -100px;
    transition: all .6s ease-out;
    left: 50%;
    transform: translate(-50% , -50%);
}
.ourproduct .ourproduct-container .container .main .items .item > a:hover{
    text-decoration: none;
}
.ourproduct .ourproduct-container .container .main .items .item:hover > a{
    transform: translate(-50% , -50%);
    top: 50%;
}
.ourproduct .ourproduct-container .container .main .items .item > a .button{
    background-color: rgb(246, 53, 53);
    color: rgb(255, 255, 255);
    width: 120px;
    padding: 8px 10px;
    text-align: center;
    border-radius: 7px;    
    font-size: 1em !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.ourproduct .ourproduct-container .container .main .items .item .text{
    text-align: center;
}
.ourproduct .ourproduct-container .container .main .items .item .text h4{
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
}
.ourproduct .ourproduct-container .container .main .items .item .text .prod-price span{
    color: #a59a00;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
}
.ourproduct .ourproduct-container .container .main .items .item .text .prod-price span.old{
    color: #777777;
}


.ourproduct .ourproduct-container .container .main .search #form_add > button,
.viewall a{
    background: rgba(246, 53, 53, 0.6);
    color: white;
    padding: 5px 15px;
    text-align: center;
    display: block;
    clear: both;
    max-width: 100px;
    /* margin: 0 auto; */
    margin-top: 10px;
    border: 0px;
}



.detailproduct{
    position: relative;
}
.detailproduct .back{
    clear: both;
}
.detailproduct .side{
    text-align: right;
}
.detailproduct .side.detail{
    text-align: justify;
    padding-left: 0px;
    position: absolute;
    right: 0px;
    top: 40%;
    transform: translateY(-40%);
    padding-left: 0px;
}
.detailproduct .side.detail h1{
    text-align: left;
}
.detailproduct .side img{
    width: 100%;
    max-width: 400px;
}





.faq .page-header,
.howto .page-header{
    text-align: center;
}
.faq .item{
    overflow: hidden;
    margin-bottom: 30px;
}
.faq .item .text{
    float: left;
    width: 50%;
}
.faq .item .text:nth-child(2n+1){
    clear: left;
}

.howto .big-image img{
    width: 100%;    
    margin-bottom: 20px;
}
.howto .item{
    text-align: justify;
}

.contact-us .page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    margin-bottom: 30px;
}



@media only screen and (max-width: 600px) {
    .contact-us .content2{
        margin: auto;
        width: 100%;    
        padding: 20px;
    }
}
@media only screen and (min-width: 600px) {
    .contact-us .content2{
        margin: auto;
        width: 50%;    
        padding: 20px;
    }
}

.contact-us .content2 form ul{
    list-style: none;
}
.contact-us .content2 form select,
.contact-us .content2 form input,
.contact-us .content2 form textarea{
    width: 100%;
    height: 3em;
    line-height: 3em;
    margin-bottom: 15px;
    padding: 0 1em;
}
.contact-us .content2 form select:focus,
.contact-us .content2 form input:focus,
.contact-us .content2 form textarea:focus{
    box-shadow: 0 0 5px rgb(141, 216, 66);
    border: 1px solid rgb(141, 216, 66);
}
.contact-us .content2 form textarea{
    min-height: 120px;
}
.contact-us .content2 #button{
    margin-top: 5px;
    color: #fff;
    background: #FF0000;
    border-color: #FF0000;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 165px;
    width: 100%;
    border-radius: 0px;
}
.contact-us .content2 #button:hover{
    background: black;
    border-color: black;
}

.contact-us .content2 .boxes{
    float: left;
    width: 50%;    
    padding: 0px 15px;    
    text-align: center;
}
.contact-us .content2 .boxes.headoffice{
    padding-left: 0px
}
.contact-us .content2 .boxes:nth-child(3n+1){
    clear: left;
    padding-left: 0px
}
.contact-us .content2 .boxes:nth-child(2n+1){
    padding-right: 0px
}
.contact-us .content2 .box{
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px 10px;
}
.contact-us .content2 .box i{
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
}
.contact-us .content2 .box p{
    margin-bottom: 0px;
}
.contact-us .content2 .boxes:hover .box{
    background: #FF0000;
    color: white;
}







.contact-us .content{
    float: left;
    width: 50%;    
    padding: 20px;
}
.contact-us .content form ul{
    list-style: none;
}
.contact-us .content form input,
.contact-us .content form textarea{
    width: 100%;
    height: 3em;
    line-height: 3em;
    margin-bottom: 15px;
    padding: 0 1em;
}
.contact-us .content form input:focus,
.contact-us .content form textarea:focus{
    box-shadow: 0 0 5px rgb(141, 216, 66);
    border: 1px solid rgb(141, 216, 66);
}
.contact-us .content form textarea{
    min-height: 120px;
}
.contact-us .content #button{
    margin-top: 5px;
    color: #fff;
    background: #FF0000;
    border-color: #FF0000;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 165px;
    width: 100%;
    border-radius: 0px;
}
.contact-us .content #button:hover{
    background: black;
    border-color: black;
}

.contact-us .content .boxes{
    float: left;
    width: 50%;    
    padding: 0px 15px;    
    text-align: center;
}
.contact-us .content .boxes.headoffice{
    padding-left: 0px
}
.contact-us .content .boxes:nth-child(3n+1){
    clear: left;
    padding-left: 0px
}
.contact-us .content .boxes:nth-child(2n+1){
    padding-right: 0px
}
.contact-us .content .box{
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px 10px;
}
.contact-us .content .box i{
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
}
.contact-us .content .box p{
    margin-bottom: 0px;
}
.contact-us .content .boxes:hover .box{
    background: #FF0000;
    color: white;
}
.contact-us #map{
    width: 100%;
}



.news .content .item{
    clear: both;    
    overflow: hidden;
    margin-bottom: 20px;
}
.news .content .item .news-desc{
    overflow: hidden;
    margin-top: 10px;
}
.news .content .item .news-desc img{
    width: 30%;
    float: left;
}
.news .content .item .news-desc p{
    width: 70%;
    float: left;    
    padding-left: 30px;
    text-align: justify;
}
.news .content .item .viewall{
    display: block;
    float: left;
    padding-left: 30px;
}

.news .content .news-container .news-items{
    background: transparent;
    border: 0px;
    box-shadow: none;
}
.mobile-menu {
    display: none;
}
.header .logo-mobile {
    display: none;
}
.header-menu .info {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .prod-price > span{
        display: block;
    }
}
@media only screen and (max-width: 1190px) {
    .header .middle .container div{
        width: 75%;
    }
    .header div.info ul li p,
    .header div.info ul li a{
        font-size: 12px;
    }
    .header .header-menu .download{
        width: 100%;
        right: 0px;
        padding: 0px 10px;    
        margin-top: 10px;
    }
    .header .header-menu .download ul{
        overflow: hidden;   
    }
    .header .header-menu .download li:last-child{
        width: 100%;
        max-width: 100%;
        margin: 0px; 
    }
    .header .header-menu .download li:first-child{
        position: absolute;
        right: 10px;
        top: -52px;
    }
}
@media only screen and (max-width: 1023px) {
    .header .upper {
        padding: 5px 10px;
    }
    .header .middle .container div{
        width: 100%;
        float: none;
        position: relative;
        top: 0px;
        transform: none;    
        max-width: 100%;
    }
    .header .middle .container div.logo{
        text-align: center;    
        margin-bottom: 20px;
    }
    .header .header-menu .navbar-nav{
        float: none;
    }
    .header .header-menu .download{
        display: block;
        float: none;
        position: relative;
        top: 0px;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
        left: 0;
    }
    .header .header-menu .download{
        padding: 0px;
    }
    .header .header-menu .download li:first-child {
        position: relative;
        right: 10px;
        top: 0px;    
        padding: 7px;
    }

    /*header revisi*/
    .header .header-menu .download li:first-child {
        padding: 9px 5px;
        width: 120px;
        font-size: 11px;
    }


    .header .header-menu .download li:last-child{
        width: 75%;
        max-width: 100%;
        float: left;
        margin: 0px;    
        margin-top: 3px;
    }



    .homepage .products .container .gkImage {
        width: calc(100% / 2);
    }
    .back-home.animsition .profile.container .side {
        width: 100%;
    }
    .back-home.animsition .side img{
        width: 100%;
    }
    .ourproduct .ourproduct-container .container .main .items .item {
        width: calc(100% / 2);
    }
    .ourproduct .ourproduct-container .container .sidebar-category ul li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .news .content .item .viewall {
        padding-left: 0px;
        padding-top: 20px;
    }
    .news .content .news-container .news-items.well .item .news-desc p,
    .news .content .news-container .news-items.well .item .news-desc img{
        width: 100%;
    }
    .news .content .news-container .news-items.well .item .news-desc img{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .header .upper .container > div {
        width: 50%;
    }
    .header .middle .container  > .logo,
    .header .middle .container  > .info{
        display: none;
    }
    .container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .mobile-menu {
        margin-bottom: 10px;
        color: black;
        position: absolute;
        top: 95px;
        left: 0px;
        display: block;
        width: 100%;
        margin-top: 10px;
        padding-left: 20px;
        z-index: 9999;
    }
    .mobile-menu .mobile-menu-container .icon-list-ul{
        position: relative;
        float: left;
    }
    .mobile-menu .mobile-menu-container > span{
        position: relative;
        float: left;
        margin-left: 10px;
        font-size: 18px;
        line-height: 32px;
        color: #797979;
    }
    .mobile-menu .mobile-menu-container .icon-list-ul:before{
        font-size: 30px;
        color: #858585;
    }
    .mobile-menu.active .mobile-menu-container .icon-list-ul:before{
        color: #FF0000;
    }
    .header .header-menu .info {
        position: relative;
        top: initial;
        right: initial;
        top: initial;
        transform: none;
        margin-top: 15px;
        padding: 0px 10px;    
        max-width: 100%;
    }

/*header revisi*/
    .header .header-menu .info {
        margin-top: 60px;
    }


    .header .header-menu .info.active{
        margin-top: 5px;
    }
    .header-menu .info {
        display: block;
    }
    .header .logo-mobile {
        display: block;
        width: 160px;
        max-width: 160px;
        position: relative;    
        margin: 0 auto;
    }
    .header .logo-mobile img{
        width: 100%;
    }
    .header .header-menu .download{
        position: relative;
        top: 0;
        right: 0;
        margin-top: 54px;
        left: initial;
    }
/*header revisi*/
    .header .header-menu .download{
        position: absolute;
       top: 50px;
    }

    .header .header-menu .download li:last-child{
        width: 100%;
        max-width: 152px;
        float: left;
        margin-top: 0px;
        right: 0px;
    }

/*header revisi*/
    .header .header-menu .download li:last-child{
        float: right;
        width: 120px;
        margin-right: 18px;
    }


    .header .header-menu .navbar-nav {
        margin: 0px;    
        margin-top: 60px;
        display: none;
    }
    .header .header-menu.active .navbar-nav {
        display: block;
    }
    .header .header-menu .navbar-nav li{
        padding-top: 0px;
        margin: 0px;
        text-align: center;    
        width: 100%;
    }
    .homepage .testimonial h3{
        text-align: center;
    }
    .homepage .testimonial .container .gkImage {
        width: calc(100% / 2);
    }
    .homepage .testimonial .container .gkImage:nth-child(3n+1){
        clear: left;
    }
    .contact-us .content {
        width: 100%;
    }
}

@media only screen and (max-width: 639px) {
    .header div.info ul li,
    .footer-container .footer .container > .row{
        width: 100%;    
        margin-bottom: 5px;
    }
    .bx-wrapper {
        margin-bottom: 0px;
    }
    .homepage .why{
        padding: 0px;
    }
    .homepage .why h1{
        text-align: center;
    }
    .back-home.animsition .side {
        float: none;
        padding: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .homepage .why .side ul li {
        float: none;
        width: 100%;
    }
    .homepage .why .side ul li:nth-child(2n+1) {
        clear: both;
    }
    .back-home.animsition .side .points h2 {
        width: 73%;
    }
    .news .content .item .news-desc img {
        width: 100%;
        float: left;
    }
    .news .content .item .news-desc p {
        width: 100%;
        float: none;
        padding-left: 0px;
    }
    .detailproduct .side.detail{
        position: relative;
        right: 0px;
        top: initial;
        transform: none;
    }
}

@media only screen and (max-width: 479px) {
    .homepage .homepage-container .slider .bx-wrapper .bx-viewport {
        min-height: 80px !important;
    }    
    .homepage .homepage-container .slider .bx-wrapper a{
        display: block;
    }
    .homepage .homepage-container .slider .bx-wrapper a span{
        display: block;
        width: 100%;
        height: auto;
    }
    .homepage .products .container .gkImage {
        width: 100%;
    }
    .homepage .testimonial .container .gkImage {
        width: calc(100%);
    }
    .homepage .testimonial .container .gkImage:nth-child(2n+1){
        clear: both;
    }

    .ourproduct .ourproduct-container .container .main .items .item {
        width: 100%;
    }
    .faq .item .text {
        width: 100%;
    }
    .header .upper .container .text-above .whatsapp {
        font-size: 12px;
    }
    .header .upper .container {
        overflow: hidden;
        padding: 0px;
    }
}
@media only screen and (max-width: 380px) {
    .header .upper .container .text-above .whatsapp {
        font-size: 9px;
    }
    .mobile-menu .mobile-menu-container > span{
        font-size: 16px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 350px) {
    .mobile-menu .mobile-menu-container > span{
        display: none;
    }
}