﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

:root {
    --color: #ef9f26;
    --text-color: #212529;
}

html {
    overflow-x: hidden;
    max-width: 768px !important;
    margin: auto;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

body {
    margin: auto;
    overflow-x: hidden;
}

#main-content {
    margin-top: 50px;
    font-size: 14px;
}

/*.master-column-wrapper {
    margin-bottom: 30px;
    margin-top: -40px;
}*/

/*.wap-content-animation {
    height: 100vh;
}*/
.main-loader {
    display: none;
}

.header-menu {
    display: none;
}

.left {
    float: left
}

.right {
    float: right;
}
/*______________________START LOADER______________________*/
.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        opacity: 0.8;
    }

    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 6px;
            width: 0.5em;
            height: 0.5em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: var(--color) 1.5em 0 0 0, var(--color) 1.1em 1.1em 0 0, var(--color) 0 1.5em 0 0, var(--color) -1.1em 1.1em 0 0, var(--color) -1.5em 0 0 0, var(--color) -1.1em -1.1em 0 0, var(--color) 0 -1.5em 0 0, var(--color) 1.1em -1.1em 0 0;
        }


@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*______________________END LOADER______________________*/

.fa-facebook-f {
    padding: 5px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background: #3B5998;
    color: white;
    border-radius: 3px;
}

    .fa-facebook-f:before {
        float: left;
        padding-left: 5px;
    }

.fa-google {
    padding: 5px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background: #dd4b39;
    color: white;
    border-radius: 3px;
}

    .fa-google:before {
        float: left;
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

    ul, li a {
        color: var(--text-color);
    }


#myModalTemplate .modal-body {
    border-bottom: 2px solid var(--color);
    border-top: 2px solid var(--color);
}

#myModalTemplate .modal-footer .btn-modal-colse {
    border-color: #ccc;
}

    #myModalTemplate .modal-footer .btn-modal-colse:hover {
        background-color: #ccc;
    }

.menu-right {
    padding-left: 0%;
}

.disabled-link {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: grey;
    opacity: 0.5;
}


/*______________start collapsible_________________*/
.collapsible {
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .collapsible:after {
        content: '\002B';
        color: #222;
        font-weight: bold;
        float: right;
    }

    .collapsible.active:after {
        content: "\2212";
    }

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-left: 5px;
}
/*______________end collapsible_________________*/

