/****** COMMON ***********/
@font-face {
    font-family: "roboto";
    src: url("fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "roboto bold";
    src: url("fonts/roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "roboto italic";
    src: url("fonts/roboto/Roboto-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "open sans";
    src: url("fonts/OpenSans-Regular.ttf") format("truetype");
}

body {
    font-family: "roboto";
    font-size: 14px;
    color: #333;
    background: url("../images/bgr.png") center top;
}

.container {
    width: 1170px;
    margin: auto;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0px 10px !important;
        box-sizing: border-box;
    }
}

.max-header {

}

.row-header-1.cf {
    padding: 18px 0px 17px 0px;
}
.row-header-1.cf .logo{
    mix-blend-mode: lighten;
}
.row-header-1.cf .logo img{
    mix-blend-mode: lighten;
    max-width: 180px;
}

.max-width-content > .container {
    padding-top: 20px;
}

a:hover {
    color: #00acca;
}

.hide, .hidden {
    display: none;
}

.redborder {
    border: 1px solid red !important;
    margin-bottom: 10px !important;
}

.label_error {
    color: red !important;
    margin-bottom: 10px;
}

.label_success {
    margin-bottom: 10px;
}

.code-view.fl {
    margin: 8px 15px 0px 15px;
}

.text-logo {
    display: none;
}

.logo h1 {
    margin: 0px;
}

.logo span{
    color: #dd0101;
    display: block;
    text-decoration: none;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.logo:hover{
    color: #dd0101;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.support-user.fr {
    padding-top: 28px;
}

.support p {
    font-family: "roboto";
    font-size: 15px;
    color: #333;
}

.support .phone-sp {
    font-size: 16px;
    color: #dd0101;
}

/*login*/
.wrapper-login p {
    font-size: 15px;
    color: #333;
    font-family: "roboto";
}

.wrapper-login {
    position: relative;
    padding-left: 43px;
    margin-top: 6px;
}

.login {
    text-decoration: none;
    color: #333;
    font-family: "roboto";
}

.wrapper-login:before {
    content: " ";
    position: absolute;
    width: 33px;
    height: 33px;
    left: 0px;
    background: url("../images/icon-home.png") -44px -3px no-repeat;
    top: -7px;
}

.support {
    position: relative;
    padding-left: 43px;
    margin-right: 20px;
    margin-top: 4px;
}
.max-width-content.backgr_home{
    background: #fff;
}
.well-come-home{

}
.support:before {
    content: " ";
    position: absolute;
    width: 33px;
    height: 33px;
    left: 0px;
    background: url("../images/icon-home.png") -2px -2px no-repeat;
    top: -6px;
}
body .footer-login{
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 20px 0;
}
body .footer-login .mainmenu-simple{
    text-align: right;
}
body .footer-login .mainmenu-simple li{
    display: inline-block;
    list-style: none;
    margin-left: 15px;
}
body .footer-login .mainmenu-simple li a{
    color: #000;
}

.name {
    margin-left: 13px;
    line-height: 33px;
    font-size: 15px;
    padding-right: 20px;
    position: relative;
    /*border-bottom: 1px solid red;*/
    padding-bottom: 7px;
    z-index: 11111111;
    color: #fff;
}

.name:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 8px;
    right: 2px;
    background: url("../images/arrow.png") no-repeat 0px 0px;
    top: 14px;
}

.profile:hover {
    cursor: pointer;
}

.list-profile {
    border: 1px solid #c4c4c4;
    box-shadow: 0px 1px 1px 1px #eee;
    position: absolute;
    z-index: 1111111;
    background: #fff;
    right: 48px;
    top: 86px;
    display: none;
}

.list-profile:before {
    content: " ";
    position: absolute;
    width: 50px;
    height: 1px;
    background: red;
    top: -1px;
    left: -1px;
}

.list-profile > li > a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

ul.list-profile > li {
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 8px 10px;
}

.list-profile > li:hover {
    background: #f3f3f3;
}

.list-profile > li:hover > a {
    color: #00acca;
}

/*list-cate-menu*/

.title-menu-cate-video {
    margin: 12px 0px 10px 17px;
    font-size: 18px;
    font-family: "roboto bold";
    position: relative;
}

.title-menu-cate-video:before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 31px;
    right: 12px;
    background: url("../images/icon-home.png") -87px -2px no-repeat;
    top: -5px;
}

/*background: url("../images/up.png") 0px 2px no-repeat;*/

.list-cate-video {
    border: 1px solid #eee;
    position: absolute;
    top: 46px;
    width: 260px;
    border-top: none;
    box-sizing: border-box;
    left: -1px;
    height: 392px;
    background: #fff;
}

.list-cate-video ul > li {
    list-style: none;
    padding: 7px 15px 7px 18px;
    border-top: 1px solid #ddd;
}

.list-cate-video ul > li > a {
    text-decoration: none;
}

.title-item-menu-cate {
    color: #333 !important;
    font-size: 15px !important;
    margin-bottom: 2px;
}

.list-cate-video ul > li > a > span {
    color: #777;
    display: block;
    font-size: 13px;
    font-family: "roboto";
}

.menu-cate-video {
    width: 260px;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: none;
    border-radius: 7px 7px 0px 0px;
    position: relative;
}

/*main-menu*/
.main-menu > ul > li {
    float: left;
    list-style: none;
    padding: 0 10px;
}

.active-mainmenu > a, .activated > a {
    color: #00acca !important;
}

.main-menu > ul > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    float: left;
}

