body {
    font-family: 'Kanit', sans-serif;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .6);
    background-color: #12171A;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.dropdown-item a:hover {
    text-decoration: none;
    color: orangered;
}

.titleHeader {
    padding: 5px;
    background: rgba(40,40,40,0.7);
    box-shadow: 0px 1px 1px #121416;
    color: white;
}

.text-w {
  background: rgba(40,40,40,0.7);
  box-shadow: 0px 2px 2px #121416;
    color: white;
}

.text-winput {
  background: rgba(40,40,40,0.7);
  color: white;
}


  .nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.color-bgdark1{

    background: rgba(40,40,40,0.8);
}

.color-bgblack{

    background: rgba(0,0,0,0.9);


}


.boxPosterImg {
    width: 100%;
    padding: 20px

}
.imgPoster {
    position: relative;
    z-index: 90;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px black;

}
.movie-imdb {
    position: absolute;
    padding-left: 0px;
    z-index: 90;

}

.movie-lable {
    position: center;
    padding-top: 0px;
    padding-left: 5px;
    z-index: 90;

}

.movie-imdb span {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 3px 3px 0px;

}

.movie-imdb span i {
    color: gold;
    font-size: small;
}
.headerCard {
    border-radius: 10px;
    object-fit: cover;
}

.movie-corner {
    line-height: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #222;
    position: absolute;
    top: 10px;
    padding: 0px;
    right: -20px;
    overflow: hidden;
    width: 80px;
    -webkit-transform: rotate(45deg);
}

.movie-HD {
    background: red;
    color: white;
    border-top: 1px solid #721c24;
    border-bottom: 1px solid #721c24;
    box-shadow: 0px 0px 10px black;
}

.movie-zoom {
    background: yellow;
    color: white;
    border-top: 1px solid #721c24;
    border-bottom: 1px solid #721c24;
    box-shadow: 0px 0px 10px black;
}

.movie-sd {
    background: green;
    color: white;
    border-top: 1px solid #721c24;
    border-bottom: 1px solid #721c24;
    box-shadow: 0px 0px 10px black;
}


.mainbtn {
    font-weight: bold;
    font-size: 20px;
}

.mainbtn a {
    margin: 0px 20px;
}

.mainbtn a:hover {
    text-decoration: none;
    color: orangered;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background: rgba(0, 0, 0, 0.2);


}
.overlayImage{
    opacity: 0.5;
}
.menuFeeling:hover .overlay {
    opacity: 1;
}

.textHover {
    color: white !important;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

}



.textHover:hover {

}

.imgFeeling{
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;

}
.imgFeeling img{

    width: 100%;
    height: 100%;


}
.imgFeeling:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#002f4b,#933b00);
    opacity: .5;
}

.searchChr{
    color: white;
}
.searchChr:hover{
    color: orangered;
}
.overlayNone{

}
.overlayNone .textHover:hover{
    display: none;
}
.textHover img{
    width: 100%;
    height: 100%;
}

.wrap-title p {


    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

}
.imgBanner {
    border: 0px !important;
    box-shadow: none !important;
}

.imgBanner:hover{
    background: none;
}

.imgBanner img{

}
.imgBanner img:hover{
    background: none !important;
}

.fontHover{
    font-size: 20px;
    color: white;
}
.fontHover:hover{
    color:orangered;
}

.guideHeader  {
    padding: 0 16px 0 16px;
    width: 100%;
    margin: 10px auto;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}