@charset "UTF-8";
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: -100%;
    background-color: #fff;
    overflow-x: hidden;
    direction: rtl
}

.sidenav .profile {
    width: 100%;
    height: 100px;
    background-color: orange;
    position: relative
}

.sidenav .profile .user-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 15px;
    margin: 0 1.2rem 0 0;
    border: 4px solid #fff;
    border-radius: 50%
}

.sidenav .profile .user-icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 50%
}

.sidenav .profile .user-name-profile {
    position: relative;
    text-align: right
}

.sidenav .profile .user-name-profile .p-side {
    position: absolute;
    top: 20px;
    left: 50px;
    color: #00f
}

.sidenav .profile .user-name-profile .user-name {
    position: absolute;
    right: 6rem;
    top: 1.3rem;
    bottom: 1.5rem;
    color: #005aff;
    font-size: 18px
}

.sidenav .profile .user-name-profile .phone-number {
    position: absolute;
    display: block;
    font-size: 14px;
    right: 6rem;
    top: 3rem;
    bottom: 0;
    color: #005aff
}

.sidenav .profile .user-name-profile .user-email {
    position: absolute;
    display: block;
    font-size: 16px;
    right: 6rem;
    top: 4.2rem;
    bottom: 0;
    color: #005aff
}

.sidenav .list_item {
    padding: 40px 10px 0 0
}

.sidenav .list_item li {
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 5px 10px;
    list-style: none
}

.sidenav .list_item li img {
    position: absolute;
    top: 23px
}

.sidenav .list_item li .new-message {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #2a9937;
    top: 27px;
    left: 10px;
    display: none
}

.sidenav .list_item li .envelope {
    position: absolute;
    top: 23px;
    color: orange
}

.sidenav .list_item li .info {
    position: absolute;
    top: 23px;
    color: orange
}

.sidenav .list_item li a:hover {
    color: #444
}

.sidenav .list_item li .sidenav_link {
    font-size: 14px;
    color: #333;
    padding: 15px 25px 0 0
}

.sidenav a {
    padding: 8px 20px 8px 23px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s;
    text-align: right
}

.sidenav a:hover {
    color: #fff
}

.sidenav .closebtn {
    position: absolute;
    top: -3px;
    left: 0;
    color: #fff;
    font-size: 30px;
    z-index: 10
}

.sidenav .iconSide {
    font-size: 20px;
    margin: 15px 5px 0 0;
    color: #fff;
    z-index: 10
}

@media screen and (max-height: 450px) {
    .sidenav .sidenav {
        padding-top: 15px
    }

    .sidenav .sidenav a {
        font-size: 18px
    }
}

.show {
    right: 0
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000003b;
    top: 0;
    z-index: 3
}

@media screen and (min-width: 1200px) {
    .buy-section {
        margin-top: 7rem
    }
}

@media screen and (max-width: 1024px) {
    .buy-section {
        margin-top: 8rem
    }
}

@media screen and (max-width: 992px) {
    .buy-section {
        margin-top: 7.5rem
    }
}

@media screen and (max-width: 768px) {
    .buy-section {
        margin-top: 6.5rem
    }
}

@media screen and (max-width: 480px) {
    .buy-section {
        margin-top: 3rem
    }
}

.buy-section .form-custom input {
    width: 60%;
    height: 50px;
    border: 0;
    border-radius: 10px;
    color: #555;
    background-color: #f4f4f4;
    margin-left: 10px
}

.buy-section .form-custom input::placeholder {
    color: #ccc
}

.buy-section .form-custom input:focus {
    box-shadow: none
}

@media screen and (min-width: 1200px) {
    .buy-section .form-custom input {
        width: 80%
    }
}

@media screen and (max-width: 1024px) {
    .buy-section .form-custom input {
        width: 80%
    }
}

@media screen and (max-width: 768px) {
    .buy-section .form-custom input {
        width: 70%
    }
}

.buy-section .form-custom button {
    width: 60px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 14.5px
}

.buy-section .form-custom .btn-action {
    background-color: #005aff;
    margin-left: 5px
}