.main-menu > ul > li > a:hover {
    color: #00acca;
}

.main-menu .stick {
    height: 20px;
    display: inline-block;
    width: 1px;
    background: #dcdcdc;
    margin: 0px 13px;
}

.main-menu {
    margin-right: 18px;
    padding-top: 7px;
}

/*box-search*/
.box-search {
    margin-top: 11px;
}

.txt-search {
    width: 406px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 2px;
    height: 29px;
}

.txt-search:focus {
    outline: none;
}

.bt-search {
    width: 33px;
    height: 33px;
    background: url("../images/icon-home.png") -124px -3px no-repeat;
    margin-left: -18px;
    float: left;
}

.max-width-content {
background: #fff;
}

/*footer*/
.max-width-footer {
padding: 100px 0;
}

.col-footer {
    margin-right: 6%;
    color: #fff;
}
.col-footer a{
    color: #fff;
}

.col-footer:last-child {
    margin-right: 0px;
}

.col-footer-2, .col-footer-3, .col-footer-4 {
    width: 17%;
}

.title-col-footer {
    margin: 0px 0px 18px 0px;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    font-family: "roboto";
}

.copy-right {
    font-size: 16px;
    color: #00acca;
    font-family: "roboto";
    margin-bottom: 9px;
}

.address > span, .phone > span, .email > span {
    color: #333 !important;
}

.address, .phone, .email {
    font-size: 15px;
    color: #777;
    font-family: "roboto";
    margin-bottom: 9px;
}

.email {
    margin-bottom: 0px !important;
}

/*info-support*/
.list-support {
    list-style: none;
}

.list-support > li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}

.list-support > li:last-child {
    margin-bottom: 0px;
}

.list-support > li:before {
    content: " ";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 3px;
    top: 7px;
    background: #81898f;
    border-radius: 50%;
}

.list-support > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    font-family: "roboto";
}

/*totop*/
.totop {
    position: fixed;
    bottom: 220px;
    right: 4px;
    display: none;
    z-index: 111;
}


/*pagination*/
.pagination {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 15px;
}

.pagination a {
    text-decoration: none;
    width: 33px;
    height: 33px;
    border: 1px solid #e0e0e0;
    float: left;
    font-size: 16px;
    line-height: 33px;
    margin-right: 10px;
    border-radius: 3px;
    color: #333;
}

.wrapper-pagination {
    text-align: center;
    margin-bottom: 20px;
}

.pagination div {
    display: inline-block;
}

.pagination .current, .pagination a.pageLink:hover {
    text-decoration: none;
    width: 33px;
    height: 33px;
    border: 1px solid #1dbed0;
    float: left;
    font-size: 16px;
    line-height: 33px;
    margin-right: 10px;
    background: #1dbed0;
    color: #fff;
    border-radius: 3px;
}

.first_page {
    background: url("../images/pagination.png") no-repeat 11px center;
}

.last_page {
    background: url("../images/pagination.png") no-repeat -14px center;
}

.avatar {
    border-radius: 25px;
}

