body {
    position: relative;
    padding-top: 50px;
    color: rgb(48, 48, 48);
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    max-width: 1600px;
    margin: auto;


}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?1uxdk9');
    src:  url('../fonts/icomoon.eot?1uxdk9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1uxdk9') format('truetype'),
    url('../fonts/icomoon.woff?1uxdk9') format('woff'),
    url('../fonts/icomoon.svg?1uxdk9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#box-speak {
    display: none;
    position: fixed; bottom: 50px; right: 0; height: 200px; width: 420px; background: white; border: 1px #ccc solid; z-index: 9999; padding: 5px; text-align: center;
}

.icon-ear .path1:before {
    content: "\e900";
    color: rgb(0, 0, 0);
    opacity: 0.965;
}
.icon-ear .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(0, 0, 0);
    opacity: 0.965;
}
.icon-ear .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(0, 0, 0);
    opacity: 0.962;
}
.icon-ear .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(0, 0, 0);
    opacity: 0.96;
}
.icon-repeat-once .path1:before {
    content: "\e904";
    color: rgb(0, 0, 0);
    opacity: 0.985;
}
.icon-repeat-once .path2:before {
    content: "\e905";
    margin-left: -1em;
    color: rgb(0, 0, 0);
    opacity: 0.99;
}
.icon-repeat-once .path3:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(0, 0, 0);
    opacity: 0.985;
}
.icon-repeat:before {
    content: "\e907";
}


img {
    max-width: 1570px !important;
}

.img-responsive {
    width: 100%;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
}
.mgb-0 {
    margin-bottom: 0 !important;
}
/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
    /* flex: 1; */
    flex-grow: 1;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .searchIC {
        display: none;
    }
    .pagePadding {
        padding: 0 70px;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.bg-primary {
    margin: 0px auto !important;
    color: inherit;
    padding: 20px;
    background-color: #fff !important;
    border-top: 1px solid #d0d0d0;
}
.max-width {
    max-width: 1570px;
    margin: auto;
}
.bg-secondary {
    margin: 0px auto !important;
    color: inherit;
    padding: 20px;
    border-top: 1px solid #d0d0d0;
    background-color: #F9F9F9 !important;
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1s infinite ease-in-out;
    animation: load7 1s infinite ease-in-out;
}

.loader {
    margin: 7em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

.loader:before {
    left: -3.5em;
}

.loader:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ff6600;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ff6600;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ff6600;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ff6600;
    }
}

a, a:hover, a:focus {
    text-decoration: none;
}

a:hover {
    color: #FF6600;
}

.fa-ipod {
    width: 18px;
    height: auto;
}

.fa-videocamera {
    width: 18px;
    height: auto;
}

.container-fluid {
}

.user-control {
    position: relative;
}

.user-control .nav-pills li a:hover,
.user-control .nav-pills li a {
    background-color: transparent;
    color: #555;
}

.user-control .nav-pills li a:hover {
    color: #ff6600;
}

.user-control .nav-pills li > a > i {
    font-size: 120%;
    width: 16px;
    margin-right: 6px;
}

.user-control img.avatar {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    right: 15px;
    width: 64px;
    height: auto;
    z-index: 1;
}

.follow-box {
    margin: 15px 0;
}

.follow-box span {
    margin: 0 2px;
    line-height: 29px;
}

.movie-user-info small {
    font-size: 75%;
    font-style: italic;
}

.movie-user-info span i.fa {
    margin-right: 6px;
}

.movie-user-info span i.number,
.follow-box span i.number {
    font-size: 24px;
    color: #428BCA;
    margin-right: 8px;
}
.bgblack {

}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.with-devide {
    position: relative;
    z-index: 0;
    background-color: #fff !important;
}

