body{
	font-family: Calibri !important;
}
.MsoNormal span,.page-content>p,.page-content>p span{
	font-size: 16pt !important;
	line-height: 2rem !important;
}
.MsoNormal img{
	width: 60% !important;
	margin: 10px auto;
	display: block;
}
.html-bg {
  width: 100%;
  height: auto;
}

.logo-1 {
  position: absolute;
  top: 0.5%;
  left: 2%;
  width: 120px;
}

.dropdown-toggle::after {
  display: none;
}

.head-logo {
  width: 116px;
  top: 14px;
  left: 12%;
  position: fixed;
  z-index: 1031;
  animation: spin 1.5s infinite;
}

.arrange-menu {
  display: none;
}

@keyframes spin {
  0% {
    transform: scale(1) rotate(0deg);
  }

  25% {
    transform: scale(1.1);
  }

  30% {
    transform: scale(1.1) rotate(15deg);
  }

  4% {
    transform: scale(1.1) rotate(0deg);
  }

  50% {
    transform: scale(1.1) rotate(-15deg);
  }

  60% {
    transform: scale(1.1) rotate(15deg);
  }

  70% {
    transform: scale(1.1) rotate(0deg);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

.hid-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  width: 70%;
  font-weight: 700;
  font-size: 20px;
  background: #fff !important;
  position: fixed;
  top: 32px;
  right: 15%;
  left: 15%;
  z-index: 1030;
  border-radius: 20px;
  box-shadow: 0px 0px 4px #979591;
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
  padding-bottom: 0;
}

.arrow-down {
  width: 20px;
  padding-top: 2px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 36px;
  left: -6px;
  background: #fff;
  box-shadow: 1px 1px 7px #ccc;
}

.dropdown-menu .menu {
  padding: 10px 12px;
}

.dropdown-menu .menu:hover {
  background: #f5f1f1;
}

.navbar-cont {
  position: relative;
  margin-right: 30px;
}

.navbar-cont .nav-txt {
  visibility: visible;
}

.navbar-cont:hover .dropdown-menu {
  visibility: visible;
}

.content {
  width: 100%;
  height: auto;
  position: relative;
}

.po-sb {
  position: absolute;
}

.pad-bt {
  padding-bottom: 30px;
}

.txt1 {
  font-size: 170px;
  top: 6.6%;
  left: 21%;
  font-weight: bold;
  color: #000;
}

.txt2 {
  font-size: 58px;
  top: 26.2%;
  left: 32%;
  font-weight: bold;
  color: #000;
}

.txt3 {
  font-size: 30px;
  top: 33.8%;
  right: 22%;
  color: #000;
}

.txt4 {
  font-size: 30px;
  top: 44.6%;
  left: 29%;
  color: #000;
}

.txt5 {
  font-size: 58px;
  top: 55.6%;
  left: 48%;
  font-weight: bold;
  color: #000;
}

.txt6 {
  font-size: 46px;
  top: 59.6%;
  left: 37%;
  font-weight: bold;
  color: #158f68;
  text-align: center;
}

.txt7 {
  font-size: 30px;
  top: 64.6%;
  left: 29%;
  color: #000;
  text-align: center;
}

.txt8 {
  font-size: 32px;
  top: 71.6%;
  left: 27%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.txt9 {
  font-size: 58px;
  top: 78.6%;
  left: 37%;
  font-weight: bold;
  color: #000;
}

.txt10 {
  font-size: 30px;
  top: 84.6%;
  right: 22%;
  color: #000;
}

.cont-f-img {
  width: 100%;
  height: 500px;
  font-weight: bold;
  text-align: center;
  font-size: 120px;
  background: #f5d6a7;
  padding: 146px;
  line-height: 100px;
}

.sm-title {
  font-size: 30px;
  padding: 12px 39px;
  font-weight: bold;
  text-align: center;
  margin-left: -91px;
  background: #77a14a;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 30px;
  border-radius: 0 30px 0 0;
}

.st-box {
  width: 750px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-sizing: content-box;
  padding: 20px 90px;
  border-radius: 30px;
}

.pi-box {
  width: 550px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.st-user {
  width: 230px;
  height: 300px;
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  transition: all .4s;
  transform-style: preserve-3d;
  transform: rotateY(0);
  animation-fill-mode: both;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #fff;
  padding: 20px;
}

.front {
  z-index: 2;
  backface-visibility: hidden;
}



.back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #fff;
  padding: 16px;
  overflow: scroll;
  overflow-x: hidden;
}

.back::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.back::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #77a14a;
  ;
}


.stamni {
  transform: rotateY(180deg);
  animation-fill-mode: both;
}

.st-icon {
  width: 190px;
  height: 210px;
  margin-bottom: 10px;
  background: #e5e5e5;
}

.st-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


.team-title {
  width: 260px;
  height: 60px;
  background: #f5d6a7;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border-radius: 0 30px 30px 0;
  margin: 20px 0;
  font-weight: bold;
}

.f-screen {
  width: 100%;
  height: 50vh;
  background: #f5d6a7;
  font-size: 110px;
  font-weight: bold;
  text-align: center;
}

.f-scr-img {
  display: block;
  width: 80%;
  margin: 50px auto;
}

.image {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-block: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.image img {
  overflow: hidden;
  width: 80%;
  max-width: 100%;
  border-radius: 16px;
}

.image .caption {
  text-align: center;
  padding: 8px;
}

.sidebar {
  margin: 30px;
  margin-left: 50px;
  padding: 0;
  width: 20%;
  position: sticky;
  height: 100vh;
  overflow: visible;
  top: 220px;
  border-radius: 0px 20px 20px 0px;
  align-self: flex-start;
}

.sidebar a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
  font-size: 18px !important;
  font-family: "Kanit", sans-serif;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .bar-name {
  font-size: 24px;
  color: #fff;
}

.sidebarTab {
  width: 250px;
  color: #ad92dd;
  text-align: left;
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 6px;
}

.sele-sidebarTab {
  background: #ad92dd;
  color: #fff;
}

.iconHeader1 {
  padding-top: 20px;
}

.page-content {
  padding-left: 7%;
  padding-right: 7%;
  max-width: 1300px;
  margin: 30px auto 30px !important;
  background: #fff;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-content>p {
  font-weight: 300;
  font-size: 18px;
  color: #666;
}

.page-title {
  width: fit-content;
  color: #fff;
  font-size: 28px;
  font-family: PingFangSC;
  font-weight: bold;
  background: #77a14a;
  padding: 6px 30px;
}

.caption {
  color: #333;
  font-style: italic;
}

.footer {
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 60px 0;
  background: #fff;
}

.footer>p {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1640px) {
  .navbar .container {
    scale: .8;
  }

  .txt1 {
    font-size: 116px;
    top: 7%;
    left: 19%;
    font-weight: bold;
  }

  .txt2 {
    font-size: 44px;
    top: 26.2%;
    left: 32%;
    font-weight: bold;
    color: #000;
  }

  .txt3 {
    font-size: 25px;
    top: 33.8%;
    right: 18%;
    color: #000;
  }

  .txt4 {
    font-size: 22px;
    top: 44.6%;
    left: 29%;
    color: #000;
  }

  .txt5 {
    font-size: 48px;
    top: 55.6%;
    left: 48%;
    font-weight: bold;
    color: #000;
  }

  .txt6 {
    font-size: 36px;
    top: 59.6%;
    left: 37%;
    font-weight: bold;
    color: #158f68;
    text-align: center;
  }

  .txt7 {
    font-size: 22px;
    top: 64.6%;
    left: 29%;
    color: #000;
    text-align: center;
  }

  .txt8 {
    font-size: 22px;
    top: 71.6%;
    left: 28%;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .txt9 {
    font-size: 42px;
    top: 78.6%;
    left: 37%;
    font-weight: bold;
    color: #000;
  }

  .txt10 {
    font-size: 22px;
    top: 84.6%;
    right: 22%;
    color: #000;
  }

  .navbar {
    height: 88px !important;
  }
}

@media screen and (max-width: 768px) {
  .pad-bt {
    padding-bottom: 5px;
    margin-bottom: 0 !important;
  }

  .team-box {
    width: 100%;
    padding: 5px;
  }

  .txt1 {
    font-size: 36px;
    top: 7%;
    left: 22%;
    font-weight: bold;
  }

  .txt2 {
    font-size: 12px;
    top: 26.2%;
    left: 32%;
    font-weight: bold;
    color: #000;
  }

  .txt3 {
    font-size: 10px;
    top: 32.8%;
    right: 10%;
    color: #000;
    scale: .7;
  }

  .txt4 {
    font-size: 10px;
    top: 43.6%;
    left: 10%;
    color: #000;
    scale: .7;
  }

  .txt5 {
    font-size: 16px;
    top: 55.6%;
    left: 48%;
    font-weight: bold;
    color: #000;
  }

  .txt6 {
    font-size: 10px;
    top: 59%;
    left: 37%;
    font-weight: bold;
    color: #158f68;
    text-align: center;
  }

  .txt7 {
    font-size: 10px;
    top: 63.6%;
    left: 9%;
    color: #000;
    text-align: center;
    scale: .8;
  }

  .txt8 {
    font-size: 10px;
    top: 70.8%;
    left: 5%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    scale: .7;
  }

  .txt9 {
    font-size: 14px;
    top: 78.6%;
    left: 37%;
    font-weight: bold;
    color: #000;
  }

  .txt10 {
    font-size: 10px;
    top: 82.6%;
    right: 13%;
    color: #000;
    scale: .7;
  }

  .navbar-dark .navbar-toggler {
    scale: .7;
    background: #77a14a;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    padding-bottom: 0;
  }

  .footer {
    font-size: 10px;
    background: #fff;
    color: #000;
    padding: 20px;
  }

  .footer>p {
    text-align: center;
  }


  .fixed-top {
    padding-top: 0px;
  }

  .f-img {
    width: 100%;
    height: 414px;
  }

  .f-img .f-1 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-2 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .f-img .f-4 {
    width: 70%;
    height: auto !important;
  }

  .cont-f-img {
    width: 100%;
    height: 200px;
    font-size: 30px;
    line-height: 40px;
    padding: 50px;
  }

  .navbar {
    height: 60px;
  }

  .head-logo {
    width: 40px;
    top: 12px;
  }

  .sidebar {
    display: none;
  }

  .page-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-item {
    width: 110px;
    height: auto;
    margin: 10px;
  }

  .m-mar-bt {
    margin-bottom: 30px;
  }

  .no-pb>p {
    margin-bottom: 0;
  }

  .team-box {
    width: 100%;
    padding: 10px;
  }

  .st-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
  }

  .m-st-box {
    justify-content: center !important;
  }

  .sm-title {
    border-radius: 0;
  }

  .st-box .st-icon {
    left: 100px;
  }

  .pi-box {
    width: 100%;
    margin: 0 auto 0px;
    padding-bottom: 30px;
    justify-content: center;
  }

  .navbar {
    font-weight: 700;
    font-size: 20px;
    display: block;
    width: 100%;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }



  .content {
    margin-top: 50px;
  }

  .navbar-toggler {
    position: fixed;
    top: 10px;
    right: 20px;
  }

  .navbar-nav {
    background: #F2F2F2;
    margin-top: 60px;
  }

}
