@import url("https://fonts.googleapis.com/css2?family=Moul&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", Moul, serif;
  background-color: #f4f4f4;
}

.container {
  width: 1200px;
  margin: auto;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------- header[start] --------------- */

header {
  /* background-color: #325587; */
  background: url("../images/Cover\ Page_STINL_Finalize-02.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0px 50px 0;
}

header .profile {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}

header h1 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #23ace3;
  /* margin: 20px 0 50px 0; */
  /* margin-bottom: 10px; */
}

header .title {
  width: 50%;
  margin: auto;
}

header .title p {
  text-align: center;
  /* font-size: 22px; */
  color: #ffffff;
  /* line-height: 32px; */
}

/* --------------- header[end] --------------- */

/* --------------- url[start] --------------- */
.url {
  padding: 20px 0 60px 0px;
}

.url .d-flex {
  display: flex;
  justify-content: center;
}

.url .group-url {
  list-style-type: none;
  width: 60%;
}

.url .group-url .url-item {
  margin-bottom: 14px;
  position: relative;
}

.url .group-url .url-item .url-lik {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 14px 0;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #325587;
}

.url .group-url .url-item .media-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 12px;
}

/* .url .group-url .url-item .icon {
  background-color: #325587;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 6px;
}

.url .group-url .url-item .icon i {
  font-size: 24px;
  color: #fff;
  display: block;
} */

.url .btn-telegram {
  background-color: #00808e;
  display: block;
  width: 30%;
  margin: auto;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
}
.url .btn-telegram i {
  margin-left: 10px;
  font-size: 18px;
}
/* --------------- url[end] --------------- */

@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-inline: 20px;
  }
  header .title {
    width: 80%;
  }

  header .title p {
    font-size: 18px;
    line-height: 28px;
  }

  .url .group-url {
    width: 80%;
  }

  .url .btn-telegram {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding-inline: 20px;
  }
  header {
    background-size: cover;
    padding: 20px 0 20px 0;
  }

  header h1 {
    font-size: 28px;
    margin: 4px 0 30px 0;
  }

  header .profile {
    margin-bottom: 10px;
  }

  header .title {
    width: 100%;
    /* padding: 0px 10px; */
  }

  header .title .text-kh {
    font-size: 11px;
    /* line-height: 28px; */
  }

  header .title .text-eng {
    font-size: 11px;
    /* line-height: 28px; */
  }

  .url .group-url {
    width: 100%;
  }

  .url .btn-telegram {
    margin-top: 4px;
    width: 50%;
    padding: 6px 0;
    font-size: 16px;
  }
}
