/*
    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);
}

@font-face {
    font-family: 'hhicon';
    src: url('../fonts/hhicon.eot');
    src: url('../fonts/hhicon.eot?cukcng#iefix') format('embedded-opentype'), url('../fonts/hhicon.ttf?cukcng') format('truetype'), url('../fonts/hhicon.woff?cukcng') format('woff'), url('../fonts/hhicon.svg?cukcng#hhicon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="hhicon-"],
[class*=" hhicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'hhicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #fff;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 28px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.btn-primary {
    background-color: #EB1C28;
    border-color: #EB1C28;
    width: initial;
    padding: 4px 7px 4px 7px;
    font-size: 14px;
}

.btn-primary-ext {
    background-color: #FFF;
    border-color: #EB1C28;
    width: initial;
    padding: 4px 7px 4px 7px;
    font-size: 14px;
    color: #EB1C28;
}

.color-E61E25 {
    color: #E61E25;
}

.lbl-primary-green {
    cursor: initial;
    background-color: #FFF;
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: solid;
    border-color: green;
    width: initial;
    padding: 4px 7px 4px 7px;
    font-size: 14px;
    color: green;
}

    .lbl-primary-green:hover {
        color: green;
    }

.lbl-primary-red {
    cursor: initial;
    background-color: #FFF;
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    width: initial;
    padding: 4px 7px 4px 7px;
    font-size: 14px;
    color: red;
}

    .lbl-primary-red:hover {
        color: red;
    }

::placeholder {
    color: #222 !important;
    opacity: 0.7;
}

:-ms-input-placeholder {
    color: #222;
    opacity: 0.7;
}

::-ms-input-placeholder {
    color: #222;
    opacity: 0.7;
}

section {
    padding: 10px 0;
    margin: 0;
}

.table {
    max-width: 100%;
    overflow: auto;
}
/*Style Header*/
#header {
    position: relative;
    padding-bottom: 137px;
    z-index: 101;
}

#topbar {
    background-color: #333333;
    color: #fff;
    height: 47px;
    padding: 12px 0px;
    transition: ease-in .4s ease;
}

    #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;
            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: 15px;
    width: auto;
}

#midle_header {
    margin: 0;
    position: relative;
    transition: .4s;
    overflow: hidden;
}

.midle_header:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

#midle_header .midle_header-main {
    min-height: 110px;
    max-height: 110px;
    position: relative;
    /*padding: 30px 0 30px;*/
}

.menu_midle {
    position: absolute;
    text-align: center;
    margin: 0 15px 0 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

    .menu_midle:before {
        background-color: #EB1C28db;
        border-radius: 5px;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: skew(-15deg);
        z-index: 1;
    }

    .menu_midle ul {
        margin: 0;
        position: relative;
        z-index: 2;
    }

        .menu_midle ul li {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
        }

            .menu_midle ul li:after {
                content: "/";
                right: 0;
                position: absolute;
                color: #fff;
                top: 50%;
                transform: translateY(-50%);
            }

            .menu_midle ul li:last-child:after {
                content: "";
            }

            .menu_midle ul li.menu-item a {
                color: #fff;
                display: inline-block;
                padding: 10px 10px;
                padding-left: 5px;
                font-size: 15px;
            }

            .menu_midle ul li.language-item {
                padding: 0 10px;
            }

                .menu_midle ul li.language-item a {
                    padding: 10px 5px;
                }

            .menu_midle ul li a img {
                height: 22px;
            }

#main_header {
    background: #fff;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#header.fixed #main_header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 102;
}

#header .logo_header {
    position: absolute;
    left: 0px;
    top: 0px;
}

#header.fixed #topbar {
    overflow: hidden;
    padding: 0px;
}

.logo_mobile img {
    height: 90px;
    transition: all 0.2s ease-in-out;
    display: none;
}

#header.fixed .logo_header img {
    height: 60px;
    transition: all 0.2s ease-in-out;
}

#header.fixed .search_home {
    padding: 15px 0px;
}
/*Main Menu*/
.navbar_header {
    /*background-color: #79D6F6;*/
    margin: 0;
    padding: 0px;
}

    .navbar_header ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-top: solid 1px #00000014;
    }

        .navbar_header ul .parent_menu:hover {
            background-color: #EB1C28;
            color: #FFF;
        }

