body {
    background-image: -webkit-linear-gradient(#e7f4fa, #2fa9d2 50%, #e7f4fa);
    background-image: -o-linear-gradient(#e7f4fa, #2fa9d2 50%, #e7f4fa);
    background-image: linear-gradient(#e7f4fa, #2fa9d2 50%, #e7f4fa);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7f4fa', endColorstr='#ffe7f4fa', GradientType=0);
    font-family: 'SegoeUI-Regular';
}
/*header*/
section.search {
    height: 40px;
    /*background: #4aa9e1;*/
    background: #1791d9;
    font-size: 18px;
    padding-top: 2px;
}

    section.search .acount-name {
        color: #ffffff;
    }

    section.search .navbar-form {
        margin: 0px;
    }

        section.search .navbar-form .form-control {
            background: #ffffff url("../img/icon-search.png") no-repeat scroll right center;
            border-radius: 0;
            border: none;
            box-shadow: none;
            height: 24px;
            margin-top: 1px;
            padding-right: 24px;
            width: 183px;
        }

.logo-ascope {
    width: 220px;
    float: left;
}

    .logo-ascope a img {
        width: 100%;
    }

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
    margin-left: 0px;
}

.div-menu-top {
    float: left;
}

.navbar {
    border: none;
}

/*section.header {
    background: #fff none repeat scroll 0 0;
    height: 102px;
}*/

.block-top-menu {
    display: inline-block;
    margin-top: -1px;
}

    .block-top-menu .navbar-nav.top-menu {
        white-space: nowrap;
        margin-top: 1px;
    }

        .block-top-menu .navbar-nav.top-menu li {
            text-align: center;
        }

            .block-top-menu .navbar-nav.top-menu li a {
                color: #585858;
                display: block;
                width: 100%;
                padding: 25px 0;
                background: none;
            }

            .block-top-menu .navbar-nav.top-menu li.active,
            .block-top-menu .navbar-nav.top-menu li:active,
            .block-top-menu .navbar-nav.top-menu li:focus,
            .block-top-menu .navbar-nav.top-menu li:hover {
                background: url('../img/bg-button.png') repeat-x;
            }

                .block-top-menu .navbar-nav.top-menu li.active a,
                .block-top-menu .navbar-nav.top-menu li:active a,
                .block-top-menu .navbar-nav.top-menu li:focus a,
                .block-top-menu .navbar-nav.top-menu li:hover a {
                    color: #fff;
                }

                    .block-top-menu .navbar-nav.top-menu li.active a:hover,
                    .block-top-menu .navbar-nav.top-menu li:active a:hover,
                    .block-top-menu .navbar-nav.top-menu li:focus a:hover,
                    .block-top-menu .navbar-nav.top-menu li:hover a:hover {
                        background: none;
                    }

            .block-top-menu .navbar-nav.top-menu li.open {
                background: url('../img/bg-button.png') repeat-x;
            }

                .block-top-menu .navbar-nav.top-menu li.open a {
                    color: #fff;
                }

            .block-top-menu .navbar-nav.top-menu li .dropdown-menu {
                background: #58aedf;
                padding: 0px;
                opacity: 0.9;
            }

                .block-top-menu .navbar-nav.top-menu li .dropdown-menu li {
                    height: 40px;
                    width: auto;
                }

                    .block-top-menu .navbar-nav.top-menu li .dropdown-menu li a {
                        color: #fff;
                        padding: 0px 10px;
                        text-align: center;
                        line-height: 40px;
                    }

@media (min-width: 1200px) {
    .block-top-menu .navbar-nav.top-menu li {
        width: 100px;
    }
}

a.btn-login .btn-sign-in {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 2px 12px;
    color: #fff;
}

    a.btn-login .btn-sign-in:hover {
        opacity: 0.8;
    }
/*footer*/
.logo-buttom {
    height: 210px;
    background: url("../img/bg-bottom.png");
    padding-top: 0px;
}

.menu-bottom {
    background: #022d53;
    height: 45px;
    line-height: 45px;
}

.copyright {
    background: #011c35;
    height: 45px;
    line-height: 45px;
    color: #7d848d;
}
/*content*/
.content {
    background: #fff;
    -webkit-box-shadow: 0 0 28px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 28px -3px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

    .content .content-box {
        padding: 0 55px;
        width: 100%;
        /***************************************edit by x 6-10-58************************/
        /***************************************end edit by x 6-10-58************************/
    }

        .content .content-box .title-top {
            margin: 10px 0 10px;
        }

        .content .content-box .content-box-title {
            margin-top: 20px;
        }

            .content .content-box .content-box-title.first {
                margin-top: 0px;
            }

        .content .content-box .title {
            font-size: 22px;
            color: #136f9d;
        }

        .content .content-box td.ui-sortable-handle p {
            font-weight: 600;
            font-size: 16px;
        }

        .content .content-box td.ui-sortable-handle .detail p {
            font-size: 14px;
            /*font-family: "MyriadPro-Regular";*/
        }

        .content .content-box table.table.table-content p.title {
            font-weight: 600;
            font-size: 16px;
        }

        .content .content-box .fa-plus {
            text-align: center;
            color: #116bba;
            font-size: 15px;
            background-color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 3px;
            line-height: 22px;
            margin-right: 8px;
        }

    .content .content-head {
        background: url('../img/bg-line.png') repeat-x center bottom;
        padding-bottom: 20px;
        color: #136f9d;
        font-size: 22px;
        vertical-align: baseline;
    }

        .content .content-head [class^="flaticon-"]::before,
        .content .content-head [class*=" flaticon-"]::before,
        .content .content-head [class^="flaticon-"]::after,
        .content .content-head [class*=" flaticon-"]::after {
            font-size: 26px;
            vertical-align: baseline;
        }

.modal .modal-header {
    color: #707070;
    font-size: 14px;
}

    .modal .modal-header h4 {
        color: #136f9d;
    }

.modal .modal-body {
    color: #136f9d;
}

    .modal .modal-body .tooltip-input {
        font-size: 14px;
        color: #686868;
    }

    .modal .modal-body .scroll {
        height: 820px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal .checkbox-list .btn {
    margin-left: 0px;
    border: 2px solid #ebebeb;
    border-top: none;
    border-radius: 0;
    text-align: left;
    min-height: 120px;
    white-space: normal;
    font-family: "Myriad Pro";
    padding-top: 24px;
    padding-bottom: 24px;
    /*&:first-child {*/
    border-top: 2px solid #ebebeb;
    /*}*/
}

    .modal .checkbox-list .btn .title {
        font-weight: bold;
        color: #1a5b8d;
        font-size: 16px;
    }

    .modal .checkbox-list .btn .description {
        color: #6f6f6f;
        font-size: 14px;
    }

    .modal .checkbox-list .btn.active {
        box-shadow: none;
        background: #304f8b;
    }

        .modal .checkbox-list .btn.active .title {
            color: #fff;
        }

        .modal .checkbox-list .btn.active .description {
            color: #fff;
        }
/*project*/
.form-category {
    width: 30%;
}
/*document*/
.content .content-box .tab-document.table-content .img-thumbnail {
    height: auto;
}
/*faq*/
.faq {
    background: #fff;
    -webkit-box-shadow: 0 0 28px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 28px -3px rgba(0, 0, 0, 0.5);
}

    .faq img.imgquestion {
        width: 100%;
    }

    .faq .btn-action {
        /*width: 220px;*/
        vertical-align: middle;
    }

        .faq .btn-action button {
            border: none;
            border-radius: 3px;
            width: 50px;
            height: 35px;
        }

        .faq .btn-action .edit {
            background: #2574a7;
            color: #fff;
        }

        .faq .btn-action .delete {
            background: #af3427;
            color: #fff;
        }

    .faq .faq-content {
        margin: 0 55px;
        margin-bottom: 25px;
    }

        .faq .faq-content .quesion-title {
            font-size: 24px;
            color: #686868;
        }

        .faq .faq-content .faq-title {
            font-size: 24px;
            color: #136f9d;
            margin-bottom: 20px;
            margin-top: 40px;
        }

            .faq .faq-content .faq-title img {
                width: auto;
                vertical-align: baseline;
            }

@media (max-width: 1200px) {
    .faq .faq-content .faq-title {
        font-size: 20px;
    }

        .faq .faq-content .faq-title img {
            width: 22px;
        }
}

.faq .faq-content .faq-q {
    padding-top: 35px;
    /*border: 1px solid #f8f8f8;*/
    /*background: #fcfcfc;*/
    /*background: url("../img/bg-left.png") bottom left no-repeat;*/
}

    .faq .faq-content .faq-q .img-q {
        width: 38px;
        height: 38px;
    }

@media (max-width: 1200px) {
    .faq .faq-content .faq-q .img-q {
        width: 29px;
        height: 29px;
    }
}

.faq .faq-content .faq-q .quesion {
    font-size: 22px;
    color: #136f9d;
    margin-bottom: 15px;
}

    .faq .faq-content .faq-q .quesion .faq-under-line {
        background: url("../img/under_line.png") bottom left no-repeat;
        padding-bottom: 7px;
    }

@media (max-width: 1200px) {
    .faq .faq-content .faq-q .quesion {
        font-size: 18px;
    }
}

.faq .faq-content .faq-q .ans {
    font-size: 14px;
    color: #303030;
}

@media (max-width: 1200px) {
    .faq .faq-content .faq-q .ans {
        font-size: 11px;
    }
}

.faq .faq-shadow-bottom {
    /*        background: url('../img/faq-shadown.png') no-repeat center top;
                height: 22px;*/
}
/*account*/
label.control-label.col-sm-2.col-md-offset-1.title {
    line-height: 36px;
    color: #686868;
    font-weight: normal;
}

.access_control {
    color: #545454;
    font-size: 24px;
}

    .access_control .grid {
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #545454;
    }

        .access_control .grid:hover {
            cursor: pointer;
            opacity: 0.5;
        }

        .access_control .grid [class^="flaticon-"]::before,
        .access_control .grid [class*=" flaticon-"]::before,
        .access_control .grid [class^="flaticon-"]::after,
        .access_control .grid [class*=" flaticon-"]::after {
            font-size: 50px;
        }

#access-control-model i {
    cursor: pointer;
}
/*other*/
.no-border {
    border: none !important;
}

.no-paddind {
    padding: 0px !important;
}
/*nano-slider*/
.nano > .nano-pane {
    opacity: 0.3;
}

.col-100 {
    width: 100%;
}
/*modal*/
.modal-dialog {
    width: 1170px;
}

    .modal-dialog .modal-header {
        border: none;
    }

    .modal-dialog .modal-footer {
        border: none;
    }
/*table-content*/
.table-content thead {
    background: #2a85cb;
    color: #fff;
}

.table-content tbody .scroll {
    height: 375px;
    /* Just for the demo          */
    overflow-y: auto;
    /* Trigger vertical scroll    */
    overflow-x: hidden;
    /* Hide the horizontal scroll */
}

    .table-content tbody .scroll td {
        padding: 8px;
    }

.table-content > tbody > tr > td {
    border-bottom: 1px solid #dddddd;
}

    .table-content tbody tr td .title {
        font-size: 16px;
        font-weight: bold;
        color: #1a5b8d;
    }

    .table-content tbody tr td.td-img {
        width: 150px;
    }

    .table-content tbody tr td.status {
        width: 170px;
        line-height: 30px;
        vertical-align: middle;
    }

        .table-content tbody tr td.status.status-show {
            color: #5ba022;
        }

        .table-content tbody tr td.status.status-hidden {
            color: #b83729;
        }

        .table-content tbody tr td.status > div {
            float: left;
            font-size: 14px;
            font-weight: bold;
        }

            .table-content tbody tr td.status > div.fa {
                font-size: 30px;
            }

        .table-content tbody tr td.status > i {
            font-size: 14px;
            font-weight: bold;
        }

            .table-content tbody tr td.status > i.fa {
                font-size: 30px;
            }

    .table-content tbody tr td.btn-action {
        width: 220px;
        vertical-align: middle;
    }

        .table-content tbody tr td.btn-action > button {
            border: none;
            border-radius: 3px;
            width: 50px;
            height: 35px;
        }

        .table-content tbody tr td.btn-action .edit {
            background: #2574a7;
            color: #fff;
        }

        .table-content tbody tr td.btn-action .delete {
            background: #af3427;
            color: #fff;
        }

    .table-content tbody tr td.url {
        font-weight: bold;
        color: #1a5b8d;
    }

.table-content .img-thumbnail {
    width: 128px;
    height: 76px;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 100%;
    }
}

#select-content .cate-btn {
    opacity: 0.5;
    cursor: pointer;
}

    #select-content .cate-btn.active {
        opacity: 1;
    }

