@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i&subset=latin-ext,vietnamese');
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&subset=latin-ext,vietnamese");
* {
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
    color: #1c5599!important;
}
.roto {
    font-family: 'Roboto', sans-serif;
}
.noto {
    font-family: 'Noto Serif', serif;
}
/*----------------------CONTAINER----------------------*/

@media(max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media(min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
/*----------------------HEADER-------------------------*/

header .logo-header {
    text-align: center;
    margin: 10px auto 34px auto;
    display: table;
}
header .logo-header img:first-child {
    display: block;
}
header .logo-header img:last-child {
    display: none;
}
header .container {
    position: relative;
}
header .icon-home em,
header .icon-face span,
header .icon-face em,
header .icon-home span {
    width: 100%;
    float: left;
    text-align: center;
}
header .icon-home {
    right: 10%;
}
header .icon-face {
    right: 0;
}
header .icon-home,
header .icon-face {
    position: absolute;
    top: 20px;
}
header .icon-home a,
header .icon-face a {
    display: inline-block;
}
header .icon-home em,
header .icon-face em {
    font-size: 36px;
    color: #1c5599;
    line-height: 24px;
    margin-bottom: 5px;
}
header .icon-face span,
header .icon-home span {
    color: #6f6f6f;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
@media(max-width: 767px) {
    header .logo-header img:first-child {
        display: none;
    }
    header .logo-header img:last-child {
        display: block;
    }
    header .logo-header {
        margin: 10px auto 20px auto;
    }
    #main-menu {
        margin-top: 15px!important;
    }
    header .icon-home,
    header .icon-face {
        top: 113px!important;
    }
    .navbar-toggle {
        padding: 9px 15px!important;
    }
}
@media(max-width: 530px) {
    header .icon-home em, header .icon-face em {
        font-size: 27px;
    }
    header .icon-home,
    header .icon-face {
        right: 15%!important;
    }
    header .icon-home {
        right: 25%!important;
    }
    .lich-day-tin-tuc .text .item {
        width: 100%;
        float: left;
        padding: 0!important;
    }
}
/*----------------------MENU-------------------------*/

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    animation: pulse 0.7s;
}
#main-nav {
    height: 45px;
    background: #fff;
}
.sm-simple {
    border: none;
    box-shadow: none;
}
#main-menu {
    width: 98%;
}
#main-menu li a {
    color: #16579a;
    font-size: 15px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
}
#main-menu .sub-arrow {
    display: none;
}
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
    background: none!important;
}
@media (min-width: 768px) {
    #main-menu > li {
        float: none;
        display: table-cell;
        width: 1%;
    }
}
/*FORM SEARCH*/

.search .searchbox-input {
    padding: 1px 55px 0px 20px;
}
#main-nav .container {
    position: relative;
}
.search {
    width: 25px;
    right: 0;
    position: absolute;
    height: 32px;
    top: 0;
}
.searchbox {
    right: 0;
    top: -11px;
    display: block;
    position: relative;
    min-width: 40px;
    width: 0%;
    height: 46px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #17559a;
}
.searchbox-input:-moz-placeholder {
    color: #17559a;
}
.searchbox-input::-moz-placeholder {
    color: #17559a;
}
.searchbox-input:-ms-input-placeholder {
    color: #17559a;
}
.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: none;
}
.searchbox-open {
    width: 100%;
    border-bottom: none!important;
    background: #fff;
}
input[type=search] {
    text-align: center;
    -webkit-appearance: none;
    color: #17559a;
}
@media(max-width: 919px) {
    header .icon-face span, header .icon-home span {
        display: none;
    }
    header .icon-home,
    header .icon-face {
        position: absolute;
        top: 125px;
        right: 7%;
        z-index: 999;
    }
    header .icon-home {
        right: 14%;
    }
    .navbar-toggle {
        display: block;
        border: none;
        margin-top: 0;
    }
    #main-menu li {
        width: 100%;
        float: left;
    }
    #main-nav {
        height: auto;
    }
    #main-menu {
        margin-top: 45px;
        width: 100%;
    }
    #main-menu .sub-arrow {
        display: block;
        background: transparent;
        color: transparent;
    }
    .has-submenu.highlighted .sub-arrow:before {
        font-size: 17px;
        position: absolute;
        content: "\f106" !important;
        font-family: FontAwesome;
        font-weight: bold;
        background-color: transparent;
        left: 11px;
        color: #1c5599;
    }
    #main-menu .sub-arrow:before {
        font-size: 17px;
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        font-weight: bold;
        background-color: transparent;
        left: 11px;
        color: #1c5599;
    }
}
/*----------------------BANNER-------------------------*/

