body {
    font-size: 13px;
}

h1.page-header {
    margin-top: -5px;
}

.sidebar {
    padding-left: 0;
}

.main-container {
    padding-right: 30px;
}

.footer {
    width: 100%;
}

:focus {
    outline: none;
}

.side-menu {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid gainsboro;
    overflow-y: auto;
    overflow-x: hidden;
}

    .side-menu .navbar {
        border: none;
        margin-bottom: 0;
    }

    .side-menu .navbar-header {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

    .side-menu .navbar-nav .active a, .side-menu .navbar-nav .active a:hover {
        background-color: #fff !important;
        margin-right: -1px;
        border: none !important;
        border-right: 5px solid #5970a0 !important;
    }

    .side-menu .navbar-nav a:hover {
        margin-right: -1px;
        border-right: 5px solid #5970a0 !important;
        border-bottom: none !important;
        background: #f8f8f8 !important;
    }

    .side-menu .navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

        .side-menu .navbar-nav li a {
            padding: 10px 15px;
        }

            .side-menu .navbar-nav li a .glyphicon {
                padding-right: 5px;
            }

    .side-menu #dropdown {
        border: 0;
        margin-bottom: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

        .side-menu #dropdown .caret {
            float: right;
            margin: 7px 5px 0;
        }

        .side-menu #dropdown .indicator {
            float: right;
        }

        .side-menu #dropdown > a {
            border-bottom: 1px solid #e7e7e7;
        }

        .side-menu #dropdown .panel-body {
            padding: 0;
            background-color: #f3f3f3;
        }

            .side-menu #dropdown .panel-body .navbar-nav {
                width: 100%;
                padding: 10px 0;
                border-bottom: 1px solid #e7e7e7;
                background: #fff;
            }

                .side-menu #dropdown .panel-body .navbar-nav li {
                    padding: 5px 15px;
                    border-bottom: none;
                }

                    .side-menu #dropdown .panel-body .navbar-nav li:last-child {
                        border-bottom: none;
                    }

            .side-menu #dropdown .panel-body .panel > a {
                margin-left: -20px;
                padding-left: 35px;
            }

            .side-menu #dropdown .panel-body .panel-body {
                margin-left: -15px;
            }

                .side-menu #dropdown .panel-body .panel-body li {
                    padding-left: 30px;
                }

                    .side-menu #dropdown .panel-body .panel-body li:last-child {
                        border-bottom: 1px solid #e7e7e7;
                    }

    .side-menu #search-trigger {
        background-color: #f3f3f3;
        border: 0;
        border-radius: 0;
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px 18px;
    }

    .side-menu .brand-name-wrapper {
        min-height: 50px;
    }

        .side-menu .brand-name-wrapper .navbar-brand {
            display: block;
        }

    .side-menu #search {
        position: relative;
        z-index: 1000;
    }

        .side-menu #search .panel-body {
            padding: 0;
        }

            .side-menu #search .panel-body .navbar-form {
                padding: 0;
                padding-right: 50px;
                width: 100%;
                margin: 0;
                position: relative;
                border-top: 1px solid #e7e7e7;
            }

                .side-menu #search .panel-body .navbar-form .form-group {
                    width: 100%;
                    position: relative;
                }

                .side-menu #search .panel-body .navbar-form input {
                    border: 0;
                    border-radius: 0;
                    box-shadow: none;
                    width: 100%;
                    height: 50px;
                }

                .side-menu #search .panel-body .navbar-form .btn {
                    position: absolute;
                    right: 0;
                    top: 0;
                    border: 0;
                    border-radius: 0;
                    background-color: #f3f3f3;
                    padding: 15px 18px;
                }

    .side-menu::-webkit-scrollbar {
        width: 0px;
    }

.scrolltotop {
    height: 48px;
    width: 48px;
    border: 1px solid rgb(214, 214, 214);
    color: rgb(67, 85, 124);
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    border-radius: 3px;
    text-align: center;
    background: #e2e2e2;
}
/* Main body section */
.side-body {
    margin-left: 310px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    margin-right: 3px;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.menu-item.active, .menu-item.active:focus, .menu-item.active :hover {
    background: #34518c;
}

.menu-item a {
    color: #fff !important;
}

.menu-item:hover {
    background-color: #304b82;
}

.side-menu .navbar-nav li a {
    color: #2a3a5a !important;
}

    .side-menu .navbar-nav li a:hover {
        color: #2a3a5a !important;
    }

.cus-nav {
    padding-left: 30px;
}

.left-content {
    padding-right: 0;
}

.right-content {
}

.my-footer {
    padding: 20px 15px;
    background: #5573b1;
    color: white;
    font-weight: 300;
}

    .my-footer .headline {
        border-bottom: 1px solid white;
        margin-bottom: 20px;
    }

.legal {
    padding: 20px 15px;
    background: #2f4e8c;
    color: white;
    font-weight: 300;
}

    .my-footer a, .legal a {
        color: #fff;
    }

.my-footer ul {
    background: #506a9e;
    color: white;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.fb-fp-frame {
    padding: 15px;
    max-width: 100% !important;
    overflow: hidden;
    padding-bottom: 5px;
}

.key-word-cont {
    max-height: 25vh;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
}

    .key-word-cont::-webkit-scrollbar {
        width: 8px;
    }

    .key-word-cont::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .key-word-cont::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        height: 50px;
        border-radius: 5px;
        box-shadow: none;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
}

.keyword-tag {
    margin-top: 50px;
}

    .keyword-tag a {
        margin: 5px;
        cursor: pointer;
        color: #2a3a5a;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .keyword-tag a:hover {
            text-decoration: none;
        }

.keyword-tag-heading {
    border-left: 6px solid #5a72a4;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

    .keyword-tag-heading h4 {
        margin: 0;
    }

.login-modal-header {
    background: #5970a0;
    color: #fff;
    border: none;
    font-weight: bold;
}

    .login-modal-header h4 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

    .login-modal-header span {
        color: #fff;
        opacity: 1;
    }

.menu-item {
    transition: 0.3s;
}


.contact-number-list li {
    line-height: 2;
}

.contact-ojb {
    margin: 10px 0 5px 0;
    border-bottom: 1px dotted #e4e4e4;
    width: 50%;
    padding-bottom: 5px;
}


#toTop {
    position: fixed;
    bottom: 10px;
    right: 40px;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 3px;
    background: #3c4965b5;
    padding: 10px 15px;
}

.left-cover {
    padding: 0;
}

.footer {
    padding: 0 15px;
}

#menu-ngang {
    background: #5573b1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*background-image: linear-gradient(#678ad2, #4b67a0);*/
}

.sub-li-menu {
    padding: 0 !important;
}

.li-menu-lv-1 {
    padding: 10px 15px !important;
    margin-right: 0px !important;
    background: #ffffff;
    border: none;
    margin-bottom: 0;
    color: #e54500;
    border-bottom: 1px dashed gainsboro;
}


.side-menu #dropdown .panel-body {
    border: none;
}

















/* small screen */
@media (max-width: 767px) {
}

@media (max-width: 768px) {
}

#loading-frame {
    position: relative;
    z-index: 10000;
}

