﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

:root {
    --color: #ef9f26;
    --text-color: #333;
    --aramaKutusu-boyut: 45px;
    --aramaKutusu-uzunluk: 55vw;
}

.avatar {
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
}

    .avatar.ava40x40 {
        width: 40px;
        height: 40px;
    }

    .avatar .rank40x40 {
        position: absolute;
        left: calc(50% - 17px);
        top:41px;
        z-index: 213;
        font-weight: bold;
        color: #3339;
        font-size: 9px;
    }

    .avatar .rank150x150 {
        position: absolute;
        left: calc(50% - 21px);
        top: 82px;
        z-index: 213;
        font-weight: bold;
        color: #3339;
        font-size: 13px;
    }


    .avatar .rank300x300 {
        position: absolute;
        left: calc(50% - 44px);
        top: 125px;
        z-index: 213;
        font-weight: bold;
        color: #3339;
        font-size: 16px;
    }

.avatar .frames40x40 {
    position: absolute;
    top: -7.5px;
    left: -8px;
    width: 55px !important;
    height: 55px !important;
    z-index: 200;
}

    .avatar .cusavatar40x40 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 38px;
        height: 38px;
    }

    .avatar.ava150x150 {
        width: 80px;
        height: 80px;
    }

    .avatar.huyhieu150x150 {
        width: 80px;
        height: 80px;
    }

    .avatar .frames150x150 {
        position: absolute;
        top: -8px;
        left: -8px;
        width: 100px !important;
        height: 100px !important;
        z-index: 200;
    }

    .avatar .cusavatar150x150 {
        position: absolute;
        top: 3px;
        left: 5px;
        z-index: 100;
        width: 74px !important;
        height: 74px !important;
    }

    .avatar.ava300x300 {
        width: 155px;
        height: 155px;
    }

    .avatar .frames300x300 {
        position: absolute;
        top: -8px;
        left: -8px;
        width: 145px !important;
        height: 145px !important;
        z-index: 200;
    }

    .avatar .cusavatar300x300 {
        position: absolute;
        top: 10px;
        left: 13px;
        z-index: 100;
        width: 104px !important;
        height: 104px !important;
    }

.huyhieu-position-article {
    position: absolute;
    top: 5px;
    left: 90px;
}

html {
    overflow-x: hidden;
    /* max-width: 768px !important;*/
    margin: auto;
}

/*body::-webkit-scrollbar
, .navigation-scroll::-webkit-scrollbar, .navigation__list::-webkit-scrollbar,
.wap-content-comment .content::-webkit-scrollbar, .navigation__user .nav-tabs::-webkit-scrollbar,
.navigation__links ul::-webkit-scrollbar, .actions-buttons-list-permissions::-webkit-scrollbar 
{
    width: 0px;
    background: transparent;
}*/

::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
}

body {
    margin: auto;
    overflow-x: hidden;
    background: #b6b7bc;
    color: #333 !important;
}
/*#content-page {
    background: #fff;
}*/
#main-content {
    background: #fff;
    margin-top: 115px;
    font-size: 14px;
    position: relative;
}

.master-column-wrapper {
    margin-top: 35px;
    margin-bottom: 30px;
}

/*.wap-content-animation {
    height: 100vh;
}*/
.main-loader {
    display: none;
}

.header-menu {
    display: none;
}

.left {
    float: left
}

.right {
    float: right;
}

a {
    font-size: 13px;
    font-family: 'arial';
}

div {
    font-size: 14px;
    font-family: 'arial';
}

.navigation-scroll-pin::-webkit-scrollbar, .navigation-scroll::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background: transparent;
    display: block;
}

.navigation-scroll-pin:hover::-webkit-scrollbar, .navigation-scrollhover::-webkit-scrollbar {
    display: block;
    background: #ddd;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px #ddd;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}

.navigation-scroll-pin:hover::-webkit-scrollbar-track, .navigation-scroll:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #ddd;
}

.navigation-scroll-pin:hover::-webkit-scrollbar-thumb, .navigation-scroll:hover::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}

.navigation-scroll-pin::-webkit-scrollbar-track, .navigation-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #ddd;
    border-radius: 10px;
}

.navigation-scroll-pin::-webkit-scrollbar-thumb, .navigation-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px transparent;
}
/*______________________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;
}

.disabled-text {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}


/*______________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: 1px 5px;
    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%;
    }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*________________________________________________________________________________________________Custom_________________________________________________________________________________________________________________________________________*/
em {
    background-color: yellow;
}

.wap-content-animation.animate {
    animation: q_ani 0.3s;
}

#button-to-top {
    display: inline-block;
    background-color: #FF9800;
    width: 45px;
    height: 45px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    border-radius: 5px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button-to-top::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 42px;
        color: #fff;
    }

    #button-to-top:hover {
        cursor: pointer;
        background-color: #FF9800;
    }

    #button-to-top:active {
        background-color: #FF9800;
    }

    #button-to-top.show {
        opacity: 1;
        visibility: visible;
    }

@keyframes q_ani {
    from {
        margin-top: 150%;
    }

    to {
        margin-top: default;
    }
}

.aramaKutusu {
    position: absolute;
    background: #fff;
    top: 25px;
    right: 75px;
    height: 40px;
    border-radius: var(--aramaKutusu-boyut);
    width: auto;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    max-width: 600px;
    z-index: 2;
}

    .aramaKutusu a {
        color: transparent;
        background: white;
        border: none;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 20px;
        padding: 7px;
        margin-top: -2px;
    }

        .aramaKutusu a i {
            font-size: 20px;
        }

    .aramaKutusu input {
        width: 250px !important;
        height: 36px;
        border: none;
        background: none;
        outline: none;
        color: #888;
        font-size: 120%;
        padding: 5px;
        width: 0;
        transition: .3s ease-in;
        padding: 5px 0 5px 15px;
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
    }

        .aramaKutusu input:focus {
            border-bottom: none
        }

    .aramaKutusu:hover > input {
        width: var(--aramaKutusu-uzunluk);
        padding: 0 12px;
    }

    .aramaKutusu:hover > a {
        background: gray;
        color: #fff;
    }

        .aramaKutusu:hover > a i {
            color: #fff;
        }

.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: 35px;
    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;
}

.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;
}

#wap-component-left {
    margin-right: -5px;
}

#wap-component-right {
    margin-left: -5px;
}

.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: 33.333333%;
    }

    #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;
}

    .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 {
    padding: 5px;
    margin-left: 5px;
}

    .suport-online .title-cstc i {
        color: #ef9f26;
    }

    .suport-online .title-cstc a {
        color: #ef9f26;
    }

    .suport-online ul li.block-suplistIM {
        padding: 5px;
    }

        .suport-online ul li.block-suplistIM p.title-post-list {
            background-color: #eeecec;
            cursor: pointer;
            padding: 5px;
            margin: 0 -5px 0px -5px;
        }

            .suport-online ul li.block-suplistIM p.title-post-list a.title-document {
                padding-left: 5px;
                display: block;
                font-size: 14px;
                color: #1b5f9b;
            }

        .suport-online ul li.block-suplistIM div.item {
            display: flex;
            margin-top: 6px;
            padding: 5px 0;
        }

.suport-online-footer {
    text-align: right;
    margin-bottom: -5px !important;
}

    .suport-online-footer a {
        cursor: pointer;
        color: #ef9f26;
        text-decoration: none !important;
        line-height: 30px;
        padding: 5px;
    }

.suport-online-title i, .suport-online-title a {
    color: #ef9f26;
    font-weight: bold;
}

.suport-online p {
    margin: 0;
}

.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: 7px 0;
    background: white;
    color: #333;
    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 #888;
}

.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;
    margin-bottom: 5px;
}

    /*  .post-item-tags span:first-child {
        font-style: normal;
        color: #333;
        font-weight: 600;
    }*/

    .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;
    padding: 3px 8px 0px;
    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 {
    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: 25px;
    margin-top: 30px;
    color: #333;
}

#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;
    top: 0;
    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 {
    right: 60px;
}

