/*
Create by Ta Hoang An
*/

*{
    border-radius: 0px !important;
}
header#header
{
    background: #00a965;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.search-box, .dropdown-notifications, .profile
{
    margin-top: 15px;
}
.dropdown-container
{
    width: 300px !important;
    max-width: 300px !important;
}
.sidebar .panel-body
{
    padding: 0px;
}
.sidebar .panel-body .list-group
{
    margin-bottom: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 0px 0px;
}
#adt-slide-header .item img{
    display: block;
    width: 100%;
    height: auto;
}
#adt-slide-header
{
    margin-bottom: 20px;
}
.owl-wrapper-outer{
    position: relative;
}
.owl-prev{
    position: absolute;
    top: 38%;
    left: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #99a9ad !important;
}
.owl-prev > i {
    font-size: 40px;
    color: #fff;
    padding-right: 6px;
}
.owl-next{
    position: absolute;
    top: 38%;
    right: 0px;
    z-index: 1;
    width: 50px;
    height:50px;
    background-color: #99a9ad !important;
}
.owl-next > i {
    font-size: 40px;
    color: #fff;
}
@media all and (max-width: 480px) {
    .owl-prev{
        top: 30%;
        width: 30px;
        height: 30px;
    }
    .owl-next{
        top: 30%;
        width: 30px;
        height: 30px;
    }
    .owl-prev > i{
        font-size: 25px
    }
    .owl-next > i{
        font-size: 25px
    }
}
footer#footer
{
    background: #333;
    padding: 30px 0px;
    color: #fff;
    padding-bottom: 10px !important;
    margin-top: 20px;
}
.list-course li{
    border-bottom: 1px solid #efefef !important;
    padding: 5px 15px;
    cursor: pointer;

}
.list-course li .course-label, .list-course li .course-label a
{
    color: #999;
}
.list-course li:hover
{
    background: #dddddd;
    color: #333;
}
.category-page .panel-body
{
    padding: 0px;
}
/*BACK TO TOP*/
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    background: #ddd;
    color: #666;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border: 1px solid #adadad;
}
#back-to-top:hover {
    background: #e1e3e4;
    color: #444;
}
#back-to-top.show {
    opacity: 1;
}
/*BACK TO TOP*/

.spacing {
    padding-top:7px;
    padding-bottom:7px;
}
.middlePage {
    width: 680px;
    height: 500px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 700px)
{
    .middlePage
    {
        width: 80%;
    }
}
.logo {
    color:#fff;
}
.logo small
{
    color: #fff;
}

body.login {
    width:100px;
    height:100px;
    background: -webkit-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* FF3.6+ */
    background:     -ms-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* IE10 */
    background:      -o-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Opera 11.10+ */
    background:         linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* W3C */
}
.related-video li
{
    margin-bottom: 5px;
    border-bottom: 1px dotted #efefef;
}
.related-video
{
    margin-bottom: 0px;
}