@charset "UTF-8";
body,
* {
  box-sizing: border-box !important;
}

body {
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  color: #27212e;
}

.res_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .res-mb0 {
    margin-bottom: 0px !important;
  }
}

.container {
  max-width: 1000px;
  margin: auto auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  .subpage article {
    margin-top: 80px;
  }
}

.top-box-area {
  margin-top: 20px;
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-box-area div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top-box-area div .top-tel {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .top-box-area {
    align-items: center;
    justify-content: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  .top-box-area .top-flag {
    width: 70px;
    display: flex;
    display: none;
  }
  .top-box-area .top-flag img {
    width: 16.666%;
  }
  .top-logo {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .top-logo img {
        width: 200px; } }
  
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-box-area h1.logo {
    width: 220px;
    margin-right: 10px;
  }
}

.top-tel {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-tel {
    font-size: 14px;
    margin-left: 0px;
  }
}
.top-tel span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-tel span {
    font-size: 14px;
    font-weight: normal;
    display: none;
  }
}
.top-tel a {
  color: #1c2025 !important;
}

.top-flag img:first-child {
  border: 1px solid #ccc;
  margin-right: 1px;
}
.top-flag img {
  border: 1px solid #fff;
}

.nav-area {
  background: #efefef;
}

.menu-list {
  display: flex;
  align-items: center;
  text-align: center;
  border-left: 1px solid #b5b5b6;
  position: relative;
    
  
}
@media screen and (max-width: 767px) {
  .menu-list {
    display: none;
  }
}
.menu-list li {
  width: 16%;
  position: relative;
  height: 50px;
  border-right: 1px solid #b5b5b6;
  content: "";
}
.menu-list li a {
  position: absolute;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu-item a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 8px 12px;
  
}

.top-image-area {
  position: relative;
  height: calc(40vh);
}

.video-area {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -10%);
  object-fit: cover;
}
.news-section {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .news-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.merit-section {
  background: url(../img/background.jpg) no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .merit-section {
    padding: 10px;
    background-position: center;
  }
}

.box-heading {
  padding:  10px 5px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .box-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.box-heading span {
  padding: 2.5px 5px;
  background: #fff;
  border: 1px solid #333;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .box-heading span {
    padding: 2.5px 5px;
    display: inline-block;
    margin-right: 10px;
  }
}

.middle-heading {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .middle-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.merit-box {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .merit-box {
    display: block;
  }
}

.support-country-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .support-country-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.host-country-list {
  display: flex;

  /* {}*/
}
@media screen and (max-width: 767px) {
  .host-country-list {
    flex-wrap: wrap;
  }
}
.host-country-list li {
  width: 20%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .host-country-list li {
    width: 50%;
    height: 100px;
  }
}
.host-country-list h1 {
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.host-country-list p {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .support-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.center-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  color: #00469b;
}
@media screen and (max-width: 767px) {
  .center-heading {
    margin-top: 20px;
    font-size: 16px;
  }
}

.support-list {
  width: 900px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support-list {
    width: 90%;
  }
}
.support-list::after {
  content: "";
  display: block;
  width: 32.5%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.support-list li {
  text-align: center;
  width: 32.5%;
  background: #00469b;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.support-list li:nth-child(even) {
  background: #5d99ea;
}

.contents-section {
  padding-top: 200px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .contents-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* .boxに指定したwidthと同じ幅を指定する */
.center-heading-underline {
  font-size: 20px;
  font-weight: bold;
  color: #595757;
  border-bottom: 1px solid #595757;
  display: inline;
}
@media screen and (max-width: 767px) {
  .center-heading-underline {
    font-size: 12px;
  }
}

.contents-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contents-list {
    margin-top: 10px;
    padding: 10px;
  }
}
.contents-list::after {
  content: "";
  display: block;
  width: 120px;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 120px;
}
@media screen and (max-width: 767px) {
  .contents-list::after {
    width: 49%;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 120px;
  }
}
.contents-list li {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: flex-start;
  border: 1px solid #595757;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contents-list li {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
  }
}
.contents-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px 10px;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 12px;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .contents-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 20px 10px;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 12px;
    color: #595757;
  }
  .contents-list li a br {
    display: none;
  }
}
.contents-list li .fas {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.relative {
  position: relative;
}

.footer-area {
  padding-top: 60px;
  padding-bottom: 140px;
  background: #efefef;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-area {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.footer-area #t-scroll {
  position: absolute;
  top: -110px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .footer-area #t-scroll {
    width: 50px;
    top: -70px;
    right: 10px;
  }
}

.organ {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .organ {
    flex-wrap: wrap;
    text-align: center;
  }
}
.organ a {
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .organ a {
    width: 48%;
  }
}

.footer-logo {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-top: 20px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-logo span {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #555;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-logo span {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.footer-address {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .footer-address {
    font-size: 12px;
  }
}

.footer-list {
  width: 800px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-list {
    width: 90%;
    margin: 30px auto;
  }
}
.footer-list li {
  /*a*/
}
@media screen and (max-width: 767px) {
  .footer-list li {
    width: 50%;
  }
}
.footer-list li a {
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  display: inline-block;
  border-right: 1px solid #555;
  margin-bottom: 15px;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .footer-list li a {
    margin: 0;
    border-right: none;
  }
}
.footer-list li:last-child a {
  border: none;
}

.grd-heading {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: white;
  background: linear-gradient(
    270deg,
    white 23%,
    #99c9ff 69%,
    #99c9ff 91%,
    #99c9ff 100%
  );
  padding: 10px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .grd-heading {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.t-body .grd-heading {
  font-size: 16px;
  font-weight: bold;
  color: #00469b;
  background: white;
  background: linear-gradient(
    270deg,
    white 23%,
    #99c9ff 69%,
    #99c9ff 91%,
    #99c9ff 100%
  );
  padding: 15px 10px;
  width: 1000px;
  margin: 90px auto 0px;
}
@media screen and (max-width: 767px) {
  .t-body .grd-heading {
    width: 98%;
    font-size: 16px;
    margin-top: 80px;
    margin-bottom: 25px;
    padding: 11.5px 10px;
  }
}

.in-container {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .in-container {
    width: 90%;
  }
}

.left-border-heading {
  border-left: 3px solid #99c9ff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .left-border-heading {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px 10px;
  }
}

.service-support-list li {
  margin-bottom: 30px;
}

.support-discription dt {
  display: inline-block;
  background: #5d99ea;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .support-discription dt {
    font-size: 14px;
  }
}
.support-discription dt i {
  margin-right: 5px;
}
.support-discription dd {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .support-discription dd {
    font-size: 12px;
  }
}
.support-discription dd .heading-2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .support-discription dd .heading-2 {
    font-size: 14px;
  }
}