.nav-item {
    text-decoration: none;
    padding: .5em .5em;
    display: block;
    color: #888;
    text-align: left;
}

.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;
}

.search {
    z-index: 0;
    width: 50%;
    height: 30px;
    background: transparent;
    border: thin solid #dbdada;
    margin-top: 3px;
    padding: 5px;
    outline: none;
    border-radius: 3px;
}

.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: #333;
    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;
}

.wap-content-lawyer {
    padding: 5px;
}

    .wap-content-lawyer a.media-left {
        padding-right: 5px;
    }

.msg-img {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    border-radius: 50%;
    /*    border: 1px solid #ccc;*/
}

.msg-bubble {
    width: 100%;
}

.txtAddNewsArticles {
    outline: none;
    color: #333;
    padding: 8px 7px 6px 8px;
    width: calc(100% - 50px);
    border: 1px solid #888;
    outline: none;
    margin-left: 10px;
    text-align: left;
    border: thin solid #dbdada;
    border-radius: 3px;
}
/* .txtAddNewsArticles:focus {
        border: 1px solid #f79522;
    }
    .txtAddNewsArticles:after {
        color: #333;
    }
    .txtAddNewsArticles::placeholder {
        color: #f79522;
        opacity: 1; 
    }

    .txtAddNewsArticles:-ms-input-placeholder {
        color: #f79522;
    }

    .txtAddNewsArticles::-ms-input-placeholder { 
        color: #f79522;
    }*/

.site-footer {
    background-color: #ffeddd;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    border-top: 10px solid #f79522;
    margin: 0 -15px;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5;
        margin-top: 5px;
        margin-bottom: 10px;
    }

.footer-links {
    padding-left: 0;
    list-style: none;
    padding: 10px 0 0 15px;
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373;
        font-size: 14px;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #333;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.logo-footer {
    padding-left: 15px;
}

.site-footer .address {
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

.showing {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}

.img_showing_item {
    position: relative;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
}

.img_showing {
    width: 80%;
    height: 380px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #333;
}

.format_showing {
    position: relative;
    background: #EEECEC;
    height: 27px;
}

.format_showing_item {
    position: absolute;
    background-color: #ef9f26;
    padding: 3px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 4px #fff;
    top: 0;
    left: -6px;
}

    .format_showing_item:before {
        background-color: transparent;
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: -20px;
        border-left: 20px solid #ef9f26;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        top: 0;
    }

    .format_showing_item:after {
        position: absolute;
        content: '';
        top: 25px;
        width: 0;
        height: 0;
        left: 0;
        border-right: 6px solid #706f6f;
        border-bottom: 8px solid transparent;
    }

    .format_showing_item a {
        color: #fff;
        font-size: 12px;
    }

.wap-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    position: relative;
}

.btn-pluss {
    overflow: hidden;
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 22px;
    width: 30px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    transition: width 0.3s 0.5s ease, border-radius 1.1s ease;
    height: 30px;
}

    .btn-pluss a {
        display: block;
        position: relative;
        text-decoration: none;
        overflow: hidden;
        padding: 5px;
        border-radius: 5px;
        font-size: 11px;
    }

        .btn-pluss a:hover {
            text-decoration: inherit;
            color: #ef9f26;
            background-color: #EEECEC;
            transition: background-color 0.5s ease;
        }

    .btn-pluss:after {
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        line-height: 20px;
        text-align: center;
        font-size: 1.1rem;
        background-color: #f79522;
        color: white;
        transform: translateY(-50%) translateX(-50%);
        transition: all 0.3s 0.5s ease;
        cursor: pointer;
        cursor: hand;
    }

    .btn-pluss ul {
        opacity: 0;
    }

    .btn-pluss ul {
        opacity: 0;
        width: 100%;
        margin-left: 0px;
        transition: all 0.5s ease;
        text-align: center;
        font-size: 0.9rem;
    }

        .btn-pluss ul li {
            background-color: #e4e4e4;
            margin-top: 5px;
            border-radius: 5px;
            width: auto;
            margin-right: 10px;
            float: left;
            height: 0px;
            overflow: hidden;
            transition: height 1s ease;
            padding: 2px;
        }

.tooltip-text {
    position: relative;
    padding: 5px;
    border-radius: 5px;
    width: auto;
    text-align: center;
    font-size: 11px;
    margin: 0 auto;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: transparent;
    color: #f79522;
    transition: all 1s ease;
    pointer-events: none;
}

    .tooltip-text::after {
        content: "";
        position: absolute;
        transform: rotate(45deg);
        display: block;
        height: 10px;
        width: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: inherit;
    }

    .tooltip-text::before {
        content: "";
        color: white;
    }

.btn-pluss-wrapper {
    width: 75%;
}

    .btn-pluss-wrapper:hover .tooltip-text {
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        transition: all 1s ease;
        color: white;
        width: 90px;
    }

        .btn-pluss-wrapper:hover .tooltip-text::before {
            content: "Chọn";
            display: block;
            color: #fa434b;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin: 0 auto;
            transform: translateY(-50%);
            transition: all 1s 0.3s ease;
        }

    .btn-pluss-wrapper:hover .btn-pluss {
        width: auto;
        border-radius: 15px;
        padding-bottom: 5px;
        transition: width 0.3s ease, border-radius 0.3s ease, padding-bottom 0.3s ease;
        height: auto;
    }

        .btn-pluss-wrapper:hover .btn-pluss::after {
            content: "-";
        }

        .btn-pluss-wrapper:hover .btn-pluss::after {
            transition: all 0.3s ease;
            left: 50%;
            top: 10px;
            transform: translateY(-5px) translateX(-50%);
        }

        .btn-pluss-wrapper:hover .btn-pluss ul {
            opacity: 1;
            margin-top: 30px;
            transition: all 1s ease;
        }

        .btn-pluss-wrapper:hover .btn-pluss li {
            height: 25px;
            transition: height 1s ease;
        }

            .btn-pluss-wrapper:hover .btn-pluss li:hover {
                border-bottom: 1px solid #d2c9c9;
            }

