html, body {
    display: initial;
}

#logo a img.normal_logo {
    max-width: 90px;
}

.about-image-home {
    width: 100%;
    float: left;
    margin-top: -20px;
}

.about-image-home ul {
    width: 100%;
    float: left;
    display: flex;
    list-style: none;
    padding: 0;
    padding-left: 20px;
}

.about-image-home ul li {
    padding-left: 15px;
}

.entry-details .entry-title h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    top: -5px;
    word-break: unset;
height: 100%;}

.entry-thumb img {
    max-height: 295px;
}

.responsive-map iframe {
    width: 100%;
    height: 100%;
}

.cols-collab {
    position: relative;
    overflow: hidden;
    width: 110px;
}

label.lb-coll-year {
    position: absolute;
    top: 5px;
    right: 0;
    width: 60px;
    text-align: center;
    font-weight: 600;
    color: black;
}

label.lb-coll-class {
    position: absolute;
    bottom: 5px;
    left: 0;
    color: black;
    font-weight: 600;
    width: 60px;
}

.cols-collab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e2d6c1;
    top: 22px;
    left: 0;
    transform: rotate(14deg);
}

table.table-diagram, table.table-diagram-hd {
    color: black;
    border: 1px solid #e2d6c1;
    /*border-left: 0;*/
    float: left;
    min-height: 600px;
    margin-bottom: 0;
}

table.table-diagram td, table.table-diagram-hd td {
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}

table.table-diagram tr:last-child td, table.table-diagram-hd tr:last-child td {
    border-bottom: 0;
}

table.table-diagram tr td, table.table-diagram-hd tr td {
    /*width: 200px;*/
    position: relative;
}

ul.list-member-data {
    width: 100%;
    display: inline-block;
    padding: 0;
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow: auto;
}

ul.list-member-data li {
    width: 100%;
    float: left;
    height: 40px;
}

span.mem-avatar {
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
}

span.mem-info {
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
}

span.mem-info p {
    margin: 0;
    font-weight: 600;
    text-align: left;
    font-size: 13px;
}

ul.list-member-data li:last-child {
    padding-bottom: 0;
}

p.level-date {
    width: 100%;
    height: 8px;
    background: #838c48;
    float: left;
}

li.mem-gk-continue .mem-info {
    padding: 0;
    width: 100%;
}

li.mem-item-continue span.mem-info {
    padding: 0;
    width: 100%;
}

.wraper-diagram {
    width: 100%;
    float: left;
}

.container-diagram {
    width: 100%;
    float: left;
    position: relative;
}

.scroll-table-diagram, .scroll-table-diagram-hd {
    position: relative;
    width: calc(100% - 1px);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    float: left;
    border-right: 1px solid #e2d6c1;
    background: url(/images/bg-tdbd.jpg);
    background-size: cover;
    min-height: 610px;
}

table.list-cols-header {
    width: 110px;
    color: black;
    border: 1px solid #e2d6c1;
    float: left;
    border-bottom: 0;
}

table.list-cols-header td {
    vertical-align: middle;
}

li.mem-item-continue {
    position: absolute;
}

li.mem-gk-continue {
    position: absolute;
}

.diagram--container {
    width: calc(100% - 60px);
    padding: 0px 30px;
    display: inline-block;
    position: relative;
}

.wraper-scroll-diagram {
    width: 100%;
    float: left;
    /*height: 800px;*/
    overflow: auto;
}

.wraper-scroll-diagram::-webkit-scrollbar, .wraper-scroll-event::-webkit-scrollbar {
  width: 10px;
}

.scroll-table-diagram::-webkit-scrollbar, .scroll-table-diagram-hd::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.wraper-scroll-diagram::-webkit-scrollbar-track, .scroll-table-diagram::-webkit-scrollbar-track, .scroll-table-diagram-hd::-webkit-scrollbar-track, .scroll-table-event::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.wraper-scroll-diagram::-webkit-scrollbar-thumb, .scroll-table-diagram::-webkit-scrollbar-thumb, .scroll-table-diagram-hd::-webkit-scrollbar-thumb, .scroll-table-event::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.wraper-scroll-diagram::-webkit-scrollbar-thumb:hover, .scroll-table-diagram::-webkit-scrollbar-thumb:hover, .scroll-table-diagram-hd::-webkit-scrollbar-thumb:hover, .scroll-table-event::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content-wrap {
    width: calc(100% - 80px);
    float: left;
    padding: 80px 40px;
}

.content-wrap div {
    width: 100%;
    float: left;
    text-align: center;
}

.error404 {
    font-size: 152px;
    line-height: normal;
    color: #ff7272;
    margin-bottom: 25px;
}

.diagram-left-filter {
    width: 232px;
    float: left;
    padding-right: 18px;
    /*height: 800px;*/
}