.with-devide .devide {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: -1;
    background-color: #ddd;
    height: 8px;
    width: 50%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.nav.nav-pills.nav-menu > li {
    float: none;
    border-bottom: 1px solid #ddd;
}

.nav.nav-pills.nav-menu > li > a {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-left: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
}

.nav.nav-pills.nav-menu > li:last-child {
    border: none;
}

.nav.nav-pills.nav-menu > li.active > a {
    color: #555;
    font-weight: 700;
    background-color: inherit;
    border-color: #ddd;
}

.push {
    height: 0px;
}

.half-push {
    height: 20px;
}

.song-list-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(top, #F7AC3E 0, #ff6600 100%);
    background-image: linear-gradient(to bottom, #f59a18 0, #f27d13 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
    border-color: #c7640b;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px;
    color: #fff;
}

.nav.nav-song-list {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
}

.nav-tabs.nav-justified.nav-song-list li {
    background-color: #eee;
}

.nav-tabs.nav-justified.nav-song-list li a {
    color: #555;
    padding: 4px;
    border-radius: 0px;
}

.nav-tabs.nav-justified.nav-song-list li.active a {
    color: #fff;
    background-color: #555;
}

.song-list {
    padding-top: 48px;
}

.song-list .row {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.song-list .row:nth-child(even) {
    background: #F7F7F7;
}

.song-list .media {
    margin-top: 0px;
}

.song-list .song-list-rank {
    position: relative;
}

.song-list .song-list-rank > span {
    color: #fff;
    border-radius: 50%;
    background: #67B645;
    padding: 6px 8px;
    font-size: 18px;
    margin: 12px 0;
    position: absolute;
    right: 4px;
}

.song-list img.media-object {
    height: 65px;
    width: auto;
}

.song-list .song-list-info {

}

.song-list .song-list-info h4 {
    font-weight: bold;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.song-list .song-list-info .song-list-artist {
    font-style: italic;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
}

.song-list .song-list-info .song-list-view-count {
    color: #646464;
}

.media-list .media {
    margin: 8px 0;
    display: block;
    color: #555;
}

.media-list .media:first-child {
    margin-top: 15px;
}

.media-list .media:last-child {
    margin-bottom: 0px;
}

.media-list .media:hover .media-heading {
    color: #FF6600;
}

.btn-white {
    background: transparent !important;
}

.btn-link,
.btn-link:focus,
.btn-link:active,
.btn-link:hover {
    box-shadow: none;
    color: #fff;
    text-decoration: none;
}

.btn-link.disabled {
    opacity: 1;
}

.btn-primary {
    color: #fff;
    background-color: #1199c3;
    border-color: #5891b0;
    background-image: -webkit-linear-gradient(top, #52b6ee 0, #409cd3 100%);
    background-image: linear-gradient(to bottom, #52b6ee 0, #409cd3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52b6ee', endColorstr='#ff409cd3', GradientType=0);
    border-color: #2a82b6;
}
.dark_mode_black .modal-footer .btn-secondary {
    color: black !important;
}
.dark_mode_black .color-blue-navy{
    color: white !important;
}
.text-info {
    color: #1199c3;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #ff6600 0, #ff6600 100%);
    background-image: linear-gradient(to bottom, #ff6600 0, #ff6600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
    border-color: #c7640b;
}

.btn-danger:hover {
    background-image: -webkit-linear-gradient(top, #ff6600 0, #ff6600 100%);
    background-image: linear-gradient(to bottom, #ff6600 0, #ff6600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
    border-color: #c7640b;
}

.text-danger {
    color: #FF6600;
}
.text-error {
    color:  red;
}
.text-black{
    color: #000000;
}
.btn-custom {
    opacity: 0.75;
    background-color: hsl(113, 63%, 41%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bbb2a", endColorstr="#36aa26");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#3bbb2a), to(#36aa26));
    background-image: -moz-linear-gradient(top, #3bbb2a, #36aa26);
    background-image: -ms-linear-gradient(top, #3bbb2a, #36aa26);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3bbb2a), color-stop(100%, #36aa26));
    background-image: -webkit-linear-gradient(top, #3bbb2a, #36aa26);
    background-image: -o-linear-gradient(top, #3bbb2a, #36aa26);
    background-image: linear-gradient(#3bbb2a, #36aa26);
    border-color: #36aa26 #36aa26 hsl(113, 63%, 40%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
    -webkit-font-smoothing: antialiased;
}

.btn-custom:hover {
    opacity: 1;
}

.btn-custom i {
    margin-right: 4px;
}

.well, .well.well-sm {
    background: #fff;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    moz-border-radius: 0x;
}

.well.well-sm > h3 {
    margin: 10px 10px;
    color: #555;
}

.breadcrumbs {
    padding: 20px 0px;
    background-color: #fff;
}

.breadcrumbs h4 {
    text-transform: uppercase;
}

.popover.bottom .arrow {
    left: 8%;
}

.popover {
    max-width: 100%;
    width: 260px;
}

.ask-list-group .ask-list-item {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.ask-list-group .ask-list-item:first-child {
    padding-top: 0px;
}

.ask-list-group .ask-list-item:last-child {
    border-bottom-width: 0px;
}

/* Header */
.header {
    position: relative;
    color: #605F5D;
    overflow: hidden;
    max-height: 420px;
    text-align: center;
}

.header-method {
    height: 380px;
}

.header .header-bg {
    width: 100%;
    max-width: 1570px;
    height: auto;
}

.header .header-text h1 {
    font-weight: 600;
    font-size: 32px;
}

.header .header-text {
    position: absolute;
    top: 64px;
    left: 62px;
    width: 100%;
}

.header .header-text {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
}

.header .header-text p {
    width: 60%;
    margin: 15px 0;
}

/* Navigation */
.navbar {
    /* Navbar height */
    min-height: 50px;
    background-color: #fff;
    margin-bottom: 0px;
    border: none;
}

.navbar .nav-notification {
    background: #ff6600;
    color: #fff;
}

.navbar .nav-notification .alert {
    padding: 4px 55px;
    font-size: 12px;
}

.navbar .container-fluid {
    -webkit-box-shadow: 0 1px 0 0 #ddd;
    box-shadow: 0 1px 0 0 #ddd;
    max-width: 1570px;
}

.navbar .container-fluid.container-nav {
    position: relative;
}

.navbar .btn:not(.navbar-form .btn) {
    /* Navbar height */
    padding: 5px 8px;
}

.navbar .navbar-center.navbar-brand {
    /* Navbar height */
    height: 50px;
    padding: 0px;
    float: none;
    
}

.navbar .navbar-center.navbar-brand img.logo {
    height: 50px;
    width: auto;
}

.navbar .navbar-center.navbar-brand a {
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
}

.navbar .navbar-center.navbar-brand a .text-logo {
    color: #fff;
    padding: 2px 4px;
    background-color: #FF6600;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar .navbar-center {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}

.nav.navbar-nav {
    height: 50px;
    padding-left: 55px;
    padding-right: 55px;
}

.nav.navbar-nav li {
}

.nav.navbar-nav li > a {
    line-height: 28px;
    height: 50px;
    font-size: 13px;
    color: #555;
    /* Navbar height */
    padding: 12px 0px;
    margin: 0 7px;
}

.nav.navbar-nav li > a > i {
    font-size: 18px;
}

.nav.navbar-nav li.active > a {
    background: transparent;
    color: #66757f;
    border-bottom: 4px solid #FF6600;
}

.nav.navbar-nav li:hover > a,
.nav.navbar-nav li.active:hover > a {
    background: transparent;
    color: #FF6600;
}

.navbar-btn {
    margin-top: 11px;
    margin-bottom: 11px;
}

.navbar-btn-group {
    margin-top: 1px;
}

.navbar-btn-group .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-btn-group .btn,
.navbar-btn-group .btn:hover,
.navbar-btn-group .btn:focus {
    border: none;
    border-radius: 0px;
}

.navbar-btn-group .btn.active {
    box-shadow: none;
    background: transparent !important;
    box-shadow: inset 0 -4px 0 #ff6600;
}

.mask-read {
    cursor: pointer !important;
}

.navbar-btn:focus {
    box-shadow: none;
}

.navbar-right .dropdown {

}

.navbar-right .dropdown li:last-child {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-right .dropdown li:last-child {
    margin: 10px 10px 5px 10px;
}

.navbar-nav .btn-group > .btn {
    margin-top: 11px;
    margin-bottom: 11px;
    border-radius: 0px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #ff6600;
}

.navbar-login {
    width: 320px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-form {
    padding-right: 0px;
    padding-left: 0px;
    margin: 12px 0;
}

.navbar-form .input-group-sm > .form-control,
.navbar-form .input-group-sm > .input-group-btn > .btn {
    border-radius: 0px;
}

.navbar-form input:focus {
    box-shadow: none;
}

.navbar-form .input-group-btn .btn {
    padding-left: 25px;
    padding-right: 25px;
}
.img--search {
    width: 95px !important;
}
@media only screen and (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }

}

/* Video Carousel */
.movies-carousel {
    position: relative;
    overflow: hidden;
    height: 420px;
}

.movies-carousel img {
    width: 100%;
    height: auto;
}

.movies-carousel .header-text {
    position: absolute;
    top: 80px;
    left: 30px;
    background-color: rgb(16 13 13 / 73%);
    padding: 15px;
    width: 35%;
}

.movies-carousel .header-text h3 {
    font-size: 22px;
    color: #FF6600;
}

.movies-carousel .header-text h3 small {
    text-transform: none;
    color: #f7e5b5;
}

.movies-carousel .header-text p {
    color: #fff;
}

.movies-carousel .header-text .movie-level > li {
    margin: 8px auto;
}

.movies-carousel .header-text .movie-view {
    font-size: 18px;
    color: #fff;
}

.movies-carousel .header-text .movie-view > i {
    font-size: inherit;
}

.movies-carousel .carousel-control {
    width: 5%;
    opacity: 0;
    background: transparent;
}

.movies-carousel:hover .carousel-control {
    opacity: 1;
}


/* Indicators list style */
.movies-carousel .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 35px;
    padding-right: 30px;
    width: 100%;
}

/* Indicators list style */
.movies-carousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: right;
    height: 32px;
    margin-bottom: 5px;
    margin-left: 5px !important;
    margin-top: 0;
    width: 54px;
}

.movies-carousel .carousel-indicators li:first-child {
    margin-right: 30px;
}

/* Indicators images style */
.movies-carousel .carousel-indicators img {
    border: 3px solid #FFFFFF;
    float: right;
    height: 32px;
    right: 0;
    width: 54px;
}

/* Indicators active image style */
.movies-carousel .carousel-indicators .active img {
    border: 3px solid #fe6b04;
    opacity: 1;
}

.music-carousel {
    height: 380px;
    overflow: hidden;
}
.carousel-indicators .active {
    background: transparent;
}
.music-carousel .item .item-thumbnail {
    width: 25%;
    height: 190px;
    float: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    position: relative;
    padding: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .75);
}

.music-carousel .item .item-thumbnail:first-child {
    width: 50%;
    height: 380px;
}

.music-carousel .item .item-thumbnail img {
    height: 100%;
    width: auto;
}

.item-thumbnail .header-text {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 6px;
    left: 8px;
    z-index: 2;
}

.music-carousel .item .item-thumbnail:first-child .header-text {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 28px;
}

.item-thumbnail .header-text small {
    text-shadow: none;
    text-transform: none;
    font-size: 13px;
    color: #ddd;
}

.music-carousel .carousel-control {
    background-color: rgba(0, 0, 0, 0.75);
    width: 3%;
}

.music-carousel .item .item-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.music-carousel .item .item-thumbnail .overlay::before {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -18px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    font: 14px/40px 'FontAwesome';
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .75);
    color: #fff;
}

.music-carousel .item .item-thumbnail:hover .overlay,
.music-carousel .item .item-thumbnail:hover .overlay::before {
    background: rgba(28, 30, 29, 0.75);
    cursor: pointer;
    opacity: 1;
}

/* Item carousel */
.list-inline.carousel-controls {
    font-size: 14px;
}

.list-inline.carousel-controls > li {
    color: #555;
    cursor: pointer;
}

.list-inline.carousel-controls > li > a {
    color: inherit;
}

/* client testimonial */
.client-testimonial {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px 15px;
    border: 1px solid #ff6600;
}

.client-testimonial .media > .pull-left {
    margin-right: 20px;
}

.client-testimonial img.media-object {
    width: 80px;
    height: auto;
}

.client-testimonial blockquote {
    font-size: 13px;
    color: #797979;
    border-left: none;
    padding: 0;
    margin: 0;
}

.client-testimonial blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.client-testimonial small {
    font-weight: bold;
    font-size: 12px;
}

/* Subscription */
.sub-head {
    background: url('http://placehold.it/1456x180') no-repeat center center;
    color: #623A54;
    padding: 50px 0;
}

/* Blog post carousel */
#blog-carousel {
    background-color: #fff;
    height: 390px;
}

#blog-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none;
}

#blog-carousel .carousel-inner {
    width: 60%;
    height: auto;
    overflow: hidden;
}

#blog-carousel .media-list {
    width: 40%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

#blog-carousel .media-list {
    cursor: pointer;
}

#blog-carousel .media-list .media, #blog-carousel .media-list .media {
    margin-top: 0px;
    padding: 8px 15px;
}

#blog-carousel .media-list .media .media-body p {
    margin: 0px;
}

#blog-carousel .media-list .media h4.media-heading {
    font-size: 16px;
}

#blog-carousel .media-list .media.active,
#blog-carousel .media-list .media:hover {
    background-color: #EFEFEF;
    color: #333;
}

/* Search box */
.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;

    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

/* Search panel */
.search-panel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nomargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.searchhome {
    margin-top: -65px;
    margin-left: 10px;
    z-index: 1000;
    margin-right: 5px;
}
.searchhome_tvshow {
    margin-top: -100px;
    z-index: 1000;
}
.search-panel .form-group {
}

.search-panel .form-group .input-group-addon {
    font-size: 16px;
    border-radius: 0px;
    box-sizing: border-box;
    border-width: 3px 0px 3px 3px;
    border-color: #FE6B04;
}

.search-panel .form-group input[type="text"] {
    height: 49px;
    /*border-width: 3px 0px 3px 3px;*/
    border-color: #FE6B04;
    border-style: solid;
    border-radius: 0px;
}

.search-panel .form-group input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.search-panel .input-group-btn .btn {
    border: none;
    background: #FE6B04 !important;
    height: 49px;
    border-radius: 0px;
}

.search-panel .input-group-btn select.btn {
    border-color: #FE6B04;
    border-style: solid;
    border-width: 3px 0px 3px 3px;
}

.search-panel .input-group-btn select.btn.active,
.search-panel .input-group-btn select.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-panel .input-group-btn select.btn:focus,
.search-panel .input-group-btn select.btn:active:focus,
.search-panel .input-group-btn select.btn.active:focus {
    outline: none;
}

/* FAQ Template */
h1.faq-title {
    background: #D76B61;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.plans-faq {
    background-color: #fff;
    padding: 30px 90px;
}

.plans-faq h3.faq-item-title {
    font-size: 16px;
    text-transform: none !important;
    font-weight: 600;
}

/* Login page */
.omb_login {
    margin: 60px auto;
}

.omb_login .omb_authTitle {
    text-transform: uppercase;
    color: #FF6600;
    text-align: center;
    margin: 0 0 40px 0;
}

.omb_login .omb_socialButtons a {
    color: white;
/ / In yourUse @body-bg opacity: 0.9;
}

.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity: 1;
}

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}

.omb_login .lost-pwd {
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Media player */
.page-header {
    position: relative;
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding-bottom: 8px;
}

.mediaplayer {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* 16/9 */
}

.mediaplayer video,
.mediaplayer .polyfill-video {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.mediaplayer .overlay {
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    z-index: 999;
}

.mediaplayer .overlay .alert {
    width: 70%;
    margin: 25% 15%;
}

.polyfill-type {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #666;
    color: #fff;
    display: inline-block;
    padding: 5px;
}

#subtitles-sidebar {
    position: relative;
}

#subtitles-container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: -23px;
    color: #333;
    background-color: #fff;
    overflow-y: scroll;
}

#subtitles-overlay {
    position: absolute;
    top: 0;
    left: -8px;
    width: 95.35%;
    height: 100%;
    background-color: #fff;
}

#subtitles-overlay .overlay-inner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20%;
    padding: 30px;
}

#subtitles-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

#subtitles-overlay.hide-overlay {
    visibility: hidden;
    opacity: 0;
}

#subtitles-container.show-sub {
    background-color: #fff;
}

