body{
	overflow-x: hidden;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    color: #636363;
}

/**** ADDITIONAL CSS ****/

.slick-slide img {
    width:100%;
}

.wrp-rightside .desc span p {
    display:none;
}

.wrp-rightside .desc span:first-child p {
    display:inline-block;
}

.wrp-rightside .icon-kresbee img {
    cursor:pointer;
    filter:grayscale(100%);
    transition: 0.33s linear;
}

.wrp-rightside .icon-kresbee img:first-child {
    filter:grayscale(0%);
 }

.product-main-image img {
    display:none;
}

.product-main-image img:first-child {
    display:inline;
}

.no-padding{padding: 0;}
.section-2 {position: relative;}
.section-2 .img-potatoes{    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
}
.section-2 .img-jagung{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
}
.coverfit{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}
h2{
    font-size: 24px !important; color: #e10001; font-family: 'Nunito Sans Bold'
}

/* Font Face */
@font-face {
  font-family: "Nunito Sans Bold";
  src: url("../../fonts/custom/NunitoSans.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../../fonts/custom/NunitoSans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Baloo';
  font-style: normal;
  font-weight: 400;
  src: local('Baloo'), local('Baloo-Regular'), url(https://fonts.gstatic.com/s/baloo/v1/RFm9MaodarSezi9FSqQmfw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* Site Header */
#site-header{border-top:12px solid #e10001;}
.wrp-left-menu{width: 400px; position: absolute; z-index: 1; top: 12px; background: rgba(146, 3, 3, 0.8); }
.wrp-left-menu.fixed{position: fixed;width: 100%;min-height: auto; height: 68px !important; margin-top: -12px;border-top:12px solid #e10001;background: #c30505;}
.wrp-left-menu.fixed .white-section,
.wrp-left-menu.fixed .red-section,
.wrp-left-menu.fixed .red-section ul li{float: left;}
.wrp-left-menu .white-section{background: #fff;	margin-top: -12px; }
.wrp-left-menu .white-section img{width: 200px}
.wrp-left-menu .white-section ul{padding: 0; list-style-type: none; margin: 0; font-family: 'Nunito Sans Bold',sans-serif}
.wrp-left-menu.fixed .red-section ul{margin: 0}
.wrp-left-menu .white-section ul li{display: inline-block;vertical-align: middle; color:#d30000; font-size: 12px;}
.wrp-left-menu .white-section ul li a{color:#d30000; font-size: 16px;}
.wrp-left-menu .white-section ul li.global{width: 70px;padding-left: 36px;line-height: 15px;position: relative; margin-left: 20px; border-left: 1px solid;}
.wrp-left-menu .white-section ul li.global a:before{
	content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: 26px;
    background: url(../images/icons/icon_global.png) left center no-repeat;
    height: 26px;
    background-size: 26px;
}
.wrp-left-menu .white-section ul li.global a{font-size: 12px;}
.wrp-left-menu .white-section ul li.icon-search{margin: 0 2px; padding: 8px 13px 8px 8px; position: relative; cursor: pointer;}
.wrp-left-menu .white-section ul li.icon-search:before{content: ''; position: absolute;top: 0; right: 0; width: 1px; height: 100%; background: #d30000}
.wrp-left-menu .white-section ul li.lang{width: 35px; padding: 10px 10px 10px 0; position: relative; cursor: pointer;}
.wrp-left-menu .white-section ul li.lang:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #d30000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: -10px;
    margin-top: -2px;
    position: absolute;
    top: 20px;
}
.lang .wrp-lang-change{position: absolute;background: #fff;top: 40px;left: -40px;border: 1px solid; display: none;z-index: 2}
.lang .wrp-lang-change ul li{padding: 5px 40px; display: block;}
.lang .wrp-lang-change ul li:hover{background:#d30000 ;color: #fff}
.lang .wrp-lang-change ul li:hover a{color:#fff}
.search{padding:10px; display: none;}
.search .wrp-search{position: relative;}
.search .field-search{padding-right: 40px;}
.submit-search{ position: absolute;top: 0px;background: transparent;border: none; right: 0	; padding: 7px 10px; outline: none;}
.search .wrp-search:before{ content: ''; position: absolute;top: 7px; right: 38px; width: 1px; height: 20px; background: #d30000}

.wrp-left-menu.fixed .white-section ul li.global,
.wrp-left-menu.fixed .white-section ul li.lang,
.wrp-left-menu.fixed .white-section ul li.icon-search{display: none;}
.horizontal-right{display: none;}
.wrp-left-menu.fixed .horizontal-right{float: right;display: block;}
.wrp-left-menu.fixed .horizontal-right ul{    margin: 0;
    padding-left: 0;
    padding-right: 50px;
    height: 56px;
    line-height: 56px;}
.wrp-left-menu.fixed .horizontal-right ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    width: 100%;
}
.wrp-left-menu.fixed .horizontal-right ul li a{
    color: #fff;
}
.wrp-left-menu.fixed .horizontal-right ul li.lang{
    width: 50px;
    padding: 10px 10px 10px 0;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}
.wrp-left-menu.fixed .horizontal-right ul li.lang:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 0;
    margin-top: -2px;
    position: absolute;
    top: 20px;
}

.wrp-left-menu.fixed .horizontal-right ul li.lang .wrp-lang-change ul {
    padding-right: 0;
    height: inherit;
    line-height: normal;
}

.wrp-left-menu.fixed .horizontal-right ul li.lang .wrp-lang-change ul li{
    color:#d30000;
    margin: 0;
}
.wrp-left-menu.fixed .horizontal-right ul li.lang .wrp-lang-change ul li a{color: #d30000}
.wrp-left-menu.fixed .horizontal-right ul li.lang .wrp-lang-change ul li:hover a{color: #fff}

.wrp-left-menu.fixed .horizontal-right ul li.lang .wrp-lang-change ul li:hover{background:#d30000 ;color: #fff}
.wrp-left-menu.fixed .horizontal-right ul li.lang .wrp-lang-change {
    top: 44px;
    border: 1px solid #d30000;
}
.wrp-left-menu.fixed .horizontal-right ul li.icon-search {
    margin: 0 2px;
    padding: 8px 13px 8px 8px;
    position: relative;
    cursor: pointer;
    display: none;
}

.wrp-left-menu.fixed .horizontal-right ul li.global {
    width: 70px;
    padding-left: 22px;
    line-height: 15px;
    position: relative;
}
   
.wrp-left-menu.fixed .horizontal-right ul li.global:before{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 26px;
    background: url(../images/icons/icon_global_white.png) left center no-repeat;
    height: 26px;
    background-size: 26px;
}
.wrp-left-menu.fixed .horizontal-right .search{
    position: absolute;
    top: 46px;
}



.wrp-left-menu .red-section .main-menu {position: relative;}
.wrp-left-menu.fixed .red-section .main-menu .wrp-icon-menu{display: none;}
.wrp-left-menu .red-section .main-menu .wrp-icon-menu{

    position: absolute;
    top: 120px;
    left: 323px;
}
.wrp-left-menu .red-section .main-menu .wrp-icon-menu .font-banner{
    width: 240px;
}
.wrp-left-menu .red-section .main-menu .wrp-icon-menu .product-banner{
    width: 165px;
}
.wrp-left-menu .red-section .main-menu ul{list-style-type: none;padding: 0}
.wrp-left-menu .red-section .main-menu ul li{padding:30px;cursor: pointer;}
.wrp-left-menu .red-section .main-menu ul a{text-decoration: none; cursor: pointer;}
.wrp-left-menu .red-section .main-menu ul li span{margin-left: 10px; color: #fff; font-family: 'Baloo'} 
.wrp-left-menu.fixed .red-section .main-menu ul li {padding: 15px 12px; font-size: 12px;cursor: pointer;}
.wrp-left-menu.fixed .red-section .main-menu ul li img{height: 24px;}
.wrp-left-menu.fixed .red-section .main-menu ul li span{margin-left: 4px;}
.wrp-left-menu .white-section{position: relative;}
.wrp-left-menu.fixed .white-section:before{background: transparent;}
.wrp-left-menu .white-section:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    right: -25px;
    bottom: 0;
    z-index: 0;
    background: linear-gradient( 45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667% ), linear-gradient( -45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667% );
    background: -webkit-linear-gradient( 45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667% ), -webkit-linear-gradient( -45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667% );
    background-size: 60px 13px;
    transform: rotate(180deg)
}
.wrp-left-menu .red-section{position: relative}
.wrp-left-menu.fixed .red-section{width: 50%;transition: all 1s;
    padding-left: 20px;}
.wrp-left-menu.fixed .red-section .dropdown-product{position: relative;}
.wrp-left-menu.fixed .red-section .dropdown-product:hover {background: transparent;}
.wrp-left-menu .red-section li:hover {background: rgba(225, 0, 1, 0.4);}
.wrp-left-menu .red-section .dropdown-product:hover .result-dropdown{display: block;position: absolute;
    /*top: 0;*/
    visibility: visible;
    z-index: 10;
    opacity: 1;
    left: 400px;   }
.wrp-left-menu .red-section .dropdown-product .result-dropdown{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 56px;
    left: 0;
    background: #fff;
    width: 390px;
    min-height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    transition: 0.5s all ease-in-out;
}
.wrp-left-menu .red-section .dropdown-product .result-dropdown .leftside,
.wrp-left-menu .red-section .dropdown-product .result-dropdown .rightside {
    height: 100px;
    padding: 10px 4px;
    border-bottom: 3px solid #c30505;
    text-align: center;
    position: relative;
    min-width: 80px;
    max-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.wrp-left-menu .red-section .dropdown-product .result-dropdown .leftside img,
.wrp-left-menu .red-section .dropdown-product .result-dropdown .rightside img {
    max-width: 80px;
    max-height: 60px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.wrp-left-menu .red-section .dropdown-product .result-dropdown.active{
    display: block;
    position: absolute;
    top: 0;
    left: 408px;    
}
.wrp-left-menu .red-section .dropdown-product .result-dropdown .leftside,
.wrp-left-menu .red-section .dropdown-product .result-dropdown .rightside{
    float: left;
    width: 50%;
    height: inherit;
    padding: 15px 37px ;
    border-bottom: 3px solid #c30505;
    text-align: center;
    position: relative;
}
.wrp-left-menu .red-section .dropdown-product .result-dropdown .leftside:after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 1px;
    height: 75px;
    right: 0;
    background: #c30505;
}
.wrp-left-menu .red-section .dropdown-product .result-dropdown .leftside img,
.wrp-left-menu .red-section .dropdown-product .result-dropdown .rightside img{
    height: 100% !important;
}


.wrp-left-menu.fixed .red-section .dropdown-product .result-dropdown{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    top: 56px;
    left: 0;
    background: #fff;
    width: 390px;
    min-height: 100px;
    transition: 1.5s all ease-in-out;
    align-items: center;
}
.wrp-left-menu.fixed .red-section .dropdown-product .result-dropdown .leftside,
.wrp-left-menu.fixed .red-section .dropdown-product .result-dropdown .rightside {
    height: inherit;
    padding: 15px 10px;
    border-bottom: 3px solid #c30505;
    text-align: center;
    position: relative;
    min-width: 110px;
    max-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrp-left-menu.fixed .red-section .dropdown-product .result-dropdown .leftside:after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 1px;
    height: 75px;
    right: 0;
    background: #c30505;
}
.wrp-left-menu.fixed .red-section .dropdown-product .result-dropdown .leftside img,
.wrp-left-menu.fixed .red-section .dropdown-product .result-dropdown .rightside img{
    height: 100% !important;
}

.wrp-left-menu.fixed .red-section:before{background: transparent;}
.wrp-left-menu:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    right: -25px;
    bottom: 0;
    z-index: -1;
    background: linear-gradient( 45deg, transparent 33.333%, #900b04  33.333%, #900b04  66.667%, transparent 66.667% ), linear-gradient( -45deg, transparent 33.333%, #900b04  33.333%, #900b04  66.667%, transparent 66.667% );
    background: -webkit-linear-gradient( 45deg, transparent 33.333%, #900b04  33.333%, #900b04  66.667%, transparent 66.667% ), -webkit-linear-gradient( -45deg, transparent 33.333%, #900b04  33.333%, #900b04  66.667%, transparent 66.667% );
    background-size: 60px 13px;
    transform: rotate(180deg);
    opacity: .818
}

   


/* Site Container */
#site-container {width: 100%; min-height: 500px;background: #fff}
#site-container.bg-homepage{background: #e10001}
#site-container h2{font-size: 24px; color: #e10001; font-family: 'Nunito Sans Bold'}
#site-container .heroes-banner-desktop{overflow:hidden;}
#site-container .heroes-banner-desktop .slick-next,
#site-container .heroes-banner-desktop .slick-prev{display: none !important;}
#site-container .heroes-banner-desktop img{width: 100%}
#site-container .heroes-banner-desktop .slick-dots{ width: 40px;bottom: 50%!important;padding: 0;right: 0;}
#site-container .heroes-banner-desktop .slick-active{background: red}
#site-container .heroes-banner-desktop .slick-dots li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:1px solid red;
	display: block;
	margin-bottom: 10px;
}
.heroes-banner-desktop.slick-dotted.slick-slider{margin-bottom: 0}
.heroes-banner-desktop .slick-dots li button,.heroes-banner-desktop .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#site-container .section-2{
    background: #e10001 url(../images/globe-path.png) center center no-repeat;
    min-height: 500px;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
    height: 600px;
}

#site-container .section-2 .container{width: 1260px;}

#site-container .section-2.active{
	position: fixed;
	width: 100%;
	top: 60px;
    z-index: 0
}

.about-footnote {
    color: white;
    font-size: 10px;
    text-align: center;
    /*padding: 25px 0;*/
}

#site-container .about-home h2{font-size: 24px; color: #fff !important; font-family: 'Nunito Sans Bold'; margin-top: 34px;}
.about-home{text-align: center; color: #fff}
.about-home .desc{padding: 20px 100px;}
.about-home .btn-click{margin-top: 20px;margin-bottom: 30px;}
.about-home .btn-click span{padding: 10px 20px; border: 1px solid #fff; border-radius: 20px;}
.about-home .media{padding: 0 120px}
.about-home .media .item{padding: 20px}
.about-home .media .item .img{padding:0 20px;width: 200px; margin: auto;}
.about-home .media .item .desc{padding: 10px}
.about-home .media .item img{width: 100%}

#site-container .section-3{background: #fff;position: relative;}
.section-3 .produk-home .bubleside{position: relative;}
.section-3 .produk-home .bubleside:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    right: -25px;
    bottom: 0;
    z-index: 0;
    background: linear-gradient( 45deg, transparent 33.333%, #d8ad28 33.333%, #d8ad28 66.667%, transparent 66.667% ), linear-gradient( -45deg, transparent 33.333%, #d8ad28 33.333%, #d8ad28 66.667%, transparent 66.667% );
    background: -webkit-linear-gradient( 45deg, transparent 33.333%, #d8ad28 33.333%, #d8ad28 66.667%, transparent 66.667% ), -webkit-linear-gradient( -45deg, transparent 33.333%, #d8ad28 33.333%, #d8ad28 66.667%, transparent 66.667% );
    background-size: 60px 13px;
    transform: rotate(180deg);;
}
.section-3 .produk-info{padding: 34px 50px 0}
.section-3 .produk-info h2 {margin-bottom: 24px}
.section-3 .produk-info h2 span{padding-bottom: 1px; border-bottom: 3px solid}
.section-3 .produk-info .desc{margin-bottom: 30px; font-family: "Lato",sans-serif}
.section-3 .produk-info .see-detail a{text-decoration: none;}
.section-3 .produk-info .see-detail span{position: relative;padding-right: 18px; color: #000 }
.section-3 .produk-info .see-detail span:after{
    content: '';
    display: block;
    width: 0px;
    height: 0;
    border: 5px inset;
    border-color: transparent #cccccc;
    border-top-style: solid;
    border-bottom-width: 5px;
    border-right-width: 0;
    right: 4px;
    margin-top: -2px;
    position: absolute;
    top: 5px;
}

.section-3 .latest-news{background: url(../images/latest_background.jpg) center center no-repeat;  height: 500px; background-size: cover}
.section-3 .latest-news .wrp-box{display: table; width: 100%; height: inherit;}
.section-3 .latest-news .wrp-box .boxitem{display: table; height: inherit; width: 25%; float: left;}
.section-3 .latest-news .wrp-box .boxitem .item{padding: 5px; display: table-cell;vertical-align: middle;}
.section-3 .latest-news .wrp-box .boxitem .item .description{padding: 8px 20px; background:#fff;border-top: 4px solid #e10001;}
.section-3 .latest-news .wrp-box .boxitem .item .description.for-career .leftside{float: left;width: 70%}
.section-3 .latest-news .wrp-box .boxitem .item .description.for-career .rightside{float: left;width: 30%}
.section-3 .latest-news .wrp-box .boxitem .item .description.for-career .rightside span{

    padding: 6px 10px;
    background: red;
    color: #fff;
    font-family: 'Nunito Sans Bold',sans-serif;
    font-size: 12px;
    margin-left: 14px;
}
.section-3 .latest-news .wrp-box .boxitem .item .description .title{color: red;font-size: 16px; text-transform:uppercase;font-family: 'Nunito Sans Bold',sans-serif;}
.section-3 .latest-news .wrp-box .boxitem .item .description .shortdesc{ overflow: hidden; height: 40px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}

.section-3 .latest-news .wrp-box .boxitem .item .media .img
{
    width: 100%;
    /*height: 120px;*/
}

.section-3 .latest-news .wrp-box .boxitem .item .media .img img
{
    max-width: 100%;
    /*min-height: 100%;*/
    /*max-height: 100%;*/
    min-width: 100%;
    /*object-fit: cover;*/
    width: 100%;
}

/*________________
    Product
__________________*/

.paddingTop56{padding-top:56px;}
#site-container.product{padding-bottom: 30px;background: url(../images/bg_product.png) left bottom no-repeat;background-size: contain;}
.product .wrp-rightside{padding: 0}
.product .wrp-rightside .desc{padding-bottom: 15px;position: relative;}
.product .wrp-rightside .desc:before{content: ''; background: url(../images/texture.png) left top no-repeat; position: absolute; bottom: 0; width: 100%; height: 10px; background-size: 65px; background-repeat-x: repeat;}
.product .icon-kresbee{margin-bottom: 20px; margin-top: 20px;display:flex;align-items:flex-start;}
.product .icon-kresbee img{width: 120px;}
.product .product-rightside{position: relative;}
.product .socmed ul{padding-left: 0; list-style-type: none;}
.product .socmed ul li{float:left; margin-right: 5px;}
.product .socmed ul li div{padding: 10px; text-indent: -99999px;width: 30px; height: 30px;}
.product .socmed ul li.text{padding-left: 0;margin-right: 10px; margin-top: 6px; color: #e10001; font-family: 'Nunito Sans'}
.product .socmed ul li.fb div{background: url(../images/icons/icon_sprit.png) -1px top no-repeat;background-size: 315px; width: 20px;}
.product .socmed ul li.ig{margin-right: 10px}
.product .socmed ul li.ig div{background: url(../images/icons/icon_sprit.png) -25px top no-repeat;background-size: 315px;}
.product .socmed ul li.yb div{background: url(../images/icons/icon_sprit.png) -65px top no-repeat;background-size: 315px;}
.product .btn-goto-microsite{    
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
    text-align: center;
    background: red;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-family: 'Nunito Sans Bold';
}

.product .video-container {
    position: relative;
    padding-bottom: 49.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.product .video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product .video-wrapper {
    width: 600px;
    max-width: 100%;
    margin:0 auto;
}

/*------------
    about
--------------*/
#site-container.about{padding-bottom: 0;}
.about .wrp-rightside{padding: 20px 30px}

.about .wrp-rightside .desc{padding-bottom: 15px;position: relative;}
.about .wrp-leftside:before{content: '';
    background: url(../images/texture.png) right top repeat;
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 50%;
    height: 30px;
    background-size: 65px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat; }
.about .product-leftside{position: relative;}

.about .section-vnm{margin-top: 40px;background: url(../images/bg_product.png) left top no-repeat; background-size: cover;padding: 100px 30px;}
.about .section-vnm .title{
    font-size: 16px;
    font-family: 'Nunito Sans'
}
.about .section-vnm .desc{
    /*height: 120px;text-overflow: ellipsis; */
    display: -webkit-box; -webkit-line-clamp: 6;    -webkit-box-orient: vertical; margin-top:20px;
}

.about .history{height: 400px; }
.about .history .wrp-section{height: inherit;}
.about .history .col-md-6{padding: 30px;height: inherit;}
.about .history .leftside{line-height: 340px;}
.about .history .leftside img{display: inline-block;vertical-align: middle;line-height: normal;}
.about .history .rightside{position: relative;overflow:hidden; padding-left: 50px;}
.about .history .rightside h2{margin-top: 0}
.about .history .rightside:before{content: '';width: 20px; height: 100%; position: absolute;top: 0; left: 0;background: url(../images/texture_vertical.png) left top repeat; }
.about .history .wrp-history{height: 350px;}
.about .history .wrp-history ul{    border-bottom: 2px dotted #e10001;
    margin-right:30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 18px;
    margin-top: 5px;
    list-style-type:none;
}
.about .history .wrp-history ul li{position: relative;}
.about .history .wrp-history ul li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: -15px;
    background: red;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.about .history .wrp-history .date{
    font-size: 16px;
    font-weight: bold;
}
.about .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
     background-color: #c30505;
    /* background-color: rgb(195, 5, 5); */
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.about .mCSB_scrollTools .mCSB_draggerRail {
   
    background-color: #fbebeb;
    /* background-color: rgba(249, 231, 231, 0.75); */
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.about .mCSB_scrollTools .mCSB_draggerRail;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 5px;
}
/*--------------
    contact
----------------*/
#site-container.contact{min-height: 600px;background: url(../images/bg_contact.png) center center no-repeat;    background-size: cover; }
.contact .wrp-contact-form{width: 50%;
    margin-left: auto;
    min-height: inherit;
    background: rgba(255,255,255,.95);padding:20px 50px
}
.contact .wrp-contact-form input{
    width: 50%;
    margin: 20px 0 24px;
    border: 2px solid #e10001;
}
.contact .wrp-contact-form textarea{
    margin: 20px 0 15px;
    border: 2px solid #e10001;
}
.contact .wrp-contact-form .wrp-btn-send{text-align: right;}
.contact .wrp-contact-form .wrp-btn-send .btn-send{   
    width: 95px;
    margin-top: 10px;
    background: #c30505;
    border: 0;
    padding: 3px 0;
    text-transform: uppercase;
    color: #fff;
    outline: none;
}
.contact .wrp-contact-form .desc{
    margin-bottom: 40px;
}
.contact .wrp-contact-form .desc span{
    color: #e10001;
    font-family: 'Nunito Sans';
}

/*------------
    career
--------------*/
#site-container.career{min-height: 600px;background: url(../images/banner-career.jpg) left top no-repeat; background-size: contain;}
.career .wrp-career-form{width: 50%;
    margin-left: auto;
    min-height: inherit;
    background: rgba(255,255,255,.95);padding: 20px 50px
}
.career .wrp-career-form .desc{
    margin-bottom: 40px;
}
.career .wrp-career-form .choose-div{    margin-top: 80px;
    margin-bottom: 36px;}
.filetype-upload{
    font-size: 12px;
    font-family: 'Nunito Sans';
    color: #e10001;
    font-style: italic;
}
.career .wrp-career-form .choose-div .choose-here{    font-size: 12px;
    color: #ccc;
    border: 2px solid #e61d2b;
    border-radius: 4px;
    padding: 8px 10px 8px 12px;
    cursor: pointer;    
    position: relative;
    border-right: 40px solid #e61d2b;
    width: 272px;
}
.career .wrp-career-form .choose-div .choose-here:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: -24px;
    margin-top: -2px;
    position: absolute;
    top: 17px;  
}
   
.career .wrp-career-form .choose-div .result-choose ul{
    margin-top: -2px;
    padding-left: 0;
    list-style-type: none;
    width: 272px;
    background: #e61d2b;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.career .wrp-career-form .choose-div .result-choose ul li{
    color: #fff;
    padding: 3px 15px;
    border-bottom: 1px solid #a09595;
    cursor: pointer;
}

.career .wrp-career-form .choose-div .result-choose ul li:last-child{
    border-bottom: 0px solid #a09595;
}
.result-choose{
    display: none;
    position: absolute;
    z-index: 2;
}
    
    
.career .wrp-career-form .wrp-btn-submit{text-align: left;margin-left: 50px}
.career .wrp-career-form .wrp-btn-submit .btn-submit{   
    width: 95px;
    margin-top: 30px;
    background: #c30505;
    border: 0;
    padding: 4px 0;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    font-family: 'Nunito Sans'
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
/* style 6 */

.inputfile-6 + label {
    color: #ccc;
    padding: 20px;
}

.inputfile-6 + label {
    border: 1px solid #cacaca;
    background-color: #f4f7fb;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #c30505;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    /*padding: 0.625rem 1.25rem;*/
    /* 10px 20px */
}

.form-desc form .inputfile-6 + label span {
    width: 230px;
    min-height: 2em;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #b7bbc1;
    line-height: 1;
    font-weight: normal;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

.upload-file span{
    color: #b3253a;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}


/*----------------
    news
------------------*/
.news h2{
    margin-bottom: 50px !important;
    margin-top: 30px !important;
    width: 200px;
    margin: auto;
    position: relative;
}
.news h2:before{
    content: '';
    position: absolute;
    bottom: -8px !important;
    left: 50%;
    width: 100px;
    height: 3px !important;
    background: red !important;
    transform: translate(-50%);
    background-color: none !important ;
}
.news .boxitem .item{margin-bottom:20px;
    box-shadow: inset 3px 0px 0px -100px #f5f2f2,0px 1px 5px 1px #e4e3e3;
    -webkit-box-shadow: inset 3px 0px 0px -100px #f5f2f2,0px 1px 5px 1px #e4e3e3;
    -moz-box-shadow: inset 3px 0px 0px -100px #f5f2f2,0px 1px 5px 1px #e4e3e3;
    -o-box-shadow: inset 3px 0px 0px -100px #f5f2f2,0px 1px 5px 1px #e4e3e3;
}
.news .boxitem .item .img{height: 185px}
.news .boxitem .item img{    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;}
.news .boxitem .item .wrp-desc{padding: 15px;}
.news .boxitem .item .wrp-desc .title{color: red; font-family: 'Nunito Sans Bold'}
.news .boxitem .item .wrp-desc .shortdesc{
    overflow: hidden; height: 40px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;    -webkit-box-orient: vertical; line-height: 16px;
}
.news .boxitem .item .wrp-desc .date{font-size: 10px;color: #ccc}
.news #load-more{
    background: #e10001;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 100px;
    margin-bottom: 30px;
    margin-top: 40px;
}
    

/*----------------
    coming soon
-----------------*/
#site-container.coming-soon{
    min-height: 600px;background: url(../images/bg_coming_soon.jpg) center center no-repeat; 
}
.coming-soon .wrp-coming-soon{
    width: 450px;
    height: 170px;
    margin: auto;
    text-align: center;
    background: red;   
    padding: 45px 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #352e28;
    right: 0;
    top: 0;
    background: url(../images/bg_text_coming_soon.png) center center no-repeat; 
    background-size: contain;

}
.coming-soon h1{font-size: 32px; margin:0; font-weight: bold; margin-bottom: 15px;}   
.coming-soon h1 span{border-bottom: 4px solid #352e28;  padding: 0 10px; padding-bottom: 5px;font-family: 'Nunito Sans Bold'}   
.coming-soon div{font-size: 22px; margin:0; font-weight: bold;}   

/*----------------
    404
-----------------*/
.error-page .back span{
    font-size: 12px;
    color: #fff;
    background: #e10001;
    padding: 8px 20px; 
}
.error-page div{
    font-size: 16px;
    margin-bottom: 10px;
}
.error-page.coming-soon .wrp-coming-soon{
    padding: 25px 50px;
}

/* Site Footer */
#site-footer{background:#fff; position: relative;border-top:12px solid #e10001;}
.wrp-footer{background: #e3e3e9; padding-top: 30px;}
.wrp-footer .menu-footer{min-height: 100px}
.wrp-footer .menu-footer ul{list-style-type: none;} 
.wrp-footer .menu-footer ul li{float: left; width: 16.667%; text-align: left;font-family: 'Nunito Sans';color: #000; text-decoration: none;} 
.wrp-footer .menu-footer ul li a{font-family: 'Nunito Sans';color: #000; text-decoration: none;} 
.wrp-footer .menu-footer ul li a:hover{opacity: .7} 
.wrp-footer .menu-footer ul li ul{padding-left: 0; position: relative;} 
.wrp-footer .menu-footer ul li:last-child ul:before{
    content: ''; position: absolute;top: -15px; left: -22px; width: 1px; height: 62px; background: #d30000
} 
.wrp-footer .menu-footer ul li ul li{float: none; width: 100%;padding: 6px 0 0px;} 
.wrp-footer .menu-footer ul li ul li a{color:#b9b2b2;} 
.wrp-footer .menu-footer ul li:last-child ul li a{color:#000;} 
.copyright{background: #fff}
.copyright .footer-text{font-size: 10px; padding: 4px 85px; text-align: center;}


.nav-menu-mobile{
    display: none;
}

@media (max-width: 1366px){
    .about .section-vnm .desc {
        display: block;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        margin-top: 20px;
    }
}

/* Mobile View */
@media (max-width: 480px){

 /*----------------
    coming soon
-----------------*/
    .coming-soon .wrp-coming-soon{
        width: 100% ;
        background-size: cover;
    }   
}
@media (max-width: 767px){
    .row{
        margin: 0;
    }
    #site-container.bg-homepage {
        padding-top: 0 !important;
    }
    #site-container{
        padding-top: 39px !important;
    }
 /*----------------
    Home
-----------------*/
    .wrp-left-menu{
        min-height: auto;
    }
    .nav-menu-mobile{
        display: block;
    }

    .burger-menu{
        position: absolute;
        right: 0;
        top: -4px;
        padding: 15px 4px 6px;
    }
    .burger-menu img{
        width: 32px !important;
    }
    .nav-menu-mobile{
        margin-top: 39px;
        background: rgba(243, 233, 219, 0.9);
        position: fixed;
        z-index: 9999;
        width: 100%;
        padding: 0 22px 10px;
        border-bottom: 3px solid #c30505;
        top: -800px;
        transition: .5s all ease-in-out;
    }
    .nav-menu-mobile.active{
        top: 12px;
        transition: .5s all ease-in-out;
    }
    .nav-menu-mobile ul{
        padding: 0;
        list-style-type: none;
    }
    .nav-menu-mobile ul li{
        padding: 10px 0;
        border-bottom: 1px solid #c30505;
        font-family: 'Nunito Sans Bold';
        color: #c30505;        
        padding-left: 8px;
    }
    .nav-menu-mobile ul li a{
        text-decoration: none;
    }
    .nav-menu-mobile ul li img{
        height: 20px;
    }
    .nav-menu-mobile ul li span{
        margin-left: 10px;
    }
    .close-nav-mobile{
        text-align: center;
        color: #fff;
        background: #c30505;
        padding: 4px;
        cursor: pointer;
    }

    .nav-menu-mobile ul .dropdown-product ul{
        margin: 0 0px 0 -8px;
        display: none;
    }
    .nav-menu-mobile ul .dropdown-product{
        position: relative;
    }
    .nav-menu-mobile ul .dropdown-product:after{
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #d30000 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px;
        position: absolute;
        top: 20px;
    }
    .nav-menu-mobile ul .dropdown-product.active:after{
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #d30000 transparent    ;
        border-top-style: solid;
        border-top-width: 0;
        right: 5px;
        margin-top: -2px;
        position: absolute;
        top: 20px;
    }
    .nav-menu-mobile ul .dropdown-product ul{
        margin-top: 10px;
        background: #fff;
        -webkit-box-shadow: inset 0 6px 21px 0 rgba(130,128,122,0.38);
        -moz-box-shadow: inset 0 6px 21px 0 rgba(130,128,122,0.38);
        box-shadow: inset 0 0 21px 0 rgba(130,128,122,0.38);
        margin-bottom: -10px;
    }


    .nav-menu-mobile ul .dropdown-product ul li{
        padding-left: 30px;
    }

    .nav-menu-mobile ul .dropdown-product ul li:last-child{
        border-bottom: 0;
    }

    .wrp-left-menu {
        width: 100%;
    }
    #site-container .section-2{
        z-index: 0;
        height: auto;
    }
    .wrp-left-menu .white-section img {
        width: 150px;
        margin-top: -5px;
    }
    #site-container.bg-homepage {
        background: #e10001;
        margin-top: 39px;
        position: relative;
        z-index: 0;
    }
    #site-container.bg-homepage .section-01 .wrp-icon-menu-mobile{
        position: absolute;
        top: 10px;
        width: 75%;
        left: 50%;
        margin: 0;
        z-index: 1;
        transform: translate(-45%);
        display:none!important;
    }
    #site-container.bg-homepage .section-01 .wrp-icon-menu-mobile img{
        width: 42%
    }
    #site-container.bg-homepage .section-01{
        position: relative;
    }
    .wrp-left-menu .white-section ul li,.wrp-left-menu .white-section ul li a{
        color: #fff;
        font-size: 12px;
    }

    .wrp-left-menu .white-section ul li .wrp-lang-change a{
        color: #d30000;
    }

    .wrp-left-menu .white-section ul li.lang {
        width: 30px;
        margin-left: 5px;
    }
    .wrp-left-menu .white-section ul li.global {
        padding-left: 24px;
        margin-left: 16px;
        border-left: none;
    }
    .wrp-left-menu .white-section ul li.lang:after{
        border-color: #fff transparent transparent;
    }
    .wrp-left-menu .white-section ul li.global a:before{
        content: '';
        position: absolute;
        top: 0;
        left: -2px;
        width: 26px;
        background: url(../images/icons/icon_global_white.png) left center no-repeat;
        height: 26px;
        background-size: 26px;
    }
    .wrp-left-menu .white-section ul li.icon-search:before{
        background: transparent;
    }
    .wrp-left-menu .white-section ul li.icon-search{
        padding: 8px 2px;
    }
    .wrp-left-menu .white-section {
        background: #c30505;
        border-top: 5px solid #e10001;
        position: fixed;
        width: 100%;
        z-index: 99999;
    }
    .about-home .desc {
        padding: 20px 20px;
    }
    .about-home .media {
        padding: 0;
    }
    .about-home .media .slick-dots{
        bottom: 0;
    }
    .about-home .media .slick-dots li.slick-active{background: #fff;}
    .about-home .media .slick-dots li{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #a27f7f;
    }
    .about-home .media .slick-dots li button, .about-home .media .slick-dots li button:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
    }

    .section-2 .img-jagung {
        position: absolute;
        bottom: -20px;
        right: -58px;
        width: 110px;
    }
    .section-2 .img-potatoes {
        position: absolute;
        bottom: -36px;
        left: -45px;
        width: 110px;
    }
    .section-3 .produk-info {
        padding: 0 10px 20px;
    }
    .section-3 .latest-news .wrp-box .boxitem {
        display: block;
        height: 100%;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .section-3 .latest-news {
        height: 100%;
        padding: 20px;
    }
    .section-3 .produk-home .bubleside:before,.wrp-left-menu:before,.wrp-left-menu .white-section:before{
        background: transparent !important;
        width: 0;   
        right: 0;
    }

    .section-3 .latest-news .wrp-box .boxitem .item {
        display: block;
    }

    .wrp-footer .menu-footer ul {
        padding-left: 0
    }
    .wrp-footer .menu-footer ul li {
        width: 20%;
        text-align: center;
        font-size: 11px;
    }

    .wrp-footer .menu-footer ul li:last-child {
        width: 100%;
    }

    .wrp-footer .menu-footer ul li:last-child ul li {
        width: 33.333%;
        float: left;
        text-align: center;
    }
    .wrp-footer .menu-footer ul li:last-child ul{
        margin-top: 5px;
        padding-top: 15px;
        position: relative;
        width: 290px;
        margin: auto;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .wrp-footer .menu-footer ul li:last-child ul:before{
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -51px;
        width: 100px;
        height: 2px;
        background: #e10001;

    }
    #site-container .heroes-banner-mobile .slick-dots{
        display: none !important;
    }




    /*-----------------
        coming soon
    ------------------*/    
    .coming-soon .wrp-coming-soon{
        padding: 30px 0;
    }

    .copyright .footer-text {
        font-size: 10px;
        padding: 6px;
        text-align: center;
    }


    /*-----------------
        about
    ------------------*/    
    .about .wrp-rightside{
        padding: 0;
    }
    .about .wrp-leftside:before,.about .history .rightside:before{
        background: none;
    }
    #site-container h2{
        position: relative;
    }
    #site-container.about h2:before{
        content: '';
    background: url(../images/texture.png) right top repeat;
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 50%;
    height: 30px;
    background-size: 65px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    }
    .about .section-vnm {
        margin-top: 0;
        background: url(../images/bg_product.png) left top no-repeat;
        background-size: cover;
        padding: 0;
    }
    .about .section-vnm .col-md-6{
        margin:20px 0 40px;
    }
    .about .section-vnm .col-md-6,
    .about .section-vnm .col-md-12{
        padding:0;
    }
    .about .section-vnm .desc{
        margin-top: 10px;
        display: block;
    }
    .about .history .leftside {
        line-height: normal;
        padding: 0;
    }
    .about .history {
        height: auto;
    }
    .about .history .wrp-history {
        height: auto;
    }
    .about .history .rightside{
        padding: 0;
    }

    /*-----------------
        product
    ------------------*/
    #site-container .container,
    #site-container .container .col-md-7,
    #site-container .container .col-md-6{
        padding: 0;
        overflow:hidden;
    }

    #site-container .section-2 .container {
        width: auto;
    }

    .about-footnote {
        padding: 0 40px 20px;
    }

    #site-container .container .col-md-7{
        width: 500px;
        position: relative;
        left: 50%;
        transform: translate(-51%)
    }
    .product .icon-kresbee {
        text-align: center;
        margin-top: -50px;
    }
    .product .socmed{
        margin-bottom: 15px;
    }
    .product .product-rightside{
        margin: 10px 0;
    }

    /*-----------------
        contact
    ------------------*/
    .contact .wrp-contact-form {
        width: 100%;
        margin-left: auto;
        min-height: inherit;
        padding: 0;
        background: rgba(255,255,255,.95);
        padding: 15px;
    }

    /*-----------------
        career
    ------------------*/
    .career .wrp-career-form {
        width: 100%;
        margin-left: auto;
        min-height: inherit;
        padding: 0;
        background: rgba(255,255,255,.95);
        padding: 15px;
    }
    .career .wrp-career-form form{
        text-align: center;
    }
    .dropzone-wrapper .dropzone-section{
        margin: auto !important;
    }

    .career .wrp-career-form .choose-div {
        text-align: -webkit-center;
    }

    .career .wrp-career-form .wrp-btn-submit {
        text-align: center;
        margin-left: 0;
    }
}








.fileinput
    label {
        font-family: 'FuturaStd-Book';
        font-size: 16px;
        color: #565656;
        display: block;
        margin-bottom: 3px;
    }
    .fileinput label.error {
        font-size: 14px;
        font-style: italic;
        color: red;
        display: none !important; 
    }
    .fileinput .browse {
        position: relative;
        padding-right: 87px;
    }
        .fileinput .browse.filename {
            display: block;
            width: 100%;
        }
        .fileinput-button {
            font-family: 'FuturaStd-Book';
            font-size: 16px;
            color: #FFF;
            position: absolute;
            top: 0;right:0;
            background: #40b29d;
        }
    

    .file-row {
        p.name {
            font-family: 'FuturaStd-Medium';
            font-size: 14px;
            color: #959595;
        }
        .progress {
            height: 5px;
            margin-top: 7px;

            .progress-bar-success {
                background-color: #40b29d;
            }

        }
        button {
            font-family: sans-serif;
            font-size: 14px;
            color: #717171;
            padding: 0;
            border: 0;
            background: none;
            outline: none;

        }
    }
}


@include keyframes(dropzone) {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: -33% -33%;
  }
}

.dropzone-wrapper 

    .dropzone-section {
    font-size: 12px;
    width: 100%;
    max-width: 272px;
    height: 34px;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 2px #e61d2b solid;
    background-color: transparent;
    border: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background: url(../images/upload-icon.png) right top no-repeat;
    background-size: contain;
    padding-left: 15px;
    padding-right: 50px;
    line-height: 1.2;
    padding-top: 2px;
    cursor: pointer;
}
        .dropzone-section.sending {
            animation-play-state: running;
        }

        .drop-area {
            width: 100%;height: 0;
            padding-bottom: 100%;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }


    .dropzone-previews  {
        //display: none;
        position: absolute;
        left: 0;top: 0;
        width: 100%;height: 100%;
        z-index: 1;
}
        .dropzone-previews .dz-upload {
            display: block;
            position: absolute;
            left: 0;top: 0;
            height: 100%;
            width: 0%;
            background: rgba(0,0,0,0.1);
            z-index: 2;
            //@include animate();
        }

        .dz-success-mark,
        .dz-error-mark {
            display: none;
        }

        .drop-image {
            //display: none;
            position: absolute;
            left: 0;top: 0;
            width: 100%;height: 100%; 
            z-index: 1;
        }
           .drop-image img {
                position: absolute;
                top: 0;bottom: 0;left: 0;right: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }


// Add Address
.add-address
    .tambah-poin
        .dropzone-section
            width: 100%;
            max-width: 360px;
            max-height: 250px;
            margin: auto;
            margin-bottom: 30px;
            overflow: hidden;
            position: relative;
            border-radius: 0;
            border: 15px #fde2ab solid;
            //background: url(../Images/dropzone-bg.jpg) center center no-repeat;
            background-color: #ff9a00;
            background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-size: 40% 40%;
            background-repeat: repeat;
            animation: dropzone 2s linear infinite;
            animation-play-state: paused;
}


