body {
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}



.display-scroll::-webkit-scrollbar {
    width: 8px;
    background: #ececec;
    border-radius: 15px;
}
.hidden-scroll::-webkit-scrollbar {
    width: 0;
    background: #ececec;
}
::-webkit-scrollbar-thumb {
    background: #245673;
    border-radius: 15px;
}

.display-scroll-abu::-webkit-scrollbar {
    width: 8px;
    background: #ececec;
    border-radius: 15px;
}
.display-scroll-abu::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 15px;
}

.datepick:before {
    top: 3px; 
    left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}
.datepick::-webkit-datetime-edit, .datepick::-webkit-inner-spin-button, .datepick::-webkit-clear-button {
    display: none;
}
.datepick::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}


nav {
    width: 100%;
    background: #fff;
    text-align: right;
    box-shadow: 0px 1px 21px -16px #0000007a;
    position: fixed;
    z-index: 9;
    transition: all 290ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
}

nav .nav-logo {
    padding: 28px 0px 27px 50px;
    float: left;
}

nav .nav-logo .imt-logo {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: url(https://app.imt-indonesia.com/images/logo-imt.png) no-repeat;
    background-size: contain;
}

nav .nav-logo .fti-logo {
    display: inline-block;
    width: 170px;
    height: 60px;
    margin-left: 10px;
    background: url(https://app.imt-indonesia.com/images/logo-fti.png) no-repeat;
    background-size: contain;
}

nav .nav-profile {
    padding: 38px 40px 37px;
    float: right;
}

nav .nav-profile .avatar {
    display: inline-block;
    width: 47px;
    height: 47px;
    border-radius: 30px;
    background-color: #cecece;
    background-image: url(https://app.imt-indonesia.com/images/icons/icon-user.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: center;
}

nav .nav-menu {
    background: #00000012;
    display: inline-block;
    text-align: left;
    position: relative;
}

nav .nav-menu ul {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 0;
}

nav .nav-menu ul li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    padding: 41px 0 42px;
    width: 122px;
    text-align: center;
}
nav .nav-menu ul li div {
    display: inline-block;
    text-align: left;
}

nav .nav-menu ul a {
    text-decoration: none;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    transition: all 290ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
nav .nav-menu ul a:hover {
    background: #f49020a1 !important;
    color: #fff !important;
}
nav .nav-menu .active {
    color: #ffffff !important;
    background: #f49020 !important;
    box-shadow: 0px 0px 9px -1px #0000009e !important;
}

nav .nav-menu ul .i-home {
    width: 41px;
    height: 39px;
    background: url(https://app.imt-indonesia.com/images/icons/i-home-black.png) no-repeat;
    background-size: contain;
}
nav .nav-menu ul .i-home:hover {
    background: url(https://app.imt-indonesia.com/images/icons/i-home-white.png) no-repeat !important;
}
nav .nav-menu ul .active .i-home {
    width: 41px;
    height: 39px;
    background: url(https://app.imt-indonesia.com/images/icons/i-home-white.png) no-repeat !important;
    background-size: contain;
}

.dropdown-profile {
    display: none; 
    position: absolute; 
    right: 63px;
    top: 75px;
    background: #fff; 
    font-size: 16px; 
    text-align: left; 
    box-shadow: 3px -1px 6px 1px #00000038;
}
.dropdown-profile a {
    color: #000; 
    text-decoration: none;
}
.dropdown-profile .dropdown-item {
    padding: 9px 34px 10px 16px;    
    line-height: 18px;
    font-size: 12px;
}
.dropdown-profile .dropdown-item:hover {
   background: #f490202e !important;
}

.dropdown-notif {
    display: none; 
    width: 122px;
    padding-top: 11px;
    position: absolute; 
    right: 0;
    top: 122px;
    background: #fff; 
    font-size: 16px; 
    text-align: left; 
    z-index: -1;
    box-shadow: 3px -1px 6px 1px #00000038;
}
.dropdown-notif a {
    color: #000; 
    text-decoration: none;
}
.dropdown-notif .dropdown-item {
    padding: 9px 10px 10px;    
    line-height: 18px;
    font-size: 12px;
}
.dropdown-notif .dropdown-item:hover {
   background: #f490202e !important;
}


.fix-800 {
    width: 1200px;
    display: inline-block;
}
.fix-1024 {
    width: 1024px;
    display: inline-block;
}

.container {
    margin: 0 35px;
    padding: 20px 0;
}

.gr-blue {
    background: linear-gradient(180deg, rgba(34,81,109,1) 0%, rgba(9,30,47,1) 100%);
}

.gray-bg {
    background-color: #F2F2F2;
    background-image: url(https://app.imt-indonesia.com/images/bg-bot-side.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}



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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}



.banner {
    padding-top: 121px;
    background: url(https://app.imt-indonesia.com/images/banner-imt.jpg) no-repeat;
    background-size: cover;
}

.banner .banner-p {
    padding: 150px 0;
}

.banner .banner-text {
    font-size: 80px;
    font-weight: bold;
    color: #F49020;
    padding-left: 60px;
    letter-spacing: -1px;
    font-family: sans-serif;
}

.banner .banner-text .wrap-text {
    display: inline-block;
    padding: 5px 15px;
    background: #f49020b8;
    color: #fff;
}



.welcome {
    background: #245673;
    box-shadow: -7px 0px 18px -2px #0000005e;
    position: relative;
}

.welcome .welcome-txt {
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    padding: 15px 55px 30px;
}

.video-chat {
    padding: 20px 7px 0;
}
.video-chat-col {
    padding-bottom: 12px; 
    position: relative;
}
.video-chat-col .video-chat-dp {
    display: inline-block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 35px; 
    height: 35px; 
    background: #8a8a8a; 
    border-radius: 30px;
}
.video-chat-col .video-left {
    padding: 0 45px; 
    text-align: left;
}
.video-chat-col .video-left .video-bubble {
    background: #3e8bb9; 
    max-width: 85%; 
    display: inline-block; 
    padding: 6px 18px 15px 12px; 
    color: #fff; 
    font-size: 12px; 
    border-radius: 6px; 
    position: relative; 
    text-align: left; 
    margin-bottom: 4px;
}
.video-chat-col .video-bubble span {
    position: absolute; 
    font-size: 8px; 
    color: #fff; 
    bottom: 5px; 
    right: 7px;
}
.video-chat-col .video-bubble .btn-reply {
    width: 23px; 
    height: 18px; 
    display: inline-block; 
    position: absolute; 
    right: -27px; 
    bottom: 4px; 
    background: url(https://app.imt-indonesia.com/images/icons/i-reply.png) no-repeat; 
    background-size: contain; 
    cursor: pointer; 
    opacity: 0.3;
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.video-chat-col .video-bubble .btn-reply:hover {
    opacity: 1 !important;
}
.wrap-parent {
    background: #276285;
    padding: 6px 10px;
    border-radius: 3px;
    border-left: 2px solid #cedce8;
    margin-top: 3px;
}
.wrap-parent .p-name {
    font-size: 10px;
    font-weight: bold;
}
.wrap-parent .p-message {
    font-size: 10px;
}

.content-abstract {
    padding: 75px 0;
    text-align: center;
}

.content-abstract .abstract-3 {
    width: 31.3%;
    float: left;
    margin-right: 3%;
    text-align: left;
}

.content-abstract .abstract-3:nth-child(3n+3) {
    width: 31.3%;
    float: left;
    margin-right: 0;
    text-align: left;
}

.content-abstract .abstract-3 .img {
    height: 180px;
    background-color: #e9e9e9;
}


.content-title {    font-size: 18px;    font-weight: bold;    color: #245673;    margin-bottom: 7px;}


.content-abstract .abstract-3 .text {
    background-color: #fff;
    background-image: url(https://app.imt-indonesia.com/images/bg-bot-side.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding: 20px 30px;
}

.content-abstract .text-title {
    line-height: 12px;
    color: #235573;
    font-weight: bold;
}

.content-abstract .text-abstract {
    height: 115px;
    font-size: 12px;
    position: relative;
}

.content-abstract .text-abstract .icon-abstract {
    position: absolute;
    right: 0px;
    top: -90px;
    background: #ffffff;
    padding: 13px 15px 17px;
    border-radius: 32px;
    box-shadow: 0px 0px 8px -1px #0000007a;
}


.btn-exh-profile {
    width: 120px;
    display: inline-block;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    font-size: 15px;
    padding: 13px 16px 15px;
    text-align: left;
    margin: 0 5px;
    color: #fff;
    border-radius: 5px;
    background: #235573;
    border: 1px solid #235573;
    position: relative;
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.btn-exh-profile:hover {
    background: #4090c0 !important;
    border: 1px solid #4090c0;
}
.btn-exh-profile .i-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
    top: 11px;
}

.btn-orange {
    background: #F49020;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 8px -1px #0000007a;
    padding: 7px 0;
    width: 185px;
    cursor: pointer;
}

.btn-ask {
    position: fixed;
    right: 22px;
    bottom: 22px;
    box-shadow: -1px 0px 12px -2px #0000007d;
    background: #F49020;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 7px;
    padding: 30px 21px;
    width: 205px;
    text-align: left;
    transition: all 290ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.btn-ask:hover {
    background: #f4b320 !important;
    cursor: pointer;
}

.btn-ask .icon-chat {
    width: 33px;
    height: 33px;
    display: inline-block;
    background: url(https://app.imt-indonesia.com/images/icons/icon-chat.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 19px;
    top: 26px;
}

.btn-banner {
    background: #F49020;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 9px;
    padding: 22px 0;
    width: 175px;
    text-align: center;
    position: relative;
    font-weight: bold;
    box-shadow: 4px 5px 19px -2px #000000d6;
    margin-right: 10px;
    transition: all 290ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.btn-banner:hover {
    background: #f4b320 !important;
    cursor: pointer;
    box-shadow: none !important;
}

.item-sort {
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.item-sort:hover {
    background: #23557345 !important;
    cursor: pointer;
}

#list-exh .item-list, #list-exh2 .item-list {
    display: table;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #BBC5D5;
    color: #000;
    font-size: 14px;
}

#list-exh .item-list-img, #list-exh2 .item-list-img {
    display: table-cell;
    vertical-align: middle;
    width: 8%;
    padding: 20px;
    text-align: center;
}

#list-exh .item-list-img div, #list-exh2 .item-list-img div {
    display: inline-block; width: 100%; height: 100px;
}

#list-exh .item-list-name, #list-exh2 .item-list-name {
    display: table-cell;
    vertical-align: middle;
    width: 32%;
    padding: 20px 0;
    font-size: 16px;
}

#list-exh .item-list-booth, #list-exh2 .item-list-booth {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding: 20px 0;
    text-align: center;
}

#list-exh .item-list-btn, #list-exh2 .item-list-btn {
    display: table-cell;
    vertical-align: middle;
    width: 17%;
    padding: 20px;
    text-align: center;
}

#list-exh .item-list-btn div, #list-exh2 .item-list-btn div {
    background: #235573;  
    display: inline-block;
    border-radius: 6px;
    color: #ffffffeb;
    font-size: 12px;
    padding: 7px 22px;
    position: relative;
    top: -8px;
}



#list-exh .item-sort, #list-exh2 .item-sort {
    cursor: pointer;
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

#list-exh .item-sort:hover, #list-exh2 .item-sort:hover {
    background: #90bdb9 !important;
    color: #fff !important;
}

.tab-img {
    width: 17.66%; 
    float: left;
    margin: 0 1% 2%; 
    box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.1); 
    position: relative; 
    cursor: pointer;
}
.tab-img .add-product:hover{
    background: #f1fcff !important;
}




#tiles-exh .item-tiles {
    display: inline-block;
    width: 23.5%;
    margin: 0.9% 0.6%;
}

#tiles-exh .item-tiles-bg {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 7px -1px #00000047;
    padding: 15px 15px;
}

#tiles-exh .item-tiles-img {
    width: 100%;
    text-align: center;
}

/* #tiles-exh .item-list-img div {
    display: inline-block; width: 120px; height: 40px;
} */

#tiles-exh .item-tiles-name {
    font-size: 14px;
    color: #808080;
    height: 35px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 20px;
}

#tiles-exh .item-tiles-btn {
    text-align: center;
}

#tiles-exh .item-tiles-btn div {
    background: #235573;  

    display: inline-block;
    border-radius: 6px;
    color: #ffffffeb;
    font-size: 12px;
    padding: 7px 0;
    width: 92px;
    margin-bottom: 6px;
    position: relative;
    top: -2px;
}



.panel-search-sort {
    text-align: right;
    padding: 15px 0 20px;
}

.w-search-sort {
    width: 190px;
    display: inline-block;
}

.wrap-search {
    display: inline-block;
    width: 80%;
    margin-right: 5%;
    border-bottom: 1px solid #c1c1c1;
}

.wrap-search input {
    width: 80%;
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 0;
}

.wrap-search div {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}

.wrap-sort {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}

.wrap-schedule {
    width: 30%; 
    margin: 0 1.53%; 
    margin-bottom: 3%; 
    display: inline-block;
}



.pagination {
    text-align: center;
    margin-bottom: 40px;
}

.pagination .page-number {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #235573;
    border: 1px solid #235573;
    color: #fff;
    padding: 3px 9px;
    margin: 0 1px;
}

.pagination .active {
    background: #fff !important;
    border: 1px solid #235573 !important;
    color: #235573 !important;
}



.item-activation {
    background: #fff;
    margin-bottom: 14px;
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.item-activation:hover {
    background: #83d9ff1f;
}

.activation-abstract {
    background: #235573;
    color: #fff;
    cursor: pointer;
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.activation-abstract:hover {
    opacity: 0.7;
}



.btn {
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.btn:hover {
    background: #235573 !important;
    border: 1px solid #235573 !important;
    cursor: pointer;
    color: #fff !important;
    box-shadow: none !important;
}

.link {
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.link:hover {
    opacity: 0.8;
}

.chat-from {
    transition: all 190ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.chat-from:hover {
    cursor: pointer;
    background: #356eb914 !important;
}

.clear {
    clear: both;
}



footer .follow {
    color: #235573;
    font-weight: bold;
    font-size: 26px;
}

footer .socmed-p {
    padding-top: 5px;
    padding-bottom: 10px;
}

footer .socmed-p .socmed-fb {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(https://app.imt-indonesia.com/images/icons/icon-fb.png) no-repeat;
    background-size: contain;
}

footer .socmed-p .socmed-ig {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(https://app.imt-indonesia.com/images/icons/icon-ig.png) no-repeat;
    background-size: contain;
    margin-left: 8px;
}

footer .line-blue {
    height: 3px;
    background: #235573;
}

footer .imt-img {
    display: inline-block;
    width: 275px;
    height: 75px;
    background: url(https://app.imt-indonesia.com/images/logo-imt.png) no-repeat;
    background-size: contain;
    margin: 0 6px;
}

footer .fti-img {
    display: inline-block;
    width: 220px;
    height: 75px;
    background: url(https://app.imt-indonesia.com/images/logo-fti.png) no-repeat;
    background-size: contain; margin: 0 6px;
}

footer .copyright {
    font-size: 16px;
    color: #235573;
}