#subtitles-container.hide-sub {
    background-color: #333;
}

#subtitles-container > span {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 8px 40px 8px 14px;
    position: relative;
}

#subtitles-container > span > div {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    display: flex;
    height: 100%;
    width: 40px;
    text-align: center;
    background: #ff6600 !important;
    color: #fff;
    z-index: 10;
    align-items: center;
    justify-content: center;
}
#subtitles-container > span > div p {
    margin-bottom: 0px;

}



#subtitles-container.show-sub > span:hover {
    background: #333 !important;
    color: #fff;
}

#subtitles-container.show-sub > span > .en {
    display: block;
}

#subtitles-container.show-sub > span > .vi {
    display: block;
    font-size: 85%;
    font-style: italic;
}

#subtitles-container.show-sub > span > button {
    margin-left: 4px;
    visibility: hidden;
    opacity: 0;
}

#subtitles-container.show-sub > span:hover > button {
    visibility: visible;
    opacity: 1;
}

#subtitles-container.show-sub > span {
    border-bottom: 1px solid #ddd;
}

#subtitles-container.hide-sub > span {
    border-bottom: 1px solid #333;
}

#subtitles-container > span:hover {
    cursor: pointer;
}

#subtitles-container > span > small {
    opacity: 0.85;
    font-style: italic;
}

#subtitles-container > .active-cue {
    background: #333 !important;
}

#subtitles-container.show-sub > .active-cue {
    color: #fff;
}

#subtitles-container.hide-sub > .active-cue {
    color: #333 !important;
}

.mediaplayer-toolbox {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px;
    margin-bottom: 8px;
}

.playlist-row .thumbnail img {

}

.media-playlist {
    max-height: 420px;
}

.media-playlist .media.active .media-heading {
    color: #FF6600;
}

.media-playlist .media.active {
    background-color: #f1f1f1;
}

.btn-episode:first-child {
    margin-left: 0px;
}

.btn-episode:last-child {
    margin-right: 0px;
}

.btn-episode {
    margin: 2px 1px;
    width: 34px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.movie-thumbnail {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 12px;
    margin-left: 0px;

}
.movie-thumbnail :hover{
	background-color: black;
	opacity: 0.5;
}

.movie-thumbnail .movie-episodes {
    opacity: 1;
    position: absolute;
    padding: 8px auto;
    width: 80px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    top: 8px;
    right: 0;
    background-color: #FF6600;
    color: #fff;
    margin-right: 20px;
}

.movie-thumbnail .free {
    opacity: 1;
    position: absolute;
    padding: 3px auto;
    width: 42px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 80px !important;
    top: 13px;
    left: -20px;
    background-color: #5CB85C;
    color: #fff;
}

.movie-thumbnail .overlay {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.movie-thumbnail .overlay::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -24px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    padding: 7px 18px;
    font: 24px/40px 'FontAwesome';
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
    background: rgba(255, 152, 75, 0.75);
    color: #fff;
}

.movie-thumbnail:hover .overlay::before {
    background: rgba(255, 102, 0, 0.75);
    color: #fff;
}

.btn-popup {
    margin-bottom: 8px;
}

.slider-selection {
    background: #3AA0D4 !important;
}

.quizzes-info {
    text-align: center;
    margin-bottom: 30px;
}

.quizzes-info .chart {
    color: #555;
    display: inline-block;
}

.quizzes-info .view-quiz {
    font-weight: 600;
    color: #ff6600;
}

.quizzes-info .view-quiz:hover {
    text-decoration: underline;
}

.nav-episodes > li > a {
    border-radius: 50%;
    width: 28px;
    padding: 4.5px;
    text-align: center;
    color: #555;
    background-color: #f1f1f1;
    margin-right: 8px;
    margin-bottom: 8px;
}

.nav-episodes > li + li {
    margin: 0px;
}

.episodes {
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.episodes .btn-group {
}

.episodes .btn-group .btn {
    border-radius: 0px;
}

.movie-info {
    padding-left: 4px;
}

.movie-info h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.movie-info h3 .fa-lg {
    vertical-align: 0%;
}

.movie-info h3 small {
    font-size: 15px;
    font-style: italic;
}

.movie-info h3 .number {
    font-style: italic;
    color: #428BCA;
}

.movie-info .h5 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: none;
}

.movie-info hr {
    margin: 15px 0;
}

.movie-info p {
    line-height: 24px;
}

.movie-meta {
    min-height: 100%;
}

.rating > span:hover:before {
    content: "\2605";
    position: absolute;
}

.rating {
    font-size: 2em;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    color: #e3cf7a;
    position: absolute;
}

.lession-info {
    padding-top: 20px;
    border-top: 1px solid #555;
}

#comments .comment-list .well {
    margin-bottom: 0px;
}

.quiz-intance {
    position: relative;
}

.quiz-help-text .incorrect-answer {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #959595;
    margin: 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    text-align: center;
    color: #fff;
}

.quiz-help-text .incorrect-answer.active {
    background-color: #DA5656;
}

/* User's statistics */
ul.doughnut-legend li {
    padding: 4px;
    line-height: 25px;
}

ul.doughnut-legend li span {
    float: left;
    margin-right: 4px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    moz-border-radius: 4px;
}

/* Movie's creating */
.poster {
    width: 85px;
    height: auto;
}

.panel form .control-label {
    text-align: left;
}

/* Features */
.features {
 /* padding: 72px; */
 background-color: #fff;
 border-bottom: 1px solid #E8E8E8;
}

.features .module {
 transition-duration: 500ms;
 transition-property: width, background;
 transition-timing-function: ease;
 -webkit-transition-duration: 500ms;
 -webkit-transition-property: width, background;
 -webkit-transition-timing-function: ease;
}

.features .module a {
 color: #797979;
}