@-webkit-keyframes jump {
    0% {
        transform: translateX(15px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(15px);
    }
}

@keyframes jump {
    0% {
        transform: translateX(15px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(15px);
    }
}

.wap-suport {
    margin-left: 5px;
}

    .wap-suport ul.block-suplist {
        margin-left: -10px;
        margin-right: -5px;
    }

.total-item-title {
    float: right;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
    padding: 7px 5px 0px 4px;
    text-align: right;
}

    .total-item-title span {
        padding: 3px;
    }

    .total-item-title b {
        color: #ef9f26;
    }

.actions-buttons-list-news {
    display: inline-flex;
    width: 100%;
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
    margin-top: 5px;
    -webkit-box-shadow: 0 0px 10px -7px #888;
    font-size: 12.5px;
    color: #909090;
}

    .actions-buttons-list-news li {
        width: 33.333333%;
        padding: 5px;
    }

        .actions-buttons-list-news li:hover {
            background: #EEECEC;
        }

.article__meta {
    display: list-item;
    padding: 5px;
}

.article__sapo {
    background: whitesmoke;
    padding: 5px 10px;
}

.pull-right {
    float: right;
    padding-right: 10px;
}

.pull-left {
    float: left;
}

#fbcomment {
    background: #fff;
    color: #4b4f56;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}

.header_comment {
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    padding: 5px 0;
}

.sort_title {
    color: #4b4f56;
}

.sort_by {
    background-color: #f5f6f7;
    color: #4b4f56;
    line-height: 22px;
    cursor: pointer;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 4px;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #ccd0d5;
}

.count_comment, .count_like {
    font-weight: 600;
}

.body_comment {
    font-size: 14px;
    display: block;
    line-height: 25px;
    word-break: break-word;
    padding-bottom: 10px;
    padding: 10px;
}

.avatar_comment {
    display: block;
    width: 45px;
    float: left;
}

    .avatar_comment img {
        height: 35px;
        width: 35px;
        border-radius: 50%;
    }

.box_comment {
    display: block;
    position: relative;
    line-height: 1.358;
    word-break: break-word;
    border: 1px solid #d3d6db;
    word-wrap: break-word;
    background: #fff;
    box-sizing: border-box;
    cursor: text;
    font-size: 16px;
    padding: 0;
    float: right;
    width: calc(100% - 45px);
    border-radius: 15px;
}

    .box_comment textarea {
        min-height: 40px;
        padding: 1px 5px;
        width: 100%;
        border: none;
        resize: none;
    }

        .box_comment textarea:focus {
            outline: none !important;
        }

    .box_comment .box_post {
        border-top: 1px solid #d3d6db;
        background: #f5f6f7;
        padding: 8px;
        display: block;
        overflow: hidden;
        border-radius: 0 0 15px 15px;
    }

    .box_comment label {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        color: #90949c;
        line-height: 22px;
    }

    .box_comment button {
        margin-left: 8px;
        background-color: #4267b2;
        border: 1px solid #4267b2;
        color: #fff;
        text-decoration: none;
        line-height: 22px;
        border-radius: 2px;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        text-align: center;
    }

        .box_comment button:hover {
            background-color: #29487d;
            border-color: #29487d;
        }

    .box_comment .cancel {
        margin-left: 8px;
        background-color: #f5f6f7;
        color: #4b4f56;
        text-decoration: none;
        line-height: 22px;
        border-radius: 2px;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        text-align: center;
        border-color: #ccd0d5;
    }

        .box_comment .cancel:hover {
            background-color: #d0d0d0;
            border-color: #ccd0d5;
        }

    .box_comment img {
        height: 16px;
        width: 16px;
    }

.box_result {
    margin-top: 10px;
    display: contents;
}

    .box_result .result_comment h4 {
        font-weight: 600;
        white-space: nowrap;
        color: #333;
        cursor: pointer;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.358;
        margin: 0;
        background: whitesmoke;
        border-radius: 10px 10px 0 0;
        padding: 5px 0 0 10px;
    }

    .box_result .result_comment {
        display: block;
        overflow: hidden;
        padding: 0;
        width: calc(100% - 215px);
        margin-left: 215px;
    }

.child_replay {
    border-left: 1px dotted #d3d6db;
    margin-top: 7px;
    list-style: none;
    padding: 0 0 0 8px;
}

    .child_replay > .box_reply > .result_comment {
        background-color: transparent;
    }

.reply_comment {
    margin: 12px 0;
}

.box_result .result_comment .wap-content-comment {
    margin: 0;
    line-height: 20px;
    background: whitesmoke;
    border-radius: 0 0 10px 10px;
    padding: 1px 5px;
    padding-top: 5px;
}

.box_result .result_comment .tools_comment {
    font-size: 12px;
    line-height: 25px;
}

    .box_result .result_comment .tools_comment a {
        color: #4267b2;
        cursor: pointer;
        text-decoration: none;
    }

    .box_result .result_comment .tools_comment span {
        color: #90949c;
    }

.body_comment .show_more {
    background: #ef9f26;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    padding: 5px;
    text-shadow: none;
    font-weight: bold;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
}

.box_reply {
    width: auto;
    margin-left: -8px;
}

.comment-reply-link {
    background: #ef9f26;
    color: #fff;
    padding: 5px 10px;
}

    .comment-reply-link:focus {
        outline: none;
        text-decoration: none;
        color: #fff;
    }

    .comment-reply-link:hover {
        text-decoration: none;
        color: #fff;
        background-color: #d69027;
    }

    .comment-reply-link i {
        color: #fff;
    }

.commentar {
    border-radius: 10px 10px 0 0;
}

    .commentar:focus {
        outline: none;
    }

.emoji-wysiwyg-editor {
    border: none !important;
}


.boxs_dvcn {
    float: left;
    width: 100%;
    padding: 10px;
    line-height: 22px;
    margin-bottom: 10px;
}

.content_dv {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 13px;
}

.rows_dv_cn {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.rows_ttcol1 {
    float: left;
    width: 45%;
}

.rows_ttcol2.textleft {
    text-align: right;
    font-weight: bold;
}

.rows_ttcol2.fixxx {
    float: left;
    width: 55%;
}

.list_avata {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .list_avata:last-child {
        margin-bottom: 0;
    }


.form-group-text {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e5d9cd;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 6px;
    height: 10px;
    border: solid #0595df;
    border-width: 0 2px 2px 0;
    transform: rotate( 55deg );
}

.avata_user {
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 30px;
    border: solid 1px #ddd;
}

.container-bar {
    float: left;
    width: 100%;
    margin-top: -10px;
    opacity: .9;
    display: none;
}

    .container-bar .progress {
        width: auto;
        background: #fff;
    }

.progress-bar {
    height: 10px;
    transition: .4s linear;
    transition-property: width,background-color;
}

.info_ttcc {
    display: grid;
}

.rows_user1 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}

.rows_user2 {
    font-size: 14px;
    color: #666;
    padding-bottom: 50px;
}

[id^=avatarFile] {
    display: none;
}

.rows_user3 {
    padding-bottom: 15px;
}

.rows_user4 {
    font-size: 12px;
    color: #555;
    font-style: italic;
}

.tai_thumb {
    float: left;
    background: #feac3b;
    color: #fff;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 15px;
    font-weight: bold;
}

.label_text {
    font-size: 14px;
    font-weight: bold;
    float: left;
}

    .label_text.left_input {
        float: left;
        padding-bottom: 0;
    }

.right_input {
    padding-left: 165px;
}

.input_text {
    float: left;
    width: 100%;
    border: solid 1px #dedede;
    height: 36px;
    border-radius: 2px;
    line-height: inherit;
    font-size: 14px;
    font-family: 'arial';
    outline: none;
    margin: 0;
    padding: 0 10px;
}

.tag_a {
    float: left;
    background: #f7f7f7;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    padding: 0 15px;
    margin-right: 5px;
    font-size: 13px;
    margin-bottom: 5px;
}

.icon {
    left: auto;
}

.wap-content-animation {
    height: auto;
}

#AccountAvatar {
    border-radius: 50%;
}

.edit-photo2 {
    float: right;
    margin-top: -10px;
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    opacity: 0.80;
    position: absolute;
    display: none;
    left: 45px;
}

    .edit-photo2 .fa-camera {
        margin-top: 10px;
    }


    .edit-photo2:hover {
        display: block;
    }

        .edit-photo2:hover ~ .twPc-avatarLink {
            opacity: 0.5;
        }

.col2 {
    text-align: center;
}

    .col2 a {
        padding: 5px;
        color: #333;
    }

        .col2 a:hover {
            background: #EEECEC;
            text-decoration: none;
        }

.form {
    height: auto;
    border: 1px solid #888;
    box-shadow: 0 0 3px 0px #333;
    margin: 0 auto;
    padding: 10px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    position: relative;
}

    .form input {
        width: 100%;
        padding: 3px 7px;
        box-sizing: border-box;
        background: none;
        outline: none;
        resize: none;
        border: 0;
        transition: all .3s;
        border-bottom: 2px solid #bebed2
    }

input:focus {
    border-bottom: 2px solid #f79522
}

p.p-form:before {
    content: attr(type);
    display: block;
    color: #5a5a5a
}

button.btn-update {
    float: right;
    padding: 5px 10px;
    border: 2px solid #f79522;
    background: #f79522;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    outline: none;
    border-radius: 3px;
}

    button.btn-update:hover {
        color: #fff
    }

.form .custom_radio input[type="radio"] + label:before, .custom_radio input[type="radio"] + label:after {
    top: 0;
}

.wap-in {
    margin: 0 auto;
    padding: 10px;
    max-width: calc(100vw - 40px);
    border-top: 2px solid #f79522;
}

.wap-form-search select {
    /* styling */
    background-color: white;
    border: thin solid #dbdada;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 5px;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #dbdada, #dbdada);
    background-position: calc(100% - 16px) calc(1em + 0px), calc(100% - 11px) calc(1em + 0px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    width: 100%;
}

select.classic:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

select.classic option:checked, option:hover {
    color: #333;
    background: #dbdada repeat;
}

.article__header {
    font-weight: bold;
    font-size: 20px;
    padding: 0 5px;
    color: #337ab7;
    text-align: left;
}

.forum-description {
    padding-left: 5px;
    font-style: italic;
    color: #888;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 13px;
}

table.footable {
    font-size: 13px;
}

    table.footable td, table.footable th {
        padding: 5px !important;
    }

.title-child-forums {
    color: #337ab7;
    font-weight: bold;
    margin-bottom: 3px;
}

.des-child-forums, .post-author-child-forums, .post-date-child-forums {
    display: flow-root;
    font-style: italic;
    font-size: 12px;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    color: #fe0c00;
    transform: rotate(90deg);
}


.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e017";
}

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
    content: "\e019";
    /*   content: "Hiện chi tiết";*/
}

.post-subject-child-forums {
    margin-bottom: 2px;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #337ab7 !important;
}

.post-author-child-forums, .post-date-child-forums {
    color: #888;
    display: block;
}

table .post-author-child-forums {
    color: #333;
    margin-top: 3px;
}

.footable-detail-show {
    background-color: #EEECEC;
}

td.footable-row-detail-cell {
    border-bottom: 2px solid #fff;
    background-color: #EEECEC;
}

.no-data {
    text-align: center;
    color: #fe0c00;
    display: none;
}

.img-circle {
    width: 70px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.item-friend .img-circle {
    height: 40px !important;
}

.overflow-visible img.img-circle {
    width: 40px;
    height: auto;
    max-height: 40px;
}

.text-inverse {
    color: #333;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    min-height: 20px;
}

.valign-middle {
    line-height: 20px;
    margin-right: -5px;
    padding: 0 5px 0px;
}

.wap-item-friend {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
}

    .wap-item-friend:last-child {
        padding-bottom: 0;
    }

.item-friend {
    border: 1px solid #eeecec;
    padding: 15px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 0px 10px -7px #888;
    padding: 5px;
    /* background: #f2f2f2;*/
    border-radius: 5px;
}

    .item-friend .txt-name {
        font-size: 15px;
    }

    .item-friend .name-friend {
        display: grid;
        float: left;
        padding-top: 5px;
        /*width: calc(100% - 100px);*/
        width: calc(100% - 165x);
    }

    .item-friend .friend-child {
        margin-top: 10px;
        float: right;
    }

        .item-friend .friend-child > div {
            display: inline-block;
            padding: 3px;
        }

        .item-friend .friend-child p {
            font-size: 13px;
        }

.friend-mutual {
    display: flow-root;
    font-style: italic;
    color: #888;
    font-size: 12px;
}

input[type="button"] {
    border: none;
    outline: none;
}

    input[type="button"]::-moz-focus-inner {
        border: 0;
        outline: none;
    }

.btn-button {
    background: #f79522;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none
}

    .btn-button:hover {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }

.rightcover {
    right: 10px;
    margin-top: -150px;
    position: absolute;
    z-index: 9;
    display: none;
    background: #f79522;
    padding: 5px;
}

    .rightcover:hover {
        display: block;
    }

        .rightcover:hover ~ .twPc-bg {
            opacity: 0.5;
        }

#UploadCoverImage {
    color: #fff;
}

    #UploadCoverImage:hover {
        text-decoration: none;
    }

