/*
    Template: Sabre.com.vn
    Theme Name: Sabre.com.vn
	Author: ThanSau
	Author URI: http://dangkha.net/
	Version: 1.0
*/
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Roboto Light";
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: "Roboto Bold";
    src: url(../fonts/Roboto-Bold.ttf);
}

body {
    background-color: #fff;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.header_home {
    position: fixed !important;
    width: 100%;
    top: 0px;
    left: 0px;
}

.main_page {
    margin-top: 135px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #333333;
    }

.product a {
    color: #333333;
}

.text-right {
    text-align: right;
}

.btn-primary {
    background-color: #E50000;
    border-color: #E50000;
}

::placeholder {
    color: #D0D0D0 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
}

.container {
    max-width: 1300px;
}

section {
    padding: 30px 0;
    margin: 0;
}

.clubSabre .pageDetail {
    padding-top: 10px !important;
}

.table {
    max-width: 100%;
    overflow: auto;
}
/*Style Header*/
#header {
    position: relative;
    z-index: 101;
}

#topbar {
    background-color: #333333;
    color: #fff;
    height: 47px;
    padding: 5px 0px;
}

    #topbar .topbar_left img {
        height: 38px;
        width: auto;
    }

.topbar_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menu_top ul {
    /*font-size: 14px;*/
    display: flex;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menu_top ul li {
        position: relative;
        padding: 0 10px;
    }

        .menu_top ul li:after {
            content: "/";
            right: 0;
            top: 0;
            position: absolute;
        }

        .menu_top ul li:last-child:after {
            content: "";
        }

        .menu_top ul li a {
            /*font-size: 14px;*/
            color: #fff;
            text-decoration: none;
        }

.topbar_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.search_top {
    position: relative;
}

    .search_top i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .search_top input {
        background-color: #5A5A5A;
        border-radius: 15px;
        border: 1px solid #5A5A5A;
        color: #fff;
        height: 26px;
        padding: 0 10px 0 30px;
    }

        .search_top input::placeholder {
            color: #eee !important;
        }

.language_top img {
    height: 20px;
    width: auto;
}

#main_header {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 90px;
    transition: all 0.2s ease-in-out;
}

    #main_header:before {
        background: #AC0000;
        content: "";
        height: 7px;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

#header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

#header .logo_header {
    position: absolute;
    left: -22px;
    top: 0px;
}

#header.fixed #main_header {
    /*height: 70px;*/
}

.logo_header img {
    height: 90px;
    transition: all 0.2s ease-in-out;
}

#header.fixed .logo_header img {
    /*height: 70px;
    transition: all 0.2s ease-in-out;*/
}

#header.fixed .sf-menu > li > a {
    /*line-height: 60px;
    padding-top: 10px;*/
}
/*Main Menu*/
.navbar_header {
    margin: 0;
    padding: 0px 0 0 0px;
    flex: 1;
}

#header.fixed .navbar_header {
    /*padding-top: 10px;*/
}

.navbar_header ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sf-menu .sf-mega .sliderMenuWithImage.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.sf-menu .sf-mega .sliderMenuWithImage.owl-carousel .owl-nav .owl-next {
    right: -30px;
}
/*Slide Home*/
.slider_home {
    margin: 0;
    padding: 0;
}

    .slider_home .item_slide {
        position: relative;
    }

        .slider_home .item_slide:before {
            content: "";
            background-color: rgba(0, 0, 0, 0.4);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
        }

    .slider_home.owl-carousel .owl-nav .owl-next {
        right: 20px;
    }

    .slider_home.owl-carousel .owl-nav .owl-prev {
        left: 20px;
    }

    .slider_home.owl-carousel .owl-nav button i {
        color: #fff;
    }

