@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('../fonts/UTMHelvetIns.woff')
    format('woff2'), url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf')
    format('truetype'), url('../fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

  @font-face {
    font-family: 'RobotoSlab_Bold';
    src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf')  format('truetype'), url('../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto_Regular';
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'uvf_bebasneue';
    src: url("../fonts/uvf-bebasneue.ttf");
}


p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:focus {
    color: #0d7cd6;
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.clearfix-130{
    clear: both;
    height: 130px;
}
.clearfix-100{
    clear: both;
    height: 100px;
}
.clearfix-80{
    clear: both;
    height: 80px;
}
.clearfix-60{
    clear: both;
    height: 60px;
}
.clearfix-55{
    clear: both;
    height: 55px;
}
.clearfix-50{
    clear: both;
    height: 50px;
}
.clearfix-45{
    clear: both;
    height: 45px;
}
.clearfix-40{
    clear: both;
    height: 40px;
}
.clearfix-35{
    clear: both;
    height: 35px;
}
.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix-32{
    clear: both;
    height: 32px;
}
.clearfix-25{
    clear: both;
    height: 25px;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-15{
    clear: both;
    height: 15px;
}
.clearfix-12{
    clear: both;
    height: 12px;
}
.clearfix-10{
    clear: both;
    height: 10px;
}
.clearfix-5{
    clear: both;
    height: 5px;
}

body {
    background: #fff;
    font-size: 13px;
    font-family: arial;
    color: #000;
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: auto !important;
}

.w_40 {
    width: 40%;
}

.w_60 {
    width: 60%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
.tracuu__wrapper label{
    margin-right: 5px;
}
@media only screen and (min-width: 768px){
    .tracuu{
        margin-right: 5px;
    }
    .tracuu select{
        margin-right: 5px !important;
        padding: 4px 10px;
    }
    .tracuu__wrapper span {
        flex: 20%;
        display: flex;
        align-items: center;
    }
    .chonbao {
        display: block;
        margin-right: 20px;
    }
    
}
@media (min-width:678px) and (max-width: 1199px){
    .tracuu__wrapper{
        display: block !important;
    }
    .tracuu__wrapper  input[type="text"] {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        padding: 7px;
        border:none;
    }
    .tracuu__wrapper .chonbao {
        margin-top: 10px;
        font-size: 13px;
        padding: 5px;
        vertical-align: bottom;
        border: none;
        width: 100% !important;
        margin-bottom:10px;
    }
    .tracuu__wrapper button{
        padding: 7px;
        margin-left:0 !important;
        float: none !important;
    }
    .nav-menu > .menu-item > .menu-link{
        font-size: 12px;
    }
    .footer--inner .menu__list li .footer-link{
        font-size: 12px  !important;
    }
}
@media only screen and (max-width: 767px){
    .tracuu__wrapper{
        margin-top: 10px;
    }
    select.chonbao {
        margin-bottom: 10px;
        width: 100%;
        border:none;
    }
    
    .tracuu__wrapper  input[type="text"] {
        display: block;
        margin-bottom: 10px;
        width: 100%;
          border:none;
    }
    .tintuc .tintuc__main{
        padding-right: 0 !important;
    }
    .menu-home{
        background: #0d7cd6;
    }
    .content__tintuc ul{
        height: auto !important;
        max-height: 178px;
    }
    .sidebar{
        margin-top: 20px;
        padding-left: 0 !important;
    }
    .footer--inner .footer__contact .footer--1{
        margin-bottom: 10px;
    }
    .footer--inner .footer__contact .footer--2{
        margin-bottom: 10px;
    }
    .tracuu__wrapper{
        display: block !important;
    }
    .tracuu__wrapper button{
        padding: 5px 10px;
        margin-left: 0 !important;
    }
  
    .tracuu__wrapper input[type="text"]{
        padding: 4px 10px;
    }
    
    .tracuu__wrapper select
    {
        font-size: 13px;
        padding: 5px;
        vertical-align: bottom;
        border: none;
    }
    .tracuu {
        margin-bottom: 5px;
    }
    .tracuu__wrapper{
        padding: 15px !important;
    }
    .footer--inner .menu__list li{
        margin-bottom: 5px;
    }
}
.tintucMain__title{
    font-size: 22px !important;
    max-height: 50px;
    overflow:hidden;
    font-family: arial;
    }
    .tintuc .tintucMain__box2 .tintuc__box h3 {
        height: 55px !important;
        font-size: 14px !important;
        font-family: arial;
        line-height: 18px;
    }
  .tintuc__box h3  a {
        font-family: arial;
        line-height: 18px;
        font-size: 14px;
  }
  .tintuc .tintuc__right .tintuc__box h3 {
height: 36px !important;  
}
.tintuc .tintuc__main .tintuc__des p,.tintuc .tintuc__main .tintuc__des span{ 
    font-size: 13px !important;
    line-height: 18px;
    font-family: 'arial';
}
.tintuc__lienquan a {
    font: normal normal 12px Arial, Helvetica, sans-serif;
      -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.tintuc__lienquan li{
    margin-bottom: 11px;
}
.tintuc__title a {
    font: normal normal 14px Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}
.content__tintuc{
    height: 180px !important;
}
.content__tintuc ul{
    height: 180px !important;
}
.tintuc--box2 h3 a {
    font: normal normal 12px Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    display: block;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    overflow: hidden;
}
.footer--inner .menu__list li .footer-link{
    font-family: arial !important;
    font-weight: normal !important;
}
.content__tintuc .tintuc--box2{
    padding-right:15px; 
}

/*css trang con*/

.news__box-wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 19% 19% 19% 19% 19%;
}
.new__box {
    width: 100%;
    padding: 0;
}
.news__box--img img {
    width: 100%;
    object-fit: cover;
}
.news__box--img {
    border: 1px solid #d3e0fb;
    padding: 3px;
    background-color: #eef2fa;
    margin-bottom: 5px;
}
.news__box-wrapper h3 a {
    font-size: 14px;
    color: blue;
    font-weight: bold;
    display: block;
    line-height: 17px;
}
.news__box-wrapper h3 a:hover{
    color:#ee1c25;
}
.news__box-wrapper p {
        font-size: 12px;
    color: #888;

}
.pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: white;
    text-decoration: none;
    background-color: #cfcfcf;
    border: 1px solid #ddd;
}
.pagination a:hover, .pagination a.active{
    background-color: #0060b1 ;
}
.tintuc--box2 .box2__des{
  
}
@media (min-width: 1000px) and (max-width: 1199px){
      .news__box-wrapper{
        grid-template-columns: 24% 24% 24% 24%;
      }
}
@media (min-width: 768px) and (max-width: 999px){
     .news__box-wrapper{
        justify-content: space-between;
        grid-template-columns: 32% 32% 32%;
      }
}
@media (min-width: 481px) and (max-width: 767px){
     .news__box-wrapper{
        grid-template-columns: 49% 49%;
      }
}
@media only screen and (max-width: 480px){
     .news__box-wrapper{
        grid-template-columns:100%  ;
      }
}
@media (min-width: 768px) and (max-width: 1199px){
    .tintuc{
        display: block !important;
    }
    .tintuc__right{
        display: flex;
        justify-content: space-between;
    }
    .tintuc__right .tintuc__box{
        width: 32%;
    }
    .mainImage{
        max-height: 500px;
        height: 100% !important
    }
    .tintuc .tintucMain__box2 .tintuc__box img{
        height: 150px !important;
    }

}
@media only screen and (max-width: 767px){
   .tintuc{
    display: block;
   }
}
/*css trang con*/
.search_tapchi{
     height: 27px;
    width: 236px;
}
@media (max-width:767px) /* xs*/{
    .fixcontent img{
        width: inherit !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .fixcontent table{
        width: inherit !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .giohangfix{
        width: 550px !important;
    } 
     .fixgiohang {
            overflow: auto;
        }
}
.fixcontent ul{
    list-style: inherit;
    list-style-type: square;
        padding: 0 40px;
}
.fixcontent ul li{
    list-style: inherit;
}
 .fixcontent img{
        max-width: 100% !important;
    }