html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.header {
    height: 100px;
    width: 100%;
}
.header_logo {
    background-color: white;
    height: 100%;
    width: 80%;
    float: left;
}
.header_content {
    background-color: white;
    height: 100%;
    width: 20%;
    float: left;
}
.header_logo img {
    width: 71px;
    height: 56px;
    margin-left: 10%;
    margin-top: 22px;
    background-repeat: no-repeat;
    float: left;
}
.header_logo span {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #072658;
    display: inline-block;
    line-height: 28px;
    margin-left: 15px;
    margin-top: 36px;
    
   
}
.header_content p {
    line-height: 20px;
    text-align: center;
    padding-top: 40px;
    color: #072658;
    font-size: 18px;
}
.content_home {
    min-height: calc(100% - 200px);
}
.content_home_img {
   background-image: url(./home-banner@1.5x.jpg);
   background-repeat: no-repeat;
   background-position-x: center;
   background-size: contain;
   width: 100%;
   height: 450px;
   /* min-height: 600px; */
}
.content_home_content {
    color: #3e3e3e;
    font-size: 18px;
    font-family: Arial;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    line-height: 2em;
    text-indent: 2em;
}
.content_home_content_download {
  color: #072658;
  cursor: pointer;
}
.footer {
    height: 100px;
    background-color: #072658;
    display: flex;
    align-items: center;
    flex-direction: column;
}
/* .footer_top {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
} */
.footer_top img {
    width: 69px;
    height: 56px;
    margin-left: 10%;
    margin-top: 12px;
    float: left;
}
.footer_top span {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 28px;
    margin-top: 26px;
    margin-left: 15px;
    display: inline-block;
}
.footer_bottom {
    width: 100%;
    height: 100px;
}
.footer_bottom p {
    padding-left: 10%;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 15px;
    text-align: left;
}
.footer_bottom_second span:hover {
  color: 	#FFE4B5;
  cursor: pointer;
}
.footer_bottom_third {
  padding-left: 10%;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 15px;
  text-align: left;
  display: flex;
  align-items: center;
}
.footer_bottom_third img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.footer_bottom_third:hover {
  color: 	#FFE4B5;
  cursor: pointer;
}