.info_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

    .info_slide h2.title {
        font-size: 36px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .info_slide div.description {
        font-size: 20px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .info_slide a.btn_action {
        background-color: #e50000;
        color: #fff;
    }

/*About us*/
.about_us {
}

.aboutUs_text h6.subtitle {
    font-size: 24px;
    font-family: "Roboto Light", sans-serif;
}

.aboutUs_text h2.title {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.aboutUs_text .line {
    background-color: #E50000;
    width: 120px;
    height: 4px;
    margin-bottom: 20px;
}

.aboutUs_text .description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/*Tabs product home*/
#tab_product {
    margin: 0;
    padding: 30px 0;
    background-color: #F3F3F3;
}

div.tabs_nav {
    margin: 0px 0 15px;
    padding: 0px;
    list-style: none;
}

    div.tabs_nav .owl-item {
        padding: 0 0 15px 0;
    }

    div.tabs_nav a {
        font-size: 28px;
        font-family: "Roboto Light", sans-serif;
        color: #8C8C8C;
        padding: 0 15px;
        position: relative;
    }

        div.tabs_nav a.active {
            color: #333333;
        }

        div.tabs_nav .owl-item a:before, div.tabs_nav a:before {
            content: "|";
            position: absolute;
            right: -1px;
            top: 50%;
            transform: translateY(-50%);
        }

        div.tabs_nav .owl-item:last-child a:before, div.tabs_nav a:last-child:before {
            display: none;
        }

        div.tabs_nav .owl-item a.active:after, div.tabs_nav a.active:after {
            content: "";
            background-color: #E50000;
            border-radius: 5px;
            width: 40%;
            height: 3px;
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
        }

#supportBody {
    background-color: #fff;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #ccc;
}

.tab-content {
    display: none;
    /*background: #fff;*/
    padding: 0px;
}

    .tab-content.active {
        display: inherit;
    }


/*List product home*/
.title_pro .fa-star:before {
    color: #e50000;
    padding-right: 5px;
    font-size: 16px;
}

.lstProduct {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .lstProduct .item_pro {
        flex-basis: 30%;
    }

.item_pro {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    min-height: 420px;
    max-height: 420px;
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem !important;
    transition: all 100ms ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    padding: 0 !important;
    width: 100%;
}

    .item_pro .item_pro-info {
        padding: 20px;
    }

.item_pro-info h3.title_pro {
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}

.item_pro-info p.desc {
    font-size: 16px;
    line-height: 28px;
    font-family: "Roboto Light", sans-serif;
}

.item_pro-info .view_more {
    border: 1px solid #E50000;
    color: #E50000;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
}

.item_pro_hover {
    bottom: 15px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.btn_viewAll {
    background: #8C8C8C;
    border-radius: 4px;
    color: #fff;
    font-family: "Roboto Light", sans-serif;
}

    .btn_viewAll:hover {
        background-color: #E50000;
        color: #fff;
    }

/*Tuyển dụng*/
.dao_tao {
    background: url('../img/bg_tuyendung.png') no-repeat center center / 100% auto;
}

    .dao_tao .title {
        color: #fff;
        margin: 0 0 30px;
    }

.daotao-form .form-group {
    margin-bottom: 20px;
}

.btnAction {
    background-color: #e50000;
    color: #fff;
    text-transform: uppercase;
}

    .btnAction:hover {
        color: #fff;
    }

.daotao-form .form-group input, .daotao-form .form-group select {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #DDDDDD;
    color: #fff;
}

.daotao-form .form-group input, .daotao-form .form-group option {
    color: #333333;
}

.daotao-form .form-control::placeholder, .daotao-form .form-group select {
    color: #fff !important;
    opacity: 1;
}

/*Tin tức*/
#tabsNewsNav {
    text-align: center;
    margin-bottom: 30px;
}

.rightText h3.newsTitle {
    font-size: 24px;
}

.rightText .timePost {
    font-family: "Roboto Light", sans-serif;
    color: #8C8C8C;
    font-size: 13px;
    margin-bottom: 6px;
}

.rightText .newsDescription {
    font-size: 16px;
    color: #333333;
}

.smallNews {
    margin-top: 20px;
}

.smallNews-item {
    display: flex;
    gap: 20px;
}

    .smallNews-item .item_img {
        flex: 1 0 180px;
    }

        .smallNews-item .item_img img {
            width: 210px;
            height: 120px;
            object-fit: cover;
        }

    .smallNews-item .item_info {
        position: relative;
    }

        .smallNews-item .item_info h3 {
            font-size: 20px;
            margin-bottom: 8px;
            line-height: 28px;
        }

        .smallNews-item .item_info .timePost {
            color: #8C8C8C;
            font-size: 13px;
            margin-bottom: 6px;
            font-family: "Roboto Light", sans-serif;
        }

        .smallNews-item .item_info p.desc {
            font-size: 16px;
            line-height: 24px;
            font-family: "Roboto Light", sans-serif;
            height: 92px;
            overflow: hidden;
        }

        .smallNews-item .item_info .lineBlur {
            background: -webkit-linear-gradient(bottom, #fff 43%, rgba(255,255,255,0));
            width: 100%;
            height: 40px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

.lstGallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

    .lstGallery .gallery_item {
        flex: 1 0 31%;
        position: relative;
    }

        .lstGallery .gallery_item img {
            border-radius: 10px;
        }

        .lstGallery .gallery_item.type_video a:after {
            background: url('../img/icon_play.png') no-repeat center center / 100% auto;
            content: "";
            height: 50px;
            width: 50px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
        }

.gallery_text {
    margin: 0;
    padding: 0;
}

    .gallery_text h2.title {
        font-size: 32px;
        font-family: "Roboto Light", sans-serif;
        margin-bottom: 10px;
    }

    .gallery_text .line {
        width: 100px;
        height: 4px;
        background: #E50000;
        margin-bottom: 15px;
    }

    .gallery_text .description {
        font-size: 18px;
        line-height: 1.6;
    }

    .gallery_text .viewMore {
        margin-top: 15px;
    }

    .gallery_text .btnViewMore {
        background-color: #8C8C8C;
        color: #fff;
    }

/*Đăng ký*/
section.dangKy {
    background-color: #E5E5E5;
}

.blockText {
    margin: 0;
    padding: 0;
}

    .blockText .title {
        font-size: 32px;
    }

    .blockText .line {
        background: #e50000;
        height: 4px;
        width: 90px;
        display: inline-block;
        margin: 10px auto;
    }

    .blockText .description {
        font-size: 18px;
        font-family: "Roboto Light", sans-serif;
    }

.itemForm {
    gap: 15px;
}

    .itemForm label {
        flex: 1 0 120px;
        font-weight: bold;
    }

.label-red {
    color: #e50000;
}
/*Contact info*/
#contactBottom {
    background-color: #fff;
    margin: 0;
}

.contactInfo {
    max-height: 405px;
    overflow-y: auto;
    line-height: 21px;
}

.lstInfo {
    margin: 0;
    padding: 0;
}

.contactInfo h2 {
    font-size: 20px;
    color: #e50000;
    margin-bottom: 10px;
    font-weight: 600;
}

.lstInfo li {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Roboto", sans-serif;
}

    .lstInfo li i {
        height: 20px;
        width: 20px;
        position: absolute;
        left: 0;
        text-align: center;
        top: 8px;
        font-size: 18px;
    }

/*Footer*/
#footer {
    background-color: #333333;
    padding: 30px 0;
    padding-bottom: 0px;
}

.footerBlock {
    margin-bottom: 20px;
}

.ftFourth {
    text-align: right;
}

.footerBlock h2.footer_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.logo_footer img {
    height: 30px;
    margin-bottom: 20px;
}

ul.menu_footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.menu_footer li a {
        color: #fff;
        line-height: 35px;
        font-family: "Roboto Light", sans-serif;
    }

.lstSocial {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

    .lstSocial a {
        font-size: 20px;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #8C8C8C;
        text-align: center;
        line-height: 30px;
        color: #333333;
        border-radius: 25px;
    }

        .lstSocial a:hover {
            background-color: #E50000;
            color: #fff;
            transition: color .3s ease-in-out;
        }

.creadit p {
    color: #717171;
}

/*banner Fixed*/
.bannerFixed {
    position: fixed;
    z-index: 99;
}

#bLeftFixed {
    left: 5px;
}

#bRightFixed {
    right: 5px;
}

.bannerFixed img {
    width: 150px;
    max-width: 175px;
}

/*Support Icon*/
#openSupport {
    background-color: #E50000;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    width: 60px;
    z-index: 100;
}

    #openSupport i {
        font-size: 40px;
        color: #fff;
    }

