@font-face{
  font-family: TH-Krub;
  src: url(../fonts/TH-Krub.ttf);
  font-style: normal;
  font-variant:initial;
} 
@font-face{
  font-family: TH-Krub-Bold;
  src: url(../fonts/TH-Krub-Bold.ttf);
  font-style: normal;
  font-variant:initial;
} 
@font-face{
  font-family: TH-Krub-Bold-Italic;
  src: url(../fonts/TH-Krub-Bold-Italic.ttf);
  font-style: normal;
  font-variant:initial;
} 
@font-face{
  font-family: TH-Krub-Italic;
  src: url(../fonts/TH-Krub-Italic.ttf);
  font-style: normal;
  font-variant:initial;
} 
@font-face{
  font-family: bank-gothic-light;
  src: url(../fonts/bank-gothic-light.ttf);
  font-style: normal;
  font-variant:initial;
} 
@font-face{
  font-family: bank-gothic-medium;
  src: url(../fonts/bank-gothic-medium.ttf);
  font-style: normal;
  font-variant:initial;
}  
@font-face{
  font-family: Linearicons-Free;
  src: url(../fonts/Linearicons-Free.ttf);
  font-style: normal;
  font-variant:initial;
} 
 
.center{
 
  margin-left:  auto;
  margin-right: auto;
  width: 130%;
}
 
/*html {
  scroll-behavior: smooth;
}*/
.none-pad{
  padding: 0px 0px 0px 0px !important;
} 
.none-pad-r{
  padding: 0px 5px 0px 0px !important;
} 
.none-right{
  margin-right: -15px;
} 
.none-left{
  margin-left: -15px;
} 

.dropdown:hover>.dropdown-menu {
  display: block;
}
 
.navbar-toggler-left .fa-bars{
  color: #fff !important;
}
@media only screen and (max-width: 991px) { /* MOBILE */
  .mb-x{
    display: none !important;
  }
  .none-xs{
    padding: 0px 0px 0px 0px !important;
  }   
}
@media only screen and (min-width: 992px) { /* PC */
  .pc-x{
    display: none !important;
  }  
}

 
a:hover{
  text-decoration: none;
}
/*.banner {
  height: 100vh;
}*/ 




.btn-en{
  color: #fff;
  font-family: bank-gothic-medium;
  background-color: #404041; 
  border-radius: 8px;
  text-transform: capitalize;
  position: absolute;  
  text-align: center; 
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden; 
  display: inline-block;
  
}

.btn-en:hover{
  color: #fff; 
  background-color: #000; 
}
.btn-nn{ 
  position: absolute;  
  text-align: center; 
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden; 
  display: inline-block;
  
}
.btn-nn img{  
  width: 220px;
} 

.shine {
  height: 100vh; 
  background-image: linear-gradient(
    to right,
    transparent 33%,
    rgba(255,255,255,0.3) 50%,
    transparent 66%
  );
  background-size:300% 100%;
  animation: shine 1s ; /*infinite*/
}

@keyframes shine {
  0% {
    background-position: right;    
  }
  100% {
    opacity: 0;
    background-position: left;  
  }
}