.buy-section .form-custom .btn-delete {
    background-color: #f0bea3
}

.mt-custom {
    margin-top: 10rem;
    margin-bottom: 2.2rem
}

.mt-custom .btn-buy {
    position: relative;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: #005aff;
    color: #fff
}

.mt-custom .credit-card {
    position: absolute;
    top: 1rem;
    right: 7.5rem;
    font-size: 18px;
    color: #fff;
    z-index: 1
}

@media screen and (min-width: 1200px) {
    .mt-custom .credit-card {
        right: 19.4rem
    }
}

@media screen and (max-width: 1024px) {
    .mt-custom .credit-card {
        right: 15.5rem
    }
}

@media screen and (max-width: 992px) {
    .mt-custom .credit-card {
        right: 10.8rem
    }
}

@media screen and (max-width: 768px) {
    .mt-custom .credit-card {
        right: 10.5rem
    }
}

@media screen and (max-width: 576px) {
    .mt-custom .credit-card {
        right: 8.5rem
    }
}

@media screen and (max-width: 480px) {
    .mt-custom .credit-card {
        right: 7.5rem
    }
}

@media screen and (max-width: 340px) {
    .mt-custom .credit-card {
        right: 5.8rem
    }
}

.login {
    position: relative;
    background-color: #f39c12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    z-index: 10
}

.login .head {
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #00cd;
    padding-top: 10px
}

.login .head img {
    padding-top: 5px
}

.login .head .heart-custom {
    margin: 5px 0 0 10px;
    font-size: 25px;
    color: #00cd
}

.login .head .bars {
    margin-top: 4px;
    font-size: 25px
}

.fixed {
    position: fixed;
    transition: position .7s
}

.section-form {
    margin-top: 7rem
}

.section-form .avatar {
    position: relative;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #fff
}

.section-form .avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%
}

.section-form .avatar .lbl-avatar {
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%
}

.section-form .avatar .lbl-avatar:hover {
    cursor: pointer
}

.section-form .avatar .lbl-avatar .icon-camera {
    position: absolute;
    font-size: 13px;
    color: #ff4c00;
    top: 1px;
    right: 1px;
    left: 0;
    margin-top: 1px
}

.section-form .icon {
    width: 50px;
    height: 50px;
    border: 2px solid orange;
    border-radius: 0 5px 5px 0;
    background-color: #fff
}

.section-form .icon .custom-icon {
    font-size: 20px;
    margin: 12px 10px 0 0;
    color: orange
}

.section-form .input {
    width: 100%;
    height: 50px;
    border: 2px solid orange;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    margin: 0
}

.section-form .input:focus {
    box-shadow: none;
    outline: 0;
    border: 2px solid orange;
    border-right: 0
}

.section-form .code {
    direction: ltr
}

.section-form .email-edit {
    direction: ltr;
    text-align: left
}

.section-form .email-edit::placeholder {
    text-align: right
}

.section-form .btn-login {
    width: 100%;
    height: 50px;
    background-color: #005aff;
    color: #fff;
    border: 0;
    border-radius: 5px
}

.section-form hr {
    width: 150px;
    background-color: #004cf6
}

.section-form span {
    margin-top: 2px;
    color: #00f
}

.section-form .icon-google {
    width: 50px;
    height: 50px;
    border: 2px solid #2f72de;
    border-radius: 0 5px 5px 0;
    margin-top: 20px;
    background-color: #fff
}

.section-form .icon-google .custom-google {
    font-size: 20px;
    margin: 12px 0 0 8px;
    color: #f34a38
}

.section-form .btn-google {
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: #00f;
    border: 2px solid #2f72de;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 20px;
    border-right: 0
}

.section-form .btn-account {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #00f;
    background-color: #fff;
    border: 2px solid #2f72de;
    border-radius: 5px
}

@font-face {
    font-family: Ishab;
    src: url(../fonts/Shabnam-FD-WOL.svg) format("svg"), url(../fonts/Shabnam-FD-WOL.eot) format("eot"), url(../fonts/Shabnam-FD-WOL.ttf) format("ttf"), url(../fonts/Shabnam-FD-WOL.woff) format("woff"), url(../fonts/Shabnam-FD-WOL.woff2) format("woff2")
}

