html,
body,
div,
p,
ul,
li {
  padding: 0;
  margin: 0;
}

.comContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comRow {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.comTitle {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  text-align: center;
}

.comWitheTitle {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
}

.comLefTitle {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  text-align: left;
}

.comPadTB {
  padding: 100px 0;
}

.comWidth {
  width: 1300px;
  /* min-width: 1200px; */
}

/* header css */

.header {
  /* width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; */
  /* transition: 0.3 ease-in; */
  /* background: none; */
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3 ease-in;
  background: none;
}

/* active css */
#header.active {
  /* background: #142555; */
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px); */
}

.headerCon {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 70px;
  margin-top: 46px;
  background-color: #FFFFFF;
  border-radius: 50px;
}

.headerName {
  display: flex;
  align-items: center;
  /* padding-bottom: 80px; */
  /* padding-top: 50px; */
  font-weight: 800;
  font-size: 44px;
  color: #FFFFFF;
}

.headerLogo {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.header_name_logo {
  width: 138px;
  height: 27px;
}

.headerNavList {
  display: flex;
  align-items: center;

  a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    display: inline-block;
    margin-left: 40px;
    transition: 0.5 ease-in;
    text-decoration: none;
    /* background-color: yellow; */
    font-weight: 500;
    font-size: 20px;
    color: #3B8BA7;
  }

  a:active {
    text-decoration: none;
  }

  a:hover,
  .active {
    background: #3B8BA7;
    border-radius: 6px;
    text-decoration: none;
    color: #FFFFFF;
  }
}

/* footer css */
.footer {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 85px;
  background-color: #0D3848;
}

.footer_content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: center; */
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.footer_info {
  display: flex;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ffffff;
}

.footer_logo {
  width: 141px;
  /* height: 45px; */
  /* margin-right: 40px; */
}

.footer_name {
  padding-bottom: 20px;
  font-weight: 800;
  font-size: 40px;
  color: #FF6B6B;
}

.footer_text {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 40px;
}

.footer_t {
  cursor: pointer;
  padding-top: 15px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}

.footer_text_ot {
  padding-left: 8px;
  cursor: pointer;
  /* display: inline-block; */
  /* max-width: 650px;
  padding-left: 6px;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75); */
}