@import url(./regular.css);
@import url(./solid.css);
@import url(./fontawesome.min.css);
@import url(./font-awesome-4.7.0.css);

@font-face {
    font-family: "Lato Bold";
    src: url('../fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: "Lato Regular";
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: "Lato Semibold";
    src: url('../fonts/Lato-Semibold.ttf');
}

@font-face {
    font-family: "Lato Black";
    src: url('../fonts/Lato-Black.ttf');
}

:root {
    --color-primary: #E5322C;
    --color-secondary: #F5E91D;
    --color-tertiary: #454486;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato Regular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato Black', sans-serif;
}

#header {
    background: var(--color-primary) url('../images/globe.png') no-repeat center center / auto 140%;
    /*padding: 0;*/
    padding: 30px 0 0 0;
    border-bottom: 1px solid #FFF;
    position: relative;
}

    #header::after {
        background: #C20B05;
        content: "";
        height: 54px;
        width: 30%;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: 0;
    }

    #header > div {
        z-index: 9;
    }

#logo img {
    height: 110px;
    width: auto;
}

.top-bar {
    background-color: rgb(153, 12, 7);
    padding: 10px 0;
    margin-bottom: 25px;
}

.language {
    text-align: right;
}

    .language img {
        /*background: #fff;*/
        height: 15px;
        width: 20px;
        object-fit: cover;
        margin-left: 10px;
        border: 1px solid #FFF;
        padding: 1px;
    }

.search_topbar {
    position: relative;
}

    .search_topbar input {
        background: #fff;
        border-radius: 25px;
        border: none;
        outline: none;
        padding: 5px 10px;
    }

    .search_topbar i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.company_name {
    font-family: 'Lato Bold', sans-serif;
    text-align: center;
}

    .company_name h2 {
        /*color: #fff;*/
        color: yellow;
        text-shadow: 2px 2px 3px #212529;
        font-size: 28px;
    }

    .company_name h3 {
        color: var(--color-secondary);
        font-family: 'Lato Regular', sans-serif;
        font-size: 20px;
        position: relative;
    }

        .company_name h3 span {
            margin-left: 0.5px;
            margin-right: 0.5px;
            color: var(--color-secondary);
        }

    .company_name .typewrite {
        text-shadow: 2px 2px 3px #212529;
    }

#header_bottom.fixed {
    background: #C20B05;
    position: fixed !important;
    top: 0;
    bottom: unset !important;
    z-index: 999;
}

    #header_bottom.fixed .d-flex {
        display: inherit !important;
    }

    #header_bottom.fixed .nav_home {
        margin-top: 0px;
        display: inherit !important;
    }

    #header_bottom.fixed .justify-content-end {
        justify-content: inherit !important;
        text-align: center;
    }

.nav {
    padding-left: 1px !important;
}

.nav_home {
    background: #C20B05;
    position: relative;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 9;
}

    .nav_home::before {
        background: #C20B05;
        content: "";
        clip-path: polygon(0 100%, 100% 99%, 100% 0);
        height: 100%;
        width: 57px;
        position: absolute;
        left: -57px;
        top: 0;
    }

    .nav_home ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        gap: 25px;
    }

        .nav_home ul.menu li {
            display: inline-block;
            position: relative;
        }

            .nav_home ul.menu li a {
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
                padding: 15px 10px;
                display: block;
                font-size: 16px;
                font-family: 'Lato Semibold', sans-serif;
                transition: all .4s ease-in;
            }

            .nav_home ul.menu li.active > a,
            .nav_home ul.menu li:hover > a {
                color: var(--color-secondary);
                transition: all .4s ease-in;
            }

    .nav_home ul.sub-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 0;
        top: 75px;
        transition: all .3s ease-in;
        padding: 15px;
        background: #fff;
        min-width: 250px;
        z-index: 9999;
    }

    .nav_home ul.menu li:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(-20px);
    }

    .nav_home ul.sub-menu > li {
        display: block;
    }

        .nav_home ul.sub-menu > li > a {
            font-size: 15px;
            color: #222;
            padding: 10px 0;
            text-transform: capitalize;
            font-family: 'Lato Regular', sans-serif;
            text-align: left;
        }

        .nav_home ul.sub-menu > li:hover > a {
            color: var(--color-primary);
            font-weight: bold;
        }