.diagram-center-chart {
    width: calc(100% - 250px);
    float: left;
    transition: all 0.3s ease;
}

.diagram-right-profile, .diagram-right-filter {
    float: left;
    position: absolute;
    top: 155px;
    left: calc(100% + 50px);
    transition: all 0.3s ease;
    width: calc(100% - 295px);
    z-index: 9;
    height: calc(100% - 155px);
    border: 1px solid #e2d6c1;
    opacity: 0;
}

.header-diagram-filter {
    width: 100%;
    float: left;
    border: 1px solid #f9eeda;
}

.header-diagram-filter h3 {
    margin: 0;
    font-size: 16px;
    background: #f8b560;
    padding: 10px;
}

.search-wraper-container {
    width: calc(100% - 30px);
    float: left;
    border: 1px solid #f9eeda;
    padding: 15px;
    background: #f9f2e5;
}

.item-search-filter {
    margin-bottom: 5px;
    width: 100%;
    float: left;
}

label.lb-search {
    width: 100%;
    float: left;
    color: black;
    margin-bottom: 5px;
    font-weight: 600;
}

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.item-search-filter .selection-box:before, .item-search-filter .selection-box:after {
    display: none;
}

.container-box-search {
    width: 100%;
    float: left;
    position: sticky;
    top: 105px;
}

.footer-action-filter {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}

a.btn-filter-diagram {
    padding: 5px 20px;
    background: #838c48;
    display: inline-block;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.container-profile-data {
    width: 100%;
    float: left;
    /* margin-left: 15px; */
    background: #fdf6ea;
    height: 100%;
}

.header-profile-result {
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
    background: #f8b560;
    position: relative;
}

.header-profile-result h4 {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    color: black;
}

a.btn-close-profile, .btn-close-filter {
    position: absolute;
    top: 12px;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}

.info-profile-result {
    width: 100%;
    float: left;
    height: calc(100% - 59px);
    overflow-y: auto;
    overflow-x: hidden;
    background: url(/images/bg-tdbd.jpg);
    background-size: cover;
}

.item-rows-profile-result {
    width: calc(100% - 60px);
    float: left;
    padding: 0px 30px;
}

.avatar-profile-result img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #838c48;
}

.avatar-profile-result {
    position: absolute;
    width: 68px;
    height: 68px;
    padding: 0;
    top: -34px;
    left: calc(50% - 34px);
}

.item-rows-profile-result label {
    width: 80px;
    float: left;
    color: black;
    margin-bottom: 5px;
}

.item-rows-profile-result p {
    width: calc(100% - 80px);
    float: left;
    color: black;
}

.profile-lylich p {
    width: 100%;
}

thead.head-diagram th {
    background: #f8b560;
    color: black;
}

.tnode .selected-profile div {
    background: #f8b560 !important;
    color: black !important;
    border-color: #ffffff73 !important;
}

.btn-register {
    text-align: center;
}

p.submit.btn-register input {
    float: revert;
}

