/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Oct-2015, 13:56:50
    Author     : N.N.Duy
*/



//#4CAF50

html, body, h1, h2, h3, h4, p, ul, li,a,span
{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0!important;
}

.default{
    background-color: #333;
    border-bottom: 5px solid transparent;
    transition-duration: 1s;
}


.menu{
    background: #333;
}
.collapse{
    /*float: right;*/
}

.menu a{
    text-transform: uppercase;
}

@media (min-width: 999px) {
    .navbar-toggle {
        display: none !important;
    }
}


.logo{
    /*margin-top: 25px;*/
    /*padding: 15px 0;*/
    font-size: 30px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    color: #333;
}


.fixed {
    transition-duration: 1s;
    text-align:center;
    /*border-bottom: 5px solid #CD0022;*/
    z-index:999;
    position:fixed;
    top: -35px; 
    padding:0px 0;
    padding-top: 35px;
    width:100%;
    background-color: #333!important;
     /*   background-color: rgba(51, 51, 51, 0.38)!important;*/
}
.logo p{
    text-align: center;
    margin: 0px !important;
    width: 100%;
    background: #CD0022;
    color:#fff;
    padding: 10px 0px;
    text-transform: uppercase
}

.logo p a{
    font-size: 24px;
    text-decoration: none;
    outline: none;
    color:#ddd !important;
}
.backgr{
    /*background: #333;*/
   
}

.fl_menu a{
    font-size: 12px;
    color: #ddd;
}
.newss{
    position: relative;
}
.slideshow{
    z-index: 9999!important;
}
.img{
    z-index: 9199!important;
}
.con_1{
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top:-250px;
}
.nivoSlider{
    opacity: 1;
    z-index: -9;
}

.tt_1{
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    padding-top: 35px;
    color:#fff;

}
.tt_2{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding-top: 25px;
    margin-bottom: 25px;
    color:#fff;
}
.border_1{
    padding: 35px 0px;
    border:1px solid #ddd;
    background: #fff;
}

.img_full{
    margin-bottom: 25px;
    padding-top:0px;;
    width: 100%;
    height: 450px;
    /*padding-bottom: 25px;*/
    overflow: hidden;
    position: relative;
    background: #666666;
}

.img_full img{
    width: 100%;
}

.img_full .title_1{

    position: absolute;
    margin-top:25px;
    padding: 15px;
    width: 100%;
    top: 0px;
    left: 100%;
    background:rgba(0, 0, 0, 0.41);
    height: 100px;
    color:#fff;
}
.img_full .title_1 p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

}
.img_full:hover .title_1{
    transition:all 1s ease-in-out 0s;
    -moz-transition:all 1s ease-in-out 0s;
    -webkit-transition:all 1s ease-in-out 0s;
    left:0%;
}

.binhchon{
    position: absolute;
    bottom: 30px;
    left: -20px;
}

.binhchon li{
    color:#ddd;
    display: inline-block;
    padding-left: 25px;
    background: #CD0022
}
.binhchon li.like{
    background: rgba(0, 0, 0, 0) url("../img/icon/like.png") no-repeat scroll 0 2px;
}
.binhchon li.view{
    background: rgba(0, 0, 0, 0) url("../img/icon/view.png") no-repeat scroll 0 2px;
}
.bot_note li.like{
    background: rgba(0, 0, 0, 0) url("../img/icon/like1.png") no-repeat scroll 0 6px;
}
.bot_note li.view{
    background: rgba(0, 0, 0, 0) url("../img/icon/view.png") no-repeat scroll 0 6px;
}

.bot_note li{
    padding-left: 25px;
}




/*
*
* Gallery-specific Styles
*
*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#gallery-container {
    font-size: 20px;
    margin: auto;
    position: relative;
    /*max-width: 50em;*/
    text-align: center;
    overflow: hidden;
    padding-top: 1em
}

#gallery-container:full-screen {
    max-width: 100% !important;
    width: 100%;
    height: 100% !important;
    background-color: #111
}

#gallery-container:-webkit-full-screen {
    max-width: 100% !important;
    width: 100%;
    height: 100% !important;
    background-color: #111
}

