@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #13100e;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a,
a:hover {
    text-decoration: none;
    color: #ff5a00;
}

a:hover {
    opacity: 0.7;
}

li {
    list-style: none outside none;
}

ul {
    margin: 0;
}

img {
    border: 0 none;
}

.clear {
    clear: both;
}

.container {
    position: relative;
    width: 1200px;
    padding: 0px;
}

.header {
    overflow: hidden;
    padding: 20px 0px;
}

.logo {
    float: left;
}

.logo img {
    height: 37px;
}

.right-header {
    float: right;
}

.search-top {
    position: relative;
    padding-right: 0px;
    width: 400px;
}

.search-top button {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    padding-bottom: 7px;
}

.menu {
    background: #241f1b;
}

.menu ul li {
    float: left;
}

.menu ul li a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
}

.menu ul li a:hover {
    opacity: 0.7;
}

.menu ul li.category>a {
    background: #3c322b;
}

.menu ul li.category a i {
    margin-right: 10px;
}

.menu ul ul {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background: #3c322b;
    border-top: 1px solid #241f1b;
    display: none;
    z-index: 10;
}

.menu ul li:hover ul {
    display: block;
}

.menu ul ul li {
    width: 20%;
    border-bottom: 1px solid #241f1b;
    border-right: 1px solid #241f1b;
}

.menu ul ul li a.show-all {
    color: #ff5a00;
}

.content {
    padding: 30px 0px;
}

.title-main {
    border-bottom: 1px solid #241f1b;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
}

.title-main span {
    color: #ff5a00;
}

.box-porn {
    background: #241f1b;
    margin-bottom: 15px;
    position: relative;
}

.img-porn {
    position: relative;
}

.img-porn img {
    width: 100%;
    /* height: 186px; */
    object-fit: cover;
}

.text-porn {
    padding: 10px 15px 20px;
}

.text-porn h4 {
    margin: 0px;
    font-size: 16px;
}