.nav_icon a {
    color: #fff;
    font-size: 36px;
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 1px solid #d9bebe;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

    .nav_icon a::before {
        content: "\f0c9";
        font-family: "FontAwesome";
    }

    .nav_icon a.bx-x::before {
        content: "\f00d";
    }

/* Menu Mobile */
.nav_mobile {
    background: #A70500;
    position: fixed;
    left: -280px;
    width: 280px;
    top: 0;
    height: 100%;
    transition: all .2s ease-in-out;
    padding: 0px;
    color: #fff;
    z-index: 999;
}

    .nav_mobile.show-menu {
        transform: translateX(280px);
    }

.menuMobile {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menuMobile > li {
        border-top: 1px solid #c2423f;
        position: relative;
        margin: 0;
        padding: 0;
    }

        .menuMobile > li > a {
            padding: 10px 5px 10px 15px;
            border-left: 3px solid transparent;
            color: #fff;
        }

    .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: #fff;
        border-left-color: #F5E91D;
    }

    .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 > i {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 5px;
        transition: all 0.1s ease-in-out;
    }

    .menuMobile li.active > a > i {
        transform: rotate(-90deg);
        transition: all 0.1s ease-in-out;
    }

    .menuMobile li.active > .sidebar-submenu {
        display: block;
    }

    .menuMobile a {
        color: #333333;
        font-size: 16px;
        font-family: "Roboto Light", sans-serif;
        text-decoration: none;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .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: 10px 5px 10px 15px;
            display: block;
            font-size: 14px;
            color: #fff;
        }

            .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;
            }


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-next,
.swiper-button-prev {
    color: var(--color-primary);
}

.section {
    padding: 30px 0;
}

.block_title {
    margin-bottom: 15px;
}

    .block_title .subtitle {
        font-size: 20px;
        font-family: 'Lato Bold', sans-serif;
        color: var(--color-primary);
    }

    .block_title .title {
        font-size: 24px;
        font-weight: 700;
        color: var(--color-tertiary);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    }

    .block_title.light .title {
        color: var(--color-secondary);
    }

    .block_title .desc {
        color: #fff;
    }

.line {
    position: relative;
    margin: 0.6rem 0;
    height: 3px;
    display: inline-block;
    width: 200px;
}

    .line::before {
        content: "";
        width: 50px;
        height: 3px;
        background: var(--color-tertiary);
        position: absolute;
        left: 0;
        top: 0;
    }

    .line::after {
        content: "";
        width: 150px;
        height: 3px;
        background: var(--color-primary);
        position: absolute;
        left: 50px;
        top: 0;
    }

.about_content {
}

    .about_content .desc {
        text-align: justify;
    }

.button {
}

    .button a {
        display: inline-block;
        padding: 0px 45px 0 20px;
        background: var(--color-primary);
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        position: relative;
    }

        .button a i {
            height: 25px;
            width: 25px;
            background-color: var(--color-tertiary);
            line-height: 25px;
            text-align: center;
            margin-left: 10px;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            border-radius: 3px;
        }

.about_images {
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

/* START CSS DỊCH VỤ */
#service {
    background: #f8f8f8;
}

.slide_service {
    padding-right: 15px;
    padding-left: 15px;
}

    .slide_service .swiper-slide {
        margin-bottom: 30px;
        margin-top: 30px;
        transition: all .2s ease-in-out;
    }

        .slide_service .swiper-slide:hover {
            /*transform: translateY(-20px);*/
        }

    .slide_service .service_item {
        box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }

        .slide_service .service_item .image {
            padding: 10px;
            position: relative;
        }

            .slide_service .service_item .image::before {
                content: "";
                height: 100%;
                width: 100%;
                background: rgba(87, 87, 87, 0.8);
                background: linear-gradient(0deg, rgba(87, 87, 87, 0.8) 0%, rgba(138, 138, 138, 0.6) 30%, rgba(255,255,255,0) 50%);
                position: absolute;
                left: 0%;
                top: 0%;
                transition: all .4s ease-in-out;
                opacity: 0;
                z-index: 9;
            }


    .slide_service .swiper-slide:hover .image::before,
    .slide_service .swiper-slide:hover .image::after {
        height: 100%;
        width: 100%;
        transition: all .4s ease-in-out;
        opacity: 1;
    }

    .slide_service .service_item .image > img {
        position: relative;
        z-index: 1;
    }