.search_home {
    background-color: #EB1C28;
    padding: 15px 0;
    transition: ease-in .3s;
}

    .search_home input {
        font-size: 16px;
        /*font-weight: bold;*/
    }

        .search_home input:focus {
            outline: none;
            box-shadow: none;
        }

    .search_home button:active, .search_home button:focus {
        outline: none;
        box-shadow: none;
    }

    .search_home .select_type_search {
        background: #EB1C28;
        border-color: #EB1C28;
        font-weight: 900;
        overflow: hidden;
        padding: 12px 15px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        width: 150px;
    }

    .search_home .btn_search {
        background: #F6C300;
        border-color: #F6C300;
        font-size: 22px;
    }

.main_page {
    padding-top: 0px;
}

/*Slide Home*/
.slider_home {
    margin: 0;
    padding: 0;
}

    .slider_home .item_slide {
        position: relative;
    }

        .slider_home .item_slide:before {
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
        }

    .slider_home .item_slide_without_title {
        position: relative;
    }

        .slider_home .item_slide_without_title:before {
            background-color: rgba(0, 0, 0, 0);
        }

    .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-weight: 300;
        margin-bottom: 20px;
    }

    .info_slide a.btn_action {
        background-color: #EB1C28;
        color: #fff;
    }

/*List product home*/
.lstProduct {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.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;
    margin: 20px 0 5px;
    transition: .4s;
}

    .item_pro:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        transform: translateY(-10px);
    }

.item_pro-img {
    padding: 10px;
    text-align: center;
}

.owl-carousel .item_pro .item_pro-img img {
    margin: 0 auto;
    height: 150px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.item_pro .item_pro-info {
    background: #f8f8f8;
    height: 70px;
    overflow: hidden;
    padding: 10px 10px;
    position: relative;
}

    .item_pro .item_pro-info:after {
        content: "";
        background: rgb(255,255,255);
        /*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255, .9) 70%, rgb(255, 255, 255) 100%);*/
        background: linear-gradient(180deg, rgba(255,255,255,0) -30%, rgba(255,255,255, .9) 40%, rgb(255, 255, 255) 40%);
        height: 25px;
        bottom: 0px;
        width: 100%;
        left: 0;
        position: absolute;
    }

.item_pro-info h3.title_pro {
    color: #333333;
    margin-bottom: 10px;
    line-height: 20px;
}

    .item_pro-info h3.title_pro a {
        color: #222;
        font-size: 14px;
    }

.item_pro-info p.desc {
    line-height: 1.2;
}

.item_pro-info .div_view_more {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9724090319721639) 40%, rgba(255,255,255,1) 100%);
    padding: 50px 10px 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.item_pro-info .view_more {
    border: 2px solid #EB1C28;
}

.btn_viewAll {
    background: #8C8C8C;
    border-radius: 4px;
    color: #fff;
}

    .btn_viewAll:hover {
        background-color: #EB1C28;
        color: #fff;
    }

.tab-content {
    display: none;
    /*background: #fff;*/
    padding: 0px;
}

    .tab-content.active {
        display: inherit;
    }
/*Tin tức*/
#tabsNewsNav {
    display: flex;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 3px solid #EB1C28;
}

    #tabsNewsNav a {
        background-color: #f8f8f8;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #666;
        border-right: 1px solid #ddd;
    }

        #tabsNewsNav a.active {
            border-radius: 5px 5px 0 0;
            background-color: #EB1C28;
            border-right: 0px;
            color: #fff;
        }

        #tabsNewsNav a:last-child {
            border-right: 0px;
        }

.itemNews {
    border-radius: 5px;
    margin: 20px 0 10px;
    transition: ease-in .3s;
    overflow: hidden;
}

    .itemNews:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        transform: translateY(-10px);
    }

    .itemNews .imgNews img {
        height: 150px;
        width: 100%;
        object-fit: cover;
    }

    .itemNews .infoNews {
        background-color: #f8f8f8;
        padding: 10px;
        height: 280px;
        padding-bottom: 30px;
        position: relative;
    }

    .itemNews h3.newsTitle {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #222;
        margin-top: 10px;
    }

    .itemNews .timePost {
        color: #999;
        font-style: italic;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .itemNews .description {
        margin-bottom: 15px;
    }

    .itemNews .newsDescription {
        font-size: 14px;
        color: #333333;
    }

    .itemNews .infoNews .view_more {
        background: rgb(248, 248, 248);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9724090319721639) 40%, rgb(248, 248, 248) 100%);
        padding: 35px 10px 10px;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        transition: ease-in .3s;
    }

        .itemNews .infoNews .view_more span {
            border: 1px solid #E50000;
            color: #E50000;
            padding: 5px;
            padding-left: 6px;
            padding-right: 6px;
            font-size: 12px;
            border-radius: 4px;
        }

