*{
	margin:0;
	padding:0;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a , font, img, ol, ul, li, button {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align: baseline;
    background: transparent;
}
.clear {
    clear:both;
}
.clearfix {
    display: block;
}
::selection {
    background: #43bdef;
    color: #fff;
}

.clearfix:after {
    display: block;
    content: " ";
    clear: both;
}
input{
    outline: none;
}
textarea{
    outline: none;
}
body{
	width:100%;
	height:auto;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	box-sizing:border-box;
	font:15px/18px Arial,sans-serif;
}
ul{
	list-style-type: none;
}
a{
	color: black;
	text-decoration: none;
}
.icon-leanh{
    background-image: url('../image/all_icon.png');
    background-repeat: no-repeat;
    float: left;
}
.wrap{
	width: 1170px;
	margin: 0 auto;
}
.css-content {
    overflow: hidden;
    font: 16px/22px Arial,sans-serif;
    padding: 0 0 10px;
}
.css-content h1,.css-content h2,.css-content h3,.css-content h4,.css-content h5 {
    margin: 0.3em 0 0em;
    line-height: 1.5em !important;
}
.css-content a{
    color:#001dff;
}
.css-content figure.sudo-media-item {
    padding-bottom: 10px;
}
.css-content h1 {
    font: 700 24px/28px Arial,sans-serif;
}
.css-content h2 {
    font: 700 20px/24px Arial,sans-serif;
}
.css-content h3 {
    font: 700 18px/21px Arial,sans-serif;
}
.css-content h1 strong {
    font: 700 24px/28px Arial,sans-serif;
}
.css-content h2 strong {
    font: 700 20px/24px Arial,sans-serif;
}
.css-content h3 strong {
    font: 700 18px/21px Arial,sans-serif;
}
.align-center{
    width: 100% !important;
    text-align: center;
}
.css-content em{
    font-style: italic;
}
.css-content em strong{
    font-style: oblique;
}
.css-content p {
    line-height: 2em;
    padding-top: 10px;
}
.css-content table {
    max-width: 100%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-spacing: 0;
}
.css-content table th, .css-content table td{
    border: 1px solid #ccc;
}
.css-content ul, .css-content ul li {
    list-style-type: disc;
    margin-left: 10px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.css-content ul li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
.css-content ol {
    list-style: decimal;
    padding: 0 0 0 15px;
    margin: 0;
}
.css-content ol li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
.css-content img {
    max-width: 100%;
    height: auto;
}
.css-content blockquote {
    background: #ededed;
    border-left: 5px solid #d71f27;
    font-style: italic;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
}
#top-web{
    width: 100%;
    height: 35px;
    background: #a40202;
}
#top-web li{
    display: inline;
    height: 35px;
    line-height: 35px;
}
#top-web li a{
    color: #fff;
    font-size: 12px;
}
#top-web .left{
    width: 50%;
    height: 35px;
    float: left;
}
#top-web .right{
    height: 35px;
    width: 50%;
    float: right;
}
#top-web .right ul{
    float: right;
}
#top-web .right ul li{
    margin-right: 15px;
}
#top-web .right ul li:last-child{
    margin-right: 0;
}
#top-web .left li{
    margin-left: 15px;
}
#top-web .left i{
    font-size: 14px;
}
#top-web .left li:first-child{
    margin-left: 0;
}
#header{
    height: 65px;
    width: 100%;
    background: #f5f5f5;
}
#header .logo{
    width: 13%;
    float: left;
    height: 65px;
}
#header .navigation{
    width: 87%;
    float: right;
    height: 65px;
}
#header .logo .icon-logo{
    background-position: -10px -10px;
    width: 100%;
    height: 65px;
    margin-top: 10px;
}
#header .navigation li{
    display: inline;
    height: 65px;
    float: left;
    line-height: 65px;
    position: relative;
}
#header img.img-logo {
    width: 165px;
}
#header .navigation ul.sub-menu {
    height: auto!important;
    opacity: 1;
    z-index: 9999;
    position: absolute;
    width: 370px;
    background-color: #f5f5f5;
    top: 130%;
    left: 0px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #a40202;
}
#header .navigation ul.sub-menu li:hover {
  background: #a40202;
}
#header .navigation ul.sub-menu li:hover a{
    color: #fff;
}
#header .navigation ul.sub-menu li{
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
    width: 100%;
    height: auto;
}
#menu-mobile{
    display: none;
}
#menu-mobile i{
    font-size: 45px;
    padding: 9px 10px 0 0;
}
#respMenu{
    display: none;
}
ul.sub-sub-menu {
    height: auto!important;
    opacity: 1;
    z-index: 9999;
    position: absolute;
    width: 290px;
    background-color: #f5f5f5;
    left: -290px;
    top: 0;
    visibility: hidden;
    border-bottom: 2px solid #a40202;
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
.sub-menu li {
    margin-right: 0!important;
    display: inline-block!important;
    position: relative;
}
.sub-menu li a{
    width: 330px;
}

#header ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.sub-menu a:hover .sub-sub-menu{
    opacity: 1;
    visibility: visible;
    left: -250px;
}

