html {
  /* scroll-behavior: smooth; */
}

img{max-width: 100%;}

.div-menu{bottom: 35px;}

.menu-holder{
    height: 80px;
    clear: both;
    float: none;
}

nav{
    float: right;
    width: calc(100% - 250px);
}

.logo {
    width: 250px;
    float: left;
    margin-top: 0;
    display: block;
}

.logo img{
    width: 200px;
    margin-left: 50px;
}

.page{
    padding: 30px 0;
}

.product-item{
    width: calc(20% - 84px);
    min-width: 180px;
    vertical-align: top;
    margin: 0px 15px;
}

.product-item > a > div{
    background-color: transparent;
    position: relative;
}

.product-item > a > div > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s all;
}

.product-item:hover img{
    transform: translate(-50%, -50%) scale(1.1);
}

footer{
    padding-top: 30px;
    background-color: #359842;
}

footer div.contact{
    padding: 0px 25px;
    width: 100%;
    clear: both;
    overflow: auto;
}

div.contact div.con-info{
    width: 50%;
    float: left;
}

address{
    font-style: normal;
    max-width: 430px;
    margin: 0px auto;
}

ul.contact-info{padding: 30px 0;}

ul.contact-info li{margin: 20px 0;}

ul.contact-info li a:link, ul.contact-info li a:visited{color: #fff;}

ul.contact-info li a:link span:first-of-type, ul.contact-info li a:visited span:first-of-type{
    display: inline-block;
    width: 80px;
    vertical-align: top;
}

ul.contact-info li a:link span:last-of-type, ul.contact-info li a:visited span:last-of-type{
    display: inline-block;
    padding-left: 20px;
    max-width: 210px;
    vertical-align: top;
}

ul.contact-info li p{color: #fff;}

ul.contact-info li p span:first-of-type{
    display: inline-block;
    width: 80px;
    vertical-align: top;
}

ul.contact-info li p span:last-of-type{
    display: inline-block;
    padding-left: 20px;
    max-width: 320px;
    vertical-align: top;
}

.socials{
    margin: 25px 0;
    text-align: center;
}

.socials-item{
    display: inline-block;
    padding: 15px;
    margin: 10px;
    position: relative;
}

.socials-item a{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

.socials-item img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s all;
}

.socials-item img.wihte-social{}

.socials-item img.green-social{
    opacity: 0;
}

.socials-item:hover img.wihte-social{
    opacity: 0;
}

.socials-item:hover img.green-social{
    opacity: 1;
}

.contact-form{
    padding: 30px 0;
    padding-bottom: 0;
    padding-left: 25px;
    border-left: 1px solid #fff;
}

.form-control{
    margin: 20px auto;
    width: 410px;
}

.form-control label{
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

.form-control label sup{color: red;}

.form-control input{
    display: block;
    width: 410px;
    padding: 5px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
}


.form-control textarea{
    display: block;
    width: 410px;
    padding: 5px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 250px;
    resize: none;
    border-radius: 3px;
}


.form-control span.error{color: red;}

.form-control button.contact-submit{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.25s all;
}

.form-control button.contact-submit:hover{
    background-color: #fff;
    color: #359842;
}


.form-control input::placeholder, .form-control textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7b7b7;
  opacity: 1; /* Firefox */
}

.form-control input:-ms-input-placeholder, .form-control textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b7b7b7;
}

.form-control input::-ms-input-placeholder, .form-control textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #b7b7b7;
}

.contact p.contact-header{
    font-weight: bold;
    color: #fff;
    padding: 0px 75px;
    text-transform: uppercase;
}

.button-slide-left svg{
    transition: 0.25s all;
    transform: rotateZ(180deg);
}


.button-slide-right svg{
    transition: 0.25s all;
}