#owl-khoa {
    width: 60%;
    float: left;
    padding-right: 30px;
}
.banner-khoa .text-gioithieu-khoa {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 60%;
}
.text-gioithieu-khoa .xem-them.italic {
    color: #a14a9c;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    text-transform: uppercase;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
#owl-khoa .item {
    position: relative;
}
#owl-khoa .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #015f9d;
    opacity: 0.9;
    padding: 17px 33px;
    margin-bottom: 19px;
}
@media(max-width:1090px) {
    .text-gioithieu-khoa .mt-30 {
        margin-top: 10px;
    }
    .text-gioithieu-khoa .mt-60 {
        margin-top: 30px;
    }
}
@media(max-width: 991px) {
    #owl-khoa {
        width: 50%;
    }
    .banner-khoa .text-gioithieu-khoa {
        padding-left: 50%;
    }
    #owl-khoa .item p {
        padding: 14px 18px;
        margin-bottom: 14px;
    }
    .text-gioithieu-khoa .mt-60 {
        margin-top: 20px;
    }
    .text-gioithieu-khoa .mt-30 {
        margin-top: 5px;
    }
}
@media (max-width: 991px) {
    #owl-khoa {
        width: 100%;
        padding-right: 0;
    }
    .banner-khoa .text-gioithieu-khoa {
        padding-left: 0;
        margin-top: 25px;
        width: 100%;
        float: left;
    }
}
@media(max-width: 767px) {
    #owl-khoa .item p {
        padding: 5px 18px;
        margin-bottom: 5px;
    }
}
/*----------------------LỊCH TRỰC-------------------------*/

.content-lich-phan-cong {
    font-family: "Noto Serif", serif;
}
.lich-day-tin-tuc ul {
    list-style: none;
}
.lich-day-tin-tuc .text-left {
    width: 41%;
    float: left;
}
.content-lich-phan-cong li.active h3 {
    color: #16579a;
    text-transform: uppercase;
}
.content-lich-phan-cong h3 {
    color: #6f6f6f;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.timeline ul li a {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
#vertical-menu li.active ul {
    display: block;
}
.content-lich-phan-cong .list-item {
    padding-left: 47px;
    display: block;
    width: 100%;
    overflow: hidden !important;
    margin: 0 !important;
}
#vertical-menu ul ul {
    display: none;
}
#vertical-menu li.active ul {
    display: block;
}
.content-lich-phan-cong p {
    color: #6f6f6f;
    line-height: -0.5;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #6f6f6f;
    margin-right: 13px;
}
.content-lich-phan-cong h3 a {
    position: relative;
    display: block;
}
.list-item {
    position: relative;
}
.list-item:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #ccc;
    left: 0;
    margin-left: 15px;
}
.timeline li .tl-circ {
    position: absolute;
    top: 9px;
    left: -21px;
    text-align: center;
    background: #fff;
    color: #fff;
    width: 10px;
    height: 10px;
    line-height: 35px;
    margin-left: -16px;
    border: 1px solid #ccc;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 99999;
}
ul.list-item li {
    position: relative;
    margin-bottom: 23px;
}
.lich-day-tin-tuc .read-more {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #a14a9c;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    text-transform: uppercase;
}
/*thong tin tham khao*/

.Frequently-Asked-Questions .text,
.vanban-tuyensinh .text {
    width: 54%;
    margin-left: 46%;
}
.lich-day-tin-tuc .text h4 {
    margin-top: 17px;
    color: #414141;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 18px
}
.lich-day-tin-tuc .text-item a {
    color: #414141;
    font-size: 17px;
    font-weight: 400;
}
.lich-day-tin-tuc .text {
    width: 54%;
    margin-left: 46%;
}
.mt-65 {
    margin-top: 60px;
}
.lich-day-tin-tuc .item.first-child {
    padding-left: 0!important;
}
.lich-day-tin-tuc .item:last-child {
    padding-right: 0!important;
}
.lich-day-tin-tuc .img {
    overflow: hidden;
}
.lich-day-tin-tuc .img img {
    width: 100%;
}
.mb-55 {
    margin-bottom: 55px;
}
.effect-tranform {
    display: inline-block;
    transition: .5s ease-in-out;
}
.effect-tranform:hover {
    transform: scale(1.1);
}
@media(max-width: 767px) {
    .lich-day-tin-tuc .text-left {
        width: 100%;
        float: left;
    }
    .lich-day-tin-tuc .text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 30px;
    }
    .lich-day-tin-tuc.mt-60 {
        margin-top: 30px;
    }
}
/*----------------------Học bổng-------------------------*/

