@font-face {
    font-family: 'UTM Helve_Italic';
    src: url('../fonts/UTM Helve_Italic.eot');
    src: url('../fonts/UTM Helve_Italic.woff2') format('woff2'),
    url('../fonts/UTM Helve_Italic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMHelve-Italic';
    src: url('../fonts/UTMHelve-Italic.woff') format('woff'),
    url('../fonts/UTMHelve-Italic.ttf') format('truetype'),
    url('../fonts/UTMHelve-Italic.svg#UTMHelve-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM HelveBold';
    src: url('../fonts/UTM HelveBold.eot');
    src: url('../fonts/UTM HelveBold.woff2') format('woff2'),
    url('../fonts/UTM HelveBold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMHelveBold';
    src: url('../fonts/UTMHelveBold.woff') format('woff'),
    url('../fonts/UTMHelveBold.ttf') format('truetype'),
    url('../fonts/UTMHelveBold.svg#UTMHelveBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
    url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Helve';
    src: url('../fonts/UTM Helve.eot');
    src: url('../fonts/UTM Helve.woff2') format('woff2'),
    url('../fonts/UTM Helve.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMHelve';
    src: url('../fonts/UTMHelve.woff') format('woff'),
    url('../fonts/UTMHelve.ttf') format('truetype'),
    url('../fonts/UTMHelve.svg#UTMHelve') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-toggle .icon-bar {
    color: #221f1f;
    background: #221f1f;
}

.navbar-brand>img {
    height: 56px;
}

header {
    border-bottom: solid 2px #ECECEC;
}
header .navbar {
    margin-bottom: 0;
}
header .navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    line-height: 48px;
    height: 78px;
}

.form-search .search-input {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: solid 2px #575756;
    width: 240px !important;
    background: url(../fa/svgs/solid/search.svg) no-repeat;
    background-position: center left;
    background-size: 8%;
    padding-left: 32px;
}

.form-search {
    height: 76px;
    line-height: 48px;
}


footer {
    background-color: #575756;
    padding: 56px 0;
}

footer *, footer h3 a:hover,  footer h3 a:active, footer h3 a:visited {
    color: #fff;
}

footer p, footer ul li a {
    color: #b2b2b2;
    display: block;
}

footer ul li a:hover, footer ul li a:active, footer ul li a:visited {
    color: #fff;
}
footer .about-text {
    text-align: justify;
}

footer .logo-white {
    margin: 40px 0;
    display: block;
}

footer h3 span {
    border-bottom: solid #fff 2px;
}

footer address p {
    margin-top: 20px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    border-bottom: solid 1px #b2b2b2;
    height: 40px;
    line-height: 40px;
}

section.welcome {
    text-align: center;
    margin: 30px 0;
}
section.welcome h2 {
    color: #000;
    font-size: 50px;
}
section.welcome .browse-course {
    color: #c8252d;
    font-size: 16px;
}
.welcome .form-search {
    margin: 30px 0;
    height: 40px;
}
.welcome .form-search .search-input {
    margin: 0 auto
}

section.home-banner {
    background-color: #dadada;
    margin: 50px 0;
}

.carousel-control span {
    background: #c8252d;
    width: 60px !important;
    height: 60px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.carousel-control span::before {
    top: 14px;
    position: absolute;
    left: 16px;
}
.carousel-control.left, .carousel-control.right {
    background: transparent;
}


section.home-news {
    background: url("../img/home-news.jpg") no-repeat;
    background-position: center;
    min-height: 522px;
    position: relative;
    padding-bottom: 50px;
}

section.home-news::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    display: block;
    background: rgba(0,0,0, 0.6);
    content: ' ';
    z-index: 0;
}
section.home-news * {
    color: #fff;
    position: relative;
}

section.home-news h2 {
    margin: 50px 0;
    font-size: 50px;
}

section.home-news p {
    min-height: 124px;
    margin-bottom: 15px;
}

label.date {
    padding: 10px;
}

.home-news .see-detail {
    margin-top: 30px;
    text-decoration: underline;
}
.home-news .older-news {
    display: block;
    color: #1d1d1b;
    font-size: 20px;
    padding: 10px 0;
}
.home-news .news .col-md-4 {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-news .news .col-md-4::after {
    content: ' ';
    background: url('../img/border-vertical.png') no-repeat;
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.home-news .news .col-md-4:first-child::after{
    display: none;
}

.courses .course {
    box-shadow: none;
    border: none;
    background-color: #dadada;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 60px;
}

.courses .course .course-thumb img {
    width: 100%;
    /*margin-right: -1px;*/
    border-top: solid 1px #dadada;
}

.primary {
    color: #c8252d;
}

.fz-50 {
    font-size: 50px;
}

.mbt-50 {
    margin: 50px 0;
}

.course.thumbnail .caption {
    padding: 25px;
}
.courses .course p {
    color: #1d1d1b;
}
.courses .course h3 {
    color: #1d1d1b;
    font-size: 20px;
    font-family: 'UTMHelveBold';
    margin-top: 0;
}
.courses .course .caption p:nth-child(3) {
    margin-top: 20px;
}
.courses .course p:last-child {
    text-align: center;
}
.courses .course a.btn {
    margin-top: 50px;
    font-size: 20px;
    display: block;
    /*padding: 10px;*/
}

.courses .course:hover a.btn {
    background: #c8252d;
}

.course .course-thumb {
    position: relative;
}

.course .course-thumb .hover-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c8252d;
    display: none;
}

.course .course-thumb .hover-info .col-md-6 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 5em;

}
.course .course-thumb .hover-info .col-md-6 strong {
    font-size: 30px;
}

.course .course-thumb .hover-info .col-md-6:first-child {
    border-right: solid 3px #fff;
    padding-left: 30px;
}
.course .course-thumb .hover-info .col-md-6:last-child {
    padding-right: 30px;
}

.courses .course:hover .hover-info {
    display: block;
}

.course .course-thumb .hover-info .col-md-6 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 5em;

}
.course .course-thumb .hover-info .col-md-6 strong {
    font-size: 30px;
}

.course .course-thumb .hover-info .col-md-6:first-child {
    border-right: solid 3px #fff;
    padding-left: 30px;
}
.course .course-thumb .hover-info .col-md-6:last-child {
    padding-right: 30px;
}

.courses .course:hover .hover-info {
    display: block;
}

.btn-gray {
    color: #ffffff;
    background-color: #575756;
    border-color: #575756;
}
.btn-gray:hover {
    background-color: #4C4C4B;
    border-color: #4C4C4B;
}

.coures-offline {
    background-color: #ededed;
    padding-bottom: 40px;
}
.courses .card {
    background-color: #fff;
    margin-bottom: 60px;
}
.courses .card h3.title {
    background-color: #c8252d;
    color: #fff;
    padding: 15px;
    margin: 0;
}

.courses .card .card-body {
    height: 200px;
    overflow-y: hidden;
}
.courses .card .card-body, .courses .card .card-footer{
    padding: 20px 20px;
}
.courses .card .btn {
    width: 100%;
    display: block;
    margin: 5px 0;
}

.fz-20 {
    font-size: 20px;
}

.btn {
    padding: 15px 15px 20px 15px;
    line-height: 1em;
}

a.btn:hover {
    color: #fff;
}

.courses .card .card-footer .btn:not(.btn-double):hover {
    background-color: #c8252d;
}

.courses .card a.btn {
    color: #fff;
}
.courses .card .btn .col-md-6 {
    padding: 5px 0;
}
.courses .card .btn .col-md-6 a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.courses .card .btn-double .col-md-6:first-child a {
    border-right: solid 2px #fff;
}

.courses .card .btn-double .col-md-6:hover {
    background-color: #c8252d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.courses .card .card-footer .btn-double {
    padding: 0px;
}

.user-scores {
    background: #fff;
}
.user-info {
    text-align: center;
    padding-top: 20%;
}

.user-info p {
    margin-bottom: 5px;
}
.user-info p:nth-child(2) {
    margin-top: 20px;
}
.user-info strong {
    font-family: 'UTMHelveBold';
    font-size: 20px;
}

.user-scores > .row > .col-md-8 {
    border-left: solid 1px #dadada;
    padding: 40px 0;
}

.user-scores h3 {
    font-size: 20px;
}
.progress{
    width: 65%;
    height: 5px;
}
.btn-info{
    width: 51%;
    font-size: 20px;
    margin-top: 10px;
}
.circle-percent{
    padding-left: 7%;
}
.progress-bar-success{
    background-image: linear-gradient(to bottom, rgb(35,125,38) 0, rgb(35,125,38) 100%);
    width: 60%;
}
.progress-bar-danger{
    width: 30%;
}
.progress-bar-info{
    width: 10%;
}
.row-main{
    margin-bottom: 55px !important;
}
@media only screen and (max-width: 768px){
    .statitics{
        padding-left: 15%;
    }
}

.coures-offline {
    background-color: #ededed;
    padding-bottom: 40px;
}
.card {
    background-color: #fff;
    margin-bottom: 60px;
}
.card h3.title {
    background-color: #c8252d;
    color: #fff;
    padding: 15px;
    margin: 0;
}

.card .card-body {
    height: 200px;
    overflow-y: hidden;
}
.card .card-body, .card .card-footer{
    padding: 20px 20px;
}
.card .btn {
    width: 100%;
    display: block;
    margin: 5px 0;
}

.fz-20 {
    font-size: 20px;
}

.btn {
    padding: 15px 15px 20px 15px;
    line-height: 1em;
}

a.btn:hover {
    color: #fff;
}

.card .card-footer .btn:not(.btn-double):hover {
    background-color: #c8252d;
}

.card a.btn {
    color: #fff;
}
.card .btn .col-md-6 {
    padding: 5px 0;
}
.card .btn .col-md-6 a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.card .btn-double .col-md-6:first-child a {
    border-right: solid 2px #fff;
}

.card .btn-double .col-md-6:hover {
    background-color: #c8252d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.card .card-footer .btn-double {
    padding: 0px;
}

header .navbar-brand {
    height: auto;
}

header .navbar-toggle {
    display: block;
    margin-top: 27px;
    z-index: 99999999;
}

header .navbar-toggle[aria-expanded='true'] .icon-bar {
    color: #fff;
    background: #fff;
}
@media screen and (max-width: 767px){
    #user-menu {
        width: 100% !important;
    }
}
#user-menu.collapse {
    display: none !important;
}
#user-menu.collapse.in {
    display: block !important;
}
#user-menu {
    /*display: none;*/
    /*height: 0px;*/
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3c3c3b;
    padding: 0;
    width: 390px;
    z-index: 999;
    min-height: 100%;
}