/*custom radio button*/
.custom_radio {
    display: grid;
}

    .custom_radio input[type="radio"] {
        display: none;
    }

        .custom_radio input[type="radio"] + label {
            position: relative;
            display: inline-block;
            padding-left: 3em;
            margin-right: 2em;
            cursor: pointer;
            line-height: 1em;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-weight: normal;
        }

            .custom_radio input[type="radio"] + label:before,
            .custom_radio input[type="radio"] + label:after {
                content: '';
                position: absolute;
                top: 10px;
                left: 0;
                width: 1em;
                height: 1em;
                text-align: center;
                color: white;
                font-family: Times;
                border-radius: 50%;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .custom_radio input[type="radio"] + label:before {
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                box-shadow: inset 0 0 0 0.2em #e5d9cd, inset 0 0 0 1em #e5d9cd;
            }

            .custom_radio input[type="radio"] + label:hover:before {
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em Orange;
            }

        .custom_radio input[type="radio"]:checked + label:before {
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em Orange;
        }

/*Custom Checkbox Toggle Slider*/
.switch {
    display: inline-block;
    height: 17px;
    position: relative;
    width: 45px;
}

    .switch input {
        display: none;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 2px;
        content: "";
        height: 21px;
        left: 2px;
        position: absolute;
        transition: .4s;
        width: 21px;
    }

input:checked + .slider {
    background-color: #feac3b;
}

    input:checked + .slider:before {
        transform: translateX(20px);
    }

.slider.round {
    border-radius: 34px;
    height: 25px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*________________________________________________________________________________________________Custom_________________________________________________________________________________________________________________________________________*/

.wap-header-login {
    display: flex;
    width: 100%;
    margin-top: 12px;
    max-width: 768px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
    position:relative;
}

    .wap-header-login p.row-header-login {
        width: 100%;
        margin: 10px;
        text-align: right;
        border-bottom: 3px solid #ffe6c1;
    }

        .wap-header-login p.row-header-login a {
            padding: 7px 3px;
            font-size: 13px;
            color: initial;
        }

    .wap-header-login .from-info {
        position: absolute;
        height: 0;
        overflow: hidden;
        display: inline-block;
        background: #fff;
        border-radius: 0 0 5px 5px;
        box-shadow: 0px 0px 20px #888;
        top: 30px;
        right: 10px;
        z-index:1;
        width:200px;
    }

.tvpl-name2 {
    color: #fe0c00;
    font-family: 'Times New Roman';
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    display: block;
    left: 115px;
    top: 9px;
    text-shadow: 0px 4px 3px rgba(247, 247, 247, 0.4), 0px 8px 13px rgba(245, 233, 233, 0.1), 0px 18px 23px rgba(245, 244, 244, 0.1);
}

.tvpl-slogan2 {
    position: absolute;
    margin-top: -8px;
    color: red;
    font-family: "Times New Roman",Times,serif;
    float: left;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    padding-left: 18%;
    box-shadow: 1px 1px 2px #8e8d8d;
    width: 100%;
    background: #fff;
    left: 0;
    display: inline;
    font-size: 13px;
}

/*.logo-name, .tvpl-slogan2, .navigation__button {
    display: none;
}*/

.item-name, .back-item {
    display: block;
}

.img-logo-mobile {
    left: 55px;
    top: 0;
    z-index: 1;
    width: 60px;
}

.item-name {
    display: none;
}

.name {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    position: absolute;
    line-height: 0px;
    text-align: center;
}

.footer {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2em;
    max-width: 768px !important;
}

.abcRioButtonFB, .abcRioButtonGoogle {
    width: 100%;
}

    .abcRioButtonFB a {
        display: flex;
        position: relative;
    }

        .abcRioButtonFB a span {
            font-size: 13px;
            position: absolute;
            color: #fff;
            margin-left: 35px;
            margin-top: 12px;
            padding-left: 20%;
        }

        .abcRioButtonFB a:hover {
            opacity: 0.7;
        }

    .abcRioButtonGoogle a {
        display: flex;
        position: relative;
    }

        .abcRioButtonGoogle a span {
            font-size: 13px;
            position: absolute;
            color: #fff;
            margin-left: 35px;
            margin-top: 12px;
            padding-left: 20%;
        }

        .abcRioButtonGoogle a:hover {
            opacity: 0.7;
        }


#navbar-animmenu {
    background: #fff;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 10px 0px;
    width: 100%;
}

    #navbar-animmenu ul {
        padding: 0px;
        margin: 0px;
    }

    #navbar-animmenu li {
        list-style-type: none;
        float: left;
        width: 25%;
    }

    #navbar-animmenu ul li a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        font-size: 13px;
        display: block;
        text-align: center;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
        color: #888;
    }

    #navbar-animmenu > ul > li.active > a {
        color: #fff;
        background-color: transparent;
        transition: all 0.7s;
    }

        #navbar-animmenu > ul > li.active > a i {
            color: #fff;
        }


    #navbar-animmenu a:not(:only-child):after {
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 10%;
        font-size: 14px;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        transition: 0.5s;
    }

    #navbar-animmenu .active > a:not(:only-child):after {
        transform: rotate(90deg);
    }

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #ef9f26;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 25%;
}

    .hori-selector .right,
    .hori-selector .left {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #ef9f26;
        bottom: 7px;
    }

    .hori-selector .right {
        right: -25px;
    }

    .hori-selector .left {
        left: -25px;
    }

        .hori-selector .right:before,
        .hori-selector .left:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 20%;
            background-color: #fff;
        }

    .hori-selector .right:before {
        bottom: 0;
        right: -25px;
    }

    .hori-selector .left:before {
        bottom: 0;
        left: -25px;
    }


.suport-online {
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 5px 10px 10px 10px;
    border-radius: 5px;
}

    .suport-online .title-cstc i {
        color: #ef9f26;
    }

    .suport-online .title-cstc a {
        color: #ef9f26;
    }

    .suport-online ul li.block-suplistIM {
        display: flex;
        padding: 5px 0 5px 0;
    }

.suport-online-footer {
    text-align: right;
    cursor: pointer;
    color: #ef9f26;
    margin: 0;
}

.suport-online-title i, .suport-online-title a {
    color: #ef9f26;
    font-weight: bold;
}

.suport-online p {
    cursor: pointer;
}

.footer-login a {
    color: #888;
}

.tab-bar {
    margin: 5px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    border: 1px solid #ef9f26;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-right: 0px;
}

.tab {
    width: 25%;
    padding: 5px 0;
    background: white;
    color: #ef9f26;
    overflow: hidden;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-right: 1px solid #ef9f26;
}