.progress-loading {
    width: 100%;
    height: 10px;
    background: linear-gradient(#34518ccf 0 0) 0/0% no-repeat #ddd;
    animation: p1 2s infinite linear;
}

@keyframes p1 {
    100% {
        background-size: 100%
    }
}

iframe {
    border: none;
}

.filter-title {
    font-size: 12px;
    margin-top: 15px;
    color: #8e1184;
    text-transform: uppercase
}

.article-txt {
    white-space: pre-line;
    margin-top: -15px;
}

.tab-target {
    padding: 10px 15px;
    background: #8d918e;
    margin-bottom: 5px;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

    .tab-target.active {
        background: #4c9059;
    }

.search-clear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

#search-normal {
    display: flex;
}

.stick-item::before {
    position: absolute;
    content: '';
    height: 50px;
    width: 50px;
    background: url(../../../Img/Icon/pin.png) no-repeat right top;
    right: 0;
    z-index: 1;
    background-size: 20px 20px;
    margin: -5px -5px 0 0;
}

.stick-item a {
    color: #0066ff;
}

.stick-item > .item-cover {
    background: #ffdfc9;
}

.default-option {
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 10px;
}

.dotdotdot i {
    color: #a1a1a1;
}

.btn-contact {
    width: 50%;
    float: right;
    text-align: center;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    background: #9e9e9e;
    font-weight: bold;
}

    .btn-contact:hover, .btn-contact:focus, .btn-contact:active {
        text-decoration: none;
        color: #fff;
    }

    .btn-contact.callCan {
        border-right: 1px solid #d4d4d4;
        background: #3a9669;
        display: none;
    }

#can-phone-number {
    background: #fff0d4;
    padding: 5px 10px;
    font-weight: bold;
    color: #c41b1b;
    font-size: 18px;
}

.feedback-note {
    color: #bd0707 !important;
    font-weight: bold;
    border: 1px dashed #bd0707;
    white-space: initial;
}

.success-item {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 5px 10px;
    border: 1px dashed #b8c3b3;
    border-left: 5px solid;
    display: inline-block;
}

.error-item {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 10px;
    border: 1px dashed #de8989;
    border-left: 5px solid;
    display: inline-block;
}

.warning-item {
    color: #d25810;
    background-color: #ffe9da;
    border-color: #d25810;
    padding: 5px 10px;
    border: 1px dashed #f9c4a4;
    border-left: 5px solid;
    display: inline-block;
}

.default-item {
    color: #676767;
    background-color: #e6e6e6;
    border-color: #5a5a5a;
    padding: 5px 10px;
    border: 1px dashed #5a5a5a;
    border-left: 5px solid;
    display: inline-block;
}

.success-bg {
    background-color: #3c763d !important;
}

.error-bg {
    background-color: #a94442 !important;
}

.success-text {
    color: #3c763d !important;
}

.error-text {
    color: red !important;
}

.can-avt-cover {
    padding-top: 10px;
}

.fa-star {
    color: darkgrey;
}

    .fa-star.checked {
        color: orange !important;
    }

.input-group-addon:first-child {
    min-width: 45px;
}

.res-error {
    background: #fff4cb;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #e40000;
    color: #bd0000;
    font-weight: bold;
    border-radius: 3px;
}

.res-success {
    background: #ecffbf;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #3c763d;
    color: #2d5d2d;
    font-weight: bold;
    border-radius: 3px;
}

.processing {
    font-weight: bold;
    color: #ff7600;
}

.prevent-click {
    pointer-events: none;
}

.disable-event {
    pointer-events: none;
    opacity: .5;
}

.non-border-right {
    border-right: 0;
}

.warning-text {
    padding: 5px;
    margin-top: 5px;
    background: #feffa5;
    display: block;
    width: fit-content;
    border-left: 3px solid #ffab1d;
}

.display-inline {
    display: inline;
}

.display-flex {
    display: inline-flex;
}

.required-label {
    min-width: 100px;
    text-align: left !important;
}

.fit-content {
    width: fit-content;
}

.has-error {
    border-color: #a94442;
}

.has-success {
    border-color: #3c763d;
}

.selectedTextFrame {
    margin: 5px 0 0 0;
    max-height: 65px;
    overflow-y: auto;
    padding: 5px 10px;
    border: 1px dashed #b5b5b5;
}

.modal-header {
    padding: 10px 15px !important;
}

.modal-title {
    text-transform: uppercase !important;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    color: #00a20c;
}

.modal-footer {
    border-top: 1px solid #cecece;
    background: #e9e9e9;
    padding: 10px 20px;
}

.modal-content {
    border-radius: 0;
}

button.close {
    opacity: 1 !important;
}

.close-modal-fixed-btn {
    top: 0;
    right: 0;
    position: absolute;
    border: 10px solid white;
}

    .close-modal-fixed-btn:hover {
        border-color: #fff8eb;
    }

.header-option-popup {
    text-transform: uppercase;
    color: #ff5e00;
    font-weight: bold;
}

.free-text {
    background: red;
    padding: 4px 8px;
    color: #fff;
    border-radius: 5px;
}

.selectedLabel {
    color: #565656;
}

.selectedText {
    color: #05ab05;
}

.list-top-work {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    padding: 5px 10px 0 10px !important;
}

.fb-frame {
    border: 2px dashed #b9b9b9 !important;
    border-radius: 0 !important;
}

.no-radius {
    border-radius: 0 !important;
}

.input-group-addon, .selectpicker {
    border-radius: 0 !important;
}

.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 15px;
    border: 1px solid #d2d2d2;
}

.circle-tile-description {
    color: #5d5d5d;
    line-height: 1.8;
    font-size: 14px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.circle-tile-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ff5e00;
    border-bottom: 1px dashed #cacaca;
    padding: 10px;
    margin-bottom: 10px;
}

.circle-tile-footer {
    display: block;
    padding: 15px;
    color: #fff;
    margin-top: 10px;
    background-color: rgb(92, 184, 92);
    transition: all ease-in-out .2s;
    font-weight: bold;
}

    .circle-tile-footer:hover {
        text-decoration: none;
        color: #fff;
        background-color: rgb(255, 113, 0);
    }

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
    z-index: 1;
}

.circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #5d5d5d;
    transition: all ease-in-out .3s;
}

.layout-list-item {
    display: block;
    display: block;
    padding: 10px;
    background: #f3f3f3;
    margin: 5px 0;
    cursor: pointer;
    color: #1c3c7d;
    margin-right: 5px;
    transition: 0.3s;
}

    .layout-list-item:hover, .layout-list-item-active {
        text-decoration: none;
        background: #ffeca6;
    }

.badge-blue {
    background: rgb(92, 120, 179) !important;
    float: right;
}

select {
    cursor: pointer !important;
}

.hot {
    color: #d61212;
}

.img-thumbnail {
    border: 1px dashed #d2d2d2;
}

.carousel-control {
    margin: 0 -1px;
}

.panel-heading a {
    margin-left: 20px;
    cursor: pointer;
}


.common-item-logo-lg {
    height: 70px;
    width: 70px;
}

.cont-item tr td {
    padding: 0 0 0 10px;
}

.search-cb {
    margin-top: 0 !important;
    margin-left: 30px !important;
    border: 1px solid #8c8c8c !important;
    border-radius: 3px;
}

.thumnail-table-item {
    width: 25px;
    height: 25px;
    margin: -3px 3px 0 0;
    float: left;
    border-radius: 50%;
}

