



.color1{
    color: #4780e3;

}

#en_1 img{
    position: absolute;
    right: 0;
    width: 120px;
    z-index: 9999;
}
#en_2 img{
    position: absolute;
    left: 0;
    width: 120px;
    z-index: 9999;
}

/*COMPUTER*/
@media all and (min-width: 599px){

    .relative{
        position: relative !important;
    }
    .anh_sat_khung_ben_phai{
        position: absolute;
        right: -330px;
    }
    .anh_sat_khung_ben_trai{
        position: absolute;
        left: -290px;
    }

    #hoa-dao-1 img{
        width: 300px !important;
        position: absolute;
        right: 0;
    }

    #hoa-dao-2 img{
        width: 300px !important;
        position: absolute;
        left: 0;
    }

    #hoa-dao-3 img{
        width: 300px !important;
        position: absolute;
        left: 0;
    }
    #hoa-dao-4 img{
        width: 300px !important;
        position: absolute;
        right: 0;
    }
    #hoa-dao-5 img{
        width: 300px !important;
        position: absolute;
        left: 0;
    }
    #hoa-dao-6 img{
        width: 300px !important;
        position: absolute;
        right: 0;
    }


    .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;
        */
        margin-top: 0;
        width: 100%;
    }

    .chu_to_dau_dong{
        float: left;
        width: 100px;
        height: 100px;

        /*
        background: #711e7e;
         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;
        font-size: 210px;
        line-height: 70px;
    }

    p{
        text-align: justify;
        word-wrap: break-word;
        font-weight: inherit;
        vertical-align: baseline;
        line-height: 1.5em;
        margin: 12px auto;
        font-size: 25px;
    }
    .h_40{
        height: 40px;
    }
    .cach_dong{

    }
    .left{
        float: left;
        margin: 0 auto ;
    }
    .right{
        float: right;
        margin-left: 10px;
    }
    .right-text{
        float: right;
    }


    .position_cha_sang_trai{
        position: relative;
        left: -100px;
        top: 0;
        margin-right: -100px;
    }

    .position_cha_sang_phai{
        position: relative;
        right: -130px;
        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: #711e7e;
          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;
        font-size: 135px;

        line-height: 50px;
        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: 16px;
    }

    .h_40{
        height: 20px;
    }
    .cach_dong{
        height: 0;
    }

    .left{
        float: none;
        margin: 0 auto;
    }
    .right{
        float: none;
        margin: 0;
    }
    .right-text{
        float: none;

    }



    .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*/