.features .module a i {
 background-image: -webkit-linear-gradient(top, #f59a18 0, #f27d13 100%);
 background-image: linear-gradient(to bottom, #ff6600 0, #ff6600 100%);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
 border-color: #c7640b;
 width: 38px;
 height: 38px;
 text-align: center;
 font-size: 20px;
 padding: 9px;
 color: #fff;
}

.features .module a:hover i {
 -webkit-animation: rotateIn 0.75s;
 animation: rotateIn 0.75s;
}

.features .module a .media-heading {
 font-size: 18px;
 font-weight: bold;
 color: #475168;
}

.features .module a:hover .media-heading {
 color: #ff6600;
}

.features .module .media-body {
 padding-left: 8px;
}

.features .module .media-body > p {
 font-size: 13px;
 color: #666 !important;
 margin-top: 8px;
 line-height: 24px;
}

/* Movie's single */
.movie-row.loading,
.episode-row.loading {
    position: relative;
}

.movie-row .row,
.episode-row .row {
    margin-right: 0 !important;
}

.movie-row [class*="col-"],
.episode-row [class*="col-"] {
    padding-left: 15px;
    padding-right: 0px;
}

.episode-row [class*="col-"]:not(.active) .movie-img .overlay {
    background: rgba(0, 0, 0, 0.3);
}

.episode-row [class*="col-"]:not(.active) .movie-img .overlay::before {
    top: 65%;
    left: 55%;
    padding: 0px !important;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    width: 32px;
    height: 32px;
}

.episode-row .active .movie-img .overlay {
    display: none;
}

.episode-row .active .thumbnail .movie-title a {
    font-weight: bold;
    color: #ff6600;
}

.episode-row .thumbnail .caption .movie-title a {
    font-size: 11px;
    padding-top: 0px;
}

.movie-row .row .btn-group-tool > .btn {
    border-color: transparent !important;
}

.loading .loader-container {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: -5px;
    right: -5px;
    background: rgba(255, 255, 255, 0.5);
}

.pagination li > a {
    color: #B4B4B4;
    /*border-radius: 50%;*/
    padding: 6px 12px;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    /*border-radius: 50%;*/
    padding: 6px 12px;
    border: none;
    background-color: #ff6600;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    border-radius: 50%;
    padding: 4px 10px;
    border: none;
}

.pagination li.active > a {
    color: #fff;
}

.thumbnail {
    overflow: hidden;
    border: none;
    border-radius: 0px;
    padding: 0px;
}

.thumbnail .caption {
    height: auto;
    padding: 0px;
}

.thumbnail .movie-img {
    position: relative;
    background-color: black;
}
.thumbnail .movie-img :hover{
  opacity: 0.5;

}


.thumbnail .movie-img .movie-icon span {
    opacity: 1;
    position: absolute;
    padding: 3px auto;
    width: 42px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

.thumbnail .movie-img .movie-icon span.movie-episodes .label {
    font-style: normal;
    display: block;
    font-size: 10px;
    line-height: 8px;
}

.thumbnail .movie-img .movie-icon span.movie-episodes {
    top: 10px;
    right: 10px;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 40px;
    height: 40px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 102, 0, 0.75);
    color: #fff;
}

.thumbnail .movie-img .movie-icon span.movie-duration {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-weight: 600;
    bottom: 6px;
    right: 6px;
}

.thumbnail .movie-img .movie-icon span.label {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 80px !important;
    top: 13px;
    left: -20px;
    color: #fff;
}

.movie-icon span.label.free {
    background-color: #5CB85C;
}

.movie-icon span.label.latest {
    background-color: #5CB85C;
}

.movie-icon span.label.popular {
    background-color: #ff6600;
}

.thumbnail .movie-img .movie-icon span.song-count {
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.thumbnail .movie-img .movie-icon span.song-count > .song-count-title {
    font-size: 18px;
    margin-bottom: 0px;
}

.thumbnail .movie-img .movie-icon span.song-count > small {
    font-size: 110%;
}

.movie-label {
    font-size: 12px;
}

ul.movie-level {
    margin-left: 0px;
}

.movie-level li:not(.movie-view) {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    margin-right: -1px;
}

.movie-level li.active {
    background-color: #2795E9;
}

.movie-label .movie-view i {
    font-size: 14px;
}

.movie-label .movie-view .number {
    color: #2795E9;
    font-weight: bold;
    font-style: normal;
}

.progress {
    height: 6px;
	margin: 0px 0;
    background-color: #DDD;
    border-radius: 0;
}

.thumbnail .caption .movie-title {
    line-height: 20px;
    margin-top: 5px;
    margin-left: 0px;
}

.thumbnail .caption .movie-title a:not(.artist-thumb) {
    text-transform: capitalize;
    color: #555;
    font-size: 13px;
    margin: 0px;
    padding: 12px 0 4px 0;
}
.movie-if a{
    text-transform: capitalize;
    color: #555;
    font-style: italic;
    font-size: 13px;
    margin: 0px;
    padding: 12px 0 4px 0;
}
.thumbnail .caption .movie-title img {
    height: 38px;
    width: auto;
    margin-right: 4px;
    border-radius: 50%;
}

.thumbnail .caption .movie-title .song-title,
.thumbnail .caption .movie-title .artist-title {
    padding: 6px 0 4px 0 !important;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail .caption .movie-title .song-title {
    padding: 4px 0 4px 0 !important;
}

.thumbnail .caption .movie-title .artist-title {
    padding: 0px 0 4px 0 !important;
    font-size: 60%;
    font-style: italic;
    font-weight: normal;
}

.thumbnail .caption .movie-title small {
    font-size: 65%;
}

.thumbnail .caption .movie-title .artist-title:hover,
.thumbnail:hover .caption .movie-title a:not(.artist-title) {
    color: #FF6600;
}

.tooltips-inner .list-unstyled {
    font-size: 13px;
}

.tooltips-inner .list-unstyled > li > i {
    margin-right: 4px;
}

.tooltips-inner hr {
    margin: 10px 0;
}

/* Comment Container */
#comments {
    margin-top: 15px;
    background: #fff;
    padding: 20px;
}

#comments h4 {
    margin-bottom: 0px;
}

#comments .media-list {
    margin-top: 15px;
}

#comments .media {
    font-size: 13px;
    padding: 12px 8px;
}

#comments form .media {
    padding-right: 0px;
}

#comments .media textarea {
    height: 44px;
}

#comments .media-list .media:nth-of-type(odd) {
    background-color: #FAFAFA;
}

#comments .user-avatar {
    width: 44px;
    height: auto;
    border-radius: 4px;
}

#comments .media-list .media-heading {
    font-size: 13px;
    font-weight: 600;
}

#comments .comment-btn span {
    cursor: pointer;
    font-size: 15px;
}

#comments .like-btn {
    color: green;
    margin-right: 8px;
}

#comments .dislike-btn {
    color: red;
}

/* Main */
#main {
}

.main-inner {
    padding-top: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

#content {
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

#content h3, #content .h3 {
    text-transform: uppercase;
    font-size: 18px;
}

#content h3 > a,
#content .h3 > a {
    color: #FF6600;
}

#content {
    background-color: #fff;
}

#content #comments {
    padding: 0px;
}

#sidebar {
    margin-left: -23px;
}

.widget-box:first-child {
    margin-top: 0px;
}

.widget-box > h3,
.widget-box > .h3 {
    background-image: -webkit-linear-gradient(top, #ff6600 0, #ff6600 100%);
    background-image: linear-gradient(to bottom, #ff6600 0, #ff6600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59a18', endColorstr='#fff27d13', GradientType=0);
    border-color: #c7640b;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 8px;
    color: #fff;
}

.widget-box > h3 > a,
.widget-box > .h3 > a {
    color: #fff;
}

.widget-box > h3:first-child,
.widget-box > .h3:first-child {
    margin-top: 0px;
}

.widget-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    background-color: #fff;
}

.widget-box:first-child.ads {
}

.widget-box .sidebar-inner {
    padding: 15px;
}

.widget-box .sidebar-inner .media .media-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-box .sidebar-inner small {
    font-size: 11px;
}

.widget-box .sidebar-inner.ads {
    padding: 4px;
}

.widget-box #ads-carousel {
    position: relative;
}

.widget-box #ads-carousel .carousel-inner,
.widget-box #ads-carousel .carousel-inner .item {
    height: 645px;
}

.widget-box .nav-pills.nav-justified li {
    background-color: #eee;
}

.widget-box .nav-pills.nav-justified li a {
    color: #555;
    padding: 4px;
    border-radius: 0px;
}

.widget-box .nav-pills.nav-justified li.active a {
    color: #fff;
    background-color: #555;
}

.widget-box .media-list .media:first-child {
    margin-top: 0px;
}

.widget-box .media-list .media:last-child {
    margin-bottom: 0px;
}

/* Footer */
#footer {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding-top: 20px;
    background: #FFFFFF;
}

#footer .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
}

#footer h3 {
    color: #555;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer p {
    color: #555;
    line-height: 24px;
    font-size: 13px;
}

#footer .list-unstyled > li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 600;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    padding: 0 6px 3px 7px;
    border-radius: 10px;
    border: 1px solid #555;
    color: #555;
    font-size: 13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 17px;
}

#footer .list-unstyled > li {
    line-height: 36px;
    border-top: 1px dotted #555;
}

#footer .list-unstyled > li:first-child {
    border: none;
}

#footer .list-unstyled > li > a {
    color: #555;
}

#footer .list-unstyled > li:hover::before {
    color: #333;
    border-color: #333;

}

#footer .list-unstyled > li:hover > a {
    color: #333;
}

#footer .list-inline > li,
#footer .list-inline > li > a {
    color: #555;
}

#footer .bottom {
    border-top: 1px solid #ddd;
    background-color: #fff;
    height: 64px;
    line-height: 40px;
    padding: 12px;
    color: #555;
    text-align: center;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .75;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 30px;
        width: 30px;
        right: 20px;
        bottom: 20px;
    }
}

