﻿body {
    background: #eee;
    padding-top: 0;
}

.cover {
}

.main-info {
    font-size: 0;
    margin-top: 45px;
}

header {
    opacity: 0.2;
    transition: 0.4s all ease;
    position: relative;
}

    header:hover {
        opacity: 1;
    }

.signcmdmessage {
    margin-top: 20px;
    line-height: 50px;
    margin: 40px auto 0;
    text-align: center;
    text-align: center;
    height: 96px;
    padding: 20px 33px;
    background: #e7e7e7;
    font-size: 12px;
}

    .signcmdmessage .btn-sign {
        width: 137px;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: 0;
        margin-top: 5px;
        margin: 0 auto 0;
        border: 1px solid;
    }

.academy-title {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .academy-title .statistic {
        font-size: 0;
        padding: 30px 0;
    }

        .academy-title .statistic span {
            font-size: 15px;
            width: 28%;
            position: relative;
            display: inline-block;
            margin: 0 1.6666%;
            letter-spacing: px;
            color: #bbb;
            text-align: center;
        }

            .academy-title .statistic span:before {
                content: '';
                position: absolute;
                left: -5px;
                top: 20px;
                height: 40px;
                width: 2px;
                background: linear-gradient(#eee, #ddd, #eee);
            }

            .academy-title .statistic span:first-child {
                width: 34%;
            }

            .academy-title .statistic span:last-child:before {
                display: none;
            }

            .academy-title .statistic span strong {
                display: block;
                font-weight: 500;
                font-size: 20px;
                margin-top: 15px;
                color: #000;
            }

    .academy-title .academy-logo {
        background: #FFFFFF;
        border-radius: 16px;
        height: 120px;
        padding: 0;
        display: block;
    }

        .academy-title .academy-logo img {
            text-align: center;
            margin: 0 auto;
            max-width: 184px;
            max-height: 60px;
        }

        .academy-title .academy-logo .short-desc {
            text-align: center;
            font-size: 20px;
            color: #000;
            margin-top: 10px;
            letter-spacing: -1px;
            font-weight: 500;
        }

.empty-educations {
    height: 400px;
    padding: 100px 0 200px;
    text-align: center;
    background: #fff url(/images/empty.gif) no-repeat center bottom -40px;
    background-size: 450px;
    border-radius: 16px;
    margin: 20px 0;
    font-size: 20px;
    color: #999;
    letter-spacing: -1px;
}

.academy-about {
    width: 68%;
    display: inline-block;
}

.academy-search {
    margin-top: 0;
    position: relative;
}

    .academy-search .search-input {
        background: #F9F7F7;
        border-radius: 0;
        height: 55px;
        padding-right: 25px;
        letter-spacing: -1px;
        border: 0;
        margin: 10px 0 0 0;
    }

        .academy-search .search-input::placeholder {
            color: #000 !important;
        }

    .academy-search .search-button {
        text-align: center;
        left: 10px;
        position: absolute;
        width: 55px;
        height: 55px;
        background: url(/images/search-academy.png) no-repeat center center;
        font-weight: bold;
        font-size: 0;
        background-size: 34px;
        line-height: 55px;
        top: 11px;
    }

.academy-about .academy-desc {
    font-size: 13px;
    text-align: justify;
    padding: 15px 0 0;
    line-height: 35px;
    min-height: 100px;
    border-radius: 8px;
    margin: 10px 0 0 0;
}

.academy-about .academy-menu {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 8px;
    padding: 0 15px;
}

    .academy-about .academy-menu li {
        display: inline-block;
        height: 50px;
        margin-left: 20px;
        vertical-align: middle;
    }

        .academy-about .academy-menu li a {
            color: #444;
            cursor: pointer;
            display: block;
            font-size: 14px;
            height: 50px;
            line-height: 50px;
            font-weight: 500;
            position: relative;
        }

            .academy-about .academy-menu li a:before {
                content: '';
                position: absolute;
                left: -10px;
                ;
                height: 20px;
                width: 2px;
                background: linear-gradient(#e7e7e7,#ccc,#e7e7e7);
                top: 15px;
            }

.academy-link {
    position: relative;
    background: url(/images/bg-scaled.png) top;
    font-size: 22px;
    text-align: left;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 60px;
    background-size: 100%;
    font-weight: 200;
    width: calc(100%);
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ddd;
    top: -60px;
}

    .academy-link #copytext {
        z-index: 2;
        position: relative;
    }

    .academy-link:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #ddd;
        border-radius: 8px;
        z-index: 1;
    }

.academy-chat-btn-blink {
    background: #da0000;
    position: absolute;
}


.academy-chat-btn, .follow {
    font-size: 16px;
    text-align: left;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-weight: 400;
    letter-spacing: -0.5px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #0209a7;
    text-align: right;
    color: #000;
    cursor: pointer;
    width: 44%;
    padding: 0 10px;
}

.follow {
    background: #0E22B4;
    border: 2px solid #0E22B4;
    color: #fff;
    text-align: center;
}

.academy-chat-btn {
    margin-left: 4%;
}

    .academy-chat-btn:before {
        content: '';
        background: url('/icons/ico-sms.png') no-repeat center;
        background-size: 25px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 15px;
        width: 25px;
        height: 25px;
    }

.academy-chat-btn-blink {
    position: absolute;
    left: -3px;
    top: 46px;
    width: 126px;
    height: 58px;
    background: #0209a7;
    border-radius: 10px;
    animation: 1s blinksblue infinite alternate;
}

@keyframes blinksblue {
    0% {
        background: #0209a744;
    }

    100% {
        background: #fff;
    }
}

.copycompletedtext {
    position: absolute;
    top: -40px;
    left: 0;
    width: 65px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    background: #444;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    display: none;
}

    .copycompletedtext:before {
        content: '';
        position: absolute;
        left: 25px;
        bottom: -5px;
        border-top: 5px solid #444;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.academy-bullets {
    font-size: 0;
}

.academy-about .academy-bullets .academy-bullets-categories,
.academy-about .academy-bullets .academy-bullets-histories {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 25px;
    font-weight: 200;
    position: relative;
}

    .academy-about .academy-bullets .academy-bullets-categories h2,
    .academy-about .academy-bullets .academy-bullets-histories h2 {
        color: #444;
        font-size: 16px;
        letter-spacing: -1px;
        position: relative;
        width: 150px;
        margin-bottom: 20px;
    }

        .academy-about .academy-bullets .academy-bullets-categories h2:before,
        .academy-about .academy-bullets .academy-bullets-histories h2:before {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 0;
            height: 2px;
            width: 100%;
            background: linear-gradient(-90deg,#aaa,#eee);
        }

    .academy-about .academy-bullets .academy-bullets-categories li {
        display: inline-block;
        background: #f7f1aa;
        margin-left: 5px;
        padding: 5px;
        margin-bottom: 5px;
        color: #333;
        border-radius: 4px;
        font-weight: 500;
        font-size: 12px;
        border: 1px solid #fff;
    }

    .academy-about .academy-bullets .academy-bullets-histories li {
        height: 30px;
        padding-right: 30px;
        background: url(/icons/tick.png) no-repeat top right;
        background-size: 20px;
        letter-spacing: -0.5px;
    }

.academy-about .academy-bullets .academy-bullets-histories {
    margin-left: 4%;
}

    .academy-about .academy-bullets .academy-bullets-histories:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 2%;
        width: 2px;
        height: 100%;
        background: linear-gradient(#ddd,#aaa,#ddd);
    }

.academy-link .copy {
    background: url(/images/copy.png) no-repeat center center #FF0000;
    border-radius: 7px 0px 0px 7px;
    position: absolute;
    width: 45px;
    height: 48px;
    left: -1px;
    background-size: 20px;
    font-size: 0;
    border: 0;
    top: -1px;
    z-index: 2;
}

    .academy-link .copy:active {
        background-color: #0E22B4;
    }

.academy-link .copy-text {
    display: none;
}

.admin-section {
    display: block;
    font-size: 0;
    padding: 20px 0 0;
}

.academy-buttons .academy-management {
    background: #fff url(/icons/ico-academy.png) no-repeat left 15px center / 30px;
}

.academy-buttons .education-management {
    background: #fff url(/icons/ico-education.png) no-repeat left 15px center / 30px;
}

.academy-buttons .ti-management {
    background: #fff url(/icons/ico-teacher.png) no-repeat left 15px center / 30px;
}

.academy-buttons .academy-discount {
    background: #fff url(/icons/ico-discount.png) no-repeat left 15px center / 30px;
}

.academy-buttons .user-registered {
    background: #fff url(/icons/ico-users.png) no-repeat left 15px center / 30px;
}

.academy-buttons .notification-sms {
    background: #fff url(/icons/ico-sms.png) no-repeat left 15px center / 30px;
}

.haminar-rate {
    border-radius: 10px;
    font-size: 15px;
    color: #0e22b4;
    margin-top: 12px;
    padding: 0px 20px;
    font-weight: 500;
    color: #950;
    display: block;
}

.academy-buttons ul {
    display: block;
    font-size: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

    .academy-buttons ul li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 4%;
        height: 60px;
        border-radius: 4px;
        border-radius: 9px;
    }

        .academy-buttons ul li:nth-child(2n) {
            margin-left: 0;
        }

        .academy-buttons ul li a {
            font-size: 12px;
            line-height: 60px;
            color: #000;
            width: 100%;
            display: block;
            padding: 0 25px 0 0;
            font-weight: 500;
        }

        .academy-buttons ul li:hover {
            background-color: #fffee1;
        }

.admin-section .setting-box {
    border-radius: 10px;
    width: 28%;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}

.admin-section .notifbox {
    border-radius: 10px;
    width: 27%;
    display: inline-block;
    margin-top: 20px;
    margin-right: 2%;
    vertical-align: top;
}

.admin-section .academy-buttons {
    width: 35%;
    vertical-align: top;
    display: inline-block;
}

.admin-section .academy-contact {
    display: inline-block;
    vertical-align: top;
    width: 7%;
    margin-left: 2%;
    margin-right: 2%;
}

    .admin-section .academy-contact .academy-contact-chat {
        display: block;
        background: #d7ffc5;
        height: 100px;
        border-radius: 10px;
        margin-top: 20px;
        position: relative;
        padding: 30px 15px;
        font-size: 12px;
        text-align: center;
        color: #000;
        border: 1px solid;
    }

    .admin-section .academy-contact .academy-contact-faq {
        display: block;
        background: #edfaff;
        height: 100px;
        border-radius: 10px;
        margin-top: 20px;
        position: relative;
        line-height: 2;
        padding: 20px 13px;
        font-size: 12px;
        text-align: center;
        color: #000;
        border: 1px solid #000;
    }

        .admin-section .academy-contact .academy-contact-chat span,
        .admin-section .academy-contact .academy-contact-faq span {
            background: #eee;
            width: 30px;
            height: 30px;
            border-radius: 20px;
            background: #14aa57;
            position: absolute;
            left: -12.5px;
            top: 20px;
            font-size: 15px;
            text-align: center;
            line-height: 30px;
            color: #fff;
        }

        .admin-section .academy-contact .academy-contact-faq span {
            background: #36c;
        }

.admin-section .notifbox {
    border-radius: 10px;
    width: 24%;
    display: inline-block;
    margin-top: 20px;
    margin-right: 2%;
    vertical-align: top;
}

.admin-section .setting-box .setting-menu {
    border-radius: 10px;
    background: #fff url(/images/pngwing.png) no-repeat left bottom/ 40%;
    width: 100%;
    height: 222px;
    padding: 20px;
    border: 1px solid #ddd;
}

.admin-section .notifbox .about-notcompleted {
    background: #FFF5D0;
    border-radius: 7px;
    font-size: 12px;
    color: #000;
    margin-top: 0;
    text-align: justify;
    line-height: 29px;
    padding: 12px;
    font-weight: 200;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.Creditbox {
    height: 58px;
    background: linear-gradient(90deg,#0f1e5e, #011e9f);
    border-radius: 9px;
    font-size: 15px;
    color: #fff;
    margin-top: 12px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
}

    .Creditbox span {
        font-size: 31px;
        font-weight: 500;
        color: #fff;
        margin-right: 20px;
    }

    .Creditbox .toman {
        transform: rotate(-35deg);
        display: inline-block;
        font-size: 11px;
    }

.academy-buttons .setting-box .setting-menu :nth-child(2n) {
    margin-left: 0;
}

.admin-section .setting-box .setting-menu p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    color: #011e9f;
    border-bottom: 1px solid #eee;
    height: 40px;
}

.admin-section .setting-box .setting-menu ul {
    font-size: 0;
    margin-top: 15px;
}

    .admin-section .setting-box .setting-menu ul li {
    }

        .admin-section .setting-box .setting-menu ul li a {
            color: #000;
            cursor: pointer;
            display: block;
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            font-weight: 200;
            position: relative;
            padding-right: 36px;
        }

            .admin-section .setting-box .setting-menu ul li a img {
                width: 15px;
                top: 9px;
                right: 0;
                position: absolute;
            }

.academy-teacher {
    background: #fff url(/images/Vector-teacher.png) no-repeat right bottom/ auto 90%;
    height: 200px;
    margin-top: 0;
    box-shadow: 0px 3px 0px #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    line-height: 200px;
}

    .academy-teacher .academy-teacher.title {
        right: 159px;
        font-size: 37px;
        color: #000f79;
        letter-spacing: -3.5px;
        font-weight: 500;
        position: absolute;
        bottom: -4px;
    }

    .academy-teacher ul {
        font-size: 0;
        height: 200px;
        text-align: left;
        width: 72%;
        float: left;
        position: relative;
        padding: 0 0 0 120px;
    }

        .academy-teacher ul:before {
            background: url(/icons/next.png) no-repeat center center;
            content: '';
            position: absolute;
            right: 20px;
            width: 50px;
            height: 50px;
            top: 72px;
        }

        .academy-teacher ul:after {
            background: url(/icons/back.png) no-repeat center center;
            content: '';
            position: absolute;
            left: 30px;
            width: 50px;
            height: 50px;
            top: 72px;
        }

        .academy-teacher ul li {
            display: inline-block;
            margin-left: 2%;
            vertical-align: middle;
        }

.academy-education .academy-education-latest {
    position: relative;
    direction: rtl;
    text-align: right;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    padding: 20px 0;
    overflow-x: hidden;
    font-size: 0;
    width: 100%;
}

    .academy-education .academy-education-latest ul {
        display: block;
        position: relative;
        z-index: 2;
        padding: 10px 0 0 0;
        font-size: 0;
    }

        .academy-education .academy-education-latest ul li {
            width: 48%;
            vertical-align: top;
            margin-left: 4%;
            display: inline-block;
            position: relative;
        }

            .academy-education .academy-education-latest ul li:nth-child(2n) {
                margin-left: 0;
            }

        .academy-education .academy-education-latest ul > li > a {
            color: #000;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.8;
            text-align: justify;
            transition: 0.5s all ease;
            background: #fff;
            position: relative;
            display: block;
            border-radius: 6px;
            margin-bottom: 30px;
            background: #FFFFFF;
            border-radius: 8px;
        }

        .academy-education .academy-education-latest ul li > a .main-tag {
            height: 30px;
            position: absolute;
            width: 64px;
            top: 8px;
            right: 45%;
            color: #0e22b4;
            font-weight: 500;
            border-radius: 7px;
            text-align: center;
            line-height: 30px;
            z-index: 2;
            font-size: 16px;
            width: auto;
        }

            .academy-education .academy-education-latest ul li > a .main-tag:before {
                content: '';
                position: absolute;
                bottom: -2px;
                left: 0;
                right: 0;
                height: 2px;
                background: linear-gradient(90deg, #f7f7f7, #ddd, #f7f7f7);
            }

        .academy-education .academy-education-latest ul li a img {
            border-radius: 6px;
            width: 40%;
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .academy-education .academy-education-latest ul li a h2 {
            border: none;
            border-radius: 0 0 6px 6px;
            color: #2b2b2b;
            height: 131px;
            font-size: 16px;
            font-weight: 700;
            line-height: 28px;
            opacity: 1;
            padding: 10px;
            position: relative;
            transition: 0.5s all ease;
            width: 100%;
            margin: 0 auto;
            text-align: right;
            overflow: hidden;
            font-weight: 500;
            margin-top: 10px;
            padding-right: 46%;
            padding-top: 50px;
        }

        .academy-education .academy-education-latest ul li a h3 {
            font-size: 14px;
            font-weight: 400;
            padding: 0 10px;
            margin-bottom: 15px;
            padding-right: 46%;
            color: #999;
        }

            .academy-education .academy-education-latest ul li a h3 span {
                background: #fffcbe;
                color: #777;
                border-radius: 6px;
                padding: 0 5px;
                margin-right: 5px;
            }

        .academy-education .academy-education-latest ul li a .edu-summery {
            padding: 0 10px;
            text-align: justify;
            color: #444;
            overflow: hidden;
            margin-bottom: 10px;
            padding-right: 43%;
            display: none;
        }

            .academy-education .academy-education-latest ul li a .edu-summery p {
                font-size: 13px;
                text-align: justify;
                line-height: 20px;
                height: 75px;
                letter-spacing: -0.5px;
                color: #777;
                padding: 0 12px;
            }

        .academy-education .academy-education-latest ul li a .date-teacher {
            height: 54px;
            line-height: 50px;
            position: relative;
            transition: 0.5s all ease;
            width: 90%;
            margin: 0 auto;
        }

            .academy-education .academy-education-latest ul li a .date-teacher .teachername {
                color: #00307c;
                font-size: 12px;
                font-weight: 400;
                position: absolute;
                right: 20px;
                text-align: right;
                top: 0;
                transition: 0.5s all ease;
                border-radius: 4px;
                height: 29px;
                overflow: hidden;
            }

            .academy-education .academy-education-latest ul li a .date-teacher .startdate {
                color: #111;
                font-size: 12px;
                font-weight: lighter;
                right: 20px;
                line-height: 1.2;
                margin: 0;
                position: absolute;
                top: 36px;
                transition: 0.5s all ease;
                letter-spacing: -0.5px;
            }

        .academy-education .academy-education-latest ul li a .webinarcardbox {
            position: relative;
            margin-top: 25px;
            width: 100%;
            transition: 0.5s all ease;
        }

            .academy-education .academy-education-latest ul li a .webinarcardbox span {
                border: none;
                color: #333;
                background: #d8dbee !important;
                font-size: 16px;
                height: 50px;
                line-height: 50px;
                opacity: 1;
                padding: 0 12px;
                position: relative;
                transition: 0.5s all ease;
                text-align: left;
                margin: 0 auto;
                color: #0e22b4;
                width: 100%;
                display: block;
                border-top: 4px solid #FFF;
                border-radius: 0px 0px 8px 8px;
                font-weight: normal;
                font-weight: 500;
            }

            .academy-education .academy-education-latest ul li a .webinarcardbox p {
                color: #0E22B4;
                font-size: 17px;
                margin: 0;
                position: relative;
                transition: 0.5s all ease;
                text-align: center;
                padding: 14px 0 46px;
                font-weight: bold;
                background: #FFCFCF;
                border-top: 4px solid #0E22B4;
                box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
                border-radius: 0px 0px 10px 10px;
                height: 40px;
            }

            .academy-education .academy-education-latest ul li a .webinarcardbox strong {
                font-size: 19px;
                transition: 0.5s all ease;
            }

        .academy-education .academy-education-latest ul li .edu-more {
            position: absolute;
            width: 61px;
            height: 61px;
            right: 30px;
            bottom: 16px;
            background: #E3E5F4;
            background-size: auto;
            background-size: auto;
            background-size: 35px;
            border-radius: 50px;
            font-size: 0;
            z-index: 5;
            animation: 1s blinks infinite alternate;
            cursor: pointer;
            padding: 0;
            border: 0;
        }

            .academy-education .academy-education-latest ul li .edu-more::before {
                content: '';
                position: absolute;
                width: 48px;
                height: 48px;
                left: 6.5px;
                top: 6.5px;
                background: #0e22b4 url(/icons/more.png) no-repeat center;
                background-size: auto;
                background-size: auto;
                background-size: 30px;
                border-radius: 50px;
                font-size: 0;
                z-index: 3;
            }

        .academy-education .academy-education-latest ul li a .webinar-price {
            position: relative;
            padding: 0 10px;
            height: 44px;
            padding-right: 43%;
        }

            .academy-education .academy-education-latest ul li a .webinar-price .title-price {
                position: absolute;
                font-size: 13px;
                top: 4px;
                font-weight: normal;
                right: 46%;
                color: #999;
            }

            .academy-education .academy-education-latest ul li a .webinar-price p {
                text-align: left;
                height: 30px;
                position: relative;
            }

                .academy-education .academy-education-latest ul li a .webinar-price p .currency-show {
                    color: #0E22B4;
                    font-size: 25px;
                    font-weight: 500;
                    text-align: left;
                    position: absolute;
                    left: 26px;
                    letter-spacing: -1px;
                }

                .academy-education .academy-education-latest ul li a .webinar-price p span {
                    font-size: 10px;
                    text-align: left;
                    position: absolute;
                    left: 0px;
                    transform: rotate(-40deg);
                    top: 2px;
                    letter-spacing: -1px;
                }

.academy-education .academy-education-list {
    border-radius: 10px;
    width: 33%;
    min-height: 500px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
}

    .academy-education .academy-education-list ul li {
        margin-bottom: 14px;
        position: relative;
        height: 40px;
    }

        .academy-education .academy-education-list ul li:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            width: 100%;
            background: linear-gradient(9deg, #d2d2d2, #eee );
        }

        .academy-education .academy-education-list ul li a h2 {
            border-radius: 4px 0px 0px 4px;
            font-size: 13px;
            color: #000;
            padding: 3px 10px 3px 10px;
            overflow: hidden;
            line-height: 24px;
            height: 24px;
            font-weight: 400;
        }

        .academy-education .academy-education-list ul li a span {
            position: relative;
            border-radius: 5px;
            font-size: 12px;
            color: #fff;
            padding: 0;
            float: right;
            margin: 5px 0 0 10px;
            padding: 0 5px;
            color: #229;
        }

            .academy-education .academy-education-list ul li a span:before {
                content: '';
                position: absolute;
                left: -5px;
                top: 0;
                height: 100%;
                width: 2px;
                background: linear-gradient(#e6e6e6, #ccc,#e6e6e6);
            }

@media (max-width: 1200px) {
    .academy-title {
        display: block;
        width: 100%;
        margin-top:120px;
    }

    .academy-about {
        display: block;
        width: 100%;
    }

        .academy-about .academy-chat-btn-blink {
            display: none;
        }

    .signcmdmessage {
        height: 150px;
    }

    .academy-about .academy-bullets .academy-bullets-categories,
    .academy-about .academy-bullets .academy-bullets-histories {
        display: block;
        width: 100%;
    }

        .academy-about .academy-bullets .academy-bullets-histories:before {
            display: none;
        }

    .academy-education .academy-education-latest {
        display: block;
        width: 100%;
    }

    .academy-education .academy-education-list {
        display: block;
        width: 100%;
    }

    .academy-education .academy-education-latest ul li {
        width: 100%;
        margin-left: 0;
    }

    .academy-about .academy-link {
        width: 100%;
    }

    .academy-about .academy-chat-btn-blink {
        background: #da0000;
        position: absolute;
    }

    .academy-about .academy-chat-btn {
        margin: 20px 0;
        width: 100%;
    }

        .academy-about .academy-chat-btn:before {
            content: '';
            background: url('/icons/ico-sms.png') no-repeat center;
            background-size: 25px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 15px;
            width: 25px;
            height: 25px;
        }
}
