/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@font-face {
    font-family: 'UTM Kabel KT';
    src: url('../fonts/UTM Kabel KT.ttf') format('truetype');
}
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
    font-family: "Simplesnails ver 4.0";
    src: url("../fonts/Simplesnails_ver_4_0/Simplesnails_ver_4_0.eot?") format("eot"), url("../fonts/Simplesnails_ver_4_0/Simplesnails_ver_4_0.woff") format("woff"), url("../fonts/Simplesnails_ver_4_0/Simplesnails_ver_4_0.ttf") format("truetype"), url("../fonts/Simplesnails_ver_4_0/Simplesnails_ver_4_0.svg#Simplesnailsver4.0") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFD-Heavy';
    src: url('../fonts/SFD-Heavy.ttf') format('truetype');
}

html,
body {
    padding-top: 0;
}
.view img, .view video {
    max-width: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.navbar-ns {
    margin-bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.nav-top ul {
    margin: 0;
    padding: 0;
}

    .nav-top ul > li {
        list-style: none;
        display: inline-block;
    }

        .nav-top ul > li a {
            text-decoration: none;
            color: #fff;
            padding: 5px 10px 5px 0;
            display: block;
        }

            .nav-top ul > li a:hover {
                color: #FF8A65;
            }

.theme-ns .nav-top {
    background-color: #0d539d;
    height: 35px;
}

.mdb-skin .navbar-ns {
    background-color: #043d7a;
    display: block;
}

    .mdb-skin .navbar-ns .navbar-nav > li > a, .mdb-skin .navbar-ns .navbar-brand {
        color: #fff;
    }

.navbar-brand {
    height: 45px;
    padding: 0;
}

    .navbar-brand img.logo {
        height: 95px;
        position: relative;
        top: -35px;
        border-radius: 5px;
        transition: all 0.3s;
    }

    .navbar-brand img.logo-small {
        height: 60px;
        position: relative;
        top: 0;
        border-radius: 5px;
        border: 2px solid #fff;
    }

.flag {
    height: 24px;
}

.theme-ns .nav-top .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border-top: 3px solid #FF5722;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    min-width: unset;
}

.nav-top .dropdown-menu > li > a {
    padding: 0px 10px;
    color: #043d7a;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 0.8rem;
    white-space:unset;
}
/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
    top: 0;
    width: 100%;
}

    .affix + .container {
        padding-top: 100px;
    }

.socials .fa {
    font-size: 16px;
}

.theme-ns .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.mdb-skin .navbar-ns .navbar-nav > li > a, .mdb-skin .navbar-ns .navbar-brand {
    text-transform: uppercase;
}

.mdb-skin .navbar-ns .navbar-brand {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.mdb-skin .navbar-ns .navbar-nav > li > a {
    padding:15px 10px;
    font-weight: 400;
}

    .mdb-skin .navbar-ns .navbar-nav > li > a:hover, .mdb-skin .navbar-ns .navbar-brand:hover {
        color: #d0d0d0;
    }

section.cta {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    padding: 250px 0;
}

section.international-students {
    background-image: url(/imgs/banner1.jpg);
    padding: 130px 0;
}

section.partners {
    background-image: url(/imgs/map2.jpg);
    padding: 50px 0;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}

section.cta .cta-content h2 {
    color: #fff;
    max-width: 500px;
    font-size: 50px;
}

section.cta .cta-content p {
    color: #fff;
}

section.partners .cta-content p, section.partners .cta-content h2 {
    color: #000;
    margin-top: 20px;
    padding: 0 20px;
}

section.contact h2, section.cta .cta-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

.thanh-tich p {
    padding: 0 10px;
    margin-top: 20px;
}

.mdb-skin .page-footer {
    background-color: #0d539d;
    margin: 0;
}

.fixed-sn main {
    padding-top: 1.5rem;
}

footer.page-footer .footer-copyright {
    background-color: #043d7a;
}

footer.page-footer a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.section hr {
    display: block;
}

.card .card-circle, .card-overlay, .flex-center, .section.team-section .avatar, .testimonial-carousel .testimonial .avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.card .card-circle {
    border: 2px solid #e0e0e0;
    height: 120px;
    width: 120px;
    margin-bottom: 2rem;
    border-radius: 50%;
    font-size: 2.5rem;
}

.md-form label.active {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.show .collapse {
    display: block;
}

.dropdown-toggle::after {
    margin-left: .2em;
}

@media (max-width: 1200px) {
    .mdb-skin .navbar-ns .navbar-nav > li > a, .mdb-skin .navbar-ns .navbar-brand {
        font-size: 13px;
    }
}

.mdb-skin .nav-tabs {
    background-color: transparent;
}
/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static;
}

.yamm .navbar-inner,
.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

    .yamm .dropdown-menu > li {
        display: block;
    }

.yamm .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
    *zoom: 1;
}

    .yamm .yamm-content:before,
    .yamm .yamm-content:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .yamm .yamm-content:after {
        clear: both;
    }

