﻿html, body, * {
    font-family: sans-serif;
}

html {
    /*overflow: hidden;*/
}

*:focus {
    outline: none;
    outline-offset: 0;
}

/*@media screen and (max-height : 1200px) {
    .main-content,
.main-header,
.main-footer,
.container {
    min-width: 1170px !important;
}

}*/

/*------------------------------------------------------DEFAULT -------------------------------------------------------*/

.w3 {
    width: 3% !important;
}

.w4 {
    width: 4% !important;
}

.w5 {
    width: 5% !important;
}

.w6 {
    width: 6% !important;
}

.w7 {
    width: 7% !important;
}

.w8 {
    width: 8% !important;
}

.w9 {
    width: 9% !important;
}

.w10 {
    width: 10% !important;
}

.w12 {
    width: 12% !important;
}

.w13 {
    width: 13% !important;
}

.w14 {
    width: 14% !important;
}

.w15 {
    width: 15% !important;
}

.w16 {
    width: 16% !important;
}

.w17 {
    width: 17% !important;
}

.w18 {
    width: 18% !important;
}

.w20 {
    width: 20% !important;
}

.w22 {
    width: 22% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.lblerr, .lblerr1 {
    color: red !important;
}

.lblsucess, .lblsuccess {
    color: #00fc00 !important;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.no-pd-right {
    padding-right: 0 !important;
}

.no-pd-left {
    padding-left: 0 !important;
}

.no-mg-right {
    margin-right: 0 !important;
}

.no-mg-left {
    margin-left: 0 !important;
}

.flat {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn-bt {
    background-color: #fcb815;
    color: #00458A;
}

.colorBT {
    color: #00458A;
}

.btn {
    /* border-radius: 0; */
    /* padding: 8px 30px; */
}

.bgBT {
    background-color: #00458A;
}

.btn-bd-f {
    border: 1px solid #fff;
}

.btn-bt2 {
    background-color: #00458a;
    color: #fff !important;
}

.btn-bt-df {
    background-color: #6f6f6f;
    color: #fff !important;
}

.btn-table {
    padding: 2px 20px;
    border-radius: 10px;
    background-color: #00458a;
    color: #ffffff;
}

    .btn-table:hover,
    .btn-table:focus {
        color: #ffffff;
    }

.btn-bt:hover,
.btn-bt:focus {
    color: #00458A;
}

.btn-bt-df:hover,
.btn-bt-df:focus,
.btn-bt2:hover,
.btn-bt2:focus {
    color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}

/* .form-control {
    height: 42px;
    border-radius: 0;
    border: 1px solid #d5d4d4;
} */

.input-group-addon {
    border-radius: 0;
    border: 1px solid #d5d4d4;
}

.custom.input-group .input-group-addon {
    background-color: transparent;
}

.custom.input-group .form-control {
    border-left: 0;
}

.form-control:focus {
    border-color: #d5d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=file] {
    padding: 10px;
}

label[for] {
    cursor: pointer;
}

.icheckbox_minimal, .iradio_minimal {
    margin-bottom: 4px;
}

.table thead tr th, .table tbody tr th, .table tfoot tr th, .table thead tr td, .table tbody tr td, .table tfoot tr td {
    padding: 6px 4px;
    vertical-align: middle;
    min-height: 26px;
}

.input-table {
    padding: 0 6px;
    height: 26px;
    border: 1px solid #d5d4d4;
}

    .input-table:focus {
        border: 1px solid #d5d4d4;
    }

.input-table,
.table-input .input-table {
    padding: 2px 12px;
    height: 34px;
    width: 100%;
}

.table-input select.input-table {
    padding: 0;
    width: 100%;
}


.date {
    cursor: pointer;
}

.table {
    background-color: #f4f4f4;
    border-color: transparent;
}

/*------------------------------------------------------END DEFAULT -------------------------------------------------------*/


/*------------------------------------------------------HEARDER -------------------------------------------------------*/
.top-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.qlbh-cs .top-logo {
    margin: 6px 0;
}

.top-logo img {
    /*width: 200px;*/
    height: 87px;
}

.qlbh-cs .top-logo img {
    width: 140px;
    height: 50px;
}

.top-menu {
    margin-top: 22px;
    margin-bottom: 21px;
}

    .top-menu ul {
        list-style-type: none;
        margin-bottom: 0px;
        padding-left: 0;
    }

        .top-menu ul li {
            display: inline;
            color: #767676;
            padding: 0 3px;
        }

            .top-menu ul li a {
                color: #767676;
                font-size: 15px;
            }

.top-search .input-group-btn .btn {
    color: #fff;
    padding: 6px 24px;
    margin-left: 0;
}

.top-search .form-control {
    height: 34px;
}
/*------------------------------------------------------END TOP -------------------------------------------------------*/


/*------------------------------------------------------CENTER -------------------------------------------------------*/
.content-navigation {
    background-color: #FCB815;
    /*background-color: #ffb3ba;*/
    height: 51px;
    margin-bottom: 1px;
}

/*.main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .main-navigation ul li {
        display: inline-block;
    }

        .main-navigation ul li a {
            font-size: 16px;
            height: 51px;
            line-height: 51px;
            padding: 0 20px;
            display: block;
            color: #000;
        }

            .main-navigation ul li a:hover,
            .main-navigation ul li a.active,
            .main-navigation ul li a:focus,
            .main-navigation ul li.active a,
            .main-navigation ul li:hover a,
            .main-navigation ul li.focus a {
                text-decoration: none;
                background-color: #00458a;
                color: #fff;
            }
/*.main-navigation ul li:first-child a ,
        .main-navigation ul li:last-child a {
            padding: 0 25px;
        }*/

.content-center {
    min-height: 200px;
}
/*------------------------------------------------------END CENTER -------------------------------------------------------*/
/*.content-sale-system {
    background-color: #f9f9f9;
    margin-top: 1px;
}

    /*main header content*
    .content-sale-system .sys-hearder {
        background-color: #FCB815;
        height: 74px;
        padding-left: 8px;
        padding-right: 8px;
    }

        .content-sale-system .sys-hearder .sys-logo {
            padding-top: 13px;
            float: left;
        }

        .content-sale-system .sys-hearder .sys-logout {
            float: right;
            margin: 28px 0;
        }

            .content-sale-system .sys-hearder .sys-logout a {
                padding: 8px 25px;
                background: #00458a;
                color: #fff;
                border-radius: 8px;
            }*/

/*==========================*/

/* PEACE */
.pace .pace-progress {
    background: #184888;
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress {
    left: 0px;
}

.pace-inactive {
    display: none;
}

/**========================== Login ==========================**/

/*------------------------------------------------------FOOTER -------------------------------------------------------*/

.footer-top {
    background-color: #00458a;
    height: 131px;
}

.footer-center {
    background-color: #FCB815;
    height: 205px;
}

.footer-bottom {
    background-color: #272626;
    height: 77px;
}

.footer-top .ft-text {
    line-height: 131px;
    color: #fff;
}

    .footer-top .ft-text h3 {
        display: inline;
        /*font-weight: 300;*/
        font-weight: normal;
    }

.ft-text h3 {
    font-size: 28px;
}

    .ft-text h3:first-child {
        font-weight: bold;
    }

    .ft-text h3:last-child {
        font-weight: normal;
    }

.ft-text .btn-bt {
    color: #000;
    width: 200px;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    float: right;
}

.ft-text .ft-btn {
    float: right;
    margin-top: 37px;
    margin-right: 2px;
}

.ft-box {
    padding-right: 70px;
    margin-top: 24px;
    padding-bottom: 15px;
}

    .ft-box .ft-box-title {
        font-size: 20px;
        margin-top: 0;
        text-transform: uppercase;
        color: #333;
    }

        .ft-box .ft-box-title a {
            color: #333;
        }

.ft-user-img {
    background-color: #313030;
    min-height: 188px;
}
/*.footer-center .col-xs-4 .row:last-child .ft-box{margin-top: 0}*/

.ft-box-contact p {
    margin-bottom: 0;
    color: #000;
}

p.ft-box-text2 {
    color: #424040;
    opacity: 0.8;
}

.ft-box-user .ft-box-title {
    color: #fff;
}

.box-newsletter {
    margin-top: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 2px;
}

.ft-box .ip-trans {
    background-color: transparent;
    border: none;
    float: right;
    width: 100%;
    height: 34px;
}

    .ft-box .ip-trans:focus,
    .ft-box .ip-trans:hover {
    }

.box-newsletter [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.ft-box .btn-bt2 {
    width: 100%;
}

.ft-box-face {
    padding-left: 70px;
    padding-right: 0;
}

.footer-bottom .copyright {
    line-height: 80px;
    color: #fff;
}

.ft-link {
    margin-top: 24px;
    float: right;
}

    .ft-link .box-x {
        width: 29px;
        height: 29px;
        background-color: #c9c9c9;
        line-height: 32px;
        text-align: center;
        font-size: 20px;
        float: left;
        margin-left: 18px;
    }

        .ft-link .box-x a {
            color: #000;
        }

        .ft-link .box-x i {
            margin-top: 5px;
            margin-left: 7px;
        }

.to-top {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    font-size: 24px;
    border: 2px solid #626263;
    float: right;
    margin-top: -3px;
    margin-left: 20px;
}

    .to-top i {
        font-size: 36px;
        color: #626263;
        margin-left: 5px;
    }
/*------------------------------------------------------END FOOTER -------------------------------------------------------*/
/* Validation css */
.modalConfirm .modal-dialog,
#ValidPopup .modal-dialog {
    margin: 200px auto;
}

.modalConfirm .modal-content,
#ValidPopup .modal-content {
    border-radius: 0;
}

.modalConfirm .modal-header,
#ValidPopup .modal-header {
    border-radius: 0;
    background: #184b89;
    padding: 10px 20px;
}

.modalConfirm .modal-title,
#ValidPopup .modal-title {
    line-height: 1;
    color: #FFF;
}