.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 h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .smallNews-item .item_info .timePost {
        color: #8C8C8C;
        margin-bottom: 10px;
    }

    .smallNews-item .item_info p.desc {
        font-size: 16px;
    }

.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;
        margin-bottom: 10px;
    }

    .gallery_text .line {
        width: 100px;
        height: 4px;
        background: #EB1C28;
        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;
    }

.blockText .line {
    background-color: #eee;
    height: 2px;
}
/*Đăng ký*/
section.dangKy {
    background-color: #fff;
}

.blockText {
    margin: 0;
    padding: 0;
}

    .blockText .title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        position: relative;
    }

        .blockText .title span {
            background-color: #EB1C28;
            border-radius: 5px 5px 0 0;
            color: #fff;
            display: inline-block;
            position: relative;
            padding: 15px 20px;
        }

        .blockText .title a {
            color: #FCE266;
        }

        .blockText .title:after {
            content: "";
            background: #EB1C28;
            height: 3px;
            width: 100%;
            display: inline-block;
            margin: 0px auto;
            position: absolute;
            left: 0;
            bottom: 0px;
        }

.widget .blockText .title {
    /*background-color: #EB1C28;*/
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .widget .blockText .title span {
        border-radius: 5px 5px 0 0;
        display: block;
    }

.widget .widget-body p:last-child {
    margin-bottom: 0px !important;
}

.blockText .description {
    font-size: 18px;
}

.mainForm {
    background-color: #f8f8f8;
    border-radius: 0 0 5px 5px;
    padding: 20px;
}

.itemForm {
    gap: 15px;
}

    .itemForm label {
        flex: 1 0 120px;
        font-weight: bold;
    }

.label-red {
    color: #EB1C28;
}
/*Contact info*/
#contactBottom {
    background-color: #fff;
    margin: 0;
}

.main-contact {
    background-color: #f8f8f8;
    padding: 20px;
}

.contactInfo {
    max-height: 405px;
    overflow-y: auto;
}

.lstInfo {
    margin: 0;
    padding: 0;
}

.contactInfo h2 {
    font-size: 16px;
    color: #EB1C28;
    margin-bottom: 10px;
    font-weight: 600;
}

.lstInfo li {
    color: #222;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

    .lstInfo li i {
        height: 20px;
        width: 20px;
        position: absolute;
        left: 0;
        text-align: center;
        top: 8px;
        font-size: 18px;
    }

/*Footer*/
#footer {
    background-color: #006BB3;
    padding: 30px 0;
}

.footerBlock {
    margin-bottom: 30px;
}

.ftFourth {
    text-align: right;
}

.footerBlock h2.footer_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.logo_footer img {
    height: 60px;
    margin-bottom: 20px;
}

ul.menu_footer {
    margin: 0;
    padding: 0;
}

    ul.menu_footer li {
        list-style: none;
    }

        ul.menu_footer li a {
            color: #fff;
            line-height: 35px;
        }

.lstSocial {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

    .lstSocial a {
        font-size: 20px;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        text-align: center;
        line-height: 30px;
        color: #000;
        border-radius: 25px;
    }

        .lstSocial a:hover {
            background-color: #EB1C28;
            color: #fff;
            transition: color .3s ease-in-out;
        }

.creadit p {
    color: #d4d4d4;
}

/*banner Fixed*/
.bannerFixed {
    position: fixed;
    z-index: 99;
}

#bLeftFixed {
    left: 5px;
}

#bRightFixed {
    right: 5px;
}

.bannerFixed img {
    width: 150px;
}