.st0{fill:#00A651;}
.st1{fill:none;stroke:#000000;stroke-width:16.5631;stroke-miterlimit:10;}

.button-slide-left svg:hover .st0, .button-slide-right svg:hover .st0{fill: #FFF;}

.subProduct-page-left{position: relative;}

.next-cat{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 75px;
    transform: translateY(-50%);
}

.prv-cat{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%);
}

.prv-cat svg{
    transform: rotateZ(180deg);
}

.cat-ho{
    transition: 0.25s all;
    cursor: pointer;
    z-index: 1;
}

/* .cat-ho:hover .st0{fill: #fff;} */


.cert{margin: 0px 40px;}

.cert-img{
    width: 150px;
    height: 150px;
    overflow: hidden;
}




/* Loading Spinner */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  /* my style */
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.product-detail{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 152, 66, 0.8);
    z-index: 10;
    display: none;
}

.detail-scrol{overflow-y: scroll;}

.details{
    width: calc(100% - 60px);
    min-height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    display: none;
}

.detail-back{
    height: 60px;
    margin-bottom: 25px;
}

.detail-back svg{
    transform: rotateZ(180deg);
    width: 40px;
    cursor: pointer;
    margin: 10px 20px;
}

.detail-list{padding: 25px 15px;}

.detail-item{
    padding: 10px;
    margin: 10px;
}

.detail-item p{
    color: #00a651;
    cursor: pointer;
}

.detail-item p span:first-of-type{vertical-align: middle;}

.detail-item p span:first-of-type svg{
    width: 20px;
    transition: 0.25s all;
}

.detail-item p span:last-of-type{vertical-align: middle;}

.detail-info{
    transition: 0.25s all;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.detail-column{
    display: inline-block;
    width: calc(50% - 4px);
    min-height: 500px;
    margin-top: 25px;
    vertical-align: top;
    min-width: 250px;
}

.column-text{
    background-color: #00a651;
}

.info-img{}

.info-img img{}

.column-text> p, .column-text> *{
    color: #fff;
    margin: 0px auto;
    text-align: justify;
    padding: 15px;
    line-height: 25px;
}

.info-open{
    height: 600px; /* auto */
}

.info-open-icon svg{
    transform: rotateZ(90deg);
}

.keep-right{margin-left: 60px;}
.keep-left{margin-right: 60px;}
.subProduct-page-left > p:first-of-type{
    margin-top: 0;
    padding: 0;
    padding-left: 40px;
    position: absolute;
    top: -38px;
    z-index: 2;
}

.subProduct-page-left > p:nth-of-type(2){padding-left: 40px;}

.subProduct-page{min-height: 0;}

.row-item-subProduct > div{min-width: 300px;}

@media only screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape){
    .row-product > div, .row-product, .product-page-item {
        display: block;
        height: 430px;
    }
    
    .item-product{
        margin: 0px auto;
        float: none;
    }
    
    .row-item-subProduct > div{
        height: 500px;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait){
    .row-product > div, .row-product, .product-page-item {
        display: block;
        height: 430px;
    }
    
    .item-product{
        margin: 0px auto;
        float: none;
        height: 430px;
        width: 85%;
    }
    
    .subProduct-page-left > p:first-of-type{top: -30px;}
    
    .keep-right, .keep-left{
        margin: 0px;
    }
    
    .row-item-subProduct > div{width: 370px;}
}

@media only screen and (max-width: 1024px){
    .row-product > div, .row-product, .product-page-item {
        display: block;
        height: 430px;
    }
    
    .row-product-cat, .list-product-cat{
        width: 100%;
        display: block;
    }
    
    .item-product{
        margin: 0px auto;
        float: none;
        height: 430px;
        width: 85%;
    }
    
    .row-item-subProduct > div{
        width: 370px;
        height: auto;
    }
    
    .row-category{
        display: block;
        left: 50%;
    }
    
    .subProduct-page-left > p:first-of-type{top: -30px;}
    
    .keep-right, .keep-left{
        margin: 0px;
    }
    
	.div-menu{
		bottom: 0px;
	}
	
	ul.contact-info li p span:last-of-type{max-width: 260px;}
	
	.form-control{width: 320px!important;}
	
	.form-control input, .form-control textarea{width: 320px;}
	
	.show-slide > img {
        width: auto;
        max-width: 1000%;
        height: 100%!important;
    }
}

@media only screen and (max-width: 414px){
    
    html {
        height: auto;
    }
    
    header{z-index: 3;}
    
    .div-responsv-menu{z-index: 9;}
    
    .logo img {
        width: 150px;
        margin-left: 0;
        margin-top: 15px;
    }
    
    div.contact div.con-info {
        width: 100%;
        float: none;
    }
    
    .contact-form{
        border: none;
    }
    
    .contact p.contact-header{padding: 0;}
    
    .div-menu-scroll .menu-bar{margin-right: 0;}
    
    .subProduct-page-left > p:first-of-type,
    .subProduct-page-left > p:nth-of-type(2){
        padding-left: 0px;
        text-align: justify;
    }
    
    .row-item-subProduct > div {
        min-width: 300px;
        min-height: 410px;
        height: auto;
    }
    
    .row-item-subProduct{display: block!important;}
    
    .cat-ho{display: none;}
    
    .info-open{height: auto;}
    
    .row-item-subProduct > div{    width: 100%;}
}

@media only screen and (max-width: 412px){
    .logo{
        width: 150px;
    }
}

@media only screen and (max-width: 375px){
    .menu-bar{margin-right: 72px;}
    
    .logo{width: 150px;}
    
    ul.contact-info li p span:last-of-type{width: 200px;}
    
    .contact-form{padding-left: 0;}
    
    .form-control {
        width: 100%!important;
    }
    
    .form-control input, .form-control textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 375px){
    ul.contact-info li p span:first-of-type,
    ul.contact-info li a:link span:first-of-type,
    ul.contact-info li a:visited span:first-of-type{
        display: block;
        width: 100%;
    }
    
    ul.contact-info li p span:last-of-type,
    ul.contact-info li a:link span:last-of-type,
    ul.contact-info li a:visited span:last-of-type{
        width: 100%;
        display: block;
        margin: 10px 0;
        padding: 0;
    }
}

@media only screen and (max-width: 320px){
    .logo {
        width: 100px;
    }
    
    .logo img {
        width: 100px;
        margin-left: 0;
        margin-top: 25px;
    }
    
    .row-item-subProduct > div {
        min-width: 200px;
    }
    
    .detail-column{
        min-width: 100%;
    }
}