.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.yamm .multi-column {
    width: 100%;
    left: 0;
}

@media (max-width: 969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu,
    .yamm .nav, .yamm .dropup, .yamm .dropdown, .yamm .collapse {
        width: auto;
        position: relative !important;
    }

    .yamm .yamm-content {
        padding-left: 0;
        padding-right: 0;
    }

    .yamm .dropdown-menu > li > ul {
        display: block;
    }
}

.mdb-skin .form-header, .mdb-skin .card-header {
    background-color: #f7f7f9;
}

.picker__day {
    font-weight: 400;
}

th.picker__weekday {
    text-align: center;
}

.select-wrapper input.select-dropdown {
    padding: 0.2rem 0;
}

.ttuser > div {
    border-bottom: 1px solid rgb(0, 0, 255);
    height: 28px;
    float: left;
    vertical-align: bottom;
    padding: 0px 8px;
}

.ttuser > h4 {
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 28px;
    margin: 0px;
    text-transform: uppercase;
    padding: 5px 0 5px 45px;
    font-size: 16px;
}

.ttphuhuynh > h4 {
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 28px;
    margin: 0px;
    text-transform: uppercase;
    padding: 5px 0 5px 45px;
    font-size: 16px;
}

.ttphuhuynh > div {
    border-bottom: 1px solid rgb(0, 0, 255);
    height: 28px;
    float: left;
    vertical-align: bottom;
    padding: 0px 8px;
}

.magazine-section .single-news .news-data {
    margin-bottom: 4rem;
}

.magazine-section .single-news {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.default-color {
    background-color: #1e71ae !important;
}

/** AUDIO */

/* Font Family
================================================== */

@import url("//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400");

/* Misc.
================================================== */

.audio-player .add-bottom {
    margin-bottom: 20px !important;
}

.audio-player .left {
    float: left;
}

.audio-player .right {
    float: right;
}

.audio-player .center {
    text-align: center;
}



/* Audio Player Styles
================================================== */

/* Default / Desktop / Firefox */

#mainwrap {
    box-shadow: 0 0 6px 1px rgba(0,0,0,.25);
}

#audiowrap {
    background-color: #231F20;
    margin: 0 auto;
}

#plwrap {
    margin: 0 auto;
}

#tracks {
    position: relative;
    text-align: center;
}

#nowPlay {
    display: inline;
}

#npTitle {
    margin: 0;
    padding: 21px;
    text-align: center;
}

#npAction {
    padding: 21px;
    position: absolute;
}

#plList {
    margin: 0;
}

    #plList li {
        background-color: #231F20;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 21px 0;
    }

        #plList li:hover {
            background-color: #262223;
        }

.plItem {
    position: relative;
}