.anim {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-animation: touch 0.4s ease-out;
    animation: touch 0.4s ease-out;
}

@-webkit-keyframes touch {
    100% {
        border-radius: 600px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        margin: -3px;
    }
}

@keyframes touch {
    100% {
        border-radius: 600px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        margin: -3px;
    }
}

.activeT {
    background: #ef9f26;
    color: #fff;
}

.post-item-tags {
    display: flow-root;
    font-style: italic;
    color: #888;
    font-size: 12px;
    padding: 3px 0;
}

    .post-item-tags .left, .post-item-tags .right {
        font-size: 12px;
        padding: 3px 0;
    }

.time-v1, time-v2 {
    width: 50%;
}

a.title-document {
    text-decoration: none !important;
    color: #212529;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

    a.title-document:link {
        text-decoration: underline;
    }

    a.title-document:hover {
        text-decoration: none;
    }

.div-row {
    padding: 5px 0 5px 0;
}

    .div-row:nth-child(even) {
        background: #eee;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .div-row:nth-child(odd) {
        background: #FFF
    }

/*#type-dots, #share, #download, #search-filter, #add-favorite, #search {
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 5px;
    position: relative;
}*/

#search-filter .fa-search-plus, #search-filter .fa-filter {
    font-size: 17px;
    margin-top: 12px;
    color: #fff;
}

#search .fa-search {
    font-size: 17px;
    margin-top: 12px;
    color: #fff;
}

#share .fa-share-square {
    margin-left: 7px;
    margin-top: 12px;
    color: #fff;
}

/*    #download .fa-cloud-download-alt {
        margin-left: 7px;
        margin-top: 12px;
        color: #fff;
    }*/

.dots:after {
    content: '\2807';
    font-size: 30px;
    color: #fff;
    margin-left: 7px;
}

ul.nav-type {
    position: absolute;
    height: 0;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 20px #888;
}

    ul.nav-type li {
        text-align: left;
    }

#nav-share {
    right: 30px;
}

#nav-download {
    z-index: 1;
    width: 200px;
}

.nav-item {
    text-decoration: none;
    padding: .5em .5em;
    display: block;
    color: #888;
    text-align: left;
    cursor: pointer
}

.wap-register-service-button {
    position: fixed;
    right: 0;
    left: 0;
    width: 90%;
    margin: 2% auto;
    bottom: 60px;
    text-align: center;
    max-width: 768px !important;
}

.btn-register-service {
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius: 5px;
    background-color: #ef9f26;
    border-color: #E5A716;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    text-decoration: none;
}

.btnLogout:hover {
    opacity: 1;
}

.searchbox {
    display: block !important;
}

.service-map {
    overflow-x: scroll;
}

#tab-bar-service {
    width: max-content;
}

    #tab-bar-service li {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

.register-login .swal-title {
    font-size: 20px;
    color: #000;
    padding: 0;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.register-login .swal-content {
    margin-top: 0;
    font-size: 14px;
}

.register-login .swal-footer {
    text-align: center;
    border-top: 1px solid;
    margin-top: 7px;
    padding: 3px;
}

.register-login .swal-button-container {
    outline: none !important;
    box-shadow: none !important;
}

    .register-login .swal-button-container .swal-button {
        background: transparent !important;
        color: #70bce0;
    }

.register-login .swal-button--confirm:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 500px) {
    .register-login .swal-modal {
        width: calc(100% - 100px);
    }
}

