/*
//////////////////////////////////////////////////////

FREE HTML5 TEMPLATE 
DESIGNED & DEVELOPED by FREEHTML5.CO

//////////////////////////////////////////////////////
*/
@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}

html.fh5co-overflow, body.fh5co-overflow {
  overflow-x: auto;
}
html.fh5co-overflow #fh5co-header-section, html.fh5co-overflow #fh5co-main, html.fh5co-overflow #fh5co-hero, html.fh5co-overflow #fh5co-mobile-menu, html.fh5co-overflow #fh5co-footer, body.fh5co-overflow #fh5co-header-section, body.fh5co-overflow #fh5co-main, body.fh5co-overflow #fh5co-hero, body.fh5co-overflow #fh5co-mobile-menu, body.fh5co-overflow #fh5co-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


body{
  width: 100%;
  background-color: white;
}

img{
  max-width: 100%;
}

a{
  color: black;
  text-decoration: none;
}
a:hover{
  color:rgb(0, 0, 0);
  text-decoration: none;
}

.wrapper{
  overflow: hidden;
}

.area-header{
  max-width: 980px;
  margin: 0 auto;
}

.area-wrapper{
  /* width: 100%; */
  width: 960px;
  margin: 0 auto;
}

.main_lead{
text-align: center;
margin: 4rem 0rem;
}

.main_lead p{
  font-family: serif;
    font-size: 1.8rem;
    line-height: 2em;
    text-align: left;
    padding: 0px 2.5rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 7rem;
}
.sub_lead{
font-size: 2rem;
font-weight: 500;
font-family: serif;
margin: 1rem;

}

.eng{
font-weight: bold;
font-size: 1.8rem;
}


.set{
position: relative;
padding-top: 6rem;
}
.background_blue{
position: absolute;
  background-color: #f4f8fa;
  top: 140px;
  right: 0;
  bottom: -30px;
  width: 580px;
}


.brand_tittle{
width: 100%;
background-color: #ffffff;

/* display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
gap: 1rem;
padding: 0 1rem;

color: white; */
}

.brand_lead p{
font-family: serif;
  font-size: 1.8rem;
  line-height: 2em;
  text-align: left;
  padding: 5rem 2.5rem;
  position: relative;
}
.pd_gp{
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: flex-start;
gap: 1rem;
padding: 0 2.5rem;
position: relative;
/* padding: 0rem 10rem; */
}

.pd{
width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.name dl{
  color: black;
  text-align: center;
  margin: 1.5rem;
}

.name dt{
margin: 0 auto;
font-weight: bold;
font-size: 1.6rem;
text-decoration: none;
margin-bottom: 0.5rem;
}

.name dd{
margin: 0 auto;
font-size: 1.4rem;
text-decoration: none;
margin: 1rem;
text-align: center;
}

.name{
text-align: center;
}
.two_buttons{
margin: 8rem 1rem 8rem 1rem;
gap: 20px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
position: relative;
text-decoration: none;
}
.two_buttons a{
color: white;
text-decoration: none;
}
.button_m{
  background-color: #061140;
  border-radius: 30px;
  width: 350px;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.button_w{
  background-color: #061140;
  border-radius: 30px;
  width: 350px;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.last_buttons{
margin: 8rem 1rem 8rem 1rem;
gap: 20px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
position: relative;
text-decoration: none;
}
.last_buttons a{
color: #061140;
text-decoration: none;
}
.button_last{
  background-color: #ffffff;
  border: solid 1px #061140;
  border-radius: 30px;
  width: 350px;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}




@media screen and (max-width: 980px) {

  body{
    max-width: 100%;
    background-color: white;
  }

  img{
    max-width: 100%;
  }
  a{
    color: black;
    text-decoration: none;
  }

  .wrapper{
    overflow: hidden;
    background-color: #ffffff;
  }

.main_lead{
  text-align: center;
  margin: 4rem 0rem;
}

.area-header{
  width: 100%;
  margin: 0 auto;
}



.main_lead p{
  font-family: serif;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
    padding: 0px 2.5rem;
    margin-bottom: 0rem;
}
.sub_lead{
  font-size: 2rem;
  font-weight: 500;
  font-family: serif;
  margin: 1rem;

}

.eng{
  font-weight: bold;
  font-size: 1.8rem;
}


.set{
  position: relative;
  padding-top: 3rem;
}
.background_blue{
  position: absolute;
    background-color: #f4f8fa;
    top: 100px;
    right: 0;
    bottom: -30px;
    width: 300px;
}


.brand_tittle{
width: 100%;
background-color: #ffffff;
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  
  color: white; */
}

.brand_lead p{
  font-family: serif;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
    padding: 3rem 2.5rem;
    position: relative;
}
.pd_gp{
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 0 1rem;
  position: relative;
  
}
.pd{
  width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.name a{
  text-decoration: none;
}

.name dt{
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 0rem;
}
.name dd{
  margin: 0 auto;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0.5rem 0rem 3rem 0rem;
}
.name{
  text-align: center;
}
.two_buttons{
  margin: 3rem 1rem 5rem 1rem;
  gap: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.two_buttons a{
  color: white;
  text-decoration: none;
}
.button_m{
  background-color: #061140;
    border-radius: 30px;
    width: 300px;
    padding: 2rem 3rem;
    font-size: 1.3rem;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}
.button_w{
  background-color: #061140;
    border-radius: 30px;
    width: 300px;
    padding: 2rem 3rem;
    font-size: 1.3rem;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

.last_buttons{
  margin: 3rem 1rem 5rem 1rem;
  gap: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.buttons_last a{
  color: #061140;
  text-decoration: none;
}
.button_last{
  background-color: white;
  border: solid 1px;
  border-color: #061140;
    border-radius: 30px;
    width: 300px;
    padding: 2rem 3rem;
    font-size: 1.3rem;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}



}