/* Blog style */
h3.blog-heading {
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

img.post-thumbnail {
    width: 300px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

h2.post-title {
    text-transform: uppercase;
    font-size: 18px;
}

.post-meta span:first-child {
    margin-right: 8px;
}

/* User's profile */
.user-profile {
    padding: 0px 20px;
}

.user-profile .left-sidebar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #80A8CC;
    color: #fff;
    padding: 20px;
}

.user-profile .left-sidebar .nav-stacked > li.active > a {
    background-color: #6C94B8;
}

.user-profile .right-sidebar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.user-profile .nav-tabs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.user-profile .nav-tabs > li > a {
    border: none;
    border-radius: 0px;
}

.user-profile .nav-tabs > li > a:hover,
.user-profile .nav-tabs > li.active > a:hover,
.user-profile .nav-tabs li.active a {
    background-color: #fff;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #ff6600;
}

.user-profile .content .tab-content {
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    background-color: #fff;
}

/* Method template */
.tab-method {
    padding-top: 15px;
    background-color: #f1f1f1;
    margin-top: -15px;
}

.tab-method li > a {
    background-color: transparent !important;
    text-align: center;
}

.tab-method li > a > i {
    margin: 0 auto 8px;
    display: block;
    border-radius: 6px;
    width: 40px;
    padding: 8px;
    font-size: 24px;
    background-color: #8A8A8A;
    color: #fff;
}

.tab-method li.active > a > i {
    background-color: #ff6600;
}

.nav-tabs.tab-method li.active > a:hover,
.nav-tabs.tab-method li.active > a,
.nav-tabs.tab-method li > a {
    border: none;
    font-size: 16px;
    color: #555;
    padding: 8px;
}

.nav-tabs.tab-method > li.active > a,
.nav-tabs.tab-method > li.active > a:hover {
    border-radius: 0px;
    border-bottom: 5px solid #ff6600;
}

/* Ask template */
.asks-container {
    height: 420px;
    overflow-y: scroll;
}

ul.asks-list-answers > li {
    font-size: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

ul.asks-list-answers > li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.ask-answer-btn {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #ffefe5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ffefe5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #ffefe5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #ffefe5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #ffefe5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #ffefe5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ffefe5', GradientType=0); /* IE6-9 */

}

.media-list.media-user-list .media-object {
    width: 60px;
    height: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
}

.article p {
}

.typeahead.dropdown-menu {
    width: 100%;
}

.typeahead.dropdown-menu > .active > a {
    background-color: #ff6600;
}

.typeahead.dropdown-menu > .active .typeahead-wrapper {
    color: #fff;
}

.typeahead.dropdown-menu a.typeahead-wrapper {
    color: #555;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 1000px;
    height: 500px;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 250px;
}

.mgbt10 {
    margin-bottom: 10px;
    margin-top: -5px;
}
.m-b-5 {
    margin-bottom: 5px;

}
.m-b-10 {
    margin-bottom: 10px;

}
.m-t--3 {
    margin-top: -3px !important;
}
.m-r-5 {
    margin-right: 5px;
}
.btn-block {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-block+.btn-block {
    margin-top: 0 !important;
}
#hideSub, #findWord {
    margin: 0 5px !important;
}
.d-flex-sub {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.w-150px{
    width: 150px;
}
.w-400px{
    width: 400px !important;
}
.w-400px.mg{
    margin-left: calc(50% - 200px) !important;
}
/* style cho cap tu vung */
@media (max-width: 768px) {
    .d-flex-sub {
        display: block;
    }
    .m-r-5 {
        margin-bottom: 10px;
    }
    .w-50px, .speed-value  {
        width: 100% !important;
    }
    .img--search {
        width: 30px;
    }


}
@media (min-width: 768px) {
    .w-50px {
        width: 50px !important;
    }
}
.couplet, .notificationlist {
    line-height: 20px;
    border-bottom: 1px #ccc solid;
    padding: 5px 0px;
    margin: 0px;
}

.couplet > div:first-child, .couplet > div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    min-height: 40px;

}

.progress {
    height: 6px;
}

.couplets-review h2 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    line-height: 24px;
}

.couplets-review textarea {
    font-size: 20px;
    font-weight: bold;
    color: dodgerblue;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

textarea.answer_incorrect {
    border-color: #ff6600;;
}

textarea.answer_correct {
    border-color: #5cb85c;;
}

label.answer_incorrect {
    color: #ff6600;
    font-size: larger;
}

label.answer_correct {
    color: #5cb85c;
    font-size: larger;
}

label.answer {
    color: red;
    font-size: larger;
}

.main-banner {
    background: url(http://www.studyphim.vn/assets/img/banner.png) 50% 50%;
    height: 302px;
    text-align: center;
    padding-top: 220px;

}

.full-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 55px;
    margin-bottom: 10px;
}

.main-banner h3, h4, h5 {
    color: #444;
    font-weight: 600;
    margin: 20px;
}

.main-banner h3 {
    font-size: 40px;
}

.main-banner h4 {
    font-size: 17px;
}

.main-banner a {
    font-size: 25px;
    border: 2px solid #fff;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
    color: #444;
}

.discountnote {
    background: #e0534a;
    color: #fff;
    padding: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: justify;
}

.discountnote .line-through {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: bold;
    color: #fccc49;
    padding-right: 5px;
    display: inline-block;


}

.discountnote .card-value {
    font-size: 20px;
    font-weight: bold;
    color: #fccc49;


}

.discountnote .label-primary {
    font-size: 15px;
    font-weight: bold;
    margin: 10px auto 40px;
    /* display: block !important; */
    padding: 5px;
    background: #06a35e;

    border-radius: 5px
}

#myModalBaotri .modal-title {
    color: red;
}

#myModalBaotri .modal-body {
    min-height: 200px;
}

.detailOnMB {
    display: none;
}

.btnToolMobile {
    display: none;
}

.btnToolWeb {
    display: block;
}

.mediaplayer-toolbox > div div {
    margin-bottom: 0;
}

#sidebarMenu {
    display: none;
}

.userInMb {
    display: block;
}

.userInMb .dropdown {
    display: none;
}

.settingSub {
    display: none;
}

.clearfix1 {
    clear: none;
}

.love {
    display: none;
}
.listword-page {
    display: block;
}
.fixed-play-video-tool {
    display: none;
    align-items: center;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 1600px;
    width: 100%;
    background: #fff;
    border: 1px #ccc solid;
}


.fixed-play-video-tool .tpause, .fixed-play-video-tool .tplay {
    width: 30%;
    line-height: 30px;
    text-align: center;
    border-right: 1px #ccc solid;
    margin-bottom: 5px;
    cursor: pointer;
}

.fixed-play-video-tool .tword, .fixed-play-video-tool .tspeak, .fixed-play-video-tool .tlisten, .fixed-play-video-tool .tpresub, .fixed-play-video-tool .tnextsub, .fixed-play-video-tool .trpeat, .fixed-play-video-tool .trp1, .fixed-play-video-tool .tsub, .fixed-play-video-tool .toptions {
    width: 10%;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    border-right: 1px #ccc solid;
    position: relative;
    cursor: pointer;
}

.no-border {
    border: none !important;
}

.fixed-play-video-tool .tsub .menu-subs, .fixed-play-video-tool .toptions .menu-options {
    position: absolute;
    width: 230px;
    height: 250px;
    background: #fff;
    border: 1px #ccc solid;
    right: 0;
    bottom: 40px;
    display: none;
    cursor: pointer;
}

.fixed-play-video-tool .toptions .menu-options {
    height: 105px;
}

.fixed-play-video-tool .tsub .menu-subs > div, .fixed-play-video-tool .toptions .menu-options > div {
    text-align: left;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}