.table-hover > tbody > tr:hover {
    background-color: #ffeca6;
}

.phone-menu-nav {
    padding: 5px 0;
    color: #111b31;
    font-weight: bold;
    text-align: center;
    width: 18%;
    float: right;
}

    .phone-menu-nav span {
        font-size: 15px;
    }

    .phone-menu-nav p {
        margin: 0;
        font-size: 11px;
    }

    .phone-menu-nav.active {
        color: #fff;
        background: #233a6e;
    }

    .phone-menu-nav:focus {
        color: #fff;
    }

.phone-more-menu {
    padding: 10px;
    background: #3b5998;
    color: #111b31;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    font-weight: bold;
}

.dotdotdot-cover {
    position: relative;
    max-width: 100%;
    padding: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    vertical-align: text-bottom !important;
}

.dotdotdot {
    position: absolute;
    white-space: nowrap;
    overflow-y: visible;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    top: 0;
    left: 0;
}

    .dotdotdot-cover:after,
    .dotdotdot:after {
        content: '-';
        display: inline;
        visibility: hidden;
        width: 0;
    }

.common-item-logo {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    padding: 0;
    border: none;
    margin-top: 2px;
}

.table-item {
    margin-bottom: 10px;
}

.zoom-90 {
    zoom: 90%;
}

.item-cover {
    padding: 5px 5px 5px 10px !important;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: 0.3s;
}

    .item-cover:hover {
        background: #ffeca6;
    }

.text-bold {
    font-weight: bold;
}

.title-item:hover {
    text-decoration: underline;
}

.shadow {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.panel-default > .panel-heading {
    border: none;
    background: none;
    display: block;
}

.panel-primary > .panel-heading {
    background: #5970a0;
    border-color: #5970a0;
    color: #fff;
    border-radius: 0;
    margin: 0 -1px;
}

.panel-warning > .panel-heading {
    background: #ff8059;
    border-color: gainsboro;
    color: #fff;
    border-radius: 0;
    margin: 0 -1px;
}

.panel {
    border: none;
    background-color: inherit;
}

.panel-body {
    padding: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top-right-radius: 5px;
}

.panel-heading {
    padding: 0;
}

.panel-footer {
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clickable .glyphicon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
}

.panel-heading span {
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px;
    cursor: pointer;
}

.manage-btn-group {
    border-radius: 0;
    border-bottom: none;
    overflow-x: auto;
    white-space: nowrap;
    background: #f1f0f0;
    border: 1px solid #dedddd;
    border-bottom: none;
}

.pin-cover {
}

.btn-primary {
    color: #fff;
    background-color: #5573b1;
    border-color: #2f4e8c;
}

.btn-icon {
    background: white;
    font-weight: bold;
    color: #505050;
    border-radius: 3px;
    border: 1px solid #a0a0a0;
}

    .btn-icon i {
        font-size: 20px;
    }

    .btn-icon span {
        font-size: 10px;
    }

.btn-icon {
    background: white;
    font-weight: bold;
    color: #2f4e8c;
    border-radius: 3px;
    border: 1px solid #2f4e8c;
    min-width: 130px;
}

    .btn-icon:hover {
        background: #9696961f;
    }

.btn-icon-primary {
    color: #2f4e8c;
    border: 1px solid #2f4e8c;
}

    .btn-icon-primary:hover {
        color: #2f4e8c;
        border: 1px solid #2f4e8c;
    }

.btn-icon-success {
    color: #328e32;
    border: 1px solid #4e9a4e;
}

    .btn-icon-success:hover {
        color: #328e32;
        border: 1px solid #4e9a4e;
    }

.btn-icon-warning {
    color: #e66000;
    border: 1px solid #ff5e00;
}

    .btn-icon-warning:hover {
        color: #e66000;
        border: 1px solid #ff5e00;
    }

.btn-edit {
    float: right;
    font-weight: bold;
    border: 1.5px solid;
}

.view-more-hot {
    margin-top: 7px;
    padding: 0;
    text-align: right;
    margin: 0;
}

    .view-more-hot a {
        color: #e54500;
        text-decoration: none;
        font-weight: bold;
        background: #fff;
        padding: 10px 20px;
        border: 1px solid gainsboro;
        border-right: none;
    }

        .view-more-hot a:hover {
            background: #fff;
        }

            .view-more-hot a:hover span {
                padding-right: 15px;
            }

                .view-more-hot a:hover span:after {
                    opacity: 1;
                    right: 0;
                }

    .view-more-hot span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.2s;
    }

        .view-more-hot span:after {
            content: '»';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -5px;
            transition: 0.2s;
        }

.hot {
    /*color: red;*/
    /*background: linear-gradient(-90deg, #ffeded, white);*/
}

/*.hot:hover {
        background: #f2f2f2;
    }

    .hot:before {
       content: "Gấp";
    background-color: #ff553a;
    padding-right: 20px;
    color: #fff;
    font-size: 9.5px;
    font-weight: bold;
    height: 20px;
    line-height: 26px;
    position: absolute;
    right: -64px;
    text-align: center;
    width: 130px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        opacity: 1;
        font-family: 'Source Sans Pro',sans-serif !important;
    }*/

.img-item {
    float: left;
}

.cont-item {
    width: calc(100% - 55px);
    font-size: 13px;
    color: #333;
}

    .cont-item tr {
        line-height: 1.7;
    }

    .cont-item i {
        font-size: 14px;
        color: #a8a8a8 !important;
        margin-right: 3px;
    }