.twPc-div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    height: auto;
    width: 100%;
    position: relative;
}

.twPc-bg {
    background-image: url("https://thuvienphapluat.vn/cong-dong-dan-luat/Images/default-cover.png");
    background-position: 0 50%;
    background-size: 100% auto;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 4px 4px 0 0;
    height: 175px;
    width: 100%;
    background-repeat: no-repeat;
}

    .twPc-bg:hover {
        opacity: 0.5;
    }

        .twPc-bg:hover + .rightcover {
            display: block;
        }

.twPc-block {
    display: block !important;
}

.twPc-button {
    margin: -40px -10px 0;
    text-align: right;
    width: 100%;
}

    .twPc-button p {
        padding: 10px;
        background: #f79522;
        color: #fff !important;
        width: fit-content;
    }

        .twPc-button p:nth-child(1) {
            float: right;
            cursor: pointer;
        }

        .twPc-button p:nth-child(2) {
            margin: -30px 5px 0 calc(100% - 200px);
            cursor: pointer;
        }

.twPc-avatarLink {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block !important;
    float: left;
    margin: -53px 25px 0 8px;
    max-width: 100%;
    padding: 1px;
    vertical-align: bottom;
    position: absolute;
}

    .twPc-avatarLink:hover {
        opacity: 0.5;
    }

        .twPc-avatarLink:hover ~ .edit-photo2 {
            display: block;
        }

.twPc-avatarImg {
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    height: 110px;
    width: 110px;
}

.twPc-divUser {
    margin: 5px 130px 0;
}

.twPc-divName {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

    .twPc-divName a {
        color: inherit !important;
    }

.twPc-divStats {
    margin-left: 11px;
    padding: 10px 0;
}

ul.twPc-Arrange {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: table;
    margin: 0;
    min-width: 100%;
    padding: 0;
    table-layout: auto;
}

    ul.twPc-Arrange li {
        width: 33.33333%;
        text-align: center;
    }

.twPc-ArrangeSizeFit {
    display: table-cell;
    padding: 0;
    vertical-align: top;
}

    .twPc-ArrangeSizeFit a:hover {
        text-decoration: none;
    }

.twPc-StatValue {
    display: block;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.15s ease-in-out 0s;
}

.twPc-StatLabel {
    color: #8899a6;
    font-size: 10px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out 0s;
}

.website {
    display: flex;
}

    .website a {
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        -webkit-line-clamp: 1;
        min-height: 25px;
        display: -webkit-box;
    }

input[name="rd"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-top: 15px;
}

.tab-fqa {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #eeecec;
}

    .tab-fqa:last-child {
        border-bottom: none;
    }

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
}

    .tab-label:hover {
        background: #EEECEC;
    }

    .tab-label::after {
        content: "❯";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }

.tab-content {
    max-height: 0;
    padding: 0 1em;
    background: transparent;
    transition: all 0.35s;
}

input[name="rd"]:checked + .tab-label {
    background: #EEECEC;
}

    input[name="rd"]:checked + .tab-label::after {
        transform: rotate(90deg);
    }

input[name="rd"]:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

/*dùng để làm nút xem thêm chỗ comment*/
.read-more {
    position: relative;
    text-decoration: none;
    line-height: 1.4;
    cursor: pointer;
    cursor: text;
}

    .read-more .trigger {
        text-align: right !important;
        padding-right: 10px;
        display: block;
        bottom: 2px;
        cursor: pointer;
        color: #2980b9;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .read-more .content {
        position: relative;
        overflow: hidden;
        max-height: 200px;
        transition: max-height 500ms ease;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        text-align: left;
        font-family: 'arial';
    }

        .read-more .content p {
            margin-bottom: 0;
        }

    .read-more.expanded .content::before,
    .read-more.expanded .trigger {
        opacity: 0;
        /*   visibility: hidden;*/
        display: none;
    }

    .read-more.expanded .content {
        max-height: 600px;
        display: block;
        padding: 1px 5px;
    }


q:lang(de) {
    quotes: "„" "“";
}

q:before {
    color: red;
    padding-right: 2px;
}

q:before, q:after {
    color: red;
    padding-left: 2px;
}

.comment-quotes p {
    margin: 0;
    padding: 0 10px;
}

    .comment-quotes p:first-child {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        min-height: 20px;
    }

.close-quotes {
    padding: 5px;
    position: absolute;
    right: 10px;
    top: -60px;
    cursor: pointer;
}

.desciption {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    min-height: 25px;
    font-size: 13px;
}

.list-related-posts {
    padding: 0 15px;
}

/*.title-post-list {
    background-color: #eeecec;
}*/

