@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

a:hover {
    text-decoration: none;
    color: rgb(203, 9, 20);
}

header {
    background-color: #c41313;
    color: white;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

    header a:hover {
        color: black;
    }

    header h1 {
        font-family: 'Roboto-Bold';
        font-size: 20px;
        padding-left: 10px;
    }

    header h6 {
        font-weight: lighter;
        padding-left: 40px;
    }

.box_menu {
    float: right;
}

    .box_menu a:first-child {
        border-left: none;
    }

    .box_menu a {
        border-left: 1px solid #fff;
    }

header a {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
}

header .header_title {
    padding: 0;
}

    header .header_title:hover {
        color: #fff;
    }

@media(max-width:700px) {
    header h1 {
        font-size: 16px;
        margin: 0;
        text-align: center;
    }

    header .header_title {
        align-items: center;
    }

    header h6 {
        text-align: center;
        padding: 0;
    }

    header div:nth-child(2) {
        text-align: center;
    }

    header a {
        padding-left: 20px;
        text-align: center;
        float: unset;
    }
}

.header_title_menu {
    display: none;
    align-items: center;
    text-align: center
}

    .header_title_menu h3 {
        font-size: 16px;
        margin-bottom: 0;
        transition: all 1s ease;
        padding-left: 10px
    }

    .header_title_menu img {
        width: 70px;
        height: 70px
    }

.menu-sticky.sticky .navbar {
    min-height: 80px;
}



.sticky {
    background-color: #6d6d6d;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    margin: 0 auto !important;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu {
    text-transform: uppercase;
    background-color: #6d6d6d;
}

    .menu a {
        color: white;
        font-size: 14px !important;
        font-weight: 700;
    }

.navbar-nav {
    width: 100%;
}

.menu .navbar-nav .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
}

    .menu .navbar-nav .nav-item:hover {
        background-color: rgb(139, 139, 139);
    }

    .menu .navbar-nav .nav-item:nth-child(1) {
        /*margin-left: 70px;*/
    }

/*    .menu .navbar-nav .nav-item:nth-child(4) {
        margin-left: 300px;
    }*/
    .menu .navbar-nav .nav-item:nth-child(5) {
        margin-left: 310px;
    }

/* sub menu */

.dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative; /* dòng  1811 này chưa có*/
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: rgb(109, 109, 109);
    border: none;
}

.dropdown-submenu {
    margin-left: 0;
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin: 0;
    }

.dropdown-submenu {
    top: 0;
    left: 0%;
    padding: 0;
    margin: 0;
}

/*  */

/* Submenu right */

.submenu-right .dropdown-menu {
    top: 0;
    padding: 0;
    margin: 0;
    left: -190%;
}

    .submenu-right .dropdown-menu li .dropdown-menu {
        top: 0;
        padding: 0;
        margin: 0;
        left: -100%;
    }

/*  */

.logo1 {
    width: 70px;
    height: 70px;
    display: none;
}

.logo2 {
    position: absolute;
    top: -30px;
    height: 120px;
    width: 120px;
    left: calc(50% - 60px);
    z-index: 2;
}

.menu i {
    color: white;
}

.menu button:focus {
    outline: none;
    border: 1px solid whitesmoke;
}
@media(max-width:1200px) {
    .menu .navbar-nav .nav-item:nth-child(5) {
        margin-left: 159px;
    }
}
@media(max-width:991px) {
    .menu .navbar-nav .nav-item:nth-child(5) {
        margin-left: 0px;
    }
    .logo2 {
        display: none;
    }
}
@media(max-width:900px) {
    .logo2 {
        display: none;
    }

    .logo1 {
        display: block;
    }

    .menu .navbar-nav {
        padding-bottom: 20px;
    }

    .menu .navbar-nav .nav-item {
        padding: 0;
        margin: 0;
        padding: 10px;
    }
    
    .menu .navbar-nav .nav-item:nth-child(1), .menu .navbar-nav .nav-item:nth-child(6) {
        margin-left: unset;
    }
}

/* Slide */
.feel {
    position: relative;
}

    .feel .swiper-container {
        position: unset;
    }

        .feel .swiper-container .swiper-button-next {
            position: absolute;
            top: 310px;
            right: -15px;
        }

        .feel .swiper-container .swiper-button-prev {
            position: absolute;
            top: 310px;
            left: -15px;
        }

.swiper-container {
    width: 100%;
    height: 100%;
}
.title-lk-doitac {
    padding: 25px 0px 15px 0px;
}
.title-lk-doitac span{
    padding: 5px 20px 5px 20px;
    background-color: #8e1515;
    color: white;
    border-radius: 0px 35px 0px 35px;
}


