/* ---------------- xxl start---------------- */

#footerbottom {
  background-color: #666666;

  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.websection {
  padding-top: 4.75rem;

  padding-bottom: 5.5rem;

  background-position: center center;

  background-size: cover;
}

#footer {
  background-color: #666666;
}

#footer a {
  color: #fff;

  line-height: 2.5rem;
}

.footertitle {
  font-size: 1.125rem;

  font-weight: 700;

  text-transform: uppercase;

  color: #fff;

  cursor: pointer;

  font-family: "Poppins", sans-serif;
}

#footer .footerlink {
  font-size: 1rem;

  color: rgba(255, 255, 255, 0.75);

  font-weight: 400;
}

#footer .footerlink:hover {
  color: rgba(255, 255, 255, 1);
}

#footer .footerlink:hover,
.footertitle:hover {
  margin-left: 10px;
}

.footerlinksArea li a {
  font-family: "Noto Sans", sans-serif;
}

#pagelinks {
  display: flex;

  flex-direction: column;

  justify-content: start;

  align-items: start;
}

.sociallink {
  width: 2rem;

  height: auto;

  margin-right: 1rem;

  transition: 0.2s;

  -webkit-transition: 0.2s;

  -moz-transition: 0.2s;

  -ms-transition: 0.2s;

  -o-transition: 0.2s;
}

/* .sociallink:hover {

    transform: translateX(5px);

    -webkit-transform: translateX(5px);

    -moz-transform: translateX(5px);

    -ms-transform: translateX(5px);

    -o-transform: translateX(5px);

} */

#socialgroup a:hover {
  transform: translateX(5px);

  -webkit-transform: translateX(5px);

  -moz-transform: translateX(5px);

  -ms-transform: translateX(5px);

  -o-transform: translateX(5px);

  margin-left: 5px;
}

#footer ul {
  padding-left: 0;
}

#footer01,
#footer02,
#footer03 {
  padding-right: 15px;

  padding-left: 15px;
}

#footer01 {
  width: 18%;

  padding-right: 1rem;
}

#footer02 {
  width: 58%;

  padding-right: 1rem;
}

#footer03 {
  width: 24%;
}

#socialgroups {
  display: flex;

  flex-direction: column;

  justify-content: start;

  align-items: start;

  margin-top: 5px;
}

#socialgroups p {
  margin-right: 0.7rem;

  margin-bottom: 0;
}

.footercopyright {
  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: start;

  padding-top: 1.75rem;

  padding-bottom: 1.75rem;
}

.footercompanyinfo {
  display: flex;

  flex-direction: column;

  justify-content: start;

  align-items: start;
}

#footercompanyinfo,
#copyright {
  margin-top: 1.7rem;
}

#copyrightlogo {
  width: 15%;

  height: auto;

  margin-top: 3px;
}

#footercompanyinfo {
  width: 744px;
}

.copyright_item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  padding-left: 0rem;
  padding-right: 0rem;
}

.footerItemName {
  color: #ffffff;

  line-height: 1.5;

  white-space: nowrap;
}

.footerlinksArea #socialgroup a {
  margin-right: 0.6rem;

  margin-left: 0.2rem;

  width: clamp(30px, 2vw, 40px);

  height: clamp(30px, 2vw, 40px);

  background-color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: clamp(20px, 2vw, 40px);

  padding: 5px;
}

.footerlinksArea #socialgroup a:hover {
  background-color: none;
}

.footerlinksArea #socialgroup a img {
  width: clamp(25px, 1.6vw, 50px);

  height: auto;

  margin-right: 0;
}

.copyright_item img {
  width: 1.8rem;

  height: auto;
}

.copyright_item p {
  margin: 0;

  padding-left: 0rem;
}

#footercompinfo {
  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: start;
}

#footercompanyinfo p {
  color: #fff;

  font-family: "Noto Sans", sans-serif;
}

#footer_addr_text br {
  display: none;
}

#addr p br {
  display: none;
}

#copyright {
  display: flex;

  flex-direction: column;

  justify-content: start;

  align-items: end;

  margin-bottom: 0;
}