/*main-content*/
.left-col {
    box-sizing: border-box;
    float: left;
    width: 260px;
    display:none;
}

.left-col .block {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 8px 15px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.left-col .block .block_title {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    border-bottom: 3px solid #d9d9d9;
    padding-bottom: 10px;
}

.left-col .block ul > li {
    margin: 0px 0px;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0px;
    list-style: none;
}

.left-col .block ul > li a {
    color: #333;
    display: block;
    font-family: arial;
    font-size: 13px;
    margin-bottom: 1px;
    padding: 4px;
    text-decoration: none;
    font-weight: bold;
}

.left-col .block ul > li a:before {
    left: 0px;
    top: 6px;
    content: " ";
    width: 10px;
    height: 10px;
    background: url("../images/icon-menu-left.png") 0px 5px no-repeat;
    width: 10px;
    height: 10px;
    padding: 1px 7px;
}

.clear {
    clear: both;
}

.center-2col-left {
    float: right;
    width: 100%;
    line-height: 29px;
    font-size: 16px;
}

/*title-blue*/
.wrapper-title-blue {
    border-bottom: 1px solid #eee;
}

.title-blue {
    margin: 0px;
    font-weight: normal;
    font-size: 20px;
    color: #00acca;
    border-bottom: 3px solid #00acca;
    font-family: "roboto bold";
    padding-bottom: 9px;
    padding-top: 4px;
    text-transform: uppercase;
    display: inline-block;
}

/*breadcrumbs*/
.wrapper-breadcrumbs {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
}

.list-breadcrumb.cf {
    list-style: none;
}

.list-breadcrumb > li {
    float: left;
}

.list-breadcrumb > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #777;
}

.list-breadcrumb h2 {
    font-size: 14px;
}

.stick-bread {
    margin: 0px 6px;
}

/*menu-left*/
.title-box-menu {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    border-bottom: 3px solid #d9d9d9;
    padding-bottom: 10px;
}

.box-menu {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.list-box-menu > li {
    margin: 0px 0px;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0px;
    list-style: none;
}

.list-box-menu > li > a {
    font-family: "roboto";
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    color: #333;
}

.list-box-menu > li > a:before {
    position: absolute;
    left: 0px;
    top: 6px;
    content: " ";
    width: 10px;
    height: 10px;
    background: url("../images/icon-menu-left.png") 0px 0px no-repeat;
}

.img-user.fl > img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
}

.name-mem {
    color: #00acca;
    text-decoration: none;
}

.info-mem {
    width: 60%;
    line-height: 20px;
}

/*popup*/
.full {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    z-index: 11;
    display: none;
}

.close-popup {
    position: absolute;
    right: -21px;
    top: -22px;
}

.close-popup:hover {
    cursor: pointer;
}

.wrapper-popup {
    position: fixed;
    z-index: 1111;
    background: #fff;
    left: 33%;
    border-radius: 6px;
    top: 266px;
    display: none;
}

.news-faqs .block {
    width: 48.7%;
}

.news-faqs .blocks0 {
    float: left;
}

.news-faqs .blocks1 {
    float: right;
}

.buy_package {
    background: url("../images/i_mua_videos.png") no-repeat;
    height: 32px;
    padding-top: 5px;
    padding-left: 45px;
    margin-right: 20px;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
    .news-faqs .block {
        width: 100% !important;
    }

    .news-faqs .blocks1 {
        width: 100% !important;
    }

    .view-all {
        margin-bottom: 15px;
    }
}

.pos4 .block_title::before {
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 26px;
}

.pos4 .block_newslist .block_title::before {
    background: rgba(0, 0, 0, 0) url("../images/icon-home.png") no-repeat scroll -36px -43px;
}

.pos4 .block_aq .block_title::before {
    background: rgba(0, 0, 0, 0) url("../images/icon-home.png") no-repeat scroll -75px -45px;
}

.pos4 .block_title {
    font-family: "roboto bold";
    font-size: 20px;
    padding-left: 35px;
    position: relative;
    text-transform: uppercase;
}

.pos4 .block_title a {
    color: #333;
    text-decoration: none;
}

.pos4 {
    margin-top: 25px;
    margin-bottom: 28px;
}

.menu-cate-video:hover {
    cursor: pointer;
}