#thong-bao h4,
.tong-khoa h4,
.de-cuong-bai-giang h4 {
    color: #414141;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 50px;
}
#thong-bao ul li {
    list-style: none;
    margin-bottom: 33px;
    min-height: 50px;
}
#thong-bao ul>div>li>a,
.de-cuong-bai-giang ul>li>a,
.tong-khoa ul>li>a {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
#thong-bao .col-left {
    padding-left: 0!important;
}
#thong-bao .col-right {
    padding-right: 0!important;
}
#thong-bao {
    background: url(../imgs/bg-thong-bao.png) 0 100% #f4f4f4 no-repeat;
}
    #thong-bao ul>div>li {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
@media(max-width: 767px) {
    #thong-bao .col-left, #thong-bao .col-right {
        padding: 0!important;
    }
    #thong-bao ul li {
        min-height: auto;
    }
     #thong-bao ul>div>li {
         display:block;
     }
}
/*----------------------Đề cương bài giảng-------------------------*/

.de-cuong-tongkhoa,
.footer {
    width: 100%;
    float: left;
}
.de-cuong-bai-giang ul li {
    padding-left: 30px;
    background: url(../imgs/icon-graducation.png) no-repeat;
    margin-bottom: 30px;
}
.tong-khoa ul,
.de-cuong-bai-giang ul {
    list-style: none;
}
.mb-65 {
    margin-bottom: 65px;
}
.tong-khoa ul li {
    margin-bottom: 20px;
}
.de-cuong-bai-giang {
    width: 60%;
    float: left;
}
.tong-khoa {
    width: 100%;
    padding-left: 60%;
}
.tong-khoa ul:nth-child(1) {
    width: 50%;
    float: left;
}
.tong-khoa ul:nth-child(2) {
    width: 50%;
    float: right;
}
@media(max-width: 919px) {
    .tong-khoa {
        padding-left: 65%;
    }
    .tong-khoa ul {
        width: 100%!important;
        float: left;
    }
    /*.tong-khoa ul li {
        margin-bottom: 0;
    }*/
}
@media(max-width: 767px) {
    .de-cuong-bai-giang, .tong-khoa {
        width: 100%;
        float: left;
    }
    .tong-khoa {
        padding-left: 0;
    }
}
/*----------------------FOOTER-------------------------*/

