.skdslider{
    width:100%;
    position: relative;
    display: block;
    height:445px;
    clear: both;
    margin: auto;
    z-index: 99;
    background: #004ca2;
}
.slide_left{
    width: 270px;
    height: 455px;
    float: left;
    margin-top: 0px;
    background-color: #ededed;
}

.slide_left_tieude a{
    width:100%;
    height:52px;
    float: left;
    background: url(images/header.png) no-repeat center bottom;
}
.slide_left_tieude a{
    width:100%;
    height:52px;
    float: left;
    text-align: center;
    font-size: 18px;
    background-color: #000000;
    color: #ffffff;
    line-height: 52px;
    text-transform: uppercase;
}

.slide_left_tieude a span{
    margin-left: 10px;
    font-family: 'RobotoBold';
    opacity: 0.9;
}

.slide_left ul li{
    width: 100%;
    background: url(../../images/icon_menu_con.png) no-repeat #ededed;
    border-bottom: solid 1px #ffffff;
    float: left;
    background-position: 23px 30px;

}
.slides li{
    position: relative;
}
.slides li h3{
    width: 70%;
    position: absolute;
    top: 35%;
    left: 15%;
    z-index: 9999;
    text-align: center;
}
.slides li h3 img{
    width: auto !important;
    margin-bottom: 50px;
}
.slides li h3 p{
    color: white;
    text-align: center;
    font-family: 'RobotoBold';
    font-size: 40px !important;
    text-transform: uppercase;
    line-height: 25px;
}

.slides li h3 p span{
    color: white;
    text-align: center;
    font-family: 'RobotoBold';
    font-size: 25px !important;
    text-transform: none;
}
.slide_left ul li a{
    padding: 17px 0px 17px 50px;
    float: left;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'RobotoRegular';


}
.slide_left ul li a:hover{
    color: red;
}
.slide_right{
    width:100%;
    position: relative;
    display: block;
    overflow:hidden;
    height:100%;
    float: right;
}



@media (max-width: 1200px) {
    .skdslider{
        height:500px;
    }
    .skdslider:after {
        height:500px;
    }
}
@media (max-width: 1000px) {
    .skdslider{
        height:500px;
    }
    .skdslider:after {
        height:500px;
    }
}
@media (max-width: 880px) {
    .skdslider{
        height:300px;
    }
    .skdslider:after {
        height:300px;
    }
}
@media (max-width: 768px) {
    .skdslider{
        height:250px;
    }
    .skdslider:after {
        height:250px;
    }
}
@media (max-width: 580px) {
    .skdslider{
        height:200px;
    }
    .skdslider:after {
        height:200px;
    }
}
@media (max-width: 650px) {
    .skdslider{
        height:150px;
    }
    .skdslider:after {
        height:150px;
    }
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none; width: 50%}
.skdslider ul.slides li
{
    display: none;
}
.skdslider ul.slides li img{
    width: 100%;
    height:100%;
    border:0;
}

.skdslider ul.slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.skdslider ul.slide-navs li {
    float: left;
    background: url("slide-bg.png") no-repeat scroll 0 0 transparent;
    height:12px;
    width:12px;
    margin-right:4px;
    cursor:pointer;
}
.skdslider ul.slide-navs li.current-slide {
    background: url("slide-bg-active.png") no-repeat scroll 0 0 transparent;
}

.skdslider .slide-desc {
    background: url("slide_desc.png") repeat scroll 0 0 transparent;
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 15%;
    max-width: 85%;
    display:inline-block;
}
.skdslider .slide-desc > h2 {
    color: #CFDB0C;
    font-family: 'Oswald';
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.skdslider .slide-desc > p {
    color: #FFFFFF;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.skdslider .slide-desc > p a.more {
    color:#990000;
    font-size:20px;
    text-decoration:none;
}
.skdslider .slide-desc > p a.more:hover {
    text-decoration:underline;
}

.skdslider a.prev{
    background: url("left.png") no-repeat scroll 0 0 transparent;
    width:40px;
    height:50px;
    opacity: 1;
    cursor:pointer;
    position:absolute;
    top:50%;
    left:0;
    margin-top:-17px;
        -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.skdslider a.prev:hover{
    background: url("left1.png") no-repeat scroll 0 0 transparent;
}
.slide_trong:hover .prev{
    opacity: 1;
       -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.skdslider a.next{
    background: url("right.png") no-repeat scroll 0 0 transparent;
    width:40px;
    height:50px;
    display:block;
    opacity: 1;
    cursor:pointer;
    position:absolute;
    top:50%;
    right:0;
    margin-top:-17px;
      -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.skdslider a.next:hover{
    background: url("right1.png") no-repeat scroll 0 0 transparent;

}
.slide_trong:hover .next{
    opacity: 1;
       -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.skdslider a.prev:hover{

}
.skdslider a.next:hover{

}


.skdslider a.play{
    /*background: url("play.png") no-repeat scroll center center transparent;*/
    width:35px;
    height:35px;
    display:none;
    cursor:pointer;
    position:absolute;
    top:50%;
    left:48%;
    margin-top:-17px;
}

.skdslider a.pause{
    /*background: url("pause.png") no-repeat scroll center center transparent;*/
    width:35px;
    height:35px;
    display:none;
    cursor:pointer;
    position:absolute;
    top:50%;
    left:48%;
    margin-top:-17px;
}
/*Some Responsive CSS */
@media screen and (max-width:767px) {
    .skdslider .slide-desc > h2 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .skdslider .slide-desc > p {
        font-size: 14px;
        line-height: 15px;
        margin-top: 5px;
    }
    .skdslider .slide-desc > p a.more {
        font-size:14px;
    }
}