.follow-bg {
  background: #00469b !important;
}

.qa-heading {
  background: #efefef;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .qa-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.qa-heading .group {
  display: block;
}

.qa-list li {
  margin-bottom: 40px;
}
.qa-list li dt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.qa-list li dt span {
  background: #5d99ea;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .qa-list li dt span {
    font-size: 12px;
    width: 40px;
    height: 40px;
  }
}
.qa-list li dt p {
  font-size: 14px;
  font-weight: bold;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .qa-list li dt p {
    width: 90%;
    font-size: 12px;
  }
}
.qa-list li dd {
  display: flex;
  align-items: baseline;
}
.qa-list li dd span {
  background: #00469b;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .qa-list li dd span {
    font-size: 12px;
    width: 40px;
    height: 40px;
  }
}
.qa-list li dd p {
  font-size: 14px;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .qa-list li dd p {
    width: 90%;
    font-size: 12px;
  }
}

.light-blue {
  color: #5d99ea;
  margin-left: 5px;
}

.blue-box {
  background: #00469b;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .blue-box {
    font-size: 12px;
    padding: 1px 8px;
  }
}

.center-pic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .center-pic {
    display: block;
  }
}

.discription-text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .discription-text {
    font-size: 12px;
  }
}

.center-pic-list {
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.center-pic-list li {
  width: 260px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .center-pic-list li {
    width: 49%;
  }
}

.small-heading {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .small-heading {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.small-list {
  width: 485px;
  margin-left: 70px;
  list-style-type: disc;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .small-list {
    width: 80%;
    margin-left: 40px;
  }
}
.small-list li {
  width: 100%;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .small-list li {
    font-size: 12px;
  }
}

.learn-area {
  padding: 20px;
  background: #efefef;
  margin-top: 30px;
}

.blue-heading {
  color: #00469b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blue-heading {
    font-size: 16px;
  }
}

.blue-left-heading-area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blue-left-heading-area {
    display: block;
  }
}
.blue-left-heading-area div {
  width: 49%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blue-left-heading-area div {
    width: 100%;
  }
  .blue-left-heading-area div p {
    font-size: 12px;
  }
}
.blue-left-heading-area div h2 {
  border-left: 12px solid #00469b;
  padding-left: 10px;
  line-height: 1em;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blue-left-heading-area div h2 {
    font-size: 16px;
  }
}

.learn-pic-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .learn-pic-list {
    display: block;
    text-align: center;
  }
  .learn-pic-list img {
    margin-bottom: 10px;
  }
}

