.ec-slide {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#ec-slide-list {
    position: relative;
    top: 0px;
    left: 0px;
}
#ec-slide-list li {
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    display: none;
    width: 100%;
}

.slide-photo {
    overflow: hidden;
    background: #043e86;
}
.slide-photo img {
    object-fit: cover;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transition: all 0.6s ease 0s;
    opacity: 0.7;
    -webkit-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    width: 100%;
}
.slide-photo.active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.ec-slide, .slide-photo img {
    height: 635px;
}

.slide-description {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slide-description .content {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 4rem;
    width: 75%;

}
.slide-description .content h3 {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}
#ec-slide-list li.active .slide-description .content h3 {
    opacity: 1;
    visibility: visible;

    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.slide-description .content h3.title {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
}
.slide-description .content h3.text {
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

    transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
}
.detail-btn {
    display: block;
    margin-top: 2rem;
    transition: all 0.35s ease 0.3s;
    -webkit-transition: all 0.35s ease 0.3s;
    -moz-transition: all 0.35s ease 0.3s;
}
.detail-btn.type-1 {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.75);
    -ms-transform: translateY(0.75);
    -webkit-transform: translateY(0.75);
}
#ec-slide-list li.active .detail-btn.type-1 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -ms-transform: translateY(1);
    -webkit-transform: translateY(1);
}
.detail-btn a {
    background: #043e86 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 46px;
    padding: 0.7rem 0;
    text-align: center;
    width: 215px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.detail-btn a:hover {
    background: #fff;
    color: #043e86;
}
.slide-description .content span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 3px;
    margin: 0.9rem 0 0.7rem;
    width: 132px;
}

.ec-slide-navs {
    bottom: 1rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    display: none;
}
.ec-slide-navs li {
    display: inline-block;
}
.ec-slide-navs li a {
    border: 3px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 12px;
    margin: 0 3px;
    width: 12px;
}
.ec-slide-navs li.active a {
    background: #fff;
}

.ec-slide-buttons {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    margin-top: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
}
.ec-slide-buttons a {
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    font-size: 72px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.ec-slide-buttons a:hover {
    color: rgba(255,255,255,1);
}
.ec-slide-buttons a .icon {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    width: inherit;
}
.ec-slide-buttons a.prev {
    left: 50px;
}
.ec-slide-buttons a.next {
    right: 50px;
}


@media only screen and (max-width: 767px) {

.ec-slide-buttons {
    display: none;
}

.slide-description .content {
    width: 100%;
}

.slide-description .content h3.text {
    display: none;
}

}

@media only screen and (min-width:320px) and (max-width:479px) {

.slide-description .content h3.title {
    font-size: 28px;
    line-height: 1.2;
}
.ec-slide, .slide-photo img {
    height: 460px;
}

}

@media only screen and (min-width:390px) and (max-width:479px) { }

@media only screen and (min-width:479px) and (max-width:767px) { 

.ec-slide, .slide-photo img {
    height: 530px;
}
.slide-description .content h3.title {
    font-size: 36px;
    line-height: 1.2;
}

}

@media only screen and (min-width: 767px) and (max-width: 991px) {
.slide-description .content {
    width: 72%;
}

}

@media screen and (min-width: 768px) {}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
.slide-description .content {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 4rem;
    width: 60%;
}
}

@media only screen and (min-width : 1824px) { }