#header .navigation li a{
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
}
#header .navigation li a:hover{
    transition: 0.5s;
    background: #a40202;
    color: #fff;
}
.sub-sub-menu li{
    position: absolute;
}
#header .navigation ul{
    float: right;
    height: 65px;
}
ol.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 5px;
}
#banner{
    width: 100%;
    height: 440px;
}
#banner img{
    width: 100%;
    height: 440px!important;
}
.flexslider .slides > li {
    height: 440px!important;
}
#only-training{
    margin-top: 15px;
    width: 100%;
    float: left;
    background: #f5f5f5;
}
#only-training .title{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    padding: 25px 0;
    font-weight: bold;
}
#only-training .col{
    width: 25%;
    float: left;
}
#only-training .col h3{
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    height: 70px;
    color: #b24c4c;

}
#only-training .col i{
    width: 80px;
    height: 60px;
    
}
#only-training .col i.icon-check {
    width: 40px;
    height: 35px;
    background-position: -22px -68px;
}
.icon-hoantra{
    background-position: -165px -9px;
}
.icon-giangvien{
    background-position: -240px -9px;
}
.icon-daotao{
    background-position: -330px -4px;
}   
.icon-thuchanh{
    background-position: -419px -4px;
}
#only-training .col p{
    padding-right: 20px;
    padding-top: 10px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}
