@charset "utf-8";

/* CSS Document */

@media screen and (min-width:990px) {

*{

    box-sizing: border-box;

}   

body{

    margin: 0px;

    background: #FFF;

}

html {

    scroll-behavior: smooth;

}



.menu-mobile{

     display:none;

}

#menumob{

     display:none;

}



.header_atas{

    float: left;

    width: 100%;

    padding-top: 10px;

    background: #FFF;

}



.menu_atas{

    float: left;

    width: 100%;

    background: #FFF;

    padding-bottom: 10px;

}

.menu_atas .logo{

    float: left;

    width: 20%;

    transition: all 0.2s ease; 

    -webkit-transition: all 0.2s ease;

}

.menu_atas .logo img{

    width: 100%;

    max-width: 90px;

}

.menu_atas .call{

    float: right;
    margin-left: 20px;
    margin-top: 13px;

    transition: all 0.2s ease; 

    -webkit-transition: all 0.2s ease;

    font-family: 'Source Sans Pro';

    font-weight: normal;

}

.menu_atas .call a{

    float: right;

    padding: 10px;

    padding-left: 15px;

    padding-right: 15px;

    border-radius: 5px;

    color: #FFF;

    font-size: 14px;

    background: #739b44;

    transition: all 0.2s ease; 

    -webkit-transition: all 0.2s ease;

    margin-top: 15px;

}

.menu_atas .call a:hover{

    background: #000;

}



#navbar {

}

.sticky {

    position: fixed;

    top: 0;

    width: 100%;

    background: #FFF;

    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);

    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);

    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);

    color: #000;

    z-index: 5;

}

.sticky + .content {

    padding-top: 60px;

}

.sticky .logo{

    margin-top: 10px;

}

.sticky #cssmenu {

    margin-top: 46px;

}

.sticky .call {

    margin-top: 23px;

}



#cssmenu {

    float: right;

    font-family: 'Source Sans Pro';

    text-align: center;

    margin-top: 36px;

}

#cssmenu a {

    margin: 15px;

    padding: 5px;

    font-size: 17px;

    font-weight: bold;

    text-decoration: none;

    color: #3b571a;

    transition: all 0.3s ease 0s; 

    -webkit-transition: all 0.3s ease 0s;

}

#cssmenu a:hover,

#cssmenu a.active{

    color: #b3b3b3;

}



.info_home{

    float: left;

    width: 100%;

    position: relative;

    z-index: 1;

    margin-top: -70px;

}

.info_home .area{

    float: left;

    width: 100%;

    padding: 20px;

    background: #3b571a;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

}

.info_home .area .side{

    float: left;

    width: 25%;

    height: 100px;

    padding-left: 20px;

    padding-right: 20px;

    overflow: hidden;

    text-align: center;

    color: #FFF;

    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(185,205,161,0.5);

    -moz-box-shadow: inset -2px 0px 0px 0px rgba(185,205,161,0.5);

    box-shadow: inset -2px 0px 0px 0px rgba(185,205,161,0.5);

}

.info_home .area .side:nth-last-child(1){

    float: left;

    width: 25%;

    height: 100px;

    padding-left: 20px;

    padding-right: 20px;

    overflow: hidden;

    text-align: center;

    color: #FFF;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}

.info_home .area .side .name{

    float: left;

    width: 100%;

    overflow: hidden;

    text-align: center;

    color: #FFF;

    font-size: 15px;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    transition: all 0.3s ease 0s; 

    -webkit-transition: all 0.3s ease 0s;

}

.info_home .area .side:hover .name{

    color: #d9d9d9;

}

.info_home .area .side .ico{

    float: left;

    width: 100%;

    height: 50px;

    overflow: hidden;

    text-align: center;

    margin-bottom: 10px;

}

.info_home .area .side .ico img{

    width: 100%;

    height: 100%;

}



.info_home_more{

    float: left;

    width: 100%;

    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;

}

.info_home_more .area{

    float: left;

    width: 100%;

    padding: 20px;

    background: #3b571a;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

}

.info_home_more .area .side{

    float: left;

    width: 25%;

    height: 100px;

    padding-left: 20px;

    padding-right: 20px;

    overflow: hidden;

    text-align: center;

    color: #FFF;

    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(185,205,161,0.5);

    -moz-box-shadow: inset -2px 0px 0px 0px rgba(185,205,161,0.5);

    box-shadow: inset -2px 0px 0px 0px rgba(185,205,161,0.5);

}

.info_home_more .area .side:nth-last-child(1){

    float: left;

    width: 25%;

    height: 100px;

    padding-left: 20px;

    padding-right: 20px;

    overflow: hidden;

    text-align: center;

    color: #FFF;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}

.info_home_more .area .side .name{

    float: left;

    width: 100%;

    overflow: hidden;

    text-align: center;

    color: #FFF;

    font-size: 15px;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    transition: all 0.3s ease 0s; 

    -webkit-transition: all 0.3s ease 0s;

}

.info_home_more .area .side:hover .name{

    color: #d9d9d9;

}

.info_home_more .area .side .ico{

    float: left;

    width: 100%;

    height: 50px;

    overflow: hidden;

    text-align: center;

    margin-bottom: 10px;

}

.info_home_more .area .side .ico img{

    width: 100%;

    height: 100%;

}



.about_home{

    float: left;

    width: 100%;

    padding-top: 120px;

    padding-bottom: 40px;

    background: #f9fafb;

}

.about_home .side{

    float: left;

    width: 50%;

}

.about_home .side:nth-last-child(odd){

    float: right;

    width: 50%;

}

.about_home .side .pic{

    float: left;

    width: 85%;

    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);

    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);

    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);

}