/*Support Icon*/
.fab-btns {
    position: fixed;
    display: block;
    right: 0;
    top: calc(50vh - 120px);
    z-index: 110 !important;
}

    .fab-btns .icon-flex-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 60px;
        cursor: pointer;
        transition-duration: .6s;
        transition: .4s;
        position: absolute;
        right: 0;
    }

    .fab-btns .text-title {
        white-space: nowrap;
        width: auto;
        font-size: 18px;
        color: #fff;
        height: 60px;
        line-height: 60px;
        padding-right: 20px;
        transition: .4s;
        overflow: hidden;
    }

    .fab-btns .icon-squa {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .fab-btns .icon-flex-item.green {
        background-color: #91e55c;
    }

    .fab-btns .icon-flex-item.blue {
        background-color: #4dcaf8;
        top: 60px;
    }

    .fab-btns .icon-flex-item.yellow {
        background-color: #fecb4c;
        top: 120px;
    }

.my-icon {
    color: #fff;
    border-radius: 100px;
    font-size: 40px;
    margin: auto;
    display: block;
}

.hhicon-chatlib:before {
    content: "\e901";
}

.hhicon-feedback:before {
    content: "\e904";
}

.hhicon-faq:before {
    content: "\e903";
}

.fab-btns .icon-flex-item:hover {
    transition: .4s;
    width: 200px;
}

    .fab-btns .icon-flex-item:hover .text-title {
        width: auto;
        transition: .4s;
    }

#openSupport {
    background-color: #EB1C28;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    text-align: center;
    width: 60px;
    z-index: 101;
}

    #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;
    box-shadow: 0 0 15px rgba(0,0,0,.7);
    transition: .4s ease-in-out;
}

    .boxSupport.fixed {
        max-width: 500px;
        position: fixed;
        right: -100%;
        bottom: 0%;
        z-index: 101;
    }

    .boxSupport.show {
        right: 0;
        transition: .4s ease-in-out;
    }

    .boxSupport #supportHeader {
        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 #ccc;
        border-right: 1px solid #ccc;
        border-top-color: #EB1C28;
        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: #EB1C28;
        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 {
    max-height: 460px;
    overflow-y: auto;
}

.supportContents {
    padding: 20px;
    border-right: 1px solid #ccc;
}

.supportBlock {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .supportBlock h4 {
        font-size: 20px;
        font-weight: bold;
        color: #222;
        margin-bottom: 15px;
    }

        .supportBlock h4 i {
            color: #EB1C28;
        }

.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 {
        width: 100%;
        height: 50px;
        padding: 0 35px 0 15px;
        font-size: 18px;
    }

        .formSearch input::placeholder {
            color: #888 !important;
        }

    .formSearch a {
        background-color: #0078D7;
        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;
    }

        .formSearch a.bg-red {
            background-color: #EB1C28;
        }
/*Menu sidebar*/
.menuVertical {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
}

.sidebar-menu {
    border-radius: 5px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eee;
    }

    .sidebar-menu .span {
        color: #FFF;
        font-size: 11px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: red;
        border-radius: 15px;
        font-weight: bold;
        margin-right: 10px;
    }

    .sidebar-menu .href {
        padding: 10px 20px 10px 15px;
        display: block;
        border-left: 3px solid transparent;
        color: #333333;
        font-weight: bold;
        position: relative;
    }

    .sidebar-menu > li:hover {
        border-left: 3px solid #EB1C28;
    }

        .sidebar-menu > li:hover a {
            color: #EB1C28;
        }

    .sidebar-menu .active {
        border-left: 3px solid #EB1C28;
    }

        .sidebar-menu .active a {
            color: #EB1C28;
        }

.sidebar-menu-sub .active {
    border-left: 0px solid #3863A8;
}

.sidebar-menu > li > a {
    padding: 10px 20px 10px 15px;
    display: block;
    border-left: 3px solid transparent;
    color: #333333;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    position: relative;
}

    .sidebar-menu > li > a > i {
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

.sidebar-menu.uerlink > li > a {
    padding-left: 10px;
    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 .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;
}

.sidebar-menu .sidebar-menu-sub li > a > .fa-caret-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 7px;
}

.sidebar-menu li.active > a > .fa-caret-left {
    transform: rotate(-90deg) translateX(100%);
}

.sidebar-menu .sidebar-menu-sub li.active > a > .fa-caret-left {
    transform: rotate(-90deg);
    margin-top: 7px;
}

.sidebar-menu .sidebar-menu-sub li {
    border-bottom: 1px solid #FFFFFF;
}

    .sidebar-menu .sidebar-menu-sub li.active > a > .fa-caret-left {
        transform: rotate(-90deg);
        margin-top: 7px;
    }

.sidebar-menu li.active > .sidebar-submenu {
    display: block;
    padding-left: 0px;
}

.sidebar-menu a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
}

    .sidebar-menu a p.white-space-nowrap {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }

.sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 0px;
    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: 10px 5px 10px 20px;
        display: block;
        font-size: 15px;
        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: #222;
            font-weight: bold;
        }

.widget {
    background: #eee;
    border: 1px solid #eee;
    box-sizing: border-box;
    /* box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.25); */
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

.sidebar-private .widget {
    overflow: unset;
}

.widget .widget-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #EB1C28;
    padding: 10px 15px;
}

/*
Support Sidebar Right
*/
.support-item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

    .support-item:last-child {
        border-bottom: 0;
    }

.item-avatar.w-80 {
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.item-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #EB1C28;
    margin: 0;
}

.item-info p {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.lst-social {
    margin-top: 4px;
    display: flex;
    gap: 10px;
}

    .lst-social a {
        display: flex;
        padding: 5px;
        height: 25px;
        width: 25px;
        text-align: center;
        align-items: center;
        background: #acacac;
        justify-content: center;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
        transition: ease-in-out .4s;
    }

        .lst-social a:hover {
            background-color: #EB1C28;
        }


/**
Thống kê truy cập
*/
.statistics_main ul {
    margin: 0;
    padding: 0;
}

    .statistics_main ul li {
        margin: 0;
        padding: 10px 0 10px 0px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .statistics_main ul li:last-child {
            border-bottom: 0px;
        }

        .statistics_main ul li strong {
            font-weight: bold;
            color: #EB1C28;
        }

/*Banner sidebar right*/
.banner-list .banner-item {
    margin-bottom: 10px;
}

    .banner-list .banner-item:first-child {
        margin-bottom: 0px;
    }

.pageHeaderDetail {
    padding: 0;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
}

    .pageHeaderDetail.pageHeaderDetail_02 {
        padding: 0;
        background: #e8e8e8;
        height: 220px;
    }

    .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 > * {
        position: relative;
        z-index: 2;
    }

    .pageHeaderDetail.pageHeaderDetail_02 h2.title {
    }

    .pageHeaderDetail a {
        color: #FFF !important;
    }

    .pageHeaderDetail span {
        color: #FFF !important;
    }

.pageHeader h2.title {
    font-size: 28px;
    text-transform: capitalize;
    position: relative;
}

    .pageHeader h2.title:after {
        background-color: #f60000;
        width: 100px;
        content: "";
        height: 4px;
        left: 50%;
        bottom: -10px;
        position: absolute;
        transform: translateX(-50%);
    }

.pageHeader.pageHeaderDetail h2.title:after {
    display: none;
}

.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: #000;
        }

        .breadcrumb_nav ul li i {
            margin-left: 10px;
            color: #f8f8f8;
        }

        .breadcrumb_nav ul li a.current {
            font-weight: bold;
            color: #fff;
        }

        .breadcrumb_nav ul li span {
            color: Gray;
            font-size: 16px;
        }

.pageHeaderDetail_02 .breadcrumb_nav ul li a {
    font-size: 16px;
    color: #000;
}

.pageHeaderDetail_02 .breadcrumb_nav ul li img {
    height: 15px;
    margin-top: 5px;
}

.pageHeaderDetail_02 .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: 13px;
        color: #999;
    }

.buttonShare {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 98;
}

    .buttonShare a {
        color: #8C8C8C;
        display: inline;
        text-align: center;
    }

    .buttonShare i {
        font-size: 26px;
    }

    .buttonShare a:hover {
        color: #f60000;
    }

/*bài viết liên quan*/
#pageDetail_bottom {
    background-color: #f8f8f8;
}

.post-no-image {
    height: 375px;
}

.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;
}

    .post .post-info {
        padding: 10px;
    }