.force4Test.fixed-play-video-tool {
    display: flex !important;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pd10 {
    padding: 10px;
}

.color-black {
    color: black;
}

.color-white {
    color: black;
}
.color-red {
    color: red;
}
.color-blue-navy {
    color: navy;
}
.label-count {
    position: absolute;
    top: 3px;
    right: -4px;
    font-size: 10px;
    line-height: 15px;
    background-color: red;
    padding: 0 4px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.noti {
    margin-top: -15px !important;
    margin-right: -15px !important;
}
.noti .body{
    max-height: 200px;
    overflow-y: auto;
}
.noti_item {
    width: 300px;
    padding: 10px 10px;
    min-height: 40px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
}

.noti_item i {
    margin-right: 10px;
}
.tt-options {
    position: relative;
}
.menu-options1 {
    position: absolute;
    z-index: 999;
    width: 200px;
    height: 40px;
    right: 0;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 2px 3px #888888;
    display: none;
}
.menu-options1 div {
    color: #000;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-collapse: separate;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}
.btnClear {
    position: absolute; right: 0; top: 20px;
}
.pd30 {
    padding-top: 0;
}
.ajs-header {
    display: none !important;
}
.imgSingle {
    height: 170px;
}
.top180 {
    top: 160px;
    right: -10px;
}

.recharge-modal .option .option-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 5px;
}

.recharge-modal .option .option-title {

    margin-left: 45px;
}
.panel-default {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.panel-heading {
    padding:  5px 0 0 0;
    border-bottom: 2px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#accordion-controlled-example {
    margin-bottom: 0 !important;
}
.bank-list .bank {
    margin-bottom: 15px;
    cursor: pointer;
}
.bank-list .row {
    margin-left: 0;
    margin-right: 0;
}
.bank-list .bank img{
    height: 45px;
}
 .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.fieldGroup input, .fieldGroup select {
    text-align: center;
    width: 100%;
    height: 40px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #777;
    color: #333;
    padding: 0 10px;
    margin-bottom: 7px;
}
ul li {
    list-style: none;
}
.card--active {
    box-shadow: 0 0 0 2px #09f;
}
.type-card-mobile {
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    height: 70px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.type-card-mobile .discount-mobile, .type-card-playercode .discount-card {
    position: absolute;
    background-color: #f0564a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.type-card-mobile .discount-mobile {
    top: 5px;
    right: 5px;
    padding: 0 5px;
}
.artcn {

}
.showonMB {
    display: none;
}
.showonMBi {
    display: none !important;
}
.mgPlayer {
    margin-top: 0;
}
.subCategories div{
    float: left;
    margin-right: 10px;
    line-height: 50px;
}
.subCategories div a {
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 10px;
    margin-top: 20px;
}
.subCategories .active {
    border-bottom: 2px #888888 solid;
}
.d-repeat-sub {
    width: 150px;
}
.d-repeat-sub #repeatSub {
    margin: 0 5px 0 0 !important;
}
.fz-18 {
    font-size: 18px;
}
.menu-second, .menu-third {
    display: none;
    padding-left: 90px;
    padding-top: 8px;
}

.menu-second a {
    padding: 5px 10px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px #ccc solid;
    margin-top: 5px;
    background: #FAFAFA;
    color: #000;
}
.menu-second a.active {
    border: 1px #f0ad4e solid;
}
.js-lookupword, .js-text-listen {
    position: fixed;
    height: max(calc(100vh - 750px), 65px);
    width: 100%;
    background: #fff;
    border-top: 2px solid #CCCCCC;
    z-index: 10;
    bottom: 0;
    left: 0;
}
.js-lookupword.force4Test {
    bottom: 45px !important;
}
.js-text-listen {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.loolkupword {
    height: inherit;
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bottom__save-couplet {
    position: fixed;
    bottom: 30px;
    z-index: 100;
    right: 10px;
}
.force4Test .bottom__save-couplet {
    bottom: 55px !important;
}
.bottom__close_sub {
    position: fixed;
    bottom: 150px;
    z-index: 100;
    right: 10px;
}
.bottom__hide-sub {
    position: fixed;
    bottom: 50px;
    z-index: 100;
    left: 10px;
}
.js-save-cp-success, .js-save-cp-error, .js-save-cp-loading {
    margin-right: 10px;
    position: fixed;
    z-index: 100;
    right: 120px;
    bottom: 38px;
}
.loolkupword > div {
    padding-left: 5px; padding-right: 5px; display: contents;
}
.btn-grammar {
    position: fixed;
    bottom: 55px;
    left: 10px;
}
.margin__slideHome {
    margin-left: 20px;
}
@media (max-width: 991px) {
	.table-grammar {
	padding: 15px !important;
}
    .margin__slideHome {
        margin-left: 0 ;
    }
    .header-text .info-row {
        margin-left: 4px !important;
    }
    .header-text h3 {
        padding-bottom: 26px !important;
    }
    /* Rules for smartphones only */
    .menu-second {
        display: block;
        height: 40px; width: 100%; margin-top: 25px;
        padding-top: 5px; padding-left: 20px;
    }
    .search-home {
        width: calc(95% - 30px) !important;
        left: 27px !important;
        top: -89px !important;
    }
    /*.search-home {*/
    /*    width: 382px !important;*/
    /*    left: 19px !important;*/
    /*    top: -88px !important;*/
    /*}*/
    .search-home .search-flex {
        margin-left: -1px !important;
        width: calc(100% - 5px)!important;
        background-color: rgba(16, 16, 13, 73%);
    }

    .bgblack {
        background: #000;
    }
    .img--search {
        width: 45px;
    }
    .js-lookupword {
        z-index: 1000;
        bottom: 45px;
        width: 100%;

        height: 120px;
    }
    .btn-grammar {
        bottom: 50px;
    }
    .js-text-listen {
        z-index: 1000;
        bottom: 45px;
        height: 100px;
    }
    .loolkupword > div {
        width:  calc(100% - 20px);
        padding-left: 15px; padding-right: 15px;flex-wrap: wrap; -webkit-flex-wrap: wrap; display: flex; flex-direction: row; -webkit-flex-direction: row;
        justify-content: center;
        /*gap: 12px;*/
    }

    .bottom__save-couplet {
        position: unset;
        text-align: right;
    }
    .loolkupword {
        height: 80px;
        padding-right: 5px;
        padding-left: 0px;
        flex-wrap: wrap;
    }
    .bottom__close_sub {
        display: none;
    }
    .thumbnail .movie-img :hover{ opacity: 1;}
    .searchhome_tvshow {
      margin-top: 0;
        margin-bottom: -30px;
    }
    .showonMB {
        display: unset;
    }
    .showonMBi {
        display: block !important;
    }
    .subCategories {
        padding-left: 10px;
    }
    .mgPlayer {
        margin-top: -20px !important;
    }
    .artcn {

    }
    .artcn img {
        width: 100px !important;
        margin-top: 50px;
        margin-right: 10px;
    }
    .settingSub {
        display: block;
    }
    .btnClear {
        float: right;
        position: unset;
    }

    .top180 {
        top: 0;
        right: 0px;
    }
    .imgSingle {
        height: auto;
    }
    .ajs-header {
        display: none !important;
    }
    .pd30 {
        padding-top: 40px;
    }
    .checkbox-menu li label {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        margin: 0;
        transition: background-color .4s ease;
    }

    .checkbox-menu li input {
        margin: 0px 5px;
        top: 2px;
        position: relative;
    }

    .checkbox-menu li.active label {
        background-color: #cbcbff;
        font-weight: bold;
    }

    .checkbox-menu li label:hover,
    .checkbox-menu li label:focus {
        background-color: #f5f5f5;
    }

    .checkbox-menu li.active label:hover,
    .checkbox-menu li.active label:focus {
        background-color: #b8b8ff;
    }

    .pd10 {
        padding: 10px;
    }

    .userInMb {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .userInMb .dropdown {
        display: block;
    }

    .features {
        display: none;
    }

    body {
        padding-top: 40px !important;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .movies-carousel {
        height: 170px;
    }
    .movies-carousel .item img {
        height: 170px;
    }

    .menu-third {
        display: block;
        height: 43px;

        border-top: 2px #ccc solid;
        border-bottom: 1px #ccc solid;

    }
    .menu-third a{
        line-height: 30px;
        margin-right: 10px;
        color: #1b1b1b;
        font-weight: 700;
    }
    .m-content {
        overflow: hidden;
        height: 30px;
        display: inline-block;
    }
    div.leftright {
        position: absolute;
        right: 0;
        top: 6px;
    }
    .tvshow__index--cat {
        background: none !important;

    }
    .tvshow__index--cat a {
        color: #1b1b1b !important;
        font-weight: bold;
    }
    .carousel-indicators {
        /*display: none;*/
    }

    .half-push {
        height: 0;
    }
    .movies-carousel .carousel-indicators li {
        width: 32px !important;
        height: 22px !important;
    }
    .movies-carousel .carousel-indicators li img{
        width: 32px !important;
        height: 22px !important;
        margin-top: 13px;
    }
    #content {
        padding: 0;
        margin-right: -5px;
    }
    .cus-smaller {
        font-size: 14px !important;
    }
    #content h3:not(.mvOnlearn, .mvplay) {
        padding: 10px 5px;
        width: 100%;
        font-size: 14px;
        background: #fe6b05;
    }
    #content h3.mvplay {
        padding: 10px 5px;
        width: 100%;
        font-size: 14px;
    }

    #content h3:not(.mvOnlearn, .mvplay) a {
        color: white;
    }
    #content h3.mvOnlearn, #content h3.mvOnlearn small {
        color: black;
        background: none;
    }
    .img-responsive.tvshow {
        width: 100% !important;
    }
    .img-responsive {
        float: left;
        width: 40%;
    }
    .img-responsive.tvshow {
        width: 100% !important;
    }
    .thumbnail .movie-img .movie-icon span.movie-episodes {
        left: 25%;
        font-size: 15pt;
        line-height: 12px;
    }

    .progress:not(.tvshow) {
        display: none;
    }
    .progress.tvshow {
        clear: both;
    }
    .caption {
        margin-left: 45%;
    }

    .thumbnail .caption {
        padding: 0 5px 5px 0;
    }
    .caption.tvshow {
        margin-left: 0;
        padding-right: 0 !important;
    }
    .thumbnail .caption .movie-title {
        margin-top: 0px;
        margin-left: 0;
        /*overflow: auto;*/
        white-space: normal;
    }

    #sidebar {
        display: none;
    }

    .fmenu {
        display: none;
    }

    #footer .bottom {
        height: auto;
    }

    .navbar-nav {
        display: none;
    }
    .hideOnMb {
        display: none !important;
    }
    .titleandpuser {
        float: left;
        width: 100%;
        padding-top: 10px;
    }
    .channel-genres {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .tvshow-title {
        float: left;
        text-align: left;
        width: calc(100% - 100px);
    }
    .tvshow-title a, .channel-genres a {
        font-style: italic;
        color: #1d1d1d;
    }
    .tvshow-user {
        width: 100px;
        text-align: right;
        float: left;
        font-size: smaller;
    }
    .search-panel {
        margin-right: 5px;
        font-size: 12pt;
        margin-left: -10px;
    }
    .search-panel_tvshow {
        margin-right: 10px;
        font-size: 12pt;
        margin-left: 15px;
    }

    .input-group-btn select {
        padding-left: 2px;
        padding-right: 0px;
    }

    .input-group-btn select:nth-child(1) {
        width: 21%;
    }

    .input-group-btn select:nth-child(2) {
        width: 29%;
    }

    .input-group-btn select:nth-child(3) {
        width: 25%;
    }

    .input-group-btn select:nth-child(4) {
        width: 26%;
    }

    .navbar-toggle {
        float: left;
        margin-left: 12px;
    }

    .searchText {
        display: none;
    }

    .header-text {
        margin-bottom: 30px;

    }

    .header .header-text h1 {
        font-size: 10pt;
        margin-top: 50px;
        margin-left: 2px;
    }

    .header .header-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header .header-bg {
        position: relative;
        width: 1570px;
        overflow: hidden;
        min-height: 230px;
        max-height: 230px;
    }

    .leftMv {
        display: none;
    }

    .movie-info #content {
        padding: 10px 0px 0px 18px !important;
    }

    .movie-info h3:not(.mvplay) {
        color: #fff;
    }

    .movie-info small {
        color: #000;
    }

    h1.text-danger {
        display: none;
    }

    .detailOnMB {
        display: block;
    }

    .detailOnMB .imgdonmb {
        float: left;
        width: 40%;
        padding-left: 15px;
    }

    .detailOnMB .imgdonmb img {
        width: 100%;
    }

    .detailOnMB .infodonmb {
        float: left;
        width: 60%;
        padding-right: 15px;
        padding-left: 10px;
    }

    .mbmvDt small, .mbmvDt strong {
        margin-left: 10px;
    }

    .btnPlayonMB {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .btnWonMB {
        float: left;
        width: 45%;

    }

    .btnConMB {
        float: left;
        margin-left: 10%;
        width: 45%;

    }

    #subtitles-container {
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mdp {
        padding-left: 1px;
        padding-right: 1px;
    }

    .btnToolMobile {
        display: block;
    }

    .btnToolWeb {
        display: none;
    }

    .mediaplayer-toolbox > div div {
        margin-bottom: 10px;
    }

    .dtMvDes {
        padding: 10px;
    }
    .cat_small {
        display: none;
    }
    #wrapper {
        min-width: 320px;
        max-width: 767px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .center {
        text-align: center;
    }

    #sidebarMenu {
        display: block;
    }

    /* Sidebar */
    aside {
        width: 258px;
        height: 100%;

        position: fixed;
        display: block;
        top: 0;
        left: -260px;
        background: #131313 ;
        overflow-y: auto;
        z-index: 10000;
    }

    #sidebarMenu ul {
        padding-inline-start: 0;
    }

    aside li, aside label, aside h2 {
        list-style: none;
        background: #1c1c1c;
        border-bottom: 1px solid #000000;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        text-shadow: 0px 1px 1px #000;
    }

    aside label {
        border: none;
    }

    aside li:active {
        background: #303030;
    }

    aside a, aside a:visited {
        padding: 12px 20px;
        display: block;
        font-weight: bold;
        color: #ffffff;
    }


    aside a:hover {
        color: #ff5500;
        text-decoration: none
    }

    aside li.active a {
        color: #ff5500;
    }

    aside label {
        padding: 8px 20px;
        display: block;
        color: #c6c6c6;
    }

    aside li span, aside li a:hover span {
        color: #fff;
        display: block;
        width: 20px;
        float: left;
        margin-top: -1px;
        line-height: 12px;
        padding: 1px 5px;
        margin-right: 10px;
        text-shadow: 0 -1px 1px #8d0013;
    }

    /* Newsletter Subscription */
    aside form div {
        height: 66px;
        background: #1c1c1c ;
        position: relative;
    }

    #search-input {
        background: #000;
        border: none;
        padding: 0;
        font-size: 11px;
        line-height: 12px;
        padding: 9px 40px 9px 12px;
        width: 180px;
        margin-top: 7px;
        color: #fff;
        float: left;
        text-shadow: 0px 1px 1px #000;
    }

    #search-submit {

        width: 40px;
        height: 30px;
        float: left;
        margin: 0;
        margin-left: 10px;
        border: none;
        border-top: 1px solid #5c5c5c;
        cursor: pointer;

        margin-top: 7px;
        padding: 3px 6px 5px;
        background: #212121;
    }

    #search-submit:active {
        bottom: 10px;
    }

    aside h2 {
        border-top: 1px solid #000000;
        padding: 8px 20px;
        font-weight: bold;
        color: #fff;
        background: #282828 ;
    }

    .nav-notification {
        /*display: none;*/
    }

    .navbar .nav-notification {
        color: #ffffff00;
        height: 10px;
    }

    .navbar .nav-notification .alert {
        margin-left: -56px;
        display: none;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .row {
        margin-top: 12px;
    }

    .navbar .navbar-center {
        right: 15px;
    }

    .dropdown-menu {
        min-width: 250px;
        padding: 5px 10px;
    }

    .btn-default {
        margin-right: 5px;
        padding: 6px;
    }

    .sidebar-inner {
        display: none;
    }

    #footer .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mediaplayer {
        margin-top: 18px;
    }

    .search-panel {
        margin-top: 60px;
	    margin-left: 10px;
	    margin-right: 3px;
	    margin-bottom: -30px;
    }

    .list-unstyled {
        /*display: none;*/
        font-size: 6px;
    }

    .list-unstyled btn btn-lg {
        display: none;
    }

    .macbook-guest {
        width: 30% !important;
        position: absolute;
        top: -120px !important;
        right: 5% !important;
    }

    .ipad-guest {
        width: 14% !important;
        position: absolute;
        top: -105px !important;
        left: 60% !important;
    }

    .iphone-guest {
        width: 6% !important;
        position: absolute;
        top: -65px !important;
        left: 57% !important;
    }

    .movies-carousel .header-text {
        position: absolute;
        top: 120px;
        left: 12px;
        background-color: rgba(0, 0, 0, 0);
        padding-right: 15px;
        padding-left: 15px;
        width: 95%;
    }


    .movies-carousel .header-text h3 {
        font-size: 15px;
        color: #FF6600;
        margin-top: -120px;
        padding: 8px;
        background-color: rgba(0, 0, 0, 73%);
    }

    .movies-carousel .header-text p {
        color: #fff;
        display: none;
    }

    .movies-carousel .header-text .movie-view {
        display: none;
    }

    .movies-carousel .header-text ul.movie-level {
        float: right;
        margin-top: -45px;
    }

    .movies-carousel .header-text h3 small {
        text-transform: none;
        color: #fff;
    }

    .search-panel .form-group input[type="text"] {
        height: 40px;
        border-color: #FE6B04;
        border-style: solid;
        border-radius: 0px;
        border-width: 1px 0px 1px 1px;
    }

    .search-panel .input-group-btn .btn {
        border: none;
        background: #FE6B04 !important;
        height: 40px;
        border-radius: 0px;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 170px;
    }

    .btn-lg {
        width: 35% !important;
        font-size: 13px;
    }

    .movies-carousel .carousel-indicators li {
        border: medium none;
        border-radius: 0;
        float: right;
        height: 5px;
        margin-bottom: 5px;
        margin-left: 5px !important;
        margin-top: 0;
        width: 10px;
    }

    #section .subcription {
        margin: 30px auto;
        width: 125% !important;
    }

    .header .header-text p {
        width: 60%;
        margin: 0px 0;
    }

    .pricing {
        position: relative;
        width: 100%;
    }

    .cd-user-modal-container .cd-switcher {
        font-size: 14px !important;
    }

    .navbar-btn {
        margin-top: 14px;
        margin-bottom: 11px;
    }

    .plans-faq {
        width: 100%;
        padding: 30px;
    }

    .pricing-table .list-unstyled {
        font-size: 12px !important;
    }

    .navbar .navbar-center.navbar-brand {
        height: 50px;
        padding: 0px;
        float: none;
        background-color: white;
    }

    .lead .btn {
        white-space: normal;
        width: 100%;
    }

    .lead .btn-lg {

        width: auto !important;
    }

    /*.popover {*/
    /*    display: none !important;*/
    /*}*/

    .movie-info h3 .number {
        color: #fff;
    }

    .movie-info .h5 {
        display: none !important;
    }

    .fb_iframe_widget {
        display: none !important;
    }

    .movie-info h3:not(.mvplay) small {
        font-size: 12px;
        color: #fff;
    }
    .movie-info h3.mvplay small {
        color: #777777;
        font-size: 12px;
    }
    .infoUserNoMB {
        display: none;
    }

    .clearfix1 {
        clear: both;
    }

    .love {
        display: block;
    }

    .mvH {
        color: #fff;
    }

    .ontapMB {
        float: right !important;
        z-index: 1000;
    }

    .scoreMB {
        background: #f27d13;
        padding: 5px;
        color: #fff;
        margin-right: 5px;
        border-radius: 5px;
    }
    .listword-page {
        display: none;
    }

    .fixed-play-video-tool {
        display: flex;
    }

    .hbt {
        background: #fff;
        /* box-shadow: 1px 1px #ccc; */
        width: 100%;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
        border: 1px #777 solid;
    }

    .label-count {
        position: absolute;
        top: -10px;
        right: -3px;
        font-size: 10px;
        line-height: 15px;
        background-color: red;
        padding: 0 4px;
        color: white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .noti {
        margin-top: -15px !important;
        margin-right: -15px !important;
        right: -70px;
    }

    .noti_item {
        width: 300px;
        padding: 10px 10px;
        min-height: 40px;
        font-weight: bold;
        border-bottom: 1px #ccc solid;
    }

    .noti_item i {
        margin-right: 10px;
    }
    img.post-thumbnail {
        width: 150px;
        height: auto;
        margin-right: 15px;
        margin-bottom: 15px;
    }


}