.panel-title-success {
    position: relative;
    font-size: 13.5px;
    padding: 0;
    margin: 10px 0 10px 0;
    background: #ffffff;
    color: #00a20c;
    border-top-left-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.panel-title-warning {
    position: relative;
    font-size: 13.5px;
    padding: 0;
    margin: 10px 0 10px 0;
    background: #ffffff;
    color: #ff5e00;
    border-top-left-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}


.panel-title {
    position: relative;
    font-size: 13px;
    padding: 12px 15px;
    background: #8a8a8a;
    color: #fff;
    border-top-left-radius: 5px;
    display: inline-block;
    background-image: linear-gradient(to right, #7b7b7b, #b7b7b7);
}

    .panel-title::after {
        border-bottom: 39px solid #b5b5b5;
        border-right: 20px solid transparent;
        color: #d2d2d2;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        left: 100%;
        top: 0%;
        background-image: linear-gradient(#d8d8d8, #676767);
    }

.control-box {
    margin-top: 7px !important;
    margin: 0 !important;
    border-top: 1px dotted gainsboro;
    padding-top: 10px;
}

.PagedList-skipToPrevious a:first-child {
    display: none;
}

.pagination li a {
    margin-right: 5px;
}

.slide-item-cover {
    padding: 0px;
}

.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #efefef;
    border: 1px solid gainsboro;
    border-radius: unset;
    box-shadow: none;
}

.carousel-control {
    width: 50px;
    height: 50px;
    top: 30%;
}

/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
    /* Changes the colour of the indicators */
    .carousel-indicators li {
        background: #c0c0c0;
    }

    .carousel-indicators .active {
        background: #333333;
    }

.slide-item-lg-cover {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    background-image: linear-gradient(#f8f8f8, #ffffff);
}

    .slide-item-lg-cover:hover {
        background: #f8f8f8;
    }

.common-item-logo-lg {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.slide-item-info {
    zoom: 90%;
}

.pull-left-post {
    width: 30%;
}

.img-pull-left {
    width: 100%;
    height: 70px;
}

.media-body-post {
    padding: 0 !important;
    display: inline;
    float: none;
}

.media {
    padding: 0 15px;
}

.dktvl {
}

    .dktvl a {
        color: #e54500;
        font-weight: bold;
    }

.thong-ke-text {
    font-weight: bold;
    color: #ff6420;
    padding-bottom: 5px;
}

.media-heading {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.left-frame, .right-frame {
    padding: 0;
}

.mid-frame {
}

.detail-all {
}

    .detail-all h4, .r-detail-content h4 {
        font-size: 14px;
        border-bottom: 1px solid #ededed;
        padding: 10px 0;
        margin: 10px 15px;
        color: #333333;
        text-transform: uppercase;
    }

.form-horizontal .control-label {
    padding-top: 0;
}


/* Tabs panel */
.tabbable-panel {
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    display: flex;
    flex-flow: wrap;
    font-size: 12px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #848484;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #2152b5;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #fbcdcf;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #f3565d;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.btn-intab {
    margin-top: -35px;
    position: absolute;
    right: 5px;
    padding: 5px 10px;
    font-size: 11.5px !important;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.dropdown-menu {
    padding: 3px 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    z-index: 2;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #d2d2d2;
    overflow-x: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #fff1c9;
    }

    .dropdown-item.active {
        background-color: #ffe2af;
    }

.dropdown-menu .title {
    border-top: 1px solid #d2d2d2;
    padding: .8rem 1.5rem;
    display: block;
    text-transform: uppercase;
    color: #ff5e00;
    font-weight: bold;
}

.dropdown-backdrop {
    z-index: 0;
}

.input-group {
    z-index: 1;
}

.btn-group button {
    overflow-x: hidden;
}

.label-span {
    white-space: nowrap;
    width: inherit;
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.dd-caret {
    position: absolute;
    right: 8px;
    top: 33%;
}

.dd-options {
    height: 100px;
    overflow-y: hidden;
}

.dd-collapse {
    background: #d5d5d5;
    color: #605353;
    font-weight: bold;
    cursor: pointer;
    padding: .5rem 1.5rem;
    text-align: center;
}

    .dd-collapse i {
        font-weight: bold;
    }

.dd-colapse:hover {
    background: #c4c4c4;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}


.tags {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

    .tags li {
        float: left;
    }

.tag {
    background: #dedede;
    border-radius: 3px 0 0 3px;
    color: #2a3a5a;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    cursor: pointer;
}

    .tag::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px;
    }

    .tag::after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #dedede;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #5a72a4;
        color: #fff;
        text-decoration: none;
    }

        .tag:hover::after {
            border-left-color: #5a72a4;
        }


.tag-search {
    background: #dedede;
    border-radius: 3px 0 0 3px;
    color: #2a3a5a;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    cursor: pointer;
}

    .tag-search::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px;
    }

    .tag-search::after {
        background: #f8f8f8;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #dedede;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag-search:hover {
        background-color: #c8c8c8;
        color: #333;
        text-decoration: none;
    }

        .tag-search:hover::after {
            border-left-color: #c8c8c8;
        }

.w-img-slider img {
    height: 350px !important;
    width: 85%;
    margin: 0 auto;
}

.text-capacity {
    text-transform: capitalize;
}

.text-normal {
    font-weight: normal;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}

#paging li {
    cursor: pointer;
}

.paging-min {
    justify-content: space-evenly;
    display: flex;
}

    .paging-min button i {
        line-height: 1.5;
    }


img {
    color: rgba(255, 255, 255, 0.00);
}

.hidden-h1 {
    position: absolute;
    pointer-events: none;
    color: #ffffff00;
}

.seach-result-text {
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

/* The checkbox and radio container */
.cb-container, .rb-container {
    display: block;
    position: relative;
    padding-left: 30px !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none;
    font-weight: normal;
    padding-top: 0 !important;
    color: #333 !important;
    float: none;
    text-align: unset !important;
    margin-bottom: 1px;
    background: #f1f1f1;
    line-height: 3;
    font-size: 13px;
    padding-left: 40px !important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 9px;
    left: 10px;
    background-color: #d6d6d6;
    margin-right: 10px;
    transition: 0.15s;
}


/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark, .rb-container:hover input ~ .checkmark {
    background-color: #ff9941;
}

.rb-container input:checked ~ .checkmark, .cb-container input:checked ~ .checkmark {
    background-color: #018aff;
}

.rb-container input ~ .checkmark {
    border-radius: 50%;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after, .rb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rb-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-success .form-control-feedback, .has-error .form-control-feedback {
    color: #3c763d;
    display: none !important;
}

.line-heading {
    border-bottom: 1px solid #f0f0f0;
    margin: 30px 0;
}

    .line-heading span {
        position: absolute;
        background: #fff;
        margin-top: -7px;
        padding-right: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #ff6928;
    }

.left-border-heading {
    border-left: 7px solid #ff6b2c;
    margin: 10px 0;
    padding-left: 7px;
}

    .left-border-heading span {
        font-size: 15px;
        font-weight: bold;
        color: #ff6928;
        vertical-align: middle;
    }

.err-validate {
    color: #ae4e4c;
    font-style: italic;
    padding-top: 5px;
    display: table;
    width: 100%;
}

.no-radius-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.no-border-top {
    border-top: none !important;
}

.stepwizard-step p {
    margin-top: 10px;
    margin-bottom: 0;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border: 1px dashed #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    opacity: 1 !important;
}

.error-border {
    border-color: #a94442;
}

.success-border {
    border-color: #3c763d;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control, .thumbnail {
    border-radius: 2px;
    font-size: 13px;
}

.btn {
    font-size: 14px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.attachment-upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    cursor: pointer !important;
}

.img-preview {
    width: 100%;
    height: 160px;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.btn-cover-upload {
    margin-top: -50px;
    margin-right: 5px;
}

.del-img {
    border-radius: 50% !important;
    position: absolute;
    z-index: 1;
    right: 4px;
    margin-top: -10px;
    cursor: pointer !important;
    color: #969696 !important;
    border: 1px solid #969696 !important;
    border-color: #969696 !important;
    padding: 3px !important;
    background: #fff !important;
}

.none-pointer {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.btn-transparent {
    background: transparent;
    color: #F2F2F2;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #4992B7;
}

    .btn-transparent:hover {
        color: white;
        background-color: rgba(255,255,255,0.2);
    }


.can-detail-header {
    background-image: linear-gradient(#fffaf1, #fff);
    margin: 0 !important;
    padding: 10px 0;
}

    .can-detail-header img {
        height: 150px;
        border-radius: 50%;
        float: right;
        width: 150px;
        background: #fff;
        padding: 5px;
        border: 1px solid #e4e4e4;
    }

.can-header-info {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

    .can-header-info li {
        line-height: 2;
    }

        .can-header-info li span {
            color: #3b5998;
            margin-right: 5px;
            font-weight: bold;
            font-size: 13px;
        }

.tip {
    margin: 5px 0 0 0;
    color: #7100c3;
    background: #faecff;
    padding: 5px 5px;
    border-left: 5px solid #9d75ff;
    font-size: 12px;
}

.notice {
    max-height: 650px;
    overflow-y: auto;
}

    .notice ul li {
        line-height: 2;
    }

.helpful-cover li span {
    color: green;
}

.warning-cover li span {
    color: #ff6928;
}

.notice h4 {
    margin-top: 0;
    font-size: 13px;
    font-weight: bold;
    color: #5970a0;
}

.separate {
    border-bottom: 1px solid #eee;
    margin: 15px 0;
}

.setup-content {
    min-height: 475px;
}

.fb-profile img.fb-image-lg {
    z-index: 0;
    width: 100%;
    margin-bottom: 10px;
    max-height: 300px;
}

.fb-image-profile {
    margin: -90px 10px 0px 50px;
    z-index: 9;
    width: 175px;
    height: 175px;
}

.rec-add {
    color: #e64000;
}

.rec-name {
    font-size: 15px;
    font-weight: bold;
    color: #37275f;
}

.item-avatar-create-frame {
    width: 180px !important;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    float: left;
}

    .item-avatar-create-frame img {
        width: 100%;
        height: auto;
        padding: 3px;
        margin: 0px;
    }

#paging {
    margin: 0;
    border-top: 1px solid #eeeeee !important;
}

.map-cover {
    padding: 10px;
    border: 2px dashed #949494;
}

.card {
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #e3e3e3;
    padding: 10px 0;
    cursor: pointer;
}

    .card:hover {
        background: #f7f7f7;
    }

    .card img {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;
    }

.rec-container {
    padding: 2px 16px;
    display: grid;
    text-align: center;
    zoom: 90%;
}

.my-logo {
    height: 89px;
}

.logo-cover {
    padding: 5px;
    border-right: 1px solid gainsboro;
    /*background-image: linear-gradient(#efefef, #fff);*/
}

.profile-usermenu {
}

    .profile-usermenu ul li {
        border-bottom: 1px solid #f0f4f7;
    }

        .profile-usermenu ul li:last-child {
            border-bottom: none;
        }

        .profile-usermenu ul li a {
            color: #5d5d5d;
            font-size: 14px;
            font-weight: 400;
        }

            .profile-usermenu ul li a i {
                margin-right: 8px;
                font-size: 14px;
            }

.badge {
    background-color: #a7a9a0;
}

.badge-default {
    display: inline-block;
    min-width: 10px;
    padding: 2px 7px;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #5e9443;
    border-radius: 10px;
}

.support-btn {
    margin-left: 15px;
}

#w-map {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.sidenav {
    height: 100%;
    position: absolute;
    background-color: #f2f2f2;
    overflow-x: hidden;
    transition: 0.5s;
    width: 0px;
    z-index: 3;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 3px;
}

    .sidenav .closebtn {
        float: right;
        height: 100%;
        border-radius: 0px;
        color: #828282;
        width: 50px;
    }

    .sidenav .selectOptionBtn {
        float: left;
        height: 100%;
        border-radius: 0px;
        color: #828282;
        width: calc((100% - 50px)/3);
        transition: 0.3s;
        font-weight: bold;
    }

        .sidenav .selectOptionBtn:hover {
            border-bottom: 2px solid #ff8059;
            background: #fff;
        }

    .sidenav .selectOptionBtn-50 {
        width: calc((100% - 50px)/2);
    }

.odd {
    background: #f7f7f7;
}

.default-navbar {
    position: fixed;
    z-index: 3;
    background: none;
    border: none;
}

    .default-navbar a:hover {
        background: #ddd;
        color: black;
    }

#menu-doc-cover {
    z-index: 4;
}

#phone-menu-cover {
    display: none;
}

.select-account-heading {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff5e00;
    margin-bottom: 20px;
}

.login-confirm {
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    width: 40%;
    margin: 0 5%;
    float: left;
    background-image: linear-gradient(#ffe998, #676767);
}

    .login-confirm img {
        height: 90px;
    }

    .login-confirm p {
        font-size: 11.5px;
        font-weight: bold;
        margin: 10px 0;
        color: #ffffff;
    }

.search-menu-btn {
    float: right;
    width: 45px;
    height: 35px;
    padding: 5px;
    margin: 5px 0;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    color: #fffbfb;
    cursor: pointer;
    background: #c5c5c5;
    margin-top: -40px;
}

.off-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

[data-toggle~="collapse"] {
    cursor: pointer;
}

.work-img-cover img {
    width: 100%;
    height: 150px;
    cursor: pointer;
}

    .work-img-cover img:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.work-none-img {
    width: 100%;
    height: 150px;
    background: #f8f8f8;
    border: 1px dashed #d7d7d7;
    display: table;
    text-align: center;
}

    .work-none-img span {
        display: table-cell;
        vertical-align: middle;
        color: #8a8a8a;
    }

.detail-sm-img {
    height: 140px;
    margin-bottom: 0;
    width: 140px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -5px;
    max-width: 100%;
}

body {
    background: #fff;
}

.navbar-nav li {
    cursor: pointer;
}

.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 10px;
}

.item-all {
    padding: 0;
}

a {
    color: #385898;
}

.nof-frame {
    width: 500px;
    max-height: 300px;
    overflow-y: auto;
}

    .nof-frame li {
    }

        .nof-frame li a {
            padding: 15px;
            border-bottom: 1px solid #efefef;
            font-size: 13px;
            display: block;
            text-decoration: none;
            cursor: pointer;
        }

.nof-unread {
    background: #edf2fa;
    border-bottom: 1px solid #d2d2d2 !important;
}

.nof-heading {
    padding: 10px 15px !important;
    background: #fffdfd;
    border-bottom: 1px solid #c1c1c1;
    font-weight: bold;
    font-size: 12px;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    right: 0;
    margin-top: -9px;
}

.avatar-nof {
    height: 25px;
    width: 25px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.btn-right {
    float: right !important;
}

.phone-navbar {
    display: none;
}

._661n {
    display: none !important;
}

#toTop {
    display: none;
}

#non-rec-phone-action {
    display: none;
}

.btn-org {
    margin-left: 20px;
    color: #e54500;
    font-weight: bold;
}

.radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px dotted #d2d2d2;
}

.search-body {
    /*box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.11), 1px 5px 9px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.11), 1px 5px 9px 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.11), 1px 5px 9px 0px rgba(0, 0, 0, 0.17);*/
    border-radius: 0;
    border: 2.5px dashed #ababab;
    padding: 5px 0px 15px 0px;
}

.list-search-item {
    padding: 0;
    height: 70px;
    overflow-y: scroll;
}

    .list-search-item li {
        float: left;
        list-style: none;
    }

.tag-search-item {
    padding: 0;
}

.marqee {
    z-index: 1;
    position: absolute;
    right: 0;
    line-height: 3;
    z-index: 1;
}

.phone-frame {
    display: none;
}

.desktop-frame {
    display: block;
}

.btn-nof-group {
    float: left;
}





































.border-none {
    border: none !important;
}

/*padding, margin*/

.pd-15 {
    padding: 15px;
}

.pd-10 {
    padding: 10px !important;
}

.pd-5 {
    padding: 5px !important;
}

.padding-0 {
    padding: 0 !important;
}

.full-width {
    width: 100%;
}

.width-auto {
    width: auto;
}

.mg-left-0 {
    margin-left: 0;
}

.pd-left-0 {
    padding-left: 0;
}

.pd-right-0 {
    padding-right: 0 !important;
}

.pd-right-5 {
    padding-right: 5px !important;
}

.pd-right-10 {
    padding-right: 10px !important;
}

.pd-right-15 {
    padding-right: 15px;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-left-5 {
    padding-left: 5px;
}

.pd-bottom-20 {
    padding-bottom: 20px;
}

.pd-bottom-0 {
    padding-bottom: 0px;
}

.pd-bottom-5 {
    padding-bottom: 5px;
}

.pd-bottom-30 {
    padding-bottom: 30px;
}

.pd-top-3 {
    padding-top: 3px !important;
}

.pd-top-5 {
    padding-top: 5px;
}

.pd-top-0 {
    padding-top: 0px !important;
}

.mg-bottom-15 {
    margin-bottom: 15px;
}

.mg-bottom-0 {
    margin-bottom: 0 !important;
}

.mg-bottom-5 {
    margin-bottom: 5px;
}

.mg-bottom-8 {
    margin-bottom: 8px;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-60 {
    margin-top: 55px;
}

.mg-top-70 {
    margin-top: 70px;
}

.mg-bottom-10 {
    margin-bottom: 10px !important;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.mg-top-5 {
    margin-top: 5px;
}

.mg-right-5 {
    margin-right: 5px;
}

.mg-right-10 {
    margin-right: 10px;
}

.mg-right-15 {
    margin-right: 15px;
}

.mg-right-minus-15 {
    margin-right: -15px;
}

.mg-left-15 {
    margin-left: 15px;
}

.mg-left-10 {
    margin-left: 10px;
}

.mg-top-0 {
    margin-top: 0px !important;
}

.margin-0 {
    margin: 0 !important;
}

.disable {
    display: none !important;
}

.background-none {
    background: none !important;
    background-color: none !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.center-item {
    display: flex;
    justify-content: center;
}

.affix {
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}

.alert-primary {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    color: #0048dc;
    top: 40px !important;
    font-size: 13px;
    padding: 35px 25px;
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button-nof {
    color: white;
    display: inline-block;
    position: relative;
    padding: 2px 5px;
    font-size: 22px;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}

.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.loader {
    width: 100%;
    text-align: center;
    margin: 180px auto;
    position: absolute;
    top: 0;
    z-index: 1;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 5px solid rgb(105, 105, 105);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: #313131;
    font-family: arial, sans-serif;
}

    .loader-text:after {
        content: 'Đang tải dữ liệu...';
        animation: load 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

﻿iframe {
    border: none;
}

.get-coord-btn {
    box-shadow: 6px 4px 16px 0px #3d3d3d;
    color: #026731;
    margin-bottom: 20px;
    padding: 15px 50px;
}

.guide-map-coord {
    background: #feffc1bf;
    width: fit-content;
    padding: 5px 15px;
    margin: 0 auto;
}

.default-map-loader {
    background: #ffffff99;
    z-index: 1;
    height: 100%;
    padding: 140px;
    margin: 0;
    font-weight: bold
}

.map-frame {
    height: 550px;
    margin: 0 0 20px 0;
    border: 2px dashed #808080;
    border-left: none;
    border-right: none;
    position: relative;
}

    .map-frame h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .map-frame hr {
        margin: 10px 0 5px 0;
    }

    .map-frame > div.map-iframe {
        height: inherit
    }

    .map-frame iframe {
        height: 100%;
        width: 100%;
        border: none
    }

    .map-frame select {
        font-size: 12.5px;
    }

.map-wrapper {
    padding: 5px 5px 10px 5px;
    height: inherit;
}

.item-all {
    background: #fff;
}

.coords-address-cover {
    position: relative;
}

    .coords-address-cover input {
        width: 100% !important;
    }

    .coords-address-cover button {
        position: absolute;
        padding: 2px 4px;
        top: 6.5px;
        right: 3px;
        font-size: 11px;
    }

.search-map-cover {
    position: relative;
    border: 2px dashed #b9b9b9;
    display: block;
    margin-bottom: 20px;
    border-right: none;
    border-left: none;
    padding: 5px 0;
}

.search-map-frame {
    position: absolute;
    padding: 65px 25%;
    width: 100%;
    height: calc(100% - 10px);
}

.smap-text {
    padding: 10px;
    font-size: 17px;
    border: 4px solid #ffffff;
    border-right: none;
    float: left;
    width: 80%;
    background: #f1f1f1;
    box-shadow: 10px 15px 10px #797979;
}

.smap-btn {
    float: left;
    width: 20%;
    padding: 10px;
    background: #ff711e;
    color: white;
    font-size: 17px;
    border: 4px solid #ffffff;
    border-left: none;
    cursor: pointer;
    box-shadow: 10px 15px 10px #797979;
}

    .smap-btn:hover {
        background: #e25f12;
    }

.smap-title {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 0px 5px #000000;
    background: #ffffff00;
}

.active-map-item {
    background: #ffe5ca;
}

.triangle-left {
    left: -50px;
    display: inline;
    position: absolute;
    border-top: 27px solid transparent;
    border-right: 35px solid #e8b681;
    border-bottom: 27px solid transparent;
}

.item-map-cover {
    cursor: pointer;
    border-radius: 3px;
    transition: 0.3s;
    margin: 0 -10px 0 -15px;
    padding: 5px;
}

    .item-map-cover:hover {
        background: #ffeca6;
    }

    .item-map-cover table {
        display: inline-table;
        width: calc(100% - 80px);
    }

        .item-map-cover table tr:first-child span {
            color: #946431;
        }

.item-map-action {
    display: inline-table;
    width: 70px;
    vertical-align: bottom;
}

    .item-map-action button {
        width: 100%;
        background: #2e117385;
        border: 1px solid #695f5f8c;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        text-shadow: 1px 1px #929292;
    }

        .item-map-action button:hover {
            background: #0000007d;
        }

.item-map-cover i {
    color: #f13b3b !important;
}

﻿@media screen and (min-width: 1600px) {
    .panel-body.pd-form

{
    padding: 15px 50px !important;
}

}

@media screen and (min-width: 1281px) and (max-width: 1400px) {
    body {
        /*zoom: 90%;*/
    }

    .my-logo {
        height: 60px;
        width: initial;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    body {
        /*zoom: 90%!important;*/
    }

    .my-logo {
        height: 50px;
        width: initial;
    }

    .input-group-addon:first-child {
        padding: 8px;
        font-size: 12px;
    }
}

/*#phone*/
@media screen and (max-width: 1024px) {
    #hotWorkHeading, #massWorkHeading {
        opacity: 0 !important;
        height: 0 !important;
    }

    #headingPagePhone {
        font-size: 13px;
        margin: 0;
        border-radius: 0;
    }

    #guideMapDetailIframe {
        height: 400px;
    }

    .map-wrapper iframe {
        height: 400px !important;
        zoom: normal;
    }

    .map-frame {
        height: 100%;
    }

    .default-map-loader {
        padding: 65px 0;
    }

    .map-frame h3 {
        font-size: 12.5px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .map-frame hr {
        display: none;
    }

    #top_search_map_frame .form-group {
        margin-bottom: 0;
    }

    #top_search_map_frame {
        padding: 0 10px;
    }

    .map-wrapper {
        padding: 5px 0;
        margin-bottom: -15px;
    }

    iframe .panel-footer {
        display: none;
    }

    .dropdown-menu {
        z-index: 3;
    }

    #search-normal {
        display: block;
    }

    .heading-btn {
        right: 47px;
    }

    .stick-item::before {
        margin: 0;
    }

    .btn-edit {
        float: none;
    }

    .btn-contact.callCan {
        display: block;
    }

    .can-avt-cover {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .required-label {
        display: block;
    }

    .my-footer {
        padding: 10px 0px;
    }

    #hotWorkBody {
        padding: 0 !important;
        border: none !important;
    }

    .tabbable-line > .tab-content {
        padding: 10px 0 !important;
    }

    .tabbable-line > .nav-tabs > li.active {
        border-bottom: 5px solid #ff6b02;
        position: relative;
    }

    .list-item-panel-body {
        padding: 0;
    }

    .tabbable-panel {
        padding: 5px;
    }

    .circle-tile {
        margin-bottom: 30px;
    }

    .panel-title-success {
        margin-left: 15px;
    }

    .fixed-btn-nof {
        position: fixed;
        right: 10px;
        top: 45px;
    }

        .fixed-btn-nof > .button-nof {
            color: #213f6a;
            font-size: 25px;
        }

    .left-cover {
        width: 100% !important;
    }

    .sume-uv, .sume-ntd, .gt-cover {
        padding: 0;
        z-index: 1;
    }

    .cover-home {
        display: none;
    }

    .panel-heading a {
        margin-left: 0px;
    }

    .btn-nof-group {
        float: right;
    }

    .panel-body {
        border-top-right-radius: 0;
    }

    .phone-frame {
        display: block;
    }

    .desktop-frame {
        display: none;
    }

    .phone-item {
        display: inline-block;
    }

    .not-phone-item {
        display: none;
    }


    .li-menu-lv-1 {
        border-bottom: none;
    }

    .panel-title {
        border-top-left-radius: 0px;
    }

        .panel-title::after {
            border-bottom: 38px solid #bdbdbd;
            border-right: 10px solid transparent;
        }

    .searchBox {
        display: none;
    }

    .panel-body, .panel-footer {
        border-left: none !important;
        border-right: none !important;
    }

    #non-rec-phone-action {
        display: block;
    }

    #non-rec-action {
        display: none;
    }

    .ctrlq.fb-button {
        bottom: 65px;
    }

    .bubble-msg {
        display: none;
    }

    .ctrlq.fb-button {
        width: 50px;
        height: 50px;
    }

    .ctrlq.fb-button, .ctrlq.fb-close {
        right: 10px;
    }

    .phone-navbar {
        display: block;
    }

    .detail-sm-img {
        height: 100px;
        width: 100px;
        margin-bottom: 0;
        border-radius: 50%;
        margin: 0 auto;
    }

    .panel {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .fb_iframe_widget iframe, .fb_iframe_widget_fluid span {
        width: 100% !important;
    }

    .mid-head-detail {
        padding: 0;
        margin-top: 10px;
    }

    /*#work_reg_form #uploadBtn_1, #work_reg_form #uploadBtn_2, #work_reg_form #uploadBtn_3 {
        display: none;
    }*/

    .fb_iframe_widget_fluid {
        display: block !important;
    }

    .w_place_frame {
        margin-bottom: 10px;
        padding-right: 15px !important;
    }

    .work-img-cover {
        padding: 0 3px;
    }

        .work-img-cover img, .work-none-img {
            height: 70px;
        }

    .point-item {
        height: 50px;
    }

    .fb-profile-text {
        display: table;
    }

        .fb-profile-text p {
            margin-bottom: 5px;
        }

    .fb-image-profile {
        margin: 0px 10px 0px 0px;
        width: 70px;
        height: 70px;
    }

    .keyword-tag {
        height: 0;
        opacity: 0;
    }

    .left-frame, .right-frame, .left-content, .right-content, .content, .main-container, .slide-item-cover {
        padding: 0;
    }

    .right-content {
        width: 100%;
    }

    .sidebar {
        height: 0;
    }

    .body-cover {
        margin: 0;
    }

    .well {
        border-radius: 0px !important;
    }

    .slide-item-lg-cover {
        margin-bottom: 10px;
    }

    .carousel-control {
        top: 45% !important;
        height: 100px !important;
    }

        .carousel-control.right {
            margin-right: -15px;
        }

        .carousel-control.left {
            margin-left: -15px;
        }

        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
            top: 40%;
        }

    .multiselect.dropdown-toggle.btn-block.text-left.btn.btn-default {
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*.cb-container, .rb-container {
        float: none;
        text-align: unset !important;
        margin-bottom: 1px;
        background: #f1f1f1;
        line-height: 3;
        font-size: 13px;
        padding-left: 40px !important;
    }

    .checkmark {
        top: 9px;
        left: 10px;
        background-color: #d6d6d6;
        margin-right: 10px;
    }*/

    .selectContainer {
        margin-bottom: 10px !important;
    }

    .main-img-preview-cover {
        width: min-content;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .stepwizard-step p {
        zoom: 80%;
    }

    .support-btn {
        margin-left: 0px;
    }

    .send-contact-frame {
        padding: 10px;
    }

    .rec-logo-cover {
        width: 100% !important;
    }

    img-preview {
        width: auto;
        min-height: 150px !important;
        height: 150px !important;
        margin: 10px auto;
    }

    .img-preview {
        min-height: 150px !important;
        height: 150px !important;
        margin: 10px auto;
        width: 150px;
    }

    .main-img-preview {
        position: relative;
    }

    .del-img {
        right: -8px;
    }

    .rec-logo-cover #delImg_1 {
        /*right: 10px;*/
    }

    #w_img_cover_1 img, #w_img_cover_2 img, #w_img_cover_3 img {
        width: 100%;
        height: 180px !important;
    }

    #toTop {
        z-index: 100;
    }

    .pull-left-post-cus {
        width: 80px !important;
    }

    .breadcrumb > li {
        display: initial;
    }

    .w-top-right {
        padding: 0;
    }

    .map-cover {
        padding: 0;
        margin-bottom: 0;
    }

    #w-map {
        height: 250px;
    }

    .w-img-slider img {
        height: 180px !important;
        width: 100%;
    }

    .can-detail-header img {
        height: 120px;
        border-radius: 50%;
        width: 120px;
        background: #fff;
        margin: 0 auto;
        display: block;
        float: none !important;
    }

    .detail-all h4, .r-detail-content h4 {
        margin: 10px 0 !important;
    }

    img.img-about {
        width: 100px;
        padding: 0;
        border: none;
        float: left;
        margin: 0 10px 10px 0;
        border-radius: 5px;
        height: 80px;
    }

    .r-detail-content {
        padding: 15px !important;
    }

    .navbar-nav {
        margin-right: 0;
    }

    .right-menu .navbar-default .navbar-nav > li > a {
        margin-left: 10px;
    }

    .sidenav .selectOptionBtn {
        font-size: smaller;
    }

    .mid-frame {
        margin-left: 0px;
        padding: 0;
    }

    .panel-body.pd-form {
        padding: 15px !important;
    }

    #w_img_cover_1, #w_img_cover_2, #w_img_cover_3 {
        margin-bottom: 30px;
    }

    #img-preview-1, img-preview-2, img-preview-3 {
        margin-bottom: 10px;
    }

    .login-frame {
        padding: 15px !important;
    }

    .panel-title {
        font-size: 12px;
    }

    #phone-menu-cover {
        display: block;
    }

    .main-container {
        z-index: 0;
        margin-top: 60px;
    }

    #menu-ngang-cover {
        display: none;
    }

    #menu-doc-cover {
        display: none;
    }

    .phone-navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3;
        background: #3b5998;
    }

    .phone-sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        overflow: hidden;
        transition: 0.3s;
    }

        .phone-sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .left-phone-menu-slide {
        width: 75%;
        float: left;
        height: inherit;
        box-shadow: 4px 0px 20px 0 rgba(0, 0, 0, 0.2), 4px 1px 20px 0px rgba(0, 0, 0, 0.19);
    }

    .right-phone-menu-slide {
        width: 25%;
        float: right;
        display: block;
        height: inherit;
        background: none;
    }

    .phone-logo {
        padding: 3px 0 !important;
    }

        .phone-logo img {
            height: 45px;
            padding: 5px 0;
            margin-left: -30px;
        }

    .phone-menu-btn {
        width: 15%;
        float: left;
        padding: 5px 0;
        border-radius: 3px;
        font-size: 22px;
        text-align: center;
        color: #111b31;
        cursor: pointer;
        background: transparent;
    }

        .phone-menu-btn span {
            padding: 5px 0;
        }

        .phone-menu-btn.active {
            background: #273b65;
            border-radius: 0;
            color: #fff;
        }

    .left-cover {
        padding: 0;
    }

    .footer {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .tabbable-line > .nav-tabs {
        zoom: 80%;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
    }

    ::-webkit-scrollbar {
        width: 0px;
        display: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #e6e6e6;
        height: 50px;
        border-radius: 5px;
        box-shadow: none;
        display: none;
    }

    ::-webkit-scrollbar-track {
        display: none;
    }

    .phone-menu-bottom {
        border-top: 1px solid #b5b5b5 !important;
        width: 75% !important;
        position: fixed !important;
        bottom: 0 !important;
    }

    .phone-menu-contain {
        width: 100%;
        height: inherit;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .side-menu #dropdown .panel-body .navbar-nav {
        border-bottom: none;
    }

    .phone-avt-menu img {
        width: 69px;
        height: 69px;
        border-radius: 50%;
        border: 3px solid #5970a0;
    }

    .phone-name-menu {
        margin: 0;
        padding: 5px 0;
        color: #26437d;
    }

    .content-cover {
        padding: 0;
    }

    .rec-logo-cover img {
        height: 200px !important;
    }
}



