 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

@font-face {
    font-family: Kanit;
    src: url(../fonts/Kanit/Kanit-Regular.ttf);
}
@font-face {
    font-family: Prompt-Light;
    src: url(../fonts/Prompt/Prompt-Light.ttf);
}
@font-face {
    font-family: Prompt-Medium;
    src: url(../fonts/Prompt/Prompt-Medium.ttf);
}
@font-face {
    font-family: Prompt-Regular;
    src: url(../fonts/Prompt/Prompt-Regular.ttf);
}
@font-face {
    font-family: Prompt-SemiBold;
    src: url(../fonts/Prompt/Prompt-SemiBold.ttf);
}
.none-pad{
    padding: 0px 0px 0px 0px !important;
}
.none-pad-right{
    padding: 0px 15px 0px 0px !important;
}
.none-pad-left{
    padding: 0px 15px 0px 15px !important;
}
.menu-font{
	font-family: Prompt-Light;
}
.text-header{
  font-family: Prompt-SemiBold;
  font-size: 42px;
}
.text-header-sub{
  font-family: Prompt-Light;
  font-size: 24px;
}
.text-Prompt-Medium{
  font-family: Prompt-Medium;
}

.text-header-xs{
  font-family: Kanit;
  font-size: 24px;
}
.text-header-sub-xs{
  font-family: Kanit;
  font-size: 12px;
}

.text-header-sm{
  font-family: Kanit;
  font-size: 28px;
}
.text-header-sub-sm{
  font-family: Kanit;
  font-size: 14px;
}