.about_home .side .pic img{

    width: 100%;

}

.about_home .side .title{

    float: left;

    width: 100%;

    margin-bottom: 20px;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    color: #3b571a;

    font-size: 45px;

    line-height: 1.1em;

}

.about_home .side .text{

    float: left;

    width: 100%;

    margin-bottom: 30px;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    color: #585858;

    font-size: 17px;

    line-height: 1.6em;

}

.about_home .side .more{

    float: left;

    padding: 14px;

    padding-left: 30px;

    padding-right: 30px;

    border-radius: 3px;

    color: #FFF;

    font-size: 15px;

    font-weight: 600;

    background: #739b44;

    font-family: 'Source Sans Pro';

    transition: all 0.2s ease; 

    -webkit-transition: all 0.2s ease;

}

.about_home .side .more i{

    float: right;

    font-size: 12px;

    margin-left: 12px;

    margin-top: 4px;

}

.about_home .side .more:hover {

    background-color: #000 !important;

    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);

}



.berita_home{

    float: left;

    width: 100%;

    background: #f4f6f1;

    padding-top: 40px;

    padding-bottom: 40px;

}

.berita_home .title{

    float: left;

    width: 100%;

    font-family: 'Source Sans Pro';

    color: #3b571a;

    font-size: 45px;

    margin-bottom: 10px;

    text-align: center;

    font-weight: bold;

    position: relative;

}

.berita_home .subtitle{

    float: left;

    width: 100%;

    margin-bottom: 50px;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #585858;

    font-size: 17px;

    text-align: center;

    line-height: 1.4em;

}

.berita_home .all{

    position: absolute;

    right: 0;

    top: 25px;

    font-family: 'Source Sans Pro';

    color: #3b571a;

    font-size: 16px;

    font-weight: 600;

}

.berita_home .all:hover{

    color: #585858;

}

.berita_home .slide{

    float: left;

    width: 100%;

    margin-bottom: 50px;

}

.berita_home .box{

    float: left;

    width: 100%;

    height: 520px;

    background: #FFF;

    overflow: hidden;

    transition: 0.2s all ease-out;

    position: relative;

}

.berita_home .box .label{

    position: absolute;

    left: 20px;

    top: 20px;

    padding: 7px;

    padding-left: 15px;

    padding-right: 15px;

    border-radius: 3px;

    background: #739b44;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #FFF;

    font-size: 13px;

}

.berita_home .box .pic{

    float: left;

    width: 100%;

    height: 330px;

    overflow: hidden;

    background: #000;

    position: relative;

}

.berita_home .box .pic img{

    width: 100%;

    height: 100%;

    transition: transform .5s;

}

.berita_home .box:hover .pic img{

    transform: scale(1.05);

}

.berita_home .box .desc{

    float: left;

    width: 100%;

    padding: 7.5%;

    overflow: hidden;

}

.berita_home .box .desc .title_berita{

    float: left;

    width: 100%;

    height: 65px;

    overflow: hidden;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #3b571a;

    font-size: 16px;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

}

.berita_home .box:hover .desc .title_berita{

    color: #000;

}

.berita_home .box .more{

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 7.5%;

}

.berita_home .box .more .button{

    float: left;

    padding: 12px;

    padding-left: 25px;

    padding-right: 25px;

    border-radius: 5px;

    color: #56792d;

    font-size: 13px;

    font-weight: 600;

    background: #FFF;

    font-family: 'Source Sans Pro';

    transition: all 0.2s ease; 

    border: 1px solid #56792d;

    -webkit-transition: all 0.2s ease;

}

.berita_home .box .more .button i{

    float: right;

    font-size: 12px;

    margin-left: 12px;

    margin-top: 3px;

}

.berita_home .box .more .button:hover {

    background-color: #000 !important;

    color: #FFF;

    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);

    border: 1px solid #000;

}

.carousel-wrap {

    width: 100%;

    margin: auto;

    position: relative;

}

.owl-carousel .owl-nav{

    height: 0px;

}

.owl-theme .owl-dots .owl-dot.active span, 

.owl-theme .owl-dots .owl-dot:hover span {

    background: #2caae1;

}

.owl-carousel .item {

    text-align: center;

}