.text-porn h5 {
    color: #fff;
    display: block;
    height: 28px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.list-porn {
    margin-bottom: 30px;
}

.list-category {
    margin-bottom: 10px;
}

.list-category li a {
    color: #fff;
}

.list-category li a:hover {
    opacity: 0.7;
}

.list-category li {
    margin-bottom: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-main {
    margin-bottom: 20px;
}

.category-main .title-main {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-tag {
    overflow: hidden;
}

.list-tag li {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.list-tag li a {
    display: block;
    padding: 10px 15px;
    background: #241f1b;
    color: #fff;
}

.left-footer {
    float: left;
}

.right-footer {
    float: right;
}

.logo-footer {
    margin-top: 20px;
}

.logo-footer img {
    height: 30px;
}

.footer {
    border-top: 1px solid #241f1b;
    padding: 30px 0px;
}

.footer ul {
    overflow: hidden;
}

.footer ul li {
    float: left;
    margin-right: 20px;
}

.btn-warning {
    border: 1px solid #ff5a00;
    background: #ff5a00;
}

.btn-warning:hover,
.btn-warning:focus {
    border: 1px solid #ff4200;
    background: #ff4200;
}

.toggle-menu {
    display: none;
}

.bg-menu-mobile {
    display: none;
}

.search-category {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

label {
    font-weight: normal;
}

.search-category .box-search {
    float: left;
    margin-right: 10px;
}

.search-category label {
    display: block;
    color: #ff5a00;
}

.short-list a {
    display: inline-block;
    padding: 7px 15px;
    background: #241f1b;
    color: #fff;
    border-radius: 3px;
}

.short-list a.active {
    background: #ff5a00;
}

.filter-list select {
    display: inline-block;
    width: auto;
    background: #241f1b;
    border: 0px;
    color: #fff;
    max-width: 370px;
}

.bottom-product {
    overflow: hidden;
    border-top: 1px solid #13100e;
    padding-top: 5px;
    margin-top: 10px;
}

.sourch-product {
    float: left;
    color: #ff5a00;
    height: 40px;
    width: 100%;
}

.date-product {
    color: #ff5a00;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #241f1b;
    padding: 0 2px;
}

.date-product i,
.view-product i {
    color: #ff5a00;
    margin-right: 5px;
}

.view-product {
    float: left;
    color: #6a6a6a;
}

.pagination {
    background: #241f1b;
    border: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.pagination>li>a,
.pagination>li>span {
    background: none;
    border: 0px;
    border-left: 1px solid #13100e;
    color: #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: #ff5a00;
    border: 0px;
    color: #fff;
    border-left: 1px solid #13100e;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #ff5a00;
    border: 0px;
    border-left: 1px solid #13100e;
}

#pagination {
    text-align: center;
}

.list-category a,
.list-tag a,
.list_category_top a {
    text-transform: capitalize;
}

.dv_adv_control {
    text-align: center;
}

.dv_adv_control img {
    max-width: 100%;
    max-height: 300px;
    margin: auto;
}

.advertise-container,
.static-page-container {
    border-top: 1px solid #241f1b;
    padding: 20px 0px;
}

.cover-static-page {
    width: 100%;
    padding: 20px 40px;
    border: 1px solid #241f1b;
    border-radius: 5px;
}

.cover-static-page h2 {
    color: #ff5a00;
    text-align: center;
}

.content-static-page {
    padding-top: 30px;
    font-size: 15px;
}

.content-contact-us {
    padding-top: 10px;
    max-width: 450px;
    margin: auto;
}

.cat-filter {
    display: inline-block;
    margin-left: 30px;
}

.cat-filter a {
    margin: 0 5px;
    color: #fff;
}

.cat-filter a:hover {
    text-decoration: underline;
}

.box-porn .report {
    position: absolute;
    top: 5px;
    right: 10px;
}

.show_flag_contry {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    padding: 10px;
    z-index: 999;
}

.show_flag_contry ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 101%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.show_flag_contry li {
    margin: 10px;
    width: 15%;
}

.show_flag_contry a {
    color: #fff;
    display: flex;
    align-items: center;
}

.show_flag_contry a img {
    margin-left: 10px;
    max-width: 30px;
}

.close_flag {
    text-align: right;
    font-size: 25px;
    padding-right: 15px;
    cursor: pointer;
}

.logo {
    margin-right: 20px;
}

.show_flag_click {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
}

.show_flag_click p {
    margin: 0;
}

.show_flag_click>div {
    width: 30%;
    margin-left: 10px;
}

.show_flag_click .flag_header {
    align-items: center;
    display: none;
}

.show_flag_click .flag_header.active {
    display: flex;
}

.show_flag_click img {
    margin-right: 10px;
    max-width: 30px;
}

#page_cateogry .list-category {
    /* background-color: white; */
    display: none;
}

#page_cateogry .list-category.active {
    display: block;
}

#popup_ads {
    position: fixed;
    top: 5%;
    right: 2%;
    display: flex;
    /* align-items: center; */
    /* padding: 10px; */
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    max-width: 450px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.8s;
    width: 25%;
}

#popup_ads.active {
    top: 10%;
    opacity: 1;
    pointer-events: unset;
}
#popup_ads a{
    color: #000;
}

#popup_ads h5 {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#popup_ads p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#popup_ads img {
    /* width: 65px; */
    width: 100%;
    height: 100%;
    max-width: 80px;
    object-fit: cover;
}

#popup_ads .img{
    width: 35%;
}

#popup_ads .content_popup_ads {
    margin: 0 2.5%;
    width: 50%;
}

#popup_ads .close_popup_ads {
    width: 10%;
    color: #ccc;
    font-size: 25px;
    cursor: pointer;
    padding-top: 5px;
}

#popup_ads .close_popup_ads p{
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.text-porn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-porn-flex small{
    text-align: right;
}