#user-menu .navbar-brand {
    float: none;
    text-align: center;
    display: block;
}

#user-menu .navbar-brand>img {
    margin: 0 auto;
}

#user-menu label.dashboard {
    padding-left: 65px;
    color: #fff;
    height: 65px;
    line-height: 65px;
    border-bottom: solid 1px #b2b2b2;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
}
#user-menu .navbar {
    margin-bottom: 80px;
}
#user-menu .navbar li {
    border-bottom: solid 1px #b2b2b2;
}
#user-menu .navbar li a {
    padding-left: 65px;
    display: block;
    color: #fff;
    height: 65px;
    line-height: 40px;
    font-size: 18px;
}
#user-menu .navbar li a:hover {
    background-color: #c8252d;
}

#user-menu .user-info {
    padding-left: 65px;
    padding-right: 40px;
    padding-bottom: 150px;
}
#user-menu .user-info label {
    margin-bottom: 0px;
    color: #fff
}

#user-menu .user-info .col-md-3 {
    position: relative;
    text-align: center;
}

#user-menu .user-info .col-md-3 img {
    /*position: absolute;*/
    /*bottom: -50px;*/
    /*right: 75%;*/
}

#user-menu .navbar li a .btn, #user-menu .navbar li a span {
    height: 49px;
    width: 49px;
    padding: 10px;
}

#user-menu .navbar li a span {
    line-height: 25px;
    font-weight: bold;
}

#user-menu .user-info .btn-info {
    display: block;
    font-size: 18px;
}

.user-info a {
    color: #9d9d9c;
    display: block;
    margin-bottom: 20px;
}

.user-profile form {
    padding: 20px 65px 20px 50px;
}

.user-profile form * {
    color: #1d1d1b;
    font-weight: normal;
}
.user-profile form input {
    border: solid 1px #9d9d9c;
    background: #fff;
    height: 45px;
    line-height: 45px;
}

.user-profile form .btn {
    padding: 10px 20px 15px 20px;
    margin-top: 0;
    color: #fff;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}

.user-profile form .btn-gray {
    font-size: 20px;
}

.user-profile form .buttons {
    margin-top: 20px;
}

a.btn-info {
    width: auto;
}

.textfirst{
    text-align: center;
    color: black;
    font-size: 20px;
    margin-bottom: 0;
}
section.home-banner .container h2{
    font-size: 50px;
    color:rgb(200,37,45);
    margin:40px 0 50px -15px;
    display: inline-block;
}
section.home-banner .container .btn-helpcenter{
    font-size: 20px;
    float: right;
    display: inline-block;
    margin-top: 37px;
    height: 52px;
    width: 17%;
}
.form-name{
    margin-top: 40px;
    margin-left: 29%;
    display: inline-block;
}
.input-name{
    width: 127%;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.form-email{
    margin-top: 15px;
    margin-left: 29%;
}
.input-email{
    width: 598px;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.form-class{
    margin-top: 40px;
    margin-left: 119px;
    display: inline-block;
}
.input-question{
    width: 598px;
    height: 234px;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.btn-submit{
    width: 102px;
    height: 47px;
    margin-left: 16%;
    margin-top: 15px;
    margin-bottom: 85px;
}
.btn-reset{
    width: 148px;
    height: 47px;
    margin-left: 1%;
    margin-top: 15px;
    margin-bottom: 85px;
}
.btn-search{
    width: 102px;
    height: 47px;
    margin-left: 16%;
    margin-top: 20px;
    margin-bottom: 45px;
}
.btn-advance{
    width: 148px;
    height: 47px;
    margin-left: 1%;
    margin-top: 15px;
    margin-bottom: 40px;
}
.topic-after-2{
    text-align: center;
    color: black;
    font-size: 20px;
    padding-top: 0;
}
label{
    color: black;
}
.content-after{
    height: 500px;
    padding-left: 29%;
    padding-right: 22%;
}
.row-after{
    height: 80px;
    width: 100%;
    margin-bottom: 12px;
}
.red-div{
    background-color: rgb(206,14,22);
    height: 100%;
    width: 12%;
    border-radius: 10px 0 0 10px;
}
.symbol{
    font-size: 53px;
    font-family: UTMHelveBold;
    color: white;
    padding-left: 18%;
}
.qa{
    background-color: white;
    height: 100%;
}
.ask{
    font-family: UTMHelveBold;
    color:rgb(206,14,22);
    margin-bottom: 0;
    margin-top: 5%;
    overflow-x: hidden;
    width: 420px;
    height: 20px;
}
.help-center .answer{
    font-family: UTMHelveBold;
    color: rgb(51,51,51);
    overflow-x: hidden;
    width: 420px;
    height: 20px;
}
.see{
    color: rgb(51,51,51);
    background-color: white;
    height: 100%;
    padding-left: 18px;
    border-radius: 0 10px 10px 0;
}
.detail{
    height: 60px;
    border-left: 1px solid rgb(204,204,204);
    padding-top: 28%;
    margin-left: -20%;
    padding-left: 20%;
    margin-top: 10px;
    color: rgb(51,51,51);
    cursor: pointer;
}
section.main-after{
    background-color: rgb(229,229,229);
}
.dot{
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background-color: rgb(51,51,51);
    display: inline-block;
    font-size: 20px;
    position: absolute;
    bottom: -7%;
    left: 47%;
    font-size: 20px;
    text-align: center;
    padding-top: 27px;
    color: white;
}
.topic-after{
    text-align: center;
    color: black;
    font-size: 20px;
    padding-top: 80px;
}
@media only screen and (max-width: 768px){
    .logo-header{
        margin-left: 15px !important;
    }
    .form-name{
        margin-left: 3%;
        display: block;
    }
    .form-email{
        margin-left: 3%;
    }
    .form-class{
        margin-left: 15%;
        display: block;
    }
    .input-name{
        width: 85%;
    }
    .input-email{
        width: 85%;
    }
    .input-question{
        width: 85%;
    }
    .btn-submit{
        margin-left: 10%;
    }
    .btn-search{
        margin-left: 10%;
    }
    .dot{
        left:40%;
        bottom:-6%;
    }
    .ask{
        width: 285px;
    }
    .help-center .answer{
        width: 285px;
    }
    .row-after{
        width: 400px;
        margin-left: 5%;
    }
    section.home-banner .container h2{
        margin-left: 0;
    }
    .btn-helpcenter{
        width: 120px !important;
    }

}
@media only screen and (max-width: 992px){
    .form-name{
        margin-left: 15%;
    }
    .form-email{
        margin-left: 15%;
    }
    .content-after{
        padding-left: 20%;
        padding-right: 20%;
    }
    .symbol{
        margin-left: -25%;
    }
    .btn-helpcenter{
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 1200px){
    .ask{
        width: 300px;
    }
    .help-center .answer{
        width: 300px;
    }
}
@media only screen and (max-width: 600px){
    .row-after{
        margin-left: -40px;
        width: 350px;
    }
    .ask{
        width: 220px;
    }
    .help-center .answer{
        width: 220px;
    }
    .symbol{
        margin-left: -90%;
    }
    .btn-helpcenter{
        font-size: 12px !important;
        width: 100px !important;
    }
}

.course-page .card .card-body {
    height: auto;
    background-color: #dadada;
}
.course-page .card .card-body > .row > div:first-child {
    padding-right: 0;
}

.course-page .card .card-body > .row > div:last-child {
    padding-left: 0;
}

.course-page ul.nav-tabs li > a, .course-page ul.nav-tabs li.active > a {
    padding: 0;
    border: 0;
}
.course-page ul.nav-tabs li > a:hover {
    border: 0;
}
.course-page ul.nav-tabs li .course {
    height: 120px;
    overflow-y: hidden;
}
.course-page ul.nav-tabs li .row.course {
    margin: 0;
}
.course-page ul.nav-tabs li .course > div {
    height: 100%;
}
.course-page ul.nav-tabs li .course > div:first-child {
    background: #c8252d;
    text-align: center;
    padding: 10px;
}
.course-page ul.nav-tabs li .course > div:first-child *,
.course-page .tab-pane.active .course > div:first-child * {
    color: #fff;
    display: block;
}
.course-page ul.nav-tabs li .course > div:first-child label{
    margin: 0;
}
.course-page ul.nav-tabs li .course > div:first-child span {
    padding: 3px 10px;
    border: solid 1px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}
.course-page ul.nav-tabs li .course > div:first-child strong,
.course-page .tab-pane.active .course > div:first-child strong{
    font-size: 40px;
    font-family: 'UTMHelveBold';
    line-height: 40px;
}

.course-page ul.nav-tabs li .course > div:last-child {
    padding: 10px 15px;
    background-color: #f6f6f6;
}

.course-page ul.nav-tabs li .course > div p.title {
    line-height: 1.1em;
    color: #c8252d;
    font-family: 'UTMHelveBold';
}

.course-page ul.nav-tabs li .course > div p:last-child {
    color: #575756;
    padding-left: 0;
}

.course-page ul.nav-tabs li.active .course > div:last-child {
    background-color: #fff;
}

.course-page ul.nav-tabs li{
    margin-bottom: 15px;
}

.course-page ul.nav-tabs li .course > div p.description {
    color: #878787;
    line-height: 1.1em;
}

.course-page .scrollbar {
    padding: 10px;
    padding-right: 0;
    padding-top: 0;
    height: 345px;
}

.course-page .scrollbar.scollbar-left {
    direction: rtl;

}

.course-page .scrollbar.scollbar-left > div {
    direction: ltr;
}

.course-page .tab-content {
    background: #fff;
    margin-top: 0px;
}
.course-page .tab-content ul{
    list-style-type: none;
}

.course-page .tab-pane.active .course {
    background-color: #ededed;
}
.course-page .tab-pane.active .course .col-md-2,
.course-page .tab-pane.active .course .col-xs-2,
.course-page .tab-pane.active .course .col-sm-2 {
    padding: 0;
    text-align: center;
}
.course-page .tab-pane.active .course .col-md-2 *,
.course-page .tab-pane.active .course .col-xs-2 *,
.course-page .tab-pane.active .course .col-sm-2 * {
    display: block;
    text-align: center;
}
.course-page .tab-pane.active .course > div {
    height: 105px;
    overflow-y: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}
.course-page .tab-pane.active .course > div > div {
    height: 100%;
    overflow-y: hidden;

}
.course-page .tab-pane.active .course > div:first-child {
    background-color: #706f6f;
    height: 100%;
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 6px 0 0 6px;
}
.course-page .tab-pane.active .course > div:first-child * {
    display: block;
    text-align: center;
}

.course-page .tab-pane.active .course > div:nth-child(2) * {
    font-size: 12px;
    color: #878787;
    margin-bottom: 0;
}

.course-page .tab-pane.active .course p.title {
    font-family: 'UTMHelveBold';
    color: #575756;
}

.course-page .tab-pane.active .course .success {
    background-color: #008d36;
}
.course-page .tab-pane.active .course .danger {
    background-color: #c8252d;
}
.course-page .tab-pane.active .course .primary {
    background-color: #36a9e1;
}
.course-page .tab-pane.active .course .info {
    background-color: #878787;
}

.course-page .tab-pane.active li {
    padding: 10px;
}
.course-page .tab-pane.active .course {
    margin: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.course-page .tab-pane.active .course > div:last-child {
    padding: 30px 10px;
    font-size: 12px;
}
.course-page .tab-pane.active .course > div span {
    border: solid 1px #878787;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #878787;
    margin-bottom: 5px;
}
.course-page .tab-pane.active .course > div a {
    color: #878787;
}
.course-page .tab-pane.active .course .state {
    color: #fff;
    padding: 30px 0;
}
.course-page .tab-pane.active .course .state label {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.course-page .tab-pane.active .course .state strong {
    font-size: 30px;
    line-height: 20px;
}

.course-page .tabs-left,
.course-page .tabs-right {
    border-bottom: none;
    padding-top: 0px;
}
.course-page .tabs-left {
    border-right: 1px solid #ddd;
}
.course-page .tabs-right {
    border-left: 1px solid #ddd;
}
.course-page .tabs-left > li,
.course-page .tabs-right > li {
    float: none;
    margin-bottom: 2px;
}
.course-page .tabs-left > li {
    margin-right: -1px;
}
.course-page .tabs-right > li {
    margin-left: -1px;
}
.course-page .tabs-left > li.active > a,
.course-page .tabs-left > li.active > a:hover,
.course-page .tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}
.course-page .tabs-right > li.active > a,
.course-page .tabs-right > li.active > a:hover,
.course-page .tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.course-page .tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}
.course-page .tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.course-page .vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}
.course-page .vertical-text > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}
.course-page .vertical-text > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}
.course-page .vertical-text > li.active > a,
.course-page .vertical-text > li.active > a:hover,
.course-page .vertical-text > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}
.course-page .vertical-text.tabs-left {
    left: -50px;
}
.course-page .vertical-text.tabs-right {
    right: -50px;
}
.course-page .vertical-text.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.course-page .vertical-text.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* Question C*/
section.toeic {
    padding: 42px 7.4% 43px 7.4%;
    width: 100%;

}

section.toeic h2 {
    display: inline-block;
    margin: 0;
    color: #C8272E;
    font-size: 50px;
}

section.toeic .back-course {
    display: inline-block;
    float: right;
}

section.toeic button {
    background: #878787;
    color: white;
    width: 195px;
    height: 54px;
    font-size: 16px;
}

section.topic-navigation {
    padding-left: 7.4%;
    padding-right: 7.4%;
    color: white;
    background-color: #575756;
    height: 100%;
    font-size: 16px;
    line-height: 52px;
    width: 100%;
}

section.topic-navigation .clock {
    height: 52px;
    padding: 0;
}

section.topic-navigation .timer-clock {
    margin-right: 15px;
}

section.topic-navigation .module-title {
    margin-left: 10px;
}

section.topic-navigation .topic, .timer {
    display: inline-block;
    padding: 0;
}

section.topic-navigation .topic {
     margin-left: 0px;
     margin-bottom: 0px;
}

section.topic-navigation #countdown {
    margin-right: 10px;
}

