body {
    font-family: 'SVN-Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

a:link,
a:visited {
    color: #d40b0b;
    transition: all .3s ease
}

a:hover,
a:focus {
    transition: all .3s ease;
    color: #e81f1e
}

body #main-menu {
    transition: all .3s ease;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0
}

body.scrolled #main-menu {
    opacity: 1;
    transition: all .3s ease;
    background-color: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #eaeaea
}

div.bootstrap-select button.bs-placeholder,
div.bootstrap-select button.dropdown-toggle {
    display: none !important
}

.pagination-row {
    border-top: 0 solid #dfdfdf;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin-top: 0
}

.pagination-row .pagination-list,
.pagination-row .text-right {
    padding-left: 0;
    padding-right: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    background-color: #d1d1d1;
    display: inline-block;
    list-style-type: none;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-weight: 600;
    border-radius: 0;
    padding: 14px 0;
    text-align: center;
    border: none;
    margin: 0 3px;
    color: #071f3b;
    font-size: 12px;
    transition: all .3s ease
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>span.current {
    background-color: #dcb42a;
    color: #fff;
    border: none;
    transition: all .3s ease
}

p#breadcrumbs {
    padding: 0 0 20px;
    color: #999;
    border-bottom: 1px solid #e0e0e0
}

p#breadcrumbs a:link,
p#breadcrumbs a:visited {
    color: #999;
    font-size: 15px;
    transition: all .3s ease
}

p#breadcrumbs a:hover {
    color: #008eec;
    transition: all .3s ease
}

p#breadcrumbs img {
    padding-left: 8px;
    padding-right: 8px
}

.form-control {
    height: 42px;
    color: #999;
    border: none;
    border: 1px solid #e0e0e0;
    background: 0 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    text-indent: 5px;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    transition: all .3s ease;
    font-weight: 500;
    font-size: 15px
}

.form-control:hover {
    border: 1px solid #2f65ae;
    transition: all .3s ease
}

.modal {
    top: 90px !important
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fd9124;
    font-size: 20px;
    font-weight: 500
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.modal-mainbody {
    font-size: 14px;
    line-height: 24px
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.img-hover-zoom {
    overflow: hidden
}

.img-hover-zoom--basic img {
    transition: transform .5s ease
}

.img-hover-zoom--basic:hover img {
    transform: scale(1.1)
}

.img-hover-zoom--colorize img {
    transition: transform .5s, filter 1.5s ease-in-out
}

.img-hover-zoom--colorize:hover img {
    transform: scale(1.1)
}

.img-hover-zoom--blur img {
    transition: transform 1s, filter 2s ease-in-out;
    filter: blur(2px);
    transform: scale(1.2)
}

.img-hover-zoom--blur:hover img {
    filter: blur(0);
    transform: scale(1)
}

.btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0 solid #000
}

button#btnsubmit {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all .3s ease;
    text-shadow: 0px 2px 0px rgba(216, 123, 50, .8);
    color: #fff;
    padding: 15px 45px;
    background: linear-gradient(to right, #fa9039 0, #f26a69 100%);
    display: inline-block;
    margin: 10px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none
}

button#btnsubmit:hover {
    transition: all .3s ease;
    text-shadow: 0px 2px 0px rgba(216, 123, 50, .8);
    padding: 15px 45px;
    background: linear-gradient(to left, #fa9039 0, #f26a69 100%)
}

button#btnsubmit img {
    margin-left: 10px;
    margin-top: -3px;
    transition: all .3s ease
}