::placeholder, a, body, button, div, h1, h2, h3, h4, h5, h6, html, input, li, p, section, span, ul {
    font-family: Ishab
}

.login {
    position: relative;
    background-color: #f39c12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    z-index: 10
}

.login .head {
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #00cd;
    padding-top: 10px
}

.login .head img {
    padding-top: 5px
}

.login .head .heart-custom {
    margin: 5px 0 0 10px;
    font-size: 25px;
    color: #00cd
}

.login .head .bars {
    margin-top: 4px;
    font-size: 25px
}

.fixed {
    position: fixed;
    transition: position .7s
}

.content-ticket .title {
    text-align: right;
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 25px;
    margin-bottom: 15px
}

.content-ticket .input-ticket {
    padding: 30px 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 3px 2px #eee
}

.content-ticket .txt-custom {
    resize: none;
    border: 0;
    box-shadow: 0 2px 3px 2px #eee;
    margin-top: 10px
}

.content-ticket .btn-ticket {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #005aff;
    border: 0;
    border-radius: 5px
}

.login {
    position: relative;
    background-color: #f39c12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    z-index: 10
}

.login .head {
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #00cd;
    padding-top: 10px
}

.login .head img {
    padding-top: 5px
}

.login .head .heart-custom {
    margin: 5px 0 0 10px;
    font-size: 25px;
    color: #00cd
}

.login .head .bars {
    margin-top: 4px;
    font-size: 25px
}

.fixed {
    position: fixed;
    transition: position .7s
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.body-img {
    background: url("../img/drawable-xxxhdpi/Image 16.png") no-repeat fixed center;
    background-size: 100% 100%;
    height: 100vh
}

.body-img .img-slider {
    position: relative;
    width: 100%;
    height: 470px
}

.body-img .img-slider img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 576px) {
    .body-img .img-slider {
        height: 250px
    }
}

.body-img .span-gender-title {
    letter-spacing: -.6px;
    font-size: 14px;
    color: rgba(255, 0, 0, .8)
}

.body-img .bigBox {
    padding: 10px 5px;
    background-size: 100% 100%;
    position: relative;
    display: inline-block;
    margin: 0 2px
}

.body-img .bigBox img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.body-img .smallBox {
    position: relative;
    margin: 0 2px
}

.body-img .smallBox img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.body-img .bg-gender {
    display: flex;
    justify-content: space-between
}

.body-img .bg-love {
    background: linear-gradient(to bottom, #360c52, #6c18a4)
}

.body-img .bg-sex {
    background: linear-gradient(to bottom, #275d72, #4db9e3)
}

.body-img .bg-elixir {
    background: linear-gradient(to left, #1c145a, #3827b4);
    display: flex;
    justify-content: space-between
}

.body-img .bg-live {
    background-image: linear-gradient(to bottom, #3c3666, #776bcb)
}

.body-img .bg-novel {
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to left, #57356e, #ae69dc)
}

.body-img .custom-height {
    min-height: 50px
}

.body-img .footer-index .social {
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, .66)
}

.body-img .footer-index .social img {
    background-color: #fff;
    padding: 5px;
    margin: 0 3px;
    border: 1px solid orange;
    border-radius: 10px
}

.download-direct-app {
    width: 138px;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 25px
}

.main-title {
    text-align: center;
    margin-top: 1rem;
    padding: 0 0 15px
}

.like-favorite {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    color: #00f;
    font-size: 20px
}

.like-favorite-right {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    color: #00f;
    font-size: 20px
}

.login {
    position: relative;
    background-color: #f39c12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    z-index: 10
}

.login .head {
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #00cd;
    padding-top: 10px
}

.login .head img {
    padding-top: 5px
}

.login .head .heart-custom {
    margin: 5px 0 0 10px;
    font-size: 25px;
    color: #00cd
}

.login .head .bars {
    margin-top: 4px;
    font-size: 25px
}

.fixed {
    position: fixed;
    transition: position .7s
}

.history {
    min-height: 400px
}

.history a :active, .history a :focus, .history a:hover {
    text-decoration: none;
    cursor: pointer
}

.history a .ticket-box {
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin: 0 0 10px;
    -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .75);
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .75)
}

.history a .ticket-box .border-custom {
    border-bottom: 2px solid #707070
}

.history a .ticket-box .border-custom .response {
    padding: 5px 5px 0 0;
    font-size: 15px;
    color: #707070
}

.history a .ticket-box .border-custom .response:before {
    content: "•";
    color: #d7f929;
    font-size: 20px;
    display: inline-block;
    padding: 5px 0 0 5px;
    vertical-align: middle
}

.history a .ticket-box .border-custom .date {
    font-size: 15px;
    color: #707070;
    padding: 10px 0 0 5px
}

.history a .ticket-box .content-box {
    padding: 20px 15px;
    text-align: right;
    color: #000;
    font-size: 15px
}

.history a .ticket-box .box-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #005aff
}