.btn-disableScroll {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    color: black;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #CCC;
    width: 36px;
    height: 36px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.bg-white {
    background: white;
}

.downloadApp {
    position: fixed; left: 0; bottom: 0; z-index: 99999; height: 50px; padding: 5px; background: #FFF; border: 1px #ccc solid
}
.downloadApp .dl {
    position: absolute; right: 40px; top: 0;
}
.downloadApp .close-nt {
    position: absolute; right: 10px; top: 0; cursor: pointer; font-size: 25px;
}

.alert-danger {
	margin-top: 40px;
}
.dark_mode_black, .dark_mode_black a, .dark_mode_black .nav-notification, .dark_mode_black .dropdown-menu , .dark_mode_black #subtitles-overlay , .dark_mode_black .media, #main.dark_mode_black div, #footer.dark_mode_black .bottom,
.dark_mode_black .navbar-brand, .dark_mode_black .text-black, .dark_mode_black .fa-user
{
    background-color: #1b1b1b !important;
    color: #CCCCCC !important;
}
.dark_mode_black .container-nav {
    margin-top: 1px;
}
.dark_mode_black .logo {
    display: none;
}
.dark_mode_black .btn-group a.navbar-btn {
    padding: 0 8px !important;
    margin-top: 16px;

}
#footer.dark_mode_black {
    margin-top: 0 !important;
    background: #414141;
}
.dark_mode_black.page-header {
    border-bottom: 1px #414141 solid;
}
.dark_mode_black .features {
    border: none;
}
.dark_mode_black #subtitles-container{
    border: 1px #414141 solid;
    background: #1b1b1b !important;
    color: #CCCCCC !important;
}
.dark_mode_black #subtitles-container.show-sub > span, .dark_mode_black .media {
    border-bottom: 1px #414141 solid !important;
}
.dark_mode_black hr { background-color: #414141; height: 1px; border: 0; }
.dark_mode_black.navbar, .dark_mode_black.navbar-default {
    background: #1b1b1b !important;
}
.dark_mode_black .sidebar-inner {
    border: 1px #414141 solid !important;
}
.dark_mode_black .btn-danger, .dark_mode_black .btn-default, .dark_mode_black .btn-success, .dark_mode_black .btn-info,.dark_mode_black .btn-primary,
.dark_mode_black .label-success, .dark_mode_black .label-info, .dark_mode_black button, .dark_mode_black.popover,
.dark_mode_black .input-group-btn, .dark_mode_black .input-group-addon, .dark_mode_black input[type=text],.dark_mode_black textarea, .dark_mode_black .fixed-play-video-tool,
.dark_mode_black #subtitles-container > span > div, .dark_mode_black .text-danger, .dark_mode_black .list-inline.movie-level li{
    background: #333333 !important;
}
.dark_mode_black .fb-page, .dark_mode_black .fb-like {
    display: none;
}
.dark_mode_black .btn-danger, .dark_mode_black .btn-primary {
    border-color: #111111;
    color: #CCCCCC !important;
}
.dark_mode_black .btn-link, .dark_mode_black.popover, .dark_mode_black .btn-link:focus,  .dark_mode_black .btn-default,.dark_mode_black .input-group-btn, .dark_mode_black .input-group-addon, .dark_mode_black input[type=text],.dark_mode_black textarea, .dark_mode_black .btn-link:active, .dark_mode_black .btn-link:hover {
    color: #CCCCCC !important;
}
.dark_mode_black #subtitles-container > .active-cue {
    background: #333333 !important;
}
.dark_mode_black #subtitles-container.show-sub > .active-cue {
    color: white !important;
}
.dark_mode_black .media-heading, .dark_mode_black small:not(#subtitles-container small), .dark_mode_black a, .dark_mode_black p {
    color: #CCCCCC !important;
}
/* tv show */
.dark_mode_black h3, .dark_mode_black .label-info, .dark_mode_black .label-success {
    color: #CCCCCC !important;
}