.boxSupport {
    /*border-left: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-radius: 5px 5px;
    /* overflow: hidden; */
    background: #fff;
    transition: .4s ease-in-out;
}

    .boxSupport.fixed {
        max-width: 360px;
        min-width: 360px;
        position: fixed;
        right: -120%;
        /*top: 20%;*/
        bottom: 10px;
        z-index: 99990 /*101*/;
    }

    .boxSupport.show {
        right: 0;
        transition: .4s ease-in-out;
    }

    .boxSupport #supportHeader {
        background-color: #fff;
        display: flex;
        align-items: center;
    }

.supportNav a {
    border-top: 2px solid transparent;
    line-height: 45px;
    height: 45px;
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    position: relative;
}

    .supportNav a.active {
        border-radius: 3px 3px 0 0;
        border-left: 1px solid #E61E25;
        border-right: 1px solid #E61E25;
        border-top-color: #E50000;
        font-weight: 600;
        line-height: 42px;
    }

.supportNav .owl-item:first-child a.active {
    border-left: 0px solid #ccc;
}

.supportNav a.active:after {
    background-color: #fff;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.supportNav .owl-stage {
    border-bottom: 1px solid #ccc;
    width: 100% !important;
}

.content_page-support .boxSupport {
    border-top: 0px solid #ccc;
    border-left: 0px;
}

.content_page-support .supportBody {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.actionNav {
    border-bottom: 1px solid #ccc;
    display: flex;
    white-space: nowrap;
}

    .actionNav a {
        color: #E50000;
        font-weight: 700;
        display: inline-block;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
    }

        .actionNav a:first-child {
            border-right: 1px solid #ccc;
            /*border-left: 1px solid #ccc;*/
        }

.boxSupport.fixed .supportContents {
    height: 400px;
    overflow-y: auto;
}

.supportContents {
    padding: 20px;
    border-right: 1px solid #ccc;
}

.supportBlock {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .supportBlock h4 {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 15px;
    }

        .supportBlock h4 i {
            color: #E50000;
            padding-right: 10px;
        }

.lstSupport .item {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

    .lstSupport .item a {
        color: #333;
    }

        .lstSupport .item a i {
            font-size: 20px;
            color: #0078D7;
        }

/*Page sản phẩm dịch vụ*/
.pageHeader {
    background-color: #F3F3F3;
    padding: 30px 0 30px;
}

.pageProduct .pageHeader {
    padding-bottom: 100px;
}

.pageProduct #lstProduct {
    margin-top: -60px;
    padding-top: 0;
}

.formSearch {
    margin: 0;
    padding: 0;
    position: relative;
}

    .formSearch input {
        border-color: #3333;
        width: 100%;
        height: 50px;
        padding: 0 35px 0 15px;
        font-size: 18px;
        border-radius: 5px 5px 5px 5px;
    }

        .formSearch input::placeholder {
            color: #888 !important;
        }

    .formSearch a {
        background-color: #E50000;
        position: absolute;
        right: 0;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        width: 80px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        border-radius: 3px;
        border-radius: 0px 5px 5px 0px;
    }

        .formSearch a.bg-red {
            background-color: #E50000;
        }
/*Menu sidebar*/
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > a {
            padding: 7px 5px 7px 15px;
            display: block;
            border-left: 3px solid transparent;
            color: #333333;
        }

    .sidebar-menu.uerlink > li > a {
        padding-left: 40px;
        position: relative;
    }

        .sidebar-menu.uerlink > li > a > img {
            height: 20px;
            margin-right: 10px;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 1;
        }

            .sidebar-menu.uerlink > li > a > img.active {
                opacity: 0;
            }

    .sidebar-menu > li > a > .fa {
        width: 20px;
    }

    .sidebar-menu > li:hover > a,
    .sidebar-menu > li.active > a {
        color: #E50000;
        font-weight: bold;
        background: #fff;
        border-left-color: #E50000;
    }

        .sidebar-menu > li:hover > a > img.normal,
        .sidebar-menu > li.active > a > img.normal {
            opacity: 0;
        }

        .sidebar-menu > li:hover > a > img.active,
        .sidebar-menu > li.active > a > img.active {
            opacity: 1;
        }

    .sidebar-menu > li .label,
    .sidebar-menu > li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu li.sidebar-header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu li > a > .fa-caret-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 5px;
    }

    .sidebar-menu li.active > a > .fa-caret-left {
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .sidebar-submenu {
        display: block;
    }

        .sidebar-menu li.active > .sidebar-submenu li.active {
            font-weight: bold;
        }

        .sidebar-menu li.active > .sidebar-submenu a:hover {
            font-weight: bold;
        }

        .sidebar-menu li.active > .sidebar-submenu li.active a {
            color: #e50000 !important;
        }

    .sidebar-menu a {
        color: #333333;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-submenu {
        display: none;
        list-style: none;
        padding-left: 5px;
        margin: 0 1px;
        background: rgba(196, 196, 196, 0.3);
    }

        .sidebar-menu .sidebar-submenu .sidebar-submenu {
            padding-left: 20px;
        }

        .sidebar-menu .sidebar-submenu > li > a {
            padding: 7px 5px 7px 15px;
            display: block;
            font-size: 14px;
            color: #333;
        }

            .sidebar-menu .sidebar-submenu > li > a > .fa {
                width: 20px;
            }

            .sidebar-menu .sidebar-submenu > li > a > .fa-caret-left,
            .sidebar-menu .sidebar-submenu > li > a > .fa-caret-down {
                width: auto;
            }

            .sidebar-menu .sidebar-submenu > li.active > a,
            .sidebar-menu .sidebar-submenu > li > a:hover {
                color: #333333;
            }

.widget {
    background: #FFFFFF;
    border: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin-bottom: 30px;
}

    .widget .widget-title h2 {
        font-size: 18px;
        font-weight: bold;
        color: #e50000;
        padding: 10px 15px;
    }

.pageHeaderDetail {
    padding: 0;
    position: relative;
    min-height: 240px;
    display: flex;
    align-items: center;
}

    .pageHeaderDetail.pageHeaderDetail_02 {
        padding: 0;
        background: #F3F3F3;
        box-shadow: 0px 4px 4px #DADADA;
        height: 220px;
    }

    .pageHeaderDetail.pageHeaderDetail_03 {
        padding: 0;
        background: #F3F3F3;
        box-shadow: 0px 4px 4px #DADADA;
        height: 180px;
    }

    .pageHeaderDetail.pageHeaderDetail_04 {
        padding: 0;
        background: #F3F3F3;
        box-shadow: 0px 4px 4px #DADADA;
        height: 260px;
    }

    .pageHeaderDetail:after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 1;
    }

    .pageHeaderDetail.pageHeaderDetail_02:after {
        display: none;
    }

    .pageHeaderDetail.pageHeaderDetail_03:after {
        display: none;
    }

    .pageHeaderDetail.pageHeaderDetail_04:after {
        display: none;
    }

    .pageHeaderDetail > * {
        position: relative;
        z-index: 2;
    }

    .pageHeaderDetail.pageHeaderDetail_02 h2.title {
        font-family: "Roboto Bold", sans-serif;
    }

    .pageHeaderDetail.pageHeaderDetail_04 h2.title {
        font-family: "Roboto Bold", sans-serif;
    }

.breadcrumb_nav {
    margin: 0;
    padding: 10px 0;
}

    .breadcrumb_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        gap: 15px;
    }

    .breadcrumb_nav.breadcrumb_nav_02 ul {
        justify-content: center;
    }

    .breadcrumb_nav ul li {
        list-style: none;
    }

        .breadcrumb_nav ul li a {
            font-size: 16px;
            color: #eee;
        }

        .breadcrumb_nav ul li i {
            margin-left: 3px;
            color: #f8f8f8;
        }

        .breadcrumb_nav ul li a.current {
            font-weight: bold;
            color: #fff;
        }

