﻿.top-bar {
    background: #088748;
}

.header-main i {
    color: #fff;
}
.top-bar .top-bar-right .text-dark{
    color:#fff !important;
}

/*.horizontalMenu > .horizontalMenu-list > li > a {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}*/

.horizontalMenu > .horizontalMenu-list > li > a.active {
    background: none;
    color: #088748;
    border-bottom: 2px solid #088748;
    border-radius: 0;
}

.horizontalMenu > .horizontalMenu-list > li:hover > a {
    background: none;
    color: #088748;
}

.bg-background2:before {
    background: rgb(9, 196, 140);
}

.btn-secondary {
    color: #fff;
    background-color: #83c271;
    border-color: #83c271;
}
    .btn-secondary:hover {
        color: #fff;
        background-color: #91ab2a;
        border-color: #91ab2a;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #91ab2a;
        border-color: #91ab2a;
    }

.gradient-icon {
    background: linear-gradient(120deg, #09c48c 0%, #09c48c 100%);
}

.gradient-icon {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}


.bg-background3:before {
    background: #6BE2BE;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #079d70;
    content: ">";
}

.canh-bao-attp .select2 {
    width: 100%;
}

.owl-nav button {
    color: #09c48c !important;
}
.owl-carousel:hover .owl-nav button {
    color: #09c48c !important;
}


#ThongTinToChuc .item-all-cat .row .item-all-card {
    min-height: 252px;
}

#ThongTinToChuc  .item-all-cat .item-all-card:hover {
    
}


.bg-background2:before {
    background: none;
}

.item-all-cat .item-all-card:hover .item-all-text h5 {
    color: #09c48c !important;
}

.bg-background:before {
    /* background: linear-gradient(to right, rgba(59, 162, 255, 0.9), rgba(105, 99, 255, 0.8)); */
    /*background: #53c7a5;*/
    background-image: url("../img/background-canh-bao.svg");
    /* background: linear-gradient(to right, rgba(59, 162, 255, 0.9), rgba(105, 99, 255, 0.8)); */
}

a.text-dark:hover, a.text-dark:focus {
    color: #09c48c !important;
}

.Sptucongbo .text-dark, .Cosoduoccapgiay .text-dark, .Spcapgiaytiepnhandangkicongbo .text-dark, .Vungodoc .text-dark, .coSoBiCanhBao .text-dark {
    color: #83c271 !important;
}

.bg-dark {
    background-color: #1D1D35 !important;
}
.footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
   
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

    .footer-main a:hover {
        color: #fff;
    }

.social li a:hover {
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}


