



p.color1{
    color: #8f552d;
}

#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.scrollbar
{

    height: 296px;
    overflow-y: scroll;

}
.scroll{

}



/*COMPUTER*/
@media all and (min-width: 599px){

    .w550px_p{
        width: 550px !important;
    }
    .bg_right{
        background: url('../img/7.png') no-repeat right;
        background-size: 400px;
    }

    #content{
        width: 990px;
        margin: 0 auto;
        display: block;
    }
    #content .wrap_top{
        width: 740px;
        margin: 0 auto;
    }

    #content .wrap_top .title p{
        font-size: 30px;
    }
    .wrap_content{
        margin-top: 35px;
        width: 100%;
    }

    .chu_to_dau_dong{
        float: left;
        width: 100px;
        height: 100px;
        background: #80b23f;
       /*
        background: -webkit-radial-gradient(#ffbe2c, #f98f08);
        background: -o-radial-gradient(#ffbe2c, #f98f08);
        background: -moz-radial-gradient(#ffbe2c, #f98f08);
        background: radial-gradient(#ffbe2c, #f98f08);
       */
        text-align: center;
        margin-right: 5px;
        color: #fff;
        font-size: 110px;
        font-weight: bold;
        line-height: 100px;
    }

    p{
        text-align: justify;
        word-wrap: break-word;
        font-weight: inherit;
        vertical-align: baseline;
        line-height: 1.5em;
        margin: 12px auto;
        font-size: 15px;
    }
    .h_40{
        height: 40px;
    }
    .cach_dong{

    }
    .left{
        float: left;
        margin: 0 auto ;
    }
    .right{
        float: right;
        margin-left: 50px;
    }

    .position_cha_sang_trai{
        position: relative;
        left: -150px;
        top: 0;
        margin-right: -100px;
    }

.position_cha_sang_phai{
    position: relative;
    right: -150px;
    top: 0;
    margin-left: -100px;
}

    .full_bgPC{
        background: url("../img/bg-PC.png") no-repeat 0 0;
        background-size: cover;
        height: 930px;
        -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
        -moz-transition: 2s;
        transition: 2s;
        opacity: 1;

    }


} /* END COMPUTER*/






/*MOBILE*/
@media all and (max-width: 599px){

    .position_cha_sang_trai{

    }



    .wrap_content{
        margin-top: 0;
        width: 100%;
    }
    .chu_to_dau_dong{
        float: left;
        width: 80px;
        height: 80px;
        background: #80b23f;
      /*
        background: -webkit-radial-gradient(#ffbe2c, #f98f08);
        background: -o-radial-gradient(#ffbe2c, #f98f08);
        background: -moz-radial-gradient(#ffbe2c, #f98f08);
        background: radial-gradient(#ffbe2c, #f98f08);
      */
        text-align: center;
        margin-right: 5px;
        color: #fff;
        font-size: 85px;
        font-weight: bold;
        line-height: 80px;
        margin-left: 5px;
    }
    p{
        text-align: justify;
        word-wrap: break-word;
        font-weight: inherit;
        vertical-align: baseline;
        line-height: 1.5em;
        margin: 8px 5px;
        font-size: 18px;
    }

    .h_40{
        height: 20px;
    }
    .cach_dong{
        height: 0;
    }

    .left{
        float: none;
        margin: 0 auto;
    }
    .right{
        float: none;
margin: 0;
    }



    .full_bgMobile{
        background: url("../img/bg-mobile.jpg") no-repeat 0 0;
        background-size: cover;
        height: 555px;
        -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
        transition: 2s;

    }





}/*END MOBILE*/