@media screen and (max-width: 768px) {
    .nof-frame {
        width: 400px;
    }

    .del-img {
        right: -8px;
        margin-top: -11px;
    }
}

@media screen and (max-width: 500px) {
    .nof-frame {
        width: 400px;
    }

    #uploadBtn_1, #uploadBtn_2, #uploadBtn_3 {
        display: none !important;
    }

    .rec-logo-cover img {
        height: 150px !important;
    }

    #btn_1 .btn-default, #btn_2 .btn-default, #btn_3 .btn-default {
        border-radius: 3px !important;
        margin: 0 auto !important;
    }

    .rec-logo-cover img {
        padding: 1px;
        height: 150px !important;
    }

    .item-avatar-create-frame {
        width: 150px !important;
    }

        .item-avatar-create-frame img {
            width: 120px !important;
            height: 120px !important;
            min-height: 120px !important;
        }

    .rec-logo-header {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 450px) {
    .nof-frame {
        width: 340px;
    }
}

@media screen and (max-width: 400px) {
    .nof-frame {
        width: 300px;
    }
}

@media screen and (max-width: 325px) {
    .nof-frame {
        width: 260px;
    }

    .phone-menu-btn {
        width: 14%;
    }
}

@media screen and (min-width: 375px) {
    #w_img_cover_1 img, #w_img_cover_2 img, #w_img_cover_3 img {
        height: 200px !important;
    }
}