#benefit-after-training .title{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    padding: 20px 0 30px 0;
    font-weight: bold;
}
#benefit-after-training .left{
    width: 50%;
    float: left;
    margin-top: 7px;
    position: relative;
}
#benefit-after-training .left img{
    width: 100%;
}
#benefit-after-training .right{
    width: 50%;
    padding-bottom: 30px;
    float: left;
}
.icon-check{
    width: 70px;
    height: 35px;
    background-position: 0px -68px;
}
#benefit-after-training .right li{
    padding-top: 15px;
}
#benefit-after-training .right li:first-child{
    padding-top: 0;
}
#benefit-after-training .right li p{
    line-height: 23px;
    padding-left: 70px;
}
#content-training{
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 50px;
    float: left;
}
#content-training .title{
    text-align: center;
    color: #a40202;
    padding: 20px 0 30px 0;
    font-weight: bold;
}
#content-training .title h1{
    font-size: 20px;
    line-height: 30px;
}
#content-training .col{
    width: 32%;
    background: #fff;
    margin-top: 20px;
    display: inline-block;
    margin-right: 1%;
    float: left;
    position: relative;
}
#content-training .col:nth-child(3n+2) {
    clear: both;
}
#content-training .col .title-col{
    background: #e8c0c0;
    color: #a40202;
    padding: 7px 10px 7px 60px;
    font-weight: bold;
}
#content-training .col .icon-ghim{
    width: 63px;
    height: 50px;
    background-position: -83px -75px;
    position: absolute;
    top: -15px;
    left: 3px;
}
#content-training .col .icon-cham{
    width: 30px;
    height: 15px;
    background-position: -13px -114px;
}
#content-training .col li{
    padding-top: 15px;
}
#content-training .col li p{
    padding-left: 30px;
    padding-right: 10px;
}
#content-training .content-col{
    padding-bottom: 40px;
}
#schedule .title{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    padding: 20px 0 10px 0;
    font-weight: bold;
}
#schedule table{
    width: 100%!important;
    height: 100%!important;
}
#schedule table tr:first-child{
    height: 50px!important;
}
#list-lecturer{
    width: 100%;
    padding-bottom: 50px;
    background: #fff;
}
#list-lecturer .title{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    padding: 20px 0 50px 0;
    font-weight: bold;
}
#list-lecturer h2{
    font-size: 20px;
}
#list-lecturer .title a{
    color: #a40202;
}
#list-lecturer .col{
    width: 85%;
    display: inline-block;
    padding: 0 1%;
    position: relative;
}
#list-lecturer .col .city{
    width: 100%;
    height: 70px;
    position: absolute;
    background: red;
    left: 13px;
    top: 170px;
    opacity: 0.65;
    z-index: 10;
    border-radius: 0 0 50% 50%;
}
#list-lecturer .fa-angle-left{
    position: absolute;
    font-size: 60px;
    color: #ccc;
    cursor: pointer;
    top: 190px;
    z-index: 10;
    left: -25px;
}
#list-lecturer .fa-angle-right{
    position: absolute;
    font-size: 60px;
    color: #ccc;
    cursor: pointer;
    top: 190px;
    z-index: 10;
    right: -10px;
}
.partner-home .fa-angle-left{
    position: absolute;
    font-size: 60px;
    color: #ccc;
    cursor: pointer;
    top: 18px;
    z-index: 10;
    left: -27px;
}
.partner-home .fa-angle-right{
    position: absolute;
    font-size: 60px;
    color: #ccc;
    cursor: pointer;
    top: 18px;
    z-index: 10;
    right: -27px;
}
#list-lecturer .col .image{
    width: 215px;
    height: 215px;
    margin: 0 auto;
    border-radius: 50%;
    background: #d1cfcf;
    position:relative;
    z-index: 10;
    overflow: hidden;
}

#list-lecturer .col .image img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    z-index: 10;
}
#list-lecturer .col .info{
    background: #f8f8f8;
    border-radius: 4px;
    padding: 50px 20px 20px 20px;
    position: relative;
    bottom: 30px;
    z-index: 1;
}
#list-lecturer .col .info p{
    line-height: 25px;
    text-align: justify;
}
#list-lecturer .col .info p.name{
    text-transform: uppercase;
    font-size: 16px;
    color: #a40202;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}
#list-lecturer .col .info p.name a{
    color: #a40202;
}
#feedback-student{
    background: #f5f5f5;
    padding-bottom: 50px;
}
#feedback-student h2{
    font-size: 20px;
}
#feedback-student .title{
    text-align: center;
    font-size: 20px;
    padding: 20px 0 30px 0;
    font-weight: bold;
}
#feedback-student .title a{
    color: #a40202;
}
#feedback-student .left{
    width: 45%;
    float: left;
    height: 530px;
}

#feedback-student .left li img{
    padding: 2%;
    width: 96%;
    height: 96%;
}
#feedback-student .right{
    margin-left: 4%;
    width: 50%;
    display: inline-block;
}
#feedback-student .right .img{
    width: 45%;
    display: inline-block;
    margin-left: 4%;
}
#feedback-student .right .img img{
    width: 270px;
    height: 260px;
    cursor: pointer;
}
#register-course{
    background-color: #f5f5f5;
    margin-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}
