.embed-responsive {
    position: relative; /* เพื่อให้ข้อความซ้อนอยู่บนวิดีโอ */
}
video {
    width: 100%;
}

.text-over-licence {
    position: absolute;
    font-size: 224%;
    color: #eee;
    opacity: 0.1;
    z-index: 9999999999;
}

.licence-pos1 {
    top: 0%;
    left: 0%;
}
.licence-pos2 {
    top: 10%;
    left: 10%;
}
.licence-pos3 {
    top: 20%;
    left: 20%;
}
.licence-pos4 {
    top: 30%;
    left: 30%;
}
.licence-pos5 {
    top:40%;
    left: 40%;
}
.licence-pos6 {
    top: 50%;
    left: 50%;
}
.licence-pos7 {
    top: 60%;
    left: 60%;
}
.licence-pos8 {
    top: 70%;
    left: 70%;
}

video {
    width: 100%;
}
.nav-right-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-right-wrapper .main-nav{
    margin-right: 15px;
  }
  
  .nav-right-wrapper .main-nav .submenu{
    top: 139%;
    left: -12px;
  
  }
.img-lang img{ width: 40px;}


.quiz-timer{
	display: none;
}
.timer-countercallback {
    font-size: 35px;
    font-weight: bold;
}
.question-card-bg{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*form reply comment*/
.review-comment-wrapper .form-group .form-input {
    font-size: 13px;
    line-height: 50px;
    font-weight: 400;
    color: #b4b7c1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #edeff2;
    border-radius: 3px;
}

.myForm {
    display: none; /* เริ่มต้นซ่อนฟอร์ม */
}

.review-comment-wrapper .form-group.fl_icon .form-input {
    padding-left: 70px;
}

.review-comment-wrapper .form-group textarea.form-input {
    height: 70px;
    border-bottom: 1px solid #bfbfbf;
}
.review-comment-wrapper .form-group textarea.form-input:hover{
    border: 1px solid blue;
}

.btn-give-diamond {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-give-diamond img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;

}
.btn-give-diamond:hover img {
    background: none;
    width: 23px;
    height: 23px;
    transition: fill 0.5s ease;
     -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    transform: scale(1.35);
}


