@import url(works_grid.css);
@import url(_banner.css);

body {
    background-image: none;
}
.site-footer {
    background: none;
}
.video-sect {
    padding: 95px 0 80px;
}
.video-sect .container {
    max-width: 1312px;
}
.video-sect .sect-title {
    background: url(../images/_icon/title.png) no-repeat 0 3px;
    color: #A48254;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.4;
    padding: 0 0 10px 40px;
    border-bottom: 1px solid #A48254;
    margin-bottom: 10px;
}
.video-sect .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.video-sect .item {
    position: relative;
}
.video-sect .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.video-sect .video,
.video-sect .intro {
    width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.video-sect .intro {
    float: right;
    background: #181818;
}
.video-sect .intro {
    padding: 8px;
}
.video-sect .intro-content {
    border: 1px solid #A48254;
    padding: 20px 8% 20px;
    min-height: 270px;
}
.video-sect .intro .description,
.video-sect .intro .info {
}
.video-sect .video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-right: 3px;
}
.video-sect .video-box,
.video-sect .video iframe {
    width: 100%;
    height: 100%;
}
.video-sect .slick-dots {
    text-align: center;
    margin-top: 30px;
}
.video-sect .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.video-sect .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #B49AC0;
    background: none;
    text-indent: -99999px;
    overflow: hidden;
    text-align: left;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.video-sect .slick-dots li.slick-active button {
    background-color: #B49AC0;
}

.works-sect {
    padding-bottom: 160px;
}
.works-sect .works-grid {
    margin-top: 50px;
}
.works-sect .btn-box {
    padding-top: 66px;
}
.works-sect .btn.more {
    width: 100%;
    max-width: 480px;
    color: #B49AC0;
    border-color: #B49AC0;
    font-size: 16px;
    padding: 8px;
}
.works-sect .btn.more:hover {
    background-color: rgba(255,255,255,0.10);
}

@media screen and (max-width: 900px) {
    .video-sect .intro-content {
        min-height: 0;
    }
    .video-slide {
        max-width: 640px;
        margin: 0 auto;
    }
    .video-sect .video,
    .video-sect .intro {
        float: none;
        width: auto;
    }
    .video-sect .video {
        position: static;
        padding-right: 0;
        margin-top: 5px;
    }
    .video-sect .video-box {
        height: auto;
        width: auto;
        padding-top: 56.25%;
        position: relative;
    }
    .video-sect .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .works-sect {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 479px) {
    .video-sect .intro-content {
        padding: 20px;
    }
}