.pageHeaderDetail_02 .breadcrumb_nav ul li a {
    font-size: 20px;
    color: #333;
    font-family: "Roboto Light", sans-serif;
}

.pageHeaderDetail_02 .breadcrumb_nav ul li img {
    height: 15px;
    margin-top: 5px;
}

.pageHeaderDetail_02 .breadcrumb_nav ul li i {
    margin-left: 15px;
    color: #333;
}

.pageHeaderDetail_03 .breadcrumb_nav ul li a {
    font-size: 20px;
    color: #333;
    font-family: "Roboto Light", sans-serif;
}

.pageHeaderDetail_03 .breadcrumb_nav ul li img {
    height: 15px;
    margin-top: 5px;
}

.pageHeaderDetail_03 .breadcrumb_nav ul li i {
    margin-left: 15px;
    color: #333;
}

.content_page {
    position: relative;
}

    .content_page .title_post {
        font-size: 28px;
    }

    .content_page .time_post {
        margin-bottom: 15px;
        font-family: "Roboto Light", sans-serif;
        color: #8C8C8C;
        font-size: 13px;
        margin-bottom: 6px;
        font-weight: bold;
    }

.buttonShare {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 999;
}

    .buttonShare a {
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #8C8C8C;
        color: #8C8C8C;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        transition: 0.5s ease;
    }

    .buttonShare i {
        font-size: 18px;
    }

    .buttonShare a.google-plus:hover {
        background-color: #DD4D42;
        border-color: #DD4D42;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.linkedin:hover {
        background-color: #0077B5;
        border-color: #0077B5;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.pinterest:hover {
        background-color: #B7081B;
        border-color: #B7081B;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.phone:hover {
        background-color: #FF6C37;
        border-color: #FF6C37;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.facebook:hover {
        background-color: #3b5999;
        border-color: #3b5999;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.twitter:hover {
        background-color: #55acee;
        border-color: #55acee;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.envelope:hover {
        background-color: #b52759;
        border-color: #b52759;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.bookmark:hover {
        background-color: #087cce;
        border-color: #087cce;
        color: #fff;
        transition: 0.5s ease;
    }

    .buttonShare a.print:hover {
        background-color: #1F3240;
        border-color: #1F3240;
        color: #fff;
        transition: 0.5s ease;
    }
/*bài viết liên quan*/
#pageDetail_bottom {
    background-color: #f8f8f8;
}

.post {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin-bottom: 10px;
}

    .post .post-info {
        padding: 20px;
        max-height: 230px;
        overflow: hidden;
    }

    .post .post-info-no-image {
        padding: 10px;
        max-height: 400px;
        overflow: hidden;
    }

.post-info h3.title_pro {
    color: #333333;
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 28px;
}

    .post-info h3.title_pro i {
        color: #E50000;
        margin-right: 5px;
    }

.post-info p.desc {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Light", sans-serif;
    max-height: 150px;
    overflow: hidden;
}

