@media screen and (min-width:768px) {
    .hs-case .case-con .swiper-slide dl:hover a {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .hs-serice .serice-con .blk:hover {
        box-shadow: 0px 0 60px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0px 0 60px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 0 60px rgba(0, 0, 0, 0.13);
        -o-box-shadow: 0px 0 60px rgba(0, 0, 0, 0.13);
    }
    .hs-serice .serice-con .blk:hover .info * {
        color: #1a00ff;
        transition: all 0.6s ease 0s;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }
    .hs-abouts section .item:hover p {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .hs-client .items a:hover {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.13) !important;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
        -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
        -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
    }
    .hs-client .items a:hover i {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
    }
    .footer .sbtn .btn:hover {
        border-color: rgba(255, 255, 255, .5);
    }
    .footer .sbtn .btn:hover {
        border: #fff 1px solid;
        background-color: transparent;
        color: #fff;
    }
    .hs-case .case-cifa .arrow-l:hover {
        background-image: url(../img/arrow-curr.png);
    }
    .hs-case .case-cifa .middle:hover {
        background-image: url(../img/arrow-curr.png);
    }
    .hs-case .case-cifa .middle-long:hover {
        background-image: url(../img/arrow-long-curr.png);
    }
    .hs-case .case-cifa .arrow-r:hover {
        background-image: url(../img/arrow-curr.png);
    }
    .hs-abouts section .item:hover p:after {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        -ms-animation: sonarEffect 1.3s ease-out 75ms;
        -o-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
    }
    .hs-fnav .pc a:hover {
        color: #001f56;
    }
    .hs-fnav .pc a:hover:after {
        content: '';
        opacity: 1;
        color: #001f56;
    }
    .hs-aboutus section .item:hover .abus01 {
        background-image: url(../img/abs01-curr.png);
    }
    .hs-aboutus section .item:hover .abus02 {
        background-image: url(../img/abs02-curr.png);
    }
    .hs-aboutus section .item:hover .abus03 {
        background-image: url(../img/abs03-curr.png);
    }
    .hs-aboutus section .item:hover .abus04 {
        background-image: url(../img/abs04-curr.png);
    }
    .hs-aboutus section .item:hover h1, .hs-aboutus section .item:hover span {
        color: #001f56;
    }
    .hs-aboutus section .item:hover p:after {
        -webkit-animation: sonarEffectUs 1.3s ease-out 75ms;
        -moz-animation: sonarEffectUs 1.3s ease-out 75ms;
        -o-animation: sonarEffectUs 1.3s ease-out 75ms;
        animation: sonarEffectUs 1.3s ease-out 75ms;
    }
    .side-bar>a:hover, .side-bar>a:hover {
        background: #1a00ff;
    }
    .side-bar a.gotop:hover {
        background: #1a00ff;
    }
    .popover .close:hover {
        background: #1a00ff
    }
    .hs-wrap .quote-info .link a:hover {
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
        color: #001f56;
    }
    .hs-wrap .data section p:hover i {
        color: #0eb519;
    }
    .hs-wrap .data section p:hover {
        background-color: transparent;
    }
    .hs-wrap .contother a:hover {
        background-color: #2222fb;
    }
    .hs-wrap .contother a:hover {
        background-color: #2222fb;
    }
}