p.alert-notice {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #da853d;
    background: #da853d12;
    color: #bf6315;
    font-style: italic;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

p.alert-error {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #ff4343;
    background: #ff434396;
    color: black;
    font-style: italic;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

p.alert-success {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #20db2e;
    background: #dffbe1;
    color: black;
    font-style: italic;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*account*/
.wraper-account {
    width: 100%;
    float: left;
}

.menu-account-left {
    width: 250px;
    float: left;
    padding-top: 20px;
}

.header-profile {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

svg.profile-svg-icon {
    stroke: #c6c6c6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-headshot {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
}

span.avatar-profile {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
}

span.info-head-profile {
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
    padding-top: 3px;
}

span.info-head-profile p {
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: 600;
    color: black;
    overflow: hidden;
    margin: 0;
}

span.info-head-profile p a {
    font-size: 13px;
    font-weight: normal;
}

ul.menu-left {
    width: 100%;
    float: left;
}

ul.menu-left li {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 6px 0px;
    line-height: 1;
}

span.icon-menu-account {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    border-radius: 50%;
}

.profile-icon {
    background: #fea700;
}

.account-svg-icon {
    stroke: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profile-icon .icon-headshot {
    width: 12px;
    height: 12px;
}

ul.menu-left>li>a {
    width: calc(100% - 20px);
    float: left;
    font-size: 14px;
    padding: 2px;
    padding-left: 6px;
    line-height: initial;
}

ul.menu-sub-account {
    width: 100%;
    float: left;
    padding-left: 27px;
    margin: 0;
}

li.active-nav-account a {
    color: #ecaf20;
}

ul.menu-sub-account li:last-child {
    padding-bottom: 0;
}

.orders-icon {
    background: #1480ad;
}

.ttlk-icon {
    background: #9e2b30;
}

.ttlk-icon .account-svg-icon {
    fill: white;
    width: 15px;
}

.logout-icon {
    background: #c6c6c6;
}

.logout-icon img {
    width: 20px;
    height: 20px;
    padding: 4px;
    filter: invert(1);
}

ul.menu-left li a:hover {
    color: #fea700;
}

.content-acount-right {
    width: calc(100% - 250px);
    float: left;
    background: white;
}

.form-profile {
    width: 100%;
    float: left;
    padding: 5px;
}

.wraper-form-profile {
    width: 100%;
    float: left;
}

.row-form-profile {
    width: 50%;
    float: left;
    padding: 5px;
}

.full-width {
    width: 100%;
}

label.label-profile {
    width: 100%;
    float: left;
}

.full-width label.label-profile {
    width: auto;
    padding-right: 10px;
}

p.input-read {
    float: left;
    font-weight: bold;
    color: black;
}

input.input-profile {
    background: white;
    padding: 10px;
    height: auto;
    color: black;
}

span.wraper-gender {
    height: 37px;
    float: left;
    border: 1px solid #e7e7e7;
}

label.check-radio input {
    display: none;
}

label.check-radio {
    float: left;
    padding: 8px;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}

label.check-radio label {
    cursor: pointer;
}

label.check-radio input:checked + label:after {content: "";width: 11px;height: 11px;position: absolute;background: #1480ad;top: 13px;left: 10px;border-radius: 50%;}

label.check-radio input:checked + label:before {border-color: #1480ad;}

label.check-radio label:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 6px;
    top: 9px;
}

.footer-button-profile {
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px;
}

a.btn-save-profile {
    background: #e9a200;
    padding: 10px 20px;
    display: inline-block;
    color: white;
}

.notice-account {
    display: block;
    margin-top: 10px;
    color: red;
    font-style: italic;
}

.affiliate-wraper {
    width: 100%;
    float: left;
}

.affiliate-header {
    width: 100%;
    float: left;
    padding: 5px;
    background: #1480ad;
}

.row-affiliate-header {
    width: 100%;
    float: left;
}

span.split-row-affiliate {
    width: 50%;
    padding: 5px;
    float: left;
    color: white;
}

span.split-row-affiliate label {
    float: left;
    padding: 5px;
}

span.split-row-affiliate p {
    float: left;
    padding: 5px;
    margin: 0;
    font-weight: bold;
}

.row-affiliate-link label {
    float: left;
    color: white;
    padding: 5px 10px;
    width: 144px;
}

span.link-affiliate {
    float: left;
    width: calc(100% - 144px);
    position: relative;
}

span.link-affiliate input {
    padding: 0px 10px;
    padding-right: 28px;
    font-weight: bold;
    color: red;
}

.square-select {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    color: white;
    background: #fea700;
    cursor: pointer;
}

.square-select:hover {
    background: #00aff2;
}

.affiliate-statistic {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.orders-wraper {
    width: 100%;
    float: left;
}

span.empty-data {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    background: #ecaf2042;
    font-style: italic;
    font-weight: bold;
}

.wraper-account * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wraper-account ul {
    list-style: none;
}
a.btn-add-news, a.btn-back {
    background: #838c48;
    padding: 12px;
    color: white;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    float: right;
    margin-top: 5px;
}

a.btn-add-news:hover, a.btn-back:hover {
    background: #2c2c2c;
}

.full-width {
    width: 100% !important;
}

.content-post {
    width: 100%;
    float: left;
}

span.post-images {
    width: 100%;
    float: left;
}

.wraper-table {
    width: 100%;
    float: left;
}

.empty-content-page {
    width: 100%;
    float: left;
    padding: 15px;
}
/*end account*/


.wraper-events {
    width: 100%;
    display: inline-block;
}

table.table-event-list th {
    background: #f8b560;
    color: black;
    border-left: 1px solid #e2d6c1;
}

table.table-event-list th:last-child, table.table-event-list td:last-child {
    border-right: 1px solid #e2d6c1;
}

table.table-event-list td {
    border-left: 1px solid #e2d6c1;
}

.question-list {
    width: 100%;
    display: flex;
    opacity: 0;
}

.content-survey {
    width: 85%;
    float: left;
    margin: auto;
    background: #ffffff70;
    border: 1px solid #e2d6c1;
    border-radius: 5px;
    overflow: hidden;
}

.content-question {
    width: 100%;
    float: left;
    padding: 10px;
    color: black;
    text-align: center;
}

.question-result {
    width: 100%;
    float: left;
}

.item-result-question {
    width: 50%;
    float: left;
    padding: 10px;
}

.content-survey * {
    box-sizing: border-box;
}

.item-result-question>label {
    width: 100%;
    float: left;
    cursor: pointer;
}

.item-result-question input {
    display: none;
}

.item-result-question>label>label {
    width: 100%;
    float: left;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    cursor: pointer;
}

.item-result-question>label>label:hover, .item-result-question>label input:checked + label {
    background: #f8b560;
    color: white;
}

.content-question p {
    width: 100%;
    float: left;
    margin: 0;
    font-weight: 600;
}

.wraper-survey-form {
    width: 100%;
    float: left;
}

.question-tools {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0px;
}

a.btn-submit-survey {
    padding: 10px;
    min-width: 100px;
    display: inline-block;
    color: white;
    background: #f8b560;
    border-radius: 10px;
}

.submit-pending {
    position: relative;
}

.submit-pending:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/loading.png) no-repeat center #ffffff38;
}

.question-success {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}

.question-success h3 {
    color: #838c48;
    font-weight: normal;
    margin: 0;
    width: calc(100% - 20px);
    text-align: center;
    float: left;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
}

.profile-tools {
    width: 100%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}

a.btn-rededit {
    background: #838c48;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    color: white;
}

/*---------------------MODAL----------------------------------*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog, .modal.show .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.in .modal-dialog, .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-backdrop.fade, .modal-backdrop.show, .modal-backdrop.fade.show {
    opacity: 0;
}

.modal-backdrop.in, .modal-backdrop.show {
    opacity: .5 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1045;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.fade, .show {
    transition: opacity .15s linear;
}

.modal-dialog {
    max-width: 70%;
    margin: 10.75rem auto 1.75rem auto;
}

.modal.in .modal-dialog button.close, .modal.show .modal-dialog button.close {
    width: 25px;
    height: 25px;
    border: 0;
    position: absolute;
    top: 8px;
    right: 15px;
    background: none;
    color: #ccc;
    font-size: 22px;
    line-height: 9px;
    z-index: 9;
    outline: none;
    cursor: pointer;
}

.modal-header {
    /*padding: 15px;*/
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    padding: 15px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

/*----------end modal----------------*/

.wraper-reqedit {
    width: 100%;
    display: inline-block;
}

.info-editreq {
    width: 100%;
    float: left;
}

span.avatar-editreq {
    width: 70px;
    height: 70px;
    float: left;
}

span.info-edit {
    width: calc(100% - 90px);
    float: left;
    padding-left: 15px;
}

span.info-edit p {
    float: left;
    width: 100%;
}

.rows-reqedit {
    width: 100%;
    float: left;
}

.modal-footer {
    padding: 15px;
}

table.table--list th, table.table--list td {
    border: 1px solid #ccc;
    vertical-align: middle;
}

table.table--list {
    border-collapse: collapse;
}

a.btn-change-news {
    background: #da853d;
    padding: 5px 10px;
    margin-right: 8px;
    border-radius: 10px;
    color: white !important;
    font-size: 14px;
}

a.btn-remove-news {
    background: #ff6d6d;
    padding: 5px 10px;
    border-radius: 10px;
    color: white !important;
    font-size: 14px;
}

p.pending-post {
    margin: 0;
    color: #d91717;
}

div#result-alert {
    width: calc(100% - 150px);
    float: left;
    margin-top: 10px;
}

div#result-alert p {
    margin: 0;
    border: 1px solid;
    padding: 6px;
    border-radius: 3px;
}

p.notice-alert, p.error-alert {
    font-style: italic;
    color: #ff4f4f;
}

p.success-alert {
    color: #838c48;
    background: #838c480a;
}

table.table-event-list ul li {
    cursor: pointer;
}

table.table-event-list ul li:hover {
    color: #828b48;
}

.selected-profile-tags .ui-widget-header {
    background: #ffbd46;
    border-bottom-color: #ffbd46;
}

.selected-profile-tags .ui-widget-content {
    background: #ffd281;
}

.question-is-reply {
    position: relative;
}

.question-is-reply:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ff000000;
}

.tree li .trcont {
    position: relative;
    width: auto !important;
    min-width: 150px;
}

.tree li .trcont .ui-widget-content img {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #f8b560;
    top: -1px;
    left: -15px;
}

.tree li .trcont .ui-widget-content {
    padding-left: 30px;
    padding-right: 10px;
}

.tree li .trcont .ui-widget-header {
    padding-left: 30px;
}

.tree li {
    padding-left: 15px !important;
}

.open-right-profile, .open-right-filter {
    left: 280px;
    opacity: 1;
}

.info-profile {
    width: 100%;
    float: left;
    display: flex;
    background-size: cover;
}

.content-info-profile {
    width: 300px;
    float: left;
    margin: auto;
    background: #f9f2e5db;
    margin-top: 50px;
    position: relative;
    padding-top: 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: black;
}

.profile-lylich > label {
    background: #838c48;
    padding: 2px 15px;
    color: white;
    position: relative;
}

.profile-lylich > label:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #838c48;
    position: absolute;
    left: 100%;
    top: 0;
}

.content-lylich {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.profile-lylich {
    margin-top: 10px;
}

.wraper-comment {
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
}

.container-comment {
    width: 100%;
    float: left;
}

.form-comment {
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
}

h3.header-title-comment {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

p.note-login-comment {
    width: 100%;
    color: red;
    font-style: italic;
    float: left;
}

.data-form-comment {
    width: 100%;
    float: left;
    position: relative;
}

.row-comment-frm {
    width: 100%;
    float: left;
}

.box-avatar {
    width: 64px;
    height: 64px;
    float: left;
}

.box-text-comment {
    width: calc(100% - 79px);
    float: left;
    padding-left: 15px;
}

textarea.txt-comment {
    outline: none;
    width: 100%;
    float: left;
    height: 64px;
    min-height: auto;
    border: 1px solid #ccc;
    resize: none;
}

.row-footer-comment {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: right;
}

a.btn-comment {
    background: #838c48;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    display: inline-block;
}

.block-comment:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff00;
    top: 0;
    left: 0;
}

.notice-comment {
    width: 100%;
    float: left;
}

p.comment-notice {
    margin-top: 10px;
    color: red;
    font-style: italic;
    float: right;
    border: 1px solid red;
    padding: 10px 20px;
    border-radius: 3px;
}

p.post-success {
    float: right;
    margin-top: 10px;
    border: 1px solid #838c48;
    padding: 10px 20px;
    border-radius: 3px;
    background: #838c481f;
    color: black;
}

.wraper-list-comment {
    width: 100%;
    float: left;
}

ul.load-list-comment {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
}

li.item-comment {
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000024;
}

.comment-avatar {
    width: 64px;
    height: 64px;
    float: left;
}

.info-comment {
    width: calc(100% - 74px);
    float: left;
    padding-left: 10px;
}

h4.comment-author {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0;
}

.content-comment {
    width: 100%;
    float: left;
    margin-top: 6px;
}

.scroll-table-event {
    position: relative;
    width: calc(100% - 1px);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    float: left;
}

.scroll-table-event::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
.scroll-table-event::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-table-event::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scroll-table-event::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll-table-event:before {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background: #e2d6c1;
    position: absolute;
    top: 0;
    left: 0;
}

.scroll-table-event:after {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background: #e2d6c1;
    position: absolute;
    top: 0;
    right: 0;
}

.wraper-person {
    width: 100%;
    display: inline-block;
}

.container-person {
    width: 100%;
    float: left;
    height: 500px;
}

.cols-person-left {
    width: 320px;
    float: left;
    padding-right: 20px;
    height: 500px;
}

.cols-person-right {
    width: calc(100% - 320px);
    float: left;
    height: 100%;
}

.container-person * {
    box-sizing: border-box;
}

.header-search-person {
    width: 100%;
    float: left;
}

span.box-search-person {
    width: 100%;
    float: left;
    position: relative;
    background: white;
    border: 1px solid #ccc;
}

input.input-search-person {
    background: transparent;
    padding-right: 40px;
    border: 0;
}

span.box-search-person i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #999;
}

.list-person-left {
    width: 100%;
    float: left;
    height: calc(100% - 47px);
    border: 1px solid #ccc;
    border-top: 0;
}

.list-person-left ul {
    width: 100%;
    float: left;
    list-style: none;
    height: 100%;
    overflow: auto;
    margin: 0;
}

.list-person-left ul li {
    width: 100%;
    float: left;
    /* margin: 5px 0px; */
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    cursor: pointer;
}

span.person-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.list-person-left ul li p {
    width: calc(100% - 50px);
    float: left;
    margin: 0;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-left: 15px;
}

span.person-avatar img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.list-person-left ul li:last-child {
    border: 0;
}

.content-person {
    width: 100%;
    float: left;
    padding: 15px;
    background: url(/images/bg-content-event.jpg);
    height: 100%;
    overflow: auto;
    border: 1px solid #ccc;
}

li.active-tab {
    background: #f9eeda;
}

.content-full-width *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
.content-full-width *::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.content-full-width *::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.content-full-width *::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wraper-header-question-home {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.item-question-group {
    display: inline-block;
}

label.label-question-group {
    padding: 8px 20px;
    float: left;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 30px;
    cursor: pointer;
}

label.label-question-group:hover, .active-question label {
    background: #f8b560;
    border-color: #f8b560;
    color: white;
}

.question-list.show-question {
    opacity: 1;
}

.wraper-form-question {
    width: 100%;
    float: left;
}

h2.result-question-client {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 24px;
}

.explain {
    width: 100%;
    float: left;
    padding: 10px;
    padding-top: 0;
    color: #333;
    margin-bottom: 10px;
}

.wraper-form-question hr {
    margin: 0;
    background: #e2d6c1;
}

.node-level2 .ui-widget-header {
    background: #f5d293;
    border-color: #f7f0e4;
}

.node-level2 .ui-widget-content {
    background: #f9eeda;
    border-color: #f7f0e4;
}

.node-level3 .ui-widget-header {
    background: #8edcff;
    border-color: #8edcff;
}

.node-level3 .ui-widget-content {
    background: #cef0ff;
    border-color: #8edcff;
}

.node-level5 .ui-widget-content {
    background: #ccffe3;
    border-color: #a3ffcc;
}

.node-level4 .ui-widget-header {
    background: #bcd4ff;
    border-color: #bcd4ff;
}

.node-level5 .ui-widget-header {
    background: #a3ffcc;
    border-color: #a3ffcc;
}

.node-level4 .ui-widget-content {
    background: #e0ebff;
    border-color: #bcd4ff;
}

.tree ul {
    display: inline-block;
}

.tree > ul > li {
    float: left !important;
}

label.score-live {
    font-weight: normal;
    font-size: 14px;
}

label.score-live b {
    color: #1480ad;
}

.wraper-event-old {
    width: 100%;
    float: left;
}

.container-event-old {
    width: 100%;
    float: left;
}

ul.list-event-old {
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.list-event-old li {
    width: calc(50% - 10px);
    float: left;
    margin: auto;
}

span.box-date {
    float: left;
    width: 50px;
    border: 1px solid #ccc;
    padding: 5px 4px;
    background: white;
    color: black;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}

span.box-date label {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: initial;
    color: black;
}

span.box-date p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}

span.event-old-info {
    width: calc(100% - 81px);
    float: left;
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0px 5px 5px 0px;
    background: white;
}

span.event-old-info p {
    margin: 0;
    float: left;
    width: 100%;
}

p.event-old-name {
    font-weight: 600;
    color: black;
    padding-top: 10px;
}

p.note-year-old {
    padding-bottom: 6px;
}

.content-event-load {
    width: 100%;
    float: left;
    overflow: auto;
    max-height: 500px;
}

.container-event-search {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.container-event-list {
    width: calc(100% - 320px);
    float: left;
}

.block-left-question-home {
    width: calc(100% - 320px);
    float: left;
}

.block-right-question-home {
    width: 320px;
    float: left;
}

.container-block-right-question {
    width: 100%;
    float: left;
}

.container-block-right-question * {
    box-sizing: border-box;
}

h3.header-title-block-right-question {
    width: 100%;
    float: left;
    border: 1px solid #f8b560;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background: #f8b560;
    color: black;
}

.list-member-top-question {
    width: 100%;
    float: left;
    background: white;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.list-member-top-question ul {
    width: 100%;
    float: left;
    list-style: none;
    overflow: auto;
    max-height: 249px;
    margin: 0;
}

.list-member-top-question ul li {
    width: 100%;
    float: left;
    padding: 10px 10px;
    background: #f3f3f3;
}

span.avatar-image-member {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}

label.member-score {
    width: 30px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    color: black;
}

.list-member-top-question ul li p {
    width: calc(100% - 70px);
    float: left;
    color: black;
    padding: 0px 15px;
    line-height: 40px;
    margin: 0;
}

.list-member-top-question ul li:nth-child(odd) {
    background: white;
}

.tree li .trcont .ui-widget-header {
    border: 0;
    border-bottom: 1px solid #ffffffa3;
}

.tree li .trcont .ui-widget-content {
    border: 0;
}

.bottom-thanks {
    width: 100%;
    padding: 10px;
    float: left;
}

.bottom-thanks h3 {
    font-size: 22px;
    color: red;
    margin: 0;
}

.bottom-thanks h4 {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    color: #838c48;
}

article.blog-entry .entry-thumb {
    height: 295px;
}

.entry-details .entry-title h4 a {display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}

.dt-sc-one-third {
    width: 30%;
}

.column.first {
    margin-left: inherit;
}

.column {
    width: 0px 1% 0px 1%;
}

.learn {
    width: calc(100% - 62px);
    float: left;
    margin: 10px 30px;
    border: 1px solid red;
    background: #fff8f8;
    border-radius: 2px;
}

.learn>h5 {
    padding: 10px;
    float: left;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.learn-content {
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
}

#slider-search-container:before {
    width: 100%;
    height: 140px;
    position: absolute;
    content: "";
    background: #ffffff9c;
    bottom: -15px;
    left: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 6px -3px black;
}

.list-role-note {
    width: 100%;
    float: left;
}

.list-role-note ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    margin-top: 15px;
}

.list-role-note ul li {
    width: 100%;
    float: left;
}

.role-color {
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 50%;
}

label.label-roles {
    width: calc(100% - 45px);
    float: left;
    padding-left: 10px;
    line-height: 25px;
    font-weight: 600;
    color: black;
}

div#eventModal .modal-title {
    background: #f8b560;
}

div#eventModal .modal-body {
    background: url(/images/bg-content-event.jpg);
    background-size: cover;
}

div#eventModal .modal-dialog button.close {
    color: black;
}