.post-info-no-image h3.title_pro {
    color: #333333;
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 28px;
}

    .post-info-no-image h3.title_pro i {
        color: #E50000;
        margin-right: 5px;
    }

.post-info-no-image p.desc {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Light", sans-serif;
    max-height: 195px;
    overflow: hidden;
}

.bx-viewport {
    box-sizing: content-box;
    padding-bottom: 10px;
}

.post-info .view_more {
    border: 1px solid #E50000;
    color: #E50000;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
}

    .post-info .view_more:hover {
        /*background-color: #E50000;
    color: #fff;*/
    }

.post-info-no-image .view_more {
    border: 1px solid #E50000;
    color: #E50000;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
}

    .post-info-no-image .view_more:hover {
        /*background-color: #E50000;
        color: #fff;*/
    }

.modal-backdrop {
    z-index: 9999 !important;
}

#searchFormMobile {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: -55px;
    padding: 10px 20px;
    background: #fff;
    transition: 0.5s ease;
}

    #searchFormMobile.show {
        visibility: visible;
        opacity: 1;
        transition: 0.5s ease;
    }

    #searchFormMobile input {
        width: 100%;
        height: 35px;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 0 10px;
    }

    #searchFormMobile a.btn_search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
/*Danh sách bài viết*/
.postItem {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin: 0 0 30px;
    padding: 15px;
}

    .postItem h3.title {
        font-size: 22px;
        font-weight: normal;
    }

        .postItem h3.title a {
            color: #333;
        }

            .postItem h3.title a i {
                color: #E50000;
                font-size: 16px;
            }

    .postItem .post-info ul {
        margin: 0;
        padding: 0;
    }

        .postItem .post-info ul li {
            list-style: none;
            padding: 2px 0;
            font-size: 16px;
            font-family: "Roboto Light", sans-serif;
        }

.post-info .viewMoreInLst {
    background-color: #fff;
    border: 1px solid #E50000;
    color: #E50000;
    padding: 0px 10px;
    line-height: 20px;
}
/*Site Map*/
.siteMap {
    margin-bottom: 10px;
}

    .siteMap .title {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 10px;
    }

    .siteMap a {
        color: #333;
    }

.siteMapColumn {
    padding-left: 20px;
    padding-top: 10px;
}

    .siteMapColumn h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .siteMapColumn ul {
        margin: 0;
        padding: 0;
    }

        .siteMapColumn ul li {
            list-style: none;
            padding: 5px 0;
        }

            .siteMapColumn ul li a {
                font-size: 16px;
            }

.lineSiteMap {
    display: inline-block;
    height: 2px;
    width: 70%;
    margin: 10px auto 0;
    background: #e50000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pagination {
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    gap: 10px;
}

    .pagination.customPagination {
    }

        .pagination.customPagination .page-item .page-link {
            background-color: #E4E4E4;
            border-color: #E4E4E4;
            border-radius: 50%;
            color: #333;
            height: 35px;
            width: 35px;
            text-align: center;
            padding: 5px;
        }

        .pagination.customPagination .page-item.active .page-link, .pagination.customPagination .page-item:hover .page-link, .pagination.customPagination .page-item:focus .page-link {
            background-color: #E50000;
            border-color: #E50000;
            color: #fff;
        }
/*Page hỏi đáp*/
#pageQuestion ul.accordion-list {
    border: 1px solid #ccc;
}

    #pageQuestion ul.accordion-list li h3 {
        font-weight: normal;
        font-size: 18px;
        padding-right: 30px;
    }

        #pageQuestion ul.accordion-list li h3 i {
            color: #E50000;
        }

    #pageQuestion ul.accordion-list li .views {
        font-family: "Roboto Light", sans-serif;
    }

    #pageQuestion ul.accordion-list li .answer {
        padding-top: 15px;
    }

ul.accordion-list {
    background-color: #ffff;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0;
    list-style: none;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.accordion-interest.accordion ul.accordion-list {
    background-color: #fff;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0);
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px 0;
    margin: 0 auto 0px auto;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    cursor: pointer;
}

    ul.accordion-list li:first-child {
        padding-top: 0px;
    }

    ul.accordion-list li h3 {
        font-weight: 700;
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        font-size: 15px;
        letter-spacing: 0.01em;
        cursor: pointer;
        line-height: 30px;
    }

    ul.accordion-list li.active h3:after {
        transform: rotate(45deg);
    }

    ul.accordion-list li h3:after {
        content: "\f067";
        font-family: "fontawesome";
        position: absolute;
        right: 0;
        top: 0;
        color: #3f3f3f;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
        border: 1px solid #ccc;
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }

div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    div.answer p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0;
        font-size: 14px;
    }

/*left sidebar trang nhac viec*/
.user-info {
    padding: 10px;
}

    .user-info h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 5px 0;
    }

    .user-info ul {
        margin: 0;
        padding: 0;
    }

        .user-info ul li {
            list-style: none;
            padding: 5px 0;
            font-size: 16px;
        }

.custom-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .custom-card .card-header h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        border-bottom: 3px solid #e50000;
        padding-bottom: 5px;
        display: inline-block;
    }

.data-table {
    max-width: 100%;
    overflow: auto;
}

.table_nhacViec thead th {
    background-color: #E50000;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
}

.table_nhacViec td {
    border: 1px solid #d0d0d0;
}

.product.itemGift a.view_more {
    border-color: #E50000;
    color: #E50000;
}

    .product.itemGift a.view_more:hover {
        /*color: #fff;
    background-color: #E50000;*/
    }

.uerInfo ul {
    margin: 0;
    padding: 0;
}

.uerInfo li {
    list-style-type: none;
    line-height: 35px;
    font-size: 16px;
}

.uerInfo ul li span {
    display: inline-block;
    width: 150px;
}

.btnPlus {
    font-size: 20px;
}

.label {
    font-weight: bold;
}