.slide_service {
    text-decoration: none;
}

    .slide_service .service_item a {
        position: relative;
        display: block;
    }

    .slide_service .desc {
        position: absolute;
        bottom: -60px;
        padding: 10px 10px 20px;
        transition: all .4s ease-in-out;
        z-index: 99;
    }

        .slide_service .desc h3 {
            font-size: 24px;
            text-decoration: none;
            color: var(--color-primary);
            text-transform: uppercase;
            /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);*/
            text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
            margin-top: 10px;
            transition: all .4s ease-in-out;
        }

    .slide_service .swiper-slide:hover .desc {
        bottom: 20px;
        transition: all .4s ease-in-out;
    }

        .slide_service .swiper-slide:hover .desc h3 {
            color: #fff;
        }

    .slide_service .desc p {
        transition: all .4s ease-in-out;
        line-height: 22px;
        height: 66px;
        color: #fff;
        overflow: hidden;
        margin-bottom: 0;
        opacity: 0;
    }

    .slide_service .service_item:hover h3 {
        color: red !important;
    }

    .slide_service .service_item:hover p {
        opacity: 1;
        height: 125px;
    }

/* .slide_service .desc::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8827731776304272) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 9;
} */

/* START CSS LÝ DO CHỌN T608 */
.whyChoseUs {
    background: url('/App_Themes/KhaiThac/images/bg-why.png') no-repeat center center / cover;
    position: relative;
}

    .whyChoseUs::before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: RGBA(229, 50, 44, 0.85);
        top: 0;
        left: 0;
        position: absolute;
        z-index: 0;
    }

    .whyChoseUs > div {
        position: relative;
        z-index: 99;
    }

    .whyChoseUs .line::after {
        background-color: var(--color-secondary);
    }

.whyChoseUs_main {
    margin-top: 50px;
}

.whyChoseUs_item {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

    .whyChoseUs_item::before {
        content: "";
        height: 0%;
        width: 0%;
        background-color: var(--color-tertiary);
        position: absolute;
        left: 0%;
        top: 0%;
        transition: all .4s ease-in-out;
        z-index: 9;
    }

    .whyChoseUs_item::after {
        content: "";
        height: 0%;
        width: 0%;
        background-color: var(--color-tertiary);
        position: absolute;
        right: 0%;
        bottom: 0%;
        transition: all .4s ease-in-out;
        z-index: 9;
    }

    .whyChoseUs_item:hover::before,
    .whyChoseUs_item:hover::after {
        height: 100%;
        width: 100%;
        transition: all .4s ease-in-out;
    }

    .whyChoseUs_item:hover {
        /*transform: translateY(-15px);*/
        transition: all .2s ease-in-out;
    }

.whyChoseUs_item-main {
    background: #fff;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 99;
}

    .whyChoseUs_item-main img {
        width: 80px;
    }

    .whyChoseUs_item-main h3 {
        font-size: 20px;
        color: var(--color-tertiary);
    }

    .whyChoseUs_item-main p {
        margin-bottom: 0;
    }

/* START CSS NEWS */
.big_item {
    padding: 10px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-in-out;
}

    .big_item:hover {
        box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
        transform: translateY(-15px);
    }

    .big_item img {
        width: 100%;
        height: 332px;
        object-fit: cover;
    }

.meta span {
    color: #777;
}

.meta .category i {
    color: #F5E91D;
}

.meta .date_pullish i {
    color: #777;
}

.big_item .desc h3.title a {
    font-size: 20px;
    color: var(--color-tertiary);
}

.news .big_item .desc {
    position: relative;
}

    .news .big_item .desc::after {
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8827731776304272) 50%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 40px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

.news .item .desc .description {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.small_item .col-inner {
    background-color: #fff;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.small_item:hover .col-inner {
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    transform: translateY(-15px);
}

.small_item .image {
    width: 175px;
    flex-basis: 175px;
}

.small_item img {
    width: 100%;
    min-width: 155px;
    height: 135px;
    object-fit: cover;
    /*max-width: 175px;*/
}

.small_item .desc {
    flex-basis: auto;
}

.small_item h3 {
    line-height: 20px;
}

    .small_item h3 a {
        font-size: 15px;
        color: var(--color-tertiary);
        line-height: 20px;
    }

/* START CSS THU VIEN ANH */
#gallery {
    background: #f8f8f8;
}

    #gallery .swiper-slide {
        background: transparent;
    }