.font-button {
    /* background-color: #ef9f26;*/
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

.btnLogout {
    color: white !important;
    border: none;
    cursor: pointer;
    width: 50%;
    opacity: 0.9;
    border-radius: 5px;
    background-color: #ef9f26;
    border-color: #E5A716;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

    .btnLogout:hover {
        opacity: 1;
    }

.folder-name {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 15px;
}

.button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    cursor: pointer;
}

    .button-play::before, .button-play::after {
        position: absolute;
        content: '';
        border: 5px solid #ef9f26;
        top: -20px;
        left: -20px;
        bottom: -20px;
        right: -20px;
        border-radius: 50%;
        animation: animate 1.5s linear infinite;
        opacity: 0;
    }

    .button-play::after {
        animation-delay: .4s;
    }

.fa-play {
    font-size: 25px;
    background-color: #ef9f26;
    padding: 7px 7px 7px 12px;
    border-radius: 50%;
    color: #fff !important;
}

.button-stop {
    animation: none;
}

    .button-stop::before, .button-stop::after {
        animation: none;
    }

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.wap-button-Ytb {
    position: fixed;
    bottom: 95px;
    max-width: 768px !important;
    width: 100%;
}

    .wap-button-Ytb .button-play-ytb {
        position: absolute;
        right: 25px;
    }


.button-play-ytb::before, .button-play-ytb::after {
    position: absolute;
    content: '';
    border: 5px solid #ef9f26;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

.button-play-ytb::after {
    animation-delay: .4s;
}

.wap-button-Ytb .button-dowload {
    position: absolute;
    left: 25px;
    background: #ef9f26;
    padding: 7px 10px;
}

.button-play-ytb::before, .button-dowload::after {
    position: absolute;
    content: '';
    border: 5px solid #ef9f26;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

.button-dowload::after {
    animation-delay: .4s;
}


#trailer_playing_Ytb {
    background-color: rgba(0, 0, 0, 0.88);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999;
    display: none;
}

    #trailer_playing_Ytb .content_trailer {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 80%;
        height: 400px;
        transform: translate(-50%,-50%);
        background-color: #000;
        display: none;
    }

    #trailer_playing_Ytb .close_trailer_Ytb {
        right: 0;
        top: -30px;
        position: absolute;
        color: #fff;
        background-color: #ef9f26;
        padding: 0 10px;
        font-size: 20px;
        cursor: pointer;
    }

    #trailer_playing_Ytb .owl-prev, #trailer_playing_Ytb .owl-next {
        background: transparent !important;
        width: 50px;
        height: 60%;
        position: absolute;
        top: 15%;
        border: none !important;
        outline: none !important;
    }

    #trailer_playing_Ytb .owl-prev {
        left: -50px;
    }

    #trailer_playing_Ytb .owl-next {
        right: -50px;
    }

    #trailer_playing_Ytb .fa-arrow-circle-right, .fa-arrow-circle-left {
        font-size: 25px;
    }

.owl-dots {
    text-align: center;
}

    .owl-dots > button {
        width: 15px;
        background: #ef9f26 !important;
        height: 15px;
        margin: 10px;
        border-radius: 50%;
        border: none !important;
        outline: none !important;
    }

        .owl-dots > button.active {
            background: #fff !important;
        }

.title-page {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #ef9f26;
}
/*________________________________________________________________________________________________Start Mobile Menu_________________________________________________________________________________________________________________________________________*/
nav {
    width: 104%;
    height: 70px;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 888;
    animation: 1 fadeInNav ease;
}

.navigation_mobile {
    height: 40px;
    padding: 0 15px;
    background-color: #ef9f26;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 768px !important;
}

.navigation__logo_mobile a {
    text-decoration: none;
    height: auto;
}

/*.navigation__logo_mobile p {
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
}*/

.navigation__links {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -1000px;
    top: 0;
    z-index: 9999;
    transition: left 0.3s ease-in;
    background-color: rgb(105 105 104 / 68%);
    color: #ffffff;
    list-style: none;
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
    position: fixed;
    padding-top: 10%;
    padding-bottom: 10%;
}

    .navigation__links ul {
        width: 300px;
        background: #fff;
        height: 100%;
        overflow-y: scroll;
    }

    .navigation__links li {
        padding: 5px 10px;
        border-bottom: 1px solid #eee;
    }

        /*.navigation__links li:first-child {
            text-align: center;
            margin-top: 15px;
        }*/
        .navigation__links li.user-info {
            text-align: center;
            margin-top: 15px;
            border-bottom: 10px solid #eee;
        }

        .navigation__links li:last-child {
            border-bottom: none;
        }

    .navigation__links a {
        text-decoration: none;
    }

    .navigation__links i {
        font-size: 25px;
        color: #ef9f26;
    }

    .navigation__links .footer-menu i {
        text-decoration: none;
        font-size: initial !important;
        color: #888 !important;
    }

    .navigation__links .footer-menu img {
        width: 16px;
    }

    .navigation__links .footer-menu p.phone a {
        color: blue;
    }

#hamburger {
    visibility: hidden;
}

.navigation__button {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 30px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-top: 10px;
    z-index: 99991;
    margin-left: -20px;
}

    .navigation__button span {
        position: absolute;
        left: 5px;
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: #ffffff;
        transform-origin: center;
        transition: opacity 0.2s linear, all 0.3s linear;
    }

        .navigation__button span:nth-of-type(1) {
            top: 7px;
        }

        .navigation__button span:nth-of-type(2) {
            top: 14px;
        }

        .navigation__button span:nth-of-type(3) {
            top: 21px;
        }