.wap-search .post-item {
    padding: 5px 15px;
}

    .wap-search .post-item:nth-child(even) {
        background: #eee;
    }

    .wap-search .post-item .title-post-list {
        margin-left: -5px;
        margin-right: -5px;
    }

        .wap-search .post-item .title-post-list .title-document {
            font-size: 14.5px;
            display: block;
        }

    .wap-search .post-item .post-item-tags {
        margin-top: 5px;
        margin-bottom: 0;
    }

.wap-btn-tabs-home {
    display: none;
}

.ul-btn-tabs {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    border: 1px solid;
    border-radius: 5px;
}

    .ul-btn-tabs li {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .ul-btn-tabs li.active {
            color: #ef9f26 !important;
            font-weight: bold;
        }
/*.wap-content-home {
    margin-top: -20px;
}*/

.wap-child-left {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}

/*--tree-view --*/
ul.tree-view {
    list-style: none;
    color: lightgray;
}

    ul.tree-view li {
        position: relative;
        padding: 0 0 10px 25px;
        font-size: 12px;
    }

        ul.tree-view li a {
            font-size: 14px;
        }

        ul.tree-view li::before {
            content: '';
            position: absolute;
            left: 5px;
            top: 8px;
            width: 15px;
            height: -webkit-fill-available;
            border: 2px solid lightgray;
            border-width: 2px 0 0 2px;
        }

        ul.tree-view li:last-child::before {
            border-width: 2px 0 0 0;
        }

        ul.tree-view li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 8px;
            height: 8px;
            background: #fff;
            border: 2px solid lightgray;
            border-radius: 50%;
        }

        ul.tree-view li.current,
        ul.tree-view li.visited {
            color: #333;
        }

            ul.tree-view li.current::before {
                border-top-color: #888888;
            }

            ul.tree-view li.current::after {
                border-color: #888888;
                background: #888888;
            }

            ul.tree-view li.visited::before,
            ul.tree-view li.visited::after {
                border-color: #888888;
            }

#thanh-vien-tich-cuc .wap-item-member {
    text-align: center;
}

#thanh-vien-tich-cuc .msg-img {
    border: 1px solid #ccc;
    float: initial;
}

#thanh-vien-tich-cuc a {
    margin-bottom: -15px;
}



    #thanh-vien-tich-cuc a:hover, .tree-view a:hover {
        color: #f79522;
    }
/*--end tree-view --*/
table tbody.tablebody tr:nth-child(even) {
    background: whitesmoke !important;
}

.attachments {
    padding: 7px 0;
    background: white;
    color: #888;
    border: 1px solid #888;
    padding-left: 10px;
    border-radius: 5px;
    margin-top: 10px
}

.wap-ytb-center {
    display: none;
}

.table-content {
    display: table;
    width: 100%;
    margin: 0;
}

    .table-content .table-content-cell {
        display: table-cell;
        vertical-align: middle;
    }

.icon {
    font-size: 24px;
}

.notification-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #F5F5F5;
    position: relative;
    box-shadow: 0px 4px 10px 0px rgba(204, 204, 204, 0.62);
}

    .notification-container .notification-list-header {
        background: #FFFFFF;
        box-shadow: 0px 4px 10px 0px rgba(204, 204, 204, 0.62);
    }

        .notification-container .notification-list-header .notification-title {
            font-size: 15px;
            text-align: center;
        }

        .notification-container .notification-list-header .search-form {
            position: relative;
            text-align: right;
            width: 30px;
            cursor: pointer;
        }

            .notification-container .notification-list-header .search-form form {
                margin: 0;
            }

            .notification-container .notification-list-header .search-form .icon {
                cursor: pointer;
            }

                .notification-container .notification-list-header .search-form .icon:hover {
                    color: #666666;
                    background: "transparent";
                }

        .notification-container .notification-list-header input[type=text] {
            height: 30px;
            width: 0px;
            font-size: 18px;
            padding: 0 10px;
            margin: 0;
            position: absolute;
            top: 5px;
            right: 45px;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
        }

            .notification-container .notification-list-header .search-form:hover input[type=text], .notification-container .notification-list-header input[type=text]:focus {
                width: 220px;
                z-index: 1;
                padding-right: 25px;
                cursor: text;
                box-shadow: none;
                border-bottom: none
            }

    .notification-container .notification-option .table-content-cell:first-child {
        font-size: 13px;
    }

    .notification-container .notification-option .remove-icon {
        cursor: pointer;
        margin-right: 10px;
        opacity: 0.7;
        cursor: pointer;
    }

    .notification-container .notification-option .check-icon {
        cursor: pointer;
        opacity: 0.7;
        cursor: pointer;
    }

        .notification-container .notification-option .check-icon:hover {
            color: #4CAF50;
            background: "transparent";
        }

    .notification-container .notification-list-box .list-group {
        margin-bottom: 0;
    }

        .notification-container .notification-list-box .list-group .table-content-cell:nth-child(2) {
            width: 75px;
            text-align: right;
            font-size: 12px;
            font-style: italic;
        }

        .notification-container .notification-list-box .list-group .list-group-item {
            border-radius: 0px;
            overflow: hidden;
            margin-bottom: -1px;
            padding: 5px;
        }

            .notification-container .notification-list-box .list-group .list-group-item .media-heading {
                color: #666666;
                margin-top: -10px;
                text-transform: none;
                display: -webkit-box;
                max-width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .notification-container .notification-list-box .list-group .list-group-item.unread {
                background: #F5F5F5;
                font-weight: bold;
            }

                .notification-container .notification-list-box .list-group .list-group-item.unread .media-heading {
                    color: #333333;
                    font-weight: inherit;
                }

        .notification-container .notification-list-box .list-group .media {
            width: 82%;
        }

        .notification-container .notification-list-box .list-group .media-left img {
            width: 50px;
            height: 50px;
            max-width: 50px;
        }

        .notification-container .notification-list-box .list-group .media-left .text-media-object {
            background: #6747CD;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            text-align: center;
            line-height: 35px;
            color: #FFFFFF;
            font-weight: bold;
            padding: 10px;
            font-size: 18px;
        }

        .notification-container .notification-list-box .list-group .media-body {
            padding-top: 10px;
            vertical-align: middle;
            line-height: 22px;
        }

            .notification-container .notification-list-box .list-group .media-body .notification-location {
                color: #a2a2a2;
                display: -webkit-box;
                max-width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .notification-container .notification-list-box .list-group .media-body .notification-location p {
                    color: #a2a2a2;
                    font-weight: normal;
                    text-transform: none;
                }

        .notification-container .notification-list-box .list-group .notification-time {
            color: #CCCCCC;
        }

        .notification-container .notification-list-box .list-group .list-remove-btn {
            position: absolute;
            right: -110px;
            width: auto;
            height: 100%;
            top: 0;
            line-height: 60px;
            background: #F05050;
            text-align: center;
            font-size: 16px;
            color: #FFFFFF;
            transition: 300ms cubic-bezier(0.58, 0.54, 0.41, 1.38);
            padding: 0 7px;
        }

/*** Default scrolling customize style ***/
.custom-scrollBar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollBar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ECECEC;
}

    .custom-scrollBar::-webkit-scrollbar-thumb:hover {
        background-color: #CCCCCC;
    }

.btn-delete {
    right: 0 !important;
}

.group-user {
    position: relative;
    width: 50px;
}

    .group-user img.media-object:nth-child(1) {
        width: 25px !important;
        height: 25px !important;
        position: absolute !important;
        left: 15px;
    }

    .group-user img.media-object:nth-child(2) {
        width: 25px !important;
        height: 25px !important;
        position: absolute !important;
        top: 15px;
    }

    .group-user img.media-object:nth-child(3) {
        width: 25px !important;
        height: 25px !important;
        position: absolute !important;
        right: 0;
        top: 15px;
    }

.title-comment-profile {
    position: relative;
    overflow: hidden;
    transition: max-height 500ms ease;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
}

.post-author-profile {
    font-weight: 600;
    white-space: nowrap;
    color: #ef9f26;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.358;
    margin: 0;
    background: aliceblue;
    border-radius: 10px 10px 0 0;
}

.item-comment-profile {
    margin-left: 25px;
    padding-left: 10px;
}

    .item-comment-profile:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 15px;
        width: 15px;
        height: -webkit-fill-available;
        border: 2px solid lightgray;
        border-width: 2px 0 0 2px;
    }

    .item-comment-profile:last-child::before {
        border-width: 2px 0 0 0;
    }

