@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #7DCFFF;
  color: #fff;
  position: relative;
}
body::before{
  background-color: #7DCFFF;
}
/* body::before {
  content: "";
  position: fixed;
  background: #0035Ad url("../images/pk.jpg") top right no-repeat; 
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
} 
@media (min-width: 1024px) {
  body::before {
    background-attachment: fixed;
  }
}
*/

a {
  color: #0035AD;
  text-decoration: none;
}

a:hover {
  color: #ffdf00;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans Thai', sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.info {
  transition: ease-in-out 0.3s;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 997;
  overflow-y: auto;
}
.info * {
  transition: ease-in-out 0.3s;
}
.info h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Noto Sans Thai', sans-serif;
}
.info h1 a, #header h1 a:hover {
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.info h4 {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.5;
 /*  max-width: 800px; */
}
.info h2 span {
  color: #fff;
  border-bottom: 2px solid #0035AD;
  padding-bottom: 6px;
}
.info img {
  padding: 0;
  margin: 0;
}
.info .social-links {
  margin: 15px 0 15px;
  display: flex;
}
.info .social-links a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.info .social-links a:hover {
  background: #0035AD;
}
@media (max-width: 992px) {
  .info h1 {
    font-size: 26px;
  }
  .info h4 {
    font-size: 17px;
  }
  .info .social-links {
    margin-top: 15px;
  }
  .info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/*--------------------
# Sections 
----------------------*/
section {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 140px;
  bottom: 100%;
  opacity: 0;
  transition: ease-in-out 0.4s;
  z-index: 2;
}
section.section-show {
  top: 100px;
  bottom: auto;
  opacity: 1;
  padding-bottom: 45px;
}
section .container {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px;
}
@media (max-width: 768px) {
  section {
    top: 120px;
  }
  section.section-show {
    top: 80px;
  }
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'Noto Sans Thai', sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #4ceb95;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: -15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Noto Sans Thai', sans-serif;
  color: #fff;
}

/*---------------
# Credits
-----------------*/
.credits {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  text-align: left;
  font-size: 13px;
  color: #fff;
  z-index: 999999;
}
@media (max-width: 992px) {
  .credits {
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
  }
}
.credits a {
  color: #0D6EFD;
  transition: 0.3s;
}
.credits a:hover {
  color: #fff;
}


.fix-pic{
  background-size: contain;
}


.social .social-links {
  margin: 15px 0 15px;
  display: flex;
}
.social .social-links a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.social .social-links a:hover {
  background: #0035AD;
}
@media (max-width: 992px) {
  
  .social .social-links {
    margin-top: 15px;
  }
  
}

.bg-infomation{
  background: rgba(26, 69, 138, 0.7);
  padding: 20px;
}