.menu-cate-video-active .list-cate-video {
    display: block !important;
    background: #fff !important;
    z-index: 1111;
    box-shadow: 0px 0px 9px #ccc;
}

.menu-cate-video-home.menu-cate-video-active .list-cate-video {
    background: initial !important;
}

.menu-cate-video-active .title-menu-cate-video:before {
    background: url("../images/up.png") 0px 2px no-repeat !important;
}


/*popup*/
.wrapper-popup {
    width: 509px;
}

.title-popup {
    height: 50px;
    background: #00acca;
    border-radius: 6px 6px 0px 0px;
    font-size: 18px;
    color: #fff;
    font-family: "roboto bold";
    text-transform: uppercase;
    line-height: 51px;
    padding-left: 20px;
}

.content-popup {
    padding: 20px;
}

.content-popup p {
    margin-bottom: 8px;
    font-size: 16px;
}

.name-course-popup {
    font-family: "roboto bold";
}

.wrapper-bt-popup {
    margin-top: 24px;
    margin-bottom: 15px;
}

.agree {
    color: #fff;
    font-family: "roboto bold";
    font-size: 16px;
    background: #00acca;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 6px;
}

.disagree {
    color: #fff;
    font-family: "roboto bold";
    font-size: 16px;
    background: #777;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 6px;
}

.agree:hover, .disagree:hover {
    color: #fff !important;
}

.price-view {
    color: #f00101;
}

/*popup*/
.wrapper-popup {
    top: 150px;
}

.wrapper-txt-share {
    margin-bottom: 13px;
}