.swiper-button-next {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(109, 109, 109, 0.6);
}

.swiper-button-prev {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(109, 109, 109, 0.6);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    opacity: unset;
}

.swiper-pagination-bullet-active {
    background-color: red;
}

.swiper-pagination-bullet {
    border: 1px solid red;
}

/* */

/* Form search */

.bg-search {
    background-color: rgb(203, 9, 20);
}

.search-form {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .search-form select, .search-form button {
        width: 100%;
        height: 45px;
        border-radius: 5px;
        padding-left: 10px;
    }

        .search-form select:focus, .search-form button:focus {
            outline: none;
        }

    .search-form button {
        background-color: rgb(238, 117, 5);
        text-transform: uppercase;
        color: white;
        font-weight: 600;
    }

        .search-form button:hover {
            color: white;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1) !important;
            -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1) !important;
            box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1) !important;
        }

@media(max-width:700px) {
    .search-form div {
        padding-top: 10px;
    }
}

/*  */

/* Well come */

.wellcome h4, .wellcome button {
    text-transform: uppercase;
}

.wellcome h4 {
    font-size: 26px;
    font-weight: 700;
}

.wellcome button {
    font-size: 16px;
    border: none;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.wellcome p {
    font-size: 16px;
}

.card {
    margin-top: 10px;
    border: none;
}

    .card button {
        color: black;
        font-weight: bold;
        font-size: 16px;
    }

        .card button i {
            float: right;
            margin-right: 20px;
            margin-top: 5px;
        }

        .card button:focus {
            color: white;
            background-color: rgb(226, 30, 30);
            outline: none;
        }

        .card button[aria-expanded=true] .fa-chevron-right {
            transition: .3s transform ease-in-out;
            transform: rotate(90deg);
        }

        .card button[aria-expanded=true] {
            color: white;
            background-color: rgb(226, 30, 30);
        }

/*  */
/* Major */

.major-body {
    padding-bottom: 30px;
}

    .major-body h4 {
        font-weight: 700;
        padding-top: 20px;
        text-transform: uppercase;
        font-size: 26px;
    }

.major-menu .line {
    width: 120px;
    border-bottom: 2px solid red;
}

.major-menu ul {
    padding: 0;
    padding-top: 20px;
    border-bottom: none
}

    .major-menu ul li .nav-link {
        padding: 5px 8px;
    }

.nav-tabs .nav-item:before {
    content: "|";
    position: absolute;
    top: 5px;
    left: 0;
}

.nav-tabs .nav-item:nth-child(1):before {
    content: unset;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.major-menu ul li {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 15px;
    position: relative
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff0000;
    background-color: transparent;
    border-color: transparent;
}

.major-menu ul li:hover a {
    color: rgb(196, 19, 19);
}

.major-menu ul li a {
    color: black;
}

.major-body img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 200px;
    object-fit: cover;
}

.major-tag h5, .major-tag p {
    padding-right: 20px;
    padding-left: 20px;
}

.major-tag h5 {
    padding-top: 20px;
    font-size: 22px;
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

    .major-tag h5:hover {
        color: rgb(196, 19, 19);
    }

.major-tag p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16;
}

.major-tag {
    height: 420px;
    border-radius: 4px;
}

.btn-red {
    background-color: rgb(203, 9, 20);
    color: white;
    margin-left: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

    .btn-red:hover {
        color: white;
        background-color: rgb(113, 3, 16);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1) !important;
        -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1) !important;
        box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1) !important;
    }

/*  */

/* Why choose */

.bg-why {
    background-color: rgb(203, 9, 20);
}

    .bg-why h2 {
        text-transform: uppercase;
        color: white;
        font-size: 32px;
        font-weight: bolder;
    }

    .bg-why i {
        color: yellow;
    }

.tag {
    border: 1px red solid;
    width: 10%;
    text-align: center;
    height: 180px;
    color: white;
    text-transform: uppercase;
}

@media(max-width:900px) {
    .tag {
        width: 100%;
    }
}

.tag h3 {
    font-family: roboto-bold;
    padding-top: 30px;
    font-size: 50px;
    font-weight: 900;
}

.tag h3, .tag p {
    padding-left: 15px;
    padding-right: 15px;
}

.tag p {
    font-size: 12px;
}

/*  */

/* Feel */

.feel h4 {
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 26px;
}

.feel .line {
    width: 120px;
    border-bottom: 2px solid red;
}

.feel-tag {
    padding-top: 60px;
    text-align: center;
}

    .feel-tag img {
        position: absolute;
        top: 2%;
        width: 90px;
        height: 90px;
        left: calc(50% - 45px);
        border: 3px solid white;
        border-radius: 100%;
    }