.viewPost {
    margin-top: 15px;
}

    .viewPost .tree::before {
        border-width: 0 !important;
    }

.user-blue {
    color: #007bff !important;
}

.wap-friend-request {
    padding: 5px 0;
    margin-bottom: 30px;
}

.btn-friend-approved {
    float: left;
}

.btn-friend-reject {
    float: right;
}

.wap-heart {
    position: absolute;
    right: 25px;
    margin-top: -10px;
    background: #ffeddd;
    padding: 0px 10px 0px 5px;
    border-radius: 5px;
}

.article__author {
    color: #333
}

.wap-item-member {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;
    box-shadow: 1px 1px 5px #ccc;
    z-index: 1;
}

#wap-component-center ul.block-suplist {
    padding: 5px 10px !important;
}

    #wap-component-center ul.block-suplist li.block-suplistIM {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 0 5px;
    }

#wap-component-center .wap-item-member .member_info p, #wap-component-right .wap-item-member, .member_info p {
    min-height: 35px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 20px;
    padding-left: 5px;
}

.wap-item-member .member_info a:hover {
    text-decoration: none;
}

.wap-item-member .user-points {
    margin-top: 0;
    float: revert;
    color: #ff5722 !important;
    margin-bottom: 0;
    font-weight: unset;
    text-transform: initial;
    text-decoration: none;
}

#thanh-vien-tich-cuc .wap-item-member {
    width: 100%;
    padding: 3px;
    border: none;
    box-shadow: none;
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    padding-top: 5px;
}

    #thanh-vien-tich-cuc .wap-item-member:hover {
        background-color: #eeecec;
    }

    #thanh-vien-tich-cuc .wap-item-member .member_info, #thanh-vien-tich-cuc .wap-item-member .member_info .member {
        /*  padding-left: 2px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        min-height: 20px;
        font-size: 13px;*/
        margin-top: 0;
        line-height: 20px;
        text-align: center
    }

        #thanh-vien-tich-cuc .wap-item-member .member_info a:hover {
            text-decoration: none;
        }

    #thanh-vien-tich-cuc .wap-item-member .member {
        color: #333;
        font-size: 12px;
    }

    #thanh-vien-tich-cuc .wap-item-member .user-points {
        font-size: 12px;
        min-height: 22px;
        color: orange;
    }

.title-post-item {
    min-height: 52px;
    display: contents;
    color: #337ab7;
    text-decoration: none !important;
    font-weight: 600;
    padding: 3px 8px 0px;
    cursor: pointer;
    font-size: 15px;
}

#wap-component-center .wap-item-member, #wap-component-right .wap-item-member {
    margin: 0;
    background: #eeecec;
    max-height: 65px;
    top: 6px;
    margin-left: -2px;
    width: auto;
    box-shadow: none;
    border: none;
    margin-left: -5px;
    margin-right: -5px;
    min-width: 100%
}

    #wap-component-center .wap-item-member .user-points, #wap-component-right .wap-item-member .user-points {
        margin-top: -20px;
        font-size: 12px;
    }

.wap-comment-author .user-points {
    margin-top: 0;
    float: revert;
    color: #ff5722;
    margin-bottom: 0;
    font-weight: unset;
    text-transform: initial;
    text-decoration: none;
    text-align: center;
}

#wap-component-right li.block-suplistIM div:nth-child(1) {
    margin-right: -5px;
}

.wap-lawyer-right #wap-component-right li.block-suplistIM div:nth-child(1) {
    margin-right: 0;
}

.wap-lawyer-right .wap-item-member {
    background: #eeecec !important;
}

.wap-lawyer-right a.title-document i.fa-thumbtack {
    display: none;
}

#wap-component-right .wap-item-member {
    width: 43px;
    top: 2.5px;
    min-width: auto;
    float: left;
    margin-right: 2px;
}

    #wap-component-right .wap-item-member .member_info {
        display: none;
    }

    #wap-component-right .wap-item-member .member_avatar img {
        margin-top: 0px !important;
        border: none !important;
        margin-left: -2px !important;
    }

#wap-component-right .title-post-item {
    height: 45px;
    padding: 1px;
    min-height: 45px;
}

.title-group-right {
    display: none;
    background: #eeecec;
}

#wap-component-right .title-group-right {
    display: block;
    min-height: 45px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 20px;
}
/* #wap-component-right .title-group-right .title-document {
        padding-left:0;
    }*/
#wap-component-center .wap-item-member img, #wap-component-right .wap-item-member img {
    margin-top: -2px;
    width: 38px;
    height: 38px;
}

#wap-component-right .wap-item-member {
    background: #eeecec !important;
}

#wap-component-right .title-group-right i.fa-thumbtack {
    display: none;
}

.wap-chidren-menu nav {
    position: relative;
    width: 100%;
    height: auto;
    animation: none;
    margin-bottom: 0;
}

    .wap-chidren-menu nav ul li {
        display: inline-block;
    }

        .wap-chidren-menu nav ul li a {
            font-weight: bold;
            font-size: 15px;
            line-height: 25px;
        }

.wap-chidren-menu .navigation__inner {
    display: flex;
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
}

.wap-chidren-menu .navigation__parent {
    flex-shrink: 0;
    align-self: flex-start;
    background-color: #EEECEC;
    padding-right: 5px;
}




.wap-chidren-menu .navigation__toggle {
    flex-shrink: 0;
    z-index: 1;
    position: absolute;
    right: 0;
}

    .wap-chidren-menu .navigation__toggle .navigation__link {
        position: relative;
        padding-right: 10px;
        z-index: 1;
        background: #dbdada;
        padding: 10px;
    }

        .wap-chidren-menu .navigation__toggle .navigation__link:after {
            content: '';
            position: absolute;
            top: 8px;
            right: 5px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #000 transparent transparent transparent;
        }