section.topic-navigation .timer {
    /*float: right;*/
    text-align: right;
}

section.topic-navigation .topic strong{
    margin: 0 10px;
}

section.topic-navigation .topic span{
    /*margin-left: 10px;*/
}

section.topic-navigation #countdown, #pause-btn {
    display: inline-block;
}

section.topic-navigation #countdown, #pause-btn, .timer-clock {
    display: inline-block;
    float: left;
}

section.topic-navigation #countdown {
    margin-top: 10px;
}

section.question-content {
    width: 100%;
    height: 100%;
    background-color: #EDEDED;
    /*padding-left: 7.4%;*/
    /*padding-right: 7.4%;*/
}

section.question-content .question-description {
    padding: 0;
    padding-right: 60px;

}

section.question-content .question-description-scroll-box {
    padding-right: 10px;
    background-color: white;
    padding-top: 60px;
    padding-left: 22px;
    padding-bottom: 75px;

}

section.question-content .question-number {
    padding: 0;
}

section.question-content .carousel-prev-btn {
    text-align: right;
    padding: 0;
}

section.question-content .carousel-next-btn {
    margin-left: 20px;
    text-align: left;
    padding: 0;
}

section.question-content .content-name {
    height: 53px;
    line-height: 53px;
    color: #575756;
}

section.question-content .content-box {

}

section.question-content .left.carousel-control {
    border-radius: 12px;
    display: inline-block;
    position: unset;
    left: 10%;
    height: 42px;
    width: 42px;
    background: unset;
    font-size: 14px;
    background-color: #878787;
    line-height: 42px;
    border: 1px solid;
    font-size: 21px;
}

section.question-content .right.carousel-control {
    border-radius: 12px;
    border: 1px solid;
    position: unset;
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    height: 42px;
    width: 42px;
    right: 10%;
    background: unset;
    background-color: #878787;
    font-size: 21px;
}

section.question-content .question-category-title {
    margin-left: 5px;
}

section.question-content .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
}

section.question-content .carousel-indicators li {
    width: 42px;
    height: 42px;
    margin-left: 20px;
    background-color: #878787;
    text-indent: unset;
    color: white;
    line-height: 42px;
    border-radius: 12px;
    font-size: 21px;
}

section.question-content .carousel-caption {
    display: none;
}

section.question-content .carousel-controller {
    position: relative;
    padding: 0;
}

section.question-content .carousel-row {
    margin-top: 34px;
    text-align: center;
    margin-bottom: 24px;
}

section.question-content .carousel-row .carousel-controller-content {
    display: inline-block;
}

section.question-content .question-number .number{
    height: 37px;
    background-color: #C8252D;
    line-height: 37px;
    text-align: center;
    color: white;
}

section.question-content .question-number .question-answers{
    padding: 0 69px;
}

.text-color-red{
    color: red;
}

section.question-content .question-answers-select{
    padding: 18px 0 20px 0;
    background-color: white;
}

section.question-content .question-answer-detail.option-a::before{
    content: "A";
}
section.question-content .question-answer-detail.option-b::before{
    content: "B";
}
section.question-content .question-answer-detail.option-c::before{
    content: "C";
}
section.question-content .question-answer-detail.option-d::before{
    content: "D";
}

section.question-content .question-answer-detail::before{
    font-weight: bold;
    display: inline-block;
    width: 26.5px;
    height: 26.5px;
    background-color: #676767;
    border-radius: 50%;
    text-align: center;
    line-height: 26.5px;

}

section.question-content .question-answer-detail {
    border-radius: 15px;
    background-color: #808181;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 5.5px;
}

section.question-content .question-answer-detail span {
    padding-left: 16px;
}

section.question-content .question-select {
    padding: 0 69px;
}

section.question-content .question-controller-btn {
    text-align: center;
}

section.question-content .question-controller {
    height: 100px;
    background-color: #878787;
}

section.question-content .question-controller .see_answer-box {
    height: 75px;
    width: 75px;
    display: inline-block;
    margin-right: 11px;
}

