﻿    /*=====================================================*/
    /*======site-blue.css Đặng Minh Tấn 09/04/2019=========*/
    /*=====================================================*/
    /* https://www.materialui.co/colors */
    /* https://www.jquery-az.com/wwh/demo.php?ex=28.0_1 */
    /*=====================================================*/
    /*==============Màu Green 2E7D32  43A047===============*/
    /*=====================================================*/
    :root { 
        --colorDam: #28a745; /* var(--colorNhac); */
        --colorNhac: #007e44; /* var(--colorDam); */
    } 

    body {
        padding-top: 56px;
    }

    /*=====================================================*/
    /*=====================================================*/
    /*=====================================================*/
    .form-control {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .control-label {
        font-weight: normal;
    }
    .panel-primary {
        border-color: var(--colorNhac);
        border-radius: 0px;
    }
    .panel-primary > .panel-heading {
        color: #fff;
        background-color: var(--colorNhac);
        border-color: var(--colorNhac);
        border-radius: 0px;
    }

    /*=====================================================*/
    /*===================PHẦN BacktoTop====================*/
    /*=====================================================*/
    #backtotop {
        bottom: 7px;
        display: none;
        margin: 0 20px 20px 0;
        position: fixed;
        right: 0;
        z-index: 2;
    }
        #backtotop a {
            /* background: url("http://i.imgur.com/zODWZlw.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.5);  */
            background: url("/Images/icon_gotop.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.5);
            border: 0 none;
            display: block;
            height: 40px;
            text-decoration: none;
            transition: all 0.1s ease-in-out 0s;
            width: 40px;
        }
            #backtotop a:hover {
                -webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
                box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
                background-color: dodgerblue;
            }


    /*=====================================================*/
    /*==================LINE TIÊU ĐỀ=======================*/
    /*=====================================================*/
    .new-block-title {
        padding-bottom: 2px;
        border-bottom: 4px solid var(--colorNhac);
        margin-bottom:5px;
    }
    .new-block-title,
    .new-block-title a {
        font-size: 16px;
        line-height: 1.25;
        font-weight: bold;
        color: #373737;
    }

    .new-title-h1 {font-family: Cambria, Georgia, serif; font-size: 24pt; font-weight: bold; color:darkred; text-align:center;}
    .new-title-h2 {font-family: Cambria, Georgia, serif; font-size: 20pt; font-weight: bold; color:darkred; text-align:center;}
    .new-title-h3 {font-family: Cambria, Georgia, serif; font-size: 16pt; font-weight: bold; color:darkred; text-align:center;}
    .new-title-h4 {font-family: Cambria, Georgia, serif; font-size: 13pt; font-weight: bold; color:darkred; text-align:center;}
    .new-title-h5 {font-family: Cambria, Georgia, serif; font-size: 10pt; font-weight: bold; color:darkred; text-align:center;}

    /*=====================================================*/
    /*=================LINE TÁCH NHÓM======================*/
    /*=====================================================*/
    .line-block{background:rgba(0, 0, 0, 0) url(../Images/bg_line.png) repeat-x scroll 0 0;}
    .line-block{height:5px;margin:10px 0;width:100%;}


    /*=====================================================*/
    /*=================STYLE TIN TỨC=======================*/
    /*=====================================================*/
    .single-title {
        font-size: 20px !important;
        font-weight: 400;
        font-family: 'Roboto Condensed',sans-serif;
        line-height: 32px;
        margin: 5px 0 10px 0;
    }
    .single-title {
        color: #0c92be !important;
    }
    .single-content img {
        border-color: #ccc;
    }
    .single-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 10px auto;
        padding: 3px;
        border-style: solid;
        border-width: 1px;
    }
    .single-content txt {
        width: 100%;
        list-style: none;
        display: inline-block;
        text-align: justify;
        margin: 2px;
        background: yellow;
        word-wrap: break-word;
    }
    .news-detail-title {
        color: #0c92be !important;
        font-size: 24px !important;
        font-weight: 400;
        font-family: 'Roboto Condensed',sans-serif;
        margin: 5px 0 10px 0;
        text-align: justify;
    }
    .news-detail-summary {
        text-align: justify;
        font-family: Tahoma, Arial;
        font-size: 14px;
        font-weight: bold;
        color: #467181;
        margin: 5px 0 5px 0;
    }
    .news-detail-createdate {
        color: #999;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 10px;
        margin: 5px 0 5px 0;
    }
    .news-detail-content {
        text-align: justify;
        color: rgb(85, 85, 85);
        font-family: Tahoma, Arial;
        font-size: 14px;
        margin: 5px 0 5px 0;
    }

    /*=====================================================*/
    /*=====================FOOTER SITE=====================*/
    /*=====================================================*/
    .footer-page {
        border-top: 5px solid var(--colorNhac); 
        border-bottom: 1px solid gray; 
        font-family: Tahoma, Verdana, Segoe, sans-serif; 
        font-size: 12px; 
        margin-bottom: -30px;
    }
    .footer-content {
        background: #1565C0; 
        color: #fff; 
        background-image: url(../Images/bg_footer.png);
    }
    .footer-block {
    }
    .footer-contact {
    }




    /*=====================================================*/
    /*=================TOOLTIP CUSTOMS=====================*/
    /*================00acd6=====================================*/
        .tooltip-inner {
        background-color: #8B0000 !important;  
        color: #fff;
        text-align: left;
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #8B0000;
        text-align: left;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #8B0000;
        text-align: left;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #8B0000;
        text-align: left;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #8B0000;
        text-align: left;
    }