.body-form-home{
  background-color:  #4c4c4c;

  padding-top: 30px;
}
.btn-set-red{
  background-color: #fe0000 !important;
  font-family: Kanit;
}
.btn-set-red:hover{
  color: #fff;
  background-color: #c9302c !important;
  border-color: #761c19 !important;
  font-family: Kanit;
}
.text-top-btn-active{
  font-family: Prompt-Light; !important;
  font-size: 12px !important;
  color: #ff0000 !important;
}
.set-font-bot{
  font-family: Prompt-Light; !important;
  font-size: 12px !important;
  color: #fff !important;
}
.text-top-btn{
  font-family: Prompt-Light; !important;
  font-size: 12px !important;
  color: #8E0303 !important;
}
.text-top-btn:hover{
  font-family: Prompt-Light; !important;
  font-size: 12px !important;
  color: #ff0000 !important;
}
.text-top-btn2{
  font-family: Prompt-Light; !important;
  font-size: 12px !important;
  color: #fff !important;
}
.text-top-btn2:hover{
  font-family: Prompt-Light; !important;
  font-size: 12px !important;
  color: #ddd !important;
}
.set-imput{
  height: 45px;
  padding-right: -10px;
  font-family: Prompt-Light;
  color: #8e8d92;
  font-size: 16px;
}
.set-imput-text{
  height: 45px;
  padding-right: -10px;
  font-family: Prompt-Light;
  color: #000;
  font-size: 16px;
}
.set-check{
  font-family: Kanit;
  color: #FFF;
}
.text-home-1{
  font-family: Prompt-SemiBold;
  font-size: 30px;
  color: #4c4c4c;
}
.text-home-2{
  font-family: Prompt-Medium;
  font-size: 36px;
  color: #000;
}
.text-home-3{
  font-family: Prompt-SemiBold;
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.text-home-4{
  font-family: Prompt-Light;
  font-size: 16px;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.text-home-5{
  font-family: Prompt-Medium;
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.img-bor{
  /*border: 1px solid #4c4c4c;*/
}
.mar-top-30{
  margin-top: 30px;
}
.mar-top-20{
  margin-top: 15px;
}
.mar-top-25{
  margin-top: 20px;
}
.set-img-pad{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  height: 180px;
}
.set-height{
  min-height: 250px;
  border: 1px solid #bfbfbf;
}

.set-height-6{
  min-height: 100px;
  border: 1px solid #bfbfbf;
}
.set-img-midle-6 {
  vertical-align: middle;  
  max-width: 80px;
}
.text-a-p{
  margin-top:100px;
  font-family: Kanit;
  font-size: 16px;
  color: #000;
}
.text-a-p:hover{
  margin-top:100px;
  font-family: Kanit;
  font-size: 16px;
  color: #363636;
  text-decoration: none !important;
}
.img-ra:hover{
  opacity: 0.8;
}
.body-2{
  background-color: #f5f5f5;
}
.box-review{
  padding: 20px;
  background-color: #fff;
}
.div-review-1{
  padding: 15px 20px 0px 20px;
}
.div-review-icon{
  padding: 0px 20px 0px 20px;
}
.text-review-1{
  font-family: Prompt-Medium;
  color: #000000;
  font-size: 16px;
}
.text-review-1:hover{
  font-family: Prompt-Medium;
  color: #363636;
  font-size: 16px;
  text-decoration: none !important;
  text-overflow: ellipsis; 
}
.text-review-detail{  
  font-family: Prompt-Light;
  color: #8e8d92;
  font-size: 14px;  
  padding: 15px 20px 0px 20px;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.icon-text-o{
  font-family: Prompt-Regular;
  color: #000;
  font-size: 16px; 
  padding: 10px 20px 0px 20px;
}
.text-login-mobile{
  font-family: Prompt-SemiBold;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}
.text-login-mobile:hover{
  font-family: Prompt-SemiBold;
  color: #f0f0f0;
  font-size: 12px;
}

.set-midle {
  border: 1px solid #bfbfbf;
  white-space: nowrap;
  height: 250px;
  text-align: center;
}

.set-midle:before,
.frame_before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.set-midle-6 {
  border: 1px solid #bfbfbf;
  white-space: nowrap;
  height: 150px;
  text-align: center;
}
.hr-set{
  border-top: 1px solid #bfbfbf;
}
.set-midle-6:before,
.frame_before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.set-img-midle {
  vertical-align: middle;  
  max-width: 150px;
}
.text-midle {
  min-height: 80px;
  text-align: center;
  background-color: #333;
  font-family: Prompt-Regular;
  color: #FFF;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.set-text-ex{
  font-family: Prompt-SemiBold;
  color: #4c4c4c;
  font-size: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.set-text-un{
  font-family: Prompt-SemiBold;
  color: #4c4c4c;
  font-size: 30px;
  padding-top: 6px;

}

.set-stick {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #ff0000;
  background-color: #101010;
}
.set-stick-2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ff0000;
}
.btn-bot{
  color:000; 
}
.text-a-link{
  font-family: Prompt-Light;
  color: #FFF;
  font-size: 14px;
  margin-right: 10px;
}
.text-a-link:hover{
  font-family: Prompt-Light;
  color: #ebebeb;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
}
.set-game-div{
  font-family: Prompt-Light;
  color: #fff;
  padding: 10px 10px 10px 10px;
  background-color: #1a1a1a;
  border: 1px solid #000;
}

.set-game-div:hover{
  font-family: Prompt-Light;
  color: #fff;
  padding: 10px 10px 10px 10px;
  background-color: #101010;
  border: 1px solid #000;
}
.set-arrow{
  font-family: Prompt-Light;
  color: #f00;
  padding: 20px 10px 20px 10px;
  background-color: #101010;
  border-top: 1px solid #000;
}
.set-arrow:hover{
  font-family: Prompt-Light;
  color: #c10000;
  padding: 20px 10px 20px 10px;
  background-color: #101010;
  border-top: 1px solid #000;
}
.set-h4{
  font-family: Prompt-Light;
  color: #f00;
  padding: 20px 10px 0px 10px;
}
.div-form{
  border: 1px solid #ddd;
}
.control-label-set{
  color: #fff;
  font-family: Prompt-Light;
}
.set-h4-form{
  background-color: #ff0000;
  margin-top: 10px;
  padding:8px 15px 8px 10px;
  color: #fff;
  font-family: Prompt-Light;
}
.label-text{
  color: #fff;
  font-family: Prompt-Light;
}
.label-text-p{
  color: #fff;
  font-family: Prompt-Light;
  padding-top: 15px;
}
.set-div-pad{
  margin-top: 20px;
}
.form-set{
  font-family: Prompt-Light;
}
.bg-hd{
  background-color: #14805e;
  color: #fff;
  font-family: Prompt-Light;
  border:1px solid #000;
}
.set-hd{
  color: #000;
  font-family: Prompt-Light;
  vertical-align: middle;
}
.set-h5{
  color: #fff;
  font-family: Prompt-Light;
  padding: 10px 10px 10px 10px;
}
.set-img-bar{
  border-radius: 8px;
  opacity: 1;
}
.set-img-bar:hover{
  border-radius: 8px;
  opacity: 0.8;
}
.bor-b{
  border-top: 4px solid #222; 
  border: 1px solid #222;
}