.plTitle {
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: 65px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.plNum {
    padding-left: 21px;
    width: 25px;
}

.plLength {
    padding-left: 21px;
    position: absolute;
    right: 21px;
    top: 0;
}

.plSel, .plSel:hover {
    background-color: #262223 !important;
    cursor: default !important;
}

a[id^="btn"] {
    background-color: #231F20;
    color: #C8C7C8;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding: 0px 30px;
    text-decoration: none;
}

    a[id^="btn"]:last-child {
        margin-left: -4px;
    }

    a[id^="btn"]:hover, a[id^="btn"]:active {
        background-color: #262223;
    }

    a[id^="btn"]::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/* IE 9 */
html[data-useragent*="MSIE 9.0"] audio {
    margin-left: 9px;
    outline: none;
    width: 680px;
}

html[data-useragent*="MSIE 9.0"] #audiowrap {
    background-color: #000;
}

html[data-useragent*="MSIE 9.0"] a[id^="btn"] {
    background-color: #000;
}

    html[data-useragent*="MSIE 9.0"] a[id^="btn"]:hover {
        background-color: #080808;
    }

html[data-useragent*="MSIE 9.0"] #plList li {
    background-color: #000;
}

    html[data-useragent*="MSIE 9.0"] #plList li:hover {
        background-color: #080808;
    }

html[data-useragent*="MSIE 9.0"] .plSel,
html[data-useragent*="MSIE 9.0"] .plSel:hover {
    background-color: #080808 !important;
}

/* IE 10 */
html[data-useragent*="MSIE 10.0"] audio {
    margin-left: 6px;
    width: 687px;
}

html[data-useragent*="MSIE 10.0"] #audiowrap {
    background-color: #000;
}

html[data-useragent*="MSIE 10.0"] a[id^="btn"] {
    background-color: #000;
}

    html[data-useragent*="MSIE 10.0"] a[id^="btn"]:hover {
        background-color: #080808;
    }

html[data-useragent*="MSIE 10.0"] #plList li {
    background-color: #000;
}

    html[data-useragent*="MSIE 10.0"] #plList li:hover {
        background-color: #080808;
    }

html[data-useragent*="MSIE 10.0"] .plSel,
html[data-useragent*="MSIE 10.0"] .plSel:hover {
    background-color: #080808 !important;
}

/* IE 11 */
html[data-useragent*="rv:11.0"] audio {
    margin-left: 2px;
    width: 695px;
}

html[data-useragent*="rv:11.0"] #audiowrap {
    background-color: #000;
}

html[data-useragent*="rv:11.0"] a[id^="btn"] {
    background-color: #000;
}

    html[data-useragent*="rv:11.0"] a[id^="btn"]:hover {
        background-color: #080808;
    }

html[data-useragent*="rv:11.0"] #plList li {
    background-color: #000;
}

    html[data-useragent*="rv:11.0"] #plList li:hover {
        background-color: #080808;
    }

html[data-useragent*="rv:11.0"] .plSel,
html[data-useragent*="rv:11.0"] .plSel:hover {
    background-color: #080808 !important;
}


/* IOS 7 */
html[data-useragent*="OS 7"] body {
    color: #373837;
}

html[data-useragent*="OS 7"] audio {
    margin-left: 3px;
    width: 690px;
}

html[data-useragent*="OS 7"] #audiowrap {
    background-color: #e6e6e6;
}

html[data-useragent*="OS 7"] a[id^="btn"] {
    background-color: #e6e6e6;
    color: #373837;
}

    html[data-useragent*="OS 7"] a[id^="btn"]:hover {
        background-color: #eee;
    }

html[data-useragent*="OS 7"] #plList li {
    background-color: #e6e6e6;
}

    html[data-useragent*="OS 7"] #plList li:hover {
        background-color: #eee;
    }

html[data-useragent*="OS 7"] .plSel,
html[data-useragent*="OS 7"] .plSel:hover {
    background-color: #eee !important;
}

/* IOS 8 */
html[data-useragent*="OS 8"] body {
    color: #373837;
}

html[data-useragent*="OS 8"] audio {
    margin-left: 6px;
    width: 694px;
}

html[data-useragent*="OS 8"] #audiowrap {
    background-color: #e4e4e4;
}