.modalConfirm .modal-header .close,
#ValidPopup .modal-header .close {
    margin-top: -3px;
    color: red;
    opacity: 1;
}

.modalConfirm .modal-body,
#ValidPopup .modal-body {
    padding: 35px 10px;
    text-align: center;
    color: red;
    ;
}

/*Uy nhiem chi */
.imgPayment {
    max-width: 100%;
}

/*input */
.zp-action .row div {
    display: inline;
}

/* google chrome fix css */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sys-content .ct-hearder h1:after {
        height: 42px;
    }
}
/* firefox fix css */
@-moz-document url-prefix() {
    .sys-content .ct-hearder h1:after {
        height: 43px;
        right: -46px;
    }
}
/*menu - LongLD* ===========================================================================================*/

.sky-mega-menu,
.sky-mega-menu * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.sky-mega-menu {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* level 1 */
.sky-mega-menu {
    /*width: 980px;*/
    /*margin: 25px auto;*/
    position: relative;
    z-index: 999;
    /*background: #2D3E50;*/
    /*box-shadow: 0 0 20px rgba(0,0,0,.3);*/
    font-size: 0;
    line-height: 0;
    text-align: right;
}

    .sky-mega-menu:after {
        content: '';
        display: table;
        clear: both;
    }

    .sky-mega-menu li {
        position: relative;
        display: inline-block;
        float: left;
        /*padding: 5px;*/
        /*border-style: solid;*/
        /*border-color: #aaa;*/
        /*border-right-width: 1px;*/
        font-size: 13px;
        line-height: 51px;
        text-align: left;
        white-space: nowrap;
    }

        .sky-mega-menu li a {
            display: block;
            padding: 0 20px;
            text-decoration: none;
            /*color: #fff;*/
            color: #00458a;
            text-transform: uppercase;
            transition: background 0.4s, color 0.4s;
            -o-transition: background 0.4s, color 0.4s;
            -ms-transition: background 0.4s, color 0.4s;
            -moz-transition: background 0.4s, color 0.4s;
            -webkit-transition: background 0.4s, color 0.4s;
        }

        .sky-mega-menu li > div {
            position: absolute;
            z-index: 1000;
            top: 100%;
            left: -9999px;
            /*margin-top: 8px;*/
            margin-top: 2px;
            background: rgba(255,255,255,0.9);
            /*box-shadow: 0 0 8px rgba(0,0,0,.3);*/
            opacity: 0;
            -o-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -webkit-transform-origin: 0% 0%;
            -o-transition: -o-transform 0.4s, opacity 0.4s;
            -ms-transition: -ms-transform 0.4s, opacity 0.4s;
            -moz-transition: -moz-transform 0.4s, opacity 0.4s;
            -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        }

            .sky-mega-menu li > div:after {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                height: 8px;
                background: transparent;
            }

            .sky-mega-menu li > div:before {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 24px;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #FCB815;
                border-left: 5px solid transparent;
            }

        .sky-mega-menu li:hover > a,
        .sky-mega-menu li.current > a {
            background: #00458a;
            color: #fff;
        }

        .sky-mega-menu li:hover > div {
            left: 0;
            opacity: 1;
            -webkit-transform: translate(0, 0);
        }
        /* level 2+ */
        .sky-mega-menu li li {
            display: block;
            float: none;
            border-width: 0;
            border-top-width: 1px;
            line-height: 21px;
            white-space: normal;
        }

            .sky-mega-menu li li:first-child {
                border-top: 0;
            }

            .sky-mega-menu li li a {
                padding-top: 12px;
                padding-bottom: 12px;
            }

            .sky-mega-menu li li > div {
                top: 0;
                margin: 0 0 0 2px;
            }

                .sky-mega-menu li li > div:after {
                    top: 0;
                    right: 100%;
                    bottom: auto;
                    left: auto;
                    width: 8px;
                    height: 100%;
                }

                .sky-mega-menu li li > div:before {
                    top: 22px;
                    right: 100%;
                    bottom: auto;
                    left: auto;
                    border-top: 5px solid transparent;
                    border-right: 5px solid #FCB815;
                    border-bottom: 5px solid transparent;
                }

            .sky-mega-menu li li:hover > div {
                left: 100%;
            }

    .sky-mega-menu .right li > div {
        margin: 0 8px 0 0;
        -o-transform-origin-x: 100%;
        -ms-transform-origin-x: 100%;
        -moz-transform-origin-x: 100%;
        -webkit-transform-origin-x: 100%;
    }

        .sky-mega-menu .right li > div:after {
            right: auto;
            left: 100%;
        }

        .sky-mega-menu .right li > div:before {
            right: auto;
            left: 100%;
        }

    .sky-mega-menu .right li:hover > div {
        right: 100%;
        left: auto;
    }
/**/
/* animations */
/**/
.scale-effect li > div {
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

.scale-effect li:hover > div {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    background: #FCB815;
}
/* grid */
.sky-mega-menu .grid-column {
    float: left;
}

.sky-mega-menu .grid-column3,
.sky-mega-menu .submenu {
    width: 234px;
}
/*zp-news ========================================================================================*/
.sys-view {
    margin-bottom: 30px;
}

    .sys-view .top-slider,
    .sys-view .top-suport {
        height: 268px;
        width: 851px;
        float: left;
    }

.s-item {
    position: relative;
    width: 100%;
}

    .s-item .head-title {
        position: absolute;
        top: 42%;
        right: 0%;
        font-size: 18px;
        color: #fcb815;
        font-weight: normal;
        text-transform: uppercase;
        width: 540px;
        text-align: center;
    }

    .s-item .head-text {
        position: absolute;
        top: 52%;
        right: 0%;
        font-size: 18px;
        color: #487505;
        font-weight: normal;
        text-transform: uppercase;
        width: 540px;
        text-align: center;
        font-weight: 300;
    }

.sys-view .top-suport {
    width: 310px;
    float: right;
    background-color: #f5f4f4;
}

    .sys-view .top-suport .suport-title {
        background-color: #00458a;
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 38px;
        line-height: 38px;
        text-transform: uppercase;
    }

    .sys-view .top-suport .suport-content {
        padding-top: 30px;
    }

        .sys-view .top-suport .suport-content .s-c-line {
            white-space: nowrap;
            text-align: center;
            padding-bottom: 10px;
        }

            .sys-view .top-suport .suport-content .s-c-line .s-c-hotline {
                font-weight: bold;
                font-size: 18px;
                padding-right: 8px;
            }

        .sys-view .top-suport .suport-content .s-c-line1 .s-c-hotline-nb {
            font-weight: normal;
            color: #00458a;
            font-size: 20px;
        }

        .sys-view .top-suport .suport-content .s-c-line2 .s-c-hotline-nb {
            font-weight: normal;
            font-style: italic;
            font-size: 16px;
        }

        .sys-view .top-suport .suport-content .s-c-line4 {
            position: relative;
            height: 36px;
            padding-top: 13px;
        }

            .sys-view .top-suport .suport-content .s-c-line4 .s-c-kt {
                line-height: 28px;
            }

            .sys-view .top-suport .suport-content .s-c-line4 ul {
                list-style: none;
                width: 80%;
                display: inline-block;
                float: right;
                padding: 0;
            }

                .sys-view .top-suport .suport-content .s-c-line4 ul li {
                    list-style: none;
                    display: inline-block;
                    padding: 0 10px;
                }

.sys-view .home-navi-center {
    background: #ecf3fb;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sys-view .pnl-home-Center-item {
    width: 80%;
}

.sys-view .pnl-home-Center-item {
    width: 80%;
}

    .sys-view .pnl-home-Center-item .hc-header img {
        float: left;
        margin-right: 10px;
    }

    .sys-view .pnl-home-Center-item .hc-header h3 {
        padding-top: 9px;
        font-weight: normal;
        font-size: 18px;
        text-transform: uppercase;
    }

    .sys-view .pnl-home-Center-item .hc-content p {
        font-weight: 300;
        margin-left: 12px;
    }

.sys-view .prodSlider .prod-line {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 30px;
    padding-bottom: 4px;
}
/*carousel*/
.sys-view .prodSlider .flexslider.carousel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    margin-bottom: 40px;
}

    .sys-view .prodSlider .flexslider.carousel .flex-direction-nav {
        position: absolute;
        top: -32px;
        right: 0;
        display: block;
    }

        .sys-view .prodSlider .flexslider.carousel .flex-direction-nav li {
            display: inline-block;
        }

        .sys-view .prodSlider .flexslider.carousel .flex-direction-nav a {
            position: static !important;
            opacity: 1;
            width: 30px;
            height: 20px;
            color: #c2c2c2;
        }

            .sys-view .prodSlider .flexslider.carousel .flex-direction-nav a:before {
                font-size: 20px;
                font-weight: normal;
            }

    .sys-view .prodSlider .flexslider.carousel .slides > li {
        width: 239px;
        margin-right: 40px;
    }
/*End carousel*/


.sys-view .prodSlider .prod-item .prod-name {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0;
}

.sys-view .prodSlider .prod-item .prod-val {
    text-align: center;
    color: #ff0000;
    font-weight: bold;
}

.sys-view .header-new {
    padding: 10px;
    background: #8b8f91;
    height: 74px;
    margin-bottom: 40px;
}

    .sys-view .header-new h3 {
        margin: 0;
        padding: 0;
        float: left;
        margin-top: 13px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 300;
        margin-left: 30px;
    }

    .sys-view .header-new .hn-btn {
        float: right;
        margin-top: 8px;
        margin-right: 15px;
    }

        .sys-view .header-new .hn-btn .btn {
            background: #8b8f91;
            color: #fff;
        }

.sys-view .home-news {
    margin-bottom: 40px;
}

    .sys-view .home-news .col-xs-6 {
        width: 48%;
        padding: 0;
    }

        .sys-view .home-news .col-xs-6:nth-of-type(odd) {
            background: #7eb6ee;
            margin-right: 2%;
        }

        .sys-view .home-news .col-xs-6:nth-of-type(even) {
            background: #fbc032;
            margin-left: 2%;
        }

        .sys-view .home-news .col-xs-6 .news-header {
            margin: 0;
            padding: 0;
            width: 100%;
            padding: 6px 20px;
            font-size: 20px;
            text-transform: uppercase;
            color: #03407e;
        }

        .sys-view .home-news .col-xs-6:nth-of-type(odd) .news-header {
            background: #6dabea;
        }

        .sys-view .home-news .col-xs-6:nth-of-type(even) .news-header {
            background: #f5bc33;
        }

    .sys-view .home-news .news-content {
        padding: 8px 20px;
    }

        .sys-view .home-news .news-content .news-top-image {
            width: 110px;
            height: 82px;
            float: left;
            margin-right: 15px;
        }

            .sys-view .home-news .news-content .news-top-image img {
                width: 100%;
                height: 100%;
            }

        .sys-view .home-news .news-content .news-top-content {
            float: left;
            width: 410px;
        }

            .sys-view .home-news .news-content .news-top-content .news-top-title,
            .sys-view .home-news .news-content .news-top-content .news-top-title a {
                font-weight: bold;
                margin-bottom: 5px;
                color: #fff;
            }

    .sys-view .home-news .col-xs-6:nth-of-type(even) .news-content .news-top-content .news-top-title,
    .sys-view .home-news .col-xs-6:nth-of-type(even) .news-content .news-top-content .news-top-title a {
        color: #261f1f;
    }

    .sys-view .home-news .news-content .news-top-content .news-top-summary {
        color: #fff;
    }

    .sys-view .home-news .news-list {
        clear: both;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .sys-view .home-news .news-list li {
            display: block;
            margin-bottom: 8px;
            color: #043c75;
        }

            .sys-view .home-news .news-list li a {
                color: #043c75;
            }

    .sys-view .home-news .col-xs-6:nth-of-type(even) .news-list li {
        color: #292929;
    }

        .sys-view .home-news .col-xs-6:nth-of-type(even) .news-list li a {
            color: #292929;
        }

    .sys-view .home-news .news-list li i {
        margin-right: 15px;
        font-size: 16px;
        color: #fff;
    }

/* End Home Page */


.sys-view .page-title {
    margin-top: 60px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 12px;
}

    .sys-view .page-title h2 {
        color: #7e7e7e;
        padding: 0;
        font-size: 18px;
        margin-bottom: 3px;
        /*margin-left: 30px;*/
        text-transform: uppercase;
    }

.sys-view .page-center .p-news .news-title {
    color: #00458a;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
}

.sys-view .page-center .p-news .news-content p {
    color: #7e7e7e;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: justify;
}

.sys-view .page-center .p-news .news-content .w100 {
    width: 100%;
}

.sys-view .list-news {
    margin-top: 30px;
}

    .sys-view .list-news .ln-items {
        margin-bottom: 30px !important;
        position: relative;
    }

        .sys-view .list-news .ln-items .ln-items-title {
            color: #00458a;
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            margin-bottom: 12px;
        }

        .sys-view .list-news .ln-items .ln-items-content .col-xs-10 {
            position: absolute;
            top: 30%;
            left: 16.66666667%;
            text-align: justify;
        }


/*Tin tức*/
.sys-view {
    margin-bottom: 30px;
}

    .sys-view .news-title,
    .sys-view .news .news-list .title-bt {
        color: #00458a;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .sys-view -title .fa {
        color: #000;
        font-size: 18px;
    }

    .sys-view .col-xs-5 {
        border-right: 10px solid #f6f6f6;
        padding-right: 55px !important;
        min-height: 445px;
    }

    .sys-view .col-xs-7 {
        padding-right: 0;
        padding-left: 15px !important;
    }

    .sys-view .image img {
        width: 100%;
        height: 100%;
    }

    .sys-view .box-news-content .title-bt {
        font-size: 14px;
        text-transform: uppercase;
    }

    .sys-view .box-news-content .title-bt2 {
        font-weight: bold;
    }

    .sys-view .box-news-content {
        margin-top: 15px;
    }

        .sys-view .box-news-content p > a.read-move {
            color: #ff0149;
            font-style: italic;
        }

    .sys-view .news-top-list {
        list-style: none;
        margin-left: 20px;
        padding: 0;
    }

        .sys-view .news-top-list li {
            position: relative;
            display: block;
            clear: both;
            margin-bottom: 35px;
        }

            .sys-view .news-top-list li > a:first-child {
                float: left;
                display: block;
                width: 110px;
                height: 82px;
            }

            .sys-view .news-top-list li a:first-child > img {
                width: 100%;
                height: 100%;
            }

            .sys-view .news-top-list li > p {
                float: left;
                width: 505px;
                margin-top: 25px;
                margin-left: 30px;
                color: #575555;
            }

    .sys-view .news .news-list .title-bt {
        text-transform: uppercase;
        margin: 0;
        border-bottom: 1px dashed #eee;
    }

    .sys-view .news-list > .col-xs-6:nth-of-type(odd) {
        padding-right: 15px !important;
    }

    .sys-view .news-list > .col-xs-6:nth-of-type(even) {
        padding-left: 15px !important;
    }

    .sys-view .news-list .box-news-content img {
        width: 100%;
    }

    .sys-view .news-list .box-news-content {
        min-height: 110px;
        margin-bottom: 15px;
    }

    .sys-view .news-list > .col-xs-6:nth-of-type(odd) .col-xs-9 p {
        padding-right: 15px !important;
        text-align: justify;
    }

    .sys-view .news-list > .col-xs-6:nth-of-type(even) .col-xs-9 p {
        padding-left: 15px !important;
        text-align: justify;
    }


    .sys-view .list-product {
        padding-top: 15px !important;
    }

        .sys-view .list-product .items-product {
            width: 238px;
            float: left;
            padding: 20px;
            box-shadow: 10px 10px 10px #ddd;
            margin-left: 77px;
            margin-bottom: 70px;
        }

            .sys-view .list-product .items-product:nth-of-type(4n+1) {
                margin-left: 0;
            }

            .sys-view .list-product .items-product .image {
                display: block;
                margin: auto;
            }

                .sys-view .list-product .items-product .image img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .sys-view .list-product .items-product .prod-name,
            .sys-view .list-product .items-product .prod-name a {
                display: block;
                text-align: center;
                color: #393939;
                font-weight: bold;
                font-size: 16px;
                margin-top: 15px;
            }

            .sys-view .list-product .items-product .prod-val {
                text-align: center;
                color: #0348b7;
                font-weight: bold;
                font-size: 16px;
                margin-bottom: 0;
            }

            .sys-view .list-product .items-product:nth-last-of-type(1),
            .sys-view .list-product .items-product:nth-last-of-type(2),
            .sys-view .list-product .items-product:nth-last-of-type(3),
            .sys-view .list-product .items-product:nth-last-of-type(4) {
                margin-bottom: 20px;
            }

    .sys-view .pager {
        margin-bottom: 0;
    }

        .sys-view .pager .active a {
            text-decoration: none;
            background-color: #3b69c3;
            border-color: #fff;
            color: #fff;
            cursor: default;
        }

    .sys-view .page-title.title-box {
        width: 120px;
        margin-bottom: 20px;
    }

        .sys-view .page-title.title-box h2 {
            color: #00458a;
        }

            .sys-view .page-title.title-box h2 span {
                font-weight: bold;
                display: block;
                font-size: 24px;
                margin-left: 15px;
                margin-top: 4px;
            }

/**========================== Login ==========================**/
.sys-login {
}

    .sys-login .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sys-login .login-box {
        border-radius: 10px;
        width: 715px;
        min-height: 350px;
        border: 1px solid #e9e9e9;
        margin: 30px auto;
        /*padding: 0 40px;*/
    }

        .sys-login .login-box .title {
        }

            .sys-login .login-box .title h2 {
                font-size: 26px;
                font-weight: 300;
                text-align: center;
                margin-bottom: 0;
            }

                .sys-login .login-box .title h2 span {
                    font-weight: bold;
                }

        .sys-login .login-box .row {
            max-width: 624px;
            margin: 18px auto;
        }

            .sys-login .login-box .row.title {
                max-width: 100%;
                margin: 0 auto;
            }

        .sys-login .login-box .input-group .input-group-addon {
            color: #bfbfbf;
        }

        .sys-login .login-box .lbl-color {
            color: #928f8f;
            font-weight: normal;
        }

/*========================= END LOGIN ========================*/
.Lost-pass {
    padding-top: 6px;
}

.box-title {
    font-size: 14px;
    margin-top: 0px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 2px 100px 2px 100px;
    float: right;
    background: #f5f5f6;
    margin-bottom: 1px;
}

.top-menu ul li {
    color: #767676;
    font-size: 15px;
}

.k-grid.k-widget td[role="gridcell"] {
    white-space: nowrap;
}

/* fix footer Grid*/

/*.k-grid.k-widget {
    margin-bottom: 35px;
}*/

.k-grid.k-widget {
    /*overflow-y: auto;*/
    /*max-height: 430px;*/
}

    .k-grid.k-widget .k-grid-footer,
    .k-grid.k-widget .k-grid-header {
        /*padding-right: 0 !important;*/
    }


.zp-main .k-grid.k-widget .k-pager-wrap.k-grid-pager,
.zp-main .k-grid.k-widget .k-pager-wrap.k-grid-pager {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 35px);
    border: 1px solid #dbdbde;
    margin-right: 15px;
    margin-left: 15px;
    z-index: 100;
}

.grid-not-fix-footer .k-grid.k-widget .k-pager-wrap.k-grid-pager,
.grid-not-fix-footer .k-grid.k-widget .k-pager-wrap.k-grid-pager {
    position: static;
    width: 100%;
    border: 0;
    border-top: 1px solid #dbdbde;
}

/* Top menu - action Login logoff*/
.sky-mega-menu2 {
    font-family: sans-serif !important;
    float: right;
    z-index: 1001;
}

    .sky-mega-menu2 li {
        line-height: 24px;
    }

        .sky-mega-menu2 li a {
            padding-top: 4px;
            padding-bottom: 4px;
            padding-right: 4px !important;
            font-size: 13px !important;
            text-transform: capitalize;
        }

    .sky-mega-menu2 .submenu {
        z-index: 1002;
    }

    .sky-mega-menu2 li li a {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px !important;
    }

    .sky-mega-menu2 li:hover > a, .sky-mega-menu2 li.current > a {
        /*background: transparent;
       color: black;*/
    }

    .sky-mega-menu2 li > div.submenu {
        background: rgba(255,255,255,0.9);
        width: 160px;
    }

    .sky-mega-menu2 li {
        width: 160px;
    }

    .sky-mega-menu2 .right > a {
        text-align: right;
    }

    .sky-mega-menu2 li > div:before {
        border-bottom: rgba(255,255,255,0.9);
    }


    /*hungpv*/
    .TitlePage {
    display: table-cell;
    height: 28px;
    vertical-align: middle;
    }
     .ContenPost {
border-style: solid; border-width: 1px;border-radius: 5px; height: 354px;    overflow: scroll;
    }