/* body {
  background-color: pink;
} */

/* nav---------------------------------------------------------- */
.nav_container ul {
  padding: 0 80px;
}

.nav_container{
  height: 65px;
}

.nav_container li {
  font-size: 19px;
  line-height: 65px;
}

/* title--------------------------------------------------------- */
.title_container {
  height: 220px;
  padding-top: 65px;
}
.title_container h1 {
  font-size: 65px;
}
.code_1 {
  margin-left: 100px;
}
.code_2 {
  margin-right: 100px;
}

/* container-------------------------------------------------------- */
.container {
  padding: 0 10%;
}
.container > p {
  font-size: 22px;
  margin-bottom: 150px;
}
.service {
  transform: scale(1.2);
}
.service:hover {
  transform: scale(1.6);
}
.container .flex {
  padding: 0 8%;
}
section {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 240px;
}
section h2 {
  font-size: 50px;
}
section li {
  font-size: 20px;
  line-height: 2.5em;
}
.sec2_ul {
  padding-left: 3%; 
  margin-left: 0;
  margin-right: 50px;
  width: 50%;
}
.sec2_div {
  background-position-x: 55%;
}

/* footer------------------------------------------------------- */
.fmenu {
  padding: 30px 80px;
}
.fmenu ul {
  /* margin-left: 13%; */
  height: 100%;
  flex-wrap: nowrap;
}
.fmenu .facebook {
  position: relative;
  right: 0;
  margin-left: auto; 
  transform: scale(2);
}
.fmenu li {
  font-size: 20px;
  display: block;
  line-height: 60px;
  height:  60px;
}
.f_label {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 13%;
}


/* top ------------------------------------ */
.content {
  padding: 50px 16%;
}
.content h1 {
  font-size: 3rem;
}
.content p {
  font-size: 1.5rem
}


/* greeting ------------------------------- */
.greetingContainer {
  font-size: 1.3vw;
  display: flex;
}

/* company----------------------------------- */
.company.content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.company.content p {
  font-size: 2rem;
}

/* contact ------------------------------------ */
.contactContainer {
  font-size: 1.3vw;
}

/* submit -------------------------- */
h1.submit {
  font-size: 2rem;
}