label.diagram-like-heart {
    margin-left: 5px;
    color: #ffe15f;
}

a.like-button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    background: red;
    padding: 0px 5px;
    border-radius: 0px 5px 0px 5px;
    color: white;
}

a.like-button p {
    margin: 0;
    line-height: 25px;
}

a.like-button i {
    line-height: 25px;
    font-size: 16px;
    margin-right: 5px;
}

input[type="submit"], button, input[type="button"], .dt-sc-button.filled, .dt-sc-counter h5 span, .border-title span, .dt-sc-button:hover, #footer .copyright, .post-edit-link:hover, h5.dt-sc-toggle.active:before, h5.dt-sc-toggle-accordion.active:before, .dt-sc-sorting-container a:hover, .dt-sc-sorting-container a.active-sort, .dt-sc-team h6:before, .dt-sc-callout-box.type1 .dt-sc-button, .dt-sc-callout-box.type5 .dt-sc-button, .carousel-arrows a:hover, .dt-sc-team:hover, .pagination ul li.active-page, .pagination ul li a:hover, .pagination .next-post a:hover, .pagination .prev-post a:hover, ul.commentlist li .reply a.comment-reply-link:hover, .courses-view-type a:hover, .courses-view-type a.active, .courses-price-type a:hover, .courses-price-type a.active, .widget .tagcloud a:hover, .widget h3.widgettitle span, .tribe-events-meta-group .tribe-events-single-section-title:before, .page-link a:hover, .page-link > span, .dt-sc-ico-content.type13:hover .custom-icon, .woocommerce .wc-proceed-to-checkout a.checkout-button, .my-messages-link-container a.my-messages-link, .sensei-results-links .sensei-certificate-link, #attached-media ul li a, .order-again a.button, .widget.widget_sensei_course_progress header h2::after, .sensei-pagination ul li .current, .sensei-pagination ul li a:hover, .header-search input[type="submit"], .course .header-search input[type=submit], .lesson .header-search input[type=submit] {
    background-color: #f8b560;
}