.post-info h3.title_pro {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #222;
}

    .post-info h3.title_pro i {
        color: #EB1C28;
        margin-right: 5px;
    }

.post-info p.desc {
    font-size: 16px;
}

.post-info .view_more {
    border: 2px solid #EB1C28;
    color: #EB1C28;
}

    .post-info .view_more:hover {
        background-color: #EB1C28;
        color: #fff !important;
    }

/*Danh sách bài viết*/
.postItem {
    /*background: #f8f8f8;*/
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 0 30px;
    padding: 10px;
    /*padding-bottom: 0px;*/
}

    .postItem .imagePost img {
        border-radius: 3px;
    }

    .postItem h3.title {
        font-size: 16px;
        font-weight: bold;
        line-height: 27px;
    }

        .postItem h3.title a {
            color: #333;
        }

            .postItem h3.title a i {
                color: #EB1C28;
            }

    .postItem .post-info ul {
        margin: 0;
        padding: 0;
    }

        .postItem .post-info ul li {
            list-style: none;
            padding: 2px 0;
            font-size: 16px;
        }

.post-info .viewMoreInLst {
    background-color: #fff;
    border: 1px solid #E50000;
    color: #E50000;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 5px;
    font-size: 12px;
}
/*Site Map*/
.siteMap {
    margin-bottom: 30px;
}

    .siteMap .title {
        font-size: 18px;
        font-weight: bold;
        color: #222;
        margin-bottom: 15px;
    }

    .siteMap a {
        color: #333;
    }

.siteMapColumn {
    padding-left: 20px;
}

    .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: 30px auto 0;
    background: #EB1C28;
    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: #EB1C28;
            border-color: #EB1C28;
            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: #EB1C28;
        }

    #pageQuestion ul.accordion-list li .views {
    }

    #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: 0px 0px 15px  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:last-child {
        border-bottom: 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 {
    background-color: #fff;
    /*box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    border-radius: 5px;*/
    padding: 10px;
}

    .user-info h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 5px 0;
    }

    .user-info ul {
        border-radius: 5px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .user-info ul li {
            border-bottom: 1px solid #eee;
            list-style: none;
            padding: 10px 0;
            font-size: 16px;
        }

            .user-info ul li:last-child {
                border-bottom: 0;
            }

.custom-card {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
}

    .custom-card .card-header h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        border-bottom: 3px solid #EB1C28;
        padding-bottom: 5px;
        display: inline-block;
    }

.data-table {
    max-width: 100%;
    overflow: auto;
}

.table_nhacViec thead th {
    background-color: #EB1C28;
    border-color: #EB1C28;
    color: #fff;
    vertical-align: middle;
}

.product.itemGift a.view_more {
    border-color: #EB1C28;
    color: #EB1C28;
}

    .product.itemGift a.view_more:hover {
        color: #fff;
        background-color: #EB1C28;
    }

.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: #EB1C28;
        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: #EB1C28;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    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: #EB1C28;
    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: #EB1C28;
        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: #222;
        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: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 5px;
    }

    .menuMobile li.active > a > .fa-caret-left {
        transform: rotate(-90deg);
    }

    .menuMobile li.active > .sidebar-submenu {
        display: block;
    }

    .menuMobile a {
        color: #333333;
        font-size: 16px;
        text-decoration: none;
    }

    .menuMobile .sidebar-submenu {
        display: none;
        list-style: none;
        padding-left: 5px;
        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: auto;
            }

            .menuMobile .sidebar-submenu > li.active > a,
            .menuMobile .sidebar-submenu > li > a:hover {
                color: #222;
            }

.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;
        top: 0;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
        transition: transform .4s ease;
        width: 300px;
        transform: translate3d(-300px, 0, 0);
        transition-delay: .05s;
        overflow: auto;
        z-index: 9998;
    }

    .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;
    }

/*Modal custom*/
.custom_modal .modal-header {
    background-color: #EB1C28;
    color: #ffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .custom_modal .modal-header button.btn-close {
        background: transparent url(../img/close.svg) no-repeat center center / 1em auto;
        color: #fff;
    }

.toggleSearchMobile {
    display: none;
}