.history a .ticket-box .box-footer span {
    color: #fff;
    padding-left: 5px;
    font-size: 14px
}

.footer-btn {
    margin: 0 0 10px
}

.footer-btn .btn-create {
    position: relative;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: #005aff;
    color: #fff
}

.footer-btn .plus {
    position: absolute;
    top: 1rem;
    right: 6rem;
    font-size: 18px;
    color: #fff;
    z-index: 1
}

.card-border {
    border-radius: 7px
}

.card-border .star {
    display: inline;
    font-size: 1rem
}

.card-border .star-active {
    color: orange
}

.card-border .card-date {
    font-size: 15px;
    margin-top: 3px
}

.card-border .card-date .clock {
    color: #b0b0b0
}

.card-border .card-date .text-color {
    color: #444
}

.card-border .text-small {
    font-size: 14px;
    white-space: pre-wrap
}

.login {
    position: relative;
    background-color: #f39c12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    z-index: 10
}

.login .head {
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #00cd;
    padding-top: 10px
}

.login .head img {
    padding-top: 5px
}

.login .head .heart-custom {
    margin: 5px 0 0 10px;
    font-size: 25px;
    color: #00cd
}

.login .head .bars {
    margin-top: 4px;
    font-size: 25px
}

.fixed {
    position: fixed;
    transition: position .7s
}

.package-section {
    margin: 1rem auto 0
}

.package-section .card {
    height: 550px
}

.package-section .card .card-body {
    padding: 0 .4rem
}

.package-section .card .card-body .card-content {
    position: relative;
    text-align: right;
    height: 450px;
    overflow-y: scroll
}

.package-section .card .card-body .card-content ul {
    padding: 0
}

.package-section .card .card-body .card-content ul li {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row
}

.package-section .card .card-body .card-content ul li img {
    position: absolute;
    top: 0
}

.package-section .card .card-body .card-content ul li p {
    font-size: 15px;
    letter-spacing: -.1px;
    padding-right: 15px;
    white-space: pre-wrap
}

.package-section .card-about {
    height: 550px
}

.package-section .card-about .card-body-about {
    padding: 1.25rem .4rem
}

.package-section .card-about .card-body-about .card-content-about {
    position: relative;
    line-height: 2.5;
    padding: 0 10px;
    text-align: justify;
    height: 400px;
    overflow-y: scroll
}

.package-section .card-about .card-body-about .card-content-about #about-description {
    white-space: pre-wrap
}

.package-section .card-about .card-body-about .card-content-about #low-description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 15px;
    white-space: pre-wrap;
    overflow-y: auto
}

.package-section .btn-package {
    width: 130px;
    height: 80px;
    border: 0;
    border-radius: 10px;
    color: #000;
    margin: 25px 0 0
}

.package-section .btn-pay {
    background-color: #00c853;
    color: #fff;
    margin-left: 10px
}

.package-section .btn-pay :active, .package-section .btn-pay :focus, .package-section .btn-pay:hover {
    outline: 0;
    border: 0;
    box-shadow: none
}

.package-section .btn-comment {
    background-color: #2979ff;
    color: #fff
}