/*.node-level1 .ui-widget-header {
    background: #f0d908 !important;
    color: #000 !important;
}*/

/*.node-level1 .ui-widget-content {
    background: #f0d908 !important;
    color: #000 !important;
}*/

.share-tools {
    width: 80%;
    float: left;
    padding: 0px 15px;
}

.wraper-list-like {
    width: 100%;
    float: left;
    padding: 10px;
}

.wraper-list-like ul {
    list-style: none;
    width: 100%;
    float: left;
}

.wraper-list-like ul li {
    float: left;
    margin: 5px;
    padding: 0;
    position: relative;
}

span.like-obj-avatar {
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

span.like-obj-info {
    float: left;
    padding-left: 32px;
    border: 1px solid #f6e0c7;
    border-left: 0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-left: 28px;
}

span.like-obj-info p {
    width: 100%;
    float: left;
    margin: 0;
}

span.like-obj-info p:first-child {
    font-size: 14px;
    /* text-align: center; */
}

span.like-obj-info p:last-child {
    font-weight: 600;
    color: black;
    /* text-align: center; */
}

@media screen and (max-width :768px) {
    .menu-account-left {
        width: 100%;
        padding-top: 10px;
        background: #f8f8f8;
        margin-bottom: 10px;
    }

    .content-acount-right {
        width: 100%;
    }

    .header-profile {
        width: 30%;
        float: left;
        margin: 0;
    }

    span.avatar-profile {
        width: 100%;
        border: 0;
    }

    span.avatar-profile svg {
        width: 50px;
        height: 50px;
        padding: 15px;
        background: #ededed;
        border-radius: 50%;
    }

    span.info-head-profile {
        width: 100%;
        padding: 0;
        text-align: center;
        padding-top: 10px;
    }

    ul.menu-left {
        width: 70%;
    }

    ul.menu-left li {
        width: 50%;
        float: left;
    }

    ul.menu-left li ul li {
        width: 100%;
    }

    html, body {
        display: inherit;
    }

    .diagram-left-filter {
        width: 100%;
        padding: 0;
    }

    .selection-box {
        width: 100%;
    }

    .selection-box select {
        width: 100%;
    }

    .diagram-center-chart {
        width: 100%;
        margin-top: 15px;
    }

    .cols-person-left {
        width: 100%;
        padding: 0;
        max-height: 500px;
        height: auto;
    }

    .cols-person-right {
        width: 100%;
        margin-top: 15px;
    }

    .container-person {
        height: auto;
    }

    .dt-sc-hr-invisible-medium {
        margin: 10px 0px;
    }

    .border-title.aligncenter {
        margin-bottom: 30px;
    }

    .content-survey {
        width: 100%;
    }

    #slider-search-container > .column {
        width: 50%;
    }

    #slider-search-container .dt-sc-hr-invisible-medium {
        margin: 5px 0px;
    }

    #footer .copyright {
        padding-top: 55px;
    }

    .list-person-left {height: 201px;}

    .content-person {
        height: 300px;
    }

    .tree li .trcont .ui-widget-content img {
        height: 28px;
        width: 28px;
        left: -9px;
    }

    ul.list-event-old li {
        width: 100%;
    }

    .container-event-list {
        width: 100%;
    }

    .block-left-question-home {
        width: 100%;
    }

    .block-right-question-home {
        width: 100%;
        margin-top: 15px;
    }

    #slider-search-container:before {
        display: none;
    }
    
    .dt-sc-one-third {
        width: 100%;
    }

    .open-right-profile, .open-right-filter {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width :500px) {
    .header-profile {
        width: 100%;
        padding-bottom: 10px;
    }

    ul.menu-left {
        width: 100%;
    }

    ul.menu-left {
        padding: 0px 10px;
    }
}