#register-course .title{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    padding: 20px 0 10px 0;
    font-weight: bold;
}
#register-course p.register{
    font-weight: bold;
    font-size: 16px;
}
#register-course p.hotline{
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}
#register-course p.hotline span{
    color: #a40202;
    font-size: 25px;
}
#register-course .left{
    width: 55%;
    display: inline-block;
}
#register-course .left .image{
    width: 90%;
    padding: 5% 5% 0 5%;
}
#register-course .left .image img{
    width: 90%;
}
#register-course .right{
    width: 44%;
    float: right;
}
#register-course .right .form-group{
    margin-bottom: 10px;
}
#register-course .right .form-group input{
    height: 35px;
    border: 1px solid #a40202;
    border-radius: 4px;
    width: 70%;
    padding-left: 15px;
}
#register-course .right .form-group select{
    border: 1px solid #a40202;
    height: 38px;
    width: 73%;
    padding: 0 0 0 15px;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
}
#register-course .right .form-group textarea{
    height: 70px;
    border: 1px solid #a40202;
    border-radius: 4px;
    width: 70%;
    padding-left: 15px;
    padding-top: 10px;
}
#register-course .right .form-group label{
    display: inline;
    width: 100px;
    float: left;
    padding-top: 10px;

}
#register-course .right .form-group .form-inline{
    display: inline;
}
#register-course .right .btn-register{
    float: right;
    padding: 10px 40px 10px 80px;
    background: #a40202;
    color: #fff;
    border-radius: 4px;
    position: relative;
    font-size: 20px;
    margin-right: 35px;
}
.icon-register{
    background-position: -167px -83px;
    width: 45px;
    height: 30px;
    position: absolute;
    left: 31px;
    bottom: 4px;
}
#partner .title{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    padding: 20px 0 30px 0;
    font-weight: bold;
}
#partner .image{
    width: 100%;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#partner .image img{
    vertical-align: middle;
    width: 95%;
    height: 100px;
    padding: 0 5px;
}
#partner i.fa.fa-chevron-left {
    font-size: 35px;
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: -30px;
    cursor: pointer;
    color: #797777;
}
#partner i.fa.fa-chevron-right {
    font-size: 35px;
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: -30px;
    cursor: pointer;
    color: #797777;
}
#footer{
    color: #fff;
    margin-top: 20px;
    width: 100%;
    float: left;
    background: #18283f;
    padding-bottom: 16px;
}
#footer .title{
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
}
#footer .title:before{
    content: '';
    height: 2px;
    width: 85px;
    background: #fff;
    position: absolute;
    bottom: -3px;
}
#footer .col1{
    width: 25%;
    float: left;
}
#footer .col1 p{
    padding-right: 50px;
    padding-top: 10px;
    line-height: 25px;
    text-align: justify;
}
#footer .col2{
    width: 25%;
    float: left;
}
#footer .col3{
    margin-top: 20px;
    width: 25%;
    float: left;
}
#footer li{
    padding-top: 5px;
    padding-right: 35px;
}
#footer li a{
    color: #fff;
    line-height: 20px;
}
#footer li a:hover{
    text-decoration: underline;
}
#footer img.map {
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
#footer i{
    font-size: 18px;
    padding-right: 10px;
}
#footer .col3 .title-sub{
    padding: 20px 0 10px 0;
    font-size: 16px;
}
#footer .col3 input{
    border: 1px solid #cccccc;
    height: 30px;
    border-radius: 4px;
    width: 75%;
    background: #a40202;
    padding-left: 15px;
    color: #fff;

}
#footer .col3 .connect{
    padding-top: 5px;
}
#footer .col3 li{
    display: inline;
}
#footer .col3 i{
    color: #fff;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 20px;
}
#footer img.giphy{
    width: 20px;
    margin-left: 3px;
    height: 9px;
}
#footer .col3 .send-mail{
    background: #fff;
    color: #a40202;
    padding: 8px 5px;
    border-radius: 50%;
    margin-left: 5px;
    font-weight: bold;
}
#footer-bottom{
    height: 35px;
    background: #a40202;
    width: 100%;
    float: left;
}
#footer-bottom p{
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}
#list-lecturer i.fa.fa-chevron-left {
    font-size: 35px;
    position: absolute;
    z-index: 999999999;
    cursor: pointer;
    top: 250px;
    left: -25px;
    color: #908c8c;
}
#list-lecturer i.fa.fa-chevron-right {
    font-size: 35px;
    position: absolute;
    z-index: 999999999;
    cursor: pointer;
    bottom: 317px;
    right: -25px;
    z-index: 10000;
    color: #908c8c;
}
#body .breadcrumb {
    padding-top: 10px;
}
#body .breadcrumb li {
    display: inline;
}
#body .breadcrumb li span,
#body .breadcrumb li a {
    color: #288ad6;
    font-size: 14px;
}
.category .content{
    width: 70%;
    display: inline-block;
    margin-top: 10px;
}