.index .box-text h5{ 
  font-family: bank-gothic-medium;
  color: #231f20; 
}
.index .box-text h5 span{ 
  font-family: TH-Krub-Bold;   
}
.navbar .navbar-nav .nav-item  {
  margin-left: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.navbar .navbar-nav .nav-item .nav-link{
  color: #fff;
  font-family: bank-gothic-medium; 
  text-transform: capitalize;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
  opacity: .65;
}
.navbar .navbar-nav .nav-item .nav-link span{
  color: #e1a67a;
  font-family: TH-Krub-Bold; 
}


.navbar .navbar-nav .nav-item .nav-link.ct{
  color: #231f20;
  font-family: bank-gothic-medium; 
  text-transform: capitalize;
}
.navbar .navbar-nav .nav-item .nav-link.ct:hover{
  opacity: .65;
}
.navbar .navbar-nav .nav-item .nav-link.ct span{
  color: #757370;
  font-family: TH-Krub-Bold; 
}

.book{
  background-image: url("../images/book-bg.jpg"); 
  height: 100vh;  
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat; 
}
.audio{
  background-image: url("../images/audiobg.jpg"); 
  height: 100vh;  
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat; 
}

.shelf{
  background-image: url("../images/E-BooksShadow.png");  
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 120px;
  padding-bottom: 110px; 
  transition-delay: .2s;
  position: relative; 
}

.shelf .bookx{ 
  margin-top: 20px;
}
.shelf .bookx img:hover {  
  /*transition-delay: .2s;*/
  transform:scale(1.03);
}


.shelf2{
  background-image: url("../images/AudioShadow.png");  
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 130px;
  padding-bottom: 127px; 
  transition-delay: .2s;
  position: relative; 
}

.shelf2 .bookx{ 
  margin-top: 20px;
}

.shelf2 .bookx img:hover {  
  /*transition-delay: .2s;*/
  transform:scale(1.03);
}



.contact .botx{
  color: #000;
  font-family: bank-gothic-medium;   
  text-transform: none;
  position: absolute;     
}

.contact .a1{
  color: #000;
  font-family: TH-Krub-Bold; 
  text-transform: none;
  position: absolute;  
}
.contact .a2{ 
  margin-top: 45px;
}
.contact .a2 a{
  color: #000;
  font-family: TH-Krub-Bold; 
  text-transform: none;
}

.contact .a1 img{
  width: 50px;
  height: 50px;
}
.contact .a2 img{
  width: 50px;
  height: 50px;
}
.contact .a1:before{
  content: "";
  background-image: url(../images/Foundation-Logo.png);
  width: 65px;
  height: 65px;
  position: absolute;
  background-size: 65px 65px;
  margin-left: -85px; 
  margin-top: 4px;

}

.contact .a2:before{
  content: "";
  background-image: url(../images/Facebook-Logo.png);
  width: 65px;
  height: 65px;
  position: absolute;
  background-size: 65px 65px;
  margin-left: -85px; 
  margin-top: -35px;

}

.news{
  background-image: url("../images/newsbg.jpg"); 
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%  ; 
}
 
.news p{
  font-family: TH-Krub-Bold;
  color: #ca946a; 
  font-size: 24px;
  display: block;
  margin: auto;
}


.news .flower{
  position: absolute;
  left: -15px;
  top: 0;
  margin-top: 15%; 
}


.work{
  background-image: url("../images/newsbg.jpg"); 
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat; 
}

h1.frame{
  font-family: TH-Krub-Bold;
  color: #fff; 
  text-align: center;   
}
h1.frame:before{
  content: "";
  background-image: url(../images/FRAME.png);
  position: absolute; 
}

.work .p1 p{
  font-family: TH-Krub-Bold;
  color: #fff; 
  font-size: 20px; 
  text-align: justify;
  line-height: 24px;
}
.work .p3 p{
  font-family: TH-Krub-Bold;
  color: #b4b4b3; 
  font-size: 20px;  
  line-height: 24px;
  text-align: center;
}
.ppl{
  font-family: TH-Krub-Bold;
  color: #fff; 
  font-size: 20px;  
  line-height: 24px;
  text-align: center;
}
 
.work .p2 p{
  margin-bottom: 0;
}
.work .p2 {
  font-family: TH-Krub-Bold;
  color: #fff; 
  font-size: 20px; 
  text-align: justify;
  line-height: 24px;
}
.work .p2 span{
  font-family: TH-Krub-Bold;
  color: #e1a67a; 
  font-size: 22px; 
  text-align: justify;
  line-height: 24px;
}

.e8{
  font-family: TH-Krub-Bold;
  color: #fff; 
  font-size: 26px;  
  line-height: 35px;
}
.e8{
  font-family: TH-Krub-Bold;
  color: #fff;  
}

.e8:before{
  content: "";
  background-image: url(../images/e8.png);  
  position: absolute;
  background-repeat: no-repeat; 
}

.play-button{
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 30px;
  margin-left: 35px;
  margin-bottom: 5px;
  background-color: white;
  border-radius: 100%;
}
.pause-button{
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 30px;
  margin-left: 35px;
  margin-bottom: 5px;
  background-color: white;
  border-radius: 100%; ;
}

.navbar-toggler{
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 15px;
  margin-left: 15px;
}



.sub-x a:hover p{
  opacity: .55; 
}
.sub-x.active a p{
  opacity: .15; 
}
.sub-x.active a img{
  opacity: .85; 
}

 

@media only screen and (max-width: 991px) { /* MOBILE */
  .news p.p2{
    text-align: left;
  }  
  .news{ 
    background-size: 100% 100%; 
  }
  .book{ 
    background-size: 100% 100%; 
    height: 100%;
  }
  .audio{ 
    background-size: 100% 100%; 
    height: 100%; 
  }
  .work{ 
    background-size: 100% 100%; 
  }
  .e8{  
    font-size: 12px;  
    line-height: 20px;
  }
  .e8:before{ 
    background-size: 100% 140px; 
    margin-top: -30px;
    width: 100%;
    height: 140px;
  }
  h1.frame{ 
    font-size: 35px;
  }
  h1.frame:before{ 
    width: 100%;
    height: 170px;  
    background-size: 100% 170px;
    display: block;
    margin-top: -58px; 
    margin-left: auto;
    margin-right: auto;
  }
  .index{
    background-image: url("../images/bg.jpg"); 
    height: 100vh;  
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .index .box-text{
    position: absolute;
    top: 60%;
    left: 30%;   
    transform: translate(-50%, -50%); 
    border-left: 2px solid #231f20;
    padding:10px 15px;
  }
  .index .box-text h5{  
    font-size: 14px; 
    margin-bottom: 0px;
  }
  .index .box-text h5 span{  
    font-size: 16px;
  }
  .contact{
    background-image: url("../images/contactbg.jpg"); 
    height: 100vh;  
    background-position: 70% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact .botx{ 
    bottom: 5%;
    right: 5%;
    font-size: 16px;  
  }

  .contact .a1{ 
    top: 55%;
    left: 0; 
    margin-left: 25%;
    line-height: 25px;
  } 
  .signaturex{
    position: absolute;  
    top: 80%;
    right: 0;
    margin-right: -50px;
    transform: translate(-50%, -50%);  
    width: 160px;
  }
  .contact .a1{ 
    font-size: 18px;   
  }

  .contact .a2 a{ 
    font-size: 18px;    
  }
  .navbar .navbar-nav .nav-item .nav-link{ 
    font-size: 14px;
    line-height: 16px; 
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar .navbar-nav .nav-item .nav-link span{ 
    font-size: 14px;
  }
  .btn-en{ 
    font-size: 16px;
    padding: 6px 30px; 
  }
  .ff1{
    font-size: 20px;
    color: #fff;
  }
  .ff2{
    font-size: 20px;
    color: #000;
  }
   .navbar .navbar-nav .nav-item  { 
    margin-top: 0px;
  }
  .navbar .navbar-nav .nav-item .nav-link.ct{ 
    font-size: 14px;
    line-height: 14px; 
  } 
  .navbar .navbar-nav .nav-item .nav-link.ct span{ 
    font-size: 14px;
  }
  .sub-x{
    margin-bottom: 15px;
  }
  .sub-x a img{
    height: 40px;
    width: 300px;
  }
  .sub-x a p{
    font-family: TH-Krub;
    font-size: 18px;
    color: #fff; 
    width: 100%;
    text-align: center;
    margin-top: -33px;
    vertical-align: middle;
    height: 40px;
  }
}
 
@media only screen and (min-width: 992px) { /* PC */
  .news p.p2{
    text-align: right;
  } 
  .news{ 
    background-size: 100%; 
  }
  .book{ 
    background-size: 100%; 
  }
  .audio{ 
    background-size: 100%; 
  }
  .news{ 
    background-size: 100%; 
  }
  .work{ 
    background-size: 100%; 
  }
  .e8{  
    font-size: 26px;  
    line-height: 35px;
  }
  .e8:before{ 
    background-size: 100% 240px; 
    margin-top: -50px;
    width: 100%;
    height: 240px;
  }
  h1.frame{ 
    font-size: 45px;
  }
  h1.frame:before{ 
    width: 400px;
    height: 203px;  
    background-size: 400px 203px;
    margin-left: -40px;
    margin-top: -68px;
  }
  .index{
    background-image: url("../images/bg.jpg"); 
    height: 100vh;  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .index .box-text{
    position: absolute;
    top: 45%;
    left: 20%;   
    transform: translate(-50%, -50%); 
    border-left: 2px solid #231f20;
    padding:10px 15px;
  }
  .index .box-text h5{  
    font-size: 20px; 
    margin-bottom: 0px;
  }
  .index .box-text h5 span{  
    font-size: 30px;
  }
  .contact{
    background-image: url("../images/contactbg.jpg"); 
    height: 100vh;  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .contact .botx{ 
    bottom: 5%;
    right: 5%;
    font-size: 16px;  
  }

  .contact .a1{ 
    top: 50%; 
    left: 0%;
    margin-left: 40%; 
    line-height: 25px;
  }
 
  .signaturex{
    position: absolute;  
    top: 83%;
    right: 8%;
    transform: translate(-50%, -50%);  
    width: 260px;
  }
  .contact .a1{ 
    font-size: 20px;   
  }

  .contact .a2 a{ 
    font-size: 20px;    
  }
  .shelf2 .bookx img {  
    max-width: 240px;
  }
  .navbar .navbar-nav .nav-item .nav-link{ 
    font-size: 20px;
    line-height: 20px; 
  }
  .navbar .navbar-nav .nav-item .nav-link span{ 
    font-size: 20px;
  }
  /*.shelf{ 
    margin-top: 60px; 
  }*/
   
  .shelf2{ 
    margin-top: 60px; 
  }
  .btn-en{ 
    font-size: 20px;
    padding: 7px 30px; 
  }
  .navbar .navbar-nav .nav-item .nav-link.ct{ 
    font-size: 20px;
    line-height: 20px; 
  } 
  .navbar .navbar-nav .nav-item .nav-link.ct span{ 
    font-size: 20px;
  }
  .sub-x{
    margin-bottom: 30px;
  }
  .sub-x a img{
    height: 60px;
    width: 300px;
  }
  .sub-x a p{
    font-family: TH-Krub;
    font-size: 30px;
    color: #fff; 
    width: 100%;
    text-align: center;
    margin-top: -55px;
    vertical-align: middle;
    height: 60px;
  }
  .coming{
    background-image: url("../images/ComingSoonbg.jpg"); 
    height: 100vh;  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
} 