.owl-carousel .nav-news{

    height: 32px;

    position: absolute;

    width: 32px;

    cursor: pointer;

    top: -55px !important;

}

.owl-carousel .owl-prev.disabled,

.owl-carousel .owl-next.disabled{

    pointer-events: none;

    opacity: 1;

}

.owl-carousel .prev-news{

    background: url(../images/left.png) no-repeat;

    right: 32px;

}

.owl-carousel .next-news{

    background: url(../images/right.png) no-repeat;

    right: 0;

}

.owl-carousel .prev-news:hover{

    opacity: 0.7;

}

.owl-carousel .next-news:hover{

    opacity: 0.7;

}



.contact_home{

    float: left;

    width: 100%;

    padding-top: 15px;

    padding-bottom: 10px;

    background: #3b571a;

}

.contact_home .side{

    float: left;

    width: 70%;

}

.contact_home .side:nth-last-child(odd){

    float: right;

    width: 30%;

}

.contact_home .side .title{

    float: left;

    width: 100%;

    margin-bottom: 20px;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    color: #FFF;

    font-size: 45px;

    line-height: 1.1em;

}

.contact_home .side .text{

    float: left;

    width: 100%;

    margin-bottom: 20px;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #FFF;

    font-size: 17px;

    line-height: 1.6em;

}

.contact_home .side .more{

    float: right;

    margin-top: 70px;

    padding: 12px;

    padding-left: 45px;

    padding-right: 45px;

    border-radius: 5px;

    color: #56792d;

    font-size: 15px;

    background: #FFF;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    transition: all 0.2s ease; 

    -webkit-transition: all 0.2s ease;

}

.contact_home .side .more:hover {

    color: #000 !important;

    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);

}



.video_home{

    float: left;

    width: 100%;

    background: #FFF;

    padding-top: 40px;

    padding-bottom: 80px;

}

.video_home .title{

    float: left;

    width: 100%;

    font-family: 'Source Sans Pro';

    color: #3b571a;

    font-size: 45px;

    margin-bottom: 10px;

    text-align: center;

    font-weight: bold;

}

.video_home .subtitle{

    float: left;

    width: 100%;

    margin-bottom: 50px;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #585858;

    font-size: 17px;

    text-align: center;

    line-height: 1.4em;

}

.video_home .frame{

    float: left;

    overflow: hidden;

    position: relative;

    width: 70%;

    margin-left: 15%;

    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);

}

.video_home .frame::after{

    padding-top: 56.25%;

    display: block;

    content: '';

}

.video_home .frame iframe{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.header_more{

    float: left;

    width: 100%;

    height: 150px;

    overflow: hidden;

    position: relative;

    background: #000;

}

.header_more .back{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.4);

}

.header_more .title{

    float: left;

    width: 100%;

    margin-top: 50px;

    color: #FFF;

    font-size: 40px;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    z-index: 1;

    position: relative;

    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

}

.header_more .title_two{

    float: left;

    width: 100%;

    margin-top: 50px;

    color: #FFF;

    font-size: 40px;

    text-align: center;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    z-index: 1;

    position: relative;

    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

}

.header_more .bread{

    float: left;

    width: 100%;

    font-size: 16px;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    z-index: 1;

    position: relative;

}

.header_more .bread a{

    color: #FFF;

}

.header_more .bread a.active{

    color: #FFF;

}



.about_page{

    float: left;

    width: 100%;

    padding-top: 60px;

    padding-bottom: 60px;

}

.about_page .title{

    float: left;

    width: 100%;

    text-align: center;

    margin-bottom: 30px;

    color: #3b571a;

    font-size: 45px;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    font-weight: 700;

}

.about_page .text{

    float: left;

    width: 100%;

    margin-bottom: 30px;

    color: #3b571a;

    font-size: 16px;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    line-height: 1.6em;

}

.about_page .text p{

    padding-bottom: 15px;

}

.about_page .icon_bottom{

    float: left;

    width: 100%;

    display: grid;

    grid-template-columns: auto auto auto auto;

    grid-gap: 30px;

    margin-top: 20px;

    margin-bottom: 20px;

}

.about_page .pic_about{

    float: left;

    width: 100%;

    height: 100px;

    overflow: hidden;

    position: relative;

    text-align: center;

}

.about_page .pic_about img{

    width: 100%;

    height: 100%;

}

.about_page .text li{

    padding-bottom: 10px;

    margin-left: 20px;

    padding-left: 5px;

}



.support_home{

    float: left;

    width: 100%;

    overflow: hidden;

    padding-top: 40px;

    padding-bottom: 40px;

}

.support_home .title{

    float: left;

    width: 100%;

    text-align: center;

    font-family: 'Source Sans Pro';

    color: #3b571a;

    font-size: 45px;

}

.support_home .title span{

    color: #739b44;

}

.support_home .subtitle{

    float: left;

    width: 100%;

    text-align: center;

    font-family: 'Source Sans Pro';

    color: #515151;

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 30px;

}