@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) {
    #main_header {
        height: 70px;
    }

    .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;
    }

    #mobnav-btn {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transform: translateY(-50%);
    }

        #mobnav-btn:before {
            display: block;
        }

    #search-btn {
        position: absolute;
        top: 47%;
        right: 60px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transform: translateY(-50%);
    }

        #search-btn i {
            font-size: 16px;
        }

    .language_mobile {
        display: block;
        position: absolute;
        right: 100px;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
    }

        .language_mobile img {
            height: 20px;
        }

    .breadcrumb_nav ul {
        display: block;
    }

        .breadcrumb_nav ul li {
            display: inline-block;
        }

    .toggleSearchMobile {
        display: block;
    }

    .search_home {
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        padding: 10px 0px;
        top: 40px;
        transition: .4s;
        width: 100%;
    }

        .search_home.show {
            visibility: visible;
            position: absolute;
            top: 60px;
            opacity: 1;
        }

        .search_home .select_type_search {
            padding: 0 5px;
        }
}

@media (max-width: 767.98px) {
    #header {
        padding-bottom: 70px;
    }

    #main_header {
        height: 70px;
    }

    .logo_mobile img {
        height: 70px;
        width: auto;
        max-width: 200px;
        display: block;
        padding: 5px;
    }

    .navbar_header > div.container {
        display: none;
    }

    #mobnav-btn {
        top: 57%;
        transform: translateY(-50%);
    }

    .slider_home .item_slide img {
        height: 400px;
        object-fit: cover;
        width: auto;
    }

    .info_slide {
        text-align: center;
    }

    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;
        left: 0px;
        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: #EB1C28;
        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: #EB1C28;
        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;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }

    .blockText .title {
        font-size: 16px;
    }

    .postItem .imagePost {
        margin-bottom: 32px;
    }

    #tabsNewsNav a {
        font-size: 15px;
        padding: 10px 8px;
    }

    .itemNews h3.newsTitle {
        font-size: 15px;
    }

    .item_pro-info h3.title_pro a {
        font-size: 15px;
    }

    .margin-right-mobile-20 {
        margin-right: 0px !important;
    }
}

@media (max-width: 575.98px) {
    .margin-right-mobile-20 {
        margin-right: 0px !important;
    }

    .boxSupport {
        background-color: #fff;
        max-height: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        width: 100%;
    }

        .boxSupport.show {
        }
}

.nav-left {
    line-height: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
}

    .nav-left li {
        background: url(../../App_Themes/Images/icon-listnew.png) no-repeat left center;
        list-style: none;
        padding-left: 15px;
        background-size: 10px;
        background-position-y: 8px;
    }

.nav-left-hover li:hover {
    background-color: #FBF1A6;
}