#select-content .btn {
    overflow: hidden;
}
/*Error field*/
.required {
    color: #ff0000;
}

#loading-ajax {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
    z-index: 99999;
}

    #loading-ajax .divLoadingLv1 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #loading-ajax .divLoadingLv2 {
        position: absolute;
        opacity: 1;
        width: 50%;
        top: 30%;
        left: 40%;
    }

img.allow-auto-size
{
    max-width: 100% !important;
    height: auto !important;
}

img.allow-fix-width
{
    max-width: 170px !important;
    height: auto !important;
}

.fix-width-height-person
{
    width:490px !important;
    height:190px !important;
}

.forum-post .forum-title {
  font-size: 16px;
  color: #1a5b8d;
}
.forum-post .forum-sub-title {
  font-size: 12px;
  color: #838383;
}
.forum-post .post {
  border: 1px solid #cccccc;
  background: #2a85cb;
}
.forum-post .post label {
  font-weight: normal;
}
.forum-post .post .post-name {
  padding-top: 25px;
  /*color: #2a85cb;*/
  color: #ffffff;
  font-size: 14px;
}
.forum-post .post .post-time {
  /*color: #2a85cb;*/
  color: #ffffff;
  font-size: 10px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.forum-post .post .post-datail {
  padding-top: 40px;
  /*color: #666666;*/
  color: #ffffff;
  font-size: 12px;
  border-left: 1px solid #cccccc;
  min-height: 175px;
}
.forum-post .post .reply {
  background: #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.forum-post .post .reply .btn-reply {
  margin: 0 10px;
}
.forum-post .post .reply .btn-reply label {
  margin-right: 5px;
}
.forum-post .post .reply .btn-reply label.fa {
  font-size: 19px;
  margin-right: 0px;
}
.forum-post .post.comment {
  margin-top: 20px;
  background: #ffffff;
}
.forum-post .post.comment .post-name {
  color: #2a85cb;
}
.forum-post .post.comment .post-time {
  color: #2a85cb;
}
.forum-post .post.comment .post-datail {
  color: #666666;
}
.forum-post .post.comment .reply {
  background: #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.forum-post .post.comment .reply .btn-reply {
  margin: 0 10px;
}
.forum-post .post.comment .reply .btn-reply label {
  margin-right: 5px;
}
.forum-post .post.comment .reply .btn-reply label.fa {
  font-size: 19px;
  margin-right: 0px;
}
.forum-post .post.sub-comment {
  margin-top: 0px;
}
.forum-post .report-topic {
  margin-top: 15px;
}
.forum-post .report-topic .user-reading {
  background: #2a85cb;
  color: #fff;
}
.forum-post .report-topic .member-reading {
  background: #ebebeb;
  color: #1a5b8d;
}
.forum-post .report-topic .page a {
  border: 1px solid #cccccc;
  padding: 6px 0;
  width: 22px;
  text-align: center;
  display: inline-block;
}
.forum-post .report-topic .pagination {
  margin: 0;
}
.forum-post .report-topic .pagination .show-num-page {
  float: left;
  display: inline-block;
  margin-right: 25px;
}
.forum-post .reply-box {
  /*margin-top: 30px;
  margin-bottom: 30px;*/
  background-color: white;
}
.forum-post .reply-box .btn-reply {
  margin: 15px 0;
}
.forum-post .reply-box .btn-reply .flaticon-text70 {
  margin-right: 5px;
}
.form-group img {
  margin-left: 20px;
}

.mt-0{
    margin-top: 0;
}


.background-hero{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-hero .background-hero-content{
    width: 40%; 
    height: 100%;
    padding: 30px;
    
    float: right;
}

@media (max-width: 768px) {
    .background-hero .background-hero-content {
        width: 100%;
    }
}


.flex-container{
  display:flex;
  flex-wrap: wrap;
}

.list-file-name li span{
    word-wrap: break-word;
    
}