.sodo p {
    display: inline-block;
    margin: 0px 30px;
    color: #ccc;
    cursor: pointer;
}

p.active-diagr {
    color: black;
}

.wraper-filter-result {
    width: 100%;
    float: left;
    background: #fdf6ea;
    height: 100%;
    position: relative;
}

.container-filter-result {
    width: 100%;
    height: 100%;
    background: url(/images/bg-tdbd.jpg);
    float: left;
    overflow: auto;
}

table.table-filter-object-result {
    width: max-content;
}

th.item-year-filter {
    width: 320px;
}

.item-object {
    width: 100%;
    float: left;
    padding: 5px;
    font-weight: 600;
    color: black;
}

table.table-filter-object-result td {
    vertical-align: top;
}

li.active-filter .role-color {border: 1px solid red;}

a.btn-close-filter {
    background: #ff7373;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    line-height: 26px;
}

.load-tree-cv .tnode {display: none;}

.load-tree-cv .tree>ul>li>.trchl>ul>li, .tree>ul>li>.trchl>ul>li>.trchl>ul>li {display: block !important;}

.load-tree-cv .tree>ul>li>.trchl>.btn-loadmore-diagram, .tree>ul>li>.trchl>ul>li>.trchl>.btn-loadmore-diagram {display: none;}