#hamburger:checked ~ .navigation__links {
    left: 0;
}

#hamburger:checked ~ .navigation__button span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 15px;
}

#hamburger:checked ~ .navigation__button span:nth-of-type(2) {
    opacity: 0;
}

#hamburger:checked ~ .navigation__button span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 15px;
}

.icon-menu-chevron-right {
    float: right;
    line-height: 25px;
    font-size: initial !important;
    color: #888 !important;
}


@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    /*  text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;*/
    color: red;
}

.btn-primary {
    background-color: #ef9f26;
    border-color: #E5A716;
}

.item-button-doc-detail, .item-button-search-filter, .item-button-add-favorite, .item-button-search {
    display: none;
}
/*________________________________________________________________________________________________END Mobile Menu_________________________________________________________________________________________________________________________________________*/
/*________________________________________________________________________________________________Reposive_________________________________________________________________________________________________________________________________________*/

@media only screen and (min-width:992px) {
    .navigation__links {
        left: -2500px;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .footer-menu {
        position: relative !important;
        bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .navigation__links ul {
        width: 400px;
    }

    .navigation__links li:last-child {
        position: fixed;
        bottom: 0;
        width: 400px;
    }
}

@media screen and (min-width: 700px) {
/*    .wap-content-home {
        margin-top: -60px;
    }

    .master-column-wrapper {
        margin-top: 140px;
    }*/
}

@media (max-width: 700px) and (min-width: 600px) {

   /* .master-column-wrapper {
        margin-top: 85px;
    }*/
    /*
    .wap-content-home {
        margin-top: -30px;
    }
*/
    .navigation__button {
        margin-right: 20px;
    }

    .tvpl-slogan2 {
        padding-left: 10%;
    }

    .navigation__links li:last-child {
        position: fixed;
        bottom: 0;
    }


    .chitietphim-play i {
        top: 12% !important;
        right: 10% !important;
    }
}


@media (max-width: 768px) and (min-width: 572px) {
    #menu-user-header {
        right: 30px !important;
    }
}


@media (max-width: 480px) {

    .navigation__button {
        margin-right: 10px;
    }

    .tvpl-slogan2 {
        padding-left: 110px;
    }

    .abcRioButtonFB a span, .abcRioButtonGoogle a span {
        padding-left: 13%;
    }

    .wap-register-service-button {
        margin: 5% auto;
    }

    .imgPro {
        padding-top: 5px;
    }

    .menuBT, .menuBTSearch {
        left: 0;
        right: 0;
    }

    #trailer_playing_Ytb {
        width: 100% !important;
    }

        #trailer_playing_Ytb .content_trailer {
            width: 100% !important;
        }

    .chitietphim-play i {
        position: absolute;
        top: 14% !important;
        right: 12% !important;
    }
}


@media (max-width: 400px) and (min-width: 375px) {
    /*    .wap-content-home {
        margin-top: 32%;
    }*/
}

@media (max-width: 360px) and (min-width: 326px) {
    /*    .wap-content-home {
        margin-top: 35%;
    }*/
}

@media (max-width: 400px) and (mix-width: 326px) {
    /*  .wap-content-home {
        margin-top: 30%;
    }*/

    #content-page {
        margin-top: 15% !important;
    }

    .wap-component-1 {
        margin-top: 35% !important;
    }
}

@media (max-width: 360px) {
    .content-login p {
        width: 100% !important;
        text-align: center !important;
    }
}


@media (max-width: 325px) {
    /*.master-column-wrapper {
        margin-top: 85px;
    }*/
    /*   .tvpl-slogan2 {
        margin-left: -20%;
        padding-left: 22%;
    }*/

    .navigation__links ul {
        width: 270px;
    }

    .navigation__button {
        margin-right: 5px;
    }

    .abcRioButtonFB a span, .abcRioButtonGoogle a span {
        padding-left: 7%;
    }

    .footer-login {
        width: 100% !important;
    }

        .footer-login.phone, .footer-login.skype {
            text-align: left !important;
        }

    .img-logo-mobile {
        left: 50px;
        width: 50px;
    }

    .tvpl-name2 {
        font-size: 15px;
        left: 100px;
    }

    .tvpl-slogan2 {
        padding-left: 85px;
    }

    .footer-menu {
        position: relative !important;
        bottom: 0 !important;
    }
}

/*.navigation__button {
    display: none;
}
*/