.feel-content {
    background-color: rgb(224, 224, 224);
    border-radius: 5px;
    padding-bottom: 40px;
}

    .feel-content h5 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
    }

    .feel-content .address {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: rgb(196, 19, 19);
    }

    .feel-content p {
        font-size: 13px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
        padding-right: 15px;
        padding-left: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

/*  */

/* Event */

.see-all {
    padding-top: 30px;
    color: rgb(203, 9, 20);
    font-weight: bolder;
    font-size: 16px;
    margin: auto;
    float: right;
}

.event h4 {
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 26px;
}

.event .line {
    width: 120px;
    border-bottom: 2px solid red;
}

.event img {
    height: 200px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.event p {
    padding-left: 20px;
    padding-right: 10px;
    margin: 0;
    font-size: 12px;
}

.date {
    padding-top: 20px;
    padding-bottom: 10px;
}

.event .hour {
    padding-top: 20px;
}

.event .location {
    padding-bottom: 20px;
}

.event-tag {
    border-radius: 4px;
    padding-bottom: 30px;
}

.date {
    color: rgb(139, 139, 139);
}

    .date i {
        color: rgb(203, 9, 20);
        padding-right: 10px;
    }

.event-tag .hour {
    color: rgb(139, 139, 139);
}

    .event-tag .hour i {
        color: rgb(203, 9, 20);
        padding-right: 10px;
    }

.event-tag .location {
    color: rgb(139, 139, 139);
}

    .event-tag .location i {
        color: rgb(203, 9, 20);
        padding-right: 10px;
    }

.title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: black;
    font-size: 18px;
}

.btn-see-more {
    margin-left: 20px;
    background-color: rgb(203, 9, 20);
    color: white;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
}

    .btn-see-more i {
        padding-right: 5px;
    }

    .btn-see-more:hover {
        color: white;
        background-color: rgb(113, 3, 16);
    }

/*  */

/* Video */

/*  */

/* New */

.news h4 {
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 26px;
}

.news .line {
    width: 120px;
    border-bottom: 2px solid red;
}

.news-tag-important img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news-tag-important p {
    padding-left: 20px;
    padding-right: 20px;
}

.news-tag-important .date {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.news-tag-important .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.news-tag-important .title {
    font-size: 22px;
}

.news-tag-important .shadow {
    border-radius: 4px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    /*min-height:659px;*/
}

    .news-tag-important .shadow img {
        width: 100%;
        object-fit: cover;
        /*height: 100%;*/
        transition: all 0.3s;
        display: block;
        transform: scale(1);
    }

    .news-tag-important .shadow:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        /*    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;*/
    }

.list-news img {
    width: 250px;
    height: 179px;
    float: left;
    padding: 20px;
    object-fit: cover;
}

.list-news div:nth-child(2), .list-news div:nth-child(3) {
    margin-top: 30px;
}


.list-news p {
    padding: 0;
    margin: 0;
    padding-left: 220px;
    padding-top: 20px;
}

.list-news .title {
    font-size: 18px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media(max-width:1000px) {
    .list-news div:nth-child(1) {
        margin-top: 20px;
    }

    .list-news img {
        width: 100%;
        float: unset;
    }

    .clearfix::after {
        display: unset;
    }

    .list-news p {
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .list-news .date {
        padding-bottom: 20px;
    }

    .rs-courses-2 .cource-item .course-body .course-desc {
        margin: 12px 0 0 0;
    }
}

/*  */

/* Function */



.link-company h4 {
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 26px;
}

.link-company .line {
    width: 120px;
    border-bottom: 2px solid red;
}

.link-company img {
    width: 150px;
    height: 120px;
    object-fit: scale-down;
}

/*  */

/* Footer */

footer {
    background-color: rgb(113, 3, 16);
}

.footer-body {
    padding-top: 150px;
    color: white;
    position: relative;
}

    .footer-body div:nth-child(2) h4, .footer-body div:nth-child(3), .footer-body div:nth-child(4) {
        text-transform: uppercase;
    }

    .footer-body .hr {
        width: 70px;
        border: 1px solid red;
    }

    .footer-body a {
        color: rgb(193, 164, 166);
        font-size: 13px;
    }

        .footer-body a:hover {
            color: white;
        }

.footer-logo .tentruong {
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-logo .tentruong-eng {
    font-size: 11px;
    text-transform: uppercase;
}

.footer-logo p {
    font-size: 14px;
    color: white;
}

.footer-body h4 {
    font-size: 22px;
}

.footer-link {
    padding: 0;
}

    .footer-link li {
        list-style-position: inside;
        list-style-type: none;
    }

        .footer-link li::before {
            padding-right: 5px;
            list-style-position: inside;
            content: "\f105";
            font-family: FontAwesome;
        }

.contact {
    border-radius: 4px;
    background-color: #222;
    margin: 0;
    padding: 0;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    /* align-items: center; */
}

    .contact img {
        margin-top: 20px;
        object-fit: scale-down;
        width: 30px;
        height: 40px;
    }

    .contact p {
        padding-top: 12px;
        color: rgba(255, 255, 255, 0.7) !important;
        margin: 0 33px;
        text-align: center;
        font-size: 14px;
        word-break: break-word;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: none;
    }

    .contact a {
        color: rgba(255, 255, 255, 0.7);
        margin: 0px;
        text-align: center;
        font-size: 14px;
        word-break: break-word;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: none;
    }

        .contact a:hover {
            color: white;
        }


@media(max-width:900px) {
    footer {
        margin-top: 20%;
    }

    .footer-logo {
        padding-top: 30px;
    }


    .rs-courses-2 .cource-item .course-body .course-title a {
        height: auto !important;
    }
}

@media(max-width:700px) {
    .contact p {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 10px;
        text-align: center;
    }
}

.footer-body div:nth-child(5) {
    position: absolute;
    top: -20%;
    z-index: 1;
}

.contact-boder {
    height: 70%;
}

.contact .text-center:last-of-type .contact-boder {
    border-right: unset
}

.footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder {
    border-left: 1px solid #e2e2e2;
    position: relative;
    padding-left: 21px;
}

    .footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder:before, .footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder:after {
        content: '';
        position: absolute;
        height: calc(100% - 50px);
        width: 1px;
        background-color: #e2e2e2;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder:before {
        left: 3px;
    }

    .footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder:after {
        left: -5px;
    }

@media(max-width:800px) {
    .contact-boder {
        border-right: unset;
    }
}
/*  */
/* Page child __________________________*/
.banner {
    text-align: center;
    background-color: rgb(65, 65, 65);
    padding-bottom: 40px;
    color: #fff
}

    .banner h1 {
        font-weight: bolder;
        text-transform: uppercase;
        padding-top: 60px;
        padding-bottom: 40px;
        color: white;
    }

    .banner a {
        color: white;
    }

        .banner a:hover {
            color: #e4101d;
        }

@media (max-width: 1000px) {
    .banner{
        padding-bottom:20px;
    }

    .banner h1 {
        font-size: medium;
        padding-top: 20px;
        padding-bottom:10px;
       
    }
}
.title-child-page h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: bolder;
}

.title-child-page .line {
    margin-left: calc(50% - 50px);
    width: 100px;
    border-bottom: 2px solid rgb(203, 9, 20);
    margin-bottom: 10px;
    margin-top: 20px;
}
/*  */
/* Co hoi nghe nghiep */
.dau-with-company {
    padding-bottom: 120px;
}

    .dau-with-company .dau-with-company-tag {
        padding: 0;
        border: 1px solid rgb(235, 235, 235);
        padding-bottom: 30px;
        margin-bottom: 30px
    }

        .dau-with-company .dau-with-company-tag img {
            width: 100%;
            height: 260px;
            object-fit: cover;
        }

        .dau-with-company .dau-with-company-tag h4, .dau-with-company .dau-with-company-tag p {
            padding-left: 20px;
            padding-right: 20px;
        }

        .dau-with-company .dau-with-company-tag h4 {
            text-transform: uppercase;
            padding-top: 20px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-weight: bolder;
            height: 77px;
        }

        .dau-with-company .dau-with-company-tag p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            margin: 0;
            padding-bottom: 0;
            height: 84px;
            margin-bottom: 40px;
        }

        .dau-with-company .dau-with-company-tag a {
            color: black;
        }

            .dau-with-company .dau-with-company-tag a:hover {
                color: rgb(203, 9, 20);
            }

        .dau-with-company .dau-with-company-tag .see-detail {
            margin-left: 20px;
            text-transform: uppercase;
            color: white;
            background-color: rgb(203, 9, 20);
            padding: 10px;
        }

            .dau-with-company .dau-with-company-tag .see-detail:hover {
                color: white;
            }
/* Dao tao */
.question-tag ul li {
    padding: 2px;
    list-style-position: inside;
    list-style-type: none;
}

    .question-tag ul li::before {
        padding-right: 5px;
        list-style-position: inside;
        content: "\f105";
        font-family: FontAwesome;
        color: red;
    }

    .question-tag ul li a {
        color: rgb(0, 0, 83);
        text-decoration: underline;
        text-transform: uppercase;
    }

        .question-tag ul li a:hover {
            color: rgb(196, 19, 19);
        }

.infomation-tag {
    text-align: center;
    padding-bottom: 150px;
}

    .infomation-tag img {
        padding: 30px;
        border-radius: 113%;
        height: 100%;
        width: 100%;
    }

    .infomation-tag h4 {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 20px;
        color: black;
    }

    .infomation-tag div div {
        padding: 10px;
        background-color: rgb(235, 235, 235);
    }

    .infomation-tag p {
        color: rgb(80, 80, 80);
    }

    .infomation-tag a:hover h4 {
        color: rgb(226, 30, 30);
    }

@media(max-width:700px) {
    .infomation-tag div div {
        margin-top: 20px;
    }
}
/* HTQT & KHCN */
.khoahoc-hoithao {
    padding-bottom: 50px;
}

    .khoahoc-hoithao .khoahoc-hoithao-tag {
        padding: 0;
        border: 1px solid rgb(235, 235, 235);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

@media(max-width:700px) {
    .khoahoc-hoithao-tag {
        margin-top: 20px;
    }

    .khoahoc-hoithao {
        padding-bottom: 130px;
    }
}

.khoahoc-hoithao .khoahoc-hoithao-tag img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.khoahoc-hoithao .khoahoc-hoithao-tag h4, .khoahoc-hoithao .khoahoc-hoithao-tag p {
    padding-left: 20px;
    padding-right: 20px;
}

.khoahoc-hoithao .khoahoc-hoithao-tag h4 {
    text-transform: uppercase;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bolder;
}

.khoahoc-hoithao .khoahoc-hoithao-tag p {
    padding-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 82px;
}

.khoahoc-hoithao .khoahoc-hoithao-tag a {
    color: black;
}

    .khoahoc-hoithao .khoahoc-hoithao-tag a:hover {
        color: rgb(203, 9, 20);
    }

.khoahoc-hoithao .khoahoc-hoithao-tag .see-detail {
    margin-left: 20px;
    text-transform: uppercase;
    color: white;
    background-color: rgb(203, 9, 20);
    padding: 10px;
}

    .khoahoc-hoithao .khoahoc-hoithao-tag .see-detail:hover {
        color: white;
    }
/*  */
/* Introduction */
.slogan {
    background-color: rgb(203, 9, 20);
}

    .slogan p {
        color: white;
        padding: 20px;
    }

.number-introduction .number-tag {
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid rgb(203, 9, 20);
    text-transform: uppercase;
}

    .number-introduction .number-tag i {
        color: rgb(203, 9, 20);
        font-size: 40px;
        padding-bottom: 30px;
    }

    .number-introduction .number-tag .num {
        color: rgb(203, 9, 20);
        font-size: 40px;
        font-weight: bolder;
        margin: 0;
    }

    .number-introduction .number-tag p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.tag-child {
    border: 1px solid rgb(224, 224, 224);
}

.tag-child {
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .tag-child img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .tag-child h4, .tag-child p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tag-child h4 {
        padding-top: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /* TEXT-TRANSFORM: UPPERCASE; */
        FONT-SIZE: 20PX;
        color: #111;
        font-weight: 700;
    }

    .tag-child p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .tag-child a {
        color: black;
    }

        .tag-child a:hover {
            color: rgb(203, 9, 20);
        }

    .tag-child .see-detail {
        margin-left: 20px;
        text-transform: uppercase;
        color: white;
        background-color: rgb(203, 9, 20);
        padding: 10px;
    }

        .tag-child .see-detail:hover {
            color: white;
        }

.bg-discover {
    background-color: white;
}

    .bg-discover .discover-tag {
        position: relative;
    }

    .bg-discover .discover-body {
        height: 300px;
    }

    .bg-discover .discover {
        position: absolute;
        border: 1px solid red;
        z-index: 1;
        top: -15%;
        padding-left: 40px;
        padding-right: 40px;
    }

        .bg-discover .discover img {
            padding-top: 20px;
            width: 100%;
            height: 160px;
            object-fit: cover;
        }

@media(max-width:760px) {
    .bg-discover {
        padding-bottom: 200px;
    }
}
/* Ãƒâ€žÃ‚ÂÃƒÂ¡Ã‚Â»Ã‚Âi sÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœng sinh viÃ„â€šÃ‚Âªn */
.studentlive .studentlive-body {
    color: white;
}

    .studentlive .studentlive-body img {
        width: 100%;
        height: 100%;
    }

    .studentlive .studentlive-body div {
        height: 350px;
        padding: 0;
    }

    .studentlive .studentlive-body h4 {
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 30px;
        font-weight: bolder;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .studentlive .studentlive-body p {
        padding: 20px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .studentlive .studentlive-body div:nth-child(1) {
        background-color: rgb(203, 9, 20);
    }

    .studentlive .studentlive-body div:nth-child(4) {
        background-color: rgb(2, 142, 41);
    }

    .studentlive .studentlive-body div:nth-child(5) {
        background-color: rgb(10, 7, 181);
    }

    .studentlive .studentlive-body div:nth-child(8) {
        background-color: rgb(2, 186, 232);
    }

    .studentlive .studentlive-body div:nth-child(9) {
        background-color: rgb(230, 0, 242);
    }

    .studentlive .studentlive-body div:nth-child(12) {
        background-color: rgb(247, 100, 2);
    }

.studentlive .arrow-right {
    padding: 10px;
    border-radius: 1px;
    color: #FFF;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-right: 55px;
    font-family: Open Sans;
}

    .studentlive .arrow-right:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        position: absolute;
        top: -37%;
    }

.studentlive .arrow-left {
    padding: 10px;
    border-radius: 1px;
    color: #FFF;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-family: Open Sans;
}

    .studentlive .arrow-left:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        position: absolute;
        top: -37%;
        right: 0%;
    }

.studentlive .studentlive-body div:nth-child(2) div.arrow-right:before {
    border-left: 25px solid rgb(203, 9, 20);
}

.studentlive .studentlive-body div:nth-child(3) div.arrow-left:before {
    border-right: 25px solid rgb(2, 142, 41);
}

.studentlive .studentlive-body div:nth-child(6) div.arrow-right:before {
    border-left: 25px solid rgb(10, 7, 181);
}

.studentlive .studentlive-body div:nth-child(7) div.arrow-left:before {
    border-left: 25px solid rgb(2, 186, 232);
    transform: rotate(180deg);
}

.studentlive .studentlive-body div:nth-child(10) div.arrow-right:before {
    border-left: 25px solid rgb(230, 0, 242);
}

.studentlive .studentlive-body div:nth-child(11) div.arrow-left:before {
    border-left: 25px solid rgb(247, 100, 2);
    transform: rotate(180deg);
}

.studentlive-more img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.studentlive-more .bg-img {
    background-color: rgb(139, 139, 139, 0.8);
}

.studentlive-more .title {
    position: absolute;
    bottom: 0;
    background-color: rgb(34, 34, 34, 0.8);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    color: white;
    width: 220px;
}

@media(max-width:1000px) {
    .studentlive .studentlive-body h4 {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        font-weight: bolder;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .studentlive .studentlive-body p {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .studentlive .arrow-right:before {
        display: block;
    }

    .studentlive .arrow-left:before {
        display: none;
    }
}

@media(max-width:700px) {
    .studentlive .studentlive-body img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .studentlive .studentlive-body div {
        height: auto;
        padding: 0;
    }

    .studentlive-more {
        padding-bottom: 300px;
    }

        .studentlive-more .title {
            width: 80%;
        }

    .dau-with-company .dau-with-company-tag {
        margin-top: 30px;
    }

    .studentlive-more img {
        height: auto;
    }

    
}
/* ----- */
.media-video {
    position: relative;
}

    .media-video .icons-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* top: 45%; */
        /* left: 52%; */
        width: 0px;
        height: 0px;
        /* right: auto; */
        margin-left: -50px;
        margin-top: -50px;
    }

    .media-video .img-avatar {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .media-video a {
        FONT-SIZE: 30px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 65%;
        left: 0;
        text-align: center;
        display: block;
        width: 100%;
    }

.copyright {
    background: #cb0914;
    color: #fff;
    font-size: 13px;
}

.social-ft {
    list-style: none;
    float: right;
    margin-bottom: 0;
}

    .social-ft li {
        display: inline-block;
    }

        .social-ft li img {
            width: 30px;
            height: 30px;
        }

.danhmuc-tin,
.chitiet-tin {
    padding-bottom: 100px;
}

    .danhmuc-tin .item-img img {
        width: 100%;
        height: 180px;
        object-fit: cover
    }

    .danhmuc-tin .item-title {
        text-transform: uppercase;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bolder;
        height: auto;
        margin-top: 0;
        padding-top: 5px;
    }

    .danhmuc-tin .item-desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        height: 63px;
        /* margin-bottom: 20px; */
    }

    .danhmuc-tin .see-detail {
        text-transform: uppercase;
        color: white;
        background-color: rgb(203, 9, 20);
        padding: 10px;
        border-radius: 4px;
    }
/* UPDATE */

.bg-why .yellow-text {
    color: yellow;
    font-size: 50px;
}

.rs-courses-2 .cource-item {
    margin-bottom: 30px;
    border: 1px solid #dddddd;
}

    .rs-courses-2 .cource-item .cource-img {
        position: relative;
        overflow: hidden;
    }

        .rs-courses-2 .cource-item .cource-img img {
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            width: 100%;
            height: 225px;
        }

        .rs-courses-2 .cource-item .cource-img .course-value {
            position: absolute;
            bottom: -25px;
            right: 25px;
            height: 50px;
            width: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #cb0914;
            color: #ffffff;
            font-size: 13px;
            font-weight: 500;
            border-radius: 50%;
        }

    .rs-courses-2 .cource-item .course-body {
        padding: 20px 25px 25px;
        transition: all 0.5s ease 0s;
        background: #fff;
    }

        .rs-courses-2 .cource-item .course-body .course-category {
            display: inline-block;
        }

        .rs-courses-2 .cource-item .course-body .course-title {
            font-size: 20px;
            margin-bottom: 7px;
            text-transform: none;
            padding-top: 0;
        }

            .rs-courses-2 .cource-item .course-body .course-title a {
                /* color: #212121; */
                transition: all 0.35s ease 0s;
                color: #111;
                transition: all 0.35s ease 0s;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                height: 48px;
                display: -webkit-box;
                font-weight: 700;
                font-family: 'Roboto Condensed', sans-serif;
            }

                .rs-courses-2 .cource-item .course-body .course-title a:hover {
                    color: rgba(33, 33, 33, 0.6);
                }

        .rs-courses-2 .cource-item .course-body .course-desc {
            /*margin: 12px 0 25px 0;*/
            margin: 12px 0 0 0;
        }

            .rs-courses-2 .cource-item .course-body .course-desc p {
                margin-bottom: 0;
                transition: all 0.35s ease 0s;
                display: block;
                display: -webkit-box;
                height: calc(16 * 52 * 2);
                margin: 0 auto;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                height: 42px;
            }

    .rs-courses-2 .cource-item .cource-btn {
        background-color: rgb(203, 9, 20);
        color: #fff;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 20px;
        display: inline-block;
        padding: 6px 20px;
    }

        .rs-courses-2 .cource-item .cource-btn:hover {
            background-color: #e41f05;
            border-color: #e41f05;
        }

    .rs-courses-2 .cource-item:hover .course-body {
        background-color: #720513;
    }

        .rs-courses-2 .cource-item:hover .course-body .course-title a {
            color: #fff;
        }

        .rs-courses-2 .cource-item:hover .course-body p {
            color: rgba(255, 255, 255, 0.7);
        }

    .rs-courses-2 .cource-item:hover .cource-btn {
        background-color: #fff;
        border-color: #fff;
        color: #cb0914;
    }

        .rs-courses-2 .cource-item:hover .cource-btn:hover {
            background-color: #e41f05;
            border-color: #e41f05;
            color: #fff;
        }

    .rs-courses-2 .cource-item:hover .cource-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }

.rs-courses-2 .view-more {
    bottom: auto;
}

.rs-courses-2 .row.grid {
    min-height: 500px !important;
}

.rs-courses-2 .cource-item .cource-img .image-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    color: #cb0914;
    z-index: 11;
}

    .rs-courses-2 .cource-item .cource-img .image-link i {
        font-size: 22px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        transition: all 0.3s ease 0s;
    }

.rs-courses-2 .cource-item:hover .cource-img .image-link i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.rs-courses-2 .cource-item .cource-img .image-link:hover {
    color: #fff;
}

footer {
    margin-top: 100px;
}

.gallery-section .single-gallery {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.gallery-section .single-gallery img {
    display: block;
    width: 100%;
}

.gallery-section .single-gallery .popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.gallery-section .single-gallery:after {
    content: "";
    width: 80%;
    height: 80%;
    background: #cb0914;
    position: absolute;
    top: 10%;
    left: 10%;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.gallery-section .single-gallery .popup-icon a {
    font-size: 20px;
    display: inline-block;
    margin: 0 8px;
    color: #fff;
}

.gallery-section .single-gallery:hover .popup-icon {
    opacity: 1;
    visibility: visible;
}

.gallery-section .single-gallery:hover:after {
    opacity: 0.8;
    visibility: visible;
    transform: scale(1);
}

#menu-menu-dao-tao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.rs-link ul li a {
    text-transform: none;
    font-size: 18px !important;
    font-weight: normal;
    color: #000053;
    padding: 0;
    padding-left: 15px;
    text-decoration: underline !important;
    margin-bottom: 20px;
    line-height: 45px;
    font-family: 'Roboto Condensed', sans-serif;
}

.rs-courses-categories .container {
    overflow: hidden;
}

    .rs-courses-categories .container .col-lg-3 {
        margin-bottom: 30px;
    }

.rs-courses-categories .courses-item {
    text-align: center;
    background-color: #f0f0f0;
    padding: 30px 30px 22px;
    margin-bottom: 30px;
}

    .rs-courses-categories .courses-item .courses-title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #000;
        font-weight: 700;
    }

        .rs-courses-categories .courses-item .courses-title a {
            color: #212121;
        }

            .rs-courses-categories .courses-item .courses-title a:hover {
                color: #cb0914;
            }

    .rs-courses-categories .courses-item .courses-amount {
        font-size: 13px;
        font-weight: 600;
        color: #505050;
    }

    .rs-courses-categories .courses-item i {
        display: inline-block;
        width: 80px;
        height: 80px;
        object-fit: cover;
        line-height: 80px;
        text-align: center;
        background-color: #cb0914;
        color: #ffffff;
        border-radius: 50%;
        font-size: 36px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
    }

    .rs-courses-categories .courses-item:hover {
        background-color: #d0d0d0;
    }

        .rs-courses-categories .courses-item:hover i {
            transform: rotate(360deg);
        }

.sec-title-2 {
    position: relative;
}

    .sec-title-2 h2 {
        position: relative;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 25px;
        padding-bottom: 26px;
        text-transform: uppercase;
    }

        .sec-title-2 h2:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 100px;
            background: #cb0914;
        }

    .sec-title-2 .view-more {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .sec-title-2 .view-more a {
            font-weight: 700;
            font-size: 14px;
        }

    .sec-title-2.text-center h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sec-title-2.text-right h2:after {
        left: auto;
        right: 0;
    }

    .sec-title-2.text-right .view-more {
        right: auto;
        left: 0;
    }

    .sec-title-2 p {
        margin-bottom: 0;
        font-size: 16px;
    }

.media-video .icons-play img {
    max-width: 100px;
}

.menu-sticky.sticky .logo2 {
    top: 18px;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
/*        justify-content: flex-end;*/
    }
}

.rs-link ul li a::before {
    content: "\f105";
    font: normal normal normal 18px/1 FontAwesome;
    padding-right: 10px;
    width: 10px;
    height: 10px;
    font-weight: 900;
    color: #cb0914;
    display: inline-block;
}
/*mobile*/
@media (max-width: 768px) {
    .footer-body div:nth-child(5) {
        position: unset;
        margin-bottom: 20px;
    }

    .footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder:before, .footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder:after {
        content: '';
        position: unset;
        height: calc(100% - 50px);
        width: 1px;
        background-color: #e2e2e2;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-body .contact div[class*="col-"] + div[class*="col-"] .contact-boder {
        border-left: none;
        padding-left: 0 !important;
    }

    .text-center-mobile {
        text-align: center !important;
        flex: unset;
        max-width: 100%;
    }

    .contact p, .contact a {
        margin: 0;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
    }

    .footer-body {
        padding-top: 0;
    }

    .menu-sticky.sticky .header_title_menu {
        display: inline-flex
    }
}

.list-news-group .news_item {
    margin-bottom: 30px;
}

.news_item {
    font-family: 'Roboto', sans-serif;
}

    .news_item .thumb {
        width: 100%;
        height: 210px;
        position: relative;
        overflow: hidden;
    }


.thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.3s;
    display: block;
    transform: scale(1);
}

.thumb:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;*/
}

.news_item a {
    color: #c41313;
}

    .news_item a:hover {
        color: black;
    }

.news_item .date {
    padding: 0px;
    margin-bottom: 10px;
    color: #9a9a9a;
    font-size: 12px;
}

.news_item .title {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* font-weight: bold; */
    color: #c41313;
}

.page-item.active .page-link {
    background: #c41313;
    color: white;
    border-color: #c41313;
}

.page-link {
    color: #c41313;
}

    .page-link:hover {
        background: rgb(113, 3, 16);
        color: white;
        border-color: rgb(113, 3, 16);
    }

.a-footer {
    color: white;
}

    .a-footer:hover {
        color: #710310;
    }


.box_like_share_vl {
    display: flex;
    align-items: center;
}

    .box_like_share_vl .vl_date_time {
        display: flex;
        flex: auto;
    }

    .box_like_share_vl .box_like_share {
        position: relative;
        top: -6px;
        right: 10px;
        margin-left: 20px;
    }

.shadow {
    height: calc(100%/3 - 20px);
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

.dropdown-item:hover > a {
    color: rgb(65, 65, 65) !important;
}