.about-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-flex {
    display: block;
    margin-bottom: 20px;
  }
}

.about-summary {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .about-summary {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
  }
}
.about-summary dt {
  width: 6em;
  margin-right: 0px;
}
.about-summary dd {
  width: 335px;
}
.about-summary dd {
  margin-bottom: 0px;
}

.about-left {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .about-left {
    width: 100%;
  }
}

.about-right-pic {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .about-right-pic {
    width: 100%;
  }
}

.about-map {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-map {
    margin-top: 20px;
    width: 100%;
  }
}

.situation-section {
  background: #efefef;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .situation-section {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

.situation-text {
  line-height: 1.8em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .situation-text {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.center-border-heading {
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1em;
  text-align: center;
  border-bottom: 3px solid #00469b;
}
@media screen and (max-width: 767px) {
  .center-border-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.business-area {
  border-radius: 16px;
  background: #d5ecff;
  padding: 15px 20px 20px;
  margin-top: 45px;
  margin-bottom: 150px;
  color: #353535;
}
@media screen and (max-width: 767px) {
  .business-area {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.business-area h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #00469b;
}
@media screen and (max-width: 767px) {
  .business-area h1 {
    font-size: 18px;
  }
}

.cap {
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 25px;
}
.cap th,
.cap td {
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50%;
  text-align: center;
}
.cap th {
  background: rgba(151, 165, 205, 0.3);
}

.merit {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .merit {
    margin-bottom: 0px;
  }
}
.merit li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .merit li {
    margin-bottom: 15px;
  }
}
.merit li h1 {
  font-size: 14px;
  font-weight: bold;
}

.flex-merit {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex-merit {
    display: block;
  }
}

.trainee-pic {
  margin-top: 150px;
  align-content: space-between;
}
@media screen and (max-width: 767px) {
  .trainee-pic {
    margin-top: 20px;
    text-align: center;
  }
}
.trainee-pic p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .trainee-pic p {
    margin-bottom: 10px;
  }
}

.customer-desk {
  margin-left: 10px;
  display: block;
  margin-top: 5px;
}

.con_table {
  width: 100%;
}

.con_table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .con_table tr {
    margin-bottom: 5px;
  }
}

.con_table th {
  margin-right: 20px;
  min-width: 270px;
  padding: 20px;
  text-align: left;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .con_table th {
    flex-wrap: wrap;
    min-width: auto;
    width: 40%;
    padding: 10px 0px 10px 0;
    font-size: 13px;
  }
}

.con_table td {
  width: 80%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .con_table td {
    min-width: auto;
    width: 60%;
  }
}

.con_table td input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e7e8;
  box-sizing: border-box;
  padding: 13px 12px;
}
@media screen and (max-width: 767px) {
  .con_table td input {
    padding: 5px;
  }
}

.con_table td .bd {
  width: 100px;
}

.con_table td .cd {
  width: 100px;
}

/*{}*/
.con_table td .ed {
  width: 15px;
  margin: 0;
}

.con_table .btn {
  margin-bottom: 10px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #e6e7e8;
  box-sizing: border-box;
  padding: 13px 12px;
}

.con_table td select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 10px 5px 10px;
}

.con_table td textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e7e8;
  box-sizing: border-box;
  padding: 10px 12px;
  margin-top: 20px;
}

