﻿/*our case*/
*{
    padding: 0;
    margin: 0;
    border:0;
}
.code_color{
        color: #6B6B6B;
}
.ourexample{
	padding-top: 50px;
}
.ourexample .margin_caneter{
      margin-bottom: 25px;
}
.case.isotope-box{
	position: relative;
	padding:0;
	height:364px;
	overflow: hidden;
}
.case.isotope-box img{
	/*height:360px;*/
}

.isotope-box img {
    /*width: 100%;*/
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.isotope-box:hover img{
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.21);
    transform: scale(1.2);
}

	.isotope-box:hover .overlay{
       opacity: 1;
     }
     .isotope-box:hover .dsc{
	    opacity: 1;
	}


.isotope-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(36, 76, 125, 0.9);
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.isotope-box .dsc {
     -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left;
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 43px;
    left: 25px;
    width: calc(100% - 40px);
    z-index: 20;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope-box .dsc::before{
	position: absolute;
	content:'';
	width:45px;
	height:46px;
	background: url(../img/arrow02.png) no-repeat;
    background-size: 100% 100%;
	top: 10px;
    right: 26px;
	 -webkit-transform: scale(.8);
    transform: scale(.8);
}
.isotope-box .dsc span{
	display: inline-block;
    margin-top: 140px;
}
@media screen and (max-width:768px){
    .isotope-box .dsc span{
       margin-top:64px;
    }
     .tab {
    padding: 8px 34px!important;
    border: 1.4px solid #A0A0A0!important;
    margin-right: 10px!important;
    }
    .code_color{
        font-size:12px!important;
        letter-spacing:0!important;
        margin-bottom:0!important;
    }
    .video_list{
        margin-top: 26px!important;
    }
    .play_smicon{
        -webkit-transform: translate(-50%,-50%) scale(.5);
        -o-transform: translate(-50%,-50%) scale(.5);
        transform: translate(-50%,-50%) scale(.5);
    }
    .swiper-pagination-bullet{
        width:6px!important;
        height:6px!important;
    }
  
}
.isotope-box .dsc h5 {
    color: #fff;
    letter-spacing: 1px;
     font-size: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 0;
}
.isotope-box .dsc p {
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 15px;
    margin-left: -5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.isotope-box a {
    z-index: 12;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.isotope-box .dsc a {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    color: #fff;
}
#panel_kx{display:none;}


.ourexample .isotope-box,.ourexample .our_server_desc,.ourexample .margin_caneter{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;
}
.ourexample .our_server_desc.active{
    -webkit-animation: recruit_cpanel_move 0.5s ease-in 1s forwards;
    -o-animation: recruit_cpanel_move 0.5s ease-in 1s forwards;
    animation: recruit_cpanel_move 0.5s ease-in 1s forwards;
}
.ourexample .margin_caneter.active{
     -webkit-animation: recruit_cpanel_move 0.8s ease-in 1s forwards;
    -o-animation: recruit_cpanel_move 0.8s ease-in 1s forwards;
    animation: recruit_cpanel_move 0.8s ease-in 1s forwards;
}
.ourexample .isotope-box.active{
     -webkit-animation: recruit_cpanel_move 1s ease-in 1s forwards;
    -o-animation: recruit_cpanel_move 1s ease-in 1s forwards;
    animation: recruit_cpanel_move 1s ease-in 1s forwards;
}
@keyframes recruit_cpanel_move {
    0%{
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity:0;
    }
    100%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity:1;
    }
}

.container-fluid{
    overflow: hidden;
}
@media (min-width: 768px){
    .col-sm-4 {
        width: 33%!important;
    }
    .isotope-box img{
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}