@font-face {
    font-family: Roboto;
    src: url(../font/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family: segoepr;
    src: url(../font/segoepr.ttf);
}
@font-face {
    font-family: olden;
    src: url(../font/OLDENGL.TTF);
}

body
{

    color: #333;
    font-family: Roboto,segoepr,Helvetica,Tahoma, Arial;
    height: auto;
    max-width: 100%;
    min-width: 320px;
    width: 100%;


    /*
    background: -webkit-radial-gradient(#505052, #252122);
    background: -o-radial-gradient(#505052, #252122);
    background: -moz-radial-gradient(#505052, #252122);
    background: radial-gradient(#505052, #252122); */

}


.video_background{

   margin: 0 auto;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}



@media all and (min-width: 599px){
    .clearfix{
        display: block;
        height: 20px;
    }
    body{
        background: url('../img/bg.jpg') repeat 0 0 #fff;
        background-size: 100%;
    }
    .border_color{
        border-left-style: solid;
        border-left-width: 10px;
        border-left-color: #ffed00;
        padding-left: 5px;
    }


}


/*MOBILE*/
@media all and (max-width: 599px){
    body{
        background: url('../img/bg-mobile.jpg') repeat #fff;
        background-size: 100%;
    }

    .border_color{
        border-left-style: solid;
        border-left-width: 5px;
        border-left-color: #ffed00;


    }
    .border_color p{
        padding-right: 6px !important;
    }

}


.oldenFont{
    font-family: olden;
}

*
{
    margin: 0;
    padding: 0;
}


.bg-xanh{
    background: #4491d6;
}

.bg-top{
    height: 25px;
    background-size: 100%;
    margin-top: 15px;

}
.cap_anh{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    color: rgb(88, 88, 88) !important;
    font-size: 16px;
}
.bg-bottom{
    height: 25px;
    margin-bottom: 15px;
    background-size: 100%;
}

img {
    border: medium none;
}
.h100{
    height: 100px;
    clear: both;
}



ul,li,a{
    list-style: none;
}
a{
    text-decoration: none;
}
.in-nghieng{

    font-style: italic;
}
.in-dam{

    font-weight: bold;
}
.dam-nghieng{

    font-weight: bold;
    font-style: italic;
}
.in-hoa{
    text-transform: uppercase;
}

.color_cam{
    color: #f59b1b;
    background: -webkit-radial-gradient(#f8b511, #f59b1b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color_1{
    color: #282f37;
}
.color_2{
    color: #4491d6;
}
.color_3{
    color: #0f0f07;
}
.color_4{
    color: #e43a3a;
}
.color_5{
    color: rgba(227, 228, 230, 0.53);
}
.color_6{
    color: #4583b6;
}
.color_7{
    color: #e94a4f;
}


.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.clear{
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.clear:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;

}







#tim_kiem{

    width: 300px;
    margin: 10px auto;
}
#tim_kiem .txtTimKiem{
    width: 200px;
    height: 35px;
    float: left;
    padding-left: 10px;
    font-size: 18px;
    color: #808183;
}
#tim_kiem .button_timkiem{
    width: 80px;
    background: #4491d6 none repeat scroll 0 0;
    color: #fff;
    float: right;
    border-radius: 3px;
}
#tim_kiem .button_timkiem p{
    text-align: center;
}
#tim_kiem .button_timkiem:hover{
    background: #e94a4f none repeat scroll 0 0 !important;
    cursor: pointer;
}


/* TIM KIEM MOBILE*/
#tim_kiem_mobile{

    width: 300px;
    margin: 10px auto;
}
#tim_kiem_mobile .txtTimKiem_mobile{
    width: 180px;

    height: 35px;
    float: left;
margin-top: 5px;
    padding-left: 10px;
    font-size: 18px;
    color: #808183;
    border: 1px solid #ddd;
    margin-left: 10px;

}
#tim_kiem_mobile .button_timkiem_mobile{
    width: 80px;

    background: #4491d6 none repeat scroll 0 0;
    color: #fff;
    float: left;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 15px;

}
#tim_kiem_mobile .button_timkiem_mobile p{
    text-align: center;
}
#tim_kiem_mobile .button_timkiem_mobile:hover{
    background: #e94a4f none repeat scroll 0 0 !important;
    cursor: pointer;
}







@media all and (max-width: 599px){

    .clearfix{
        display: block;
        height: 5px;
    }

    #content .noi_dung{
        margin: 5px;
    }
    #content .title{
        margin: 5px;
    }

    #tim_kiem_mobile{
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 50px;
        background: #fff;
        margin: 10px auto;
        display: none;
    }

}