section.question-content .question-controller .see_answer{
    height: 75px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    float: left;
    display: inline-block;
    /*margin-right: 11px;*/
    margin-top: 12px;
}

section.question-content .question-controller .left{
    margin-top: 12px;
    margin-bottom: 9px;
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    display: block;
}

section.question-content .question-controller .right{
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
}

.text-center {
    text-align: center;
}

.scrollbar
{
    padding-right: 60px;
    /*margin-left: 30px;*/
    /*float: left;*/
    height: 237px;
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-y: auto;

}

#style-2::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 12px;
    background-color: #C6C6C6;
}

#style-2::-webkit-scrollbar, .scrollbar::-webkit-scrollbar
{
    border-radius: 10px;
    width: 12px;
    background-color: green;
}

#style-2::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb
{
    /*height: 45px;*/
    border-radius: 12px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #706F6F;
}

.right-flipped {
    /* Safari */
    -webkit-transform: rotate(180deg);

    /* Firefox */
    -moz-transform: rotate(180deg);

    /* IE */
    -ms-transform: rotate(180deg);

    /* Opera */
    -o-transform: rotate(180deg);
}

@media only screen and (max-width: 991px){
    section.question-content .question-description {
        padding-right: unset;
        margin-bottom: 25px;
    }
    section.topic-navigation .module-title {
        margin-left: unset;
    }
}

@media only screen and (max-width: 407px){
    section.toeic .back-course {
        float: left;
        margin-top: 15px;
    }

    /*   section.question-content .question-controller-btn {
           width: 100%;
           margin: 0 20%;
       } */
}

@media only screen and (max-width: 550px){
    section.toeic {
        text-align: center;
    }

    section.toeic .back-course {
        width: 100%;
        margin-top: 15px;
    }

    section.question-content .carousel-indicators li {
        margin-left: unset;
    }

    section.question-content .carousel-indicators {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.question-content .question-number .question-answers {
        padding: 0 35px;
    }

    section.question-content .question-select {
        padding: 0 35px;
    }

    section.question-content .question-controller-btn {
        width: 100%;
        /*margin: 0 25%;*/
    }
}

@media only screen and (min-width: 1380px){
    section.question-content .question-controller-btn {
        /*width: 100%;*/
        margin: 0 25%;
    }
}

section.question-content .question-controller button:hover {
    background: #c8252d;
    color: #fff;
}


section.question-content.question-b .question-select {
    padding: 5px 24px 15px 24px;
}

section.question-content.question-b .question-description-scroll-box {
    padding: 30px 20px;
    height: 380px;
}

section.question-content.question-b .question-description-scroll-box .scrollbar {
    height: 100%;
}

section.question-content.question-b .question-select label.answer{
    display: inline-block;
    margin-top: 16px;
    margin-right: 15px;
    overflow: auto;
    width: auto;
    height: auto;
}

/* Login page*/
.button-main{
    width: 53%;
    height: 52px;
    border-radius: 10px;
}
.hr-btn{
    border: 0.5px solid rgb(87,87,86);
    margin:43px 15% 43px 15%;
}
.button-first{
    background-color: #9b1c21;
    font-size: 20px;
    color: white;
    margin-left: 23%;
    margin-top: 80px;
}
.button-second{
    background-color: #ededed;
    font-size: 14px;
    color: #b2b2b2;
    border:2px solid rgb(87,87,86);
    margin-left: 23%;
    margin-bottom: 8px;
}
.button-login{
    background-color: #575756;
    font-size: 20px;
    color: white;
    margin-left: 23%;
    margin-bottom: 8px;
}
.button-sign{
    background-color: #878787;
    font-size: 14px;
    color: white;
    margin-left: 23%;
    margin-bottom: 15px;
}
.end{
    font-size: 14px;
    color: #b2b2b2;
    text-align: center;
    cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .button-first{
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px){
    .logo-header{
        margin-left: 0;
        padding-left: 15px;
    }
    section.home-banner h2{
        padding-left: 15px;
    }
    .col8{
        margin-left: 15px;
    }
    .col4{
        margin-left: 15px;
    }
}

.logo-white{
    margin:50px;
}
.topic{
    color:white;
    font-size: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
}
.content{
    color: white;
    font-size: 14px;
    margin:0 65px 25px 50px;
    text-align: justify;
}
section.home-banner .container .row .col4{
    height: 553px;
    padding-left: 0;
    padding-right: 0;
    background:rgb(237,237,237);
    margin-bottom: 83px;
}
section.home-banner .container .row .col8{
    background: rgb(200,37,45);
    height: 553px;
    margin-bottom: 83px;
}

/*my achievement 1*/
#courses{
    padding: 2%;
    width: 57%;
    border-radius: 5px;
}
#topic{
    padding: 2%;
    width: 28%;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5%;
}
.user-info-gray .btn-search{
    width: 57%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
}
.user-info-gray{
    padding-top: 11%;
}
.row-main-gray{
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px){
    .statitics{
        padding-left: 15%;
    }
}
.user-scores-gray{
    background-color: rgb(204,204,204);
}
@media only screen and (max-width: 600px){
    section.toeic h2{
        font-size: 40px;
    }
}

/*my achievement 2*/
.p-main{
    display: inline-block;
    float: left;
}
.col3{
    font-size: 20px;
    padding: 30px 0 15px 40px;
    height: 100%;
    color: rgb(51,51,51);
}
.row-white{
    background-color: white;
}
.row-gray{
    background-color: rgb(204,204,204);
}
.question-content{
    padding-bottom: 60px;
    /*padding-top: 60px;*/
}
.main-all::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: rgb(179,179,179);
}

.main-all::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.main-all::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(77,77,77);
}
.main-all{
    height: 400px;
    overflow-y: auto;
    width: 100%;
    padding-right: 4%;
}
@media only screen and (max-width: 600px){
    section.toeic h2{
        font-size: 40px;
    }
}

.score-progress {
    width: 45px;
    height: 45px;
    display: inline-block;
}
div.p-main {
    margin-top: -10px;
}
div.p-main * {
    float: left;
}
div.p-main div {
    margin: 0 10px;
}
div.p-main span {
    margin-top: 5px;
}


/*report*/
.text-right{
    text-align: right;
    font-size: 20px;
    color: white;
    margin-bottom: 5px;
}
.middle{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 20px;
    color: white;
}
.text-left{
    font-size: 20px;
    color: rgb(51,51,51);
    margin-bottom: 5px;
}
.col3{
    background-color: rgb(102,102,102);
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.col9{
    background-color: rgb(204,204,204);
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.col12{
    background-color: rgb(51,51,51);
}
.col3-after{
    background-color: rgb(153,153,153);
    padding-right: 2%;
    height: 552px;
    padding-top: 1%;
    padding-bottom: 1%;
}
.col9-after{
    height: 552px;
}
.row-after{
    margin-bottom: 50px;
}
.main-score{
    background-color: white;
    padding: 2% 2% 2% 5%;
    border-radius: 10px;
}
.scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: rgb(179,179,179);
}

.scroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(77,77,77);
}
.scroll{
    height: 300px;
    overflow-y: auto;
    padding-right: 2%;
    font-family: UTMHelve-Italic;
    color: rgb(77,73,72);
}
.comment{
    font-family: UTMHelveBold;
    color: rgb(51,51,51);
}
@media only screen and (max-width: 600px){
    section.toeic h2{
        font-size: 40px;
    }
}

.report .row-after {
    width: auto;
    height: auto;
}

/*Question D*/