.con_table small {
  position: absolute;
  bottom: -2em;
  left: 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .con_table small {
    font-size: 10px;
  }
}

#mail-address {
  position: absolute;
  bottom: -2em;
  left: 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #mail-address {
    font-size: 10px;
    bottom: -1.5em;
    line-height: 1.2em;
  }
}

.span-mb {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.w-none input {
  width: auto;
}

.btn_box {
  display: flex;
  align-items: center;
}

.req {
  background:  #ccc;
  color: #fff;
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 3px;
  display: block;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .req {
    padding: 0px 5px;
    font-size: 10px;
  }
}


.pri_button a {
  border-bottom: 1px solid #2952e9;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  color: #2952e9;
}
@media screen and (max-width: 767px) {
  .pri_button a {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.agree_box {
  text-align: center;
  line-height: 1.8em;
  margin-top: 20px;
  border: 1px solid #e6e7e8;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .agree_box {
    margin-top: 0px;
    padding: 10px;
    line-height: 1.6em;
    font-size: 12px;
    text-align: left;
  }
}

.agree {
  width: 30%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .agree {
    width: 100%;
    margin: 10px auto 0;
  }
}

.agree label {
  background: #e6e7e8;
  padding: 15px 0;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .agree label {
    font-size: 12px;
    padding: 5px 0;
  }
}
.done {
  width: 100%;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:#3498db;
  border: none;
  color: #fff;
  margin-top: 30px;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .done {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex;
  }
}

/*====================news-php==========================*/
.include-section {
  margin-top:  30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .include-section {
    margin-top: 30px;
    margin-bottom: 30px 
  }
}
.include-section .heading-button-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #777;
}
.include-section .heading-button-area h1 {
  font-size: 20px;
  font-weight: bold;
}
.include-section .heading-button-area .latest-button {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  margin-bottom: 10px;
}
.include-section .top-article-list li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.include-section .top-article-list li .thumbnail-image {
  width: 150px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .include-section .top-article-list li .thumbnail-image {
    width: 50px;
    margin-right: 15px;
  }
}
.include-section .top-article-list li .thumbnail-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .include-section .top-article-list li .thumbnail-image img {
    width: 50px;
    height: 50px;
  }
}

.category-date-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .category-date-area {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.category-date-area .category-button {
  padding: 5px 5px;
  color: #fff;
  background: #ccc;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .category-date-area .category-button {
    font-size: 12px;
  }
}

.bread-crumb {
  margin-bottom: 20px;
}

.article-area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .article-area {
    display: block;
  }
}

.article-list {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .article-list {
    width: 100%;
  }
}
.article-list li {
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .article-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.article-box {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .article-box {
    width: 100%;
    margin-bottom: 50px;
  }
}

.date-category-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .date-category-area {
    margin-bottom: 10px;
  }
}
.date-category-area .category-box {
  display: inline-block;
  padding: 5px 20px;
  background: #ccc;
  color: #fff;
}

.article-heading {

  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article-heading {
    font-size: 16px;
  }
}

.article-image {
  margin-bottom: 15px;
}

.article-excerpt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .article-excerpt {
    margin-bottom: 20px;
  }
}

.readmore-button {
  display: inline-block;
  margin-left: auto;
  padding: 5px 20px;
  border: 1px solid #777;
  color: #333;
}
@media screen and (max-width: 767px) {
  .readmore-button {
    width: 100%;
    text-align: center;
  }
}

.sidebar-area {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .sidebar-area {
    width: 100%;
  }
}
.sidebar-area ul {
  margin-bottom: 50px;
}
.sidebar-area ul li a {
  font-size: 14px;
}

.category-box li {
  margin-bottom: 10px;
}
.category-box li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  padding-right: 5px;
}

.latest-article-box .date {
  margin-bottom: 10px;
  color: #ccc;
}
.latest-article-box li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.side-heading {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
}

