/*==================================================*/
.video {
    margin-bottom: 30px;
    background: #f8f8f8;
    border-bottom: solid 5px #e5e5e5;
    position: relative;
}
.video:before{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 100%;
	border-bottom: solid 5px #00529c;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.video:hover:before{
	right:0;
}
.video .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
}
.video .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.video:hover .img:before{
    opacity: 1;
    visibility: initial;
}
.video .tend {
    padding: 15px 20px;
}
.video .tend h3{
    display: block;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600;
    overflow: hidden;
}
.video:hover .tend h3{
    color:#00529c;
}
.video .link a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.video .img .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #00208c;
    height: 65px;
    width: 65px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.4s;
    cursor: pointer;
    background: #ffffff;
}
.video .img .play:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width: 100%;
    height: 100%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.video:hover .img .play:after{
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow: 0 0 20px #fff;
    -o-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}
.video .img .play i{
    padding: 13px 27px;
}
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.4);
        -webkit-transform:translate(-50%,-50%) scale(1.4);
        transform:translate(-50%,-50%) scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.4);
        -webkit-transform:translate(-50%,-50%) scale(1.4);
        transform:translate(-50%,-50%) scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.4);
        -webkit-transform:translate(-50%,-50%) scale(1.4);
        transform:translate(-50%,-50%) scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.4);
        -webkit-transform:translate(-50%,-50%) scale(1.4);
        transform:translate(-50%,-50%) scale(1.4);
        opacity: 0;
    }
}
/*===========================================*/
.designMy .fancybox-close{
    width: 45px;
    height: 45px;
    background: #00529c;
    color:#ffffff;
    border-radius: 100%;
}
.designMy .fancybox-close:before{
    content: "\f00d";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    line-height: 30px;
}
/*=========================================================*/
.videoOther .title{
    margin-bottom: 20px;
}
.videoOther .title h2{
    font-size: 14px;
    line-height: 23px;
    background: #00529c;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.itemVideo{
}
.itemVideo:after{
    content: "";
    display: block; 
    clear: both;
}
.itemVideo .img{
    width: 90px;
    float: left;
    margin-right: 15px;
}
.itemVideo .tend{
    overflow: hidden;
}
.itemVideo .tend a{
    font-size: 16px;
    line-height: 24px;
    display: block;
    max-height: 48px;
    overflow: hidden;
    font-weight: normal;
}
.slideOther{
    padding-bottom: 65px;
}
.slideOther .slick-list{
    margin: -15px 0;
}
.slideOther .item{
    padding: 15px 0;
    border-top: dotted 1px rgba(0,0,0,0.15);
}
.slideOther .slick-arrow{
    width: 40px;
    height: 40px;
    background: #e5e5e5;
    font-size: 0;
    color:#00529c;
    position: absolute;
    bottom:0;
    left: 50%;
    border: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slideOther .slick-prev{
    margin-left: -23px;
}
.slideOther .slick-next{
    margin-left: 23px;
}
.slideOther .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 16px;
    line-height: 24px;
}
.slideOther .slick-prev:before{
    content: "\f078";
}
.slideOther .slick-next:before{
    content: "\f077";
}
.slideOther .slick-arrow:hover{
    color:#ffffff;
    background: #00529c;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){

}

@media all and (max-width: 460px){

}