﻿@charset "UTF-8";
/*!
 *  @Vũ Đình Quốc - Front End Developer
 *  Email: quocvdfpt@gmail.com
 *  Tel: 0974375432
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3f3f3f;
    margin: 0;
    padding: 0;
}

.pack-pop {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow-y: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
}

::-moz-selection, ::selection {
    background: #0E7AC3;
    color: #fff;
    text-shadow: none;
}

.wrapper-content-right {
    margin: 10px 0 25px 0;
}

.wrapper-left {
    margin: 10px 0 25px 0;
}

.form-main {
    margin: 10px 0 25px 0;
}

.margin-0 {
    margin: 0 auto !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-left: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-left: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    padding: 0;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-size: 15px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 11px;
    line-height: 14px;
}

a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    text-decoration: none;
    color: #333;
    outline: none;
    /*&:visited, &:focus {
      @extend a;
  }*/
}

    a:hover, a:active {
        color: #0E7AC3;
        text-decoration: underline;
    }

    a img {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        vertical-align: middle;
        border: none;
    }

form, ul, ol {
    margin: 0;
    padding: 0;
}

input {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

textarea {
    resize: initial;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

ul, ol {
    list-style: none;
}

.clear, .wrapper, .breadcrum {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.font-bold {
    font-weight: 600 !important;
}

.img-left, .img-size-20, .img-size-45, .img-size-60, .img-size-80, .img-size-100, .img-size-150 {
    float: left;
    margin-right: 10px;
}

.img-right {
    float: right;
    margin-left: 5px;
}

.img-size-20 {
    width: 20px;
    height: 20px;
    border: 1px solid #c7c6c6;
}

.img-size-45 {
    width: 45px;
    height: 45px;
    border: 1px solid #c7c6c6;
}

.img-size-60 {
    width: 60px;
    height: 60px;
    border: 1px solid #c7c6c6;
}

.img-size-80 {
    width: 80px;
    height: 80px;
    border: 1px solid #c7c6c6;
}

.img-size-100 {
    width: 100px;
    height: 100px;
    border: 1px solid #c7c6c6;
}

.img-size-150 {
    width: 150px;
    height: 150px;
    border: 1px solid #c7c6c6;
}

.img-size-bull {
    width: 100% !important;
    border: 1px solid #c7c6c6;
}

.img-50px {
    width: 50px;
    height: 50px;
    padding: 2px;
    border: 1px solid #c7c6c6;
}

.col-left {
    float: left;
    margin-left: 15px;
}

.col-right {
    margin-left: 50px !important;
}

.box-profile {
    padding: 15px;
}

    .box-profile .avatar {
        width: 233px;
        height: 233px;
    }

.login-block {
    background: #fff;
    -moz-box-shadow: 1px 2px 5px #bdbdbd;
    -webkit-box-shadow: 1px 2px 5px #bdbdbd;
    box-shadow: 1px 2px 5px #bdbdbd;
    margin: 60px auto 118px;
    padding: 10px 20px 20px;
    width: 450px;
}

.forgot-password {
    color: #0E7AC3 !important;
    font-size: 14px;
    font-weight: 500;
    margin-left: 25px;
}

.form-v1 .checkbox, .form-v1 .form-v1.radio {
    margin: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .form-v1 .checkbox input[type="checkbox"], .form-v1 .form-v1.radio input[type="checkbox"] {
        position: absolute;
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

        .form-v1 .checkbox input[type="checkbox"] + span, .form-v1 .form-v1.radio input[type="checkbox"] + span {
            position: relative;
            padding-left: 20px;
        }

            .form-v1 .checkbox input[type="checkbox"] + span:before, .form-v1 .form-v1.radio input[type="checkbox"] + span:before {
                content: "";
                width: 14px;
                height: 14px;
                background: #fff;
                border: 1px solid #c1c1c1;
                position: absolute;
                left: 0;
                top: 1px;
                font-family: FontAwesome;
            }

            .form-v1 .checkbox input[type="checkbox"] + span:after, .form-v1 .form-v1.radio input[type="checkbox"] + span:after {
                content: "\2713";
                font-size: 14px;
                position: absolute;
                left: 2px;
                top: 2px;
                line-height: 12px;
                color: #81bcda;
                opacity: 0;
            }

        .form-v1 .checkbox input[type="checkbox"]:checked + span:after, .form-v1 .form-v1.radio input[type="checkbox"]:checked + span:after {
            opacity: 1;
        }

.form-v1.radio input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    background: none;
    border: none;
}

    .form-v1.radio input[type="radio"] + span {
        position: relative;
        display: block;
        line-height: 18px;
        padding-left: 20px;
    }

        .form-v1.radio input[type="radio"] + span:before {
            content: "";
            width: 14px;
            height: 14px;
            border: 1px solid rgba(0, 0, 0, 0.3);
            background: #fff;
            position: absolute;
            left: 0;
            top: 2px;
            font-family: FontAwesome;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
        }

        .form-v1.radio input[type="radio"] + span:after {
            content: "";
            position: absolute;
            left: 4px;
            top: 6px;
            width: 6px;
            height: 6px;
            background: #212121;
            opacity: 0;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
        }

    .form-v1.radio input[type="radio"]:checked + span:after {
        opacity: 1;
    }

.form-v1.checkbox-inline, .form-v1.radio-inline, .form-v1.checkbox, .form-v1.radio, .form-v1.radio {
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
}

    .form-v1.checkbox-inline:last-child, .form-v1.radio-inline:last-child, .form-v1.checkbox:last-child, .form-v1.radio:last-child, .form-v1.radio:last-child {
        margin-right: 0;
    }

.date {
    color: #888 !important;
}

.color-blue {
    color: #0E7AC3 !important;
}

.color-blue-light {
    color: #2d75b9 !important;
}

.color-yellow {
    color: #f9c301 !important;
}

.color-red {
    color: red !important;
}

.color-mintcream {
    color: #fbfffb;
}

.bg-blue {
    background-color: #0E7AC3;
}

.bg-white {
    background-color: #fff;
}

.bg-blue-light {
    background-color: #2d75b9;
}

.bg-dark {
    background: #555 !important;
}

.bg-og {
    background: #f4f4f4 !important;
}

.bg-mintcream {
    background: #fbfffb;
}

/* Custom scrollbar */
.src {
    overflow: auto;
}

    .src::-webkit-scrollbar {
        width: 5px;
    }

    .src::-webkit-scrollbar-track {
        background: #eee;
    }

    .src::-webkit-scrollbar-thumb, .src::-webkit-scrollbar-thumb:window-inactive {
        background: #ccc;
    }

    .src.coral::-webkit-scrollbar-thumb, .src.coral::-webkit-scrollbar-thumb:window-inactive {
        background: #ccc;
    }

.mobile {
    display: none;
    vertical-align: middle;
    background: #0E7AC3;
    color: #fff;
    text-align: center;
    font-size: 19px;
    width: 36px;
    line-height: 36px;
    margin-right: 10px;
}

    .mobile:hover {
        background: #005f9f;
        color: #fff;
    }

#toTop {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    background: #0E7AC3;
    color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.breadcrum {
    padding: 13px 0;
    font-size: 13px;
    color: #0E7AC3;
    background: #fff;
}

    .breadcrum a {
        display: inline-block;
        padding-right: 20px;
        position: relative;
        color: #999;
    }

        .breadcrum a:before {
            font-family: FontAwesome;
            content: "\f0da";
            color: #383838;
            position: absolute;
            top: 2px;
            right: 5px;
        }

        .breadcrum a:hover {
            color: #0E7AC3;
        }

.breadcrumb-v1 {
    background: rgba(208, 221, 238, 0.32);
    border-bottom: 1px solid rgba(204, 204, 204, 0.43);
    padding: 10px 0 6px;
    box-shadow: #eee 0 1px 1px 1px;
    margin-bottom: 15px;
}

    .breadcrumb-v1 .breadcrumb {
        background: none;
        margin-bottom: 0 !important;
    }

.title, .box .title-content .title {
    font-weight: 600;
    font-size: 15px;
    color: #3f3f3f;
}

    .title .fa._fa {
        font-size: 16px;
    }

.box {
    background: #fff;
    display: block;
}

    .box .title-content {
        border-bottom: 1px solid #ededed;
        padding: 10px;
        clear: both;
    }

        .box .title-content .title {
            text-transform: uppercase;
        }

.box-left {
    padding-bottom: 15px;
}

.main {
    padding: 15px;
    clear: both;
    /*p {
      padding-bottom: 5px;
  }*/
}

.cup {
    margin: 0 10px;
    font-weight: 600;
}

.content-title {
    margin-bottom: 10px;
    position: relative;
}

    .content-title .title, .content-title .box .title-content .title, .box .title-content .content-title .title {
        border: 0 !important;
    }

    .content-title h3.title, .content-title .box .title-content h3.title, .box .title-content .content-title h3.title {
        font-size: 16px !important;
    }

.headline {
    margin-bottom: 15px;
    clear: both;
}

    .headline h3 {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        text-align: left;
        z-index: 1;
    }

    .headline .line {
        background: #000 none repeat scroll 0 0;
        border-top: 1px solid #e3e3e3;
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 16px;
    }

    .headline .text {
        background-color: #fff;
        padding: 0 18px 0 0;
        position: relative;
        text-align: center;
        z-index: 20;
    }

    .headline .text-v1 {
        background-color: #f4f4f4;
        padding: 0 18px 0 0;
        position: relative;
        text-align: center;
        z-index: 20;
    }

    .headline .text-v2 {
        background-color: #fbfffb;
        padding: 0 18px 0 0;
        position: relative;
        text-align: center;
        z-index: 20;
    }

/*Heading Options*/
.heading {
    text-align: center;
}

    .heading h3 {
        padding: 0 12px;
        position: relative;
        display: inline-block;
        line-height: 34px !important;
        /*For Tagline Boxes*/
    }

        .heading h3:before, .heading h3:after {
            content: ' ';
            width: 60%;
            position: absolute;
            border-width: 1px;
            border-color: #bbb;
        }

        .heading h3:before {
            right: 100%;
        }

        .heading h3:after {
            left: 100%;
        }

@media (max-width: 768px) {
    .heading h3:before, .heading h3:after {
        width: 60%;
    }
}
/*Headline v1*/
.heading-v1 h3:before, .heading-v1 h3:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.profile-user {
    margin-bottom: 15px;
}

    .profile-user p {
        font-size: 14px;
    }

    .profile-user a {
        color: #0E7AC3;
    }

.logo, .header-v1 .logo-v1 {
    display: inline-block;
    float: left;
    padding: 0;
    font-weight: 600;
}

@media (max-width: 991px) {
    .header-v1 > .container {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .header-v1 .navbar-toggle {
        display: block;
        margin-right: 0 !important;
    }

    .header-v1 .navbar-collapse, .header-v1 .navbar-collapse .collapse {
        padding-left: 0;
        padding-right: 0;
    }

        .header-v1 .navbar-collapse.collapse {
            display: none !important;
        }

            .header-v1 .navbar-collapse.collapse.in {
                display: block !important;
                overflow-y: initial;
            }

    .navbar-v1.navbar-nav > li {
        float: none;
    }

        .navbar-v1.navbar-nav > li > a {
            font-size: 14px;
            padding: 9px 10px;
        }

            .navbar-v1.navbar-nav > li > a:focus {
                background: rgba(238, 238, 238, 0.44) !important;
            }

            .navbar-v1.navbar-nav > li > a:hover {
                color: #72c02c;
                background: rgba(238, 238, 238, 0.44) !important;
            }

        .navbar-v1.navbar-nav > li a {
            border-bottom: solid 1px #eee !important;
        }

    .navbar-v1.navbar-nav > .active > a, .navbar-v1.navbar-nav > .active > a:hover, .navbar-v1.navbar-nav > .active > a:focus {
        background: #bababa !important;
        color: #fff !important;
    }

    .topbar .navbar-nav {
        margin: 7.5px 0 !important;
    }
}

@media (max-width: 768px) {
    .header-v1 > .container {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .header-v1 .logo-v1 .slogan {
        display: none;
    }
}

.header-v1 {
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #eee;
    /*Top Bar login
------------------------------------*/
    /*Navbar Toggle button menu mobile
------------------------------------------*/
}

    .header-v1 > .container {
        display: table;
        margin-bottom: -40px;
    }

    .header-v1 .logo-v1 {
        font-size: 20px;
        display: table-cell;
        height: 100%;
        min-height: 40px;
        min-width: 100px;
        text-decoration: none;
        vertical-align: middle;
    }

        .header-v1 .logo-v1 img {
            width: 120px;
            margin: 10px 0;
            position: relative;
            z-index: 1;
        }

    .header-v1 .topbar {
        /*padding: 8px 0;*/
        margin-top: 12px;
        position: relative;
    }

        .header-v1 .topbar ul.loginbar {
            margin: 15px 0 0;
        }

            .header-v1 .topbar ul.loginbar > li {
                display: inline;
                list-style: none;
                position: relative;
                padding-bottom: 15px;
            }

                .header-v1 .topbar ul.loginbar > li > a, .header-v1 .topbar ul.loginbar > li > a:hover {
                    color: #7c8082;
                    font-size: 11px;
                    text-transform: uppercase;
                }

            .header-v1 .topbar ul.loginbar li.topbar-devider {
                top: -1px;
                padding: 0 10px;
                font-size: 8px;
                position: relative;
                font-family: Tahoma;
                border-right: solid 1px #bbb;
            }

                .header-v1 .topbar ul.loginbar li.topbar-devider:last-child {
                    padding-right: 0 !important;
                    border-right: 0 !important;
                }

                .header-v1 .topbar ul.loginbar li.topbar-devider:first-child {
                    padding-left: 0 !important;
                }

    .header-v1 .navbar-toggle {
        border-color: #5fb611;
        background: #000;
        padding: 5px 10px 5px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

        .header-v1 .navbar-toggle button {
            background: transparent;
            border: 0 none;
            float: right;
            vertical-align: middle;
        }

        .header-v1 .navbar-toggle .fa {
            color: #fff;
            font-size: 21px;
        }

        .header-v1 .navbar-toggle .title {
            position: relative;
            top: -2px;
            margin-right: 15px;
            color: #fff;
        }

        .header-v1 .navbar-toggle:hover, .header-v1 .navbar-toggle:focus {
            background: #000;
            padding: 5px 10px 5px;
        }

.frofile-user {
    position: relative;
    top: 4px;
}

    .frofile-user > .user-name {
        display: flex;
        z-index: 999;
    }

        .frofile-user > .user-name .name {
            white-space: nowrap;
            max-width: 100px;
            text-overflow: ellipsis;
            overflow: hidden;
            padding: 15px 10px 0 0;
            font-weight: 700;
        }

        .frofile-user > .user-name .avatar {
            border: 1px solid #c7c6c6;
            height: 50px;
            padding: 2px;
            width: 50px;
        }

        .frofile-user > .user-name:hover {
            text-decoration: none !important;
        }

.navbar-v1.navbar-nav {
    float: none;
}

    .navbar-v1.navbar-nav > li > a:hover, .navbar-v1.navbar-nav > .active > a {
        border-bottom: 2px solid #003366;
        position: relative;
        bottom: -2px;
    }

    .navbar-v1.navbar-nav > li > a,
    .navbar-v1.navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent;
    }

        .navbar-v1.navbar-nav > li > a,
        .navbar-v1.navbar-nav > li > a:hover,
        .navbar-v1.navbar-nav > li > a:focus,
        .navbar-v1.navbar-nav > .active > a,
        .navbar-v1.navbar-nav > .active > a:hover,
        .navbar-v1.navbar-nav > .active > a:focus {
            background: none !important;
            bottom: -2px;
        }

    .navbar-v1.navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        font-size: 14px;
    }

.footer-content {
    background: #272727;
}

.copyright, .footer-default .copyright-v1 {
    border-top: medium none;
    padding: 5px 0;
    position: relative;
    bottom: 0;
}

.footer-title {
    font-weight: 700;
    margin-top: 0;
}

.footer-default {
    color: #fff;
}

    .footer-default .footer-content {
        padding: 0 0 20px 0;
    }

        .footer-default .footer-content .footer-title {
            font-size: 16px;
            text-transform: uppercase;
            margin-top: 25px;
            color: #fff;
        }

            .footer-default .footer-content .footer-title::after {
                border-top: 1px solid #aaa;
                content: "";
                display: block;
                margin-bottom: 20px;
                margin-top: 10px;
                width: 50px;
            }

        .footer-default .footer-content a {
            color: #fff;
        }

    .footer-default .copyright-v1 {
        background: #222;
        text-align: center;
    }

/*form input Styles
------------------------------------*/
.form-v1 {
    /**/
    /* normal state */
    /**/
    /**/
    /* focus state */
    /**/
    /**/
    /* hover state */
    /**/
}

    .form-v1 .form-group-v1 {
        margin-bottom: 15px;
        display: block;
    }

    .form-v1 .input-group {
        border-collapse: separate;
        display: table;
        position: relative;
    }

    .form-v1 .input-group-addon {
        background: #fff;
        color: #b3b3b3;
        font-size: 14px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .form-v1 .input,
    .form-v1 .select,
    .form-v1 .textarea,
    .form-v1 .radio,
    .form-v1 .checkbox,
    .form-v1 .form-v1.radio,
    .form-v1 .toggle,
    .form-v1 .button {
        position: relative;
        display: block;
    }

    .form-v1 .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 600;
        border-radius: 0;
        color: #000;
        font-size: 100%;
        text-align: left;
        white-space: normal;
        padding: 0.2em 0 0.3em;
    }

    .form-v1 .input input,
    .form-v1 .input-group input,
    .form-v1 .select select,
    .form-v1 .textarea textarea,
    .form-v1 .radio i,
    .form-v1 .checkbox i,
    .form-v1 .form-v1.radio i,
    .form-v1 .toggle i {
        border-color: #bbb;
    }

    .form-v1 .input input,
    .form-v1 .input-group input,
    .form-v1 .select select,
    .form-v1 .textarea textarea {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        height: 35px;
        padding: 6px 10px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: #fff;
        font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
        color: #404040;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .form-v1 .input input:focus,
        .form-v1 .input-group input:focus,
        .form-v1 .select select:focus,
        .form-v1 .textarea textarea:focus {
            border-color: #bbb;
            box-shadow: 0 0 2px #c9c9c9;
        }

    .form-v1 .input:hover input,
    .form-v1 .select:hover select,
    .form-v1 .textarea:hover textarea {
        border-color: #999;
    }

    /**/
    /* radios and checkboxes style */
    /**/
    .form-v1 .radio,
    .form-v1 .checkbox,
    .form-v1 .form-v1.radio {
        margin-bottom: 4px;
        padding-left: 27px;
        font-size: 15px;
        line-height: 27px;
        color: #404040;
        cursor: pointer;
    }

        .form-v1 .radio:last-child,
        .form-v1 .checkbox:last-child,
        .form-v1 .form-v1.radio:last-child {
            margin-bottom: 0;
        }

        .form-v1 .radio input,
        .form-v1 .checkbox input,
        .form-v1 .form-v1.radio input {
            position: absolute;
            left: -9999px;
        }

        .form-v1 .radio i,
        .form-v1 .checkbox i,
        .form-v1 .form-v1.radio i {
            position: absolute;
            top: 6px;
            left: 0;
            display: block;
            border-width: 1px;
            height: 17px;
            width: 17px;
            outline: none;
            border-style: solid;
            background: #fff;
        }

        .form-v1 .radio input + i:after,
        .form-v1 .checkbox input + i:after,
        .form-v1 .form-v1.radio input + i:after {
            position: absolute;
            opacity: 0;
            -webkit-transition: opacity 0.1s;
            -moz-transition: opacity 0.1s;
            -ms-transition: opacity 0.1s;
            -o-transition: opacity 0.1s;
        }

        .form-v1 .radio input:checked + i:after,
        .form-v1 .checkbox input:checked + i:after,
        .form-v1 .form-v1.radio input:checked + i:after {
            opacity: 1 !important;
        }

        .form-v1 .radio i {
            border-radius: 50%;
        }

        .form-v1 .radio input + i:after {
            content: '';
            top: 5px;
            left: 5px;
            width: 5px;
            height: 5px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #999;
        }

        .form-v1 .checkbox input + i:after, .form-v1 .form-v1.radio input + i:after {
            content: '\f00c';
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            font: normal 10px/16px FontAwesome;
            text-align: center;
        }

    .form-v1 .inline-group {
        margin: 0 -30px -4px 0;
    }

        .form-v1 .inline-group:after {
            content: '';
            display: table;
            clear: both;
        }

        .form-v1 .inline-group .radio,
        .form-v1 .inline-group .checkbox,
        .form-v1 .inline-group .form-v1.radio {
            float: left;
            margin-right: 30px;
        }

            .form-v1 .inline-group .radio:last-child,
            .form-v1 .inline-group .checkbox:last-child,
            .form-v1 .inline-group .form-v1.radio:last-child {
                margin-bottom: 4px;
            }

    /**/
    /* selects */
    /**/
    .form-v1 .select i {
        height: 6px;
        right: 13px;
        top: 14px;
        width: 9px;
        position: absolute;
        background: #fff;
        pointer-events: none;
    }

        .form-v1 .select i:after, .form-v1 .select i::before {
            content: '';
            position: absolute;
            right: 5px;
            top: 4px;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .form-v1 .select i:after {
            bottom: 12px;
            border-top: 4px solid #404040;
        }

        .form-v1 .select i:before {
            top: -2px;
            border-bottom: 4px solid #404040;
        }

    .form-v1 .select select {
        padding-right: 28px;
    }

    .form-v1 .select-multiple select {
        height: auto;
    }

    /**/
    /* textareas */
    /**/
    .form-v1 .textarea textarea {
        height: auto !important;
        resize: none !important;
    }

    .form-v1 .textarea-resizable textarea {
        resize: vertical;
    }

    .form-v1 .textarea-expandable textarea {
        height: 39px;
    }

        .form-v1 .textarea-expandable textarea:focus {
            height: auto;
        }

    .form-v1 .input-file {
        height: auto;
    }

        .form-v1 .input-file .bnt-upload-file {
            margin-right: 20px;
        }

            .form-v1 .input-file .bnt-upload-file.btn {
                background: #337ab7 none repeat scroll 0 0;
                border-radius: 5px;
                color: #ffffff;
            }

            .form-v1 .input-file .bnt-upload-file:hover {
                border: 1px solid rgba(51, 122, 183, 0.36);
                color: #f3f3f3;
                opacity: 0.7;
            }

            .form-v1 .input-file .bnt-upload-file .afile {
                bottom: -2px;
                opacity: 0;
                position: absolute;
                width: 0;
                z-index: -1;
            }

/*Button Styles
------------------------------------*/
.form-button {
    clear: both;
    display: block;
}

.btn {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #0E7AC3;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

    .btn-u.btn-u-default {
        background: #0E7AC3;
    }

        .btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active {
            background: #005f9f;
        }

    .btn-u.btn-u-grey {
        background: #95a5a6;
    }

        .btn-u.btn-u-grey:hover, .btn-u.btn-u-grey:focus, .btn-u.btn-u-grey:active {
            background: #839c9d;
        }

    .btn-u.btn-u-red {
        background: #e74c3c;
    }

        .btn-u.btn-u-red:hover, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:active {
            background: #c0392b;
        }

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

.btn-u-sm,
a.btn-u-sm {
    padding: 3px 12px;
}

.btn-u-md,
a.btn-u-md {
    padding: 10px 20px;
}

.btn-u-1x,
a.btn-u-1x {
    padding: 7.5px 15px;
}

.btn-u-lg,
a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
}

.inline-group {
    display: inline-block;
}

    .inline-group.user {
        width: 100%;
        height: 130px;
        overflow: auto;
        padding-top: 5px;
    }

    .inline-group .inline-item {
        display: inline-block;
        padding: 5px 0;
        position: initial;
    }

        .inline-group .inline-item.pack-item {
            padding: 10px 15px !important;
            width: 33%;
        }

            .inline-group .inline-item.pack-item:last-child {
                margin-right: 0 !important;
            }

.unline-group .unline-item {
    border-bottom: 1px dotted #eee;
}

    .unline-group .unline-item > a {
        display: block;
        padding: 10px 15px;
        color: #555;
        font-size: 14px;
    }

        .unline-group .unline-item > a:hover {
            background: #eee;
            text-decoration: none;
            color: #000;
        }

    .unline-group .unline-item:last-child {
        border-bottom: 0;
    }

.unline-group .new-item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px dotted #eee;
}

    .unline-group .new-item a {
        color: #0E7AC3;
    }

.grid-view .grid-item {
    margin: 15px 0;
    border: 1px solid rgba(238, 238, 238, 0.37);
}

    .grid-view .grid-item:hover, .grid-view .grid-item:focus {
        -moz-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
        -webkit-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
        box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
    }

.grid-img {
    width: 100%;
    height: 200px;
}

.grid-content {
    padding: 0 10px;
}

    .grid-content .grid-title {
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0 5px 0;
    }

.grid-footer {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 10px;
}

/*//máy tính bảng loại to, hiển thị chiều ngang
@media only screen and (max-width: 1024px) {
}*/
@media only screen and (max-width: 980px) {
    .left-mobile {
        left: -300px;
        position: absolute;
        float: none;
        clear: both;
        background: #f4f4f4;
        padding: 10px;
        z-index: 999;
        -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
    }

        .left-mobile .mobile {
            position: absolute;
            right: -46px;
            top: -1px;
        }

    .wrapper-mobile .icon-show-mobile {
        padding: 10px 0 10px;
        position: absolute;
        left: 0px;
        top: 0;
        z-index: 500;
    }

        .wrapper-mobile .icon-show-mobile span {
            padding-left: 0;
        }

    .wrapper-mobile .mobile {
        display: inline-block;
        margin-left: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .modal-dialog.modal-v1 {
        width: 900px !important;
    }
}

@media only screen and (max-width: 600px) {
    .sub-itemt-v1 .text-right, .sub-itemt .text-right {
        text-align: left !important;
    }

    .sub-itemt-v1 .action, .sub-itemt .action {
        position: initial !important;
        top: auto !important;
        left: 0;
    }
}

.lable-inline {
    display: inline-block !important;
    margin-right: 15px !important;
}

.box-search {
    border: 1px solid #888;
    margin-bottom: 25px !important;
    padding: 15px 0;
}

.code {
    font-size: 16px;
    color: #e74c3c;
    margin-left: 15px;
}

.list-product {
    padding: 0 !important;
}

    .list-product .unline-content {
        padding: 0 !important;
    }

.unline-content {
    padding: 15px;
    position: relative;
    clear: both;
}

    .unline-content .content .title-name, .unline-content .content .title-sub-name {
        font-size: 15px;
        font-weight: 600;
        display: block;
        color: #0E7AC3 !important;
    }

    .unline-content .content .title-sub-name {
        font-size: 13px !important;
        color: #95a5a6 !important;
    }

    .unline-content .content .sub-content {
        margin-left: 60px;
    }

    .unline-content .content .sub-content-v1 {
        margin-left: 90px;
    }

    .unline-content.sub-itemt {
        border: 1px solid #eee;
        margin-bottom: 15px;
        height: auto;
        position: relative;
    }

        .unline-content.sub-itemt:hover, .unline-content.sub-itemt:focus {
            -moz-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
            -webkit-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
            box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
        }

        .unline-content.sub-itemt .action {
            position: absolute;
            top: 40%;
            right: 0;
            font-size: 15px;
        }

    .unline-content.sub-itemt-v1 {
        border-bottom: 1px solid #eee;
    }

        .unline-content.sub-itemt-v1.boder-dotted {
            border-bottom: 2px dotted #eee !important;
        }

        .unline-content.sub-itemt-v1 .action {
            position: absolute;
            top: 40%;
            right: 0;
            font-size: 13px;
        }

        .unline-content.sub-itemt-v1:last-child {
            border-bottom: 0px !important;
        }

    .unline-content.sub-itemt-v2 .action {
        position: absolute;
        top: 40%;
        right: 0;
        font-size: 15px;
    }

.table-header {
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin-bottom: 10px;
}

.action {
    position: absolute;
    top: 40%;
    right: 0;
    font-size: 13px;
}

    .action.action-v1 {
        top: 30% !important;
    }

.outter {
    position: relative;
}

    .outter .inner {
        position: absolute;
        top: 50%;
    }

.description {
    margin: 15px 0;
}

    .description h4 {
        font-size: 18px;
    }

.status {
}

.mack {
    font-size: 16px !important;
}

.map {
    height: 400px;
    margin-bottom: 15px;
}

    .map .img-map {
        width: 100%;
        height: 400px;
    }

.address-contact .unline-group h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.address-contact .unline-group p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.pack-group {
    border: 1px solid #eee;
    background: #fff;
    -moz-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
    -webkit-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
    box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
}

    .pack-group .pack-heading {
        text-align: center;
    }

    .pack-group .pack-mack {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -moz-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
        -webkit-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
        box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
        background: #eee;
        margin: 10px 17.5%;
        width: 170px;
        height: 100px;
    }

.pack-title {
    background: #a7ce33;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 20px;
}

.pack-mack {
    border: 1px solid #fff;
    color: #e74c3c;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
}

.pack-content {
    padding: 15px;
    margin: 10px 0;
    height: 200px;
    overflow: hidden;
}

.pack-footer {
    margin-top: 20px;
    padding: 15px;
    border-top: 1px solid #eee;
}

.add-popup {
    position: relative;
    margin-top: 20px;
    display: block;
    border: 1px solid #eee;
    -moz-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
    -webkit-box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
    box-shadow: rgba(233, 233, 233, 0.72) 0 1px 1px 1px;
}

    .add-popup:before {
        content: "";
        position: absolute;
        left: 32px;
        top: -13px;
        border-bottom: 13px solid #e4e4e4;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
    }

    .add-popup:after {
        content: "";
        position: absolute;
        left: 35px;
        top: -12px;
        border-bottom: 12px solid #fff;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
    }

.development-planning-content .collap-development .collap-heading {
    background: #F08527;
}

    .development-planning-content .collap-development .collap-heading .collap-title {
        color: #000;
    }

.development-planning-content .src {
    overflow: auto;
    border: 1px solid #ebebeb;
    /*padding: 15px;*/
}

    .development-planning-content .src::-webkit-scrollbar {
        width: 10px;
    }

    .development-planning-content .src::-webkit-scrollbar-track {
        background: #c7c7c7;
    }

    .development-planning-content .src::-webkit-scrollbar-thumb, .development-planning-content .src::-webkit-scrollbar-thumb:window-inactive {
        background: #0E7AC3;
    }

    .development-planning-content .src.coral::-webkit-scrollbar-thumb, .development-planning-content .src.coral::-webkit-scrollbar-thumb:window-inactive {
        background: #e67f22;
    }

.development-planning-content .panel {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.development-planning-content .panel-default .panel-heading {
    border-radius: 0 !important;
    background: #ccc;
    padding: 2px 1px;
}

    .development-planning-content .panel-default .panel-heading a {
        text-decoration: none !important;
    }

    .development-planning-content .panel-default .panel-heading h4.panel-title {
        color: #fff !important;
        padding-bottom: 0 !important;
        /*text-transform: uppercase;*/
        font-size: 13px;
        font-weight: 600;
        width: 95%;
        padding: 0 10px;
    }

    .development-planning-content .panel-default .panel-heading span.title-count {
        margin-top: -5px;
        width: 32px;
        height: 32px;
        color: #F08527;
        font-size: 22px;
        font-weight: bold;
    }

.development-planning-content .panel-default .collapse .scrolls {
    max-height: 430px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: "FontAwesome";
    content: "\f0de";
    float: right;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -22px;
    margin-right: 0;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -25px;
    margin-right: 5px !important;
}

.list-item {
    padding: 15px 0 15px 15px;
}

/*Tabs v1
------------------------------------*/
.tab-v1 .nav-tabs {
    border-bottom: none;
}

.tab-v1 li a {
    padding: 9px 16px;
    background: none;
    border: none;
}

.tab-v1 li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 2px #003366;
    border-bottom: none !important;

}

.tab-v1 .tab-content {
    padding: 10px 16px;
    border: solid 1px #eee;
}

/*Tabs v2
------------------------------------*/
.tab-v2 .nav-pills li a {
    color: #777;
    font-size: 17px;
    padding: 4px 8px;
    margin-bottom: 3px;
    background: #fafafa;
    border: solid 1px #eee;
}

    .tab-v2 .nav-pills li a:hover, .tab-v2 .nav-pills li.active a {
        color: #fff;
        background: #72c02c;
        border: solid 1px #68af28;
    }

.tab-v2 .nav-pills li i {
    width: 1.25em;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.tab-v2 .tab-content {
    padding: 15px;
    background: #fafafa;
    border: solid 1px #eee;
}

/*tabs content*/
.navbar-tabs-content .nav-tabs {
    border-bottom: 0 !important;
}

    .navbar-tabs-content .nav-tabs > li.active > a, .navbar-tabs-content .nav-tabs > li.active a:focus, .navbar-tabs-content .nav-tabs > li.active a:hover {
        background-color: #e7e7e7 !important;
    }

    .navbar-tabs-content .nav-tabs > li > a {
        background-color: #f8f8f8 !important;
        padding: 2px 15px !important;
        border-radius: 5px 50px 0 0;
        font-size: 12px;
    }

        .navbar-tabs-content .nav-tabs > li > a:hover {
            background-color: #e7e7e7 !important;
            color: #555;
        }

.tab-content > .active {
    border-radius: 0px 5px 5px 5px;
    padding: 10px;
}

.box-boder {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 15px;
}

/*Style for Cube Portfolio wrapper*/
.cube-portfolio #filters-container {
  text-align: center;
}

.cube-portfolio #filters-container .cbp-filter-item-active {
  background: #72c02c;
  border-color: #72c02c;
  margin-bottom:0;
}
.cube-portfolio #filters-container .cbp-filter-item {
  margin-bottom:0;
  margin-right:5px;
}
.cbp-l-filters-button .cbp-filter-item
{
    color:#333;
}
.cube-portfolio .cbp-l-filters-button .cbp-filter-counter {
  color: #fff;
  background: #72c02c;
}

.cube-portfolio .cbp-l-filters-button .cbp-filter-counter:before {
  border-top-color: #72c02c;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #72c02c !important;
    background-color: #72c02c !important;
}