.email-share {
    width: 290px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.numview-share {
    width: 90px;
    height: 36px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.label-txt-share {
    width: 177px;
    line-height: 32px;
    font-size: 15px;
}

.des-detail-video p {
    margin-bottom: 10px;
}

.title-video-detail-2 {
    font-family: "roboto bold";
    font-size: 15px;
    padding-top: 15px;
}

#player_video_news_module {
    width: 100%;
    height: auto
}


@media only screen and (min-width: 600px) and (max-width: 900px) {
    .box-search {
        margin-top: 11px;
        display: none;
    }

    .menu-cate-video .list-cate-video {
        display: none;
    }

    .logo {
        text-align: center;
        width: 100%;
    }

    .name {
        display: none;
    }

    .bt-res {
        display: block;
        width: 30px;
        float: left;
        margin-top: 0px;
    }

    .line-bt-res {
        display: block;
        background: #00acca;
        width: 100%;
        height: 5px;
        margin-bottom: 3px;
        border-radius: 2px;
    }

    .main-menu, .menu-cate-video {
        display: none;
    }

    .sb-toggle-right {
        float: right;
        padding: 0px 0 0;
        width: 30px;
    }

    .navicon-line {
        display: block;
        background: #00acca;
        width: 100%;
        height: 5px;
        margin-bottom: 3px;
        border-radius: 2px;
    }

    .sb-slidebar {
        width: 70%;
    }

    .title-menu-cate-video:before {
        display: none;
    }

    .sb-slidebar .list-cate-video {
        position: absolute;
        top: 46px;
        width: 100%;
        border-top: none;
        box-sizing: border-box;
        left: -1px;
        height: 400px;
        background: transparent !important;
    }

    .sb-slidebar .title-menu-cate-video {
        margin: 12px 0px 10px 0px !important;
        font-size: 18px;
        font-family: "roboto bold";
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding-bottom: 8px !important;
    }

    .support {
        margin-right: 0px;
        margin-left: 14px;
        margin-top: -1px;
    }

    .support {
        margin-right: 0px;
        margin-left: 14px;
        margin-top: -1px;
    }

    .top_recharge {
        display: none;
    }

    .profile.fr {
        margin-top: 15px;
        margin-right: 15px;
        position: absolute;
        top: 15px;
        right: 0px;
        width: 60px;
    }

    .support-user.fr {
        width: 100%;
    }

    .wrapper-login {
        margin-top: 15px;
        margin-right: 15px;
        position: absolute;
        top: 15px;
        right: 0px;
        width: 60px;
        height: 47px;
    }

    .login {
        display: block;
    }

    .login + span {
        display: none;
    }

    .wrapper-login:hover > p {
        display: block;
    }

    .wrapper-login > p {
        position: absolute;
        top: 40px;
        width: 100px;
        right: 0px;
        border: 1px solid #c4c4c4;
        box-shadow: 0px 1px 1px 1px #eee;
        padding: 3px 0px 3px 10px;
        background: #fff;
        display: none;
    }

    .wrapper-login:before {
        content: " ";
        position: absolute;
        width: 33px;
        height: 33px;
        left: 50px;
        background: url("../images/icon-home.png") -44px -3px no-repeat;
        top: 3px;
    }

    .wrapper-login:after {
        content: " ";
        position: absolute;
        width: 10px;
        height: 8px;
        right: 2px;
        background: url("../images/arrow.png") no-repeat 0px 0px;
        top: 14px;
    }

    .row-header-1 > .wrapper-login {
        display: block !important;
    }

    .profile {
        position: relative;
    }

    .profile:before {
        content: " ";
        position: absolute;
        width: 10px;
        height: 8px;
        right: 2px;
        background: url("../images/arrow.png") no-repeat 0px 0px;
        top: 14px;
    }

    .list-profile {
        width: 180px;
        top: 40px !important;
        right: 0px !important;
    }

    .max-width-content {
        padding-top: 10px;
    }


    .order.fr {
        margin-top: 14px !important;
    }

    .sl-order {
        margin-top: 15px !important;
    }

    .pagination {
        margin-bottom: 20px !important;
    }
}

@media only screen and (min-width: 650px) and (max-width: 1170px) {
    .info-mem {
        float: left;
        padding-left: 15px;
    }

    .img-video-home > img {
        width: 100%;
    }

}

@media only screen and (min-width: 780px) and (max-width: 1170px) {
    .center-2col-left {
        width: 70% !important;
        float: left !important;
        padding-left: 25px;
        box-sizing: border-box;
        padding-bottom: 20px;
    }

}

@media only screen and (min-width: 650px) and (max-width: 780px) {
    .center-2col-left {
        width: 100% !important;
        float: left !important;
        padding-left: 0px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 550px) {
    .item-video-home.fl {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .left-col {
        width: 100% !important;
    }
}

@media only screen and (max-width: 650px) {
    .box-search {
        margin-top: 11px;
        display: none;
    }

    .row-header-1.cf .logo img {
        mix-blend-mode: lighten;
        max-width: 130px;
    }
    .support-user.fr{
        padding: 0;
    }

    .menu-cate-video .list-cate-video {
        display: none;
    }

    .news-faqs .block {
        width: 100%;
    }

    .view-all {
        margin-bottom: 15px;
    }

    .col-footer {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }

    .title-video-home > ul > li {
        margin-right: 15px !important;
        padding-right: 0px !important;
    }

    .title-video-home > ul > li > a {
        font-size: 17px !important;
        float: left !important;
        margin-right: 0px !important;
    }

    .logo {
        text-align: center;
        width: 100%;
    }

    .name {
        display: none;
    }

    .bt-res {
        display: block;
        width: 30px;
        float: left;
        margin-top: 15px;
        margin-right: 15px;
        position: absolute;
        top: 15px;
        left: 20px;
    }

    .line-bt-res {
        display: block;
        background: #00acca;
        width: 100%;
        height: 5px;
        margin-bottom: 3px;
        border-radius: 2px;
    }

    .main-menu, .menu-cate-video {
        display: none;
    }

    .sb-toggle-right {
        float: right;
        padding: 0px 0 0;
        width: 30px;
    }

    .navicon-line {
        display: block;
        background: #00acca;
        width: 100%;
        height: 5px;
        margin-bottom: 3px;
        border-radius: 2px;
    }

    .sb-slidebar {
        width: 70%;
    }

    .title-menu-cate-video:before {
        display: none;
    }

    .sb-slidebar .list-cate-video {
        position: absolute;
        top: 46px;
        width: 100%;
        border-top: none;
        box-sizing: border-box;
        left: -1px;
        height: 400px;
        background: transparent !important;
    }

    .sb-slidebar .title-menu-cate-video {
        margin: 12px 0px 10px 0px !important;
        font-size: 18px;
        font-family: "roboto bold";
        position: relative;
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding-bottom: 8px !important;
    }

    .support {
        margin-right: 0px;
        margin-left: 14px;
        margin-top: -1px;
    }

    .support {
        margin-right: 0px;
        margin-left: 45px;
        margin-top: 5px;
    }

    .top_recharge {
        display: block;
    }

    .buy_package {
        background: url(../images/i_mua_videos.png) no-repeat 15px 0px;
        height: 32px;
        padding-top: 5px;
        padding-left: 60px;
        margin-right: 20px;
    }

    .profile.fr {
        margin-top: 15px;
        margin-right: 15px;
        position: absolute;
        top: 15px;
        right: 0px;
        width: 60px;
    }

    .support-user.fr {
        width: 100%;
    }

    .wrapper-login {
        margin-top: 15px;
        margin-right: 15px;
        position: absolute;
        top: 15px;
        right: 0px;
        width: 60px;
        height: 47px;
    }

    .login {
        display: block;
    }

    .login + span {
        display: none;
    }

    .wrapper-login:hover > p {
        display: block;
    }

    .wrapper-login > p {
        position: absolute;
        top: 40px;
        width: 100px;
        right: 0px;
        border: 1px solid #c4c4c4;
        box-shadow: 0px 1px 1px 1px #eee;
        padding: 3px 0px 3px 10px;
        background: #fff;
        display: none;
    }

    .wrapper-login:before {
        content: " ";
        position: absolute;
        width: 33px;
        height: 33px;
        left: 50px;
        background: url("../images/icon-home.png") -44px -3px no-repeat;
        top: 3px;
    }

    .wrapper-login:after {
        content: " ";
        position: absolute;
        width: 10px;
        height: 8px;
        right: 2px;
        background: url("../images/arrow.png") no-repeat 0px 0px;
        top: 14px;
    }

    .row-header-1 > .wrapper-login {
        display: block !important;
    }

    .profile {
        position: relative;
    }

    .profile:before {
        content: " ";
        position: absolute;
        width: 10px;
        height: 8px;
        right: 2px;
        background: url("../images/arrow.png") no-repeat 0px 0px;
        top: 14px;
    }

    .list-profile {
        width: 180px;
        top: 40px !important;
        right: 0px !important;
    }


    .max-width-content {
        padding-top: 10px;
    }

    .center-2col-left {
        width: 100% !important;
    }

    .order.fr {
        margin-top: 14px !important;
    }

    .sl-order {
        margin-top: 15px !important;
    }

    .pagination {
        margin-bottom: 20px !important;
    }

    .img-news-featured {
        width: 100%;
        margin-bottom: 10px;
    }

    .img-news-featured > img {
        width: 100%;
    }

    .img-video-home > img {
        width: 100%;
    }

    .img-video-home {
        width: 100%;
    }
}

.benmarch{
    display: none;
}
.top_recharge {
    background: url("../images/recharge.png") no-repeat;
    height: 32px;
    padding-top: 5px;
    padding-left: 45px;
    margin-right: 20px;
}



@media only screen and (min-width: 550px) and (max-width: 700px) {
    .item-img > img {
        width: 100%;
    }

    .info-lecturers {
        width: 150px !important;
    }

    .block_videos .item-video-home.fl {
        width: 47% !important;
    }

    .block_videos .item-video-home:nth-child(3n) {
        margin-right: 30px !important;
    }

    .block_videos .item-video-home:nth-child(2n), .block_videos .item-video-home:nth-child(4n), .block_videos .item-video-home:last-child {
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .item-video-home > a > img {
        width: 100%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
    #navigation__search__input {
        width: 200px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 1170px) {
    .profile_bh {
        display: none;
    }

    .support {
        display: none;
    }

    .left-col {
        width: 30%;
    }

}

@media only screen and (max-width: 800px) and (min-width: 650px) {
    .left-col {
        width: 100% !important;
    }

    .profile_bh {
        display: none;
    }

    .support {
        display: none;
    }
}

.menu-res {
    display: none;
}

@media (max-width: 575.98px) {
    .totop{
        bottom: 40px;
    }


    .profile_bh {
        display: none;
    }

    .support {
        display: none;
    }

    .support-user.fr {
        text-align: center;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .totop{
        bottom: 40px;
    }


    .support-user.fr {
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .totop{
        bottom: 40px;
    }

    .support-user.fr {
        text-align: center;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .support {
        display: inline-block;
    }

    .profile_bh {
        display: inline-block;
    }
}

@media (min-width: 1200px) {

}