.support_home .slide_support{

    float: left;

    width: 100%;

    overflow: hidden;

}

.support_home .box_slide{

    float: left;

    width: 100%;

    height: 500px;

    background: #DDD;

    overflow: hidden;

    position: relative;

}

.support_home .box_slide img{

    width: 100%;

    height: 100%;

}

.video_support{

    float: left;

    overflow: hidden;

    position: relative;

    width: 100%;

    height: 500px;

}

.video_support::after{

    padding-top: 56.25%;

    display: block;

    content: '';

}

.video_support iframe{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.support_home .box_slide .caption{

    position: absolute;

    bottom: 0;

    left: 0;

    padding: 30px;

    background: rgba(0, 0, 0, 0.7);

    width: 100%;

    text-align: center;

    color: #FFF;

    font-size: 19px;

    font-family: 'Source Sans Pro';

}

.carousel-wrap {

    width: 100%;

    margin: auto;

    position: relative;

}

.owl-carousel .owl-nav{

    height: 0px;

}

.owl-theme .owl-dots .owl-dot.active span, 

.owl-theme .owl-dots .owl-dot:hover span {

    background: #2caae1;

}

.owl-carousel .item {

    text-align: center;

}

.owl-carousel .nav-support{

    height: 40px;

    position: absolute;

    width: 40px;

    cursor: pointer;

    top: 225px !important;

}

.owl-carousel .owl-prev.disabled,

.owl-carousel .owl-next.disabled{

    pointer-events: none;

    opacity: 1;

}

.owl-carousel .prev-slide{

    background: url(../images/left.png) no-repeat;

    left: 30px;

}

.owl-carousel .next-slide{

    background: url(../images/right.png) no-repeat;

    right: 30px;

}

.owl-carousel .prev-slide:hover{

    opacity: 0.9;

}

.owl-carousel .next-slide:hover{

    opacity: 0.9;

}

.owl-carousel .nav-more{

    height: 50px;

    position: absolute;

    width: 50px;

    cursor: pointer;

    top: 160px !important;

}

.owl-carousel .prev-more{

    background: url(../images/left.png) no-repeat;

    left: -30px;

}

.owl-carousel .next-more{

    background: url(../images/right.png) no-repeat;

    right: -30px;

}

.owl-carousel .prev-more:hover{

    opacity: 0.9;

}

.owl-carousel .next-more:hover{

    opacity: 0.9;

}



.gallery_home{

    float: left;

    width: 100%;

    overflow: hidden;

    padding-top: 40px;

    padding-bottom: 40px;

    background: #FFF;

}

.gallery_home .box{

    float: left;

    width: 100%;

    padding: 20px;

    position: relative;

    -webkit-box-shadow: inset 0px 0px 0px 3px #3b571a;

    -moz-box-shadow: inset 0px 0px 0px 3px #3b571a;

    box-shadow: inset 0px 0px 0px 3px #3b571a;

}

.gallery_home .box .title{

    position: absolute;

    top: -26px;

    width: 30%;

    left: 35.5%;

    padding-top: 5px;

    padding-bottom: 5px;

    background: #FFF;

    font-size: 32px;

    font-family: 'Source Sans Pro';

    text-align: center;

    color: #404040;

}

.gallery_home .box .title span{

    color: #3b571a;

}



.product_page{

    float: left;

    width: 100%;

    padding-top: 40px;

    padding-bottom: 40px;

    background: #FFF;

    overflow: hidden;

}

.product_page .bread_two{

    float: left;

    width: 100%;

    color: #2d5149;

    font-size: 17px;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    padding-bottom: 10px;

    margin-bottom: 40px;

    border-bottom: 1px solid rgba(55, 134, 15, 0.5);

}

.product_page .bread_two a{

    color: #2d5149;

    opacity: 0.6;

}

.product_page .bread_two a.active{

    color: #37860f;

    opacity: 1;

}

.product_page .left{

    float: left;

    width: 70%;

    padding-right: 5%;

    border-right: 6px dotted #60a33c;

}

.product_page .left .box{

    float: left;

    width: 100%;

    height: 400px;

    overflow: hidden;

    margin-bottom: 40px;

}

.product_page .left .box .pic{

    float: left;

    width: 35%;

    height: 400px;

    background: #f7f1ea;

    overflow: hidden;

    position: relative;

}

.product_page .left .box .pic .label{

    position: absolute;

    right: 10px;

    top: 10px;

    width: 50px;

    height: 50px;

    overflow: hidden;

    border-radius: 50%;

    text-align: center;

    color: #FFF;

    font-family: 'Source Sans Pro';

    font-size: 13px;

    line-height: 3.8em;

}

.product_page .left .box:hover .pic img{

    transform: scale(1.1);

}

.product_page .left .box .pic img{

    width: 100%;

    height: 100%;

    transition: transform .3s;

}

.product_page .box .desc{

    float: right;

    width: 60%;

    overflow: hidden;

}

.product_page .box .desc .title{

    float: left;

    width: 100%;

    text-align: left;

    color: #2E5149;

    font-size: 24px;

    font-weight: 700;

    font-family: 'Source Sans Pro';

    margin-bottom: 30px;

    margin-top: 50px;

}

.product_page .box .desc .text{

    float: left;

    width: 100%;

    text-align: left;

    color: #2E5149;

    font-size: 18px;

    font-weight: normal;

    font-family: 'Source Sans Pro';

    margin-bottom: 40px;

}

.product_page .box .desc .link{

    float: left;

    padding: 60px;

    padding-top: 5px;

    padding-bottom: 5px;

    font-family: 'Source Sans Pro';

    font-size: 24px;

    text-align: center;

    color: #FFF;

    background: #2d5149;

    transition-duration: 0.3s;

}

.product_page .box .desc .link:hover{

    background: #f18111;

}

.product_page .right{

    float: left;

    width: 30%;

    padding-left: 3%;

}

.product_page .right .title{

    float: left;

    width: 100%;

    margin-bottom: 30px;

    ffont-family: 'Source Sans Pro';

    font-weight: bold;

    color: #3b571a;

    font-size: 24px;

}

.product_page .right .box{

    width: 100%;

    float: left;

    overflow: hidden;

    border-bottom: 1px solid #f3f3f3;

    padding-bottom: 10px;

    margin-bottom: 20px;

}

.product_page .right .box .pic{

    width: 30%;

    height: 80px;

    float: left;

    text-align: center;

    overflow: hidden;

    margin-bottom: 10px;

}

.product_page .right .box .pic img{

    width: 100%;

    height: 100%;

    transition: all 0.5s ease 0s; 

    -webkit-transition: all 0.5s ease 0s;

}

.product_page .right .box:hover .pic img{

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}

.product_page .right .box h3{

    float: right;

    width: 67%;

    line-height: 1.3em;

    overflow: hidden;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    font-size: 15px;

    margin-bottom: 10px;

}

.product_page .right .box h3 a{

    color: #60a33c;

    transition: all 0.5s ease 0s; 

    -webkit-transition: all 0.5s ease 0s;

}

.product_page .right .box h3 a:hover{

    color: #000;

}

.product_page .right .box .date{

    width: 67%;

    float: right;

    font-size: 14px;

    font-family: 'Source Sans Pro';

    color: #adadad;

}

.product_page .detail{

    float: left;

    width: 100%;

    padding-bottom: 40px;

}

.product_page .detail .top{

    float: left;

    width: 35%;

}

.flickity-enabled {

    position: relative;

}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {

    overflow: hidden;

    position: relative;

    height: 100%;

}

.flickity-slider {

    position: absolute;

    width: 100%;

    height: 100%;

}

.flickity-enabled.is-draggable {

    -webkit-tap-highlight-color: transparent;

          tap-highlight-color: transparent;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

}

.flickity-enabled.is-draggable .flickity-viewport {

    cursor: move;

    cursor: -webkit-grab;

    cursor: grab;

}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {

    cursor: -webkit-grabbing;

    cursor: grabbing;

}

.flickity-prev-next-button {

    position: absolute;

    top: 50%;

    width: 44px;

    height: 44px;

    border: none;

    border-radius: 50%;

    background: white;

    background: hsla(0, 0%, 100%, 0.75);

    cursor: pointer;

    /* vertically center */

    -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {

    outline: none;

    box-shadow: 0 0 0 5px #09F;

}

.flickity-prev-next-button:active {

    opacity: 0.6;

}

.flickity-prev-next-button.previous { left: 10px; }

.flickity-prev-next-button.next { right: 10px; }

.flickity-prev-next-button:disabled {

    opacity: 0.3;

    cursor: auto;

}

.flickity-prev-next-button svg {

    position: absolute;

    left: 20%;

    top: 20%;

    width: 60%;

    height: 60%;

}

.flickity-prev-next-button .arrow {

    fill: #555;

}

.carousel {

    background: none;

}

.carousel-main {

    background: #f9f8f6;

    margin-bottom: 10px;

    text-align: center;

    overflow: hidden;

}

.carousel-cell {

    width: 100%;

    float: left;

}

.carousel-nav .carousel-cell {

    float: left;

    width: 25%;

    height: 100px;

    padding: 2.5%;

    margin: 2%;

    background: #f9f8f6;

    text-align: center;

}

.carousel-nav .carousel-cell img{

    width: 100%;

    height: 100%;

}

.carousel-main img {

    width: 80%;

    height: 80%;

    padding: 10%;

}

.product_page .detail .top .picsmall{

    float: left;

    width: 100%;

}

.product_page .detail .top_desc{

    float: left;

    width: 60%;

    padding-left: 5%;

    overflow: hidden;

}

.product_page .detail .top_desc .name{

    float: left;

    width: 100%;

    margin-bottom: 20px;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    font-size: 26px;

    color: #000;

}

.product_page .detail .top_desc .desc{

    float: left;

    width: 100%;

    margin-bottom: 40px;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    font-size: 16px;

    color: #000;

    line-height: 1.7em;

}

.product_page .detail .top_desc .desc p{

    padding-bottom: 10px;

}

.product_page .detail .top_desc .button{

    float: left;

    padding: 10px;

    padding-left: 20px;

    padding-right: 50px;

    margin-bottom: 10px;

    background: #148b0e;

    color: #FFF;

    font-family: 'Source Sans Pro';

    font-size: 16px;

    position: relative;

    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);

    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);

    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);

}

