:root {
    --page-color-lifestyle: #e51c8b;
}

body {
    line-height: 1.7;
}

@media only screen and (min-width: 577px) {
    .sticky-top {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
}

input,
.btn,
.dropdown-menu {
    border-radius: 0;
}

.modal-big .modal-content {
    display: flex;
    min-height: calc(100vh - 60px);
}

.text-lifestyle {
    color: var(--page-color-lifestyle);
}

.breadcrumb {
    background: #fff;
}

.breadcrumb > li + li:before {
    content: '\f105';
    font-family: fontAwesome;
    padding: 0 10px;
}

.breadcrumb > li,
.breadcrumb > li a {
    color: #c3c3c3 !important;
    text-transform: capitalize;
    text-decoration: none;
}

.breadcrumb > li:not(:last-of-type) a:hover {
    color: var(--page-color-lifestyle) !important;
}

.md-btn {
    display: inline-block;
    border: 0;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-size: 14px;
    padding: 9px 15px;
    color: #000;
    background-color: #eee;
    transition: all .3s ease;
    text-decoration: none !important;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.md-btn-user{
    background-color: #ffffff;
}
.md-btn-user:hover{
    background-color: #eee;
}
.md-btn--warning {
    background-color: #f07d0b;
    color: #fff !important;
    border-color: #f07d0b;
}

.md-btn--warning:hover {
    background-color: #f3973c;
    border-color: #f3973c;
}

.videochat > a {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    background: #666666;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity .3s, -webkit-transform .15s;
    transition: opacity .3s, -webkit-transform .15s;
    transition: opacity .3s, transform .15s;
    transition: opacity .3s, transform .15s, -webkit-transform .15s;
}

.videochat.disabled > a {
    background-color: #9ea2a8;
}

.videochat:not(.disabled) > a:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: .9;
}

header {
    font-family: 'Frank Ruhl Libre', serif;
}

header .flag-img img {
    width: 25px;
    margin: 6px 5px 5px 0;
}

header.header-vietcraft * {
    outline: none;
}

header.header-vietcraft .flag-img {
    padding: 0 16px;
    background-color: #eaeaea;
}

header.header-vietcraft .flag-img .pull-right a {
    font-family: 'Roboto', sans-serif;
    margin-left: 15px;
    text-decoration: none;
    color: var(--page-color-lifestyle);
    font-size: 11px;
}

header.header-vietcraft .flag-img .pull-right .cart-btn {
    font-size: 16px;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

header.header-vietcraft .flag-img .pull-right .cart-btn i {
    font-size: 20px;
}

header.header-vietcraft .flag-img .pull-right .md-btn {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    margin: 0;
}

header.header-vietcraft {
    align-items: center;
}

header.header-vietcraft .logo-area {
    padding: 0 12px;
    height: 125px;
}

header.header-vietcraft .logo-area img {
    height: 100%;
}

.vietcraft-header-menu-area {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area:before,
.vietcraft-header-menu-area:after {
    display: table;
    content: " ";
}

.vietcraft-header-menu-area:after {
    clear: both;
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar-thumb {
    background-color: #eeeeee66;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item:not(.relative) {
    position: unset;
}

.vietcraft-header-menu-area .vietcraft-header-menu-item > a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a .caret {
    margin-left: 8px;
    margin-top: -2px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-top: 0;
    float: unset;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu a {
    color: #9e9e9e;
    text-decoration: none;
    font-weight: 500;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width {
    padding: 20px;
    width: 100%;
    display: block;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown:not(.open) .dropdown-menu.full-width {
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    height: 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width a:hover {
    color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block:not(:last-of-type) {
    margin-bottom: 25px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > a {
    text-transform: uppercase;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li:before {
    content: "\f101";
    position: absolute;
    left: 2px;
    top: 0;
    font: normal normal normal 14px/28px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li > a {
    display: block;
    padding: 3px 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu {
    left: -1px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu > .vietcraft-header-menu-sub-item > a {
    padding: 10px 20px;
    transition: .5s;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu > .vietcraft-header-menu-sub-item > a:hover {
    color: #fff;
    background-color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.open > a,
.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:hover,
.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:focus {
    color: var(--page-color-lifestyle);
    background-color: #fff;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item:not(.dropdown) > a:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .header-search {
    width: 330px;
    display: flex;
    padding-right: 20px;
}

.vietcraft-header-menu-area .header-search > a {
    display: inline-block;
    vertical-align: middle;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search {
    padding: 5px 0;
    flex-grow: 1;
}

.vietcraft-header-menu-area .header-search > a.md-btn {
    margin: 5px 0 5px -4px;
    padding: 5px 10px;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search .select2-container--krajee .select2-selection {
    border-radius: 0;
    height: 33px;
    font-weight: 500;
    text-transform: none;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    visibility: hidden;
}

.header-mb-control-nav {
    position: absolute;
    float: left;
    display: block;
    width: 26px;
    height: 42px;
    margin: 0 10px;
    transition: .2s;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

.header-mb-control-nav .bars {
    position: absolute;
    top: calc((100% - 21px) / 2);
    left: 2px;
    height: 3px;
    width: 22px;
    background: #fff;
    transition: all 0.3s ease-in-out;;
}

.header-mb-control-nav .bars:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 3px;
    width: 22px;
    background: #fff;
    transition: all 0.3s ease-in-out;;
}

.header-mb-control-nav .bars:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    height: 3px;
    width: 22px;
    background: #fff;
    transition: all 0.3s ease-in-out;;
}

#header-mb-control:checked + .header-mb-control-nav .bars {
    transform: translateY(9px) rotate(45deg);
}

#header-mb-control:checked + .header-mb-control-nav .bars:before {
    transform: translateY(-9px) rotate(90deg);
}

#header-mb-control:checked + .header-mb-control-nav .bars:after {
    transform: translateY(-18px) rotate(-90deg);
}

.fa-arrow-bottom-left:before {
    content: "\f060";
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown-section ul li a {
    display: block;
    font-size: 16px;
    padding: 10px;
    white-space: nowrap;
    color: #fff;
    background: var(--page-color-lifestyle);
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-section {
    background: var(--page-color-lifestyle) !important;
}

.dropdown-section ul li a:hover {
    text-decoration: revert;
}

.dropdown-section {
    background: var(--page-color-lifestyle);
    width: 300px;
}

.checkbox-same-margin .checkbox:first-child {
    margin-top: 0;
}

.btn-lifestyle {
    color: #fff !important;
    background-color: var(--page-color-lifestyle);
    border-color: var(--page-color-lifestyle);
}

.btn-lifestyle:hover,
.btn-lifestyle:active,
.btn-lifestyle:focus {
    background-color: #bd1772;
    border-color: #941259;
}

.btn-lifestyle:focus {
    border-color: #6e0d44;
}

.btn-lifestyle:hover:active {
    background-color: #941259;
    border-color: #6e0d44;
}

.lifestyle-pagination > li > a,
.lifestyle-pagination > li > span {
    color: #EF1E8A;
}

.lifestyle-pagination > .active > a,
.lifestyle-pagination > .active > a:focus,
.lifestyle-pagination > .active > a:hover,
.lifestyle-pagination > .active > span,
.lifestyle-pagination > .active > span:focus,
.lifestyle-pagination > .active > span:hover {
    background-color: #EF1E8A;
    border-color: #EF1E8A;
}

.flex-grow {
    flex-grow: 1;
}

.common-border {
    border: 1px solid #ccc;
}

.welcome-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.grid-item-common a {
    display: block;
}

.grid-item-common .grid-name {
    width: calc(100% - 80px);
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px 0 5px 0;
    float: left;
}

.grid-item-common .grid-description {
    font-weight: 400;
    height: 2.85714286em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-item-common .grid-rate {
    text-align: right;
    width: 80px;
    padding: 15px 0 5px 0;
    float: right;
}

.button-default {
    border-radius: 0;
    padding: 5px 20px;
    background: var(--page-color-lifestyle);
    color: #fff;
    font-size: 16px;
    transition: background-color .3s, color .3s;
}

.button-default.button-large {
    font-size: 20px;
    min-width: 180px;
}

.button-default:focus {
    color: #fff;
}

.button-default:hover {
    background: #fff;
    color: var(--page-color-lifestyle);
    outline: 2px solid var(--page-color-lifestyle);
}

#notification-popup-area {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 12345;
}

#notification-popup-area .popup-order-notification {
    display: table;
    margin-top: 15px;
    margin-left: auto;
    padding: 15px 35px;
    border: 1px solid silver;
    border-radius: 11px;
    background: #ccc;
    z-index: 12356;
    font-size: 16px;
    width: fit-content;
    width: -moz-fit-content;
}

#notification-popup-area .popup-order-notification.success {
    border-color: #2a8426;
    background: #eafdeb;
}

#notification-popup-area .popup-order-notification.error {
    border-color: #d43f3a;
    background: #eed3d7;
}

#sign-in [class*='site-'] .card {
    max-width: 415px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 11px;
    box-shadow: 0 2px 6px #00000029;
    font-size: 16px;
}

#sign-in [class*='site-'] .card .page-title {
    font-size: 46px;
    line-height: 52px;
}

#sign-in [class*='site-'] .card .auth-link {
    text-decoration: none;
}

#sign-in [class*='site-'] .card .option-signin-client {
    display: grid;
    grid-template-columns: 30px 1fr;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 99px;
    padding: 5px;
}

#sign-in [class*='site-'] .card .option-signin-client.facebook {
    background-color: var(--brand-color-facebook-default);
}

#sign-in [class*='site-'] .card .option-signin-client.google {
    background-color: var(--brand-color-google-red);
}

#sign-in [class*='site-'] .card .option-signin-client > * {
    line-height: 30px;
}

#sign-in [class*='site-'] .card .text-line-separator {
    position: relative;
}

#sign-in [class*='site-'] .card .text-line-separator span {
    background-color: #fff;
    padding: 0 10px;
}

#sign-in [class*='site-'] .card .text-line-separator:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    border: 1px solid #ccc;
    z-index: -1;
}

#sign-in [class*='site-'] .card button[type="submit"] {
    border-radius: 0;
    outline: 0;
    min-width: 150px;
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    padding: 10px 0;
}

.homepage-button-area {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(160px, 1fr) );
    grid-gap: 15px;
    width: 500px;
    max-width: 100%;
    margin: 0;
    float: right;
    padding: 20px 20px 0;
    direction: rtl;
}

.homepage-button-area > .button-default {
    min-width: unset;
}

.map-layout {
    margin-top: 50vh;
    background: #fff;
    text-align: center;
}

.map-layout img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.map-layout .button-default {
    padding: 12px 15px;
}

.map-layout > a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.map-layout > a > *:not(.icon-hidden) {
    transform: scale(1) rotate(0);
    opacity: 1;
    transition: opacity .5s, transform .5s;
}

.map-layout > a > .icon-hidden {
    position: absolute;
    top: 16px;
    left: 16px;
    transform: scale(.5);
    opacity: 0;
    transition: opacity .8s, transform .8s;
}

.map-layout.show > a > *:not(.icon-hidden) {
    transform: scale(.5) rotate(180deg);
    opacity: 0;
}

.map-layout.show > a > .icon-hidden {
    transform: scale(1);
    opacity: 1;
}

.homepage-list-sector {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 380px;
    max-width: 100%;
    padding: 15px;
}

.homepage-list-sector > * {
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-height: 680px) {
    .homepage-list-sector > * {
        margin-bottom: 10px;
    }

    .button-default {
        padding: 5px 20px;
    }
}

@media only screen and (max-height: 550px) {
    .homepage-list-sector > * {
        margin-bottom: 7px;
    }

    .button-default {
        padding: 2px 20px;
    }
}

@media only screen and (max-width: 200px) {
    .dropdown-section {
        width: 200px;
    }
}

.list-sector li {
    margin: 10px 20px;
}

.list-sector a {
    display: block;
    font-size: 16px;
    padding: 10px;
    white-space: nowrap;
    color: #fff;
    background: var(--page-color-lifestyle);
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibitor-detail .exhibitor-profile a {
    text-decoration: underline;
    color: var(--system-color-darkgray);
    font-weight: 300;
}

.exhibitor-detail .exhibitor-profile > * {
    font-size: 18px;
}

.exhibitor-detail .exhibitor-profile > p {
    margin-bottom: 15px;
}

.exhibitor-detail .exhibitor-profile .exhibitor-name {
    font-size: 30px;
    line-height: 1.5;
    color: var(--page-color-lifestyle);
}

.exhibitor-detail .exhibitor-profile .exhibitor-logo {
    padding-bottom: 30px;
}

.exhibitor-detail .exhibitor-viewed {
    color: var(--page-color-lifestyle);
    padding-bottom: 15px;
}

.exhibitor-detail .exhibitor-profile .exhibitor-logo img {
    min-height: 160px;
    max-height: 210px;
    border: 5px solid #ccc;
    max-width: 100%;
}

.exhibitor-detail .exhibitor-profile-right {
    padding-top: 8px;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-profile-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-profile-title:not(:first-child) {
    margin-top: 25px;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product {
    margin-left: -5px;
    margin-right: -5px;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item {
    position: relative;
    width: 50%;
    padding: 0 0 5px 5px;
    float: left;
}

.exhibitor-image {
    border-bottom: none !important;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .product-name {
    background: var(--page-color-lifestyle) !important;
    width: 100%;
    height: 40px;
    text-overflow: ellipsis;
    font-weight: 700;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    border-top: none !important;
    opacity: 0.6;
}

.exhibitor-product .exhibitor-product-item:hover .product-name {
    opacity: 1;
}

.exhibitor-product-item a {
    text-decoration: none;
}

.exhibitor_footer .btn_exhibitor_footer {
    background: var(--page-color-lifestyle) !important;
    font-weight: 600;
    border: none;

}

.exhibitor-footer {
    margin: 150px auto;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item .btn-add-product-to-cart {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    background: #000;
    color: #fff;
    opacity: .3;
    border-radius: 100%;
    z-index: 101;
    cursor: pointer;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item .btn-add-product-to-cart.active {
    opacity: .8 !important;
    background: #2a8426;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item .btn-add-product-to-cart:hover {
    opacity: .6;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item .btn-add-product-to-cart i:before {
    content: "\f217";
}

.custromer-comment p {
    padding: 10px;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item .btn-add-product-to-cart.active i:before {
    content: "\f07a";
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item .btn-add-product-to-cart i {
    transform: translate(-1px, 1px);
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item a > div {
    border: 2px solid #ccc;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item .exhibitor-product-image {
    object-fit: contain;
}

.exhibitor-detail .exhibitor-rating .rating-area {
    padding: 20px 0;
    font-size: 24px;
}

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

.rating-area i {
    color: var(--system-color-gray-3, #ccc);
}

.rating-area i.full-star-rate {
    color: var(--system-color-red, red);
}

.modal button.close.absolute-pos {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #000;
    border-radius: 100%;
    outline: none;
    opacity: .3;
    z-index: 9;
}

.modal button.close.absolute-pos:hover {
    opacity: .5;
}

.product-detail {
    padding: 15px;
}

.product-detail .ratio .ratio-container {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.product-detail .product-profile .product-name {
    font-size: 30px;
    line-height: 1.5;
    color: var(--page-color-lifestyle);
    margin-top: 15px;
    margin-bottom: 20px;
}

#product-imgs .product-preview {
    transform: scale(0.99);
}

#product-imgs .product-preview:first-child {
    margin-top: 0;
    margin-left: 0;
}

#product-imgs .product-preview:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.product-detail .product-profile .rating-area {
    font-size: 18px;
    margin-bottom: 20px;
}

.product-detail .product-profile .product-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--system-color-red);
    margin-bottom: 20px;
}

.product-detail .product-profile > p,
.product-detail .product-profile .product-description {
    font-size: 16px;
}

.product-detail .product-profile > p a {
    text-decoration: underline;
    color: var(--system-color-darkgray);
    font-weight: 300;
}

.product-detail .product-profile .btn#add-to-cart {
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-placeholder .middle-screen {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.cart-placeholder .middle-screen .fa {
    font-size: 66px;
    opacity: .6;
    animation-duration: 1s;
}

.cart .cart-item-block {
    padding: 15px;
    border-radius: 11px;
    box-shadow: 0 2px 6px #00000029;
    margin-bottom: 15px;
}

.cart .cart-item-block:before,
.cart .cart-item-block:after {
    display: table;
    content: " ";
}

.cart .cart-item-block:after {
    clear: both;
}

.cart .cart-item-block > h3 {
    position: relative;
    font-family: 'Frank Ruhl Libre', serif;
    color: var(--page-color-lifestyle);
    margin-bottom: 25px;
}

.cart .cart-item-block > h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    border: 1px solid var(--page-color-lifestyle);
}

.cart .cart-item-block .cart-item-product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
}

.cart .cart-item-block .cart-item-product-list .cart-product-item-block {
    position: relative;
    padding: 5px;
    display: flex;
}

.cart .cart-item-block .cart-item-product-list .cart-product-item-block .cart-product-item-thumb {
    width: 33.33333333%;
    padding-right: 10px;
}

.cart .cart-item-block .cart-item-product-list .cart-product-item-block .cart-product-item-info {
    display: flex;
    flex-direction: column;
    width: 66.66666667%;
}

.cart .cart-item-block .cart-item-product-list .cart-product-item-block .cart-product-item-info > h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart .cart-item-block .cart-item-product-list .cart-product-item-block .btn-cancel-product {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background: #000;
    opacity: .5;
    border-radius: 100%;
    cursor: pointer;
    z-index: 100;
}

.cart .cart-item-block .cart-item-product-list .btn-cancel:hover {
    opacity: .6;
}

.cart .cart-item-block > .pull-right > .btn {
    margin: 0 10px;
    min-width: 150px;
}

.exhibitor-detail #vr-preview {
    position: fixed;
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 123458;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 1s;
}

.exhibitor-detail #vr-preview > .btn.hide-vr {
    position: relative;
    background-color: var(--page-color-lifestyle);
    padding: 0;
    border-radius: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.exhibitor-detail #vr-preview > .btn.hide-vr:after {
    content: '';
    position: absolute;
    top: 0;
    left: 31px;
    border-right: 1px solid #fff;
    height: 100%;
}

.exhibitor-detail #vr-preview > .btn.hide-vr > span {
    position: relative;
    padding: 10px;
    color: #fff;
}

.exhibitor-detail #vr-preview > .btn-info-circle {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: none rgba(17, 17, 17, 0.6);
    border-radius: 100%;
    cursor: pointer;
}

.exhibitor-detail #vr-preview > iframe {
    z-index: -1;
}

.exhibitor-detail #vr-preview.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/*-- Rating --*/
.rating-comment-block .rating-avg {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.rating-comment-block .rating-avg .rating-stars {
    margin-left: 10px;
}

.rating-comment-block .rating-avg .rating-stars, .rating .rating-stars {
    display: inline-block;
}

.rating-comment-block .rating-avg .rating-stars > i,
.rating .rating-stars > i {
    color: #E4E7ED;
}

.rating-comment-block .rating-avg .rating-stars > i.fa-star,
.rating .rating-stars > i.fa-star {
    color: #D10024;
}

.rating-comment-block ul,
.rating-comment-block ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rating-comment-block .rating li {
    margin: 5px 0;
}

.rating-comment-block .rating .rating-progress {
    position: relative;
    display: inline-block;
    height: 9px;
    background-color: #E4E7ED;
    width: 120px;
    margin: 0 10px;
    border-radius: 5px;
}

.rating-comment-block .rating .rating-progress > div {
    background-color: #D10024;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.rating-comment-block .rating .sum {
    display: inline-block;
    font-size: 12px;
    color: #8D99AE;
}

/*-- Reviews --*/
.rating-comment-block .reviews li {
    position: relative;
    padding-left: 145px;
    margin-bottom: 30px;
}

.rating-comment-block .reviews .review-heading {
    position: absolute;
    width: 130px;
    left: 0;
    top: 0;
    height: 70px;
}

.rating-comment-block .reviews .review-body {
    min-height: 70px;
    padding-left: 10%;
}

.rating-comment-block .reviews .review-heading .name {
    margin-bottom: 5px;
    margin-top: 0;
}

.rating-comment-block .reviews .review-heading .date {
    color: #8D99AE;
    font-size: 10px;
    margin: 0;
}

.rating-comment-block .reviews .review-heading .review-rating {
    margin-top: 5px;
}

.rating-comment-block .reviews .review-heading .review-rating > i {
    color: #E4E7ED;
}

.rating-comment-block .reviews .review-heading .review-rating > i.fa-star {
    color: #D10024;
}

.rating-comment-block .reviews-pagination {
    text-align: center;
}

.rating-comment-block .reviews-pagination li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.rating-comment-block .reviews-pagination li:hover {
    background-color: #E4E7ED;
    color: #D10024;
}

.rating-comment-block .reviews-pagination li.active {
    background-color: #D10024;
    border-color: #D10024;
    color: #FFF;
    cursor: default;
}

.rating-comment-block .reviews-pagination li a {
    display: block;
}

/*-- Review Form --*/
.rating-comment-block .review-form .input {
    padding: 15px;
    height: 40px;
    min-height: 90px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
}

.rating-comment-block .review-form .input-rating {
    margin-bottom: 15px;
}

.rating-comment-block .review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

.rating-comment-block .review-form .input-rating .stars input[type="radio"] {
    display: none;
}

.rating-comment-block .review-form .input-rating .stars > label {
    float: right;
    cursor: pointer;
    padding: 0 3px;
    margin: 0;
}

.rating-comment-block .review-form .input-rating .stars > label:before {
    content: "\f006";
    font-family: FontAwesome;
    color: #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.rating-comment-block .review-form .input-rating .stars > label:hover:before,
.review-form .input-rating .stars > label:hover ~ label:before {
    color: #D10024;
}

.rating-comment-block .review-form .input-rating .stars > input:checked label:before,
.review-form .input-rating .stars > input:checked ~ label:before {
    content: "\f005";
    color: #D10024;
}

.rating-comment-block .reviews-pagination .active a {
    color: #fff !important;
}

.rating-comment-block .product-details .btn-login {
    margin-bottom: 30px;
}

.rating-comment-block .product-details .btn-login .reviews-btn {
    position: relative;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 30px;
    background-color: #39895b;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.rating-comment-block .product-details .btn-login .reviews-btn > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #39895b;
    opacity: 0;
    visibility: hidden;
}

.rating-comment-block .product-details .btn-login .reviews-btn:hover {
    background-color: #FFF;
    color: #39895b;
    border-color: #39895b;
    padding: 0 30px 0 50px;
}

.rating-comment-block .product-details .btn-login .reviews-btn:hover > i {
    opacity: 1;
    visibility: visible;
}

.rating-comment-block .btn-save-rating {
    padding: 12px 30px;
    background-color: #D10024;
    border-radius: 40px;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.rating-comment-block .btn-save-rating:hover,
.rating-comment-block .btn-save-rating:focus {
    opacity: 0.9;
}

#modal-flip iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .vietcraft-header-menu-area .vietcraft-header-menu {
        position: absolute;
        top: 0;
        right: 20px;
        height: 100vh;
        z-index: 1001;
        background-color: #222;
        opacity: 0;
        visibility: hidden;
        transition: .8s;
        overflow: auto;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.vietcraft-header-menu-item.dropdown .dropdown-menu {
        position: relative;
        border: 0;
        box-shadow: unset;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a {
        padding: 20px;
        min-width: 250px;
        width: 100%;
        max-width: 100vw;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:hover {
        background-color: var(--page-color-lifestyle);
        color: #fff;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.open > a {
        background-color: #eee;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul {
        margin-top: 5px;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu {
        left: unset;
    }

    #header-mb-control:checked ~ .vietcraft-header-menu {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .modal-big {
        width: calc(100vw - 60px);
    }

    .product-detail {
        display: flex;
        width: 100%;
    }

    .product-detail > .row {
        display: flex;
        width: calc(100% + 30px);
    }

    .product-detail .ratio {
        height: 100%;
    }

    .product-detail .ratio:before {
        content: unset;
    }

    .product-detail .product-profile {
        height: 100%;
        flex-direction: column;
        display: flex;
    }

    .product-detail .product-profile .product-name {
        margin-top: -12px;
    }
}

@media (min-width: 992px) {
    .vietcraft-header-menu-area .header-mb-control-nav {
        display: none;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu {
        float: left;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item {
        display: inline-block;
        margin-right: -4px;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.vietcraft-header-menu-item-pull-right {
        float: right;
    }

    .map-layout {
        position: absolute;
        margin: 0;
        left: 20px;
        bottom: 20px;
        width: 100%;
        height: 100%;
        max-width: 48.13px;
        max-height: 48px;
        overflow: hidden;
        transition: .3s;
        text-align: left;
    }

    .map-layout.show {
        max-width: 500px;
        max-height: 500px;
        overflow: visible;
    }

    .map-layout.show .list-sector {
        left: 500px;
        animation-name: show-list-sector;
        animation-fill-mode: forwards;
        animation-duration: .6s;
    }

    .list-sector {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        background: var(--page-color-lifestyle);
    }

    .list-sector li {
        margin: 0;
    }

    .list-sector a:hover {
        text-decoration: underline;
    }

    .exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item {
        width: 33.33333333333333%;
    }

    .exhibitor-detail .exhibitor-profile {
        padding: 0 30px 30px 0;
    }

    .exhibitor-detail .exhibitor-rating {
        padding-left: 30px;
    }

    #product-imgs .product-preview {
        margin: 10px 0;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1140px;
    }

    .homepage-list-sector {
        margin-left: calc(3% + 5px);
    }

    .exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item {
        width: 25%;
    }
}

@keyframes show-list-sector {
    0% {
        left: 0;
        z-index: -1;
        opacity: 0;
    }
    50% {
        left: 0;
        z-index: -1;
        opacity: 0;
    }
    80% {
        z-index: -1;
        opacity: .5;
    }
    99% {
        z-index: -1;
        opacity: .8;
    }
    100% {
        left: 500px;
        z-index: 1;
        opacity: 1;
    }
}

.section-article {
    margin: 0 !important;
}

.section-article > .container-fluid > .row > *:nth-of-type(2) {
    margin-top: 25px;
}

.section-article .entry__title {
    color: var(--page-color-lifestyle);
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 400;
}

.section-article .article-wrapper .article-item {
    text-decoration: none;
}

.section-article .article-wrapper .article-item .article-item-block {
    display: grid;
    grid-template-columns: min(150px, 45%) 1fr;
    grid-gap: 10px;
    margin-bottom: 15px;
}

.section-article .article-wrapper .article-item .article-item-block .article-item-body {
    position: relative;
}

.section-article .article-wrapper .article-item .article-item-block .article-item-body .article-item-title {
    color: #000;
    font-size: calc(.4vw + 12.5px);
    margin-top: 0;
    word-break: break-word;
}

.section-article .article-wrapper .article-item .article-item-block .article-item-body .article-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    color: #777;
    line-height: 1.8;
    height: 7.2em;
    text-align: justify;
}

.section-article .entry__desc {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
}

.section-article .entry__desc a {
    color: var(--page-color-lifestyle);
}

.section-article .contact {
    margin-bottom: 30px;
}

.section-article .contact__title {
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--page-color-lifestyle);
    margin-top: 0;
    margin-bottom: 20px;
}

.section-article .contact__text {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.section-article .contact__text a {
    color: var(--page-color-lifestyle);
}

.section-article .form-wrapper {
    margin: 0 -15px;
    overflow: hidden;
}

.section-article .form-item {
    margin-bottom: 15px;
    padding: 0 15px;
}

.section-article .form__label {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.section-article .form-control--02 {
    line-height: 38px !important;
    height: 40px !important;
    border-color: var(--page-color-lifestyle) !important;
    border-radius: 0 !important;
}

.section-article img {
    max-width: 100%;
}

.section-article .md-block {
    margin-bottom: 30px;
}

.section-article .title {
    margin-bottom: 20px;
}

.section-article .title__title {
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--page-color-lifestyle);
    margin: 0;
    padding: 0;
}

.footer .title__title {
    margin-top: 0;
}

.widget-social {
    margin: -5px;
    overflow: hidden;
}

.widget-social li {
    width: 33.333333%;
    float: left;
    padding: 5px;
}

.widget-social__inner {
    color: #fff !important;
    height: 120px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    -ms-flex-pack: center;
    justify-content: center;
}

.widget-social__inner.facebook {
    background-color: #345897;
}

.widget-social__inner.twitter {
    background-color: #2181c3;
}

.widget-social__inner.youtube {
    background-color: #c6302f;
}

.widget-social__inner.linkedin {
    background-color: #0077b5;
}

.widget-social__inner.pinterest {
    background-color: #d0001c;
}

.widget-social__inner.instagram {
    background-color: #674538;
}

.section-product img {
    max-width: 100%;
}

.section-product .post__media {
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1px solid #ebebeb;
    top: 0;
    left: 0;
}

.section-product .post {
    position: relative;
}

.section-product .post__style-02 .post__body {
    min-height: 160px;
}

.section-product .post__style-02 .post__title {
    font-size: 18px;
}

.product-search .help-block {
    margin-bottom: 0;
    margin-top: 0;
}

.product-search input, .product-search button {
    border-radius: 0;
}

.product-search button {
    text-transform: uppercase;
    font-weight: 600;
}

.exhibitors-search .help-block {
    margin-bottom: 0;
    margin-top: 0;
}

.exhibitors-search input, .exhibitors-search button, .exhibitors-search .select2-selection {
    border-radius: 0 !important;
}

.exhibitors-search {
    font-size: 14px !important;
    font-weight: inherit;
}

.exhibitors-search button {
    text-transform: uppercase;
    font-weight: 600;
}

.section-product .post__style-02 .post__title a {
    color: #0b0b0b;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: 600;
}

.section-product .post__style-02 .post__title a:hover {
    color: var(--page-color-lifestyle);
}

.post__style-02 .post__inner {
    padding-left: 130px;
}

@media (min-width: 993px) {
    .post__style-02 .post__media {
        width: 150px;
        height: 150px;
    }

    .post__style-02 .post__inner {
        padding-left: 170px;
    }
}

.footer {
    height: unset;
    background-color: unset;
    position: relative;
    color: #111;
    border-top: 3px solid var(--page-color-lifestyle);
    padding: 40px 0 60px 0;
}

.footer .widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.footer .widget .widget__title {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: var(--page-color-lifestyle);
    margin-top: 0;
    margin-bottom: 10px;
}
.btn-exhibitor-send-mail{
    background: var(--page-color-lifestyle)!important;
    border: var(--page-color-lifestyle)!important;
}
.footer .widget .widget-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .widget .widget-list li {
    font-family: "Roboto", sans-serif;
    padding: 5px 0;
    color: #111;
}

.footer .widget .widget-list.mb-20 {
    margin-bottom: 20px;
}

.footer .widget a {
    color: var(--page-color-lifestyle);
}

ul.list_style_none {
    list-style: none;
    margin: 0;
    padding: 0;
}

p.line_1_7 {
    line-height: 1.7;
}

.booth-design-selection [class*='col-'] {
    padding-bottom: 30px;
}

.hidden-element {
    display: none !important;
}

.logo-index {
    position: absolute;
    top: 0;
    left: calc(3% + 15px);
    width: 15vw;
}

@media only screen and (max-width: 1200px) {
    .logo-index {
        left: 10px;
        width: 20vw;
    }
}

@media only screen and (max-width: 500px) {
    .logo-index {
        display: none;
    }
}

@media only screen and (max-height: 500px) {
    .logo-index {
        display: none;
    }
}

.event-item {
    padding: 15px !important;
    border-radius: 0;
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px 7px 15px -5px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgb(0 0 0 / 7%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-weight: 400;

}

.event-item:hover {
    background: var(--page-color-lifestyle);
    color: white;
}

.event-item.active {
    background: var(--page-color-lifestyle);
    color: white;
}

.event-item.active::after {
    position: absolute;
    top: calc(50% - 5px);
    right: -11px;
    width: 0;
    height: 0;
    margin-top: -10px;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--page-color-lifestyle);
}

.event-detail .eventTitle {
    font-size: 18px;
    font-weight: 300;
    color: var(--page-color-lifestyle);
    text-transform: uppercase;
    font-weight: bold;
}

.event-detail .eventTime {
    color: var(--page-color-lifestyle);
    font-size: 18px;
    margin-top: 30px;

}

.event-detail .eventLocation {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;

}

.event-detail .eventSpeaker {
    margin-top: 30px;
    /*font-size: 18px;*/
}

.event-detail .eventInfo {
    /*font-size: 18px;*/
}

.event-detail .eventJoin {
    padding-left: 50px;
}

.event-detail .eventJoin a {
    margin-right: 20px;
}

.event_p {
    color: var(--page-color-lifestyle);
}

.form_register_webinar {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.46);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.46);
    padding: 15px;
}
.eventLinkRegister{
    font-size: 18px;
}
.eventheading{
    text-transform: uppercase;
}
.number-cart{
    background-color: var(--page-color-lifestyle);
    /*font-size: x-small;*/
}

.mouse-pointer-focus-floor-plan {
    cursor: pointer!important;
}
.floor-plan-item {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.floor-plan-item .floor-plan-item-title {
    font-size: 22px;
    padding: 5px 15px 0 15px;
}
.floor-plan-item .floor-plan-item-title hr {
    margin-top: 5px;
    border-color: #ccc;
}
.floor-plan-item .floor-plan-item-body {
    padding-bottom: 10px;
}
.floor-plan-item .floor-plan-item-body > * {
    width: 100%;
    text-align: center;
}
#detail-exhibition-area .status-message {
    font-size: 23px;
}
#exhibition-popup-content-detail > table {
    margin-bottom: 0;
}
@media (min-width: 654px) {
    #exhibition-popup-content {
        display: flex;
    }
    #exhibition-popup-content-detail {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 15px);
        height: 100%;
        overflow: auto;
    }
}