#gallery-container:-moz-full-screen {
    max-width: 100% !important;
    width: 100%;
    height: 100% !important;
    background-color: #111
}

.controls {
    text-align: center;
    font-size: 1em;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.control,
.grid,
.fs-toggle {
    width: .66em;
    height: .66em;
    text-align: center;
    line-height: .5em;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px
}

.showControls {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .6s 1s ease;
    transition: opacity .6s 1s ease
}

.hideControls {
    opacity: 0;
    pointer-events: none
}

.icon-grid,
.icon-arrow-left,
.icon-arrow-right,
.icon-fullscreen-exit,
.icon-fullscreen {
    margin-left: 15px;
    display:inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/controls-light2.png);
    background-repeat: no-repeat
}

.icon-grid {
    /*display: none;*/
    background-position: 0 0
}

.icon-arrow-left {
    background-position: -40px 0
}

.icon-arrow-right {
    background-position: -80px 0
}

.icon-fullscreen-exit {
    background-position: -120px 0
}

.icon-fullscreen {
    background-position: -160px 0
}
.fs-toggle {
    display: none;
}
.bi_de{
    background:#fff;
    float:right;
      z-index:9999;
    margin:25px;
}
.seach_hide{
    margin:15px;
    text-align:right;
    
}
form_search_a{
    margin:15px;
   
}

.item {
    display: inline-block;
    cursor: pointer;
    height: 216px;
    overflow:hidden;
    position: relative;
    margin-bottom:15px;
}

.seach_hide{
    display:none;    
}
a.SP_Link{
    font-weight: bold;
    color: #5e1f23;
}
.st_submit{
    margin:5px 0;
    font-weight:bold;
    color:#3e4095;
}

@media screen and (max-width:1000px) {
    .vote .text_hide{display: none;}
}
@media screen and (max-width: 999px) {
    .item {
        width: 48%;
        //height: auto;
        margin-right: .5%;
        position: relative;
    }

}
@media screen and (max-width: 900px) {
    .text_hide{display: none;}
    .con_1 {
        background: rgba(221, 221, 221, 0.34);;
    }
}
@media screen and (max-width: 768px) {

    .item--big {
        width: 30%;
        height: auto;
        left: 0%;
        right: 20%;
    }
    .con_1 .tt_1{
        color:#ddd;
        text-shadow: 2px 2px 5px #000;
    }
    .con_1 .tt_2{
        display: none;
    }
    .form_search{
        left:10px;
        top:240px;
        z-index:9999;
    }
    .vote img{
        width: 25px;
        height: auto;
        padding-bottom: 5px;
        border-bottom: 4px solid transparent;
    }

}
@media screen and (max-width: 480px) {
    .item {
        width: 98%;
        height: auto;
        margin-right: .5%;
        position: relative;
    }
    .con_1{
        display: none;
    }
    .slideshow{
        display: none;
    }

}
@media screen and (max-width: 586px) {
    .form_search{
        display:none;
    }
    
    .seach_hide{
        display:block;

    text-align:right;
    
}
form_search_a{

   
}
}

.item .top_note{
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    color:#ddd;
    left: 100%;
    background: rgba(0, 0, 0, 0.41);
    padding:0 15px;
}
.item:hover .top_note{
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0%;
    transition:all 1s ease-in-out 0s;
    -moz-transition:all 1s ease-in-out 0s;
    -webkit-transition:all 1s ease-in-out 0s;
}
.item .bot_note{
    position: absolute;
    width: 100%;
    color:#fff;
    background: rgba(0, 0, 0, 0.31);
    bottom:0;
}
.item .bot_note li{
    display:inline-block;
}
.item img{
    /*width: 384px;
    height:255px;*/
  width:100%;
  height:auto;
    display:block;
}
.item--big img {
    /*width: 384px;
    height:255px;*/
  width:100%;
  height:auto;
    display:block;

}

.items--big {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    pointer-events: none
}
.item--big figure{
    position: relative;

}

.vote{
    display:none;
    padding: 5px ;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 9999;
    top:0;
    //right: 0px;
    color:#333;
    background:rgba(51, 51, 51, 0.45);
}
.vote li{
    line-height:50px;
    padding-left:10px;
    height:25px;

    //margin-top: 5px;
    display: inline-block;
}