.question-d section.question-content .nav-pills {
    text-align: center;
    margin-bottom: 16px;
}
.question-d section.question-content .nav-pills li {
    display: inline-block;
    float: unset;
    margin-left: -4px;
    border: 1px solid;
}
.question-d section.question-content .question-description {
    height: 345px;
    padding: 0;
    padding-right: 60px;
}
.question-d section.question-content .question-description-scroll-box {
    padding-right: 10px;
    background-color: white;
    padding-top: 30px;
    padding-left: 22px;
    padding-bottom: 75px;
    height: 385px;
}
.question-d section.question-content .question-number {
    padding: 0;
}
.question-d section.question-content .carousel-prev-btn {
    text-align: right;
    padding: 0;
}
.question-d section.question-content .carousel-next-btn {
    margin-left: 20px;
    text-align: left;
    padding: 0;
}
.question-d section.question-content .content-name {
    height: 53px;
    line-height: 53px;
    color: #575756;
}
.question-d section.question-content .left.carousel-control {
    border-radius: 12px;
    display: inline-block;
    position: unset;
    left: 10%;
    height: 42px;
    width: 42px;
    background: unset;
    font-size: 14px;
    background-color: #878787;
    line-height: 42px;
    border: 1px solid;
    font-size: 21px;
}
.question-d section.question-content .right.carousel-control {
    border-radius: 12px;
    border: 1px solid;
    position: unset;
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    height: 42px;
    width: 42px;
    right: 10%;
    background: unset;
    background-color: #878787;
    font-size: 21px;
}
.question-d section.question-content .question-category-title {
    margin-left: 5px;
}
.question-d section.question-content .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
}
.question-d section.question-content .carousel-indicators li {
    width: 42px;
    height: 42px;
    margin-left: 20px;
    background-color: #878787;
    text-indent: unset;
    color: white;
    line-height: 42px;
    border-radius: 12px;
    font-size: 21px;
}
.question-d section.question-content .carousel-caption {
    display: none;
}
.question-d section.question-content .carousel-controller {
    position: relative;
    padding: 0;
}
.question-d section.question-content .carousel-row {
    margin-top: 34px;
    text-align: center;
    margin-bottom: 24px;
}
.question-d section.question-content .carousel-row .carousel-controller-content {
    display: inline-block;
}
.question-d section.question-content .question-number .number {
    height: 37px;
    background-color: #C8252D;
    line-height: 37px;
    text-align: center;
    color: white;
}
.question-d section.question-content .question-number .question-answers {
    padding: 0 69px;
}
.question-d .text-color-red {
    color: red;
}
.question-d section.question-content .question-answers-select {
    padding: 18px 0 20px 0;
    background-color: white;
}
.question-d section.question-content .question-answer-detail.option-a::before {
    content: "A";
}
.question-d section.question-content .question-answer-detail.option-b::before {
    content: "B";
}
.question-d section.question-content .question-answer-detail.option-c::before {
    content: "C";
}
.question-d section.question-content .question-answer-detail.option-d::before {
    content: "D";
}
.question-d section.question-content .question-answer-detail::before {
    font-weight: bold;
    display: inline-block;
    width: 26.5px;
    height: 26.5px;
    background-color: #676767;
    border-radius: 50%;
    text-align: center;
    line-height: 26.5px;
}
.question-d section.question-content .question-answer-detail {
    border-radius: 15px;
    background-color: #808181;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 5.5px;
}
.question-d section.question-content .question-answer-detail span {
    padding-left: 16px;
}
.question-d section.question-content .question-select {
    padding: 0 69px;
}
.question-d section.question-content .question-controller-btn {
    text-align: center;
}
.question-d section.question-content .question-controller {
    height: 100px;
    background-color: #878787;
}
.question-d section.question-content .question-controller .see_answer-box {
    height: 75px;
    width: 75px;
    display: inline-block;
    margin-right: 11px;
}
.question-d section.question-content .question-controller .see_answer {
    height: 75px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    float: left;
    display: inline-block;
    /*margin-right: 11px;*/
    margin-top: 12px;
}
.question-d section.question-content .question-controller .left {
    margin-top: 12px;
    margin-bottom: 9px;
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    display: block;
}
.question-d section.question-content .question-controller .right {
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
}
.question-d .text-center {
    text-align: center;
}
.question-d .nav-pills > li > a {
    border-radius: 0;
}
.question-d .nav-pills > li.active > a,
.question-d .nav-pills > li.active > a:hover,
.question-d .nav-pills > li.active > a:focus {
    background-color: #575756;
}
.question-d .scrollbar {
    padding-right: 60px;
    /*margin-left: 30px;*/
    /*float: left;*/
    height: 237px;
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-y: scroll;
}
.question-d #style-2::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 12px;
    background-color: #C6C6C6;
}
.question-d #style-2::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: green;
}
.question-d #style-2::-webkit-scrollbar-thumb {
    /*height: 45px;*/
    border-radius: 12px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #706F6F;
}
.question-d .right-flipped {
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
    .question-d section.question-content .question-description {
        padding-right: unset;
        margin-bottom: 25px;
        height: 325px;
    }
    .question-d section.topic-navigation .module-title {
        margin-left: unset;
    }
    .question-d section.question-content .question-description-scroll-box {
        height: auto;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 407px) {
    .question-d {
        /*   section.question-content .question-controller-btn {
               width: 100%;
               margin: 0 20%;
           } */
    }
    .question-d section.toeic .back-course {
        float: left;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 550px) {
    .question-d section.toeic {
        text-align: center;
    }
    .question-d section.toeic .back-course {
        width: 100%;
        margin-top: 15px;
    }
    .question-d section.question-content .carousel-indicators li {
        margin-left: unset;
    }
    .question-d section.question-content .carousel-indicators {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .question-d section.question-content .question-number .question-answers {
        padding: 0 35px;
    }
    .question-d section.question-content .question-select {
        padding: 0 35px;
    }
    .question-d section.question-content .question-controller-btn {
        width: 100%;
        /*margin: 0 25%;
        }
    }

    @media only screen and (min-width: 1380px){
        section.question-content .question-controller-btn {
            /*width: 100%;*/
        margin: 0 25%;
    }
}


/*Question E*/

.question-e section.toeic {
    padding: 42px 7.4% 43px 7.4%;
    width: 100%;
}
.question-e section.toeic h2 {
    display: inline-block;
    margin: 0;
    color: #C8272E;
    font-size: 50px;
}
.question-e section.toeic .back-course {
    display: inline-block;
    float: right;
}
.question-e section.toeic button {
    background: #878787;
    color: white;
    width: 195px;
    height: 54px;
    font-size: 16px;
}
.question-e section.topic-navigation {
    padding-left: 7.4%;
    padding-right: 7.4%;
    color: white;
    background-color: #575756;
    height: 100%;
    font-size: 16px;
    line-height: 52px;
    width: 100%;
}
.question-e section.topic-navigation .clock {
    height: 52px;
    padding: 0;
}
.question-e section.topic-navigation .timer-clock {
    margin-right: 15px;
}
.question-e section.topic-navigation .module-title {
    margin-left: 10px;
}
.question-e section.topic-navigation .topic,
.question-e .timer {
    display: inline-block;
    padding: 0;
}
.question-e section.topic-navigation #countdown {
    margin-right: 10px;
}
.question-e section.topic-navigation .timer {
    /*float: right;*/
    text-align: right;
}
.question-e section.topic-navigation .topic strong {
    margin: 0 10px;
}
.question-e section.topic-navigation .topic span {
    /*margin-left: 10px;*/
}
.question-e section.topic-navigation #countdown,
.question-e #pause-btn {
    display: inline-block;
}
.question-e section.topic-navigation #countdown,
.question-e #pause-btn,
.question-e .timer-clock {
    display: inline-block;
    float: left;
}
.question-e section.topic-navigation #countdown {
    margin-top: 10px;
}
.question-e section.question-content {
    width: 100%;
    height: 100%;
    background-color: #EDEDED;
    padding-left: 7.4%;
    padding-right: 7.4%;
}
.question-e section.question-content p.question-choose {
    padding: 0 20%;
}
.question-e section.question-content .question-description {
    padding: 0;
    padding-right: 60px;
}
.question-e section.question-content .question-description-scroll-box {
    padding-right: 10px;
    background-color: white;
    padding-top: 60px;
    padding-left: 22px;
    padding-bottom: 75px;
    height: 385px;
}
.question-e section.question-content .question-number {
    padding: 0;
    height: 385px;
}
.question-e section.question-content .carousel-prev-btn {
    text-align: right;
    padding: 0;
}
.question-e section.question-content .carousel-next-btn {
    margin-left: 20px;
    text-align: left;
    padding: 0;
}
.question-e section.question-content .content-name {
    height: 53px;
    line-height: 53px;
    color: #575756;
}
.question-e section.question-content .left.carousel-control {
    border-radius: 12px;
    display: inline-block;
    position: unset;
    left: 10%;
    height: 42px;
    width: 42px;
    background: unset;
    font-size: 14px;
    background-color: #878787;
    line-height: 42px;
    border: 1px solid;
    font-size: 21px;
}
.question-e section.question-content .right.carousel-control {
    border-radius: 12px;
    border: 1px solid;
    position: unset;
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    height: 42px;
    width: 42px;
    right: 10%;
    background: unset;
    background-color: #878787;
    font-size: 21px;
}
.question-e section.question-content .question-category-title {
    margin-left: 5px;
}
.question-e section.question-content .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
}
.question-e section.question-content .carousel-indicators li {
    width: 42px;
    height: 42px;
    margin-left: 20px;
    background-color: #878787;
    text-indent: unset;
    color: white;
    line-height: 42px;
    border-radius: 12px;
    font-size: 21px;
}
.question-e section.question-content .carousel-caption {
    display: none;
}
.question-e section.question-content .carousel-controller {
    position: relative;
    padding: 0;
}
.question-e section.question-content .carousel-row {
    margin-top: 34px;
    text-align: center;
    margin-bottom: 24px;
}
.question-e section.question-content .carousel-row .carousel-controller-content {
    display: inline-block;
}
.question-e section.question-content .question-number .number {
    height: 37px;
    background-color: #C8252D;
    line-height: 37px;
    text-align: center;
    color: white;
}
.question-e section.question-content .question-number .question-answers {
    padding: 0 69px;
}
.question-e .text-color-red {
    color: red;
}
.question-e section.question-content .question-answers-select {
    padding: 18px 0 20px 0;
    background-color: white;
    height: 100%;
}
.question-e section.question-content .question-answer-detail.option-a::before {
    content: "A";
}
.question-e section.question-content .question-answer-detail.option-b::before {
    content: "B";
}
.question-e section.question-content .question-answer-detail.option-c::before {
    content: "C";
}
.question-e section.question-content .question-answer-detail.option-d::before {
    content: "D";
}
.question-e section.question-content .question-answer-detail::before {
    font-weight: bold;
    display: inline-block;
    width: 26.5px;
    height: 26.5px;
    background-color: #676767;
    border-radius: 50%;
    text-align: center;
    line-height: 26.5px;
}
.question-e section.question-content .question-answer-detail {
    border-radius: 15px;
    background-color: #808181;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 5.5px;
}
.question-e section.question-content .question-answer-detail span {
    padding-left: 16px;
}
.question-e section.question-content .describe-photo {
    border: unset;
    position: relative;
    padding: 0 5%;
}
.question-e section.question-content .describe-photo .baron__scroller {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
}
.question-e section.question-content .describe-photo textarea {
    margin: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    border: none;
    background-color: #EDEDED;
    border-top-left-radius: 6px;
    padding: 12px;
    resize: none;
}
.question-e section.question-content .describe-photo button {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #DADADA;
    border: unset;
    position: absolute;
    /*bottom: -27px;*/
    width: 90%;
    height: 32px;
    bottom: 27%;
    left: 5%;
}
.question-e section.question-content .question-controller-btn {
    text-align: center;
}
.question-e section.question-content .question-controller {
    height: 100px;
    background-color: #878787;
}
.question-e section.question-content .question-controller .see_answer-box {
    height: 75px;
    width: 75px;
    display: inline-block;
    margin-right: 11px;
}
.question-e section.question-content .question-controller .see_answer {
    height: 75px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    float: left;
    display: inline-block;
    /*margin-right: 11px;*/
    margin-top: 12px;
}
.question-e section.question-content .question-controller .left {
    margin-top: 12px;
    margin-bottom: 9px;
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    display: block;
}
.question-e section.question-content .question-controller .right {
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
}
.question-e .baron.baron__root.baron__clipper._macosx._scrollbar {
    box-shadow: unset !important;
    margin: 0 !important;
    width: 100%;
    height: 223px;
}
.question-e .text-center {
    text-align: center;
}
.question-e .question-content .describe-photo .baron__scroller textarea {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    padding-right: 20px;
}
.question-e .baron__bar {
    margin: 7px 5px;
    border-radius: 12px;
}
.question-e .scrollbar {
    padding-right: 60px;
    /*margin-left: 30px;*/
    /*float: left;*/
    height: 237px;
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-y: scroll;
    text-align: center;
}
.question-e .scrollbar .question-img {
    display: inline-block;
    padding: 0 30px;
    padding-bottom: 29px;
}
.question-e .scrollbar p {
    text-align: left;
}
.question-e .scrollbar::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 12px;
    background-color: #C6C6C6;
}
.question-e .scrollbar::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: green;
}
.question-e .scrollbar::-webkit-scrollbar-thumb {
    /*height: 45px;*/
    border-radius: 12px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #706F6F;
}
.question-e .right-flipped {
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
    .question-e section.question-content .question-description {
        padding-right: unset;
        margin-bottom: 25px;
    }
    .question-e section.topic-navigation .module-title {
        margin-left: unset;
    }
}
@media only screen and (max-width: 407px) {
    .question-e {
        /*   section.question-content .question-controller-btn {
            width: 100%;
            margin: 0 20%;
        } */
    }
    .question-e section.toeic .back-course {
        float: left;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 550px) {
    .question-e section.toeic {
        text-align: center;
    }
    .question-e section.toeic .back-course {
        width: 100%;
        margin-top: 15px;
    }
    .question-e section.question-content .carousel-indicators li {
        margin-left: unset;
    }
    .question-e section.question-content .carousel-indicators {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .question-e section.question-content .question-number .question-answers {
        padding: 0 35px;
    }
    .question-e section.question-content .question-select {
        padding: 0 35px;
    }
    .question-e section.question-content .question-controller-btn {
        width: 100%;
        /*margin: 0 25%;*/
    }
}
@media only screen and (min-width: 992px) and (max-width: 1060px) {
    .question-e .question-content .describe-photo .baron__scroller textarea {
        padding-right: 60px;
    }
    .question-e .baron__bar {
        right: 48px !important;
    }
}
@media only screen and (min-width: 1061px) and (max-width: 1199px) {
    .question-e .question-content .describe-photo .baron__scroller textarea {
        padding-right: 30px;
    }
    .question-e .baron__bar {
        right: 24px !important;
    }
}
@media only screen and (min-width: 1380px) {
    .question-e section.question-content .question-controller-btn {
        /*width: 100%;*/
        margin: 0 25%;
    }
}

/*Question F*/
.question-f section.question-content {
    width: 100%;
    height: 100%;
    background-color: #EDEDED;
    padding-left: 7.4%;
    padding-right: 7.4%;
}
.question-f section.question-content .question-choose {
    margin-bottom: 50px;
}
.question-f section.question-content .question-img img {
    width: 100%;
    margin-bottom: 50px;
}
.question-f section.question-content .question-description {
    padding: 0;
    padding-right: 60px;
}
.question-f section.question-content .question-description-scroll-box {
    padding-right: 10px;
    background-color: white;
    padding-top: 60px;
    padding-left: 22px;
    padding-bottom: 75px;
}
.question-f section.question-content .question-number {
    padding: 0;
}
.question-f section.question-content .carousel-prev-btn {
    text-align: right;
    padding: 0;
}
.question-f section.question-content .carousel-next-btn {
    margin-left: 20px;
    text-align: left;
    padding: 0;
}
.question-f section.question-content .content-name {
    height: 53px;
    line-height: 53px;
    color: #575756;
}
.question-f section.question-content .left.carousel-control {
    border-radius: 12px;
    display: inline-block;
    position: unset;
    left: 10%;
    height: 42px;
    width: 42px;
    background: unset;
    font-size: 14px;
    background-color: #878787;
    line-height: 42px;
    border: 1px solid;
    font-size: 21px;
}
.question-f section.question-content .right.carousel-control {
    border-radius: 12px;
    border: 1px solid;
    position: unset;
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    height: 42px;
    width: 42px;
    right: 10%;
    background: unset;
    background-color: #878787;
    font-size: 21px;
}
.question-f section.question-content .question-category-title {
    margin-left: 5px;
}
.question-f section.question-content .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
}
.question-f section.question-content .carousel-indicators li {
    width: 42px;
    height: 42px;
    margin-left: 20px;
    background-color: #878787;
    text-indent: unset;
    color: white;
    line-height: 42px;
    border-radius: 12px;
    font-size: 21px;
}
.question-f section.question-content .carousel-caption {
    display: none;
}
.question-f section.question-content .carousel-controller {
    position: relative;
    padding: 0;
}
.question-f section.question-content .carousel-row {
    margin-top: 34px;
    text-align: center;
    margin-bottom: 24px;
}
.question-f section.question-content .carousel-row .carousel-controller-content {
    display: inline-block;
}
.question-f section.question-content .number {
    height: 37px;
    background-color: #C8252D;
    line-height: 37px;
    text-align: center;
    color: white;
}
.question-f section.question-content .question-number .question-answers {
    padding: 0 69px;
}
.question-f .text-color-red {
    color: red;
}
.question-f section.question-content .question-answers-select {
    height: 332px;
    padding: 18px 0 20px 0;
    background-color: white;
}
.question-f section.question-content .question-answer-detail.option-a::before {
    content: "A";
    position: absolute;
    left: 0;
}
.question-f section.question-content .question-answer-detail.option-b::before {
    position: absolute;
    content: "B";
    left: 0;
}
.question-f section.question-content .question-answer-detail.option-c::before {
    position: absolute;
    content: "C";
    left: 0;
}
.question-f section.question-content .question-answer-detail.option-d::before {
    position: absolute;
    content: "D";
    left: 0;
}
.question-f section.question-content .question-answer-detail::before {
    font-weight: bold;
    display: inline-block;
    width: 26.5px;
    height: 26.5px;
    background-color: #676767;
    border-radius: 50%;
    text-align: center;
    line-height: 26.5px;
}
.question-f section.question-content .question-answer-detail {
    text-align: center;
    height: 26.5px;
    position: relative;
    border-radius: 15px;
    background-color: #808181;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 5.5px;
}
.question-f section.question-content .question-answer-detail span {
    display: inline-block;
    line-height: 26.5px;
    height: 100%;
}
.question-f section.question-content .question-select {
    padding: 0 69px;
}
.question-f section.question-content .question-select .answer {
     overflow-x: auto;
     /*width: 25%;*/
     height: auto;
}
.question-f section.question-content .question-controller-btn {
    height: 332px;
    text-align: center;
    padding: 50% 0;
}
.question-f section.question-content .question-controller {
    height: 332px;
    background-color: #878787;
}
.question-f section.question-content .question-controller .see-answer-box {
    height: 75px;
    width: 75px;
    display: block;
    margin: 0 auto;
}
.question-f section.question-content .question-controller .see_answer {
    height: 75px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    display: inline-block;
    margin-top: 12px;
}
.question-f section.question-content .question-controller .left {
    margin-top: 12px;
    margin-bottom: 9px;
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
}
.question-f section.question-content .question-controller .right {
    height: 33px;
    background-color: white;
    width: 75px;
    border: unset;
    border-radius: 4px;
    display: block;
}
.question-f .text-center {
    text-align: center;
}
.question-f .scrollbar {
    padding-right: 60px;
    /*margin-left: 30px;*/
    /*float: left;*/
    height: 237px;
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-y: scroll;
}
.question-f #style-2::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 12px;
    background-color: #C6C6C6;
}
.question-f #style-2::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: green;
}
.question-f #style-2::-webkit-scrollbar-thumb {
    /*height: 45px;*/
    border-radius: 12px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #706F6F;
}
.question-f .right-flipped {
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
    .question-f section.question-content .question-answers-select {
        height: 432px;
    }
}
@media only screen and (max-width: 991px) {
    .question-f section.question-content .question-description {
        padding-right: unset;
        margin-bottom: 25px;
    }
    .question-f section.topic-navigation .module-title {
        margin-left: unset;
    }
    .question-f section.question-content .question-controller-btn {
        padding: unset;
    }
    .question-f section.question-content .question-controller {
        height: 160px;
    }
}
@media only screen and (max-width: 407px) {
    .question-f {
        /*   section.question-content .question-controller-btn {
            width: 100%;
            margin: 0 20%;
        } */
    }
    .question-f section.toeic .back-course {
        float: left;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 550px) {
    .question-f section.toeic {
        text-align: center;
    }
    .question-f section.toeic .back-course {
        width: 100%;
        margin-top: 15px;
    }
    .question-f section.question-content .carousel-indicators li {
        margin-left: unset;
    }
    .question-f section.question-content .carousel-indicators {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .question-f section.question-content .question-number .question-answers {
        padding: 0 35px;
    }
    .question-f section.question-content .question-select {
        padding: 0 35px;
    }
    .question-f section.question-content .question-controller-btn {
        width: 100%;
        /*margin: 0 25%;*/
    }
}
@media only screen and (min-width: 1500px) {
    .question-f section.question-content .question-answers-select,
    .question-f section.question-content .question-controller {
        height: 432px;
    }
}
@media only screen and (min-width: 992px) {
    .question-f section.question-content .question-choose {
        padding-left: 10%;
    }
}
@media only screen and (min-width: 1110px) and (max-width: 1450px) {
    .question-f section.question-content .question-container-col {
        width: 90%;
        padding: 0;
    }
    .question-f section.question-content .question-controller-col {
        width: 10%;
        padding: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1110px) {
    .question-f section.question-content .question-container-col {
        width: 85%;
        padding: 0;
    }
    .question-f section.question-content .question-controller-col {
        width: 15%;
        padding: 0;
    }
}
.question-f section.question-content .question-controller-col,
.question-f section.question-content .question-container-col {
    padding: 0;
}

/*Search result*/
.search-result {
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}
.search-result section.home-banner {
    height: 145px;
}
.search-result section.home-banner .container h2 {
    font-size: 50px;
    color: #c8252d;
    margin: 40px 0 50px 15px;
    display: inline-block;
}
.search-result section.main {
    background-color: #e5e5e5;
    padding-bottom: 5%;
}
.search-result section.main .container .col4 {
    padding-bottom: 30px;
    padding-top: 20px;
    margin-top: 30px;
    border-right: 1px solid #666666;
    width: 27%;
}
.search-result section.home-banner .container .btn-result {
    font-size: 20px;
    float: right;
    display: inline-block;
    margin-top: 37px;
    margin-right: 35px;
    height: 52px;
    width: 17%;
}
.search-result section.main .col-md-4 .btn-show {
    /*height: 52px;*/
    width: 100%;
    margin-top: 30px;
}
.search-result section.main .col8 {
    margin-top: 60px;
    margin-left: 15px;
}
.search-result .textlbl {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search-result .textlbl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.search-result .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border: 2px solid #4d4d4d;
}
.search-result .textlbl:hover input ~ .checkmark {
    background-color: #ccc;
}
.search-result .textlbl input:checked ~ .checkmark {
    background-color: #e5e5e5;
}
.search-result .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.search-result .textlbl input:checked ~ .checkmark:after {
    display: block;
}
.search-result .textlbl .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #4d4d4d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-result .part {
    padding: 15px 80px 15px 15px;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 10px;
}
.search-result .check {
    width: 17px;
    height: 17px;
    border: 2px;
}
.search-result section.main .col-md-8 .part p {
    margin: 0;
}
.search-result .topiclbl {
    font-size: 20px;
    color: black;
}
.search-result .textlbl {
    font-family: UTMHelve;
    color: black;
    font-weight: normal;
    margin-bottom: 13px;
}
.search-result .bold {
    font-family: UTMHelveBold;
    color: black;
}
.search-result .regular {
    color: black;
}
.search-result .text-gray {
    color: #666666;
    padding-top: 5px;
    line-height: 15px;
}
.search-result .search-result-scrollbar {
    height: 500px;
    overflow-y: auto;
    width: 100%;
    padding-right: 6%;
}
.search-result .search-result-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #b3b3b3;
}
.search-result .search-result-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.search-result .search-result-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #4d4d4d;
}
@media only screen and (max-width: 992px) {
    .search-result .col4 {
        width: 100% !important;
        border: none !important;
    }
    .search-result .btn-result {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 768px) {
    .search-result .btn-result {
        width: 115px !important;
    }
    .search-result section.home-banner .container h2 {
        font-size: 30px;
        margin-left: 0;
    }
}

section.iae-infomation {
    margin: 0;
    /*margin-top: -50px;*/
    padding: 40px 0;
    background-color: #fff;
}
section.iae-infomation.white {
    background-color: #EDEDED;
}
section.iae-infomation .row > div > div {
    height: 180px;
    color: #575756;
    padding: 20px;
    margin-bottom: 30px;
}

section.iae-infomation .row > div:nth-child(2n+1) > div {
    background-color: #C8252D !important;
    color: #fff;

}
section.iae-infomation.white .row > div > div {
    background-color: #fff;
}
section.iae-infomation .row > div > div {
    background-color: #EDEDED;
}

/*section.iae-infomation .row > div:nth-child(2n+1) {*/
    /*background-color: #C8252D;*/
    /*color: #fff;*/
/*}*/

section.iae-infomation .row h2 {
    font-size: 50px;
    padding: 0;
    padding-top: 10px;
    margin: 0;
}

section.testimonial {
    background-color: #3C3C3B;
    padding: 30px 0;
    color: #fff;
}


/*	Circle Slider	*/

div.main_content_slider_wrapper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
}