.wap-chidren-menu .toggle:checked ~ .navigation__inner .navigation__toggle .navigation__link:after {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

.wap-chidren-menu .toggle:checked ~ .navigation__inner .navigation__toggle .navigation__link {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

.wap-chidren-menu .toggle {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.wap-chidren-menu .tr-data:nth-child(odd) {
    background: #FFF;
}

.wap-chidren-menu .tr-data:nth-child(even) {
    background: #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

.wap-chidren-menu .navigation__list {
    max-height: 200px;
    overflow-y: scroll;
    min-height: 25px;
    margin-left: 73px;
}

    .wap-chidren-menu .navigation__list.selected {
        margin-bottom: 10px;
        box-shadow: 0 0 5px 2px #8F8C8C;
        height: 55px;
        background-color: #EEECEC;
        width: 100%;
    }

.wap-chidren-menu .navigation__item {
    flex-basis: 100%;
}



.wap-chidren-menu .navigation__parent {
    position: absolute;
    background-color: #ef9f26;
    padding: 2px 5px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 4px #fff;
    top: 0;
}

    .wap-chidren-menu .navigation__parent:before {
        background-color: transparent;
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: -20px;
        border-left: 11px solid #ef9f26;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        top: 0;
    }

    .wap-chidren-menu .navigation__parent:after {
        position: absolute;
        content: '';
        top: 24px;
        width: 0;
        height: 0;
        left: 0;
        border-right: 6px solid #706f6f;
        border-bottom: 8px solid transparent;
    }

    .wap-chidren-menu .navigation__parent a {
        color: #fff;
    }


.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;
}

.title_forum {
    background: #f79522;
    padding: 5px;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: -1px;
}

    .title_forum a {
        font-size: 14px;
    }

table#ChildForums {
    border: 1px solid #ddd;
}

.pin {
    position: fixed !important;
    top: 65px !important;
}

.wap-my-post {
    margin-top: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}

.item-row {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.avatar_author_mobile, .name_author_mobile {
    display: none;
}

.wap-comment-author {
    display: block;
}

.wap-notifionp-register {
    text-align: center;
    margin-top: 40px
}
/*________________________________________________________________________________________________Start Mobile Menu_________________________________________________________________________________________________________________________________________*/
nav.navigation_mobile {
    width: 100%;
    height: 130px;
    background: #ffffff;
    position: absolute;
    top: -50px;
    z-index: 888;
    animation: 1 fadeInNav ease;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navigation_mobile {
    height: 60px;
    padding: 0 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.navigation__logo_mobile {
    width: 100%;
}

    .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__logo_mobile #menu-user-header {
        font-size: 35px;
        margin-top: 15px;
        position: absolute;
        right: -30px;
        padding: 10px;
        top: -17px;
    }

    .navigation__logo_mobile .logo-name {
        margin-left: -35px;
    }

        .navigation__logo_mobile .logo-name a img.logo {
            width: auto;
            margin-top: -35px;
            image-rendering: -moz-crisp-edges; /* Firefox */
            image-rendering: -o-crisp-edges; /* Opera */
            image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
            image-rendering: crisp-edges;
            -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
        }

.wap-navigation {
    z-index: 1;
    position: fixed;
    display: inline-block;
    width: 100%;
    background: #fff;
    top: 115px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 8px 6px -6px #888;
    -moz-box-shadow: 0 8px 6px -6px #888;
    box-shadow: 0 8px 6px -6px #888;
    max-height: 47px;
    border-top: 1px solid #b6b7bc;
}

.navigation__links {
    width: 100%;
    height: 100vh;
    left: -1000px;
    top: 0;
    z-index: 9999;
    transition: left 0.1s ease-in;
    background-color: rgb(105 105 104 / 68%);
    color: #ffffff;
    list-style: none;
    position: fixed;
}

    .navigation__links ul {
        width: 300px;
        background: #fff;
        height: 100%;
        overflow-y: scroll;
    }

    .navigation__links li {
        padding: 2px 0px;
    }

        .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: 37px;
    height: 35px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-top: 5px;
    background: #fff;
    box-shadow: 0 1px 1px 2px #888;
    margin-left: 10px;
    border-radius: 3px;
}

    .navigation__button span {
        position: absolute;
        left: 5px;
        display: inline-block;
        width: 23px;
        height: 3px;
        background-color: #333;
        transform-origin: center;
        transition: opacity 0.2s linear, all 0.3s linear;
    }

        .navigation__button span:nth-of-type(1) {
            top: 8px;
        }

        .navigation__button span:nth-of-type(2) {
            top: 16px;
        }

        .navigation__button span:nth-of-type(3) {
            top: 24px;
        }


#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;
}

.wap-mess-status-account {
    text-align: left;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.title-username {
    right: -30px;
    top: 55px;
    position: absolute;
    font-weight: bold;
}
/*________________________________________________________________________________________________END Mobile Menu_________________________________________________________________________________________________________________________________________*/
/*________________________________________________________________________________________________Reposive_________________________________________________________________________________________________________________________________________*/
@media only screen and (min-width:1200px) {
    .footable-visible.footable-last-column {
        display: none !important;
    }

    .txt-dangbinhluan {
        left: 50% !important;
        width: 50% !important;
    }

    .txt-huybinhluan {
        width: 50% !important;
    }

    #wap-component-center .wap-item-member, #wap-component-right .wap-item-member {
        max-height: 45px;
    }

        #wap-component-center .wap-item-member img, #wap-component-right .wap-item-member img {
            margin-top: -2px;
        }
}

@media only screen and (min-width:992px) {
    .navigation__links {
        left: -2500px;
        padding-bottom: 5%;
    }

    .footer-menu {
        position: relative !important;
        bottom: 0 !important;
    }

    #slider-header img {
        height: 220px !important;
    }

    .wap-ChildrenMenu {
        width: calc(100% - 290px);
        float: left;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .center {
        padding: 0 30px !important;
    }

    .wap-lawyer-center {
        margin-left: 10px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .trigger-menu {
        right: -250px !important;
    }

    .navigation__logo_mobile #menu-user-header {
        right: -260px !important;
    }

    .title-username {
        right: -250px;
        position: absolute;
    }
}



@media (max-width: 992px) {
    .navigation-scroll-pin::-webkit-scrollbar {
        width: 3px;
        height: 5px;
        background: transparent;
        display: block;
    }

    .wap-banner-header-center {
        display: none;
    }


    .wap-ChildrenMenu {
        width: calc(100% - 185px);
        float: left;
    }

    .wap-lawyer-center {
        margin-left: 10px;
    }

    .box_result .result_comment .tools_comment {
        margin-top: 20px;
    }
    /*.btn-doibanweb{

    }*/
}

@media (min-width: 768px) {
    .navigation-scroll-pin::-webkit-scrollbar {
        width: 3px;
        height: 5px;
        background: transparent;
        display: block;
    }

    .navigation__links ul {
        width: 400px;
    }

    .navigation__links li:last-child {
        position: fixed;
        bottom: 0;
        width: 400px;
    }

    .wap-my-post-mater .navigation__wrapper {
        position: absolute;
        top: 13px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {

    .aramaKutusu input {
        width: 0 !important;
        padding: 1px;
        height: 0;
    }

    .wap-search-post-master .wap-column-left {
        display: none;
    }

    .banner-qc > a > img {
        display: none;
    }

    #wap-component .wap-column-left {
        display: none !important;
    }

    .wap-child-master {
        margin-top: 15px;
    }

    #wap-component-left, #wap-component-right {
        margin-right: 0;
        display: none;
    }

    .wap-ytb-center {
        display: block;
    }

    .wap-ytb-right {
        display: none;
    }

    #js-show-search-form {
        margin-right: 15px;
    }

    .wap-lawyer-center {
        margin-left: -15px;
        margin-right: -15px;
    }

    .box_result .result_comment {
        display: block;
        overflow: hidden;
        padding: 0;
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    .avatar_author_mobile, .name_author_mobile {
        display: block;
    }

    .wap-comment-author {
        display: none;
    }

    #content .col-left {
        display: none;
    }


    .wap-btn-tabs-home {
        display: block;
    }

    #wap-component-right {
        display: block;
        margin-left: 0;
    }
}

@media (max-width: 700px) and (min-width: 600px) {
    .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;
    }
    .rows_dv_cn {
        float: initial;
        margin-top: -7px;
    }
}

@media (max-width: 570px) {
    .wap-logo-footer {
        text-align: center !important;
        margin-top: -10px;
    }

    #wap-component .wap-column-left {
        display: none !important;
    }

    #wap-component-right {
        margin-right: 0;
        margin-left: 0;
    }

    .notification-container .notification-list-box .list-group .notification-time:hover ~ .list-time {
        display: none;
    }

    .notification-container .notification-list-box .list-group .notification-time:hover ~ .list-remove-btn {
        right: 0;
    }
    .rows_dv_cn {
        float: initial;
        margin-top: -7px;
    }
  
}

@media (min-width: 485px) {
    /*.trigger-menu {
        right: -15px !important;
    }*/

    .aramaKutusu {
        /*right: 85px !important;*/
        right: 110px !important;
    }

    .wap-content-lawyer img.media-object {
        width: 70px !important;
        height: 70px !important;
    }
  
}