.trchl {position: relative;}

a.btn-loadmore-diagram {position: absolute;width: 25px;height: 25px;background: #f8b560;border-radius: 50%;bottom: -10px;left: calc(50% - 11.5px);text-align: center;line-height: 25px;color: white;z-index: 2;}

.show-more-diagram>.btn-loadmore-diagram {display: none;}

.show-more-diagram>ul>li {display: block !important;}

.tree > ul > li {display: inline-block !important;}

.loading-diagram {height: 500px;width: 100%;overflow: hidden;display: inline-block;position: relative;}

.loading-diagram:before {content: "";width: 100%;height: 100%;background: url(/images/loading-large.gif) no-repeat white center;position: absolute;top: 0;left: 0;z-index: 9;}

a.news-name-home {display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;overflow: hidden;height: 100%;width: 100%;}

.entry-details .entry-title {height: 100%;}

.selected-profile-tags {border: 1px solid red;}

.selected-profile-tags img {border-color: red !important;}

.navi-profile-detail {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

a.btn-navi-profile {
    float: left;
    padding: 5px 20px;
    border: 1px solid #f8b560;
    border-radius: 5px;
    margin: 8px 8px;
}

.active-navi-profile {
    background: #f8b560;
    color: white;
}

.item-wraper-content {
    width: calc(100% - 60px);
    float: left;
    padding: 0px 30px;
}

.pling-text {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
  0%{   color: red;  }
  49%{  color: red; }
  50%{  color: #f8b560; }
  99%{  color: #f8b560;  }
  100%{ color: #f8b560;  }
}

@keyframes blinkingBackground {
  0%{   background: #ffd5a0;  }
  49%{  background: #ffd5a0; }
  50%{  background: #f8b560; }
  99%{  background: #f8b560;  }
  100%{ background: #f8b560;  }
}

.selected-profile:before {
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 3px;
    right: 5px;
}

.section-header-login {
    width: 100%;
    margin-bottom: 15px;
}

a.btn-register {
    padding: 0px 10px !important;
    background: #fdf6ea;
    display: inline-block;
    line-height: 30px !important;
    animation: blinkingBackground 1.2s infinite;
}