html[data-useragent*="OS 8"] a[id^="btn"] {
    background-color: #e4e4e4;
    color: #373837;
}

    html[data-useragent*="OS 8"] a[id^="btn"]:hover {
        background-color: #eee;
    }

html[data-useragent*="OS 8"] #plList li {
    background-color: #e4e4e4;
}

    html[data-useragent*="OS 8"] #plList li:hover {
        background-color: #eee;
    }

html[data-useragent*="OS 8"] .plSel,
html[data-useragent*="OS 8"] .plSel:hover {
    background-color: #eee !important;
}

/* IOS 9 */
html[data-useragent*="OS 9"] body {
    color: #373837;
}

html[data-useragent*="OS 9"] audio {
    margin-left: 6px;
    width: 694px;
}

html[data-useragent*="OS 9"] #audiowrap {
    background-color: #d5d5d5;
}

html[data-useragent*="OS 9"] a[id^="btn"] {
    background-color: #d5d5d5;
    color: #373837;
}

    html[data-useragent*="OS 9"] a[id^="btn"]:hover {
        background-color: #eee;
    }

html[data-useragent*="OS 9"] #plList li {
    background-color: #d5d5d5;
}

    html[data-useragent*="OS 9"] #plList li:hover {
        background-color: #eee;
    }

html[data-useragent*="OS 9"] .plSel,
html[data-useragent*="OS 9"] .plSel:hover {
    background-color: #eee !important;
}

/* Chrome */
#audiowrap {
    background-color: #fafafa;
}

a[id^="btn"] {
    background-color: #fafafa;
    color: #5a5a5a;
}

    a[id^="btn"]:hover {
        background-color: #eee;
    }

#plList li {
    background-color: #fafafa;
}

    #plList li:hover {
        background-color: #eee;
    }

.plSel,
.plSel:hover {
    background-color: #eee !important;
}

/* Chrome / Android / Tablet */
body {
    color: #373837;
}

audio {
    margin-left: 0;
    width: 100%;
}

#audiowrap {
    background-color: #fafafa;
}

a[id^="btn"] {
    background-color: #fafafa;
    color: #373837;
}

    a[id^="btn"]:hover {
        background-color: #eee;
    }

#plList li {
    background-color: #fafafa;
}

    #plList li:hover {
        background-color: #eee;
    }

.plSel,
.plSel:hover {
    background-color: #eee !important;
}

#npTitle {
    width: 100%;
}

/* Audio Player Media Queries
================================================== */

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    audio {
        width: 526px;
    }

    html[data-useragent*="MSIE 9.0"] audio {
        width: 536px;
    }

    html[data-useragent*="MSIE 10.0"] audio {
        width: 543px;
    }

    html[data-useragent*="rv:11.0"] audio {
        width: 551px;
    }

    html[data-useragent*="OS 7"] audio {
        width: 546px;
    }

    html[data-useragent*="OS 8"] audio {
        width: 550px;
    }

    html[data-useragent*="OS 9"] audio {
        width: 550px;
    }

    html[data-useragent*="Chrome"] audio {
        width: 533px;
    }

    html[data-useragent*="Chrome"][data-useragent*="Android"] audio {
        margin-left: 4px;
        width: 545px;
    }
}
/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    audio {
        width: 390px;
    }

    html[data-useragent*="MSIE 9.0"] audio {
        width: 400px;
    }

    html[data-useragent*="MSIE 10.0"] audio {
        width: 407px;
    }

    html[data-useragent*="rv:11.0"] audio {
        width: 415px;
    }

    html[data-useragent*="OS 7"] audio {
        width: 410px;
    }

    html[data-useragent*="OS 8"] audio {
        width: 414px;
    }

    html[data-useragent*="OS 9"] audio {
        width: 414px;
    }

    html[data-useragent*="Chrome"] audio {
        width: 397px;
    }

    html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio {
        margin-left: 4px;
        width: 410px;
    }

    #npTitle {
        width: 245px;
    }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
    audio {
        width: 270px;
    }

    html[data-useragent*="MSIE 9.0"] audio {
        width: 280px;
    }

    html[data-useragent*="MSIE 10.0"] audio {
        width: 287px;
    }

    html[data-useragent*="rv:11.0"] audio {
        width: 295px;
    }

    html[data-useragent*="OS 7"] audio {
        width: 290px;
    }

    html[data-useragent*="OS 8"] audio {
        width: 294px;
    }

    html[data-useragent*="OS 9"] audio {
        width: 294px;
    }

    html[data-useragent*="Chrome"] audio {
        width: 277px;
    }

    html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio {
        margin-left: 4px;
        width: 290px;
    }

    #npTitle {
        width: 167px;
    }
}
/** end audio **/
.fixed-sn .double-nav, .fixed-sn main, .fixed-sn footer {
    padding-left: 0;
}

