/* =========================================
    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
============================================ */
.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;
}
.hvr-sweep-to-right:before {
    background: #0e77eb;
}
/* =========================================
                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;
}

/*******=========CONTACT==========********/
.contact{
    margin-top: 50px;
}
.title_contact{

    margin-bottom: 20px;
    color: #1B539B;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.field {
    margin: 10px 0 0;
}
.field {
    float: left;
    width: 100%;
   
}
input.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #fff;
    min-height: 40px;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #737373;
    font-weight: 500;
}
textarea.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #fff;
    min-height: 120px;
    padding: 20px 10px;
    line-height: normal;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #737373;
    font-weight: 500;
}
.btn_contact button{
    background-color: #0e77eb;
    min-width: 195px;
    height: 40px;    
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    
    color: #fff;
}
.info_contact{margin-top: 30px;}
.info_contact ul li {
    list-style: none;
    margin-bottom: 15px;
}
.info_contact ul li .fa {
    float: left;
    margin: 3px 0 0 0;
    color: #2BADFE;
    font-size: 14px;
}
.info_contact ul li span {
    display: block;
    padding-left: 30px;
     font-size: 15px;
    color: #737373;
    font-weight: 500;
    line-height: 23px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
/* ----------------------------------- 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;
}
}



  

  