.package-section .btn-comment :active, .package-section .btn-comment :focus, .package-section .btn-comment:hover {
    outline: 0;
    border: 0;
    box-shadow: none
}

.login {
    position: relative;
    background-color: #f39c12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    z-index: 10
}

.login .head {
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #00cd;
    padding-top: 10px
}

.login .head img {
    padding-top: 5px
}

.login .head .heart-custom {
    margin: 5px 0 0 10px;
    font-size: 25px;
    color: #00cd
}

.login .head .bars {
    margin-top: 4px;
    font-size: 25px
}

.fixed {
    position: fixed;
    transition: position .7s
}

.white-space {
    white-space: pre
}

.card-video {
    margin-bottom: 5px
}

.card-video .p-card-custom {
    padding: 5px 1px
}

.card-video .p-card-custom .video-background {
    position: relative;
    width: 100px;
    height: 80px;
    background-color: rgba(228, 228, 228, .8);
    border-radius: 15px;
    margin-right: 5px
}

.card-video .p-card-custom .video-background img {
    position: absolute;
    width: 70%;
    height: 80%;
    top: 12px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto
}

.card-video .p-card-custom .video-background .course-img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 15px
}

.card-video .p-card-custom .text-comment-video {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 5px 0 0;
    margin: 0
}

.card-video .p-card-custom .text-green {
    color: #73ce46;
    font-size: 15px;
    padding-top: 5px
}

.card-video .p-card-custom .font-size-custom {
    font-size: 14px
}

.text-meeting-card {
    display: inline-block;
    padding: 10px 7px 0 0;
    font-size: 12px;
    font-weight: 700;
    margin: 0
}

.meeting-span {
    font-size: 14px
}

@media only screen and (min-width: 1200px) {
    .meeting-span {
        padding-right: 13rem
    }
}

@media only screen and (max-width: 1024px) {
    .meeting-span {
        padding-right: 7rem
    }
}

@media only screen and (max-width: 991px) {
    .meeting-span {
        text-align: left;
        margin-right: .5rem
    }
}

@media only screen and (max-width: 768px) {
    .meeting-span {
        text-align: left;
        padding-right: 5px;
        margin-right: 0
    }
}

@media only screen and (max-width: 606px) {
    .meeting-span {
        margin-right: 11rem
    }
}

@media only screen and (max-width: 480px) {
    .meeting-span {
        padding-right: .1rem;
        margin-right: 0
    }
}

.meeting-span .clock-span {
    margin-left: 5px
}

@media only screen and (max-width: 480px) {
    .meeting-span .clock-span {
        margin-left: 2px
    }
}

.course-background {
    position: relative;
    width: 90px;
    height: 80px;
    border: 0;
    border-radius: 10px
}

.course-background img {
    position: absolute;
    height: 80px;
    right: 0;
    border-radius: 15px
}

.text-course {
    font-size: 12px;
    padding: 10px 5px 0 0
}