.category .content h1{
    font-size: 18px;
    color: #a40202;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #a40202;
    padding-bottom: 5px;
}
.category article{
    margin-top: 10px;
    height: 175px;
}
.category article .image{
    height: 170px;
    border: 1px solid #dedede;
    width: 31%;
    display: inline-block;
    box-sizing: border-box;
    position:relative;
}
.category article .image img{
    width: 240px;
    height: 160px;
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
.category article .infomation{
    width: 66%;
    margin-left: 3%;
    float: right
}
.category article .infomation h3,
.category article .infomation h4{
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0 10px 0;
}
.category article .infomation i.fa.fa-calendar {
    font-size: 16px;
    margin-right: 5px;
}
.category article .infomation .intro{
    padding: 5px 0 10px 0;
    line-height: 21px;
}
.category article .infomation li{
    display: inline;
}
.category article .infomation i{
    font-size: 30px;
    margin-right: 10px;
}
#body i.fa.fa-facebook-square {
    color: #6081c4;
}
#body i.fa.fa-youtube-square {
    color: #f15a4b;
}
#body i.fa.fa-twitter-square {
    color: #43bdef;
}
#body i.fa.fa-google-plus-square {
    color: #e62b33;
}
#sidebar{
    width: 27%;
    margin-left: 3%;
    float: right;
    margin-top: 10px;
}
#sidebar .title {
    background: #a40202;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