.product_page .detail .top_desc .button:after{

    content: "";

    position: absolute;

    top: 4px;

    right: 15px;

    width: 30px;

    height: 30px;

    background: url(../images/wa_ico.png) no-repeat;

    background-size: 30px;

}

.product_page .detail .resp-tabs-list{

    float: left;

    width: 100%;

    margin-top: 50px;

    text-align: center;

    margin-bottom: 20px;

}

.product_page .detail .resp-tabs-list li {

    font-family: 'Source Sans Pro';

    font-size: 20px;

    font-weight: bold;

    display: inline-block;

    list-style: none;

    cursor: pointer;

    color: #000;

    padding: 10px;

    transition: all 0.5s ease 0s; 

    -webkit-transition: all 0.5s ease 0s;

    position: relative;

}

.product_page .detail .resp-tabs-container {

    padding: 0px;

    clear: left;

}

.product_page .detail h2.resp-accordion {

    cursor: pointer;

    display: none;

}

.product_page .detail .resp-tab-content {

    display: none;

    line-height: 1.7em;

    font-size: 17px;

    color: #72777e;

    font-family: 'Source Sans Pro';

}

.product_page .detail .resp-tab-content p{

    padding-bottom: 15px;

}

.product_page .detail .resp-tab-content li{

    padding-left: 0;

    margin-left: 15px;

    padding-bottom: 5px;

}