.content_slider_wrapper  * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.content_slider_wrapper {
    font-size:14px; line-height:20px;
    text-align:left; color:#484848;
    margin:0; padding:0; border:none;
    clear: both;
    display: block;
    position: relative;
}

.content_slider_wrapper h4 {
    font-size:20px;

    color:#2a2a2a;
    margin:0;
    padding:0;
    font-weight:100;
    border:none;
}

.content_slider_wrapper_vertical {
    font-family:'PTSansRegular';
    font-size:14px; line-height:20px;
    text-align:left; color:#484848;
    margin:0; padding:0; border:none;
    clear: both;
    display: block;
}

.content_slider_wrapper_vertical h4 {
    font-size:20px;

    color:#2a2a2a;
    margin:0;
    padding:0;
    font-weight:100;
    border:none;
}

.content_slider_wrapper .circle_slider {
    position:relative;
    width:970px;
    height:260px;
    margin:0;
    padding:0;
    border:none;
    overflow: hidden;
}
.content_slider_wrapper_vertical .circle_slider {
    position:relative;
    width:279px;
    height:970px;
    margin:0;
    padding:0;
    border:none;
    overflow: hidden;
    float: left;
}
.circle_slider_thumb {
    overflow:hidden;
    border:#282828 solid 5px;
    border-radius:84px;
    position:absolute;
    top:97px;
    width:84px;
    height:84px;
    float:left;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin:0;
    padding:0;
    cursor: pointer;
}
.circle_slider_thumb img {
    max-width: 100% !important;
    width:84px;
    margin:0 !important;
    padding:0 !important;
    border:none;
    border-radius:84px;
}
.circle_slider_big {
    overflow:hidden;
    border:#282828 solid 8px;
    border-radius:231px;
    position:absolute;
    top:24px;
    width:231px;
    height:231px;
    float:left;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin:0;
    padding:0;
}
.circle_slider_big img {
    width:231px;
    margin:0;
    padding:0;
    border:none;
}

