/* =========================================
    Nguyen Thi Hong Hanh 13.07.2020
/* =========================================
                Html, Body
============================================ */

html,
body {
    height: 100%;
    font-family: "Roboto Condensed", sans-serif;
}

html{
    font-size: 14px;
}
body {
    color: #010101;
    font-size: 1rem;
}

a:focus,a:hover{
    text-decoration: none;
}
.float-right{
    float: right;
}

.position-relative{
    margin-top: 30px;
    z-index: 999;
    position:relative;
}
.mr-40{
    margin-right: 40px;
}

/* =========================================
                Page Header Top
============================================ */
.bg_header{
    right: 0;
    position: absolute;
}
#page-header-top p{
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
#page-header-top a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
#page-header-top a:focus,
#page-header-top a:hover{
    color: #ff0;
}

/* =========================================
                Menu top
============================================ */
.hvr-sweep-to-right:before {
    background: #0e77eb;
}
.navbar-nav{
    float: right;
    color: #086bea;
}
#page-header-top a{
    color: #086bea;

}
#menu-top{
    padding-right: 115px;
    transition: all 0.4s linear;
}
#menu-top .navbar{
    margin-bottom: 0;
}
#menu-top .nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
    color: #ff0!important;
}
button.navbar-toggle {
    border: 1px solid #055fec;
}

span.icon-bar {
    background-color: #055fec;
}

.hvr-shutter-out-horizontal{
    background: #fff;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: #fff;
    color: #fff!important;
}
/* =========================================
                vertical middle
============================================ */
.vertical-middle{
    display: table;
    width: 100%;
}
.vertical-middle > *{
    display: table-cell;
    vertical-align: middle;
}


/* =========================================
                Header text main
============================================ */
#header-text-main .vertical-middle{
    min-height: 105px;
}

.banner{
    min-height: 637px;
    padding-left: 50px;
    background: transparent url(../imgs/banner.png) no-repeat 0 center;
}
/* =========DOI TAC ============= */
.text-head {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #1B539B;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.doitac{
    margin-bottom: 30px;
}
.nd_doitac{
    margin-top: 50px;
}
/* .backgr_img{
    background-image:  url(../imgs/backgr_img.png) ;
    background-repeat: no-repeat;
} */
/* ----------------------------------- footer ------------------------------------- */
.footer{
    
    background: linear-gradient(180deg, #005CFF 0%, #58CFFD 100%);
    color: #fff;
}
.footer h2{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
.footer a{
  color: inherit;
}
.line{
  width: 100%;
  height: 1px;
  border-top: 1px solid #89bef9;
  
  margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}

/* =========================================
               Responsive
============================================ */
@media(max-width:1199px){
    .container{
        width:100%;
    }
}

@media(max-width:991px){
    .navbar-nav{
    float: left;
    color: #086bea;
}
#page-header-top a{
    color: #086bea;

}
    .mr-40{
        margin-right:0;
    }

    .flex-box{
        flex-direction: column;
    }
    .flex-item{
        flex-basis: 100%;
    }
}
@media(max-width:768px){
    .visible-sm{
        display: block!important;
    }
    #menu-top{
        padding-right: 0;
    }   
   
}
@media(max-width:767px){
.position-relative {
    margin-top: 0;
}
#menu{
    background-color: #eee;
}
.bg_header{
    display: none;
}
}



  

  