.product_page .detail .resp-tab-active {

    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,1);

    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,1);

    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,1);

    margin-bottom: -1px !important;

    color: #000 !important;

}

.product_page .detail .resp-content-active, .product_page .detail .resp-accordion-active {

    display: block;

}

.product_page .detail .resp-easy-accordion .product_page .detail .resp-tab-content {

    border: 1px solid #c1c1c1;

}

.product_page .detail .resp-easy-accordion .product_page .detail .resp-tab-content:last-child {

    border-bottom: 1px solid #c1c1c1;/* !important;*/

}

.product_page .detail .resp-jfit {

    width: 100%;

    margin: 0px;

}

.product_page .detail .resp-tab-content-active {

    display: block;

}



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 768px) {

    ul.resp-tabs-list {

        display: none;

    }



    h2.resp-accordion {

        display: block;

    }



    .resp-vtabs .resp-tab-content {

        border: 1px solid #C1C1C1;

    }



    .resp-vtabs .resp-tabs-container {

        border: none;

        float: none;

        width: 100%;

        min-height: 100px;

        clear: none;

    }



    .resp-accordion-closed {

        display: none !important;

    }



    .resp-vtabs .resp-tab-content:last-child {

        border-bottom: 1px solid #c1c1c1 !important;

    }

}

.product_page .detail .title_more{

    float: left;

    width: 100%;

    text-align: center;

    margin-top: 60px;

    margin-bottom: 20px;

    font-family: 'Source Sans Pro';

    font-size: 22px;

    font-weight: bold;

    color: #000;

}

.product_page .detail .slide_more{

    float: left;

    width: 100%;

}

.product_page .detail .slide_more .box_more{

    float: left;

    width: 100%;

    height: 400px;

    margin: 10px;

}

.product_page .detail .slide_more .box_more .pic{

    float: left;

    width: 100%;

    height: 300px;

    background: #f7f1ea;

    overflow: hidden;

    margin-bottom: 15px;

    position: relative;

}

.product_page .detail .slide_more .box_more .pic .label{

    position: absolute;

    right: 10px;

    top: 10px;

    width: 50px;

    height: 50px;

    overflow: hidden;

    border-radius: 50%;

    text-align: center;

    color: #FFF;

    font-family: 'Source Sans Pro';

    font-size: 13px;

    line-height: 3.8em;

}

.product_page .detail .slide_more .box_more:hover .pic img{

    transform: scale(1.1);

}

.product_page .detail .slide_more .box_more .pic img{

    width: 100%;

    height: 100%;

    transition: transform .3s;

}

.product_page .detail .slide_more .box_more .title{

    float: left;

    width: 100%;

    text-align: left;

    color: #2E5149;

    font-size: 18px;

    font-weight: 700;

    font-family: 'Source Sans Pro';

    margin-bottom: 15px;

}