#copyright,
#copyright a {
  color: var(--color_gray);

  color: #fff;

  font-size: 0.85rem;

  font-family: "Noto Sans", sans-serif;
}

#socialgroup {
  display: flex;

  flex-direction: row;

  justify-content: start;

  align-items: center;

  margin-top: 10px;
}

#copyright br {
  display: none;
}

#copyrighttext {
  font-size: 0.662rem;

  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  #copyrightlogo {
    width: 170px;
  }

  #footercompanyinfo {
    width: 736px;
  }
}
@media screen and (min-width: 1600px){
    #footercopyright02 {
      display: none;
    }
}
@media screen and (max-width: 1619px) {
  /* #footercompanyinfo {

        width: 584px;

    } */

  #footercompanyinfo,
  #copyright {
    margin-top: 1rem;
  }

  .footercopyright {
    flex-wrap: wrap;

    align-items: end;
  }

  #copyright {
    width: 100%;

    flex-direction: row-reverse;

    justify-content: end;
  }

  #copyrighttext {
    font-size: 0.85rem;

    color: #ffffff;

    margin-right: 10px;
  }
}
@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1199px) {
  .footercopyright {
    flex-wrap: wrap;
  }

  #footercompanyinfo {
    /* width: 50%; */
  }

  #footercompinfo {
    flex-wrap: wrap;
  }

  #footer_tel,
  #footer_fax,
  #footer_email {
    width: 50%;
  }
}

/* ---------------- xxl end---------------- */

@media (min-width: 1200px) and (max-width: 1599px) {
  #footercopyright01 {
    display: none;
  }
  #footercopyright02 {
    justify-content: start;
    align-items: center;
  }
  #footercopyright02 #footercompanyinfo, #copyright {
    margin-top: 0rem;
  }
  #footercopyright02 .footer_right {
    margin-left: 50px;
    width: 736px;
  }
}

/* ---------------- xl start---------------- */

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

/* ---------------- xl end---------------- */
@media screen and (max-width: 1199px) {
  #footercopyright02 {
    display: none;
  }
}
/* ---------------- lg start---------------- */

@media screen and (max-width: 1099px) {
  #footercompanyinfo {
    width: 70%;
  }

  #copyrightlogo {
    width: 20%;
  }

  #copyright {
    flex-direction: row-reverse;
    padding-left: 30%;
    justify-content: start;
  }
}

/* ---------------- lg end---------------- */

/* ---------------- md start---------------- */

@media screen and (max-width: 991px) {
  #footercompanyinfo {
    width: 75%;
  }

  #copyright {
    padding-left: 25%;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
  }

  #copyright br {
    display: none;
  }

  #copyright,
  #copyright a {
    font-size: 0.85rem;
  }

  #copyrighttext {
    margin-right: 10px;
  }

  #footer_tel,
  #footer_fax,
  #footer_email {
    width: 50%;
  }
}

/* ---------------- md end---------------- */

/* ---------------- sm start---------------- */

@media screen and (max-width: 767px) {
  #footercompanyinfo {
    width: 90%;
  }
  .footercopyright {
    flex-direction: column;
    align-items: start;
    padding-right: 40px;
  }

  #footer02,
  #footer03 {
    width: 100%;
    padding-right: 1rem;
  }

  #footer_tel,
  #footer_fax,
  #footer_email {
    width: 33%;
  }

  #copyrightlogo {
    min-width: 140px;
  }

  #copyright {
    padding-left: 0;
  }
}

/* ---------------- sm end---------------- */

@media screen and (max-width: 600px) {
  #footer_tel,
  #footer_fax,
  #footer_email {
    width: 50%;
  }
}

/* ---------------- xs start---------------- */

@media screen and (max-width: 575px) {
  #copyrightlogo {
    width: 15%;
    min-width: 150px;
  }

  #footercompanyinfo {
    width: 90%;
    max-width: 450px;
  }

  #copyright {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
  }
}

@media screen and (max-width: 450px) {
  #footer_tel,
  #footer_fax,
  #footer_email {
    width: 80%;
  }
  #footer_addr {
    flex-direction: column;
  }
}

/* ---------------- xs end---------------- */
