body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }

  /* top-menu layout*/
  #outer-wrap {
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
  }
    
  #site-header-sticky-wrapper.is-sticky #site-header {
    width:100%;
  }
  #site-header-inner {
    font-family: open sans;
}
  /* iframe layout */
  iframe {
    width: 100%;
    height: 800px; 
    border: none;
    display: block;
    margin-top: 85px !important;
    padding: 0;
  }

.tem-bec-par {
  display: none !important;
}

  /* footer layout */
  .footer-html-cn {
    background: #333;
    color: white;
    padding: 30px 0;
    text-align: center;
  }
.footer-html-en {
    margin-top:40px;
  }
.site-footer a,
.site-footer strong {
    color: #101f3a;
    display: inline-block;
        text-decoration:none;
}
.site-footer a:hover {
    text-decoration: underline;
    color: #101f3a;
} 
#footer-bottom a {
    text-decoration: none;
}

#footer-bottom a:hover {
    text-decoration: underline;
}