.product_page .detail .slide_more .box_more .link{

    float: left;

    width: 100%;

    padding: 30px;

    padding-top: 5px;

    padding-bottom: 5px;

    font-family: 'Source Sans Pro';

    font-size: 24px;

    text-align: center;

    color: #FFF;

    background: #2d5149;

    transition-duration: 0.3s;

}

.product_page .detail .slide_more .box_more .link:hover{

    background: #f18111;

}

.product_page .left .box_news{

    float: left;

    width: 100%;

    height: 200px;

    overflow: hidden;

    margin-bottom: 40px;

}

.product_page .left .box_news .pic{

    float: left;

    width: 35%;

    height: 200px;

    overflow: hidden;

}

.product_page .left .box_news .pic img{

    width: 100%;

    height: 100%;

}

.product_page .left .box_news .right{

    float: right;

    width: 63%;

    height: 200px;

    overflow: hidden;

}

.product_page .left .box_news .right .date{

    float: left;

    width: 100%;

    margin-bottom: 10px;

    font-size: 14px;

    font-family: 'Source Sans Pro';

    color: #adadad;

}

.product_page .left .box_news .right .name{

    float: left;

    width: 100%;

    height: 50px;

    overflow: hidden;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    font-size: 20px;

    margin-bottom: 20px;

    color: #739b44;

    transition: all 0.5s ease 0s; 

    -webkit-transition: all 0.5s ease 0s;

}

.product_page .left .box_news .right .name:hover{

    color: #000;

}

.product_page .left .box_news .right .text{

    float: left;

    width: 100%;

    height: 60px;

    overflow: hidden;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    font-size: 16px;

    margin-bottom: 20px;

    color: #4f4f4f;

}

.product_page .left .box_news .right .more{

    float: left;

    width: 100%;

    text-align: right;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    font-size: 16px;

    color: #3b571a;

    transition: all 0.5s ease 0s; 

    -webkit-transition: all 0.5s ease 0s;

}

.product_page .left .box_news .right .more:hover{

    color: #000;

}

.product_page .left .news_detail{

    float: left;

    width: 100%;

    padding-bottom: 40px;

}

.product_page .left .news_detail .name{

    float: left;

    width: 100%;

    overflow: hidden;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    font-size: 30px;

    margin-bottom: 20px;

    color: #3b571a;

}

.product_page .left .news_detail .date{

    float: left;

    width: 100%;

    margin-bottom: 10px;

    font-size: 14px;

    font-family: 'Source Sans Pro';

    color: #adadad;

}

.product_page .left .news_detail .pic{

    float: left;

    width: 100%;

    overflow: hidden;

    margin-bottom: 30px;

}

.product_page .left .news_detail .pic img{

    width: 100%;

}

.product_page .left .news_detail .text{

    float: left;

    width: 100%;

    overflow: hidden;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    font-size: 16px;

    line-height: 1.7em;

    color: #4f4f4f;

}

.product_page .left .news_detail .text p{

    padding-bottom: 20px;

}

.product_page .left .news_detail .text li{

    padding-left: 0;

    margin-left: 15px;

    padding-bottom: 10px;

}



.contact_page{

    float: left;

    width: 100%;

    padding-top: 40px;

    padding-bottom: 80px;

    background: #3b571a;

    overflow: hidden;

}

.contact_page .title{

    float: left;

    width: 100%;

    color: #FFF;

    margin-bottom: 30px;

    font-family: 'Source Sans Pro';

    font-size: 40px;

    font-weight: bold;

    text-align: center;

}

.contact_page .text{

    float: left;

    width: 100%;

    color: #DEE5DC;

    margin-bottom: 30px;

    font-family: 'Source Sans Pro';

    font-size: 18px;

    font-weight: bold;

    text-align: center;

}

.contact_page .bottom{

    float: left;

    width: 100%;

    display: flex;

    justify-content:center;

    grid-gap: 25px;

    margin-top: 50px;

    margin-bottom: 100px;

}

.contact_page .box{

    float: left;

    width: 100%;

    text-align: center;

}

.contact_page .box .ico{

    float: left;

    width: 100%;

    color: #fca043;

    text-align: center;

    font-size: 40px;

    margin-bottom: 20px;

}

.contact_page .box .textone{

    float: left;

    width: 100%;

    color: #DEE5DC;

    text-align: center;

    font-size: 13px;

    font-family: 'Source Sans Pro';

    margin-bottom: 20px;

    text-transform: uppercase;

    font-weight: bold;

}

.contact_page .box .texttwo{

    float: left;

    width: 100%;

    color: #FFF;

    text-align: center;

    font-size: 18px;

    font-family: 'Source Sans Pro';

    font-weight: bold;

}

.contact_page_bottom{

    float: left;

    width: 100%;

    padding-top: 50px;

    padding-bottom: 50px;

    background: #FFF;

    text-align: center;

    position: relative;

}

.contact_page_bottom:after{

    position: absolute;

    content: "";

    width: 100%;

    height: 98px;

    background: url(../images/bg-header-overlay-lg-light.png) no-repeat;

    right: 0;

    top: -90px;

}