#sidebar .search{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
#sidebar .search input{
    width: 96%;
    height: 30px;
    padding-left: 10px;
    letter-spacing: 1.5px;
}
#sidebar .search i{
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 23px;
    cursor: pointer;
    color: #ccc;
}
#sidebar li{
    margin: 10px 0;
}
#sidebar li .image{
    width: 40%;
    height: 80px;
    border: 1px solid #dedede;
    display: inline-block;
    position:relative;
    box-sizing: border-box;
}
#sidebar li .image img{
    max-width: 90%;
    max-height: 80px;
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
#sidebar li .name{
    width: 57%;
    margin-left: 3%;
    float: right;
    padding-top: 10px;
}
#sidebar ul.course li{
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 10px 0;
    float: left;
    width: 100%;
}
#sidebar ul.course li a{
    float: left;
    padding-left: 18px;
}
#sidebar ul.course li .name{
    width: 100%;
}
.detail .content{
    width: 68%;
    padding-top: 10px;
    display: inline-block;
    margin-right: 2%;
}
.detail .content h1{
    font-size: 28px;
    padding: 5px 0;
    letter-spacing: 1.5px;
    line-height: 35px;
}
.detail .content .time{
    width: 40%;
    display: inline-block;
    padding-top: 5px;
    display: none;
}
.detail .content .share{
    width: 50%;
    float: left;
}
.detail .content .share li{
    display: inline;
}
.detail .content .share ul{
    float: right;
}
.detail .content .share i{
    font-size: 30px;
    margin-right: 10px;
}
.detail .content i.fa.fa-calendar {
    margin-right: 10px;
    font-size: 18px;
}
.css-content {
    overflow: hidden;
    font: 16px/22px TeXGyreAdventor,Arial,sans-serif;
    padding: 0 0 10px;
}
.css-content h1,.css-content h2,.css-content h3,.css-content h4,.css-content h5 {
    margin: 0.3em 0 1em;
    line-height: 1.5em !important;
}
.css-content .mce-toc {
    padding: 10px;
    width: 100%;
    border: 1px dashed #ccc;
    background: #fcfcfc;
    margin: 20px 0;
    box-sizing: border-box;
    color: #3500b9 !important;
}
.css-content .mce-toc h2{
    text-align: center;
}
.css-content .mce-toc ul li {
    list-style: none;
    margin-left: 15px;
    list-style-type: disc;
}.css-content .mce-toc ul li a {
    /*color: #3F3F3F;*/
    color: #001dff;
    font-size: 18px;
}
.css-content a{
    color:#001dff;
}
.css-content h1 {
    font: 700 24px/28px TeXGyreAdventor,Arial,sans-serif;
}
.css-content h2 {
    font: 700 20px/24px TeXGyreAdventor,Arial,sans-serif;
}
.css-content h3 {
    font: 700 18px/21px TeXGyreAdventor,Arial,sans-serif;
}
.align-center{
    width: 100% !important;
    text-align: center;
}
.css-content em{
    font-style: italic;
}
.css-content em strong{
    font-style: oblique;
}
.css-content p {
    line-height: 1.5em;
    padding-top: 10px;
}
.css-content table {
    max-width: 100%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-spacing: 0;
}
.css-content table th, .css-content table td{
    border: 1px solid #ccc;
}
.css-content ul, .css-content ul li {
    list-style-type: disc;
    margin-left: 10px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.css-content ul li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
.css-content ol {
    list-style: decimal;
    padding: 0 0 0 15px;
    margin: 0;
}
.css-content ol li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
.css-content img {
    max-width: 100%;
    height: auto;
}
.css-content blockquote {
    margin-left: 20px;
    font-style: italic;
}
.contact{
    margin-top: 30px;
}
.contact .title-contact{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact .title-contact:before{
    content: '';
    height: 2px;
    width: 265px;
    background: #a40202;
    position: relative;
    position: absolute;
    bottom: -10px;
    left: 39%;
}
.contact .left{
    width: 30%;
    display: inline-block;
}
.contact .right{
    width: 67%;
    float: right;
    margin-left: 3%
}
.contact .left p{
    line-height: 23px;
}
.contact .left p:first-child{
    color: #a40202;
    font-size: 16px;
}
.contact .left p:nth-child(5){
    margin: 10px 0;
    color: #a40202;
    font-size: 16px;
}
.contact .left input{
    width: 90%;
    display: inline;
    height: 30px;
    border-radius: 4px;
    letter-spacing: 1.5px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    padding-left: 15px;
}
.contact .left textarea{
    width: 90%;
    display: inline;
    height: 60px;
    border-radius: 4px;
    letter-spacing: 1.5px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    padding: 10px 0 0 15px;
}
.contact .left .send-contact{
    padding: 5px 45px;
    float: right;
    background: #1260ab;
    color: #fff;
    border-radius: 4px;
    margin-right: 5%;
}
.contact .right .address{
    width: 48%;
    margin-right: 2%;
    display: inline-block;
}
.contact .right .map{
    float: right;
    width: 50%;
    margin-bottom: 30px;
}
.contact .right .address .title{
    color: #a40202;
    font-size: 16px;
}
.contact .right .address .content-address{
    padding-top: 10px;
}
.contact .right .address p{
    line-height: 25px;
}
#body.feel_student h1{
    font-size: 20px;
    color: #363636;
    text-align: center;
    font-weight: normal;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #c5c1c1;
}
#body.feel_student article{
    width: 100%;
    height: 155px;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c5c1c1;
}
#body.feel_student article .image{
    width: 18%;
    float: left;
    height: 140px;
}
#body.feel_student article .image img{
    width: 90%;
    height: 135px;
}
#body.feel_student article .info{
    width: 77%;
    margin-top: 10px;
    margin-left: 3%;
    float: left;
}
#body.feel_student article .info h3 p{
    color: #363636;
    font-weight: normal;
    display: inline;

}
#body.feel_student article .info .display-more a{
    float: right;
    color: #ae1f2b;
    font-size: 16px;
}
#body.feel_student article .info h3{
    color: #363636;
    color: 18px;
    line-height: 25px;
}
#body.feel_student article .info h3 span a{
    color: #ae1f2b;
}
#body.feel_student article .info p{
    line-height: 25px;
}
#body.content-student .content{
    margin-top: 30px;
}
#body.content-student #sidebar{
    margin-top: 30px;
}
#body.content-student .top{
    width: 100%;
    float: left;
}
#body.content-student .top .image{
    width: 45%;
    float: left;
    height: 400px;
    margin:0 auto;
    position:relative;
    border: 1px solid #ae1f2b;
}
#body.content-student .top .image img{
    padding: 2%;
    width: 96%;
    height: 96%;
}
#body.content-student .top .info{
    width: 50%;
    margin-left: 4%;
    float: left;
}
#body.content-student .top .info h3{
    color: #363636;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
