@import url(https://fonts.googleapis.com/css?family=Oswald|Sarabun);
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif;
    color: #111;
    font-weight: 400;
    margin: 6px 0 6px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #111;
    transition: all 0.3s ease;
    overflow: inherit !important;
}
h3 {
    font-size: 2rem;
}
h3 a:hover,
h6 a:hover {
    color: #cb289a;
}
.text-uppercase {
    text-transform: uppercase;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.pd-0 {
    padding: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.ptb-5 {
    padding: 5px 0 !important;
}
.ptb-10 {
    padding: 10px 0 !important;
}
.ptb-20 {
    padding: 20px 0 !important;
}
.sec-padd {
    padding: 30px 0;
}
body.BodyCSS .row .col.m3 {
    width: 21%;
}
body.BodyCSS .row .col.m3.fixed {
    width: 29%;
}
body.BodyCSS .Sticky_Left {
    width: 71% !important;
    padding: 0 8px 0 3px !important;
}
body.BodyCSS #MainWrapper {
    width: 1050px;
    margin: auto;
    background: #fff;
    position: relative;
    z-index: 999;
}
body.BodyCSS .container {
    width: 100% !important;
    box-sizing: border-box;
    padding-right: 5px;
}
hr {
    border-color: #fff;
    opacity: 0.2;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 11px;
}
.SearchResult,
.gradient,
.load-more:hover,
.modal .fa-search,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.pagination li a.active,
.pagination li a:hover {
    background: #ce259a;
    background: -moz-linear-gradient(left, #ce259a 0, #6476a6 100%);
    background: -webkit-linear-gradient(left, #ce259a 0, #6476a6 100%);
    background: linear-gradient(to right, #ce259a 0, #6476a6 100%);
}
img.lazy {
    display: block;
    background: url(../images/Backup_Image.png) no-repeat 50% 50%;
    min-height: 100px;
    width: 100%;
    background-size: cover;
}
@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}
nav {
    margin: 0;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.menu {
    display: block;
    font-family: Oswald, sans-serif;
}
.menu.NavFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.1);
}
body.BodyCSS .menu.NavFixed {
    width: 1050px;
    left: 50%;
    margin-left: -525px;
}
.menu li {
    display: inline;
    position: relative;
    z-index: 100;
    float: none;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    color: #333;
    font-size: 1rem;
    text-transform: uppercase;
}
.menu li a:hover,
.menu li:hover > a {
    background: #e8e8e8;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    box-shadow: 2px 2px 3px 0 #c5c0c0;
}
.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
}
nav,
nav a {
    color: inherit;
}
nav .nav-wrapper i.fa-angle-down {
    float: right !important;
    margin-left: 10px;
    height: 60px;
    line-height: 63px;
    font-weight: 700;
}
.menu ul li a {
    font-weight: 400;
    display: block;
    color: #797979;
    background: #fff;
    line-height: normal;
    padding: 7px 10px;
}
.menu ul li a:hover,
.menu ul li:hover > a {
    background: #eaeaea;
}
.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.menu ul ul {
    left: 169px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}
.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 0 15px;
    background: #374147;
    color: #333;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 17px;
}
.responsive-menu:hover {
    background: #374147;
    text-decoration: none;
}
.social-icons li a {
    display: inline-block;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: rgba(51, 51, 51, 0.23);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 24px;
}
.social-icons li a:hover {
    color: rgba(255, 255, 255, 0.65);
}
.ArticleMainImg {
    margin-bottom: 0;
    border: 1px solid #efefef;
    box-sizing: border-box;
}
.lang-switch .switch-text {
    margin: 17px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin-right: 10px;
}
.lang-switch li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}
.lang-switch li a:hover {
    color: #fff;
}
.lang-switch li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.75);
    padding-right: 8px;
}
.modal .search-close {
    line-height: 0;
    margin-top: 7px;
}
.modal .gradient {
    padding: 13px 10px;
}
.modal .fa-search {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border: none;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    font-family: Oswald, sans-serif;
    font-size: 20px;
}
.highlighted {
    text-transform: uppercase;
    color: #c82c9a;
    padding: 2px 0;
    margin-bottom: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.TopNews .row .col article img {
    height: 135px;
    object-fit: cover;
}
.TopNews_Right article img {
    height: 150px;
    object-fit: cover;
}
.highlighted h6 {
    color: #000;
    font-size: 1rem;
    margin-top: 5px !important;
}
.TopNews_Right .aside-list,
.aside-list-small {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 7px !important;
}
.aside-list h6,
aside h6 {
    font-size: 1rem;
}
.aside-list img {
    height: 155px;
    object-fit: cover;
}
.aside-list-small .row {
    margin-bottom: 0;
}
#wats-hot {
    margin-bottom: 1px;
    background: #fff;
}
#wats-hot .owl-item h6 {
    text-align: left;
    padding: 0 5px;
}
#wats-hot.owl-carousel .owl-item img {
    height: 210px;
    object-fit: cover;
}
.owl-carousel {
    position: relative;
    height: 100%;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
}
.owl-carousel .owl-nav .owl-buttons div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 50px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 0.9em;
    border-radius: 3px;
    color: #fff;
    background: #000;
    opacity: 0.6;
    text-transform: capitalize;
}
.owl-carousel .owl-nav .owl-prev {
    left: 5px;
}
.owl-carousel .owl-nav .owl-next {
    right: 5px;
}
.owl-carousel .owl-nav button {
    background: rgba(51, 51, 51, 0.65) !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    position: absolute;
}
.owl-carousel .owl-nav button span {
    color: #fff;
    font-size: 32px;
    line-height: 20px;
}
.HP_Photo_slider .owl-carousel .owl-item img {
    height: 220px;
    object-fit: cover;
}
.title {
    background: url(../images/stripe.png) repeat-x center 10px;
}
.title h3,
.title h1 {
    border-radius: 20px 0;
    color: #fff;
    padding: 8px 17px;
    display: inline;
    text-transform: uppercase;
}
.title h3 a {
    color: #fff;
}
.title h3 a:hover {
    color: #000;
    text-shadow: 4px 0 10px #fff;
}
.bollywood .featured img,
.fashion .featured img {
    object-fit: cover;
    height: 520px;
}
.featured img {
    height: 340px;
    object-fit: cover;
}
.aside-list-small img {
    height: 96px;
    object-fit: cover;
}
.aside-list .row {
    margin-bottom: 10px;
}
.bollywood {
    background: url(../images/bg-noise.png) #1d1d1d top center;
    border: 8px solid #ce259a;
    border-right: 0;
    border-left: 0;
}
.bollywood h3 {
    color: #fff;
    text-transform: uppercase;
}
.bollywood h3 a,
.bollywood h6 a {
    color: #fff;
}
.bollywood hr {
    border: 1px solid rgba(255, 255, 255, 0.17);
}
.video {
    background: url(../images/stripe-yellow.png) #fdc91c top center;
}
.video h3,
.video h6 {
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.51);
}
.video .featured img {
    height: 440px !important;
}
.video .col img {
    object-fit: cover;
    height: 160px;
}
.video .col {
    position: relative;
}
.video .col .fa-play-circle-o {
    font-size: 40px;
    color: #cd2599;
    position: absolute;
    top: 4px;
    left: 20px;
    z-index: 9;
    text-shadow: 1px 1px 0 #777;
}
.more-link {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    color: #ab429e;
    transition: all 0.3s ease;
}
.more-link:hover {
    opacity: 0.5;
}
#gallery .owl-stage-outer {
    border: 13px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #ce259a 0, #6476a6 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #ce259a 0, #6476a6 100%);
    border-image: linear-gradient(to bottom, #ce259a 0, #6476a6 100%);
    border-image-slice: 1;
}
#gallery article {
    position: relative;
}
#gallery article h6 {
    position: absolute;
    bottom: 0;
    padding: 5px 13px;
    transition: all 0.3s ease;
}
#gallery article h6 a,
.load-more:hover,
footer a {
    color: #fff;
}
#gallery article:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.58);
    content: "";
}
#gallery article:hover img {
    opacity: 0.9;
    transition: all 0.3s ease;
}
#gallery article:hover h6 {
    bottom: 10px;
}
.Sticky_Left .row .col a,
.video .col a,
article a {
    display: block;
    overflow: hidden;
}
.Sticky_Left .row .col img,
.video .col img,
article img {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
    transition-timing-function: ease !important;
}
.Sticky_Left .row .col img:hover,
.video .col img:hover,
article img:hover {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.post-time {
    font-size: 12px;
}
.other-lang {
    font-size: 1rem;
    position: relative;
    padding: 2px 10px;
}
.other-lang h5 {
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin: 7px 0 0 -2px;
}
.other-lang:after {
    width: 100%;
    border: 1px solid #efefef;
    content: "";
    position: absolute;
    height: 86%;
    top: 23px;
    left: 0;
    z-index: -1;
    transition: 1s all;
}
.other-lang .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.other-lang:hover:after {
    box-shadow: 0 0 3px 2px #f5f5f5d6;
}
.load-more {
    border-radius: 5px;
    background: 0 0;
    color: #fe1195;
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #ce259a 0, #6476a6 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #ce259a 0, #6476a6 100%);
    border-image: linear-gradient(to bottom, #ce259a 0, #6476a6 100%);
    border-image-slice: 1;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
}
footer {
    font-size: 0.8rem;
}
.col.fixed {
    padding: 0;
    width: 300px;
}
.extra-padd {
    padding: 0 0.75rem;
}
.WidthAd {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #f3f3f3;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedddd;
    border-top: 1px solid #dedddd;
    position: relative;
    z-index: 2;
}
.BoxAd {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.advertisement {
    font: 12px/14px Oswald, sans-serif;
    color: #9a9a9a;
    text-transform: uppercase;
}
.WidthAd.FooterAd {
    margin: 2px 0;
    background: #f3f3f3;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedddd;
    border-top: 1px solid #dedddd;
}
.WidthAd.FooterAd .advertisement {
    color: #9a9a9a;
}
#DFP_InArticleAd {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    display: none;
}
.scrolltop {
    position: fixed;
    right: 15px;
    bottom: 0;
    font-size: 60px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 1s;
    display: none;
    z-index: 99999;
}
.scrolltop:hover {
    opacity: 0.9;
}
.breadcrumb {
    font-family: Oswald, sans-serif;
    color: #dc2cab;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumb:before {
    font: 16px FontAwesome;
    content: "\f105";
    color: #ccc;
    vertical-align: inherit;
}
.breadcrumb a {
    color: #b2aead;
}
.breadcrumb:last-child {
    color: #ccc;
}
.pagination li a {
    font-size: 1rem;
}
.pagination li a.active,
.pagination li a:hover {
    color: #fff;
}
.pagination li a {
    background: #efeeee;
    border-radius: 5px;
    margin: 0 5px;
}
.entry-title {
    font-size: 2.5rem;
}
.postby {
    display: flex;
    font-size: 0.8rem;
    color: #aba2a2;
}
.postby a {
    color: #333;
}
.article-detail {
    margin-bottom: 10px;
}
.article-detail,
.article-detail p {
    word-break: break-word;
    font-size: 20px;
}
.article-detail h1,
.article-detail h2,
.article-detail h3,
.article-detail h4,
.article-detail h5 {
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 25px;
}
.article-detail a {
    margin: 5px 0;
    color: #fd55cb;
}
.article-detail img {
    width: inherit !important;
    height: inherit !important;
    display: block;
    border: 2px solid #9d4a9f;
    box-sizing: border-box;
    padding: 1px;
    margin: 10px auto;
    transition: 1s all;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.article-detail img:hover {
    box-shadow: 0 0 10px #737373;
}
.article-detail blockquote {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    color: #4db2ec;
    word-wrap: break-word;
    margin: 10px 0;
    padding: 0;
    border: 0;
}
.article-detail .instagram-media {
    max-width: 100% !important;
    margin: 0 0 40px 0 !important;
}
.article-detail .twitter-tweet {
    margin: 10px auto !important;
}
.article-detail iframe#YT,
.article-detail iframe.youtube_iframe {
    width: 100%;
    display: block;
    height: 400px;
}
.article-detail span {
    font-size: inherit !important;
    font-family: inherit !important;
}
.recommended {
    padding: 10px 5px;
}
.tags {
    border-top: 1px solid #e6e6e6;
    padding: 0 0;
    font-size: 12px;
}
.tags a {
    color: #b7b7b7;
    padding: 7px 5px;
    margin-bottom: 1px;
    display: inline-block;
    background: #f1f1f1;
    border-radius: 3px;
    transition: 0.5s all;
}
.tags a:hover {
    color: #545454;
    box-shadow: 2px 2px 1px 0 #d2d2d2;
    text-shadow: 1px 1px #fff;
}
.tags .list-inline li {
    margin-bottom: 5px;
}
.btn-floating h6 {
    line-height: 42px;
}
.fixed-action-btn {
    left: 10px;
    right: inherit;
    top: 50%;
    bottom: inherit;
}
article img {
    width: 100%;
}
.SearchResult {
    text-transform: uppercase;
    margin: 23px 0 0 0;
    color: #ef2dbb;
    border-bottom: 1px solid #fd62fb;
    padding-bottom: 6px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Sticky_Right .highlighted h6 {
    font-size: 1.2rem;
    line-height: 1.4em;
}
.Sticky_Right .aside-list-small h6 {
    font-size: 1.1rem;
    line-height: 1.2em;
}
.Sticky_Right .aside-list-small .row {
    margin-bottom: 0;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 6px;
}
.Sticky_Right .aside-list-small .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.category_slider.owl-carousel img {
    height: 200px;
    object-fit: cover;
}
#loadMoreData .col.m6 article img {
    height: 250px;
    object-fit: cover;
}
#loadMoreData .col.m3 article img {
    height: 120px;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }
    .menu ul {
        top: 37px;
    }
    .menu li a {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .col.fixed {
        width: 100%;
    }
    nav,
    nav i {
        height: auto;
        line-height: 50px;
    }
    .social-icons li a {
        padding: 0;
        background: 0 0;
        width: auto;
        height: auto;
        line-height: inherit;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
    .menu {
        display: none;
    }
    .responsive-menu {
        display: block;
    }
    .menu li {
        display: block;
        margin: 0;
    }
    .menu li a {
        background: #fff;
        color: #797979;
    }
    .menu li a:hover,
    .menu li:hover > a {
        background: #9ca3da;
        color: #fff;
    }
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
    .menu ul ul {
        left: 0;
        transform: initial;
    }
    .menu li > ul ul:hover {
        transform: initial;
    }
}
.featured .slider__img-wrap::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 100%) 100%) !important;
}