.tvshow__index--cat {

    align-items: flex-end;
}
.tvshow__index--cat a.cat_small {
    color: #1d1d1d !important;
    margin-left: 10px;
    font-size: small;
    cursor: pointer;

}
.tvshow__index--cat a.cat_small.active {
    font-weight: bold;
}
/* end tvshow */
.p-relative {
    position: relative;
}
.cur-pointer {
    cursor: pointer
}
.fw-normal {
    font-weight: 400 !important;
}
.home_menu {
    display: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 325px;
}
.home_menu a {
    display: flex !important;
    align-items: center ;
    gap: 8px ;
    width: 100% ;
    padding-left: 10px ;
    line-height: 30px ;
    background-color: white ;
    font-size: 16px ;
    color: #333 !important;
    text-decoration: none ;
}
.home_menu a:hover {
    background: #f26522 ;
    color: white;
}
.home_menu a:hover div * {
    color: white !important;
}
.two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.blurSubRight {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
#myModalSubTool h5 {
    margin: 3px 0px 3px 10px !important;
}
/* needed to position the spinner correctly */
.loading {
    position: relative;
}

/* credit: http://stephanwagner.me/only-css-loading-spinner */
@keyframes spinner {
    to { transform: rotate(360deg); }
}
@-webkit-keyframes spinner {
    to { -webkit-transform: rotate(360deg); }
}
.spinner {
    min-width: 24px;
    min-height: 24px;
}
.spinner:before {
    content:'Loading…';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -10px;
}
.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #03ade0;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}
.cueTopBottom {
    height: 100%; padding-top: 20px; display: inline-flex !important; justify-content: space-between; flex-direction: column;
}
.cueTopBottom .english {
    margin-top: 20px;
}
.trp1.text-danger i:before {
    color: #FF6600 !important;
}
.activeWord {
    color: red !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: none;
    border-bottom: 2px #FF6600 solid;
}

.pdb-10 {
    padding-bottom: 10px;
}
.select2-container .select2-selection--single {
 height: 34px !important;
}
.select2-selection__rendered {
    line-height: 34px !important;
}
.light-off {
    background: #222;
    width: 100%;
    height: 100%;
    z-index: 1031;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.normalWatch {
    position: fixed;
    left: calc(50vw - 100px);
    bottom: 50px;

}



@-webkit-keyframes my {
	 0% { color: #F8CD0A; } 
	 50% { color: #fff;  } 
	 100% { color: #F8CD0A;  } 
 }
 @-moz-keyframes my { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #fff;  }
	 100% { color: #F8CD0A;  } 
 }
 @-o-keyframes my { 
	 0% { color: #F8CD0A; } 
	 50% { color: #fff; } 
	 100% { color: #F8CD0A;  } 
 }
 @keyframes my { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #fff;  }
	 100% { color: #F8CD0A;  } 
 } 
 .light-on-off {
         font-weight:bold;
	 -webkit-animation: my 700ms infinite;
	 -moz-animation: my 700ms infinite; 
	 -o-animation: my 700ms infinite; 
	 animation: my 700ms infinite;
}
.table-grammar {
    padding: 55px;
}

.table-grammar  table { width: 100%; border-collapse: collapse; margin-bottom: 40px; }
.table-grammar       th, td { border: 1px solid #ccc; padding: 10px; text-align: left; }
.table-grammar       th { background-color: #f2f2f2; }
.table-grammar       h2 { color: #2c3e50; }
.table-grammar       .structure { font-style: italic; margin-top: 10px; }
.table-grammar       .timeline { color: #00796b; font-weight: bold; margin-top: 30px; margin-bottom: 10px; }


.header-text {
    text-align: left;
    padding: 12px 30px;
    box-sizing: border-box;
}
.header-text h2,
.header-text h4,
.header-text p,
.header-text .info-row,
.header-text #search {
    max-width: 480px;
    margin-left: 0;
}
.header-text h2 {
    margin-bottom: 6px;
}
.header-text h4 {
    margin-bottom: 6px;
}
.header-text p {
    margin-bottom: 8px;
}
.header-text .info-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.header-text .movie-level {
    display: flex;
    align-items: center;
    gap: 2px;
}
.header-text .movie-level li {
    list-style: none;
    background: #468ef9;
    width: 14px;
    height: 14px;
}
.header-text .movie-level li:last-child {
    background: #ccc;
}
.header-text .movie-view {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: white;
    gap: 4px;
}
.header-text #search {
    margin-top: 14px;
    width: 100%;

    align-items: center;
}
.header-text #search .form-control {
    flex-grow: 1;
    height: 42px;
    padding: 8px 16px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.95);
    border: none;
    border-radius: 0;
}
.search-home-content {
    position: relative;
}
.search-home .search-flex  .btn-danger {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    background: #ff6600;
    border: none;
    border-radius: 0;

    align-items: center;
    justify-content: center;
}

.search-home .search-flex {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    margin-left: 15px;
    padding: 10px 0;
}
.search-home .search-flex  .form-control {
    flex-grow: 1;
    min-width: 0;
    height: 42px;
    padding: 8px 16px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.95);
    border: none;
    border-radius: 0;
}
.search-home .search-flex  .btn-danger {
    flex-shrink: 0;
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    background: #ff6600;
    white-space: nowrap;
    margin-left: 0;
}

.search-home .search-flex  .btn-danger:hover {
    background-color: #ff8533;
}

.header-text .info-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-text #search .search-flex .btn-danger:hover {
    background-color: #ff8533;
}

.header-text .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.header-text .info-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-text .movie-level {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
}
.header-text .movie-level li {
    list-style: none;
    background: #468ef9;
    width: 12px;
    height: 12px;
}
.header-text .movie-level li:last-child {
    background: #ccc;
}
.header-text .movie-view {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: white;
}
.header-text .movie-view i {
    font-size: 15px;
    position: relative;
    top: 0px;
}

.header-text .info-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 20px; /* Tăng khoảng cách giữa cụm icon level và cụm học viên */
}
.header-text .movie-level {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
}
.header-text .movie-view {
    display: flex;
    align-items: center;
    gap: 6px; /* Khoảng cách icon người và số học viên */
    font-size: 15px;
    color: white;
}
.header-text .movie-view i {
    font-size: 15px;
    position: relative;
    top: 0px;
}

/* Tăng khoảng cách giữa icon level và học viên */
.header-text .info-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 32px; /* Tăng lên rộng hơn nữa */
}
/* Cụm icon người + số học viên */
.header-text .movie-view {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px; /* Chỉnh font-size học viên lên 16px */
    color: white;
}
.header-text .movie-view i {
    font-size: 16px;
    position: relative;
    top: 0px;
}

/* Override font-size học viên */
.movies-carousel .header-text .movie-view {
    font-size: 16px !important;
    color: white;
}

/* Tăng khoảng cách giữa cụm icon level và cụm học viên */
.header-text .info-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-text .movie-level {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
}

.header-text .movie-view {
    display: flex;
    align-items: center;
    gap: 6px;
}
.search-home {
    position: absolute;
    left: 65px;
    top: -140px;
    width: calc(35% - 11px);
    z-index: 99;
    background-color: rgb(16 13 13 / 73%);
}

@media (max-width: 1600px) and (min-width: 991px) {
    .search-home {
        left: 50px;
        width: 35%;
    }
}

@media screen and (max-width: 375px) {
    .menu-second a:not(:last-child) {
        padding: 6px 8px;
    }
    .menu-second a:last-child {
        padding: 0px 5px !important;
    }
}

.mediaplayer .mediamenu {
    z-index: 1000001;
}

.tudiencau__btn {
    display: block;
}

@media screen and (max-width: 374px){
    .tudiencau__btn {
        display: none;
    }
}