/*List sở thích */
.lstInterest .title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
    padding-left: 20px;
}

    .lstInterest .title:before {
        content: "";
        height: 10px;
        width: 10px;
        background-color: #E50000;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.lstInterest label {
    padding: 5px 0;
    font-size: 15px;
}

.enterCaptcha input.captchaCode {
    /*margin-bottom: 10px;*/
    width: 120px;
    display: inline-block;
    margin-right: 10px;
}

.enterCaptcha img.img_captcha {
    height: 50px;
    margin-bottom: 10px;
}

.checkboxConfirm {
    text-align: left;
}

.btn_register {
    background-color: #E50000;
}

.cd-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: inline-block;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
    background-color: rgba(229, 0, 0, 0.727);
    border-radius: 50%;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s;
    z-index: 1024;
}

    .cd-top.cd-top--is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-top--fade-out {
        opacity: .5;
    }

    .cd-top.cd-top:hover {
        background-color: #E50000;
        opacity: 1;
    }

#tabsNewsNav.owl-carousel .owl-stage {
    margin: 0 auto;
}

.custom-card .card-header {
    background-color: transparent;
    border-bottom: 0px;
}

.bx-controls.bx-has-pager.bx-has-controls-auto {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

    .bx-controls.bx-has-pager.bx-has-controls-auto .bx-controls-auto {
        order: 2;
    }

    .bx-controls.bx-has-pager.bx-has-controls-auto .bx-pager.bx-default-pager {
        order: 1;
        padding: 3px 0 0;
        height: auto;
    }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: inherit !important;
    width: auto !important;
}

.language_mobile, #showLeftSidebar, #hideSideBarLeft {
    display: none;
}

/*Menu mobile */
.menuMobile {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

    .menuMobile > li {
        border-top: 1px solid #ccc;
        position: relative;
        margin: 0;
        padding: 0;
    }

        .menuMobile > li > a {
            padding: 7px 5px 7px 15px;
            display: block;
            border-left: 3px solid transparent;
            color: #333333;
        }

    .menuMobile.uerlink > li > a {
        padding-left: 40px;
        position: relative;
    }

        .menuMobile.uerlink > li > a > img {
            height: 20px;
            margin-right: 10px;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

    .menuMobile > li > a > .fa {
        width: 20px;
    }

    .menuMobile > li > a:hover,
    .menuMobile > li.active > a {
        color: #333333;
        font-weight: bold;
        background: #fff;
        border-left-color: #E2211C;
    }

    .menuMobile > li .label,
    .menuMobile > li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .menuMobile li.sidebar-header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .menuMobile li > a > .fa-caret-left {
        width: 30px;
        height: 30px;
        padding: 0;
        text-align: center;
        line-height: 30px;
    }

    .menuMobile li.active > a > .fa-caret-left {
        transform: rotate(-90deg);
    }

    .menuMobile li.active > .sidebar-submenu {
        display: block;
    }

    .menuMobile a {
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        text-decoration: none;
    }

    .menuMobile .sidebar-submenu {
        display: none;
        list-style: none;
        padding-left: 0px;
        margin: 0 1px;
        background: rgba(196, 196, 196, 0.3);
    }

        .menuMobile .sidebar-submenu .sidebar-submenu {
            padding-left: 20px;
        }

        .menuMobile .sidebar-submenu > li > a {
            padding: 7px 5px 7px 15px;
            display: block;
            font-size: 14px;
            color: #333;
        }

            .menuMobile .sidebar-submenu > li > a > .fa {
                width: 20px;
            }

            .menuMobile .sidebar-submenu > li > a > .fa-caret-left,
            .menuMobile .sidebar-submenu > li > a > .fa-caret-down {
                width: 30px;
            }

            .menuMobile .sidebar-submenu > li.active > a,
            .menuMobile .sidebar-submenu > li > a:hover {
                color: #333333;
                font-weight: bold;
            }

.formDangNhapMobile {
    padding: 15px;
}

.titleForm {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.formDangNhapMobile ul.link {
    margin: 0;
    padding: 0;
}

    .formDangNhapMobile ul.link li {
        list-style-type: none;
        line-height: 25px;
    }

.menuMobile_nav {
    left: 0;
    height: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    transition: transform .4s ease;
    z-index: 99999;
}

    .menuMobile_nav.show {
        visibility: visible;
        opacity: 1;
    }

    .menuMobile_nav .mobile_main {
        background-color: #fff;
        position: fixed;
        z-index: 9998;
        top: 0;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
        transition: transform .4s ease;
        width: 280px;
        transform: translate3d(-280px, 0, 0);
        transition-delay: .05s;
        overflow: auto;
    }

    .menuMobile_nav.show .mobile_main {
        transform: translate3d(0px, 0, 0);
        transition-delay: .05s;
    }

    .menuMobile_nav:after {
        background: rgba(0, 0, 0, 0.3);
        content: '';
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease;
        position: fixed;
        transition-delay: .05s;
    }

    .menuMobile_nav.show:after {
        visibility: visible;
        opacity: 1;
        transition-delay: .05s;
    }

@media screen and (max-width: 1600px) {
    .container {
        max-width: 1200px;
        transition: transform .4s ease;
    }
}

@media screen and (max-width: 1500px) {
    .container {
        max-width: 1200px;
        transition: transform .4s ease;
    }

    .bannerFixed img {
        width: 100px;
        height: auto;
    }
}


@media (max-width: 1399.98px) {
    .bannerFixed {
        display: none;
    }

    .container {
        max-width: 1140px;
    }

    .lstProduct .item_pro {
        flex-basis: 22%;
    }

    .navbar_header ul.sf-menu {
        margin-left: 100px;
    }
}

@media (max-width: 1280px) {
    .bannerFixed {
        display: none;
    }

    .container {
        max-width: 1140px;
        transition: transform .4s ease;
    }

    .lstProduct .item_pro {
        flex-basis: 22%;
    }
}

@media (max-width: 1199.98px) {
    .navbar_header ul.sf-menu {
        margin-left: 170px;
    }

    .lstProduct .item_pro {
        flex-basis: 22%;
    }
}

@media (max-width: 991.98px) {
    .lstProduct .item_pro {
        flex-basis: 30%;
    }

    div.tabs_nav a {
        font-size: 20px;
    }

    .sf-menu,
    .navbar_header ul.sf-menu {
        position: static !important;
        display: none !important;
    }

    #search-btn {
        position: absolute;
        top: 47%;
        right: 20px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transform: translateY(-50%);
    }

    #mobnav-btn {
        position: absolute;
        top: 50%;
        /*right: 20px;*/
        width: 20px;
        height: 20px;
        cursor: pointer;
        transform: translateY(-50%);
        /*linhnm*/
        left: 0px;
        background-color: #E61E25;
        padding: 35.3px;
    }

        #mobnav-btn:before {
            display: block;
            /*linhnm*/
            color: #FFF;
        }

        #mobnav-btn:before {
            top: -20px;
            left: -10px;
        }

    /*#mobnav-btn.fixed {
        padding: 30px;
    }*/

    .language_mobile {
        display: block;
        position: absolute;
        right: 60px;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
    }

        .language_mobile img {
            height: 25px;
            margin-top: 6px;
        }

    .breadcrumb_nav ul {
        display: block;
    }

        .breadcrumb_nav ul li {
            display: inline-block;
        }
}