.contact_page_bottom form{

    float: left;

    width: 60%;

    margin-left: 20%;

}

.contact_page_bottom .label{

    float: left;

    width: 100%;

    text-align: left;

    margin-bottom: 15px;

    color: #2E524A;

    font-size: 18px;

    font-family: 'Source Sans Pro';

    font-weight: 600;

}

.contact_page_bottom .input{

    float: left;

    width: 100%;

    height: 50px;

    padding: 10px;

    margin-bottom: 30px;

    color: #000;

    background: #FFF;

    font-size: 16px;

    font-family: 'Source Sans Pro';

    border: none;

    -webkit-box-shadow: inset 0px 0px 0px 1px #DDD;

    -moz-box-shadow: inset 0px 0px 0px 1px #DDD;

    box-shadow: inset 0px 0px 0px 1px #DDD;

}

.contact_page_bottom textarea{

    float: left;

    width: 100%;

    height: 180px;

    padding: 10px;

    margin-bottom: 30px;

    color: #000;

    background: #FFF;

    font-size: 16px;

    font-family: 'Source Sans Pro';

    border: none;

    -webkit-box-shadow: inset 0px 0px 0px 1px #DDD;

    -moz-box-shadow: inset 0px 0px 0px 1px #DDD;

    box-shadow: inset 0px 0px 0px 1px #DDD;

}

.contact_page_bottom textarea:required{

    background: #FFF;

}

.contact_page_bottom .submit{

    display: inline-block;

    vertical-align: middle;

    padding: 15px;

    padding-left: 30px;

    padding-right: 30px;

    text-align: center;

    font-family: 'Source Sans Pro';

    font-weight: bold;

    color: #FFF;

    background: #3b571a;

    font-size: 15px;

    border: none;

    transition: all 0.5s ease 0s; 

    -webkit-transition: all 0.5s ease 0s;

}

.contact_page_bottom .submit:hover{

    color: #FFF;

    background: #000;

}



.paging{

    float: left;

    width: 100%;

    margin-top: 30px;

    margin-bottom: 30px;

    text-align: center;

}

.paging ul{

    display: inline-block;

    margin: 0;

    padding: 0;

    zoom:1;

    *display: inline;

}

.paging li{

    float: left;

    list-style: none;

    margin: 5px;

    position: relative;

}

.paging li a{

    float: left;

    width: 40px;

    height: 40px;

    text-align: center;

    border: 2px solid #3b571a;

    background: #3b571a;

    color: #FFF;

    font-size: 17px;

    line-height: 2em;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.paging li a:hover, .paging li a.active{

    border: 2px solid #739b44;

    background: #739b44;

}



.footer{

    float: left;

    width: 100%;

    padding-top: 30px;

    padding-bottom: 30px;

    background: #FFF;

    position: relative;

}

.footer .grid{

    float: left;

    width: 100%;

    display: grid;

    grid-template-columns: auto auto;

    grid-gap: 30px;

}

.footer .grid > div{

    text-align: left;

}

.footer .box{

    float: left;

    width: 100%;

}

.footer .box .logo{

    float: left;

    width: 70px;

    height: 70px;

    margin-bottom: 15px;

    margin-right: 15px;

    overflow: hidden;

    /* background: #FFF; */

}

.footer .box .logo img{

    width: 100%;

    height: 100%;

}

.footer .box .title{

    float: left;

    width: 100%;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #3b571a;

    font-size: 22px;

    margin-bottom: 10px;

    text-align: left;

    margin-top: 30px;

}

.footer .box .text{

    float: left;

    width: 100%;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #3b571a;

    font-size: 15px;

    overflow: hidden;

}

.footer .box .link{

    float: left;

    width: 100%;

    font-family: 'Source Sans Pro';

    font-weight: 600;

    color: #3b571a;

    font-size: 16px;

    margin-bottom: 10px;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.footer .box .link:hover{

    color: #000;

}

.footer_bottom{

    float: left;

    width: 100%;

    padding-top: 15px;

    padding-bottom: 15px;

    background: #3b571a;

    position: relative;

    color: #FFF;

    font-family: 'Source Sans Pro';

    font-weight: normal;

    font-size: 14px;

    text-align: left;

}



#back-to-top {

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 9999;

    width: 45px;

    height: 45px;

    text-align: center;

    background: url(../images/top.png) no-repeat center #3b571a;

    color: #FFF;

    cursor: pointer;

    border: 0;

    border-radius: 2px;

    text-decoration: none;

    transition: all 0.3s ease-out; 

    -webkit-transition: all 0.3s ease-out;

    opacity: 0;

    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);

    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);

    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);

}

#back-to-top:hover {

    opacity: 0.5;

}

#back-to-top.show {

    opacity: 1;

}

.container_24{

    margin-left: auto;

    margin-right: auto;

    width: 85%;

}

.container_25{

    margin-left: auto;

    margin-right: auto;

    width: 80%;

}

}