/*====================news-php==========================*/
.branch {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px; /* Đặt kích thước cho ảnh cành đào */
  height: auto;
  z-index: 10px; /* Đảm bảo ảnh luôn nổi phía trên */
}
.about-list {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4em;
  margin-bottom: 50px;
}
.about-list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about-list {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.about-list span {
  width: 1em;
  color: rgba(35, 100, 250, 0.5);
}

.big-heading {
  font-size: 54px;
  font-weight: bold;
  color: #00469b;
}
@media screen and (max-width: 767px) {
  .big-heading {
    font-size: 22px;
  }
}

.big-heading-2 {
  padding-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #00469b;
  color: #00469b;
}
@media screen and (max-width: 767px) {
  .big-heading-2 {
    font-size: 14px;
  }
}

.box-heading-a {
  font-size: 26px;
  color: #fff;
  background: #00469b;
  padding: 8px 10px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .box-heading-a {
    font-size: 20px;
    padding: 5px 8px;
  }
}

.box-heading-2 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-align: center;
  color: #fff;
  background: #00469b;
  padding: 8px 8px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .box-heading-2 {
    font-size: 14px;
  }
}

.skill-table-1 {
  margin-top: 10px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #595757;
  border-left: 1px solid #595757;
}
.skill-table-1 th,
.skill-table-1 td {
  padding: 10px 25px;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .skill-table-1 th,
  .skill-table-1 td {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.skill-table-1 td {
  background: #fff;
  width: 40%;
}
.skill-table-1 th {
  width: 20%;
  background: rgba(201, 201, 201, 0.5);
}

.skill-pic-area {
  width: 736px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .skill-pic-area {
    width: 100%;
    margin: 20px auto;
  }
}
.skill-pic-area li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .skill-pic-area li {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.table-flex {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .table-flex {
    display: block;
  }
  .table-flex .left-side {
    margin-bottom: 20px;
  }
}

.obligation-list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.obligation-list li {
  width: 19.9%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .obligation-list li {
    width: 50%;
    text-align: center;
  }
}

.entry-area {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .entry-area {
    padding-top: 10px;
  }
}

.heading-a {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .heading-a {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.banner-area {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.banner-area img {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .banner-area {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .banner-area img {
    margin-bottom: 10px;
  }
}

.specific-skill {
  margin-bottom: 100px;
}

/*style.css.map */

.footer-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}

.footer-menu a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  display: inline-block;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1e2;
  border: 2px solid #efefef36;
  height: 50px;
  display: flex;
  align-items: center;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/*Line icon*/
.line-container {
  position: fixed;
  bottom: 5px; /* Cách đáy 30px */
  left: 5px; /* Cách bên trái 30px */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: pulse 1.5s infinite, shake 0.5s infinite;
}
.line-icon {
  width: 60px;
  height: 60px;
}
/* Hiệu ứng nháy nháy và tỏa sóng */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 118, 231, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(76, 175, 80, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}
/* Hiệu ứng rung */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-2px);
  }
  40%,
  80% {
    transform: translateX(2px);
  }
}
/* Bang tin có thanh cuôn */
.news-container1 {
  max-width: 900px;
  border: 1px solid #ddd;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.menu1 {
  background-color: #3498db;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.menu-item1 {
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.3s;
}

.menu-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.news-box {
  background-color: #fff;
  max-height: 500px; /* Chiều cao tối đa cho box tin tức */
  overflow-y: auto; /* Cho phép cuộn dọc */
  padding: 10px;
}

.news-item {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-item:last-child {
  border-bottom: none;
}

.news-title {
  font-weight: bold;
  color: #333;
}



.news-containerx {
  max-width: 900px;
  border: 1px solid #ddd;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.news-boxx
 {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 3px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.news-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
.news-items {
  min-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
}
.news-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.news-item h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #222;
}
.news-item a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
.news-item a:hover {
  color: #3498db;
}
.pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dot {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #333;
}



.news-container {
  width: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
}

.news-slide {
  display: none;
  text-align: center;
  padding: 20px;
  background-color: #f1f1f1;
  box-sizing: border-box;
}

.news-slide.active {
  display: block;
}

.news-dots {
  text-align: center;
  padding-top: 10px;
}

.news-dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.news-dots .dot.active {
  background-color: #333;
}

/*Box ảnh*/
.news-slide {
  display: none;
  position: relative;
  text-align: center;
}

.news-slide.active {
  display: flex;
}

.news-slide a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.news-image {
  width: 100%;
  height: 500px; 
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-slide:hover .news-image {
  transform: scale(1.02);
}

.news-content {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.news-slide:hover .news-content {
  display: block;
}

.news-dots {
  text-align: center;
  padding-top: 10px;
}

.news-dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s;
}

.news-dots .dot.active {
  background-color: #333;
}

/*Box img*/
.location-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-width: 850px;
  margin: auto;
  position: relative;
  border-radius: 5px;
}

.location-track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.location-item {
  position: relative;
  flex: 0 0 auto;
  width: 300px;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.location-item img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.location-item:hover img {
  transform: scale(1.01);
}

.location-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.location-item:hover .location-info {
  opacity: 1;
}

@keyframes scroll {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}

/*Box link*/
      .link-box {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        gap: 20px;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 970px;
      }
      .link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 85px;
        height: 85px;
        text-decoration: none;
        color: #ffffff;
        background-color: #3498db;
        border-radius: 10px;
        transition: background-color 0.3s;
        text-align: center;
        font-size: 12px;
      }
      .link i {
        font-size: 24px;
        margin-bottom: 5px;
      }
      .link:hover {
        background-color: #2980b9;
      }
/* Menu Button */
.menu-container {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 200px;
}

.menu-button {
  background-color: #333;
  color: white;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

.menu-button:hover {
  background-color: #555;
}

/* Main Menu */
.menu {
  max-height: 0;
  overflow: hidden;
  background-color:  #ddd;
  width: 200px;
  border-radius: 8px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  transition: max-height 0.5s ease; 
  position: relative; 
}

.menu-item {
  padding: 10px;
  color: #333;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
  position: relative; 
}

.menu-item:hover {
  background-color: #555;
}

/* Submenu */
.submenu {
  display: none; 
  position: absolute; 
  left: 100%; 
  top: 0; 
  background-color: #444;
  width: 150px; 
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1; 
}

.submenu-item {
  padding: 10px;
  color: white;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}

.submenu-item:hover {
  background-color: #666;
}

/* Hiện submenu khi menu-item được hover */
.menu-item:hover .submenu {
  display: block; /* Hiển thị submenu khi hover */
}

.icon-container {
  position: fixed;
  top: 10px;
  right: 10px;
}

.main-icon {
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Làm cho icon tròn */
  background-color: #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Hiệu ứng phát sáng */
.main-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(79, 143, 227, 0.7);
}

.hidden-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s, transform 0.3s;
  position: absolute;
  right: 70px;
  top: 0;
}

.hidden-icons.show {
  opacity: 1;
  transform: translateX(0);
}

.icon {
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s;
}

.icon a {
  text-decoration: none;
  color: inherit;
}

.icon:hover {
  transform: scale(1.1);
}
/* Nút top */
.top-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #ccc;
  color: white;
  border: none;
  border-radius: 50%; 
  width: 50px; 
  height: 50px; 
  font-size: 24px; 
  cursor: pointer;
  display: none; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
  z-index: 1000;
  transition: background-color 0.3s;
}

.top-button:hover {
  background-color: #555;
}

.top-button i {
  margin: 0; 
}

/* Nút top */
.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ddd;
  color: #333;
  font-size: 30px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.social-icon:hover {
  background-color: #555;
  color: #fff;
  transform: translateY(-5px);
}
/* Tìm kiếm */
h1 {
  margin-bottom: 10px;
}

input[type="text"] {
  width: 200px;
  padding: 8px;
  font-size: 12px;
  border: 1px solid #555;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
}

input[type="text"]:focus {
  border-color: #555;
}

button {
  padding: 8px 8px;
  font-size: 12px;  
  color: #fff;
  background-color:#333;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color:#333;
}
/* Panda chào */
.bear-container {
  position: fixed;
  right: -200px; /* Vị trí ban đầu của container (ẩn bên phải) */
  bottom: 68px;
  display: flex;
  align-items: flex-end; /* Định vị icon và tin nhắn */
  transition: right 2s ease-in-out; /* Hiệu ứng di chuyển */
}

.bear-container.show {
  right: 20px; /* Vị trí khi container hiện ra */
}

.bear-image {
  width: 100px;
  height: 150px;
}

.bear-message {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 25px;
  color: #333;
  font-weight: bold; 
  position: absolute;
  bottom: 80px; 
  right: 100%; 
  max-width: 100px;
  opacity: 0;
  transform: translateX(50px); 
  transition: opacity 0.2s ease-in-out, transform 1s ease-in-out;
}

.bear-message::before {
  content: "";
  position: absolute;
  right: -10px; 
  bottom: 20px; 
  transform: translateY(-50%); 
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff; 
}

.bear-message.show {
  opacity: 1;
  transform: translateX(0); 
}

/* Box forum */
.page {
  display: flex;
  justify-content: center; /* Căn giữa các ô */
  gap: 20px; /* Khoảng cách giữa các ô */
  padding: 20px;
}

.box {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  position: relative; /* cần thiết cho overlay */
  width: 350px; /* Đặt chiều rộng cho mỗi ô */
  height: 350px; /* Đặt chiều cao cố định cho mỗi ô */
  display: flex; /* Sử dụng Flexbox để căn giữa nội dung */
  flex-direction: column; /* Đặt hướng flex là cột */
  justify-content: space-between; /* Căn giữa nội dung giữa đầu và cuối */
}

.image {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s; /* hiệu ứng phóng to */
}

.image:hover {
  transform: scale(1.02); /* phóng to hình ảnh một chút */
}

.title {
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.content {
  font-size: 14px;
  color: #555;
  max-height: 100px; /* Giới hạn chiều cao để tạo thanh cuộn */
  overflow-y: auto; /* Hiện thanh cuộn khi nội dung vượt quá chiều cao */
  padding: 5px; /* Thêm khoảng cách cho nội dung */
  display: flex; /* Sử dụng Flexbox trong phần nội dung */
  align-items: center; /* Căn giữa theo chiều dọc */
  justify-content: center; /* Căn giữa theo chiều ngang */
  text-align: center; /* Căn giữa văn bản */
}

.button-container {
  display: flex;
  justify-content: center; /* Căn giữa các nút */
  margin: 5px 0;
}

.button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  background-color: #ddd;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s; /* hiệu ứng màu nút */
  outline: none; /* loại bỏ viền */
  margin: 0 10px; /* khoảng cách giữa các nút */
}

.button:hover {
  background-color: #555; /* Màu khi di chuột */
}

.read-more {
  background-color: #ccc; /* Màu xám cho nút Đọc thêm */
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s; /* hiệu ứng màu nút */
  font-size: 12px; 
}

.read-more:hover {
  background-color: #555;
}

/* Cloud styling */
.cloud {
  width: 200px;
  opacity: 0.8;
  position: absolute;
  top: 10%;
  animation: driftAround 50s ease-in-out infinite;
}

/* Keyframes for drifting in and out of view */
@keyframes driftAround {
  0% {
    transform: translate(-50vw, 20vh) scale(1) rotate(0deg);
    opacity: 0.5;
  }
  25% {
    transform: translate(20vw, 20vh) scale(1.1) rotate(5deg);
    opacity: 1.1;
  }
  50% {
    transform: translate(150vw, 50vh) scale(1) rotate(0deg);
    opacity: 0.9;
  }
  75% {
    transform: translate(45vw, 35vh) scale(1.2) rotate(-5deg);
    opacity: 1.0;
  }
  100% {
    transform: translate(-40vw, 60vh) scale(1) rotate(0deg);
    opacity: 1;
  }
}


body {
  font-family: Arial, sans-serif;
}

/* Vị trí cố định icon ở góc trái dưới */
.phone-container {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 1000;
}

/* Hình ảnh điện thoại */
.phone-img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  animation: ring 1s infinite, blink 2s infinite;
  border-radius: 50%;
}

/* Hiệu ứng rung */
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Hiệu ứng nhấp nháy viền */
@keyframes blink {
  0%,
  100% {
    box-shadow: 0 0 10px 5px rgba(0, 255, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(255, 0, 0, 0.8);
  }
}

/* Ô hội thoại */
.dialog {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 350px;
  background: #f9fff9;
  border: 2px solid #4caf50;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: left; /* text vẫn căn trái */
}

.dialog strong {
  color: #2e7d32;
  display: block;
  margin-bottom: 8px;
}

/* Ảnh LINE ID căn giữa */
.line-id {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  display: block;
  margin: 10px auto; /* căn giữa */
}