@media (max-width: 767.98px) {
    #main_header {
        height: 70px;
    }

    .aboutUs_img {
        display: none;
    }

    .owl-carousel .owl-item img {
        display: inline !important;
        width: inherit !important;
    }

    .main_page {
        margin-top: 70px;
    }

    iframe {
        width: 100% !important;
    }

    .pageHeaderDetail_02 .breadcrumb_nav ul li img {
        margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .accordion-list iframe {
        width: 100%;
    }

    .breadcrumb_nav {
        margin-top: 15px;
    }

    .pageHeaderDetail {
        height: inherit;
    }

    .logo_header img {
        height: 70px;
        width: auto;
        /*linhnm*/
        padding-left: 70px;
    }

    .navbar_header > div.container {
        display: none;
    }

    #mobnav-btn {
        top: 50%;
        transform: translateY(-50%);
    }

    .slider_home .item_slide img {
        height: 400px;
        object-fit: cover;
        width: auto;
    }

    .info_slide {
        text-align: center;
    }

    .about_us {
        text-align: center;
    }

    .aboutUs_text h6.subtitle {
        margin-top: 20px;
    }

    .aboutUs_text h2.title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .aboutUs_text .line {
        display: inline-block;
        margin: 0px auto 20px;
    }

    .aboutUs_text .description {
        text-align: justify;
    }

    div.tabs_nav a {
        font-size: 20px;
    }

    .lstProduct {
        display: block;
    }

    .item_pro {
        border: 1px solid #eee;
        box-shadow: unset;
    }

    section.dao_tao {
        background-size: cover;
    }

    .daotao-img {
        margin-bottom: 20px;
    }

    .smallNews-item .item_img {
        flex: 1 0 100px;
    }

        .smallNews-item .item_img img {
            height: 90px;
        }

    .smallNews-item .item_info p.desc {
        display: none;
    }

    .smallNews-item {
        margin-bottom: 15px;
    }

    .footerBlock {
        text-align: left;
    }

    .lstSocial {
        justify-content: center;
    }

    .buttonShare {
        display: flex;
        flex-direction: row;
        gap: 10px;
        position: relative;
        right: unset;
        top: unset;
        margin-bottom: 20px;
    }

    .itemForm {
        flex-direction: column;
        gap: 5px;
    }

        .itemForm label {
            flex: 0;
        }

    .logoThongBaoBCT, .creadit {
        text-align: center;
    }

    .fixedOnMobile {
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 0;
        transform: translateX(-100%);
        transition: all 0.3s;
        top: 0;
        z-index: 99999;
    }

    .backdropMobile {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .fixedOnMobile.show {
        transform: translateX(0);
        transition: all 0.3s;
    }

    .fixedOnMobile .main-sidebar {
        background-color: #fff;
        padding: 20px 15px;
        width: 80%;
        position: relative;
        height: 100%;
        overflow: auto;
        z-index: 2;
    }

    #showLeftSidebar {
        background-color: #E50000;
        height: 40px;
        display: block;
        position: fixed;
        top: 75px;
        left: 0;
        color: #fff;
        width: 40px;
        line-height: 40px;
        font-size: 22px;
        text-align: center;
        z-index: 99;
    }

    #hideSideBarLeft {
        background-color: #E50000;
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        position: fixed;
        left: 81%;
        top: 5px;
        height: 40px;
        width: 40px;
    }

    .bx-wrapper .bx-next {
        right: -10px !important;
    }

    .bx-wrapper .bx-prev {
        left: -10px !important;
    }

    .blockText .title {
        font-size: 22px;
    }

    .postItem .imagePost {
        margin-bottom: 32px;
    }
}