.footer a:hover {
    color: #83bcff!important;
}
.div-50 {
    width: 100%;
    float: left;
    height: 50px;
}
.uppercase {
    text-transform: uppercase;
}
.txt-head {
    font-family: "Noto Serif", serif;
    font-weight: 400;
}
.txt-head.medium {
    font-size: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.social-icons.colored a {
    color: #fff;
}
.social-icons.blue a {
    background-color: #0077d4;
}
.drop-accordion .tab-collapsed {
    border: transparent;
    background: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.drop-accordion .panel-default {
    width: 100%;
    float: left;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bg-1c5599 {
    background-color: #1c5599;
}
.drop-accordion .panel-heading {
    margin-bottom: 5px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.mt-10 {
    margin-top: 10px;
}
.panel-title.right a {
    padding: 10px 50px 10px 0;
}
.panel-title a {
    display: block;
    position: relative;
    color: #6f6f6f;
}
.panel-title.right .expand-icon-wrap {
    right: 0;
    top: 8px;
    color: #fff;
}
.panel-title .expand-icon-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 30px;
    color: #7a7a7a;
}
.panel-title.right .mdi {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #0077d4;
    background-color: #0077d4;
    display: block;
    font-size: 15px;
}
.panel-title .mdi.mdi-minus {
    display: none;
}
.tab-collapsed .mdi.mdi-minus {
    display: block;
}
.tab-collapsed .mdi.mdi-plus {
    display: none;
}
.panel-title .mdi {
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}
.tab-collapsed .right .expand-icon-wrap {
    color: #fff;
}
.drop-accordion .panel-body {
    position: relative;
    padding: 10px 0;
    border-top: 0 !important;
}
.social-icons a {
    margin: 0 15px 6px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #0077d4;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    -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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social-icons a:last-child {
    margin-right: 0;
}
.social-icons:not(.colored) a:hover {
    background-color: #83bcff !important;
    color: #fff !important;
}
.social-icons.dark a {
    background-color: #23252a;
    color: #fff;
}
.social-icons.blue a {
    background-color: #0077d4;
    color: #fff;
}
.social-icons.large a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.social-icons.transparent a {
    background-color: transparent;
    color: #fff;
}
.rounded a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.square a {
    -webkit-border-radius: 0%;
    border-radius: 0%;
}
.social-icons.colored a {
    color: #fff;
}
.social-icons.colored a:hover {
    opacity: 0.9;
}
.colored .social-twitter {
    background-color: #00acee;
}
.colored .social-facebook {
    background-color: #3b5998;
}
.colored .social-google-plus {
    background-color: #dd4b39;
}
.colored .social-linkedin {
    background-color: #0e76a8;
}
.colored .social-vimeo {
    background-color: #1ab7ea;
}
.colored .social-youtube {
    background-color: #c4302b;
}
.colored .social-instagram {
    background-color: #3f729b;
}
.colored .social-pinterest {
    background-color: #c8232c;
}
.colored .social-rss {
    background-color: #f26522;
}
.colored .social-dribbble {
    background-color: #ea4c89;
}
.colored .social-skype {
    background-color: #00aff0;
}
.colored .social-soundcloud {
    background-color: #ff3300;
}
.colored .social-vk {
    background-color: #45668e;
}
.colored .social-delicious {
    background-color: #3399ff;
}
.colored .social-android {
    background-color: #a4c639;
}
.colored .social-digg {
    background-color: #000000;
}
.colored .social-reddit {
    background-color: #ff4500;
}
.colored .social-dropbox {
    background-color: #007ee5;
}
.colored .social-odnoklassniki {
    background-color: #ed812b;
}
.colored .social-github {
    background-color: #4183c4;
}
.colored .social-flickr {
    background-color: #ff0084;
}
.colored .social-lastfm {
    background-color: #d51007;
}
.colored .social-email {
    background-color: #242424;
}
.social-twitter:hover {
    background-color: #fff !important;
    color: #00acee !important;
}
.social-facebook:hover {
    background-color: #fff !important;
    color: #3b5998 !important;
}
.social-google-plus:hover {
    background-color: #fff !important;
    color: #dd4b39 !important;
}
.social-youtube:hover {
    background-color: #fff !important;
    color: #c4302b !important;
}
.footer {
    color: #fff;
    background: #1c5599;
    font-size: 15px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #83bcff;
}
/* -----------------------------------
  * FOOTER
  * 1000 > x >691; 690>x>510; 509 
-------------------------------------- */

.footer .drop-accordion .panel-heading {
    margin-bottom: 0;
}
.footer .drop-accordion .panel-body {
    padding: 0;
}
@media (max-width: 1000px) {
    .footer .div-50 {
        height: 10px;
    }
}
@media (max-width: 1000px) and (min-width: 691px) {
    .footer .address {
        width: 65%;
        float: left;
    }
    .footer .social-icons {
        width: 35%;
        float: left;
    }
    .footer .social-icons.mt-20 {
        margin-top: 0;
    }
}
@media (max-width: 1000px) and (min-width: 870px) {
    .footer .f-item {
        float: left;
    }
    .footer .f-item:nth-of-type(1) {
        width: 100%;
    }
    .footer .f-item:nth-of-type(2) {
        width: 42%;
    }
    .footer .f-item:nth-of-type(3) {
        width: 20%;
    }
    .footer .f-item:nth-of-type(4) {
        width: 38%;
    }
}
@media (max-width: 869px) and (min-width: 691px) {
    .footer .f-item {
        float: left;
    }
    .footer .f-item:nth-of-type(1) {
        width: 100%;
    }
    .footer .f-item:nth-of-type(2) {
        width: 35%;
    }
    .footer .f-item:nth-of-type(3) {
        width: 25%;
    }
    .footer .f-item:nth-of-type(4) {
        width: 40%;
    }
}
@media (max-width: 690px) and (min-width: 510px) {
    .footer .f-item {
        float: left;
    }
    .footer .f-item:nth-of-type(1) {
        width: 60% !important;
    }
    .footer .f-item:nth-of-type(2) {
        width: 40%;
    }
    .footer .f-item:nth-of-type(3) {
        width: 40%;
        float: right;
        clear: both;
    }
    .footer .f-item:nth-of-type(3) .mt-10 {
        margin-top: 20px;
    }
    .footer .f-item:nth-of-type(4) {
        width: 60%;
    }
}
@media (max-width: 509px) {
    .footer .f-item {
        float: left;
        width: 100%;
    }
}
/*end footer*/