.content_slider_wrapper .circle_slider_nav_left {
    position:absolute;
    top:334px;
    left:95px;
    height:57px;
    width:28px;
    display:block;
    margin:0;
    padding:0;
    border:none;
    overflow: hidden;
    cursor: pointer;
}
.content_slider_wrapper .circle_slider_no_border2_left {
    width: 24px;
}
.content_slider_wrapper .circle_slider_nav_left img {
    padding:19px 30px 19px 3px;
    border-radius:50px 0px 0px 50px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background:black;
    box-shadow: none !important;
}
.content_slider_wrapper .circle_slider_nav_right {
    position:absolute;
    top:597px;
    left:95px;
    height:57px;
    width:28px;
    display:block;
    margin:0;
    padding:0;
    border:none;
    overflow: hidden;
    cursor: pointer;
}
.content_slider_wrapper .circle_slider_nav_right img {
    padding:19px 3px 19px 30px;
    margin-left:-26px;
    border-radius:0px 50px 50px 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background:black;
    box-shadow: none !important;
}
.content_slider_wrapper .circle_slider_nav_left.circle_slider_no_border img {
    padding:0;
    margin-left:4px;
    border-radius:0;
    background:transparent !important;
    box-shadow: none !important;
}

.content_slider_wrapper .circle_slider_nav_right.circle_slider_no_border img {
    padding:0;
    margin-left:0;
    left: 4px;
    border-radius:0;
    background:transparent !important;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_left {
    position:absolute;
    top:335px;
    left:92px;
    width:57px;
    height:28px;
    display:block;
    margin:0;
    padding:0;
    border:none;
    overflow: hidden;
    cursor: pointer;
}
.content_slider_wrapper_vertical .circle_slider_no_border2_left {
    height: 24px;
}
.content_slider_wrapper_vertical .circle_slider_nav_left img {
    left: 0px;
    position: absolute;
    display: inline-block;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right {
    position:absolute;
    top:598px;
    left:92px;
    width:57px;
    height:28px;
    display:block;
    margin:0;
    padding:0;
    border:none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right img {
    left: 0px;
    position: absolute;
    display: inline-block;
    box-shadow: none !important;
}

.content_slider_wrapper .cst1 {left:0px; top:73px;}
.content_slider_wrapper .cst2 {left:109px; top:73px;}
.content_slider_wrapper .cst3 {left:218px; top:73px;}
.content_slider_wrapper .csc {left:357px; top:0px;}
.content_slider_wrapper .cst4 {left:649px; top:73px;}
.content_slider_wrapper .cst5 {left:758px; top:73px;}
.content_slider_wrapper .cst6 {left:867px; top:73px;}

.content_slider_wrapper_vertical .cst1 {left:73px; top:0px;}
.content_slider_wrapper_vertical .cst2 {left:73px; top:109px;}
.content_slider_wrapper_vertical .cst3 {left:73px; top:218px;}
.content_slider_wrapper_vertical .csc {left:0px; top:357px;}
.content_slider_wrapper_vertical .cst4 {left:73px; top:649px;}
.content_slider_wrapper_vertical .cst5 {left:73px; top:758px;}
.content_slider_wrapper_vertical .cst6 {left:73px; top:867px;}

/*	Circle Slider text	*/

.content_slider_wrapper .circle_slider_text_wrapper {
    width:100%;
    left:0px;
    top:10px;
    position:relative;
    display:inline-block;

}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text {
    width:460px;
    padding:0 20px 20px 0px;
    border-right:1px solid #7e7e7e;
    float:left;
    margin:0;
    border-left:none;
    border-bottom:none;
    border-top:none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right {
    border-left:1px solid #7e7e7e;
    border-right:none;
    width:459px;
    padding:0 0px 20px 20px;
    margin:0 0 0 -1px;
    border-bottom:none;
    border-top:none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text span {
    text-align:right;
    display:inline-block;
    width:100%;
    margin:0;
    padding:0;
    border:none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text h4 {float:right;}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right span {text-align:left;}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right h4 {float:left;}

/* --------------------- */

.content_slider_wrapper_vertical .circle_slider_text_wrapper {
    left: 0px;
    position: relative;
    float: left;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text {
    width:200px;
    padding:0 20px 20px 0px;
    border-right:1px solid #7e7e7e;
    float:left;
    margin:0;
    border-left:none;
    border-bottom:none;
    border-top:none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right {
    border-left:1px solid #7e7e7e;
    border-right:none;
    width:200px;
    padding:0 0px 20px 20px;
    margin:0 0 0 -1px;
    border-bottom:none;
    border-top:none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text span {
    text-align:right;
    display:inline-block;
    width:100%;
    margin:0;
    padding:0;
    border:none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text h4 {float:right;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right span {text-align:left;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right h4 {float:left;}

/* --------------------- */

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 {
    left: 30px;
    position: relative;
    float: left;
    /*margin-top: 320px;*/
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text  {
    /*width:460px;*/
    padding:0px 0px 20px 0px;
    margin:0;
    border-bottom:1px solid #7e7e7e;
    border-left:none;
    border-right:none;
    border-top:none;
    display: block;
    clear: both;
}
.content_slider_wrapper_vertical  .circle_slider_text_wrapper_v2 .circle_slider_text.right  {
    padding:20px 0px 0px 0px;
    margin:-1px 0 0 0px;
    /*width:459px;*/
    border-top:1px solid #7e7e7e;
    border-right:none;
    border-bottom:none;
    border-left:none;
    display: block;
}
.content_slider_wrapper_vertical  .circle_slider_text_wrapper_v2 .circle_slider_text span {
    text-align:center;
    display:inline-block;
    width:100%;
    margin:0;
    padding:0;
    border:none;
}

.content_slider_wrapper_vertical .circle_slider_nav_left img {
    padding:1px 19px 30px 19px;
    border-radius:50px 50px 0px 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background:black;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right img {
    padding:30px 19px 1px 19px;
    margin-top:-26px;
    border-radius:0px 0px 50px 50px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background:black;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_left.circle_slider_no_border img {
    padding:0;
    margin-left:0;
    border-radius:0;
    background:transparent !important;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right.circle_slider_no_border img {
    left: 0;
    top: 34px;
    padding:0;
    margin-left:0;
    border-radius:0;
    background:transparent !important;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text  h4 {text-align:center !important; float: none !important;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right  span {text-align:center !important;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right  h4 {text-align:center !important;}

.image_more_info {
    border-radius: 40px 40px 40px 40px;
    box-shadow: 5px 5px 5px #888888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.image_more_info a {
    position: relative;
}
.image_more_info img {
    background: none repeat scroll 0 0 #1ab99b;
    border-radius: 40px 40px 40px 40px;
    display: block;
    padding: 0px;
    width: 0px;
    overflow: hidden;
    border: 0;
    box-shadow: none !important;
}

.circle_item_border {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    position: absolute;
    width:100%;
    height:100%;
    top: -1px;
    left: -1px;
    border:5px solid #000000;
    border-radius: 40px 40px 40px 40px;
    z-index:5;
}

/* additional content */

.content_slider_text_block_wrap {width:100%; text-align:center;  line-height:18px; font-size: 16px; color:#444444; margin:0; }
.content_slider_text_block_wrap .bold { font-weight:600;}
.content_slider_text_block_wrap .separator {width:100%; height: 1px; background: #444444; margin-top:5px;}
.content_slider_text_block_wrap a.large_link {font-size:18px;}
.content_slider_text_block_wrap a {color:#1ab99b; line-height:18px; font-size: 16px;  text-decoration: none;}
.content_slider_text_block_wrap h3 {font-size: 30px !important;font-family: 'Dosis', sans-serif !important; line-height: 30px !important; margin: 0 !important; padding: 0 !important; display: inline-block !important; font-weight: 600 !important;}
.content_slider_text_block_wrap a.button_regular {color:#fff; display: inline-block; background:#1ab99b; padding:13px 26px 15px 25px; font-size: 15px; line-height: 16px; height: 16px; font-weight:600; border-radius: 3px;}

.content_slider_text_block_wrap a.button_socials {width:39px; height:39px; padding:5px; display: inline-block; margin:0 5px; border-radius: 3px;}
.content_slider_text_block_wrap a.button_socials_flat {width:48px; height:48px; padding:0px; display: inline-block; margin:0 5px 0 6px;}

.content_slider_text_block_wrap .col-1-4_block {width:182px; margin:10px 20px; display: inline-block; vertical-align: top !important;}
.content_slider_text_block_wrap h4 {display: inline-block; margin:10px 0 20px 0; font-family: 'Dosis', sans-serif; font-weight: 400; font-size: 16px !important;}

.content_slider_text_block_wrap .col-1-3_block {width:240px; margin:10px 20px; display: inline-block; vertical-align: top !important;}
.content_slider_text_block_wrap .col-1-3_block img {box-shadow: none !important;}

.content_slider_text_block_wrap .content_img_wrap {position: relative;}
.content_slider_text_block_wrap .content_img_wrap img {display: block; box-shadow: none !important;}
.content_slider_text_block_wrap .content_img_wrap .hover_link img {width:100%;height:100%;}
.content_slider_text_block_wrap .content_img_wrap .hover_link {display: none; width: 0px; height: 0px; position: absolute; top: 50%; left: 50%; margin-top:0px; margin-left:0px; z-index:2; opacity:0; filter:alpha(opacity = 0);}

.content_slider_wrapper div.all_around_text_up {
    position: absolute;
    /*	border: #eee solid 1px; */
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}
.content_slider_wrapper div.all_around_text_down {
    position: absolute;
    /*	border: #eee solid 1px; */
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}
.content_slider_wrapper span.all_around_text_span_up {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    /*	border: #eee solid 1px; */
}
.content_slider_wrapper span.all_around_text_span_down {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    /*	border: #eee solid 1px; */
}

.content_slider_wrapper_vertical div.all_around_text_up {
    position: absolute;
    /*	border: #eee solid 1px; */
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}
.content_slider_wrapper_vertical div.all_around_text_down {
    position: absolute;
    /*	border: #eee solid 1px; */
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}
.content_slider_wrapper_vertical span.all_around_text_span_up {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    /*	border: #eee solid 1px; */
}
.content_slider_wrapper_vertical span.all_around_text_span_down {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    /*	border: #eee solid 1px; */
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.image_more_info {
    display: none;
}
.circle_slider_nav_left .circle_slider_nav_right {
    display: none !important;
}
p.quote {
    border-left: 5px solid #C8252D;
    padding-left: 40px;
    text-align: left;
    width: 80%;
    line-height: 1.5em;
    position: relative;
}

p.quote::before {
    content: '“';
    font-size: 5em;
    position: absolute;
    left: -5px;
    top: 15px;
    font-family: "UTMHelve";
    font-style: italic;
    color: #C8252D;
}

.content_slider_text_block_wrap {
    color: #fff !important;
}

.slick-prev:before, .slick-next:before {
    color: #C8252D;
     font-size: 50px;
}

section.customers {
    padding: 55px 0;
    padding-top: 20px;
}

section.introduction {
    background-color: #EDEDED;
    padding: 50px 0;
}

section.introduction .title {
    margin-bottom: 20px;
}
section.introduction .title h3 {
    margin: 0;
    padding: 0;
    color: #575756;
    font-weight: bold;
    line-height: 48px;
}

section.iae-infomation .title {
    margin-bottom: 20px;
    padding-left: 15px;
    color: #575756;
    font-weight: bold;
}

section.teachers {
    background-color: #EDEDED;
    padding: 50px 0;
}
section.teachers .title h3{
    color: #575756;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.col-1-4 {
    width: 25%;
    padding: 15px 0;
    float: left;
}
section.teachers .radial-progress .inset .percentage {
    width: 175px;
    left: 18px;
    top: 73.5px;
}
section.teachers .radial-progress .inset .percentage .numbers span {
    font-size: 62px;
}

section.teachers .radial-progress .inset .percentage .numbers {
    width: 100%;
    text-align: center;
}

section.teachers .radial-progress .inset .percentage .text {
    font-size: 22px;
    color: #575756;
}

section.teachers .col-1-4 p {
    text-align: center;
    color: #575756;
}
section.teachers .radial-progress {
    margin: 10px auto;
}

section.members {
    padding: 30px 0;
}