.item-all-card {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

    .item-all-card:hover {
        transform: translate(0px,-10px);
        -moz-transform: translate(0px,-10px);
        -webkit-transform: translate(0px,-10px);
        -o-transform: translate(0px,-10px);
        -ms-transform: translate(0px,-10px);
    }

.bg-yellow {
    background-color: #fbdc0e !important;
}

/*loader*/

[class*="loader"] {
    font-size: 70px;
    line-height: 200px;
    color: #09c48c;
}
.loader {
    position: relative;
    width: .15em;
    height: .15em;
    background-color: currentcolor;
    border-radius: 100%;
    -webkit-animation: loader-1 30s infinite linear;
    animation: loader-1 30s infinite linear;
}

    .loader:before, .loader:after {
        content: '';
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .loader:before {
        width: .3em;
        height: 1em;
        -webkit-animation: loader-2 .8s linear infinite;
        animation: loader-2 .8s linear infinite;
    }

    .loader:after {
        width: 1em;
        height: .3em;
        -webkit-animation: loader-2 1.2s linear infinite;
        animation: loader-2 1.2s linear infinite;
    }

@-webkit-keyframes loader-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-2 {
    0% {
        box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
    }

    25% {
        box-shadow: 0.04em 0.04em 0 0.02em currentcolor;
    }

    50% {
        box-shadow: -0.04em 0.04em 0 0.02em currentcolor;
    }

    75% {
        box-shadow: -0.04em -0.04em 0 0.02em currentcolor;
    }

    100% {
        box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
    }
}

@keyframes loader-2 {
    0% {
        box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
    }

    25% {
        box-shadow: 0.04em 0.04em 0 0.02em currentcolor;
    }

    50% {
        box-shadow: -0.04em 0.04em 0 0.02em currentcolor;
    }

    75% {
        box-shadow: -0.04em -0.04em 0 0.02em currentcolor;
    }

    100% {
        box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
    }
}

/*confix*/
/*#topcontrol {
    right: 100px !important;
}*/

.baocaoattp {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 998;
}

    .baocaoattp .notifications {
        background: #FFC107;
        color: #fff !important;
    }

.notifications {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #263238;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
}

    .notifications:nth-last-child(1) {
        transition-delay: 25ms;
    }

    .notifications > i {
        font-size: 2em;
        line-height: 55px;
        transition: all .2s ease-in-out;
    }

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-dialog {
    min-width: 60% !important;
}

    .modal-dialog .select2 {
        width: 100% !important;
    }

/*#baocao {
        animation: shake 0.5s;
        animation-iteration-count: infinite;
    }*/

#baocao {
    animation: 1.8s shake infinite alternate;
}

@keyframes shake {
    0% {
        transform: skewX(-15deg);
    }

    5% {
        transform: skewX(15deg);
    }

    10% {
        transform: skewX(-15deg);
    }

    15% {
        transform: skewX(15deg);
    }

    20% {
        transform: skewX(0deg);
    }

    100% {
        transform: skewX(0deg);
    }
}

a.social-icon.text-dark {
    color: #fff !important;
}

    a.social-icon.text-dark:hover, a.social-icon.text-dark:focus {
        color: #fff !important;
    }
    a.social-icon.text-dark:hover, a.social-icon.text-dark:focus {
        color: #fff !important;
    }


.wideget-user-tab .tabs-menu1 ul li .active {
    border-bottom: 2px solid #09c48c !important;
}


#global-loader-search {
    position: fixed;
    z-index: 50000;
    background: rgba(255, 255, 255, 0.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.linkXemGiayChungNhan {
    cursor: pointer;
    color: #09c48c;
}

    .linkXemGiayChungNhan:hover, .linkXemGiayChungNhan:focus {
        color: #ff382b;
    }

.pagination-custom {
    position: absolute;
    z-index: 1000;
    background: #fafafa;
    bottom: 0px;
    width: 100%;
    margin-left: -15px;
    padding: 5px;
}

/*search nâng cao*/
.attp-docsearch {
    color: #fff !important;
}

    .attp-docsearch .attp-advanceicon i {
        border-color: #fff;
    }

        .attp-docsearch .attp-advanceicon i:after {
            border: 2px solid #fff;
            background: #079d70;
        }

    .attp-docsearch span:last-child {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

.attp-advanceicon {
    display: inline-block;
    vertical-align: middle;
}

    .attp-advanceicon i {
        width: 22px;
        display: block;
        margin: 7px 0 0;
        position: relative;
        border: 1px solid #bababa;
    }

        .attp-advanceicon i:first-child {
            margin: 0;
        }

        .attp-advanceicon i:after {
            top: 0;
            left: 0;
            width: 8px;
            height: 8px;
            content: '';
            background: #fff;
            position: absolute;
            border-radius: 50px;
            margin: -4px 0 0 -5px;
            border: 1px solid #bababa;
        }

        .attp-advanceicon i:first-child:after {
            left: 50%;
        }

        .attp-advanceicon i:nth-child(2):after {
            left: 20%;
        }

        .attp-advanceicon i:nth-child(3):after {
            left: 80%;
        }

.attp-docsearch:hover .attp-advanceicon i:first-child:after {
    left: 10%;
}

.attp-docsearch:hover .attp-advanceicon i:nth-child(2):after {
    left: 80%;
}

.attp-docsearch:hover .attp-advanceicon i:nth-child(3):after {
    left: 20%;
}

.attp-docsearch .attp-advanceicon i::after {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.attp-advancedsearch-holder {
    position: relative;
}

.attp-advancedsearch-holder {
    display: none;
}
/*.attp-advancedsearch-holder:before {
    width: 0;
    top: -7px;
    height: 0;
    left: 40px;
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #079d70;
}*/
.margin-top-20 {
    margin-top: 20px !important;
}

.bg-background2:before {
    background: linear-gradient(to right, rgba(9, 196, 140, 0.87), rgba(16, 191, 140, 0.5));
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: none;
    transform: none;
}

.attp-btn-trash {
    display: none
}

.attp-advancedsearch-holder:before {
    width: 0;
    bottom: -8px;
    height: 0;
    left: 40px;
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
}

.highcharts-drilldown-data-label text {
    fill: #5ca3e0 !important;
    text-shadow: none !important;
    color: #5ca3e0 !important;
}

/*fix menu*/
.sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 2px 3px 4.7px 0.3px rgba(0, 0, 0, .24);
}

table th.stickys {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    color: #fff;
    background: #71ceb2;
    text-transform: none;
}

.list-group-attp {
    cursor: pointer;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: none;
    transform: none;
}

    .list-group-attp:not(.activeBtnTab):hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

a:not([href]) {
    cursor: pointer;
}
.br-6 {
    border-radius: 6px  !important;
}

.green-steel {
    border: 1px solid #088748 !important;
    text-transform: none !important;
    background: #fff !important;
    color: #088748  !important;
    font-size:14px;
    font-weight:bold;
}




/*#toast-container > .toast-error {
    background: red;
    background-image: none;
}*/