.main-head {
    width: 100%;
    opacity: 1;
    background: linear-gradient(90deg, #020024 0, #cc6b10 0, #ffeb00 100%);
    z-index: 10
}

.main-head .head-chat {
    text-align: center;
    padding: 15px 0;
    color: #00f
}

.main-head .head-chat img {
    padding-top: 5px
}

.chat {
    min-height: 400px
}

.chat .right {
    position: relative;
    width: 80%;
    background-color: rgba(255, 165, 0, .35);
    margin: 15px auto;
    padding: 10px 15px;
    border-radius: 10px 0 10px 10px;
    box-shadow: -2px 3px 5px #00000026;
    -webkit-box-shadow: -2px 3px 5px #00000026;
    -moz-box-shadow: -2px 3px 5px #00000026;
    -o-box-shadow: -2px 3px 5px #00000026
}

.chat .right::before {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    border-right: 22px solid transparent;
    border-bottom: 20px solid rgba(255, 165, 0, .35);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.chat .right .p-size {
    font-size: 12px
}

.chat .left {
    position: relative;
    width: 80%;
    margin: 15px auto;
    padding: 10px 15px;
    -webkit-border-radius: 10px 0 10px 10px;
    -moz-border-radius: 10px 0 10px 10px;
    border-radius: 0 10px 10px 10px;
    background-color: #fafafa;
    box-shadow: 2px 3px 5px #00000026;
    -webkit-box-shadow: 2px 3px 5px #00000026;
    -moz-box-shadow: 2px 3px 5px #00000026;
    -o-box-shadow: 2px 3px 5px #00000026
}

.chat .left h5 {
    position: absolute;
    top: 5px;
    left: 20px;
    color: #676c68;
    font-size: 14px
}

.chat .left::before {
    content: "";
    position: absolute;
    border-left: 22px solid transparent;
    border-bottom: 20px solid #fafafa;
    top: 0;
    left: -21px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.chat .left .p-size {
    font-size: 12px;
    text-align: right;
    padding-top: 15px
}

.form-chat {
    display: flex;
    justify-content: center;
    margin: 20px 10px
}

.form-chat .txt-chat {
    height: 40px;
    width: 60%;
    resize: none;
    border: 0;
    border-radius: 3px;
    margin-left: 5px
}

.form-chat .txt-chat:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.form-chat .btn-send-chat {
    width: 70px;
    height: 40px;
    color: #fff;
    background-color: #26ae34;
    border: 0;
    border-radius: 3px
}

.form-chat .btn-send-chat:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

::-webkit-scrollbar-thumb {
    background-color: transparent
}

.bg-black {
    width: 100%;
    height: 370px;
    background-color: #000;
    padding: 15px 0
}

.bg-black .video {
    position: relative;
    width: 100%;
    height: 310px;
    z-index: 10;
    border: 0
}

.bg-black .video :active, .bg-black .video:focus {
    outline: 0;
    box-shadow: none
}

.bg-black .video source {
    width: 100%
}

.bg-black .video video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.bg-black .video video :active, .bg-black .video video:focus {
    outline: 0;
    box-shadow: none
}

.bg-black .video audio {
    position: absolute;
    width: 100%;
    height: 300px;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.bg-black .video audio :active, .bg-black .video audio:focus {
    outline: 0;
    box-shadow: none
}

.bg-black .video img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.bg-black .play-img {
    position: absolute;
    top: 8rem;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto
}

.bg-black .span-favorite {
    font-size: 30px;
    color: #00cd
}

.max {
    color: orange;
    padding-left: 5px
}

.max:hover {
    cursor: pointer
}

.more-line {
    width: 90%;
    height: 1px;
    margin-top: 15px;
    background-color: orange
}

.angle-icon {
    font-size: 22px;
    color: orange;
    margin-top: 10px
}

#text-more {
    margin-top: 13px;
    display: none
}

.modal-content {
    background-color: #d9e1f3
}

.modal-content .pager {
    display: flex;
    justify-content: center
}

.modal-content .pager .btn-modal {
    margin: 0 5px 5px;
    width: 100px;
    height: 30px;
    background: #f39c12;
    color: #fff;
    border: 0;
    border-radius: 5px
}

.modal-content .pager .btn-modal:focus {
    outline: 0;
    box-shadow: none
}

@font-face {
    font-family: Ishab;
    src: url(../fonts/Shabnam-FD-WOL.svg) format("svg"), url(../fonts/Shabnam-FD-WOL.eot) format("eot"), url(../fonts/Shabnam-FD-WOL.ttf) format("ttf"), url(../fonts/Shabnam-FD-WOL.woff) format("woff"), url(../fonts/Shabnam-FD-WOL.woff2) format("woff2")
}

::placeholder, a, body, button, div, h1, h2, h3, h4, h5, h6, html, input, li, p, section, span, ul {
    font-family: Ishab
}

.main {
    background: url(../img/abc.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.bg-orange {
    width: 1140px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    background-color: orange;
    z-index: 10
}

.bg-orange .color h5 {
    color: #00cd;
    margin-top: 30px
}

.bg-orange .custom-nav .logo {
    width: 50px;
    height: 50px
}

.bg-orange .custom-nav .navbar-brand {
    color: red;
    font-size: 20px;
    margin-top: 5px
}

@media screen and (max-width: 991px) {
    .bg-orange .custom-nav .navbar-collapse {
        position: absolute;
        width: 720px;
        right: 0;
        top: 75px;
        z-index: 9;
        background-color: orange
    }
}

@media screen and (max-width: 768px) {
    .bg-orange .custom-nav .navbar-collapse {
        position: absolute;
        width: 720px;
        right: 0;
        top: 75px;
        z-index: 9;
        background-color: orange
    }
}

@media screen and (max-width: 600px) {
    .bg-orange .custom-nav .navbar-collapse {
        position: absolute;
        width: 540px;
        right: 0;
        top: 75px;
        z-index: 9;
        background-color: orange
    }
}

@media screen and (max-width: 480px) {
    .bg-orange .custom-nav .navbar-collapse {
        position: absolute;
        width: 100vw;
        right: 0;
        top: 75px;
        z-index: 9;
        background-color: orange
    }
}

.bg-orange .custom-nav .navbar-collapse .nav-item {
    font-size: 14px
}

.bg-orange .custom-nav .navbar-collapse .nav-item .nav-link {
    color: #555
}

.bg-orange .custom-nav .navbar-collapse .nav-item .dropdown-item {
    font-size: 14px;
    color: #555
}

.bg-orange .btn-col {
    padding-left: 5px;
    margin-top: 15px
}

.bg-orange .btn-col .btn-nav {
    width: 80px;
    height: 30px;
    color: #555;
    background-color: #fafafa;
    font-size: 14px;
    margin-top: 10px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.bg-orange .btn-col .btn-nav:hover {
    background-color: #f9f9f9
}

.bg-orange .btn-col .btn-nav:focus {
    outline: 0
}

#carousel .main-banner {
    width: 100%;
    height: 560px;
    position: relative;
    margin-top: 80px
}

#carousel img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    #carousel img {
        height: 300px
    }
}

@media screen and (max-width: 480px) {
    #carousel img {
        height: 200px
    }
}

#carousel .carousel-main {
    display: block;
    width: 100%;
    height: 400px;
    max-height: 100%
}

#carousel .btn-next {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #1e90ff;
    color: #fff;
    border-radius: 50%;
    z-index: 10
}