﻿.text-left {
    text-align: left !important;
}

.btn-warning {
    color: #fff;
    background-color: #ff5e00;
    border-color: #ff5e00;
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ff711e;
        border-color: #ff711e;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 14px;
    border-top: none;
}

.panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-lg {
    width: 90% !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-lg {
    width: 80% !important;
}

.modal-md {
    width: 888px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-body {
    overflow-y: auto;
    background: #fff;
    height: 80vh;
}

.modal-dialog {
    margin-top: 5px;
}

.modal-fixed .modal-body {
    height: auto;
}

.modal-full {
    width: 100% !important;
    overflow: hidden;
    margin: 0;
    height: 100vh;
}

    .modal-full .modal-body {
        height: 100vh
    }

body {
    overflow-x: hidden;
}

.dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
}

    .dropdown-menu li:last-child {
        border-bottom: none;
    }

/*#phone*/
@media screen and (max-width: 1024px) {
    .modal-lg {
        width: 95% !important;
    }

    .modal-md {
        width: 97% !important;
    }
}


.manage-info-tbl {
    padding: 10px 15px;
    background: #fff8c5;
    border: 1px dashed #adadad;
}

.keywork-frame {
    max-height: 100px;
    overflow-y: auto;
}

.sume-uv, .sume-ntd {
    height: 0 !important;
}

.header-name {
    font-size: 18px;
    font-weight: bold;
    color: #ff5e00;
    text-transform: capitalize
}

.item-contact-content {
    border: none;
    border-top-right-radius: 0;
}

.form-horizontal .control-label {
    color: #3b5998;
}

.header-span {
    color: #5a72a4;
    font-weight: bold;
    margin-right: 5px !important;
}

.confirm-contact-phone {
    font-weight: bold;
    color: #ff5200;
}

.item-tit-detail {
    font-weight: 700;
    font-size: 18px;
    color: #f55302;
    font-family: monospace;
    margin-top: 0px;
}

.item-like {
    display: inline-block;
}

.item-detail-content {
    padding: 0;
    border-bottom: none;
    border-radius: 0;
}

.item-top-left {
    padding: 0;
}

.item-top-right {
    padding-right: 0;
}

.carousel-control {
    top: 40%;
}

.panel-heading span {
    margin-top: 0;
    font-size: inherit;
    cursor: inherit;
}

.item-top {
    margin: 0;
    padding: 15px;
    border: 1px solid #eaeaea !important;
    border-bottom: none !important;
}

.phone-num-frame {
    background: #ffff24;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #808080;
    border-radius: 5px;
}

.call-action {
    display: none;
}

.phone-label {
    padding-top: 7px !important;
}

#detailModal .modal-body {
    overflow-y: auto;
}

    #detailModal .modal-body::-webkit-scrollbar {
        width: 0px !important;
    }

@media screen and (max-width: 1024px) {

    .item-top {
        border-left: none !important;
        border-right: none !important;
        margin: 0;
    }

    .call-action {
        display: inline;
    }

    .phone-label {
        padding-top: 0 !important;
    }
}