#body.content-student .top .info span{
    color: #363636;
    font-weight: normal;
}
#body.content-student .top .info p{
    line-height: 25px;
    color: #363636;
    font-weight: normal;
    display: inline;
}
#body.content-student .bottom{
    width: 100%;
    float: left;
    padding-top: 20px;
}
#body.content-student .bottom h3{
    font-size: 20px;
    color: #363636;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: normal;
}
#back-to-top{
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background: #ae1f2b;
    color: #fff;
    font-size: 24px;
    bottom: 25px;
    right: 100px;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
}
#img-feedback li{
    /*height: 500px!important;*/
}
.flexslider#img-feedback .slides > li {
    height: 500px!important;
}
.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.button>span {
    font-size: 84%;
}
ul.pagination{
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
ul.pagination li{
    display: inline-block;
    border: 1px solid #dedede;
}
ul.pagination li.active span{
    font-weight: bold;
    color: #ae1f2b;
}
div#body.category {
    padding-bottom: 30px;
}
ul.pagination li a{
    padding: 3px 10px;
    display: inline-block;
}
ul.pagination li.active{
    padding: 3px 10px;
}
ul.pagination li.disabled{
    padding: 3px 10px;
}
#phone-number{
    cursor: pointer;
    background: #e71e25;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 20px;
    padding: 2px 30px 2px 2px;
}
#phone-number .phone{
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    margin-left: 10px;
    font-weight: bold;
}
#phone-number .icon{
    float: left;
    padding: 11px 13px 6px 10px;
    background: #252223;
    border-radius: 50%;
}
#header{
    box-shadow: 0px 2px 10px #4c4c4c;
}

.icon img{
    width: 20px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}
@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}100%,75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}