.article img {
    max-width: 100% !important;
    height: auto !important;
}

.article table {
    max-width: 100% !important;
}

.card .card-circle {
    border: 2px solid #33b5e5;
}

@media (max-width: 768px) {
    .view {
        background-position-x: -80px !important;
    }
}

.article-text img {
    max-width: 100% !important;
    height: auto !important;
}
.mb-1-5 {
    margin-bottom: 1.5rem;
}

.widget-content .single-post h6 {
    margin-top: 5px;
}

.carousel-caption {
    left: 5%;
    right: 5%;
}

@media only screen and (min-width: 1200px) {
    .h1-responsive, .section .section-heading, .section-heading h1 {
        font-size: 200%;
    }
}

.text-center .line {
    right: 0;
    margin: auto;
}

.line {
    display: block;
    height: 2px;
    background-color: #333;
    width: 50px;
}

.testimonial-carousel .carousel-control.left:before {
    content: "\2039";
}

.testimonial-carousel .carousel-control:before {
    font-size: 5rem;
    color: rgba(0,0,0,.6);
}

.testimonial-carousel .carousel-control.right:before {
    content: "\203a";
}

.testimonial-carousel .carousel-control:before {
    font-size: 5rem;
    color: rgba(0,0,0,.6);
}

.testimonial-carousel .carousel-control.right {
    right: 6%;
}

.testimonial-carousel .carousel-control.left {
    left: 6%;
}

.testimonial-carousel .carousel-control {
    background-image: none;
    top: 50%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
}

@media (min-width: 992px) {
    .aspect-ratio-3-2 {
        padding-top: 66.66%;
    }

        .aspect-ratio-3-2 img {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .aspect-ratio-7-2 {
        padding-top: 28.57%;
        height: auto !important;
    }

        .aspect-ratio-7-2 img {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }
    .home-slider{
        padding-right:3%;
    }
}

.article-text ul {
    padding-left: 40px;
}
.article-text ul>li {
    list-style: initial;
}
.article-text, .article-text p, .article-text span, .article-text div.article-text * {
    font-family: 'Segoe UI', Arial !important;
}
    .article-text .rtecenter {
        text-align: center;
    }
    .article-text .rtejustify {
        text-align: justify;
    }
    .article-text .photo-viewer>img{
        margin:auto;
    }   
.article-title {
    font-family: 'SFD-Heavy',Arial;
    font-weight: bold !important;
}

.font-simplesnails {
    font-family: 'Simplesnails ver 4.0', Arial !important;
}

@media (min-width: 776px) {
    .divider-new::before {
        margin: 0px 1.45em 0px 20%;
    }

    .divider-new::after {
        margin: 0 20% 0px 1.45em;
    }
}

.md-pills li {
    margin: auto;
}

.photo-viewer {
    cursor: zoom-in;
}
/*.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
}*/
.img-fluid{
    height:auto !important;
}
table {
    max-width: 100% !important;
    display:block;
}
img.pswp__img{
    height:auto !important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.6);
}
nav.navbar .container-fluid{
    display:flex;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search-md], input[type=search], textarea.md-textarea {
    height: 2rem;
}
[type="checkbox"] + label:before {
    margin: 3px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}
.table a {
     margin-left: 0; 
}