.slide_gallery {
    padding: 15px 15px 30px;
}

    .slide_gallery .gallery_item {
        box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
        transition: all 0.4s ease-in-out;
    }

        .slide_gallery .gallery_item:hover {
            box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
            transform: translateY(-15px);
        }

        .slide_gallery .gallery_item .image {
            padding: 10px;
        }

        .slide_gallery .gallery_item img {
            height: 250px;
            width: 100%;
            object-fit: cover;
        }

        .slide_gallery .gallery_item h3 {
            color: var(--color-tertiary);
            font-size: 18px;
            padding: 0 10px;
            height: 48px;
            line-height: 24px;
            overflow: hidden;
        }

/* START CSS FOOTER */
footer#footer {
    background: #A70500 url('../images/bg_shadow.png') no-repeat center center / auto 100%;
    padding-bottom: 0;
}

.logo_footer img {
    height: 100px;
}

.contact_info {
    margin: 0;
    padding: 0;
}

    .contact_info li {
        list-style: none;
        color: #fff;
        margin: 10px 0;
        font-size: 16px;
    }

        .contact_info li i {
            margin-right: 5px;
        }

.widget_footer .widget_title {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-secondary);
}

.list_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list_menu li a {
        color: #fff;
        padding: 8px 0;
        display: block;
        font-size: 16px;
    }

        .list_menu li a i {
            margin-right: 10px;
        }

    .list_menu li:hover a {
        color: var(--color-secondary);
    }

.list_statiscal {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list_statiscal > li {
        color: #fff;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #bb4d49;
        font-size: 16px;
    }

        .list_statiscal > li i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

        .list_statiscal > li:last-child {
            border-bottom: 0;
        }

#footer .credit {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.15);
    color: #d9bebe;
}

.page_header {
    background: url('../images/slide1.jpg') no-repeat center center / cover;
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
}

    .page_header::before {
        content: "";
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
    }

    .page_header > div {
        position: relative;
        z-index: 1;
    }

    .page_header .page_title {
        color: #fff;
        margin-bottom: 0;
    }

.breadcrumb {
    display: flex;
    gap: 5px;
    font-size: 14px;
    color: #fff;
}

    .breadcrumb a {
        color: #fff;
    }

.sidebar-left .block_title h2 {
    font-size: 24px;
}

.sidebar-left .line {
    width: 130px;
}

.line::after {
    width: 75%;
}

.content-right {
    border-left: 1px solid #dddd;
}

ul.menu-sidebar {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-sidebar li {
    border-bottom: 1px solid #ddd;
}

    .menu-sidebar li a {
        padding: 10px 0;
        display: block;
        color: #222;
        font-size: 16px;
        text-transform: capitalize;
    }

        .menu-sidebar li a i {
            margin-right: 10px;
        }

    .menu-sidebar li.active a, .menu-sidebar li:hover a {
        color: var(--color-primary);
    }

.thuvien-item {
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

    .thuvien-item:hover {
        transform: translateY(-20px);
    }

    .thuvien-item .image img {
        height: 250px;
        width: auto;
        object-fit: cover;
    }

    .thuvien-item h3 {
        font-size: 16px;
        color: var(--color-tertiary);
        text-align: center;
        padding-top: 10px;
    }

#scroll {
    position: fixed;
    right: 10px;
    bottom: 15px !important;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 998;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

#header_mobile.fixed {
    padding-bottom: 5px;
    /*padding-top: 5px;*/
    position: fixed;
    width: calc(100%);
    top: 0;
    background-color: #C20B05;
    z-index: 998;
    background: var(--color-primary) url(../images/globe.png) no-repeat center center / auto 140%;
}

#header_mobile .language img {
    margin-top: 3px;
    height: 25px;
    width: 35px;
}

