﻿.header-menu li{
    position: relative;

}
.header-menu-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}
.header-menu li .header-menu-mask:after,
.header-menu li .header-menu-mask:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(11,163,155,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.header-menu li .header-menu-mask:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.header-menu li:hover .header-menu-mask:before,
.header-menu li:hover .header-menu-mask:after,
.header-menu li.active .header-menu-mask:before,
.header-menu li.active .header-menu-mask:after  {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.header-menu li:hover .header-menu-title,
.header-menu li.active .header-menu-title{
    color: #FFF;
}
.scroll-box,
.index-news-list-date,
.index-insect-img,
.index-insect-title,
.products-list,
.contact-info-out{
    transition: all .3s linear;
}

.scroll-box:hover{
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}
.scroll-box:hover i{
    animation: fadeUpout-banner-arrow 2s linear 0s infinite alternate;
}



.index-insect-list:hover .index-insect-img{
    transform: scale(1.1);
}
.index-insect-list:hover .index-insect-title{
    font-size: 18px;
    font-weight: bold;
    color: #0ba39b;
}
.index-insect-link{
    position: relative;
    overflow: hidden;
}
.index-insect-link span{
    position: relative;
    z-index: 1;
}
.index-insect-link:after{
    content: 'none';
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f39800;
    pointer-events: none;
    transform: scale(0,1);
    transition: all .3s linear;
}
.index-insect-link:hover{
    border: 1px solid  #f39800;
}
.index-insect-link:hover:after{
    transform: scale(1,1);
}
.index-insect-link:hover span{
    color: #FFF;
    font-weight: bold;
}
.index-news-list:hover .index-news-list-img{
    transform: scale(1.2);
}
.index-news-list:hover .index-news-list-date{
    color: #f39800;
    font-weight: bold;
}
.index-news-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.4);
    transition: all .3s linear;
    pointer-events: none;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    background-image: url('../img/logo.png');

}
.index-news-list:hover .index-news-mask{
    opacity: 1;
}
.index-news-list:hover .index-news-list-title{
    color: #557b00;
}
.problem-list-title,
.problem-list i,
.products-img-box span,
.products-info-box,
.footer-info-list a,
.footer-menu-list a,
.contact-drop-ifno-box{
    transition: all .3s linear;
}

.problem-list:hover .problem-list-title{
    font-weight: bold;
    color: #f39800;
}
.problem-list:hover i{
     color: #f39800;
}
.problem-list-title-box.problem-icon .problem-list-icon i{
    transform: rotate(180deg);
}
.news-list-box .index-news-list:hover{
    box-shadow: rgba(0,0,0,0.5)0px 2px 5px;
}
.products-list:hover .products-img-box span{
    transform: scale(1.2);
}

.products-list:hover .products-info-box {
    background-color: #f39800;
}

.index-insect-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear;
    background-color: rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-image: url('../img/hover-icon.png');
}
.index-insect-list:hover .index-insect-mask{
    opacity: 1;
}

.news-page-link:hover .news-page-link-img-box{
    transform: scale(2);
}
.news-page-link:hover .news-page-title-box{
    transform: translate(0,-20px);
    opacity: 0;
}
.news-page-link:hover .news-page-link-mask{
    opacity: 1;
}
.news-page-link-prev:hover  .news-page-link-icon{
    left: 0;
    transition-delay: .1s;
}
.news-page-link-next:hover  .news-page-link-icon{
    right: 0;
    transition-delay: .1s;
}
.contact-button:hover{
    background-color: #f39800;
    font-weight: bold;
}

.footer-info-list:hover a{
    color: #0ba39b;
}
.footer-menu-list a:hover{
    color: #0ba39b;
}
.contact-drop input{
      cursor: pointer;
}
.contact-drop input:hover + .contact-drop-info-box .contact-drop-ifno-box{
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
  
}

.contact-info-out:hover{
    background-color: #000;
    color: #FFF;
}
.top{
    transition: all .3s linear;
}
.top:hover{
    color: #f39800;
    letter-spacing: 2px;
    font-weight: bold;
}
.footer-link{
    top: 0;
    position: relative;
    transition: all .3s linear;
}
.footer-link:hover{
    top: -10px;
}