@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);
}

@font-face {
    font-family: Cabaret;
    src: url(../font/UTM-Cabaret.ttf);
}
@font-face {
    font-family: UTM-Aptima;
    src: url(../font/UTM%20Aptima.ttf);
}

@font-face {
    font-family: UTM-Avo;
    src: url(../font/UTM%20Avo.ttf);
}
@font-face {
    font-family: Noto-Serif;
    src: url(../font/NotoSerif-Regular_0.ttf);
}


body
{

    color: #333;
    font-family: Noto-Serif,UTM-Avo,Roboto,UTM-Aptima,segoepr,Helvetica,Tahoma, Arial;
    height: auto;
    max-width: 100%;
    min-width: 320px;
    width: 100%;

    background-size: cover;
    background-attachment: fixed;
 
    /*
   background: #231f20;
background: url("../img/bg.jpg") no-repeat 0 0 ;
    background: -webkit-radial-gradient(#004c6e, #001623);
    background: -o-radial-gradient(#004c6e, #001623);
    background: -moz-radial-gradient(#004c6e, #001623);
    background: radial-gradient(#004c6e, #001623);
    */


}

.font_Cabaret{
font-family: Cabaret !important;
}
.color_chu_to{
color: #5e3c00 !important;
}
.h50{
    height: 50px;
}

.displaynone{
    display: none;
}
.video_background{

   margin: 0 auto;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.inline_table{
    display: inline-table !important;
}



img.dentrang {
    filter: #ffffff; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
img.dentrang:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}



@media all and (min-width: 599px){
    body{

        background-size: 100%;
    }
    .border_color{
        border-left-style: solid;
        border-left-width: 10px;
        border-left-color: #ffed00;
        padding-left: 5px;
    }
    .h20{
        height: 20px;
    }

    .margin_left_20px{
        margin-left: 20px !important;
    }
    .margin_left_120px{
        margin-left: 120px !important;
    }


}


/*MOBILE*/
@media all and (max-width: 599px){
    body{
       /* background: url('../img/bg-mobile.jpg') repeat #00abbd;*/
        background-size: 100%;
    }

    .border_color{
        border-left-style: solid;
        border-left-width: 5px;
        border-left-color: #ffed00;


    }
    .border_color p{
        padding-right: 6px !important;
    }
    .margin_left_20px{
        margin-left: 0;
    }
    .margin_left_120px{
        margin-left: 0;
    }

}




.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: 18px;
}
.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: #df5725;
}
.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{
    display: block;
}
.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){

    .h20{
        height: 10px;
    }

    #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;
    }

}