#carousel .btn-next .fa-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 13px auto 0
}

#carousel .btn-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #1e90ff;
    border-radius: 50%;
    color: #fff;
    z-index: 10
}

#carousel .btn-prev .fa-arrow-left {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 13px auto 0
}

.background {
    background: url(../img/Untitled-8.png) no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(180deg);
    z-index: -2;
    width: 100%;
    height: 200px;
    opacity: .5;
    margin-top: -25px
}

.main {
    margin-top: -80px
}

.main .title {
    width: 100%;
    text-align: right
}

@media screen and (max-width: 480px) {
    .main .title h4 {
        font-size: 16px
    }
}

@media screen and (max-width: 480px) {
    .main .title h5 {
        font-size: 14px
    }
}

.main .content {
    width: 100%;
    margin-top: 20px
}

.main .content ul {
    padding: 0
}

.main .content ul li {
    list-style: none;
    text-align: right;
    margin: 10px 0
}

@media screen and (min-width: 1200px) {
    .main .content ul li {
        margin: 17px 0
    }
}

.main .content ul li .li-span {
    padding-right: 5px;
    color: #000
}

.main .content ul li .icon-check {
    color: #0fa370;
    font-size: 25px;
    vertical-align: middle
}

@media screen and (max-width: 480px) {
    .main .content ul li .icon-check {
        font-size: 15px
    }
}

.main .google-play-img {
    height: 45px;
    margin: 0 0 25px
}

.main-box .big-box {
    position: relative
}

.main-box .big-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.main-box .small-box {
    position: relative;
    border-radius: 2px
}

.main-box .small-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.img-coll {
    width: 100%;
    height: 300px;
    margin: 20px 0;
    background: url(../img/2-img.jpg) no-repeat center center;
    background-size: cover
}

.myChart {
    position: relative;
    width: 400px;
    height: 400px
}