.vote img{
    width: 30px;
    height: auto;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
}
.vote img:hover{
    border-bottom: 4px solid #CD0022;
    transition:all 1s ease-in-out 0s;
    -moz-transition:all 1s ease-in-out 0s;
    -webkit-transition:all 1s ease-in-out 0s;
}

.item--big {
    position: absolute;
    width: 80%;
    height: auto;
    left: 10%;
    right: 10%;
    top: 3em;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}
.item--big .img-caption{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0,0.6);
    color:white;
    padding:10px;
    font-size:.8em;
    text-align:center;
}
.fadeInScaleUp {
    -webkit-animation: fadeInScaleUp .5s ease-out .6s forwards;
    animation: fadeInScaleUp .5s ease-out .6s forwards;
    z-index: 3
}

.fadeOut {
    -webkit-animation: fadeOut .4s ease-out forwards;
    animation: fadeOut .4s ease-out forwards;
    z-index: 1
}

@keyframes fadeOut {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleDownFadeOut {
    -webkit-animation: scaleDownFadeOut .4s ease-in forwards;
    animation: scaleDownFadeOut .4s ease-in forwards;
    pointer-events: none
}

@keyframes scaleDownFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    99% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleDownFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    99% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleUpFadeIn {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: scaleUpFadeIn ease-in-out .4s forwards;
    animation: scaleUpFadeIn ease-in-out .4s forwards;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

@keyframes scaleUpFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleUpFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.showLastSecond {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: showLastSecond ease-in-out .4s forwards;
    animation: showLastSecond ease-in-out .4s forwards;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

@keyframes showLastSecond {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    99% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes showLastSecond {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    99% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width: 30em) {
    .item--big {
        width: 80%;
        right: 10%;
        left: 10%
    }
}


.connect{
    background:rgba(146, 49, 53, 0.65);
    padding: 25px 0px;
}

.flow{
    text-align: center;
    width: 100%;
}
.flow li .fb_span{background: #3B5A9B;}
.flow li .tw_span{background: #2FB054}
.flow li .g_span{background: #FFCC35}

.flow li span{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left:80%;
    z-index: 90;
}
.flow li img{
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}
.flow li{
    border:1px solid #666666;
    border-radius: 4px;
    margin-left: 25px;
    overflow: hidden;
    height: 50px;
    width: 50px;
    display: inline-block;
    background: #fff;
    position: relative;
}
.flow li:hover .fb_span{   
    position: absolute;
    top: 0;
    left: 0%;
    background: #00b3ff;
    z-index: 90;

    transition:all 1s ease-in-out 0s;
    -moz-transition:all 1s ease-in-out 0s;
    -webkit-transition:all 1s ease-in-out 0s;
}
.flow li:hover .tw_span{   
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 90;

    transition:all 1s ease-in-out 0s;
    -moz-transition:all 1s ease-in-out 0s;
    -webkit-transition:all 1s ease-in-out 0s;
}
.flow li:hover .g_span{   
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 90;

    transition:all 1s ease-in-out 0s;
    -moz-transition:all 1s ease-in-out 0s;
    -webkit-transition:all 1s ease-in-out 0s;
}


.connect_p{
    text-align: center;
    font-size: 30px;
    color: #fff;
}



.footer{
    background:rgba(37, 36, 36, 0.54);
    border-top:5px solid rgba(193, 195, 199, 0.28);
    padding: 25px 0px;
}

.title_footer{
    border-bottom: 2px solid #CD0022;
    border-left: 25px solid #CD0022;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color:#666666;

}
.title_footer:hover{
    border-bottom: 2px solid transparent;
}
.ds_comment .comment{
    color: #B58282;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.28);    
}
.ds_comment .comment .cl_binhluan img{width:16px; padding:0; margin-right:5px;}
.ds_comment .comment .cl_traloi{background: rgba(0, 0, 0, 0) url("../img/icon/mem.png") no-repeat scroll 21px 2px; padding-left:50px;}
span.name{
    padding-right: 15px;
    font-weight: bold;
    color: #CE6D6D;
}

.logo_dtu{
    width: 90%;
}

.address{
    display: list-item;
}
.address li{
    color: #B58282;
    line-height: 35px;
    padding-left: 25px;
}
.address li.local{
    background: rgba(0, 0, 0, 0) url("../img/icon/local.png") no-repeat scroll 0 8px;
}
.address li.tel{
    background: rgba(0, 0, 0, 0) url("../img/icon/tel.png") no-repeat scroll 0 8px;
}
.address li.fax{
    background: rgba(0, 0, 0, 0) url("../img/icon/fax.png") no-repeat scroll 0 8px;
}
.address li.web{
    background: rgba(0, 0, 0, 0) url("../img/icon/web.png") no-repeat scroll 0 8px;
}
/*Backtop*/
#bttop{
    border:1px solid transparent;
    background:transparent;
    text-align:center;
    position:fixed;
    bottom:35px;
    right:10px;
    cursor:pointer;
    display:none;
    color:#fff;
    font-size:11px;
    font-weight:900;
}
#bttop:hover{border:1px solid transparent;background:#ddd;}

.news_main{
    background: #fff;
    padding: 25px 15px;
}


.title_news_main{
    border-left: 5px solid #CD0022;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-left: 15px;
}

.title_one_news{
    font-weight: inherit;
    font-size: 22px;
    min-height:75px;

}
.title_one_news a{
    color: #333!important;
}
.title_one_news a:hover{
    color: #CD0022!important;
}

.title_one_news_1{
    font-weight: inherit;
    font-size: 22px;
   

}
.title_one_news_1 a{
    color: #333!important;
}
.title_one_news_1 a:hover{
    color: #CD0022!important;
}
.infor_ar{
    width: 100%;
}
.infor_ar li{
    font-size: 12px;
    letter-spacing: 1.5px;
    padding-right: 25px;
    display: inline-block;
    padding-left: 20px;
}
.infor_ar li.date{
    background: rgba(0, 0, 0, 0) url("../img/icon/date.png") no-repeat scroll 0 2px;
}
.infor_ar li.cate{
    background: rgba(0, 0, 0, 0) url("../img/icon/cate.png") no-repeat scroll 0 2px;
}
.infor_ar li.outh{
    background: rgba(0, 0, 0, 0) url("../img/icon/mem.png") no-repeat scroll 0 2px;
}

.img_ar_ifo{
    width: 100%;
    padding: 25px 0px ;
    max-height: 350px;
    min-height: 300px;
}

.infor_ar_1{
    text-align: justify;
    letter-spacing: 1.3px;

}
.read_more{
    float: right;
}
.news_main_detail{
    background: #fff;
    padding: 25px 25px;
}
.ct_news{
  /*padding-top:50px;*/
 
}
.ct_news div{
    line-height:25px;
    font-size:14px;
    text-align: justify;
    letter-spacing:1.3px;
}

.infor_main_ar{
    line-height: 30px;
    letter-spacing: 1.2px;
    text-align: justify;
}
.news_main_detail img{
    height:auto;
    width: 100%;
    padding: 25px 0px;
}
.bvlq{
    border-top: 1px solid rgba(68, 68, 68, 0.26);
    font-weight: bold;
    font-size: 18px
}

.list_bvlq{

    width: 100%;
}
.list_bvlq li{
    padding-left: 25px;
    background: rgba(0, 0, 0, 0) url("../img/icon/text.png") no-repeat scroll 0 2px;
    line-height: 25px;
}
.list_bvlq li a{
    letter-spacing: 1.3px;
    color:#444;
}

.info_img_main{
    background: #fff;
    padding: 25px 15px;
}

/*.info_img_main img{
    padding: 0px 15px;
    width: 100%;
}*/

.binh_c{
    width: 100%;
    float: right!important;
    padding: 25px;
    padding-left
    /*border-bottom: 1px solid rgba(68, 68, 68, 0.26);*/
}
.binh_c li{
    display: inline-block;
    padding-right: 5px;
}
.title_tta{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background: #333;
    color: #ddd;
}

.ul_tta li{
    letter-spacing: 1.2px;
    display: list-item;
    line-height: 35px;
    border-bottom:  1px solid rgba(68, 68, 68, 0.26);
}

.ul_tta li span{
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px;
}

.y_kien{
    padding: 25px 15px;
    border : 1px solid rgba(68, 68, 68, 0.26);
    width: 100%;
}
.y_kien p{
    font-weight: bold;
    font-size: 14px;
}
.y_kien input{
    margin-top: 25px;
    margin-bottom: 25px;
}

.bot_yk{

    margin:0px;
    width: 100%;
    text-align: right;
}
.bot_yk input{
    border-radius: 4px;
    padding: 5px 15px;
    background: #CD0022;
    color:#ddd;
    text-decoration: none;
    outline: none;
}

.ds_comment{
    margin-top: 25px;
    border : 1px solid rgba(68, 68, 68, 0.26);
    width: 100%;
    padding: 25px 15px;
}

.title_p{
    font-weight: bold;
    font-size: 14px;
}

.text_hide{
    display: block;
    font-size: 12px;
    color:#ddd;
}
.copyright-footer{
    color:#ddd;
}
.center{
      text-align: center;
}
.logo_gsf{
  
    width: auto;
    height: 125px;
}

.info_img_main img{
    padding: 10px 0;
    width: 100%;
}
@media screen and (max-width: 860px) {
    .info_img_main img {
    padding: 2% 5%;
    width: 100%;
}
}

@media screen and (max-width: 560px) {
    .info_img_main img {
    padding: 15px 15px;
    width: 100%;
}
}
.pagi{
    padding: 5px;
    margin-top:25px;
}
.pager li {
    padding-left: 5px;
}
.pager li a{
    min-width: 20px;
    background: #444;
    border-radius: 0px;
    color:#ddd;
}
.pager li a:hover{
    color:#333;
}
.form_search{
    position:absolute;
    top:110px;
    right:0px;
    
}
@media screen and (max-width: 997px) {


}
.noidung{
    border-radius:5px;
    width: 170px;
    margin-right:10px;
    height:33px
}
.btn{
    //display:none;
    border-radius:5px;
    width: 196px;
}
.item--big:hover .vote{

    display:block;
}
 .lang{
        width:100%;
        height:30px;
        background:#5F1F22;
    }
    .lang ul{float:right;line-height:30px;}
    .lang ul li{display:inline-block;}
    .lang ul li a {text-decoration:none;outline:none;padding-right:15px;}
.logo{
    position: relative;
}
.logo a{

}
.logo a img{
    position: absolute;
    top:-30px;
    left: 0px;
    height: 86px;
    z-index: 9999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fixed .logo a img{
    position: absolute;
    top:0px;
    left: 25px;
    height: 50px;
    z-index: 9999;
}
@media screen and (max-width:991px) {
    .fixed .logo a img{
        position: absolute;
        top:0px;
        left: 0px;
        height: 100px;
        z-index: 9999;
    }
}
@media screen and (max-width:767px) {
     .fixed .logo a img{
        position: absolute;
        top:0px;
        left: 25px;
        height: 50px;
        z-index: 9999;
    }
}
.form_search_menu{
    position:relative;
}

.div_search_menu{
    position:absolute;
    top:10px;
    right:0px;
}

.div_search_menu .noidung{
    height:35px;
    width:150px;
}
.logo_fo{
   
}
.logo_fo img:hover{
    background:rgba(0, 0, 0, 0.41);
}
.logo_fo img{
    transition-duration:0.5s;
    width:100%;
    height:auto;
    padding:10px;
    float:left;
    margin-left:2%;
    background:rgba(68, 68, 68, 0.26);
    border-radius:4px;
    
}
.title_add{
    float: right;
    margin-right: 15px;
    border: 1px #ccc dashed;
    padding: 10px;
    text-align: center;
}
.title_add img{
    width:40%;
}
.title_add p{
    padding:0;
    margin:0;
    color:#231f20;
    text-transform: uppercase;
}

.box_article {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}
.box_article figure {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.box_article figure a img {
    width: 100%;
}
.box_article .title-award{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom:10px;
    text-transform: uppercase;
}
.box_article .title-award p{font-size:16px;}