.nextContent {
  display:none; /* <-- ตัวสำคัญห้ามลบ */
  /*
  margin: 5px 0;
  padding: 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  */
  /* text-align: center; */
}
#loadMore {
    display: block;	
    text-decoration: none;    
/*    
    padding: 10px;
    width: 100%;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px;
    */
}
/*
#loadMore:hover {
    background-color: #eee;
    color: #33739E;
}
*/

.ted-custom-btn {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 11 */
.btn-11 {
  border: none;
  background: rgb(199,0,57);
    background: linear-gradient(0deg, rgba(199,0,57,1) 0%, rgba(234,76,137,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.lazyload {
  background-color: black;
  display: inline-block;
}



.btn-12 {
  border: none;
  background: rgb(213, 64, 32);
    background: linear-gradient(0deg, rgba(245, 40, 145, 0.8) 0%, rgba(167, 9, 91, 0.8) 100%);   
    color: #fff;
    overflow: hidden;
}
.btn-12:hover {
    text-decoration: none;
    color: #fff;
}
.btn-12:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-12:hover{
  opacity: .7;
}
.btn-12:active{
  box-shadow:  4px 4px 6px 0 rgba(255,87,51,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}




.btn-13 {
  border: none;
  background: rgb(189, 34, 165);
    background: linear-gradient(0deg, rgba(189, 34, 165, 0.8) 0%, rgba(218, 14, 186, 0.8) 100%);   
    color: #fff;
    overflow: hidden;
}
.btn-13:hover {
    text-decoration: none;
    color: #fff;
}
.btn-13:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-13:hover{
  opacity: .7;
}
.btn-13:active{
  box-shadow:  4px 4px 6px 0 rgba(255,87,51,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}