
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
    color: #428bca;
    text-decoration: none;
}

    a:hover {
        color: #9eccf4;
        text-decoration: none;
    }

.ccstable {
    border-width: 1px;
    border: 1px solid black;

}
th, td {
    border: 1px solid black;
    padding:10px;
    /*cellpadding:1px;
    cellspacing:5px*/
}

.ccsHelp {
    font-size: 14px;
    color: #ff6a00;
    font-style: italic;
    border: 1px solid #fff8d3;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fefbea;
    margin-top: 15px;
    padding: 15px 15px 15px 15px;
    line-height: 25px;
}
.ccsBoder {
    border: 1px solid #428bca;
    background-color: white;
    opacity: 0.9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ccsBoderAn5 {
    border: 1px solid #428bca;
    background-color: white;
    opacity: 0.9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ccsTieudeMau {
    color: #428bca;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
}
.ccsTieudeTrang {
    color: white ;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 900;
}
.ccsTextThuong {
    color: gray !important;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 15px !important;
}
.ccsTieudeTrang h2{
    font-size: 35px;
    font-weight: 900;
}
.ccsbtn {
    margin-left: 22px;
    background: #428bca;
    color: #fff;
    border-radius: 5px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 0;
}

    .ccsbtn:hover {
        background: #3c81bd;
        color: #fff;
    }
#callnowbutton {
    display: none;
}

@media screen and (max-width:500px) {
    .fixhelp {
        visibility: hidden;
    }
    .ccsBoderAn5 {
        border: 0px solid #428bca;
        background-color: white;
        opacity: 0.9;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #callnowbutton {
        display: block;
        height: 80px;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -20px;
        background: #009900 url('img/call.png') no-repeat center 10px;
        text-decoration: none;
        box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px #888;
        -moz-box-shadow: 0 0 5px #888;
        z-index: 9999;
    }
}


.loginTop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.loginBot {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.ccscopyright1 {
    position: absolute;
    bottom: 8px;
    right: 10px;
    text-align: right;
    z-index: 999;
    color: #ddd;
    font-size: 12px;
    font-style: italic;
}

.ccscopyright2 {
    position: absolute;
    bottom: 30px;
    right: 10px;
    text-align: right;
    z-index: 999;
    color: #fff;
    font-size: 14px;
}

.ccscopyright3 {
    position: absolute;
    bottom: 52px;
    right: 10px;
    text-align: right;
    z-index: 999;
    color: #fff;
    font-size: 14px;
}
.ccsImg {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
 .ccsImg{
    transition: all ease-in-out 0.3s;
}
    .ccsImg:hover {
        /*transform: scale(1.1);*/
        filter: brightness(80%);
        border-radius: 10px;
    }

.bgSoluong {
    background-image: url(/img/bgcount.jpg);
    background-color: rgba(13, 30, 45, 0.8);
    background-repeat: no-repeat;
    enable-background: initial;
}
.text-justify {
    text-align: justify;
}
.ccsThutdong {
    text-indent: 1.5em;
}

.ccs_social {
    padding-left : 10px;
    padding-right : 10px;
}
.ccsfilter {
    filter: brightness(110%)
}
.carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}