.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: #EB1C28;
    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: #4CC8F2;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    text-align: center;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ddd;
    color: #FFF;
    vertical-align: middle;
}

    .lbGridHeader, .lbGridHeader td {
        /* background: #dfeffc url(../images/AdminPage/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
        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;
    vertical-align: top;
}

.lbGridAlterCell td {
    border: 1px solid #ddd;
    padding: 5px;
}

.lbGridCell td a {
}

.lbGridAlterCell td a {
}

.lbGridNotDisplay .lbGridPager:last-child {
    display: none;
}

.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;
}

.display-block {
    display: block;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.font-size-13 {
    font-size: 13px;
}

.blockText .line {
    background: #e50000;
    height: 4px;
    width: 90px;
    display: inline-block;
    margin: 10px auto;
}

.padding-0 {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.margin-10 {
    margin: 10px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-right-mobile-20 {
    margin-right: 20px;
}

.background-color-fff {
    background-color: #FFF;
}

.line-height-0 {
    line-height: 0px !important;
}

.line-height-30 {
    line-height: 30px;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-inherit {
    font-weight: inherit !important;
}

.pageOther .owl-carousel .owl-stage {
    height: 380px !important;
}

.pageOther .post img {
    height: 145px;
    object-fit: cover;
}

.pageOther .post .date {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #999;
    font-size: 14px;
    font-style: italic;
}

.pageOther .post .div_view_more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    height: 4rem;
    background: -webkit-linear-gradient(bottom, #fff 55%, rgba(255,255,255,0));
}

    .pageOther .post .div_view_more .view_more {
        border: 1px solid #E50000;
        color: #E50000;
        padding: 1px;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 12px;
        left: 10px;
        bottom: 10px;
        position: absolute;
    }

.pageOther .post .post-info {
    max-height: 230px;
    min-height: 230px;
    overflow: hidden;
}

.hrefBlack {
    color: #333333;
}

.widget-body .widget-body-content {
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.height-5 {
    height: 5px;
}

.height-10 {
    height: 10px;
}

label {
    font-weight: bold;
}

.divTable2Content .row {
    padding-bottom: 10px;
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
    font-size: 14px;
    width: 115px;
    padding: 5px 7px 5px 7px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
    font-size: 14px;
    width: 115px;
    padding: 5px 7px 5px 7px;
}

.text-align-left {
    text-align: left !important;
}

.pageDetailPatron {
    padding-top: 10px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-0px {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-bottom-10px {
    padding-bottom: 10px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.modalPopup2Button {
    position: fixed; /* Stay in place */
    z-index: 9; /* 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;
}

    .modalPopup2Button .centerPopup2Button {
        font-weight: bold;
        border-radius: 5px;
        background-color: #fefefe;
        margin: 300px auto;
        padding: 20px;
        border: 1px solid #888;
        width: 280px;
    }

.liSliderMini {
    text-align: center;
}

    .liSliderMini .imgSlider {
    }

    .liSliderMini .imgSlider {
        height: 80px;
    }

    .liSliderMini .titleSlider {
        font-size: 11px;
        color: #000;
    }

.box.box-primary {
    border-top-color: #EB1C28;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #EB1C28;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header h3 {
        font-size: 18px;
        font-weight: bold;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.display-initial {
    display: initial !important;
}

.hrefBlue {
    color: var(--bs-link-color) !important;
}

    .hrefBlue a {
        color: var(--bs-link-color) !important;
    }

.font-size-16 {
    font-size: 16px !important;
}

.display-none {
    display: none;
}

.textbox-display-none {
    width: 0;
    border: 0;
    height: 0;
}

.preloader {
    background-color: #fff;
    background-image: url(../App_Themes/img/logo_loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none; /*Hiển thị loading page*/
}

.title-main {
    background-image: url(../../App_Themes/Images/arrow.svg);
    background-repeat: no-repeat;
    background-position-y: 10px;
    padding-left: 20px;
    background-size: 12px;
}

    .title-main .title-sub {
        font-weight: bold;
        border-bottom: solid 3px #FF0000;
        padding-bottom: 2px;
    }

.alert .close {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=20);
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.float-right {
    float: right;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C3C3C3 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C3C3C3 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #C3C3C3 !important;
}

.selection ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1; /* Firefox */
}

.selection :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
}

.selection ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000 !important;
}

.width-100-percent {
    width: 100%;
}

input:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

textarea:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

/*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 {
    }

    #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;
}

.accordion-interest.accordion ul.accordion-list {
}

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 #a5a5a5;
    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;
    }

.img-object-fit-cover {
    object-fit: cover;
}

.lbPageTitleAdmin {
    background-color: #4CC8F2;
    height: 38px;
    padding-left: 5px;
    color: #000;
    font-weight: bold;
}

    .lbPageTitleAdmin td {
        border-right: solid 1px #fff;
    }

        .lbPageTitleAdmin td:last-child {
            border-right: solid 0px #fff;
        }

    .lbPageTitleAdmin a {
        color: #FFF;
    }

    .lbPageTitleAdmin .active {
        color: #ED202E;
    }

.vertical-align-top {
    vertical-align: top;
}

.listNews.owl-carousel.owl-hidden {
    opacity: unset;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    transition: all 0.2s ease 0s;
}

.iframeFullBrowser {
    position: absolute;
    left: 0px;
    /*top: 0px;
    padding-left: 1px;
    padding-right: 1px;
    right: 1px;*/
    width: 100%;
    z-index: 999;
}

.post-info-no-image {
    padding: 10px;
}

.divQtndGtLienKet .divQtndGtLienKetChiTiet {
    border: 1px solid #EB1C28;
    padding: 10px;
    padding-bottom: 5px;
}


    .divQtndGtLienKet .divQtndGtLienKetChiTiet .divQtndGtLienKetChiTietDs {
        padding: 10px;
        padding-bottom: 0px;
    }

.white-space-normal {
    white-space: normal !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}
