@charset "UTF-8";

/* // new css ********************************/

.menu_sp {
  display: none;
}
.menu_sp .st-Nav {
  margin-bottom: 50px;
}
.menu_sp nav {
  height: 100vh;
  align-items: center;
}
nav #toggle {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
nav #toggle .menu-item-has-children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav #toggle .menu-item-has-children:first-child {
  border-top: 1px solid #000;
}
nav #toggle .menu-item-has-children > a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-left: 20px;
  line-height: 40px;
  font-weight: bold;
}
nav #toggle .menu-item-has-children > a:hover {
  color: #000;
  background-color: #fff6e8;
}
.bnrbg--a {
  background-image: url(../img/home/people.png);
  display: block;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 2rem 2rem 4rem !important;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.bnrbg--a span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #212121;
  line-height: 2;
}
.bnrbg--a .bnrtext {
  font-size: 1rem;
  color: #757575;
}
.bnrbg--a .bnrbtn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #E1BEE7;
  font-size: 1rem;
  text-align: right;
  padding: .2em 16px;
}
nav #toggle .mesmo > a:after {
  content: "";
  float: right;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  background: url(../img/home/icon_down.svg);
  background-size: cover;
}
nav #toggle .mesmo > a.open:after {
  transform: rotate(180deg);
  content: "";
}
nav #toggle .mesmo .sub-menu {
  margin: 0;
  padding: 0;
  background-color: #fff6e8;
}
nav #toggle .mesmo .sub-menu li {
  list-style-type: none;
}
nav #toggle .mesmo .sub-menu li a {
  display: block;
  color: #000;
  font-size: 1em;
  text-decoration: none;
  padding-left: 30px;
  line-height: 40px;
}
nav #toggle .mesmo .sub-menu li a:hover {
  color: yellow;
  background-color: #383838;
}
nav #toggle .mesmo .sub-menu li:last-child {
  border-bottom: none;
}
nav #toggle .mesmo .sub-menu li:first-child {
  border-top: 1px solid #000;
}
nav #toggle .mesmo.info .sub-menu {
  background: #fff6e8;
}
nav #toggle .mesmo.info .sub-menu li {
  border-bottom: none;
  text-align: left;
  text-indent: -20px;
  list-style: inside;
  padding-left: 40px;
}
nav #toggle .mesmo.info .sub-menu li a {
  color: red;
  padding: 0 0 0 20px;
  text-decoration: underline;
}
nav #toggle .mesmo.info .sub-menu li a:hover {
  background: none;
  color: #000;
}

@media (max-width: 768px) {
.st-Nav.nv_pc {
  display: none;
}
  .menu_sp {
    display: block;
  }
  .list_column {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  .list_column li a img {
    height: 145px;
    margin-bottom: 0;
  }
  .list_column li {
    padding: 0 !important;
  }
  .list_column li a {
    font-size: 0.8em;
  }
}

@media (max-width: 375px)  {
  .list_column li a img {
    height: 125px;
  }
}

.list_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cột */
  gap: 20px; /* khoảng cách giữa các mục */
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_column li::before {
  display: none !important;
}
.list_column li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  padding: 0px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  font-size: 1em;
  padding-bottom: 3px;
}

.list_column li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.list_column li a:hover {
  background: #f5f5f5;
  border-color: #aaa;
}

@media (max-width: 768px) {
.st-Nav.nv_pc {
  display: none;
}
  .menu_sp {
    display: block;
  }
  .list_column {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  .list_column li a img {
    height: 145px;
    margin-bottom: 0;
  }
  .list_column li {
    padding: 0 !important;
  }
  .list_column li a {
    font-size: 0.8em;
  }
}
@media (max-width: 375px)  {
  .list_column li a img {
    height: 125px;
  }
}

.ft_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cột */
  gap: 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid #000;
  margin-top: 50px;
}

.ft_menu_link h4,
.ft_info h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    border-bottom: none;
}

.ft_menu_link h4 a {
  text-decoration: none;
  color: #000;
}

.ft_menu_link ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}

.ft_menu_link ul + h4 {
  margin-top: 30px;
}

.ft_menu_link ul li {
    margin-bottom: 10px;
}

.ft_menu_link ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    position: relative;
}
.ft_menu_link ul li a::before {
  /* content: '';
  
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%); */
  content: '';
  position: absolute;
  background: url(../img/home/ft_arrow_red.svg);
  width: 9px;
  height: 15px;
  background-size: cover;
  left: -15px;
  top: 2px;
  background-repeat: no-repeat;
}
.ft_menu_link ul li a:hover {
    color: #007bff;
}

.ft_info p {
    margin:0 0 10px;
    font-size: 18px;
    padding-left: 20px;
    text-indent: -20px;
}
.ft_info p a {
  color: red;
}

@media (max-width: 768px) {
  .ft_menu_link ul li {
    font-size: 16px;
  }
  .ft_info p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .ft_menu {
    display: block;
    grid: 0px;
  }
  .ft_menu_link {
    margin-bottom: 30px;
  }
}