a.btn-custom:link,
a.btn-custom:visited {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all .3s ease;
    text-shadow: 0px 2px 0px rgba(216, 123, 50, .8);
    color: #fff;
    padding: 15px 30px;
    background: linear-gradient(to right, #fa9039 0, #f26a69 100%);
    display: inline-block;
    margin: 10px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

a.btn-custom:hover {
    transition: all .3s ease;
    text-shadow: 0px 2px 0px rgba(216, 123, 50, .8);
    padding: 15px 45px;
    background: linear-gradient(to left, #fa9039 0, #f26a69 100%)
}

a.btn-custom img {
    margin-left: 10px;
    margin-top: -3px;
    transition: all .3s ease
}

p.btn-slide a:link img,
p.btn-slide a:visited img {
    margin-left: 10px;
    margin-top: -3px;
    transition: all .3s ease
}

.table-responsive {
    border: none
}

table.color-yellow th {
    background: #e1356a;
    color: #fff
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #fff !important;
    background-image: none
}

.carousel-inner .active.left {
    left: -33%
}

.carousel-inner .next {
    left: 33%
}

.carousel-inner .prev {
    left: -33%
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-multi .carousel-inner>.item {
    transition: .5s ease-in-out left
}

.carousel-multi .carousel-inner>.item>.media-card {
    display: table-cell;
    width: 1%
}

.carousel-multi .carousel-inner>.item>.media-card:last-of-type {
    border-right: none
}

.carousel-multi .carousel-inner .active {
    display: table
}

.carousel-multi .carousel-inner .active.left {
    left: -33%
}

.carousel-multi .carousel-inner .active.right {
    left: 33%
}

.carousel-multi .carousel-inner .next {
    left: 33%
}

.carousel-multi .carousel-inner .prev {
    left: -33%
}

@media screen and (max-width:768px) {
    ul#myTab {
        max-width: 100% !important
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333
    }
}

@media screen and (min-width:321px) {
    .text-center-mobile {
        text-align: center
    }

    .overlay {
        position: relative
    }

    .overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .overlay:hover:after {
        opacity: 0;
        transition: all .3s ease
    }

    .black:after {
        background-color: #000;
        transition: all .3s ease
    }

    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: 0;
        padding-bottom: 0
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0 20px 20px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        margin-bottom: 1px;
        background: 0 0
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        background: 0 0
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 0
    }

    #quick-icons .icon {
        border: 1px solid #e3e3e3;
        padding: 20px 0
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0 15px
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 0;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 30px 0;
        padding: 20px 15px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 12px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }



    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        background: url(/images/bg-sukien.jpg) 0 0px repeat;
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 24%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 5px;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        /* display: none */
    }

    div#chuong-trinh-dao-tao-mobile {
        display: block;
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control,
    div#chuong-trinh-dao-tao-mobile .carousel-control img {
        color: #fff !important;
        opacity: 1 !important;
        transition: all .3s ease;
        top: 26%
    }

    div#chuong-trinh-dao-tao-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-mobile h3 a:link,
    div#chuong-trinh-dao-tao-mobile h3 a:visited {
        color: #071f3b;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 25px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-mobile h3 a br {
        display: none
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.left {
        left: 20px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.right {
        right: 20px
    }


    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none
    }

    div#chuong-trinh-dao-tao-mobile .item img {
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile .item img:hover {
        opacity: .85;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc {
        background: linear-gradient(to bottom, #fff 0, #d8d8d8 100%);
        text-align: center;
        -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        border-top-right-radius: 0;
        transition: all .3s ease;
        padding: 25px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc:hover {
        background: linear-gradient(to top, #fff 0, #d8d8d8 100%);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:visited {
        color: #071f3b;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }

    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0;
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0 15px;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:visited {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-prev {
        left: 50px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-next {
        right: 50px
    }

    .info-sinhvien-wrapper {
        padding-left: 15px
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: auto;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 0 solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media screen and (min-width:375px) {
    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .myCarousel,
    #top-banner {
        padding-top: 72px
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: 0;
        padding-bottom: 0
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0 20px 20px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        margin-bottom: 1px;
        background: 0 0
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        background: 0 0
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 0
    }

    #quick-icons .icon {
        border: 1px solid #e3e3e3;
        padding: 20px 0
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0 15px
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 0;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 30px 0;
        padding: 20px 15px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 15px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }

    #tin-cap-nhat-homepage .thong-bao-moi {
        padding: 25px 30px 0;
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        background: url(/images/bg-sukien.jpg) 0 0px repeat;
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 24%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 5px;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        /* display: none */
    }

    div#chuong-trinh-dao-tao-mobile {
        display: block;
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control,
    div#chuong-trinh-dao-tao-mobile .carousel-control img {
        color: #fff !important;
        opacity: 1 !important;
        transition: all .3s ease;
        top: 26%
    }

    div#chuong-trinh-dao-tao-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-mobile h3 a:link,
    div#chuong-trinh-dao-tao-mobile h3 a:visited {
        color: #071f3b;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 25px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.left {
        left: 20px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.right {
        right: 20px
    }


    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none
    }

    div#chuong-trinh-dao-tao-mobile .item {
        margin-bottom: 30px
    }

    div#chuong-trinh-dao-tao-mobile .item img {
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile .item img:hover {
        opacity: .85;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc {
        background: linear-gradient(to bottom, #fff 0, #d8d8d8 100%);
        text-align: center;
        -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        border-top-right-radius: 0;
        transition: all .3s ease;
        padding: 20px 25px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc:hover {
        background: linear-gradient(to top, #fff 0, #d8d8d8 100%);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:visited {
        color: #071f3b;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }

    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0;
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0 15px;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:visited {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-prev {
        left: 50px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-next {
        right: 50px
    }

    .info-sinhvien-wrapper {
        padding-left: 15px
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: auto;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 0 solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }

    .auto-clear [class^=col-] {
        margin-bottom: 30px !important
    }

    .fixed-height-200 {
        height: 140px
    }
}

@media screen and (min-width:414px) {
    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: 0;
        padding-bottom: 0
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0 20px 20px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        margin-bottom: 1px;
        background: 0 0
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        background: 0 0
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 0
    }

    #quick-icons .icon {
        border: 1px solid #e3e3e3;
        padding: 20px 0
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0 15px
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 0;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 30px 0;
        padding: 20px 15px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 15px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }

    #tin-cap-nhat-homepage .thong-bao-moi {
        padding: 25px 30px 0;
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        background: url(/images/bg-sukien.jpg) 0 0px repeat;
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 22%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 20px;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        display: none
    }

    div#chuong-trinh-dao-tao-mobile {
        display: block;
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control,
    div#chuong-trinh-dao-tao-mobile .carousel-control img {
        color: #fff !important;
        opacity: 1 !important;
        transition: all .3s ease;
        top: 26%
    }

    div#chuong-trinh-dao-tao-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-mobile h3 a:link,
    div#chuong-trinh-dao-tao-mobile h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 25px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.left {
        left: 20px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.right {
        right: 20px
    }

    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none
    }

    div#chuong-trinh-dao-tao-mobile .item img {
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile .item img:hover {
        opacity: .85;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc {
        background: linear-gradient(to bottom, #fff 0, #d8d8d8 100%);
        text-align: center;
        -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        border-top-right-radius: 0;
        transition: all .3s ease;
        padding: 24px 20px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc:hover {
        background: linear-gradient(to top, #fff 0, #d8d8d8 100%);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:visited {
        color: #071f3b;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }


    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0;
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0 15px;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-prev {
        left: 50px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-next {
        right: 50px
    }

    .info-sinhvien-wrapper {
        padding-left: 15px
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: auto;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 0 solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media screen and (min-width:480px) {
    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: 0;
        padding-bottom: 0
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0 20px 20px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        margin-bottom: 1px;
        background: 0 0
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        background: 0 0
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 0
    }

    #quick-icons .icon {
        border: 1px solid #e3e3e3;
        padding: 20px 0
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0 15px
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 0;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 30px 0;
        padding: 20px 15px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 15px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }

    #tin-cap-nhat-homepage .thong-bao-moi {
        padding: 25px 30px 0;
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        background: url(/images/bg-sukien.jpg) 0 0px repeat;
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 19%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 20px;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        display: none
    }

    div#chuong-trinh-dao-tao-mobile {
        display: block;
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control,
    div#chuong-trinh-dao-tao-mobile .carousel-control img {
        color: #fff !important;
        opacity: 1 !important;
        transition: all .3s ease;
        top: 26%
    }

    div#chuong-trinh-dao-tao-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-mobile h3 a:link,
    div#chuong-trinh-dao-tao-mobile h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 25px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.left {
        left: 20px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.right {
        right: 20px
    }

    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none
    }

    div#chuong-trinh-dao-tao-mobile .item img {
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile .item img:hover {
        opacity: .85;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc {
        background: linear-gradient(to bottom, #fff 0, #d8d8d8 100%);
        text-align: center;
        -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        border-top-right-radius: 0;
        transition: all .3s ease;
        padding: 36px 50px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc:hover {
        background: linear-gradient(to top, #fff 0, #d8d8d8 100%);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:visited {
        color: #071f3b;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }

    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0;
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0 15px;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-prev {
        left: 50px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-next {
        right: 50px
    }

    .info-sinhvien-wrapper {
        padding-left: 15px
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: auto;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 0 solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media screen and (min-width:640px) {
    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: 0;
        padding-bottom: 0
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0 20px 20px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        margin-bottom: 1px;
        background: 0 0
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        background: 0 0
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 0
    }

    #quick-icons .icon {
        border: 1px solid #e3e3e3;
        padding: 20px 0
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0 15px
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 0;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 30px 0;
        padding: 20px 15px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 15px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }

    #tin-cap-nhat-homepage .thong-bao-moi {
        padding: 25px 30px 0;
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        background: url(/images/bg-sukien.jpg) 0 0px repeat;
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 15%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 20px;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        display: none
    }

    div#chuong-trinh-dao-tao-mobile {
        display: block;
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control,
    div#chuong-trinh-dao-tao-mobile .carousel-control img {
        color: #fff !important;
        opacity: 1 !important;
        transition: all .3s ease;
        top: 30%
    }

    div#chuong-trinh-dao-tao-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-mobile h3 a:link,
    div#chuong-trinh-dao-tao-mobile h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 25px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-mobile h3 a br {
        display: block
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.left {
        left: 0
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.right {
        right: 0
    }


    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none
    }

    div#chuong-trinh-dao-tao-mobile .item img {
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile .item img:hover {
        opacity: .85;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc {
        background: linear-gradient(to bottom, #fff 0, #d8d8d8 100%);
        text-align: center;
        -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        border-top-right-radius: 0;
        transition: all .3s ease;
        padding: 40px 50px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc:hover {
        background: linear-gradient(to top, #fff 0, #d8d8d8 100%);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:visited {
        color: #071f3b;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }

    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0;
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0 15px;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-prev {
        left: 50px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-next {
        right: 50px
    }

    .info-sinhvien-wrapper {
        padding-left: 15px
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: auto;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 0 solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .single-post .gallery-grid img {
        display: block;
        max-width: 100%;
        height: 300px;
        object-fit: cover;
        margin: 0 auto
    }

    #fixed-height {
        border-bottom: 1px solid #e0e0e0
    }

    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    #myCarousel_chuongtrinhdaotao.carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center;
        width: auto;
        height: 200px;
        object-fit: cover;
        overflow: hidden
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        overflow: hidden
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: 0;
        padding-bottom: 0
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0 20px 20px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        margin-bottom: 1px;
        background: 0 0
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        background: 0 0
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 0
    }

    #quick-icons .icon {
        border: 1px solid #e3e3e3;
        padding: 20px 0;
        transition: all .3s ease
    }

    #quick-icons .icon:hover {
        background-color: #e8e8e8;
        transition: all .3s ease
    }

    #quick-icons .icon-last {
        border-right: 1px solid #e3e3e3
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0 25px
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 20px;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 30px 0;
        padding: 20px 15px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 15px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }

    #tin-cap-nhat-homepage .thong-bao-moi {
        padding: 25px 30px 0;
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        background: url(/images/bg-sukien.jpg) 0 0px repeat;
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 12%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 20px;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        display: none
    }

    div#chuong-trinh-dao-tao-mobile {
        display: block;
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control,
    div#chuong-trinh-dao-tao-mobile .carousel-control img {
        color: #fff !important;
        opacity: 1 !important;
        transition: all .3s ease;
        top: 32%
    }

    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none
    }

    div#chuong-trinh-dao-tao-mobile .item img {
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile .item img:hover {
        opacity: .85;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc {
        background: linear-gradient(to bottom, #fff 0, #d8d8d8 100%);
        text-align: center;
        -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        border-top-right-radius: 0;
        transition: all .3s ease;
        padding: 40px 50px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc:hover {
        background: linear-gradient(to top, #fff 0, #d8d8d8 100%);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:visited {
        color: #071f3b;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }

    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-prev {
        left: -5px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-next {
        right: -5px
    }

    .info-sinhvien-wrapper {
        padding-left: 15px
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: auto;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 0 solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media screen and (min-width:1024px) {
    .text-center-mobile {
        text-align: left
    }

    .overlay {
        position: relative
    }

    .overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .overlay:hover:after {
        opacity: .4;
        transition: all .3s ease
    }

    .black:after {
        background-color: #000;
        transition: all .3s ease
    }

    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .myCarousel,
    #top-banner {
        padding-top: 169px
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        overflow: hidden
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 30%;
        margin: 0 auto;
        position: absolute;
        text-align: left;
        left: 12%
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 25px;
        font-weight: 900;
        padding: 0 20px 30px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 12px 25px;
        margin-bottom: 1px
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 12px 25px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 15px 0
    }

    #quick-icons .icon {
        border-right: 1px solid #d1d1d1;
        border-bottom: none;
        border-left: none;
        border-top: none;
        padding: 0
    }

    #quick-icons .icon:hover {
        background-color: transparent;
        transition: all .3s ease
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 20px;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage .tin-khac p.info {
        margin-top: 4px;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 0;
        padding: 0 15px;
        border-top: 0 solid #e0e0e0;
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 15px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }

    #tin-cap-nhat-homepage .thong-bao-moi {
        padding: 25px 30px 0;
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 15px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 25%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 9px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 0;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        display: block
    }

    div#chuong-trinh-dao-tao-mobile {
        display: none
    }



    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -35px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -35px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none;
        display: none
    }

    div#chuong-trinh-dao-tao-cdqn .media-card img {
        -webkit-border-top-left-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        transition: all .3s ease;
    }

    div#chuong-trinh-dao-tao-cdqn .media-card img:hover {
        opacity: 1;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc {
        background-color: red;
        background-image: linear-gradient(to right, red, #ff9800);
        text-align: center;
        /* -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0; */
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        /* border-top-right-radius: 0; */
        transition: all .3s ease;
        padding: 0 10px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc:hover {
        background-image: linear-gradient(to left, red, #ff9800);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc h4 a:visited {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc h4 a:hover {
        color: #fff;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-cdqn div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }



    #sinhvientieubieu-chuyen-mon-page-mobile {
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-prev {
        left: -25px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-next {
        right: -25px
    }

    .info-sinhvien-wrapper {
        padding-left: 0
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 15px
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: 234px;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 5px solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }

    .auto-clear [class^=col-] {
        margin-bottom: 30px
    }

    .fixed-height-200 {
        height: 200px
    }
}

@media screen and (min-width:1280px) {
    #myCarousel_chuongtrinhdaotao.carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        height: 280px;
        object-fit: cover;
        overflow: hidden
    }

    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        overflow: hidden
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 60px;
        height: 60px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 60px;
        height: 60px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 32%;
        margin: 0 auto;
        position: absolute;
        text-align: left;
        left: 12%
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 35px;
        font-weight: 900;
        padding: 0 20px 30px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 12px 25px;
        margin-bottom: 1px
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 12px 25px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 60px;
        height: 60px;
        top: 45%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 15px 0
    }

    #quick-icons .icon {
        border-right: 1px solid #d1d1d1;
        border-bottom: none;
        border-left: none;
        border-top: none;
        padding: 0
    }

    #quick-icons .icon:hover {
        background-color: transparent;
        transition: all .3s ease
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #d40b0b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #ed1e1e;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #ff9800;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 20px;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 0;
        padding: 0 15px;
        border-top: 0 solid #e0e0e0;
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 12px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #ed1e1e;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }


    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 0px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #ed1e1e;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 15px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 15%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #d40b0b;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-top: 0;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #fff;
        transition: all .3s ease;
        font-weight: 500;
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #f52727;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile {
        display: none
    }



    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #d40b0b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none;
        display: block
    }

    div#chuong-trinh-dao-tao-cdqn .media-card img {
        -webkit-border-top-left-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        transition: all .3s ease;
    }

    div#chuong-trinh-dao-tao-cdqn .media-card img:hover {
        opacity: 1;
        transition: all 0.3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }

    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) 0 0 no-repeat;
        padding: 50px 0;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:visited {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-desktop h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    .info-sinhvien-wrapper {
        padding-left: 0
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: 289px;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 5px solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .container-1400 {
        width: 1400px !important
    }

    .carousel-caption {
        top: 32%;
        margin: 0 auto;
        position: absolute;
        text-align: left;
        left: 12%
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 40px;
        font-weight: 900;
        padding: 0 20px 30px;
        margin: 0
    }

    #su-kien-homepage .su-kien .calendar {
        width: 15%
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 15px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -30px
    }



    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-prev {
        left: -10px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-next {
        right: -10px
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: 349px;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }
}

@media screen and (min-width:1600px) {
    .carousel-caption {
        top: 33%;
        margin: 0 auto;
        position: absolute;
        text-align: left;
        left: 12%
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 40px;
        font-weight: 900;
        padding: 0 20px 30px;
        margin: 0
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -60px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -60px
    }



    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-prev {
        left: -45px
    }

    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-desktop .carousel-control .icon-next {
        right: -45px
    }
}

@media screen and (min-width:1900px) {
    .carousel-caption {
        top: 34%;
        margin: 0 auto;
        position: absolute;
        text-align: left;
        left: 12%
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 45px;
        font-weight: 900;
        padding: 0 20px 30px;
        margin: 0
    }
}

@media screen and (max-width:320px) {
    #myCarousel {
        top: 0;
        background: linear-gradient(to top, #112c4d 0, #081f40 100%)
    }

    .carousel .carousel-inner img {
        margin: 0 auto;
        text-align: center
    }

    .carousel-control,
    .carousel-control img {
        color: #fff !important;
        opacity: .5 !important;
        transition: all .3s ease
    }

    .carousel-control:focus,
    .carousel-control:hover,
    .carousel-control:hover img {
        color: #94b0b4;
        opacity: 1 !important;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-left {
        margin-left: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-left {
        margin-left: -5px;
        transition: all .3s ease
    }

    .carousel-control img.glyphicon-chevron-right {
        margin-right: 0;
        transition: all .3s ease;
        width: 30px;
        height: 30px
    }

    .carousel-control:hover img.glyphicon-chevron-right {
        margin-right: -5px;
        transition: all .3s ease
    }

    .carousel-caption {
        top: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: 0;
        padding-bottom: 0
    }

    .carousel-caption h1 {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0 20px 20px;
        margin: 0
    }

    .carousel-caption h1 span.line1 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        margin-bottom: 1px;
        background: 0 0
    }

    .carousel-caption h1 span.line2 {
        display: inline-block;
        background: url(/images/bg-text-slideshow.png) 0 0 repeat;
        padding: 5px;
        background: 0 0
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        top: 50%
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none
    }

    #quick-icons {
        background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%);
        position: relative;
        margin-top: 0;
        padding: 0
    }

    #quick-icons .icon {
        border: 1px solid #e3e3e3;
        padding: 20px 0
    }

    #quick-icons .icon-last {
        border-right: 0 solid #d1d1d1
    }

    #quick-icons h3 {
        text-align: center;
        margin-bottom: 0
    }

    #quick-icons h3 a:link,
    #quick-icons h3 a:visited {
        font-family: 'SVN-Poppins', sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        transition: all .3s ease
    }

    #quick-icons h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage {
        background-color: #fff;
        padding: 50px 0 15px
    }

    #tin-cap-nhat-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #tin-cap-nhat-homepage h3 a:link,
    #tin-cap-nhat-homepage h3 a:visited {
        color: #071f3b;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #tin-cap-nhat-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 4px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #tin-cap-nhat-homepage p.info {
        margin-top: 20px;
        margin-bottom: 10px
    }

    #tin-cap-nhat-homepage span.category,
    #tin-cap-nhat-homepage span.category a:link,
    #tin-cap-nhat-homepage span.category a:visited {
        font-size: 14px;
        color: #dcb42a;
        text-transform: uppercase;
        font-weight: 600
    }

    #tin-cap-nhat-homepage span.category a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage span.seperator {
        color: #999;
        margin-left: 5px;
        margin-right: 5px
    }

    #tin-cap-nhat-homepage span.date {
        font-size: 14px;
        color: #999
    }

    #tin-cap-nhat-homepage h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px
    }

    #tin-cap-nhat-homepage h2 a:link,
    #tin-cap-nhat-homepage h2 a:visited {
        color: #232323;
        font-size: 18px;
        font-weight: 600
    }

    #tin-cap-nhat-homepage h2 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage p.intro-text {
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .tin-khac {
        margin: 30px 0;
        padding: 20px 15px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac .row-last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .tin-khac a:link,
    #tin-cap-nhat-homepage .tin-khac a:visited {
        color: #232323;
        font-size: 15px;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .tin-khac .title {
        padding-left: 5px
    }

    #tin-cap-nhat-homepage .tin-khac hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }

    #tin-cap-nhat-homepage .thong-bao-moi {
        padding: 25px 30px 0;
        margin-bottom: 20px
    }

    #tin-cap-nhat-homepage .thong-bao-moi hr {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 10px 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul {
        margin: 0;
        padding: 0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li {
        padding: 0 0 5px 40px;
        margin-bottom: 12px;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi ul li.last {
        border-bottom: 0 solid #e0e0e0
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:link,
    #tin-cap-nhat-homepage .thong-bao-moi a:visited {
        color: #232323;
        font-weight: 600;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage .thong-bao-moi span.date {
        font-size: 14px
    }

    #tin-cap-nhat-homepage img.img-link {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #tin-cap-nhat-homepage img.img-link:hover {
        border: 10px solid #e0e0e0;
        transition: all .3s ease
    }

    #su-kien-homepage {
        background: url(/images/bg-sukien.jpg) 0 0px repeat;
        padding: 50px 0
    }

    #su-kien-homepage h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #su-kien-homepage h3 a:link,
    #su-kien-homepage h3 a:visited {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #su-kien-homepage h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #su-kien-homepage .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #su-kien-homepage .su-kien-row {
        margin-bottom: 30px
    }

    #su-kien-homepage .su-kien .calendar {
        width: 24%
    }

    #su-kien-homepage .su-kien span.month {
        background-color: #008eec;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        padding: 6px 0;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien span.date-number {
        font-family: Times New Roman, serif;
        background-color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #162b4a;
        padding: 0
    }

    #su-kien-homepage .su-kien a.title-sukien:link,
    #su-kien-homepage .su-kien a.title-sukien:visited {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding-top: 5px;
        display: inline-block
    }

    #su-kien-homepage .su-kien a.title-sukien:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #su-kien-homepage .su-kien-row:hover span.month {
        background-color: #dcb42a;
        transition: all .3s ease
    }

    a.title-gallery {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block
    }

    a.title-gallery span.title-gallery {
        margin-left: 10px;
        transition: all .3s ease
    }

    a.title-gallery:link,
    a.title-gallery:visited {
        color: #fff;
        transition: all .3s ease
    }

    a.title-gallery:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn {
        padding: 50px 0;
        display: none
    }

    div#chuong-trinh-dao-tao-mobile {
        display: block;
        padding: 50px 0;
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control,
    div#chuong-trinh-dao-tao-mobile .carousel-control img {
        color: #fff !important;
        opacity: 1 !important;
        transition: all .3s ease;
        top: 26%
    }

    div#chuong-trinh-dao-tao-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-mobile h3 a:link,
    div#chuong-trinh-dao-tao-mobile h3 a:visited {
        color: #071f3b;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 25px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-mobile h3 a br {
        display: none
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.left {
        left: 20px
    }

    div#chuong-trinh-dao-tao-mobile .carousel-control.right {
        right: 20px
    }
    div#chuong-trinh-dao-tao-cdqn h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:link,
    div#chuong-trinh-dao-tao-cdqn h3 a:visited {
        color: #071f3b;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase
    }

    div#chuong-trinh-dao-tao-cdqn h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-cdqn hr {
        width: 32px;
        height: 3px;
        background-color: #dcb42a;
        display: inline-block;
        margin: 15px auto 0px auto;
        display: block;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    div#chuong-trinh-dao-tao-cdqn #myCarousel_chuongtrinhdaotao .col-md-12 {
        padding: 0 8px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control,
    div#chuong-trinh-dao-tao-cdqn .carousel-control img {
        opacity: 1 !important;
        width: 40px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-left,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        top: 44%;
        left: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control .glyphicon-chevron-right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        top: 44%;
        right: -20px
    }

    div#chuong-trinh-dao-tao-cdqn .carousel-control.right,
    div#chuong-trinh-dao-tao-cdqn .carousel-control.left {
        background-image: none
    }

    div#chuong-trinh-dao-tao-mobile .item img {
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile .item img:hover {
        opacity: .85;
        transition: all .3s ease;
        -webkit-border-radius: 50px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-bottomright: 0;
        border-radius: 50px;
        border-bottom-right-radius: 0
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc {
        background: linear-gradient(to bottom, #fff 0, #d8d8d8 100%);
        text-align: center;
        -webkit-border-radius: 50px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topright: 0;
        border-radius: 50px;
        border-top-right-radius: 0;
        transition: all .3s ease;
        padding: 25px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc:hover {
        background: linear-gradient(to top, #fff 0, #d8d8d8 100%);
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:link,
    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:visited {
        color: #071f3b;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc p.thoigian {
        color: #005085;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 2px
    }

    div#chuong-trinh-dao-tao-mobile div.chuong-trinh-hoc .col-middle {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf
    }



    #sinhvientieubieu-chuyen-mon-page-desktop {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0;
        display: none
    }

    #sinhvientieubieu-chuyen-mon-page-mobile {
        background: url(/images/bg-sinhvientieubieu.jpg) #cfa92a 0 0 no-repeat;
        padding: 50px 0 15px;
        display: block
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 {
        font-family: 'SVN-Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 0
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:link,
    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:visited {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase
    }

    #sinhvientieubieu-chuyen-mon-page-mobile h3 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile hr {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
        margin: 15px 0 25px;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .header-box:hover hr {
        width: 100%;
        transition: all .6s ease
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control {
        width: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-left {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control img.glyphicon-chevron-right {
        width: 40px;
        height: 40px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-left,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-prev {
        left: 50px
    }

    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .glyphicon-chevron-right,
    #sinhvientieubieu-chuyen-mon-page-mobile .carousel-control .icon-next {
        right: 50px
    }

    .info-sinhvien-wrapper {
        padding-left: 15px
    }

    .sinhvien-name {
        margin-left: 30px
    }

    .info-sinhvien-left {
        padding-right: 0;
        padding-left: 0
    }

    .info-sinhvien-right h4,
    .info-sinhvien-right h4 a:link,
    .info-sinhvien-right h4 a:visited {
        font-size: 18px;
        font-weight: 700;
        color: #004370;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0;
        transition: all .3s ease
    }

    .info-sinhvien-right h4 a:hover {
        color: #008eec;
        transition: all .3s ease
    }

    .info-sinhvien-right p {
        font-size: 15px;
        color: #666
    }

    .info-sinhvien-right {
        padding: 20px 20px 20px 0;
        background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
        height: auto;
        overflow: auto;
        transition: all .3s ease;
        border-left: 0 solid #ccc
    }

    .info-sinhvien-right:hover {
        border-left: 0 solid #8ad0ff;
        transition: all .3s ease
    }

    .info-sinhvien-right ul {
        margin: 0;
        padding: 0;
        margin-top: 20px
    }

    .info-sinhvien-right ul li {
        background: url(/images/dot.png) 0 9px no-repeat;
        padding-left: 20px;
        margin-left: 40px;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left
    }
}

@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left
    }
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    background: #f0d800;
}
.mb-2 {
    margin-bottom: 1.75rem;
}
#more-news .item-news {
    display: flex;
    align-items: stretch;
}

#more-news .col-md-4 {
    display: flex;
    align-items: stretch;
}

.item-baiviet {
    min-height: 360px;
}

#more-news .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a:focus {
    outline: none!important;
}
.list-new-cate {
    border: 1px solid #071f3b4a;
    border-radius: 4px;
    padding: 10px;
}
.list-new-cate .img_news{
    height: unset!important;
 object-fit: unset!important;
}
.program a.active li {
    color: #FF9800;
}
.mt-4{
    margin-top: 30px;
}

.pagination .page-item .page-link {
    color: #000;
}
/* phan trang */

.pagination .page-item.active .page-link {
    background-color: #d40b0b;
    border-color: #d40b0b;
    color: #fff;
}

.pagination .page-item .page-link:hover {
    background-color: #d40b0b;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    background-color: #ccc;
    color: #fff;
}