@media (max-width: 768px) and (min-width: 485px) {
    .rows_dv_cn {
        float: initial;
        margin-top: -7px;
    }
    .wap-content-lawyer-page #wap-component-right {
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .wap-content-lawyer-page .wap-component-right, .wap-content-lawyer-page .wap-component-1 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .wap-content-lawyer-page .wap-content-lawyer {
        margin-left: -15px;
        margin-right: -15px;
    }

    .wap-lstc .text-inverse {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .list_post_verify, .list_post_no_reply, .list_post_24h {
        padding: 0 15px !important;
    }

    .wap-notifionp-register {
        text-align: center;
    }

    .banner-lawyer {
        padding: 0 15px;
    }

    .group-list-forums-censorship {
        padding: 0 15px;
    }

    #wap-component-left, #wap-component-right {
        display: block;
    }

    .pin {
        top: 35px !important;
    }

    .wap-navigation {
        top: 130px;
    }

    .trigger-menu {
        top: 37px !important;
    }

    .title-username {
        right: -30px;
        top: 90px;
        position: absolute;
    }

    .navigation__logo_mobile #menu-user-header {
        top: 25px;
        right: -45px;
    }

    .navigation__user ul.nav-wap {
        margin-top: 170px !important;
    }

    #thoauocsudung, #faq, #about, .wap-contact {
        padding: 0 15px;
    }

    .wap-content-tags, .wap-search-post {
        padding: 0 15px;
    }

    .group-list-forums {
        padding: 0 15px;
    }

    .wap-active-lawyer {
        padding: 0 30px;
    }

    .wap-lawyer-head {
        width: 100%;
        padding: 0 15px;
    }

    .wap-chidren-menu {
        padding: 5px 15px 0;
        margin-bottom: -10px;
    }

    .wap-my-post-mater {
        padding: 10px 15px 15px;
    }

    .wap-my-post {
        margin-top: 15px;
    }

    .wap-search-post-master {
        padding: 0 15px;
    }

        .wap-search-post-master .wap-column-center {
            padding-top: 10px;
        }

    #wap-component-center .wap-item-member, #wap-component-right .wap-item-member {
        margin-top: -4px;
        width: auto;
        min-width: 103%;
    }

        #wap-component-center .wap-item-member img, #wap-component-right .wap-item-member img {
            margin-top: 0px !important;
        }

    #wap-component-right li.block-suplistIM div:nth-child(2) {
        min-height: auto;
    }

    #wap-component-right li.block-suplistIM div:nth-child(1) {
        margin-right: 0px;
    }

    #wap-component-right .wap-item-member {
        margin-top: -1px;
        display: flex;
    }

        #wap-component-center .wap-item-member .user-points, #wap-component-right .wap-item-member .user-points {
            font-size: 11px;
        }

    .title-post-item a {
        margin-top: -4px;
    }

    #wap-component-right .title-post-item {
        padding: 5px;
    }

        #wap-component-right .title-post-item a {
            margin-left: -5px;
        }

    #wap-component-center .title-post-item, #wap-component-right .title-post-item {
        font-size: 14px !important;
    }

    #wap-component-right .wap-item-member .member_info {
        display: block;
        padding-left: 0;
    }

    #wap-component-right .wap-item-member .member_avatar img {
        margin-top: 1px !important;
        float: left;
        margin-left: 0px;
        width: 38px;
        height: 38px;
    }

    #wap-component-center .wap-item-member .member_info, #wap-component-right .wap-item-member, .member_info {
        line-height: inherit;
    }

    #wap-component-right .title-group-right {
        display: none;
    }

    .th-chuyenmuc {
        width: 65% !important;
    }

    .wap-content-forum {
        padding: 10px
    }

    #data-by-forum p.title_forum {
        margin-bottom: 0 !important;
        margin-top: -5px;
    }

    #data-by-forum .wap-search-forum-mobie p > button.btn-update {
        margin-top: 10px !important;
    }

    .wap-search-forum > div {
        padding: 0 5px;
    }

    .wap-search-forum-mobie p, .wap-search-forum-mobie .select {
        margin-right: -5px !important;
        margin-left: -5px !important;
    }

    .master-column-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
    }

    #ModalCreateMessage .create-mesage {
        height: auto !important;
    }

    #wap-component .row {
        background: #fff;
    }

    a {
        font-size: 13px !important;
    }

    .aramaKutusu {
        top: 50px;
        height: 35px;
        right: 82px;
    }

        .aramaKutusu input {
            width: 0 !important;
            padding: 0;
            height: 0;
        }

        .aramaKutusu:hover > input {
            width: 0;
            padding: 0;
        }

    .navigation__logo_mobile .logo-name {
        margin-top: 5px;
    }

        .navigation__logo_mobile .logo-name a img.logo {
            height: 80px;
            margin-top: 8px;
            margin-bottom: 5px;
            width: auto;
        }

    #wap-component-left {
        margin-right: 0;
    }

    #wap-component-right {
        margin-left: 0;
    }

    .wap-content-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }

    .suport-online ul li.block-suplistIM p.title-post-list a.title-document {
        padding-left: 8px;
    }

    .txtAddNewsArticles {
        color: #333;
        padding: 8px 7px 6px 8px;
        width: calc(100% - 50px);
        border: 1px solid #888 !important;
        outline: none !important;
        margin-left: 10px;
        text-align: left;
        border: thin solid #dbdada !important;
        border-radius: 3px !important;
        background: #eee !important;
    }

    .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;
    }

    #footer .wap-logo-footer {
        margin-top: 0;
        margin-bottom: -20px;
        text-align: center;
    }

    .article__sapo > p > img {
        width: 100% !important;
    }

    .tablebody .footable-row-detail-inner .footable-row-detail-row div.footable-row-detail-name {
        padding-right: 10px;
        width: 60px;
        vertical-align: middle;
        line-height: normal;
    }

    .footable-row-detail-value {
        min-width: 275px;
    }

    .twPc-avatarLink {
        margin: -30px 5px 0 calc(100% - 60%);
    }

    .twPc-divUser {
        width: 100%;
        display: grid;
        text-align: center;
        margin: 10px 0px 0;
    }

    .twPc-divName {
        margin-top: 50px;
    }

    .twPc-button {
        margin-top: 125px;
        position: absolute;
        display: flex;
    }

        .twPc-button p:nth-child(1) {
            margin: -30px 5px 10px 35px;
        }

        .twPc-button p:nth-child(2) {
            float: right;
            margin: -30px 5px 10px 110px;
        }

    .twPc-divStats {
        margin-top: 50px;
    }

    .twPc-avatarImg {
        width: 75px;
        height: 75px;
    }

    .article__sapo table {
        width: auto !important;
    }

    .list-related-posts {
        padding: 0 !important;
    }

    .wap-menu-huongdansudung {
        display: none;
    }

    .wap-btn-tabs-home {
        display: block;
    }

    .wap-column-right, .wap-component-advisory-lawyer {
        display: none;
    }

    #file-upload-attachment {
        width: 185px;
    }

    .wap-lawyer-left, .wap-lawyer-right {
        display: none;
    }

    .wap-lawyer-center {
        padding: 0 15px;
    }

    nav.navigation_mobile {
        top: 35px;
        position: fixed;
    }

    .wap-banner-header {
        display: none;
    }

    .wap-friends {
        margin-top: 20px !important;
    }

    .wap-form-search {
        margin-top: 5px;
    }

    .wap-related-posts, .wap-xem-nhieu-nhat-2 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .wap-item-right-post {
        margin-left: -15px;
        margin-bottom: 15px;
    }

    .item-friend .name-friend {
        width: 100%;
    }

    .item-friend .friend-child {
        margin-top: 0;
    }

    .icon-show-notify {
        left: auto !important;
    }

    .item-friend .name-friend {
        width: 100%;
    }

    .wap-banner-qc {
        display: none;
    }
}

@media (max-width: 450px) and (min-width: 400px) {
    /* .wap-content-home {
        margin-top: 16%;
    }*/
}

@media (max-width: 400px) and (min-width: 375px) {
    /* .wap-content-home {
        margin-top: 17%;
    }*/
}

@media (max-width: 360px) and (min-width: 326px) {
    .wap-content-home {
        margin-top: 3%;
    }
}

@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) {
    /* .wap-content-home {
        margin-top: 20%;
    }*/
    .navigation__links ul {
        width: 270px;
    }

    .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;
    }

    #file-upload-attachment {
        width: 145px;
    }
}