@media (max-width: 575.98px) {
    .boxSupport {
        background: rgba(0,0,0,0);
        max-height: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        .boxSupport.show {
        }
}

.custom_modal .modal-header {
    background-color: #E50000;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*============*/
.vertical-align-top {
    vertical-align: top;
}

.text-align-center {
    text-align: center;
}

.Table2List {
}

    .Table2List label {
        font-weight: bold;
        padding-right: 10px;
    }

    .Table2List input {
        margin-right: 3px;
    }

input.dateCompare {
    width: 90px;
    height: 37px;
    font-size: 14px;
    display: inline-block;
}

.hrefBlue {
    color: blue;
}

.hrefBlack {
    color: #333333;
}

.font-weight-bold {
    font-weight: bold;
}

.modal-header .btn-close {
    font-size: 10px;
    color: #FFF;
    font-weight: bold;
}

.data-table table th {
    text-align: center;
}

.data-table table tr:hover {
    background-color: #FBF1A6;
}

.item_pro-info .title_pro a {
    color: #333333;
}

.item_pro-info .title_pro i {
    font-size: 16px;
}

.div_view_more .view_more {
    border: 1px solid #E50000;
    color: #E50000;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    left: 20px;
    bottom: 10px;
    position: absolute;
}

.item_pro .div_view_more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    height: 5rem;
    background: -webkit-linear-gradient(bottom, #fff 43%, rgba(255,255,255,0));
}

.lbError {
    font-family: Arial, Verdana !important;
    color: red;
    font-size: 12px !important;
    line-height: 20px;
    padding-right: 5px;
    /*margin-left: -15px;*/
}


.Table2List {
}

    .Table2List td {
        padding-right: 10px;
    }

    .Table2List label {
        padding-left: 2px;
        font-weight: normal;
    }

.Table2Content {
    width: 100%;
}

    .Table2Content td {
        padding: 3px;
    }

.Table2ContentHightlight tr:hover {
    background-color: #FBF1A6;
}

.Table2ContentHightlightDiv .row:hover {
    background-color: #FBF1A6;
}

.Table2ContentExtend {
    width: 100%;
}

    .Table2ContentExtend td {
        padding: 0px;
    }

.Table2NoBorder {
    /*width: 100%;*/
    border: 0px !important;
}

    .Table2NoBorder td {
        padding: 3px;
        border: 0px !important;
        white-space: nowrap;
    }

.Table2Border {
    width: 100%;
    border: solid 1px #333333;
}

    .Table2Border td {
        padding: 3px;
        border: solid 1px #333333;
    }

.Table2BorderBottom {
    width: 100%;
}

    .Table2BorderBottom td {
        padding: 3px;
        border-bottom: 1px dotted gray;
    }

        .Table2BorderBottom td:nth-child(1) {
            border-right: 1px dotted gray;
        }

        .Table2BorderBottom td:nth-child(2) {
            border-right: 1px dotted gray;
        }

.Table2GroupTitle {
    background-color: #e8e8e8;
    height: 27px;
    width: 100%;
}

    .Table2GroupTitle td {
        padding-left: 10px;
        font-size: 12px;
        font-weight: bold;
    }

.modalPopup2ButtonProcess {
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    /*display: none;*/
}

    .modalPopup2ButtonProcess .centerPopup2Button {
        font-weight: bold;
        border-radius: 5px;
        background-color: #fefefe;
        margin: 300px auto;
        padding: 20px;
        border: 1px solid #888;
        width: 280px;
    }


/*	DDGridView	*/
.lbgrid-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.lbGrid {
    border: 1px solid #ddd;
}

.lbGridHeaderLeft, .lbGridHeaderLeft th {
    /* background: #dfeffc url(../images/AdminPage/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
    background-color: #E61E25;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    text-align: left;
    height: 35px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #ddd;
    color: #FFF;
    padding-top: 4px;
}

.lbGridHeader, .lbGridHeader th {
    /* background: #dfeffc url(../images/AdminPage/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
    background-color: #E61E25;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    text-align: center;
    height: 35px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #ddd;
    color: #FFF;
}

    .lbGridHeader, .lbGridHeader td {
        /* background: #dfeffc url(../images/AdminPage/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
        background-color: #E61E25;
        font-family: Arial, Verdana;
        font-size: 400;
        font-weight: bold;
        text-align: center;
        height: 35px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px solid #ddd;
        color: #FFF;
    }

        .lbGridHeader span {
            color: #FFF;
        }

.lbGridCell {
    background-color: #FFF;
    font-family: Arial, Verdana;
    font-size: 400;
    color: #000040;
    height: 30px;
    border: 1px solid #ddd;
}

.lbGridAlterCell {
    background-color: #F9F9F9;
    font-family: Arial, Verdana;
    font-size: 400;
    color: #000080;
    height: 30px;
    border: 1px solid #ddd;
}

.lbGridCell td {
    border: 1px solid #ddd;
    padding: 5px;
}

.lbGridAlterCell td {
    border: 1px solid #ddd;
    padding: 5px;
}

.lbGridCell td a {
}

.lbGridAlterCell td a {
}

.lbGridPager {
    background-color: #FFF;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    height: 26px;
    border: 1px solid #ddd;
}

    .lbGridPager:first-child {
        border: 0px;
    }

    .lbGridPager td {
        padding-top: 3px;
        padding-left: 0px !important;
        padding-bottom: 3px;
    }

        .lbGridPager td:first-child {
            border: 0px;
        }

    .lbGridPager span {
        color: red;
        /*padding: 1px;*/
        padding-left: 3px;
    }

    .lbGridPager .aspNetDisabled {
        color: #EDEDED;
    }

    .lbGridPager a {
        color: Blue;
        padding-left: 3px;
    }

    .lbGridPager .hrefDisable {
        color: #ADADAD;
    }

.lbGridEdit {
    background-color: #CCCCCC;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    color: #ffffff;
}

.lbGridCell:hover {
    background-color: #FBF1A6;
}

.lbGridAlterCell:hover {
    background-color: #FBF1A6;
}

.lbGridFooter2Extend {
    border: 1px dotted #808080 !important;
    height: 30px !important;
    text-align: center !important;
    font-weight: bold;
}

.tdIcon {
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    vertical-align: middle;
}

.divRowFixedBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
}

.display-flex {
    display: flex;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.font-size-13 {
    font-size: 13px;
}

.content_page a {
    color: black;
}

    .content_page a:hover {
        color: red;
    }