@media screen and (max-width: 480px) {
    .myChart {
        width: 300px;
        height: 300px
    }
}

.form {
    margin-bottom: -150px;
    text-align: right
}

.form .form-set {
    display: flex;
    margin-top: 5px;
    border: 1px solid #2858ff;
    border-radius: 3px;
    width: 330px;
    height: 50px;
    text-align: right
}

@media screen and (max-width: 340px) {
    .form .form-set {
        width: 300px
    }
}

.form .form-set .input-main-page {
    border: 0;
    width: 250px;
    padding: 0 5px
}

.form .form-set .input-main-page:focus {
    outline: 0;
    box-shadow: none
}

.form .form-set .btn-blue {
    width: 80px;
    border: 0;
    border-radius: 0;
    background-color: #2858ff;
    color: #fff
}

.form .form-set .btn-blue:focus {
    outline: 0;
    box-shadow: none
}

.form-main {
    width: 100%;
    height: 350px;
    background: url(../img/Untitled-8.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -2;
    opacity: .5
}

@media screen and (max-width: 480px) {
    .form-main {
        width: 100%;
        height: 200px
    }
}

.bg-footer {
    background-color: #000;
    opacity: 1
}

.bg-footer .social-footer {
    text-align: right
}

.bg-footer .social-footer h6 {
    margin-top: 15px;
    color: #fff;
    font-size: 18px
}

.bg-footer .social-footer ul {
    padding: 0;
    margin: 0
}

.bg-footer .social-footer ul li {
    list-style: none;
    color: #fff;
    margin: 10px 0 0
}

.bg-footer .social-footer a .social-link {
    width: 30px;
    height: 30px;
    margin: 10px 0 10px 5px
}

.bg-footer .link-footer {
    text-align: right
}

.bg-footer .link-footer h6 {
    margin-top: 15px;
    color: #fff;
    font-size: 18px
}

.bg-footer .link-footer ul {
    padding: 0;
    margin: 0
}

.bg-footer .link-footer ul li {
    text-align: right;
    list-style: none;
    margin: 10px 0
}

.bg-footer .link-footer ul li a {
    color: #fff;
    text-decoration: none
}

.bg-footer .link-footer ul li a:hover {
    color: #cecece
}

.lds-css {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .6s, visibility .6s;
    transition: opacity .6s, visibility .6s
}

.lds-css.loading-hide {
    visibility: hidden;
    opacity: 0
}

@keyframes lds-heart {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    5% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    39% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    45% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    60% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes lds-heart {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    5% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    39% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    45% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    60% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.lds-heart {
    position: relative;
    -webkit-animation: lds-heart 1s infinite cubic-bezier(.215, .61, .355, 1);
    animation: lds-heart 1s infinite cubic-bezier(.215, .61, .355, 1)
}

.lds-heart div {
    top: 72px;
    left: 60px;
    position: absolute;
    width: 80px;
    height: 80px;
    background: #ea3f34;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lds-heart div:after, .lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: #ea3f34
}

.lds-heart div:before {
    left: -52px;
    border-radius: 50% 0 0 50%
}

.lds-heart div:after {
    top: -52px;
    border-radius: 50% 50% 0 0
}

.lds-heart {
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px)
}

@font-face {
    font-family: Ishab;
    src: url(../fonts/Shabnam-FD-WOL.svg) format("svg"), url(../fonts/Shabnam-FD-WOL.eot) format("eot"), url(../fonts/Shabnam-FD-WOL.ttf) format("ttf"), url(../fonts/Shabnam-FD-WOL.woff) format("woff"), url(../fonts/Shabnam-FD-WOL.woff2) format("woff2")
}

::placeholder, a, body, button, div, h1, h2, h3, h4, h5, h6, html, input, li, p, section, span, ul {
    font-family: Ishab
}

.image-comment {
    position: relative;
    width: 250px;
    height: 250px;
    margin-top: 10px;
    overflow: hidden
}

.image-comment img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0
}

.image-comment video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0
}

.sound-comment {
    width: 250px;
    height: 50px;
    position: relative
}

.sound-comment audio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#row-comment {
    margin-top: 13px
}