#share-mxh{
    position: fixed;
    bottom: 85px;
    left: 30px;
}
.hisella-messages .number {
    position: relative;
    background: red;
    color: #fff;
    width: 13px;
    height: 16px;
    padding: 9px;
    padding-left: 10px;
    border-radius: 50%;
    font-size: 20px;
    top: 20px;
    left: 250px;
}
.hisella-messages {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}
.hisella-messages-outer {
    position: relative;
}
#hisella-minimize {
    font-size: 14px;
    color: #fff;
    top: -34px;
    left: -1px;
    width: 320px;
    cursor: pointer;
    height: 65px;
}
#hisella-minimize a{
    width: 90%;
    padding-left: 10%;
    background: #a40202;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    height: 45px;
    float: left;
}
#hisella-facebook{
    display: none;
    right: 0!important;
    opacity: 0;
}
#hisella-minimize img {
    width: 55px;
    height: 55px;
    margin-left: 130px;
}
#hisella-minimize img {
    width: 55px;
    height: 55px;
    margin-left: 220px;
}
._2p5m {
    height: 76px!important;
}
._2p5w {
    display: none;
}
.box-coment {
    width: 100%;
    background: #fafafa;
    padding-bottom: 30px;
}
.form-text {
    width: 31%;
    position: relative;
    float: left;
    padding: 0 0 10px 0;
    margin-left: 1.7%;
}
.form-text input {
    border: 1px solid #dedede;
    width: 98.5%;
    height: 35px;
    margin-top: 10px;
    padding-left: 10px;
}
.box-coment textarea {
    width: 96%;
    margin-left: 2%;
    border: 1px solid #dedede;
    padding: 5px;
    line-height: 18px;
    color: #18283f;
}
.box-coment .btn{
    float: right;
}
.box-coment .btn a {
    background: #bb323a;
    color: white;
    border: none;
    float: right;
    cursor: pointer;
    padding: 5px 50px;
}
.comment-leanh{
    width: 100%;
    float: left;
}
#comment{
    width: 100%;
    float: left;
}
#comment .title{
    text-align: center;
    color: #a40202;
    font-size: 20px;
    padding: 20px 0 30px 0;
    font-weight: bold;
}
.comment-fb{
    width: 49%;
    float: right;
    /*max-height: 910px;*/
    /*overflow: scroll;*/
}
.get-comment{
    margin-top: 10px;
    width: 100%;
    float: left;
    /*max-height: 700px;*/
    /*overflow: scroll;*/
}
.get-comment h3{
    color:#df4650;
    font-size: 16px;
    display: inline;
}
.vote{
    width: 300px;
    float: right;
    padding-bottom: 5px;
}
.vote li{
    display: inline;
}
.vote li i{
    color: #ffd600;
    font-size: 20px;
    cursor: pointer;
}
.vote ul{
    display: inline;
    margin-left: 10px;
    float: right;
}
#vote{
    width: 300px;
    float: right;
    padding-bottom: 5px;
}
#vote li{
    display: inline;
}
#vote li i{
    color: #ffd600;
    font-size: 20px;
    cursor: pointer;
}
#vote ul{
    display: inline;
    margin-left: 10px;
    float: right;
}
#vote h4{
    display: inline;
    color: #df4650;
    font-size: 16px;
    float: right;
}
.get-comment h3 i{
    color: #df4650;
}
.hoi, .traloi {
    border: 1px solid #dedede;
    border-radius: 15px;
    background: #fafafa;
    padding: 15px 0 5px 0;
    box-sizing: border-box;
    float: right;
    width: 100%;
}
.noidung-coment {
    width: 98%;
    float: right;
}
.name-coment, .date-coment {
    line-height: 18px;
}
.date-coment {
    color: #909090;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}
.detail-coment {
    margin-bottom: 10px;
}
.icon-coment {
    width: 40%;
    float: right;
}
.reply-icon, .like-icon {
    float: right;
    right: 0;
    width: 100px;
}
.name-coment {
    font-size: 16px;
    font-weight: bold;
    color: #c12a37;
    text-transform: capitalize;
}
.reply-icon a, .like-icon a{
    color: blue;
} 
.box_rep {
    width: 92% !important;
    float: right;
}
.box_rep .form-text input {
    width: 98%;
}
.box_rep{
    margin-top: 5px;
    padding-bottom: 0;
}
.traloi {
    width: 90%;
    min-height: 50px;
    margin-left: 10% !important;
}
.traloi {
    margin-bottom: 10px !important;
}
.hoi, .traloi {
    margin: 5px 0;
}
.show-comment{
    display: none;
}
.hide-box a{
    background: #6b6767!important;
}
iframe.b-iframe {
    width: 800px;
    height: 451px;
}
div#___plus_0 {
    position: relative;top: 4px;
}
.xl {
    line-height: 20px!important;
}
.xl .btn i {
    top: 1px!important;
}
.xl .btn {
    height: 22px!important;
}
#body.detail .tags{
    width: 100%;
    float: left;
    padding: 10px 0;
}
#body.detail .tags li{
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 12px;
    margin: 0 2.5px 0 0;
}
#body.detail .tags li a{
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #a40202;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    float: left;
    height: 24px;
    line-height: 24px;
}
#body.detail .tags li a:before{
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #a40202 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
#body.detail .tags li a:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #a40202;
    -webkit-box-shadow: -1px -1px 2px #a40202;
    box-shadow: -1px -1px 2px #a40202;
}
.follow-social{
    width: 98%;
    float: left;
    margin-left: 2%;
    display: none;
}
.follow-social .follow li a {
    display: inline;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400!important;
    color: #818181;
}
.follow-social .follow li {
    display: inline;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-left: 10px;
    float: left;
    border-radius: 2px;
    padding-right: 0!important;
}
.follow-social .follow{
    margin-top: 10px;
    width: 100%;
    float: left;
}
.follow-social .follow i.fa.fa-facebook {
    padding: 0 13px 0 4px!important;
}