@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

body {
  font-family: Roboto, sans-serif !important;
  background: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #262e40;
}

::selection {
  color: #fff;
  background: #3867ff;
}

::-moz-selection {
  color: #fff;
  background: #3867ff;
}

::-webkit-selection {
  color: #fff;
  background: #3867ff;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
  /* font-family: Roboto, sans-serif !important; */
}

ul,
li {
  font-family: Roboto, sans-serif !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 850px;
  margin: auto;
}

.content-section {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.content-wrap {
  display: inline-block;
  width: 100%;
  padding: 60px;
  background: #fff;
  min-height: 800px;
  box-sizing: border-box;
  border-radius: 6px;
}

.title-div {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0 15px 0;
}

.title-div h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
  color: #383d41;
  margin-bottom: 15px;
}

.title-div small {
  font-size: 18px;
  color: #999;
}

.info-strip {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.info-strip ul li {
  display: inline-block;
  text-align: center;
  padding: 0 20px 0 0;
  color: #565b6b;
}

.info-strip ul li i {
  color: #565b6b;
  margin-right: 4px;
}

.main-content {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.main-content p {
  color: #4c4f53;
  line-height: 27px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
}

.main-content p em a {
  color: #20b2aa;
  font-weight: 570;
}

.main-content p a,
.main-content li a {
  color: #20b2aa;
  border-bottom: dashed 1px #20b2aa;
  font-weight: 800;
}

.main-content p a:hover,
.main-content li a:hover {
  border-bottom: solid 1px #20b2aa;
}

.main-content h5,
.main-content h5 strong,
.main-content h6,
.main-content h6 strong {
  font-size: 16px;
  font-weight: 600;
  color: #1f2125;
  margin: 0 0 15px;
}

.main-content h4,
.main-content h4 strong {
  font-size: 19px;
  font-weight: 600;
  color: #1a459b;
  margin: 0 0 15px;
}

.main-content h3,
.main-content h3 strong {
  font-size: 22px;
  font-weight: 600;
  color: #1a459b;
  margin: 0 0 15px;
}

.main-content h2,
.main-content h2 strong {
  font-size: 26px;
  font-weight: 700;
  color: #1a459b;
  margin: 0 0 15px;
}

.main-content ul,
ol {
  margin: 10px 0 30px !important;
  margin-left: 25px !important;
}

.main-content li {
  margin: 0 0 8px;
  color: #4c4f53;
  line-height: 27px;
}

.main-content ol li {
  list-style: upper-roman;
  padding-left: 6px;
}

.main-content ul li {
  list-style: disc;
  margin-left: 15px;
  padding-left: 6px;
}

.social-links1 {
  display: inline-table;
  width: 100%;
  padding: 15px;
  border: solid 1px #e2e2e2;
  box-sizing: border-box;
  background: #fff;
  padding-left: 30px;
}

.social-links1 h4 {
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.social-links1 ul {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  margin: 0;
}

.social-links1 ul li {
  display: inline-block;
  margin-left: 5px;
}

.social-links1 ul li a {
  display: inline-block;
  background: #06c;
  color: #fff;
  position: relative;
  position: relative;
  height: 25px;
  width: 25px;
  box-sizing: border-box;
}

.social-links1 ul li a i {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 25px;
}

.social-links1 ul li a.facebook {
  background: #3b5998;
  color: white;
}

.social-links1 ul li a.twitter {
  background: #55acee;
  color: white;
}

.social-links1 ul li a.pinterest {
  background: #cb2027;
  color: white;
}

.social-links1 ul li a.instagram {
  background: #125688;
  color: white;
}

.social-links1 ul li a.youtube {
  background: #bb0000;
  color: white;
}

.social-links1 ul li a.tumblr {
  background: #34526f;
  color: white;
}

.social-links1 ul li a.hover {
  opacity: 0.9;
}

.banner-image {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to right, #ff9966, #ff5e62);
  height: 330px;
}

.banner-image img {
  width: 100%;
}

.admin-div {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -45px;
}

.admin-icon {
  display: block;
  width: 75px;
  height: 75px;
  background: #e0e0e0;
  margin: auto;
  border-radius: 100%;
  border: solid 6px #fff;
  position: relative;
  overflow: hidden;
}

.admin-icon img {
  width: 100%;
}

.admin-div h5 {
  font-size: 18px;
  margin-top: 10px;
  color: #656c7d;
}

/* Default table styles */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

th,
td {
  text-align: center;
  padding: 15px; /* Default padding */
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th {
  background-color: #04aa6d;
  color: white;
}

@media (max-width: 980px) {
  .container {
    margin: auto 30px;
  }

  .social-links ul li {
    margin-bottom: 8px;
  }

  .content-wrap {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .info-strip {
    text-align: left;
  }

  .info-strip ul li {
    text-align: left;
    margin-bottom: 8px;
  }

  .title-div {
    text-align: left;
  }

  .title-div h1 {
    font-size: 30px;
  }

  .title-div small {
    font-size: 15px;
  }

  .info-strip ul li {
    padding-left: 0;
  }

  .social-links {
    margin-bottom: 15px;
  }

  /* Bổ sung CSS cho bảng responsive trên điện thoại */
  .table-responsive {
    overflow-x: auto; /* Tạo thanh cuộn ngang khi nội dung vượt quá chiều rộng */
    -webkit-overflow-scrolling: touch; /* Giúp cuộn mượt mà hơn trên iOS */
    margin-bottom: 20px; /* Thêm khoảng cách dưới bảng nếu cần */
  }

  /* Đảm bảo bảng có chiều rộng tối thiểu để kích hoạt cuộn ngang */
  .table-responsive table {
    min-width: 650px; /* Điều chỉnh số này nếu bảng của bạn quá hẹp hoặc quá rộng */
  }

  /* Điều chỉnh padding và ngăn xuống dòng cho các ô bảng trên di động */
  .table-responsive th,
  .table-responsive td {
    padding: 10px; /* Giảm padding để ô nhỏ gọn hơn */
    white-space: nowrap; /* Ngăn không cho nội dung ô bị xuống dòng */
  }

  /* Giảm font-size của tiêu đề bảng trên di động */
  .table-responsive th {
    font-size: 14px;
  }

  /* Giảm font-size của dữ liệu bảng trên di động */
  .table-responsive td {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .container {
    margin: auto 15px;
  }

  .content-wrap {
    padding: 30px;
  }

  .content-wrap {
    padding: 0;
  }

  .content-section {
    margin-top: 15px;
  }

  .social-links h4 {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .social-links,
  .social-links h4 {
    display: inline-block;
  }

  .social-links ul li {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0;
  }

  .social-links {
    padding: 15px !important;
  }
}

.bulletic {
  margin-left: 30px;
}

.bulletic li {
  list-style: disc !important;
  color: #444b5c;
  margin-bottom: 10px;
}

.large {
  font-size: 36px;
  margin-bottom: 20px;
}

.medium {
  font-size: 24px;
  margin-bottom: 15px;
}

.small {
  font-size: 18px;
  margin-bottom: 15px;
}
