* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: url(../images/bg.jpg) no-repeat center top #000;
    overflow-x: hidden;
}

.video {
    width: 100%;
    height: 636px;
    overflow: hidden;
    position: absolute;
}

.video video {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 636px;
}

.wrapper .container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.wrapper .container .link {
    position: absolute;
    top: 100px;
    left: 420px;
	background: #d32929;
    padding: 9px;
}

.wrapper .container .link a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    margin: 0 4px;
}

.wrapper .container .link a.fb {
    width: 20px;
    height: 20px;
    background: url(../images/ic-fb.png) no-repeat;
}

.wrapper .container .svs {
    padding-top: 200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.wrapper .container .svs .ss2rs {
    width: 325px;
    min-height: 420px;
    background: rgba(159, 21, 21, 0.3);
    background: -moz-linear-gradient(top, rgba(159, 21, 21, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(159, 21, 21, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(159, 21, 21, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(159, 21, 21, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(159, 21, 21, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(153 115 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f1515', endColorstr='#000000', GradientType=0 );
}

.wrapper .container .svs .ss2rs .head {
    border-bottom-color: rgba(182, 61, 61, 0.1);
}

.wrapper .container .svs .ss6rs {
    width: 325px;
    min-height: 420px;
    background: rgba(5, 106, 124, 0.3);
    background: -moz-linear-gradient(top, rgba(5, 106, 124, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5, 106, 124, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(5, 106, 124, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(5, 106, 124, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(5, 106, 124, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(22 17 17) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056a7c', endColorstr='#000000', GradientType=0 );
}

.wrapper .container .svs .ss6rs .head {
    border-bottom-color: rgba(61, 141, 182, 0.1);
}

.wrapper .container .svs .ss6 {
    width: 325px;
    min-height: 420px;
    background: rgba(57, 172, 68, 0.3);
    background: -moz-linear-gradient(top, rgba(57, 172, 68, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(57, 172, 68, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(57, 172, 68, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(57, 172, 68, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(57, 172, 68, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(255 0 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ac44', endColorstr='#000000', GradientType=0 );
}

.wrapper .container .svs .ss6 .head {
    border-bottom-color: rgba(70, 182, 61, 0.1);
}

.wrapper .container .svs .head {
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.wrapper .container .svs .head img {
    margin: 0 5px;
}

.wrapper .container .svs .svsc {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 25px;
}

.wrapper .container .svs .sv {
    width: 293px;
    height: 89px;
    position: relative;
    transition: all .3s ease;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: block;
    margin-bottom: 15px;
}

.wrapper .container .svs .sv img {
    display: block;
}

.wrapper .container .svs .sv:hover {
    transform: scale(1.05);
}

.wrapper .container .svs .sv .new {
    width: 73px;
    height: 70px;
    background: url(../images/new.png) no-repeat;
    position: absolute;
    top: -20px;
    right: -30px;
}

.wrapper .footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 5px;
}

.wrapper .footer a {
    color: #694c3d;
    text-decoration: none;
}

.wrapper .footer a:hover {
    text-decoration: underline;
}

.wrapper .footer ._1 {
    color: #ffdc95;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wrapper .footer ._2 {
    color: #694c3d;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.wrapper .footer ._3 {
    color: #332a2f;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