#ads_text_header .item {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#ads_text_header .item a{
    display: block;
    width: 100% !important;
    text-align: center;
}

#ads_text_header .item > div{
    max-width: 500px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#ads_text_header p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header .col_right {
    display: flex;
    align-items: center;
}

#change_thumbnail_header {
    max-width: 35px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

#change_thumbnail_header img {
    width: 100%;
}

#change_thumbnail_header .content_popup_change_thumnail {
    position: absolute;
    top: 150%;
    right: 0%;
    background-color: #000;
    color: #ff5a00;
    /* display: flex; */
    width: 200px;
    border: 1px solid #ff5a00;
    border-radius: 15px;
    padding: 15px;
    z-index: 9;
    display: none;
}
#change_thumbnail_header p{
    font-size: 18px;
}
/* #change_thumbnail_header i{
    font-size: 40px;

} */

#change_thumbnail_header ul{
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

#change_thumbnail_header ul li{
    width: 33.33%;
    color: #000;
    background-color: #ccc;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#change_thumbnail_header ul li:hover{
    background-color: red;
    color: #fff;
}

#change_thumbnail_header ul li.active{
    background-color: red;
    color: #fff;
}

#change_thumbnail_header ul li:nth-child(1){
    font-size: 14px;
}
#change_thumbnail_header ul li:nth-child(2){
    font-size: 22px;
}
#change_thumbnail_header ul li:nth-child(3){
    font-size: 30px;
}

.header {
    overflow: unset;
}

.row_ph{
    display :flex;
    flex-wrap :wrap;
}

.col_ph{
    width: 24%;
    margin-right : 1%;
    overflow: hidden;
}
.col_ph:nth-child(4n){
    margin-right : 0;
}

.list_category_new .category_group_container{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    columns: 200px 5;
    margin: 0;
    padding: 0;
}

@media (min-width:769px) {
    .header .container::before {
        content: none;
    }

    .header .container::after {
        content: none;
    }

    .header .container {
        display: flex;
        justify-content: space-between;
    }

    .header .container .col_left {
        width: 65%;
        display: flex;
        align-items: center;
    }

    .header .container .col_right {
        width: 35%;
    }

    .right-header {
        float: none;
        width: 90%;
    }

    .search-top {
        width: 100%;
    }

    .logo {
        float: none;
    }

    .advertise-container .row {
        display: flex;
        justify-content: space-between;
    }

    .img-porn {
        height: 215px;
    }

    .dv_adv_control img {
        height: 250px;
        object-fit: cover;
    }

    .img-porn img {
        height: 100%;
        object-fit: scale-down;
    }

    .advertise-container .col-sm-4 {
        max-width: 300px;
        max-height: 250px;
        overflow: hidden;
    }

    .row_ph.compact .col_ph{
        width: 16%;
        margin-right: 0.8%;
    }
    .row_ph.compact .col_ph:nth-child(6n){
        margin-right: 0;
    }

    .row_ph.medium .col_ph{
        width: 19.5%;
        margin-right: 0.625%;
    }
    .row_ph.medium .col_ph:nth-child(5n){
        margin-right: 0;
    }
}

@media (max-width:768px) {
    .show_flag_contry li {
        width: 30%;
        margin: 10px 1%;
    }

    .advertise-container .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .advertise-container .row .col-sm-3 {
        width: 49%;
        max-width: 300px;
        overflow: hidden;
        margin-top: 2%;
    }

    .header .right-header {
        width: 100%;
    }
    .col_ph{
        width: 100%;
        margin-right: 0 !important;
    }
    #change_thumbnail_header{
        display: none;
    }
    .dv_adv_control{
        overflow: hidden;
        max-height: 43vw;
        height: 100%;
    }
    .dv_adv_control img{
        height: 100%;
        object-fit: cover;
    }
    #popup_ads{
        width: 95%;
    }
}