@media (max-width: 1278.98px) {
    .nav_home ul.menu li a {
        font-size: 14px;
        padding: 15px 10px;
    }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #header {
        padding: 0 0 15px 0;
    }

        #header::after {
            display: none;
        }

        #header .header_mobile .logo_header img {
            height: 60px;
            margin-top: 5px;
        }
}


/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #header {
        padding: 0 0 5px 0;
    }

    .top-bar {
        margin-bottom: 5px;
    }

    #main {
        overflow: hidden;
    }

    .block_title .title {
        font-size: 24px;
    }

    .line {
        margin: 0.6rem 0;
        width: 150px;
    }

    .page_header {
        min-height: 200px;
    }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .block_title .title {
        font-size: 22px;
    }
}

.lbError {
    color: red;
    font-size: 13px;
}

#divBannerFloatLeft {
    line-height: 30px;
    position: fixed;
    overflow: hidden;
    z-index: 998;
}

    #divBannerFloatLeft img {
        float: right;
    }

#divBannerFloatRight {
    line-height: 30px;
    position: fixed;
    overflow: hidden;
    z-index: 998;
}

    #divBannerFloatRight img {
    }

.lst_right .small_item {
    margin-bottom: 5px;
}

.divRowFixedBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    padding-top: 3px;
}

    .divRowFixedBottom .btn {
        margin-bottom: 1px !important;
    }

.ribbon-fixed-ft {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 998;
}

    .ribbon-fixed-ft .circle {
        /*background-color: #FFF;*/
        width: 45px;
        height: 45px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .ribbon-fixed-ft .circle > .btn {
            background: 0 0;
            border: none;
            position: relative;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding-top: 25px;
            padding-left: 35px;
            color: #FFF;
            font-size: 26px;
        }

.mobilesip-widget-phone {
    display: block;
    position: fixed;
    opacity: 1;
    left: 0px;
    bottom: 0px;
    height: 47px;
    margin: 0px 20px;
    transform: translateZ(0px);
    z-index: 998;
}

    .mobilesip-widget-phone a {
        background-color: #E5322C;
        border: 2px solid #FFF;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        height: 47px;
        white-space: nowrap;
        padding: 10px 10px;
        border-radius: 20px;
        font-size: 16px;
        letter-spacing: -0.5px;
    }


.lbGridNotDisplay .lbGridPager:last-child {
    display: none;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.lbGridPager {
}

    .lbGridPager td {
        padding-left: 5px;
    }

        .lbGridPager td:first-child {
            padding-left: 0px;
        }

    .lbGridPager .aspNetDisabled {
        color: #EDEDED;
    }

    .lbGridPager a {
        color: Blue;
    }

.divNews {
}

    .divNews .small_item:hover {
        background-color: #FBF1A6;
    }

    .divNews img {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.bootstrap-growl {
    padding-right: 15px;
}

    .bootstrap-growl .warning {
        background-color: orange;
    }

    .bootstrap-growl button {
        border: 0px;
        float: right;
        margin-left: 5px;
        background-color: transparent;
        color: #FFF;
        font-weight: bold;
    }

.alert-warning {
    background-color: orange;
    color: #FFF;
}

.alert-success {
    background-color: green;
    color: #FFF;
}

.alert-danger {
    background-color: red;
    color: #FFF;
}

.folder a {
    color: #000;
    margin-left: 5px;
}

    .folder a:hover {
        color: #CE1126 !important;
    }

.file a {
    color: #000;
    margin-left: 5px;
}

    .file a:hover {
        color: #CE1126 !important;
    }
