@font-face {
    font-family: 'promptregular';
    src: url('../font/prompt-regular/prompt-regular-webfont.woff2') format('woff2'), url('../font/prompt-regular/prompt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'promptlight';
    src: url('/font/pprompt-light/prompt-light-webfont.woff2') format('woff2'), url('/font/pprompt-light/prompt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'promptmedium';
    src: url('../font/prompt-medium/prompt-medium-webfont.woff2') format('woff2'), url('../font/prompt-medium/prompt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'promptbold';
    src: url('../font/prompt-bold/prompt-bold-webfont.woff2') format('woff2'), url('../font/prompt-bold/prompt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'promptsemibold';
    src: url('../font/prompt-semibold/prompt-semibold-webfont.woff2') format('woff2'), url('../font/prompt-semibold/prompt-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_ee_stroke_xregular';
    src: url('../font/db-ee-strokex/db-ee-strokex-webfont.woff2') format('woff2'), url('../font/db-ee-strokex/db-ee-strokex-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    min-height: 100vh;
}

body {
    font-size: 22px;
    line-height: 1em;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img {
    display: block;
    width: 100%;
}

video, iframe {
    display: block;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

* {
    box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9B9B9B;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9B9B9B;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #9B9B9B;
}

:-moz-placeholder { /* Firefox 18- */
    color: #9B9B9B;
}

input {
    color: #000 !important;
}

    input:disabled {
        background: #E6E6E6;
    }

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.grid-container {
    width: 100%;
    max-width: 1200px;
}

/*-- our cleafix hack -- */
.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    float: left;
    min-height: 1px;
    width: 16.66%;
    /*-- our gutter -- */
    padding: 12px;
}

[class*='btn-'], .logo {
    transition: all 550ms;
}

    [class*='btn-']:hover {
        opacity: 0.8;
    }

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

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-1-extra2, .col-2-extra,
.col-title, .col-date, .col-calendar {
    width: 100%;
}

.col-1-extra, .col-1-extra3 {
    width: 50%;
}

.col-contact-r, .col-3-extra {
    width: 90%;
}

.col-contact-l {
    width: 2%;
}

.col-nopadding {
    padding: 0;
}

.col-contact-title {
    padding: 5px;
}

.col-contact {
    padding: 15px;
}

.col-ag {
    width: 50%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.col-profile {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.col-info {
    width: 100%;
}

.col-info-title {
    width: 100%;
}

.col-title {
    padding-left: 0;
}

/*-- some extra column content styling --*/
[class*='col-'] > p {
    background-color: #FFC2C2;
    padding: 0;
    margin: 0;
    text-align: center;
    color: white;
}

div.inline {
    float: left;
}

.clearBoth {
    clear: both;
}

.img-center img {
    margin: 0 auto;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.sq-box-1::-webkit-scrollbar, .sq-box-inner::-webkit-scrollbar, .sq-box-inner2::-webkit-scrollbar, .sq-box-inner3::-webkit-scrollbar,
.box-inner-3::-webkit-scrollbar, .prg-box-3::-webkit-scrollbar, #removeFontStyle::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

.sq-box-1::-webkit-scrollbar-track, .sq-box-inner::-webkit-scrollbar-track, .sq-box-inner2::-webkit-scrollbar-track, .sq-box-inner3::-webkit-scrollbar-track,
.box-inner-3::-webkit-scrollbar-track, .prg-box-3::-webkit-scrollbar-track, #removeFontStyle::-webkit-scrollbar-track {
    background: transparent;
}

.sq-box-1::-webkit-scrollbar-thumb, .sq-box-inner::-webkit-scrollbar-thumb, .sq-box-inner2::-webkit-scrollbar-thumb, .sq-box-inner3::-webkit-scrollbar-thumb,
.sq-box-inner3::-webkit-scrollbar-thumb, .prg-box-3::-webkit-scrollbar-thumb, #removeFontStyle::-webkit-scrollbar-thumb {
    background: #afafaf;
}

.wowbook-container {
    top: 200px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.white-txt {
    color: #fff !important;
}

.offwhite-txt {
    color: #d8d8d8;
}

.black-txt {
    color: #000;
}

.dark-gray-txt-1 {
    color: #4a4a4a;
}

.brown-txt-1 {
    color: #debf8b;
}

.brown-txt-2 {
    color: #c2b284;
}

.brown-txt-3 {
    color: #b19465;
}

.green-txt {
    color: #67b413;
}

.blue-txt {
    color: #54adae;
}

.blue-txt-2 {
    color: #79c7c8;
}

.blue-txt-3 {
    color: #0E83C1;
}

.red-txt {
    color: #EB2323 !important;
}

.med-blue-txt {
    color: #04508e;
}

.underline-txt {
    text-decoration: underline;
}

/* --- ICONS --- */
.sprite {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../images/icons/sprite.png');
}

.logo {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    /*display: block;*/
    width: 100px;
    height: 67px;
}

.logo-extra {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 38px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.logo-2 {
    background-image: url('../images/logo(2).png');
}

.logo-green {
    width: 100px;
    height: 38px;
    background-position: 63.03448275862069% 0;
    background-size: 363.6363636363636% 961.5384615384615%;
    vertical-align: top;
}

.logo-gray {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 38px;
    background-size: contain;
    /*background-position: 62.94765840220386% 11.607142857142858%;
  background-size: 364.963503649635% 961.5384615384615%;*/
    vertical-align: top;
}

.search-icon {
    width: 18px;
    height: 18px;
    background-position: 88.26086956521739% 23.369565217391305%;
    background-size: 1250% 1250%;
}

.search-icon-2 {
    width: 18px;
    height: 18px;
    background-position: 97.28260869565217% 23.369565217391305%;
    background-size: 1250% 1250%;
}

.social-colab-1 {
    width: 80px;
    height: 80px;
    background-position: 0 0;
    background-size: 452.4886877828054% 452.4886877828054%;
}

.social-colab-2 {
    width: 80px;
    height: 80px;
    background-position: 28.88318356867779% 0;
    background-size: 452.4886877828054% 452.4886877828054%;
}

.social-colab-3 {
    width: 84px;
    height: 82px;
    background-image: url(../images/icons/icon_casestudy.png);
    background-size: contain;
}


.two-way-arw-gray {
    width: 17px;
    height: 10px;
    background-position: 10.940919037199125% 49.1578947368421%;
    background-size: 1162.7906976744184% 2000%;
}

.two-way-arw-green {
    width: 17px;
    height: 10px;
    background-position: 20.678336980306344% 49.1578947368421%;
    background-size: 1162.7906976744184% 2000%;
}

.user-icon {
    width: 23px;
    height: 22px;
    background-position: 84.39635535307517% 0;
    background-size: 819.6721311475409% 854.7008547008547%;
}

.zoom-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: 53.52112676056338% 36.38497652582159%;
    background-size: 675.6756756756757% 675.6756756756757%;
}

.play-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: 72.40566037735849% 36.556603773584904%;
    background-size: 657.8947368421052% 657.8947368421052%;
}

.gray-arw-next {
    width: 30px;
    height: 17px;
    background-position: 0 49.05263157894737%;
    background-size: 1162.7906976744184% 2000%;
}

.kbc-icon {
    width: 51px;
    height: 46px;
    background-position: 100% 0%;
    background-size: 869.5652173913043% 961.5384615384615%;
}

.cus-menu-item.selected .kbc-icon, .cus-menu-item:hover .kbc-icon {
    background-position: 100% 11.607142857142858%;
}

.about-icon {
    width: 46px;
    height: 46px;
    background-position: 0.7109004739336493% 62.796208530805686%;
    background-size: 641.0256410256411% 641.0256410256411%;
}

.cus-menu-item.selected .about-icon, .cus-menu-item:hover .about-icon {
    background-position: 0.7109004739336493% 81.27962085308057%;
}

.goal-icon {
    width: 46px;
    height: 46px;
    background-position: 18.72146118721461% 60.73059360730594%;
    background-size: 806.4516129032259% 806.4516129032259%;
}

.cus-menu-item.selected .goal-icon, .cus-menu-item:hover .goal-icon {
    background-position: 18.72146118721461% 78.53881278538812%;
}

.focus-icon {
    width: 45px;
    height: 46px;
    background-position: 33.10502283105023% 61.46788990825688%;
    background-size: 806.4516129032259% 781.25%;
}

.cus-menu-item.selected .focus-icon, .cus-menu-item:hover .focus-icon {
    background-position: 33.10502283105023% 79.35779816513761%;
}

.chart-icon {
    width: 46px;
    height: 46px;
    background-position: 47.37442922374429% 60.95890410958904%;
    background-size: 806.4516129032259% 806.4516129032259%;
}

.cus-menu-item.selected .chart-icon, .cus-menu-item:hover .chart-icon {
    background-position: 47.37442922374429% 78.76712328767124%;
}

.committee-icon {
    width: 46px;
    height: 46px;
    background-position: 77.96803652968036% 61.5296803652968%;
    background-size: 806.4516129032259% 806.4516129032259%;
}

.cus-menu-item.selected .committee-icon, .cus-menu-item:hover .committee-icon {
    background-position: 77.96803652968036% 79.337899543379%;
}

.dl-logo-icon {
    width: 46px;
    height: 46px;
    background-position: 61.87214611872146% 60.95890410958904%;
    background-size: 806.4516129032259% 806.4516129032259%;
}

.cus-menu-item.selected .dl-logo-icon, .cus-menu-item:hover .dl-logo-icon {
    background-position: 61.87214611872146% 78.76712328767124%;
}

.social-icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 1250% 1250%;
}

.email-icon {
    background-position: 49.78260869565217% 23.26086956521739%;
}

.ig-icon {
    background-position: 59.45652173913043% 23.26086956521739%;
}

.fb-icon {
    background-position: 68.91304347826087% 23.26086956521739%;
}

.line-icon {
    background-position: 78.47826086956522% 23.26086956521739%;
}

.cus-menu-item .mail-black {
    background-repeat: no-repeat !important;
    background-image: url(../images/icons/mail-gray.png) !important;
    background-size: contain !important;
    width: 46px;
    height: 46px;
}

.menu-fix .cus-menu-item:hover span.mail-black {
    background-repeat: no-repeat !important;
    background-image: url(../images/icons/mail-gold.png) !important;
    background-size: contain !important;
    width: 46px;
    height: 46px;
}

/* --- LAYOUT --- */
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 46px;
    overflow: hidden;
    z-index: 6000;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

    header.actived {
        height: 100%;
    }

.article header {
    z-index: 5000;
}

.nav-btn-box {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 46px;
    background-color: rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.9);
    z-index: 0;
}

.top-menu .logo-green {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu-nav-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 46px;
    height: 46px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    .menu-nav-btn.actived {
        background-color: #67b413;
    }

    .menu-nav-btn:first-child {
        left: 0;
        border-right: 1px solid #666;
    }

    .menu-nav-btn:last-child {
        right: 0;
        border-left: 1px solid #666;
    }

    .menu-nav-btn .user-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -11px;
        margin-top: -11px;
    }

.hamburger-btn {
    cursor: pointer;
    width: 20px;
    height: 18px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .hamburger-btn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .hamburger-btn span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        .hamburger-btn span:nth-child(2) {
            width: 60%;
            top: 7px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        .hamburger-btn span:nth-child(3) {
            top: 14px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

.menu-nav-btn.actived .hamburger-btn span:nth-child(1) {
    top: 0px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-nav-btn.actived .hamburger-btn span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-nav-btn.actived .hamburger-btn span:nth-child(3) {
    top: 14px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-menu {
    position: relative;
    height: 100%;
    z-index: 1;
}

.top-menu-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 96px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0,0,0,0.9);
}

.top-menu-list {
    font-family: 'promptmedium';
    font-size: 16px;
    line-height: 1em;
    border-top: 1px solid #777;
}

    .top-menu-list > a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 9px 14px;
        -webkit-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease;
    }

    .top-menu-list:active > a {
        background-color: #67b413;
    }

.search-menu-box, #login-menu {
    display: none;
}

.search-box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: rgba(255,255,255,1);
    z-index: 1;
}

.search-input {
    display: block;
    width: 93%;
    height: 42px;
    font-family: 'promptregular';
    font-size: 16px;
    /*font-family: 'db_helvethaicamon_x55_regular';
  font-size: 25px;*/
    color: #4b4b4b;
    border: none;
    padding-right: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #67b413;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

.search-btn {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 1px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    /* background-color: rgba(0,0,0,0.5); */
}

    .search-btn .search-icon-2 {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -9px;
        margin-top: -9px;
    }

.box {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
}

.box-flex {
    min-height: auto;
}

.top-shadow:before, .top-shadow-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.top-shadow:before {
    height: 80px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}

.top-shadow-2:before {
    display: none;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}

.btm-shadow:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(36,81,59,0) 0%, rgba(36,81,59,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(36,81,59,0) 0%,rgba(36,81,59,0.65) 100%);
    background: linear-gradient(to bottom, rgba(36,81,59,0) 0%,rgba(36,81,59,0.65) 100%);
}

.bg-style {
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-18, .bg-long {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-1 {
    background-image: url('../images/bg/bg-01.jpg');
    background-position: 50% 0;
}

.bg-2 {
    background-image: url('../images/bg/bg-02.jpg');
    background-position: 50% 0;
}

.bg-3 {
    background-image: url('../images/bg/bg-03-merge.jpg');
    background-position: 50% 0;
}

.bg-4 {
    background-image: url('../images/bg/bg-04.jpg');
    background-position: 50% 0;
}

.bg-5 {
    background-image: url('../images/bg/bg-05.jpg');
    background-position: 50% 100%;
}

.bg-6 {
    background-image: url('../images/bg/bg_blue.png');
    background-position: 50% 0;
}

.bg-7 {
    background-image: url('../images/bg/bg-07.jpg');
    background-position: 50% 0;
}

.bg-8 {
    background-image: url('../images/bg/bg-08.jpg');
    background-position: 50% 0;
}

.bg-9 {
    background-image: url('../images/bg/bg-09.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-10 {
    background-image: url('../images/bg/bg-10.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-11 {
    background-image: url('../images/bg/bg-11.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-12 {
    background-image: url('../images/bg/bg-12.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 1938px 508px;
}

.bg-13 {
    background-image: url('../images/bg/bg-13.jpg') !important;
    background-attachment: fixed;
}

.bg-14 {
    background-image: url('../images/bg/bg-14.jpg') !important;
    background-repeat: no-repeat;
    background-color: #385723;
}

.bg-15 {
    background-image: url('../images/bg/bg-15.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-16 {
    background-image: url('../images/bg/bg-16.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-17 {
    background-image: url('../images/bg/bg-17.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1440px 810px;
    background-color: #000;
}

.bg-18 {
    background-image: url('../images/bg/bg-18.jpg');
    background-position: 50% 0;
}

.bg-19 {
    background-image: url('../images/bg/bg-19.jpg');
    background-position: 50% 0;
}


.bg-long {
    background-image: url('../images/bg/bg-long.jpg');
    background-position: 50% 0;
}

.bg-goal {
    background-image: url('../images/bg/bg-texture.png');
    background-repeat: repeat;
}

/*.flex-vertical-mid, .box-style-5*/
.flex-vertical-mid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-flow: wrap column;
    -webkit-flex-flow: wrap column;
    flex-flow: wrap column;
}

.center-elm {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-elm-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-elm-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.box-fit {
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
}

.box-style-3 {
    min-height: 100vh;
    height: 100vh;
    padding-top: 20px;
    box-sizing: border-box;
}

.box-style-4 {
    min-height: 100vh;
    box-sizing: border-box;
}

.spc-box-extra {
    padding-bottom: 100px !important;
}

.box-gal {
    width: 100%;
    /*width: 85%;*/
    min-height: 100vh;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.box-gal-inner {
    padding-top: 40px;
}

    .box-gal-inner .silde {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

.box-gal-item {
    background-color: #fff;
    height: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    -moz-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    text-decoration: none;
    border-radius: 10px;
    display: block;
}

    .box-gal-item.box-team-item {
        height: auto !important;
    }

    .box-gal-item.vdo {
        height: auto;
    }

.box-gal-thumb {
    height: 190px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.vdo .box-gal-thumb {
    height: auto;
    padding-bottom: 55%;
}

.box-gal-preview {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 70%;
}

    .box-gal-item .box-gal-parent, .box-gal-preview .box-gal-parent {
        position: absolute;
        height: 100%;
        width: 100%;
    }

.box-gal-item .box-gal-content {
    padding: 10px;
}

.box-gal-item .box-gal-parent .box-gal-photo,
.box-gal-item .box-gal-parent .box-gal-vdo,
{
    height: 100%;
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    display: block;
    box-shadow: none;
}

.box-gal-item .box-gal-parent .box-gal-photo, .box-gal-item .box-gal-parent .box-gal-vdo {
    height: 100%;
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    display: block;
    box-shadow: none;
}

.box-gal-preview .box-gal-parent .box-gal-photo {
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    display: block;
    box-shadow: none;
    object-fit: contain;
}

/*.box-gal-item .box-gal-parent .box-gal-vdo:before {
  display: block;
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../images/icons/icon_play.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }*/

.box-gal-item .box-gal-parent .box-gal-vdo:hover::before {
    display: block;
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(../images/icons/icon_play.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-gal-item-fit {
    width: 100% !important;
}

.box-vdo-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.box-vdo {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    -moz-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
}

.box-vdo-other {
    width: 100%;
    height: 400px;
    margin-top: 25px;
    overflow-y: scroll;
}

    /* width */
    .box-vdo-other::-webkit-scrollbar {
        width: 5px;
    }

    /* Handle */
    .box-vdo-other::-webkit-scrollbar-thumb {
        background: #67B413;
    }

        /* Handle on hover */
        .box-vdo-other::-webkit-scrollbar-thumb:hover {
            background: #4F8B0E;
        }

.vdo-list {
    display: block;
    text-decoration: none;
    padding: 15px 0;
}

    .vdo-list:hover {
        background-color: #e0e0e0;
    }

        .vdo-list:hover .box-vdo-thumb .box-gal-parent .box-gal-photo:before {
            display: block;
            content: "";
            width: 44px;
            height: 44px;
            background-image: url(../images/icons/icon_play.png);
            background-repeat: no-repeat;
            position: absolute;
            top: 25%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.vdo-thumb {
    position: relative;
    width: 45%;
}

.box-vdo-thumb {
    width: 45%;
    position: relative;
    overflow: hidden;
    padding-bottom: 25%;
    display: inline-block;
    vertical-align: top;
}

    .box-vdo-thumb .box-gal-parent .box-gal-photo.active-play:before {
        display: block;
        content: "";
        width: 44px;
        height: 44px;
        background-image: url(../images/icons/icon_play.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .box-vdo-thumb .box-gal-parent .box-gal-photo.active-play:before {
        display: block;
        content: "";
        width: 44px;
        height: 44px;
        background-image: url(../images/icons/icon_play.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .box-vdo-thumb .box-gal-parent {
        position: absolute;
        height: 100%;
        width: 100%;
    }

        .box-vdo-thumb .box-gal-parent .box-gal-photo {
            height: 100%;
            width: 100%;
            background-color: #000;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            transition: all 0.3s linear;
            display: block;
        }

.vdo-content {
    width: 48%;
    margin-right: 5px;
}

.vdo-thumb {
    position: relative;
}

.vdo-thumb, .vdo-content {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

    .vdo-thumb.active:before {
        display: block;
        content: "";
        width: 44px;
        height: 44px;
        background-image: url(../images/icons/icon_play.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .vdo-thumb.active-play:before {
        display: block;
        content: "";
        width: 44px;
        height: 44px;
        background-image: url(../images/icons/icon_play.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.vdo-title {
    font-family: 'promptsemibold';
    font-size: 16px;
    color: #67B413;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vdo-txt {
    font-family: 'promptregular';
    font-size: 16px;
    color: #9CA1AE;
}

.vdo-date-txt {
    font-family: 'promptregular';
    font-size: 14px;
    color: #9A9A9A;
}

.box-gal-style {
    margin-top: 25px;
}

.box-gal-style2 {
    margin-top: 20px;
}

.box-upload {
    padding-top: 40px;
    padding-bottom: 15px;
}

    .box-upload .text-upload {
        font-family: 'promptregular';
        font-size: 16px;
        padding-top: 15px;
        float: left;
    }

.box-team-group {
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-team-item {
    height: initial;
    padding: 10px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.1);
    position: relative;
}

    .box-team-item img {
        max-width: 62px;
        max-height: 62px;
        float: right;
        flex: 1;
    }

    .box-team-item h4 {
        font-family: 'promptmedium';
        font-size: 12px;
        color: #1A1A1A;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box-team-item p {
        font-family: 'promptregular';
        font-size: 12px;
        color: #707070;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 5px;
    }

.box-team-content {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 2;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
}

.modal1-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 6000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 50px;
}

.btn-more {
    background-color: #000;
    width: 120px;
    height: 40px;
    font-family: 'db_ee_stroke_xregular';
    font-size: 22px;
    color: #67b413;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 7px 7px 10px rgba(0,0,0,0.3);
    display: block;
    content: "";
    clear: both;
    position: relative;
    padding: 10px;
    margin-top: 20px;
}

.btn-vdo {
    float: right;
    text-decoration: none;
    color: #DFDEDE;
    font-family: 'promptregular';
    font-size: 18px;
    padding-bottom: 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: 22px;
}

.btn-all {
    float: right;
    text-decoration: none;
    color: #DFDEDE;
    font-family: 'promptregular';
    font-size: 16px;
    padding-top: 30px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    .btn-vdo:hover, .btn-all:hover {
        color: #67B413
    }

.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}

.btn-more .spinner {
    width: 26px;
    height: 26px;
    background-image: url(../images/icons/icon_spinner.png);
    background-repeat: no-repeat;
    background-size: 60%;
    position: relative;
    top: 10px;
    left: 0px;
    margin-left: 5px;
    margin-top: 2px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    background-color: #377497;
    width: 130px;
    height: 42px;
    font-family: 'promptregular';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    content: "";
    clear: both;
    position: relative;
}

    .btn-upload.btn-upload-file {
        float: left;
        margin-right: 30px;
    }

    .btn-upload.btn-upload-extra {
        width: 110px;
        height: 42px;
        font-size: 12px;
        box-shadow: none;
        margin-top: 8px;
        margin-right: 5px;
        margin-bottom: 8px;
    }

.upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 42px;
}

.btn-upload .upload {
    width: 23px;
    height: 25px;
    background-image: url(../images/icons/icon_upload.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 4px;
    left: -8px;
    margin-left: 10px;
    margin-top: 4px;
}

.btn-upload .post {
    width: 26px;
    height: 26px;
    background-image: url(../images/icons/icon_post.png);
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    left: -10px;
    margin-left: 12px;
    margin-top: 2px;
}

.btn-upload.btn-upload-extra .post {
    top: 8px;
    left: -8px;
    margin-left: 10px;
    margin-top: 0;
}

.btn-upload.btn-upload-green {
    background-color: #87B049;
    border-radius: 5px;
}

.btn-cancel {
    background-color: transparent;
    width: 100px;
    font-family: 'promptregular';
    font-size: 16px;
    color: #A3A3A3;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A3A3A3;
    display: block;
    content: "";
    clear: both;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-cancel2 {
    background-color: transparent;
    width: 100px;
    font-family: 'promptregular';
    font-size: 12px;
    color: #9C9C9C !important;
    text-decoration: none;
    text-align: center;
    display: block;
    content: "";
    clear: both;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}


.btn-submit-green {
    background-color: #93B844;
    width: 100px;
    font-family: 'promptregular';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    content: "";
    clear: both;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-modal-style {
    width: 100px !important;
    height: 40px !important;
    font-size: 16px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

ul.group-button {
    margin-top: 30px;
}

    ul.group-button li {
        display: inline-block;
        vertical-align: middle;
        padding-right: 0;
    }

.group-title .title-7 {
    float: left;
}

.box-ag {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 10px;
}


.box-ag-content {
    margin-top: 55px;
    margin-bottom: 50px;
}

.ag {
    width: 200px;
    height: 75px;
    /*float: left;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-top: 25px;
  padding-bottom: 25px;*/
}

.box-ag-sub .thumb {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 73px;
    /*padding: 10px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 10px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 2px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 1px 2px 10px 2px rgba(0,0,0,0.15);*/
}

.box-ag-sub .parent {
    position: absolute;
    height: 100%;
    width: 100%;
}

.box-ag-sub span.img-photo {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    display: block;
}

.box-ag-title {
    padding: 10px;
}

.col-ag {
    position: relative;
    cursor: pointer;
    /*border: 1px solid #E8E8E8;*/
}

.ag-area {
    padding: 15px;
    border: 1px solid #E8E8E8;
}

.ag-layer:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #87B049;
    /*background: linear-gradient(to bottom, #60ae6e 0%, #2198ad 100%);*/
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    margin: 11px;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.ag-area:hover .ag-layer:before {
    visibility: visible;
    opacity: 1;
}

.ag-area:hover .ag-layer .thumb span.img-photo {
    opacity: 0.5;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ag-area:hover .box-ag-sub span.img-photo {
    opacity: 0.5;
}

.ag-description {
    font-family: 'promptmedium';
    font-size: 14px;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    transform: translateY(1em);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    z-index: 200;
}

.ag-area:hover .ag-description {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.box-auto {
    min-height: auto;
}

.img-effect {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .img-effect:hover, .img-effect.active {
        opacity: 0.5;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.menu-icon-list.actived .social-colab-1, .menu-icon-list:hover .social-colab-1 {
    background-position: 0 30.80872913992298%;
}

.menu-icon-list.actived .social-colab-2, .menu-icon-list:hover .social-colab-2 {
    background-position: 28.88318356867779% 30.80872913992298%;
}

.menu-icon-list.actived .social-colab-3, .menu-icon-list:hover span.social-colab-3 {
    width: 84px;
    height: 82px;
    background-image: url(../images/icons/icon_casestudy_at.png);
    background-size: contain;
    background-position: none;
}


.box-style-1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
}

    .box-style-1:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background-color: #67b413;
        z-index: 3;
    }

.box-style-1-extra {
    padding-bottom: 60px;
}

.title-4 {
    font-family: 'db_ee_stroke_xregular';
    font-size: 56px;
    line-height: 1em;
    text-align: center !important;
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
}

.sub-title-2 {
    display: block;
    font-family: 'promptregular';
    font-size: 24px;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-family: 'db_helvethaicamon_x55_regular';
 font-size: 38px;
 line-height: 1em;
 margin-top: 20px;
 margin-bottom: 20px;*/
}

.sq-box-3 {
    position: relative;
    width: 95%;
    /*width: 82%;*/
    max-width: 620px;
    height: 295px;
    height: calc(100vh - 220px - 25.35211267605634vh);
    /*height: calc(100vh - 128px - 25.35211267605634vh);*/
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top: 10px solid #67b413;
    box-sizing: border-box;
    /*margin-top: 100px;*/
}

.sq-box-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sq-box-5 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sq-box-inner {
    position: absolute;
    left: 0;
    right: 0;
    padding-right: 16px;
    top: 30px;
    bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.sq-box-inner2 {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.sq-box-inner3 {
    /*height: 140px;*/
    min-height: calc(140px * 0.2);
    max-height: calc(400px * 0.6);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.txt-list {
    font-family: 'promptregular';
    font-size: 16px;
    line-height: 1.4em;
    list-style: disc;
    list-style-position: outside;
    margin-left: 40px;
}

    .txt-list strong {
        font-family: 'promptmedium';
        font-weight: normal;
    }

    .txt-list > li {
        position: relative;
        margin-top: 20px;
    }

        .txt-list > li:first-child {
            margin-top: 0;
        }

.txt-list-cir > li {
    position: relative;
    padding-left: 12px;
    margin-top: 5px;
}

    .txt-list-cir > li:first-child {
        margin-top: 7px;
    }

    .txt-list-cir > li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 9px;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #4a4a4a;
    }

.img-1 {
    position: absolute;
    bottom: unset;
    width: 100%;
}

.spc-box {
    padding-top: 75px;
    padding-bottom: 50px;
}

.spc-box-gal {
    padding-bottom: 50px !important;
}

.spc-box-news {
    padding-bottom: 90px !important;
}

.sq-box-1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.64);
    border-top: 10px solid #67b413;
    word-wrap: break-word;
    min-height: auto;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    .sq-box-1 p {
        /*margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;*/
    }

.sq-box-1-fixed {
    height: 222px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-1 {
    font-family: 'promptmedium';
    font-size: 45px;
    line-height: 0.9210526315789474em;
    text-align: center;
}

.sub-title-1 {
    display: block;
    font-size: 0.8378378378378378em;
}

.title-2 {
    font-family: 'db_ee_stroke_xregular';
    font-size: 42px;
    line-height: 0.97em;
    text-align: center;
}

.sub-title-2-extra {
    text-align: center;
}

.title-intro {
    font-family: 'db_ee_stroke_xregular';
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

    .title-intro * {
        line-height: 0.97em;
    }

.text-med {
    font-family: 'promptregular';
    font-size: 16px;
    /*font-family: 'db_helvethaicamon_x55_regular';
  font-size: 22px;*/
    line-height: 1.566666666666667em;
    /*line-height: 1.166666666666667em;*/
}

.sq-box-1 .text-sub {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.text-sub, .text-sub * {
    font-family: 'promptregular';
    /*line-height: 1.56667em;*/
    /*margin-top: 15px;*/
}

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

.mtp-txt-color {
    color: #04508e;
    text-shadow: 5px 8px 18px rgba(255,255,255,0.8);
}

.menu-icon-nav {
    max-width: 450px;
    margin: 55px auto 25px auto;
    text-align: center;
}

.menu-icon-list {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

    .menu-icon-list:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 120px;
        margin-top: -60px;
        background-color: #afafaf;
    }

    .menu-icon-list:first-child:after {
        display: none;
    }

.menu-icon-txt {
    display: block;
    min-height: 50px;
    font-family: 'promptregular';
    /*font-family: 'db_helvethaicamon_x55_regular';*/
    font-size: 14px;
    line-height: 1.25em;
    /*line-height: 1em;*/
    color: #afafaf;
    margin-top: 15px;
}

.menu-icon-list.actived .menu-icon-txt, .menu-icon-list:hover .menu-icon-txt {
    color: #c2b284;
}

.menu-icon-list .social-colab-3:hover {
    background-image: url(../images/icons/icon_casestudy.png);
}

.sq-box-2 {
    position: relative;
    width: 95%;
    /*width: 85%;*/
    margin-left: auto;
    margin-right: auto;
    border-top: 10px solid #67b413;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 20px;
    box-shadow: 5px 24px 25px 0 rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

    .sq-box-2 img, .sq-box-3 img {
        max-width: 100%;
        margin: 0 auto
    }

.sq-box-2-extra {
    margin-top: 20px;
}

.sq-box-2 .title-3 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.sq-box-2 .prg-txt-1, .text-sub-2 {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.sq-box-2 .title-3 {
    margin-bottom: 10px;
}

.title-3 {
    font-family: 'promptmedium';
    font-size: 26px;
    line-height: 1em;
    text-align: center;
}

.prg-txt-1 {
    display: block;
    font-family: 'promptregular';
    font-size: 16px;
    line-height: 1.4em;
    /*font-family: 'db_helvethaicamon_x55_regular';
  font-size: 20px;
  line-height: 1.2em;*/
}

.text-sub-2, .text-sub-2 * {
    font-family: 'promptregular';
    /*line-height: 1.4em;'*/
    word-break: break-word;
}

.img-box {
    position: relative;
    width: 100%;
    left: 50%;
    padding: 10px;
    background-color: #c2b284;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.img-list {
    vertical-align: top;
}

    .img-list img {
        width: 100%;
        display: block;
    }

.box-style-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-style-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-style-6 {
    height: 650px !important;
    padding-bottom: 50px !important;
    min-height: auto !important;
}

.img-4 {
    display: block;
    width: 90%;
    max-width: 900px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

    .img-4 img {
        display: block;
        width: 100% !important;
    }

.title-5, .title-6 {
    font-family: 'promptmedium';
}

.title-5 {
    font-size: 25px;
    line-height: 1.4em;
}

.title-6 {
    font-size: 22px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
}

    .title-6 strong {
        font-size: 36px;
        font-weight: normal;
    }

.title-7 {
    font-family: 'promptsemibold';
    font-size: 30px;
    position: relative;
}

    .title-7:before {
        display: block;
        content: "";
        border-left: 4px solid rgb(222,191,139);
        height: 60px;
        position: absolute;
        top: -18px;
    }

    .title-7 span {
        padding-left: 10px;
    }

.title-8 {
    font-family: 'promptsemibold';
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    position: relative;
}

    .title-8:before {
        display: block;
        content: "";
        border-left: 4px solid rgb(222,191,139);
        height: 60px;
        position: absolute;
        top: -2px;
    }

.title-8-extra:before {
    top: -10px;
}

.title-8-line:before {
    height: 50px;
}

.title-8 span {
    padding-left: 10px;
    float: left;
}

.title-8.title-8-green:before {
    border-left: 4px solid rgb(103,180,19);
}

.title-ag {
    line-height: 1.2em !important;
}

.title-9 {
    font-family: 'promptsemibold';
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    position: relative;
}

    .title-9 .title-icon {
        max-width: 50px;
        max-height: 50px;
        position: relative;
        top: -12px;
        float: left;
        border: 1px solid transparent;
    }

    .title-9:after {
        display: block;
        content: "";
        border-left: 4px solid rgb(222,191,139);
        height: 50px;
        position: absolute;
        top: -15px;
        left: 60px;
    }

    .title-9 p {
        line-height: 30px;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
    }

.title-9-extra:after {
    top: -10px;
    left: 0;
}

.title-10 {
    font-family: 'promptsemibold';
    font-size: 30px;
    line-height: 30px;
    color: #283434;
    position: relative;
    padding-bottom: 40px;
}

    .title-10:before {
        display: block;
        content: "";
        border-left: 4px solid rgb(222,191,139);
        height: 60px;
        position: absolute;
        top: -2px;
    }

.title-10-extra:before {
    height: 50px;
}

.title-10 span {
    position: relative;
    top: 5px;
    left: 10px;
}

.box-title {
    background-color: #EBEBEB;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.sub-title-3 {
    display: block;
    font-family: 'db_ee_stroke_xregular';
    font-size: 32px;
    margin-top: 20px;
}

.prg-txt-3, .txt-list-3 {
    font-family: 'promptregular';
    font-size: 16px;
}

.prg-txt-3 {
    line-height: 1.581818181818182em;
    /*line-height: 1.181818181818182em;*/
    margin-bottom: 20px;
}

    .prg-txt-3 strong {
        font-family: 'promptmedium';
        font-weight: normal;
        display: block;
    }

.txt-list-3 {
    margin-bottom: 30px;
}

    .txt-list-3:last-child {
        margin-bottom: 0;
    }

    .txt-list-3 > li {
        position: relative;
        padding-left: 15px;
        margin-top: 10px;
    }

        .txt-list-3 > li:first-child {
            margin-top: 0;
        }

        .txt-list-3 > li:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 11px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #000;
        }

.block-thumb-1 {
    position: relative;
    box-shadow: -12px 12px 0px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

    .block-thumb-1 .play-icon {
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
    }

    .block-thumb-1 img, .block-thumb-1 iframe {
        display: block;
        width: 100%;
        box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
    }

.prg-box-2 {
    padding: 15px;
    background-color: rgba(222,191,139,0.4);
}

    .prg-box-2 .prg-txt-3:last-child {
        margin-bottom: 0;
    }

.mac-pic {
    display: block;
    width: 80%;
    max-width: 500px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

    .mac-pic img, .img-2 img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

.img-2 {
    display: block;
    width: 100%;
    /*width: 90%;*/
    max-width: 1100px;
    margin-top: 9.375%;
    margin-left: auto;
    margin-right: auto;
}

.long-btn {
    display: block;
    width: 250px;
    height: 43px;
    line-height: 48px;
    background-color: #000;
    font-family: 'db_ee_stroke_xregular';
    font-size: 28px;
    color: #67b413;
    text-decoration: none;
    text-align: center;
    margin: 9.375% auto 0;
    box-shadow: 7px 7px 10px rgba(0,0,0,0.3);
}

    .long-btn .gray-arw-next {
        position: relative;
        top: 1px;
        margin-left: 5px;
    }

.box-inner-2, .box-inner-3 {
    /*width: 85%;*/
    margin-left: auto;
    margin-right: auto;
}

.box-inner-2 {
    width: 95%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.box-inner-3 {
    width: 95%;
    /*width: 97%;*/
    padding-bottom: 25px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.hide-scroll {
    height: auto !important;
    overflow-y: hidden !important;
}

.prg-box-1 {
    height: 250px;
    /*height: 375px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


.prg-box-2 {
    min-height: auto;
    max-height: 555px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.prg-box-3 {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.prg-txt-2, .txt-list-2 {
    font-family: 'promptregular';
    font-size: 16px;
    /* font-family: 'db_helvethaicamon_x55_regular';
 font-size: 22px;*/
}

.prg-txt-2 {
    line-height: 1.481818181818182em;
    /*line-height: 1.181818181818182em;*/
    margin-top: 15px;
}

p.prg-txt-2:before {
    content: "• ";
}

.img-3 {
    width: 80%;
    /*max-width: 400px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: 15px 15px 0 rgba(0,0,0,0.3);
}

.txt-list-2 {
    padding-top: 15px;
    padding-bottom: 25px;
}

    .txt-list-2 > li {
        position: relative;
        padding-left: 15px;
        margin-top: 8px;
    }

        .txt-list-2 > li:first-child {
            margin-top: 0;
        }

        .txt-list-2 > li:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 8px;
            width: 5px;
            height: 5px;
            border: 1px solid #fff;
            border-radius: 50%;
        }

.slide-img-box {
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.slide-img-inner {
    position: relative;
    width: 94%;
}

.slide-img-inner, .slide-img-list img {
    display: block;
}

    .slide-img-inner a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        z-index: 2;
    }

        .slide-img-inner a:active, .slide-img-inner a:selection, .slide-img-inner a:focus {
            outline: none;
            border: none;
        }

    .slide-img-inner .zoom-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.slick-active .slide-img-inner a {
    display: block;
}

.slide-img-list {
    position: relative;
    vertical-align: top;
}

    .slide-img-list img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: transform 0.3s ease 0.2s ease;
    }

.slide-img-box .slick-dots {
    margin-top: 15px;
}

    .slide-img-box .slick-dots li button:before {
        background-color: #999;
    }

    .slide-img-box .slick-dots li.slick-active button:before {
        background-color: #67b413;
    }

footer {
    position: relative;
    background-color: #4a4a4a;
}

.article footer {
    z-index: 5000;
}

.footer-menu-group {
    border-bottom: 1px solid #777;
}

.ft-head-txt {
    position: relative;
    display: block;
    font-family: 'promptmedium';
    font-size: 16px;
    line-height: 1em;
    color: #aaa;
    text-decoration: none;
    padding: 10px;
    /*padding: 9px 15px;*/
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    .ft-head-txt .two-way-arw-gray {
        position: absolute;
        opacity: 0.6;
        right: 15px;
        top: 50%;
        margin-top: -5px;
    }

.ft-menu-item {
    position: relative;
    padding-left: 16px;
    padding-right: 20px;
}

.ft-txt {
    position: relative;
    display: block;
    font-family: 'promptregular';
    font-size: 14px;
    line-height: 1.2em;
    /*font-family: 'db_helvethaicamon_x55_regular';
  font-size: 20px;*/
    /*line-height: 1em;*/
    color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    .ft-txt:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 13px;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #7d7d7d;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

.ft-menu-item:hover .ft-txt {
    color: #fff;
}

    .ft-menu-item:hover .ft-txt:before {
        background-color: #fff;
    }

.footer-menu-group.actived .ft-head-txt {
    color: #67b413;
}

.footer-menu-group.actived .two-way-arw-gray {
    background-position: 20.678336980306344% 49.1578947368421%;
}

.footer-top {
    display: none;
}

.footer-btm {
    position: relative;
    background-color: #222;
}

    .footer-btm .logo-gray {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

.ft-btm-txt {
    display: block;
    font-family: 'promptregular';
    font-size: 12px;
    /*font-family: 'db_helvethaicamon_x55_regular';
  font-size: 17px;*/
    line-height: 1em;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
}

    .ft-btm-txt, .ft-btm-txt a {
        color: #888;
        text-decoration: none;
    }

.ft-btm-left {
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-top: 2px solid #67b413;*/
}

.ft-btm-right {
    position: absolute;
    right: 10px;
    top: 0;
}

.icon-list-box {
    text-align: center;
    padding-top: 14px;
}

    .icon-list-box > li {
        display: inline-block;
        vertical-align: top;
    }

        .icon-list-box > li a {
            display: block;
        }

.comma {
    display: none;
}

.img-box .slick-dots {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
}

/* --- ACCORDION --- */
.acd-ctn {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.acd-box.actived .acd-ctn {
    max-height: 600px;
}

/* --- CUSTOM SELECT MENU --- */
.menu-fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    z-index: 3;
}

    .menu-fix .select-menu {
        max-width: 100%;
        /*max-width: 250px;*/
        margin-left: auto;
        margin-right: auto;
    }

    .menu-fix ~ footer {
        padding-bottom: 61px;
    }

.select-menu {
    cursor: pointer;
    position: relative;
    display: block;
    min-width: 162px;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 44px;
    border-radius: 4px;
}

.custom-select-menu {
    -webkit-transition: border-radius 0.3s ease 0.2s;
    transition: border-radius 0.3s ease 0.2s;
}

.cus-menu-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #67b413;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.cus-menu-item {
    display: block;
    cursor: pointer;
    font-family: 'promptregular';
    font-size: 13px;
    /*font-family: 'db_helvethaicamon_x55_regular';
  font-size: 22px;*/
    line-height: 0.8181818181818182em;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

    .cus-menu-item .sprite {
        display: none;
    }

.cus-menu-list, .cus-menu-list > a {
    color: #fff;
}

    .cus-menu-list > .cus-menu-item.disabled {
        color: #aaa;
    }

.cus-menu-item.disabled {
    cursor: default;
}

.cus-menu-item:active {
    background-color: #458500;
}

.cus-menu-item:hover, .cus-menu-item.selected {
    background-color: #458500;
}

.cus-menu-item.disabled:hover, .cus-menu-item.disabled.selected, .cus-menu-item.disabled:active {
    background-color: #ddd;
}

.custom-select-menu.actived {
    border-radius: 4px 4px 0 0;
    -webkit-transition: none;
    transition: none;
}

    .custom-select-menu.actived .cus-menu-list {
        max-height: 250px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

.slcm-txt {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'promptregular';
    font-size: 16px;
    /*font-family: 'db_helvethaicamon_x55_regular';
  font-size: 24px;*/
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.arw-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #67b413;
}

    .arw-box .two-way-arw-green {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -9px;
        margin-top: -5px;
        z-index: 1;
        /* -webkit-transform: rotate(180deg);
  transform: rotate(180deg); */
    }

.shelf-icon {
    width: 53px;
    height: 53px;
    position: relative;
    z-index: 5000;
}


.shelf-link {
    font-family: 'promptmedium' !important;
    font-size: 14px !important;
    color: #67B413 !important;
    text-decoration: none !important;
    z-index: 1000;
    position: absolute;
    top: -20px;
    left: 20px;
    text-decoration: none;
}

.user {
    display: none;
}

/*the container must be positioned relative:*/
.custom-select {
    width: 160px;
    position: relative;
    float: right;
    font-family: 'promptmedium';
    font-size: 24px;
    margin-bottom: 10px;
}

    .custom-select.custom-select-page {
        width: 90px;
        margin-top: -4px;
    }

.custom-select-page .select-items div {
    font-size: 12px;
    font-family: 'promptregular';
    padding: 5px;
}

.custom-select-page .select-selected {
    padding: 5px 10px;
    font-size: 12px;
}

.custom-select-page .select-items div, .custom-select-page .select-selected {
    border: 1px solid #67B413;
}

    .custom-select-page .select-selected:after {
        top: 15px;
        right: 8px;
        border: 5px solid transparent;
        border-color: #757575 transparent transparent transparent;
    }

    .custom-select-page .select-selected.select-arrow-active:after {
        top: 10px;
        border-color: transparent transparent #757575 transparent;
    }

.custom-select.custom-select-contact {
    width: 100%;
    right: 0;
    border-radius: 10px;
}

.pagination-group .custom-select {
    right: 0;
    margin-bottom: 20px;
}

.pagination-team .custom-select {
    width: 100px;
}

.custom-select.custom-select-status {
    width: 124px;
    height: auto;
    font-size: 18px;
    color: #4D4F5C;
    right: 0;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
}
    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 18px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #67B413 transparent transparent transparent;
    }

.custom-select-contact .select-selected:after {
    border-color: #9C9C9C transparent transparent transparent;
}

.pagination-team .select-selected:after {
    border-color: #808495 transparent transparent transparent;
}

.custom-select-status .select-selected:after {
    top: 12px;
    border: 4px solid transparent;
    border-color: #808495 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.custom-select-contact .select-selected.select-arrow-active:after {
    border-color: transparent transparent #9C9C9C transparent;
    top: 11px;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #67B413 transparent;
    top: 11px;
}

.pagination-team .select-selected.select-arrow-active:after {
    border-color: transparent transparent #808495 transparent;
    top: 11px;
}

.custom-select-status .select-selected.select-arrow-active:after {
    border-color: transparent transparent #808495 transparent;
    top: 8px;
}
/*style the items (options), including the selected item:*/
.custom-select-contact .select-items div, .select-selected {
    background-color: #fff;
    color: #757575;
    font-family: 'promptregular';
    font-size: 14px;
    color: #757575;
    padding: 10px 16px;
    border-bottom: 1px solid #979797;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
}

.select-items div, .select-selected {
    background-color: #fff;
    color: #9B9B9B;
    padding: 10px 16px;
    border: 1px solid #979797;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
}

.pagination-team .select-items div, .select-selected {
    text-align: left;
}

.pagination-team .select-items div, .select-selected {
    color: #4D4F5C;
    border: 1px solid #88AF3C;
}

.custom-select-contact .select-items div, .custom-select-contact .select-selected {
    border: 1px solid #9C9C9C;
    padding: 10px 10px 10px 50px;
    font-family: 'promptregular';
    font-size: 14px;
    color: #757575;
    text-align: left;
    /*position: relative;*/
}

    .custom-select-contact .select-items div:hover, .custom-select-contact .same-as-selected {
        background-color: #E9E9F0 !important;
    }

.custom-select-status .select-items div, .custom-select-status .select-selected {
    border: 1px solid #E9E9F0;
    border-radius: 0;
    text-align: left;
    padding: 2px 0;
}

.custom-select-status .select-items div, .custom-select-status .select-selected {
    padding-left: 25px;
    padding-right: 5px;
}

.select-items div {
    border-top: none;
    border-radius: 0;
}
/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #67B413;
    color: #fff;
}

.custom-select-contact .select-items div:hover, .same-as-selected {
    background-color: #fff;
    color: #757575;
}

.custom-select-status .select-items div:hover, .custom-select-status .same-as-selected {
    background-color: #E9E9F0;
    color: #4D4F5C;
}

.custom-select-contact {
    position: relative;
}

.custom-select.custom-select-date .select-items div:hover {
    color: #fff;
}

.custom-select-contact .company {
    background-image: url(../images/icons/icon_company.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 12px;
}

.custom-select.custom-select-date {
    width: 140px;
}

.custom-select-date .select-items div, .custom-select-date .select-selected, .custom-select-date .select-items div, .custom-select-date .select-selected {
    font-family: 'promptregular';
    font-size: 16px;
    color: #9B9B9B;
    text-align: center;
    padding-left: 0;
}


.custom-select.select-sort select {
    display: block;
    background-color: #fff;
    color: #9B9B9B;
    /* padding: 10px 16px; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 20px;
    border: 1px solid #979797;
    cursor: pointer;
    border-radius: 8px;
    font-family: 'promptregular';
    font-size: 12px;
    height: 45px;
    outline: none;
    background: url(../images/icons/arrow_down_green.png) no-repeat;
    background-size: 10%;
    background-position: right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* select calendar */
/*the container must be positioned relative:*/
.custom-select.select-calendar {
    position: relative;
    right: 0;
    z-index: 5000;
    margin-top: 10px;
    width: 100%;
}

    .custom-select.select-calendar select {
        display: block;
        background-color: #fff;
        color: #67B413;
        /* padding: 10px 16px; */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 20px;
        border: 1px solid #67B413;
        cursor: pointer;
        border-radius: 8px;
        font-family: 'promptregular';
        font-size: 12px;
        height: 50px;
        outline: none;
        background: url(../images/icons/arrow_down_green.png) no-repeat;
        background-position: right 5px center;
        -webkit-appearance: none;
        -moz-appearance: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.calendar-custom .fc-toolbar.fc-header-toolbar {
    background-color: #F7F7F7;
}

.custom-select.select-calendar select {
    background-color: #fff;
    width: 90vw;
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

.calendar-custom .fc-right {
    float: none !important;
}

.calendar-custom.fc .fc-toolbar > * > * {
    margin-left: 0 !important;
}

.custom-select.select-calendar {
    right: 0;
}

select.select-calendar {
    display: block; /*hide original SELECT element:*/
    background-color: #fff;
    color: #9B9B9B;
    /*padding: 10px 16px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #979797;
    cursor: pointer;
    border-radius: 8px;
    font-family: 'promptregular';
    font-size: 16px;
    height: 44px;
    outline: none;
    background: url(../images/icons/arrow_down_green.png) no-repeat;
    background-size: 10%;
    background-position: right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-right: 25px;
}

select.select-calendar {
    display: block; /*hide original SELECT element:*/
    background-color: #fff;
    color: #9B9B9B;
    /*padding: 10px 16px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #979797;
    cursor: pointer;
    border-radius: 8px;
    font-family: 'promptregular';
    font-size: 16px;
    height: 44px;
    outline: none;
    background: url(../images/icons/arrow_down_green.png) no-repeat;
    background-size: 10%;
    background-position: right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-right: 25px;
}

.custom-select.select-calendar .select-selected {
    background-color: DodgerBlue;
}
    /*style the arrow inside the select element:*/
    .custom-select.select-calendar .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }
    /*point the arrow upwards when the select box is open (active):*/
    .custom-select.select-calendar .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }
/*style the items (options), including the selected item:*/
.custom-select.select-calendar .select-items div, .custom-select.select-calendar .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
/*style items (options):*/
.custom-select.select-calendar .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.custom-selectselect-calendar .select-hide {
    display: none;
}

.custom-select.select-calendar .select-items div:hover, .custom-select.select-calendar .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/* end select calendar */


/* start style login */

.bg-login {
    background-image: url(../images/bg/bg-login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    border-bottom: 2px solid #67b413;
    /*overflow: scroll;*/
}


.box-login {
    margin-bottom: 50px;
}

.jigsaw-1 {
    display: none;
}


.jigsaw-2 {
    display: block;
}

.login-panel {
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding: 40px 30px;
}

    .login-panel:before {
        display: block;
        content: "";
        width: 266px;
        max-width: 100%;
        height: 182px;
        background-image: url(../images/logo-big.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
    }

    .login-panel form {
        margin-top: 55px;
    }

/* Style the input container */
.input-container {
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #9C9C9C;
}

    .input-field.input-contact {
        width: 94.5%;
    }

    .input-field.input-contact-sm {
        width: 89.5%;
    }

/* Set a style for the submit button */
.btn {
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius: 5px;
}

    .btn:hover {
        opacity: 1;
    }

.btn-submit {
    height: 40px;
    background-color: #79C7C8;
    font-family: 'promptmedium';
    font-size: 16px;
}

.btn-fit {
    width: 100% !important;
}

.login-txt {
    font-family: 'promptregular';
    font-size: 12px;
    color: #9C9C9C;
}

.regis-txt {
    font-family: 'promptregular';
    margin-top: 30px;
}

.link-txt {
    font-size: 16px;
    color: #0E83C1;
    padding-left: 5px;
}

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

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

.link-txt:hover {
    text-decoration: none;
}

.black-txt {
    color: #000;
}

.hide-underline {
    text-decoration: none;
}

.login-footer {
    margin-top: 20px;
}

.box-menu-file {
    padding-top: 35px;
    padding-bottom: 35px;
}

    .box-menu-file .left {
        float: left;
    }

    .box-menu-file .right {
        float: right;
    }

.menu-file img {
    width: auto;
    max-height: 100px;
    margin: 0 auto 10px;
}

ul.menu-file li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: center;
    margin-top: 35px;
}

.menu-file li {
    padding-right: 10px;
}

    .menu-file li a {
        text-decoration: none;
        color: #000;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .menu-file li a:hover, .menu-file li a.active {
            color: #67b413;
        }

    .menu-file li span {
        font-family: 'promptregular';
        font-size: 14px;
        padding-top: 10px;
    }

/* end style login */

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px 10px 0;
    list-style: none;
    font-family: 'promptregular';
}

    ul.breadcrumb.breadcrumb-board {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    ul.breadcrumb.breadcrumb-gal {
        font-family: 'promptsemibold';
        font-size: 16px;
        padding: 10px;
    }

    ul.breadcrumb.breadcrumb-contact {
        padding-bottom: 30px;
    }

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        font-size: 18px;
        color: #93B844;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            color: #707070;
            content: "> ";
            /*content: "/\00a0";*/
        }

    ul.breadcrumb.breadcrumb-gal li + li:before {
        color: #9B9B9B;
    }

    /* Add a color to all links inside the list */
    ul.breadcrumb li a {
        color: #707070;
        text-decoration: none;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

    ul.breadcrumb.breadcrumb-gal li a {
        color: #9B9B9B;
    }

    /* Add a color on mouse-over */
    ul.breadcrumb li a:hover {
        color: #93B844;
        text-decoration: none;
    }

.box-upload input[type=text] {
    width: 100%;
    padding: 12px 20px 12px 40px;
    margin-top: 25px;
    margin-bottom: 35px;
    box-sizing: border-box;
    border: 1px solid #9C9C9C;
    font-size: 18px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #93B844;
    margin-top: 40px;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        color: #fff;
        font-family: 'promptsemibold';
        font-size: 16px;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab button {
            background-color: #93B844;
        }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #81A339;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #81A339;
        }

/* Style the tab content */
.tabcontent {
    /*border: 1px solid #ccc;*/
    border-top: none;
}

/* --- modal vdo --- */
@element "#RFImodal" {
    $this,
    $this * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-kerning: auto;
        font-size: 12pt;
        font-family: 'Source Sans Pro', 'Open Sans', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    $this {
        opacity: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: auto;
        overflow-y: scroll;
        background: rgba(0,0,0,.7);
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        z-index: 9999;
    }

        $this article {
            position: relative;
            max-width: 750px;
            margin: 0 auto;
            padding-bottom: 15px;
            background: white;
            height: auto;
            box-shadow: rgba(0,0,0,.15) 0 5px 15px;
        }

            $this article p {
                font-size: 12pt;
                font-weight: 500;
                line-height: 1.2;
                color: #555;
                margin: 15px 0;
                padding: 0 20px;
            }

                $this article p:last-of-type {
                    margin-bottom: 0;
                }

            $this article button:first-of-type {
                position: absolute;
                top: 0;
                right: 0;
                -webkit-appearance: none;
                appearance: none;
                display: inline-block;
                padding: 5px 10px 10px 15px;
                font-size: 24pt;
                color: rgba(255,255,255,.7);
                line-height: 1;
                font-weight: normal;
                transition: 0;
                border: none;
                outline: none;
                background: transparent;
                -webkit-transition: color .2s ease-in-out;
                -moz-transition: color .2s ease-in-out;
                transition: color .2s ease-in-out;
                cursor: pointer;
                z-index: 1000;
            }

                $this article button:first-of-type:hover,
                $this article button:first-of-type:focus {
                    color: #c00;
                }
}

@element "#RFImodal" and (min-width: 750px) {
    $this article {
        margin: 50px auto;
        overflow: hidden;
    }

        $this article p {
            font-size: 14pt;
        }
}
/* --- end modal vdo --- */


/* --- table --- */
/* Add a black background color to the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #F6F6F6;
}
    /* Style the links inside the navigation bar */
    .topnav h1 {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 20px 15px;
        font-size: 16px;
        font-family: 'promptsemibold';
    }
    /* Style the search box inside the navigation bar */
    .topnav input[type=text] {
        float: right;
        border: none;
        margin-top: 8px;
        margin-right: 15px;
        font-size: 17px;
        width: 230px;
        margin-bottom: 12px;
    }

table {
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /*display: block;*/
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    font-size: 16px;
}

td, th {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}


th {
    padding: 12px 15px;
    text-align: center;
    background-color: transparent;
    color: #67B413;
}

.tb-board th {
    font-family: 'promptsemibold';
    padding-top: 20px;
    padding-bottom: 20px;
}

td {
    white-space: nowrap;
    color: rgb(20, 20, 20);
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.tb-board td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.tb-board td {
    vertical-align: middle;
    font-family: 'promptregular';
}

    .tb-board td span {
        float: left;
        padding-right: 5px;
    }

table td .icon-new {
    max-width: 40px;
    max-height: 20px;
}


table td .icon-work {
    max-width: 58px;
    max-height: 58px;
    margin: 0 auto;
}

/* The container */
.box-team .container {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .box-team .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.box-team .checkmark {
    position: absolute;
    top: 5px;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.box-team th .checkmark {
    left: -52px;
}

/* On mouse-over, add a grey background color */
.box-team .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.box-team .container input:checked ~ .checkmark {
    background-color: #44B900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.box-team .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box-team .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.box-team .container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-team {
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 5px 10px 18px 10px rgba(0,0,0,0.1);
}

    .box-team th {
        background-color: #fff;
        font-family: 'promptsemibold';
        color: #707070;
    }

        .box-team th.file-head {
            font-family: 'promptsemibold';
            text-align: left;
            padding-top: 50px;
            padding-left: 30px;
        }

            .box-team th.file-head span {
                padding-left: 30px;
            }

        .box-team th.file {
            text-align: left;
            padding-left: 80px;
        }

    .box-team td {
        font-family: 'promptregular';
        color: #707070;
    }

        .box-team td:first-child {
            text-align: left;
            padding-left: 28px;
        }

        .box-team td span.checktext {
            padding-left: 50px;
        }

    .box-team tr.active td {
        background-color: #FFFBC9 !important;
    }

    .box-team tr:nth-child(odd) td {
        background-color: #F5F5F5;
    }

    .box-team td a {
        color: #2A92C1;
        margin-left: 5px;
        margin-right: 5px;
    }

.pagination-group {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: #67B413;
        font-family: 'promptregular';
        font-size: 12px;
        float: left;
        width: 30px;
        height: 30px;
        padding: 4px 0;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #67B413;
        margin: 0 4px 8px 4px;
    }

.pagination-team.pagination a {
    color: #4D4F5C;
    border: 1px solid #E8E9EC;
    font-size: 14px;
}

.pagination a.active {
    background-color: #67B413;
    color: white;
    border: 1px solid transparent;
}

.pagination-team.pagination a.active {
    background-color: #88AF3C;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination .page-row, .pagination .page {
    font-size: 12px;
    font-family: 'promptregular';
    padding-top: 4px;
}

.pagination-group .light-theme a, .pagination-group .light-theme span {
    background: none;
    color: #67B413;
    font-family: 'promptregular';
    font-size: 12px;
    float: left;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    box-shadow: none;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #67B413;
    margin: 0 4px 8px 4px;
    text-decoration: none;
}

.pagination-group .light-theme .current {
    color: #67B413;
    font-family: 'promptregular';
    font-size: 12px;
    float: left;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #67B413;
    margin: 0 4px 8px 4px;
    cursor: pointer;
    /*background-color: #67B413;
  color: white;
  border: 1px solid transparent;*/
}

    .pagination-group .light-theme .current:hover {
        background-color: #ddd;
    }

.pagination-group .light-theme a .page-link.prevv:before {
    display: block;
    content: "";
}

/* --- end table --- */

.box-board {
    min-height: 180px;
    padding: 20px 20px 40px 20px;
    /*padding: 20px 20px 60px 20px;*/
    -webkit-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    -moz-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    margin-bottom: 50px;
    word-wrap: normal;
    word-break: break-all;
    white-space: normal;
    display: block;
    height: auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box-board-file {
    background-color: #F7F7F7;
    padding: 20px;
    position: relative;
    border: 1.5px dashed #D2D2D2;
}

.profile.profile-head {
    float: right;
    margin-top: -30px;
}

.profile img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50px;
    float: left;
}

.profile .profile-detail {
    padding-top: 5px;
    padding-left: 60px;
}

    .profile .profile-detail h2 {
        color: #67B413;
        font-family: 'promptregular';
        font-size: 18px;
    }

    .profile .profile-detail p {
        color: #9A9A9A;
        font-family: 'Thonburi';
        font-size: 12px;
    }

.box-board .board-post {
    padding-top: 10px;
    text-align: left;
    font-family: 'promptregular';
    font-size: 20px;
    color: #4A4A4A;
}

    .box-board .board-post p {
        padding-left: 50px;
        padding-right: 50px;
    }

    .box-board .board-post textarea {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        border: 1px solid #E4E4E4;
        font-family: 'promptregular';
        font-size: 15px;
        color: #A9A9A9;
    }

    .box-board .board-post img {
        max-width: 642px;
        max-height: 372px;
        margin: 0 auto;
    }

    .box-board .board-post .img-doc {
        max-width: 90px;
        max-height: 110px;
        object-fit: contain;
    }

.board-file h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board-file a {
    font-family: 'promptregular';
    font-size: 12px;
    color: #67B413;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.box-board .board-social {
    margin-top: 85px;
    margin-bottom: 30px;
}

.box-board-file .board-social {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-board .board-social .group-social {
    float: right;
}

.box-board ul.group-button {
    margin-top: 20px;
}

.box-post ul.group-button {
    margin-top: 50px;
}

    .box-board ul.group-button li, .box-post ul.group-button li {
        padding-right: 0px;
    }

.box-board .btn-cancel, .box-post .btn-cancel {
    width: 125px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    border: 1px solid #bebebe;
}

.box-board .group-button-post .btn-cancel {
    border: 1px solid transparent;
    width: 125px;
}

.box-board .btn-submit-green, .box-post .btn-submit-green {
    width: 130px;
    background-color: #67B413;
    font-size: 16px;
}

.box-board .group-button-post .btn-submit-green {
    width: 130px;
}

.box-post {
    padding-top: 40px;
    padding-bottom: 65px;
}

    .box-post input[type=text] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #f7f7f8;
        -webkit-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
        -moz-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
        box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
        color: #9B9B9B;
        font-size: 20px;
        font-family: 'promptregular';
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .box-post .custom-select {
        width: 360px;
        max-width: 100%;
        right: 0;
        margin-top: 0;
        margin-left: 10px;
        z-index: 100;
    }

.custom-select.custom-select-status {
    margin-top: 0;
}

.custom-select-team .select-items div, .custom-select-team .select-selected {
    padding-left: 10px;
    padding-right: 20px;
}

.custom-select-team .select-selected {
    font-size: 18px;
}

.custom-select-team .select-items div {
    font-size: 18px;
    font-family: 'promptregular';
}

.custom-select.custom-select-rp {
    width: 40px;
    margin-left: 5px;
}

.custom-select-rp .select-items div, .custom-select-rp .select-selected {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    text-align: left;
}

    .custom-select-rp .select-selected:after {
        top: 10px;
        right: 5px;
        border: 4px solid transparent;
        border-color: #000 transparent transparent transparent;
    }

.custom-select-rp .select-selected {
    color: #000;
    font-size: 12px;
}

.custom-select-rp .select-items div {
    color: #000;
    font-family: 'promptregular';
    font-size: 12px;
}

    .custom-select-rp .select-items div:hover, .same-as-selected {
        background-color: #fff;
    }

.box-post .select-items div, .box-box-upload .select-items div, .box-box-upload .select-selected {
    text-align: left;
    padding-right: 0;
    font-family: 'promptregular';
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.box-post .select-selected {
    text-align: left;
    padding-right: 30px;
    font-family: 'promptregular';
    font-size: 14px;
}

    .box-post .select-selected:after {
        border-color: #808495 transparent transparent transparent;
    }

    .box-post .select-selected.select-arrow-active:after {
        border-color: transparent transparent #808495 transparent;
    }

.box-post .group-select {
    margin-top: 20px;
}

.box-upload .group-select {
    float: right;
}

.box-post .group-select span {
    float: left;
    font-family: 'promptregular';
    font-size: 20px;
    color: #9C9C9C;
    padding-top: 12px;
    /*margin-top: 10px;*/
}

.box-upload .group-select span {
    float: left;
    font-family: 'promptregular';
    font-size: 20px;
    color: #9C9C9C;
    padding-top: 2px;
}

.custom-select-status .select-items div, .custom-select-status .select-selected {
    margin-left: 10px;
}

.box-post .box-editor {
    min-height: auto;
    -webkit-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    -moz-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    border-radius: 5px;
    border: 1px solid #f7f7f8;
    margin-top: 120px;
}

.box-news {
    width: 100%;
    word-break: break-all;
}

.btn-link {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-family: 'promptmedium';
    text-decoration: none;
    margin-top: 60px;
    margin-bottom: 50px;
}

    .btn-link span {
        color: #7C7C7C;
        padding-left: 5px;
    }

        .btn-link span:first-child {
            color: #3885BE;
            text-decoration: underline;
        }

            .btn-link span:first-child:hover {
                text-decoration: none;
            }

.title-board {
    margin-top: 70px;
}

.btn-social {
    font-family: 'promptregular';
    font-size: 14px;
    color: rgb(74,74,74);
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    cursor: default;
}

    .btn-social .comment {
        width: 14px;
        height: 14px;
        background-image: url(../images/icons/icon_comment.png);
        background-repeat: no-repeat;
        position: relative;
        top: 1px;
        left: -5px;
    }

    .btn-social .eye {
        width: 19px;
        height: 12px;
        background-image: url(../images/icons/icon_eye.png);
        background-repeat: no-repeat;
        position: relative;
        top: 1px;
        left: -5px;
    }

    .btn-social .like {
        width: 15px;
        height: 15px;
        background-image: url(../images/icons/icon_love.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        top: 1px;
        left: -5px;
    }

.btn-file .file {
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/icon_clip.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}

a.btn-file {
    font-size: 14px;
    color: #67B413;
}


.btn-file-download {
    width: 120px;
    background-color: #87B049;
    padding: 5px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
}

    .btn-file-download.red {
        background-color: #EB3C47;
    }

a.btn-file span.text-file {
    padding-left: 5px;
}

/* --- dropdown --- */
.dropbtn {
    background-color: transparent;
    color: #d8d8d8;
    font-size: 14px;
    font-family: 'promptmedium';
    border: 1px solid rgb(233,233,240);
    padding-left: 20px;
    padding-right: 25px;
    margin-top: 2px;
    position: relative;
}

    .dropbtn:before {
        display: block;
        content: "";
        width: 10px;
        height: 7px;
        background-image: url(../images/icons/arrow_down.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        right: 5px;
    }

.profile-detail .dropbtn:before {
    top: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 100;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block;
        font-size: 12px;
        font-family: 'promptregular';
        padding-left: 20px;
        padding-right: 25px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-contentUser {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    border: 2px solid rgba(255,255,255,0.4);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-contentUser a {
        color: black;
        text-decoration: none;
        display: block;
        font-size: 12px;
        font-family: 'promptregular';
        padding-left: 20px;
        padding-right: 25px;
    }

        .dropdown-contentUser a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-contentUser {
    display: block;
}

.dropdown:hover .dropbtn { /*background-color: #67B413; color: #fff;*/
}

.profile-detail .dropdown .dropbtn {
    color: #67B413;
    border: 1px solid rgb(233,233,240);
}

.profile-detail .dropdown:hover .dropbtn {
    color: #fff;
}
/* --- end dropdown --- */

.box-inner-extra {
    width: 95%;
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
}

.img-reset {
    width: auto;
    margin: 0 auto;
}

.box-reply {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 10px;
}

    .box-reply h1 {
        font-size: 22px;
        font-family: 'promptbold';
        margin-bottom: 40px;
    }

    .box-reply h2 {
        font-family: 'promptmedium';
        font-size: 18px;
        color: #9C9C9C;
    }

    .box-reply .box-reply-form {
        box-sizing: border-box;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 10px;
    }

    .box-reply .input-reply {
        width: 100%;
        height: 40px;
        padding: 10px 12px 10px 40px;
        outline: none;
        border: 1px solid #9C9C9C;
        border-radius: 10px;
        font-size: 14px;
        font-family: 'promptregular';
        color: #000;
    }

        .box-reply .input-reply span.phone {
            background-image: url(../images/icons/icon_phone.png);
            background-repeat: no-repeat;
            background-position: 10px 12px;
        }

    .box-reply .input-reply-other {
        width: 160px;
        /*background-color: #ebebeb;*/
        border: 1px solid #9C9C9C;
        border-radius: 10px;
        padding: 10px;
        font-size: 14px;
        font-family: 'promptregular';
        color: #9C9C9C;
        margin-left: 5px;
    }

        .box-reply .input-reply-other input:disabled {
            background-color: #ebebeb !important;
        }

.box-contact {
    background-color: #fff;
    margin-top: 65px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
}

    .box-contact h2 {
        font-family: 'promptmedium';
        font-size: 18px;
        color: #9C9C9C;
    }

    .box-contact .input-field {
        border-radius: 10px;
        color: #000;
    }

    .box-contact .box-confirm-group {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .box-contact .box-confirm-group .reload {
            float: right;
        }

    .box-contact .box-num-confirm {
        border: 1px solid #9C9C9C;
        border-radius: 10px;
        padding: 5px;
        box-sizing: border-box;
    }

        .box-contact .box-num-confirm img {
            width: 245px;
            max-width: 100%;
            height: 75px;
        }

    .box-contact .txt-contact,
    .box-reply .txt-contact,
    .box-upload .txt-contact {
        font-family: 'promptmedium';
        font-size: 14px;
        color: #9C9C9C;
    }

.box-search {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

    .box-search .search-header .input-field {
        background-color: #fff;
        border-radius: 10px;
        width: 550px;
        max-width: 100%;
        height: 40px;
        float: left;
        border: 0.5px solid #D4D4D4;
        -webkit-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
        -moz-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
        box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
        margin-right: 35px;
        margin-bottom: 20px;
    }

    .box-search .search-header .btn-submit {
        width: 100px;
        font-family: 'promptregular';
        font-size: 16px;
        border-radius: 5px;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .box-search .search-result {
        border-top: 2px solid #DFDFDF;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .box-search h1, .box-search h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box-search h1 {
        font-family: 'promptregular';
        font-size: 16px;
        color: #87B049;
    }

    .box-search h2 {
        font-family: 'promptregular';
        font-size: 14px;
        color: #818181
    }

        .box-search h2.title {
            margin-bottom: 20px;
        }

    .box-search a {
        text-decoration: none;
    }

    .box-search .search-result-item {
        margin-bottom: 20px;
    }

    .box-search .result-img-container {
        width: 125px;
        height: 100px;
        background-color: #C8C8C8;
        border-radius: 5px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .box-search .thumb {
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        padding-bottom: 70%;
        width: 100%;
    }

    .box-search .parent {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .box-search span.img-photo {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.3s linear;
        display: block;
    }

    .box-search .result-dt-container {
        padding-left: 15px;
        overflow: hidden;
    }

    .box-search .pagination-group {
        margin-top: 40px;
        margin-bottom: 0;
    }


#company, #sendto {
    background-image: url(../images/icons/icon_company.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

input[name=user], input[name=name], input[name=user0], #user01 {
    background-image: url(../images/icons/icon_user2.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

input[name=position], input[name=position0], #position0 {
    background-image: url(../images/icons/icon_briefcase.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

input[name=phone], input[name=phone0], #phone0 {
    background-image: url(../images/icons/icon_phone.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

input[name=email], input[name=email0], #email0 {
    background-image: url(../images/icons/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

input[name=password] {
    background-image: url(../images/icons/icon_key.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

input[name=confirmpassword] {
    background-image: url(../images/icons/icon_key.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#user, #user0, #user2 {
    background-image: url(../images/icons/icon_user2.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

#position, #position2 {
    background-image: url(../images/icons/icon_briefcase.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

#phone, #phone2 {
    background-image: url(../images/icons/icon_phone.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

#phoneSubscribe {
    background-image: url(../images/icons/icon_phone.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

#mail, #email, #email2 {
    background-image: url(../images/icons/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

/*#topic {
  background-image: url(../images/icons/icon_mail02.png);
  background-repeat: no-repeat;
  background-position: 10px 12px;
  }*/

input[name=topic] {
    background-image: url(../images/icons/icon_user2.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

#detail {
    background-image: url(../images/icons/icon_infox.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

#search {
    background-image: url(../images/icons/icon_search.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

/*.box-reply .input-reply.input-reply-sm {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  }*/

.box-reply .btn-submit, .box-reply .btn-cancel {
    width: 285px;
    max-width: 100%;
}

.box-reply .btn-submit {
    -webkit-box-shadow: -2px 11px 35px -12px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px 11px 35px -12px rgba(0,0,0,0.2);
    box-shadow: -2px 11px 35px -12px rgba(0,0,0,0.2);
}

.box-reply .btn-cancel {
    height: 40px;
    background-color: transparent;
    font-family: 'promptmedium';
    font-size: 16px;
    color: #9C9C9C;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.input-field {
    padding: 10px 10px 10px 50px;
    font-family: 'promptregular';
    font-size: 14px;
}

.box-login .input-field {
    border-radius: 5px;
}

    .box-login .input-field#user {
        background-image: url(../images/icons/icon_user2.png);
        background-repeat: no-repeat;
        background-position: 10px 10px;
    }

#pass {
    background-image: url(../images/icons/icon_key.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.box-login .btn-submit {
    margin-top: 15px;
}

.input-search {
    background-color: #D8D8D8;
    font-size: 14px !important;
    font-family: 'promptregular';
    padding: 10px 10px 10px 40px;
}

    .input-search#search {
        background-image: url(../images/icons/icon_glass.png);
        background-repeat: no-repeat;
        background-position: 10px 10px;
    }

/* The container */
.box-reply .container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'promptmedium';
    color: #9C9C9C;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .box-reply .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.box-reply .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #87B049;
}

    .box-reply .checkmark.checkmark-circle {
        border: 4px solid #7E7E7E;
    }

.box-reply .check-radio .checkmark {
    border-radius: 25px;
    /*background-color: #eee;*/
}

/* On mouse-over, add a grey background color */
.box-reply .container:hover input ~ .checkmark {
    background-color: #F1F1F1;
}

/* When the checkbox is checked, add a blue background */
.box-reply .container input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.box-reply .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box-reply .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.box-reply .container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 4px;
    height: 12px;
    border: solid #87B049;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-reply .check-radio .container .checkmark:after {
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #9C9C9C;
    border: solid transparent;
    border-width: 0 3px 3px 0;
    /* left: 6px;
  top: 2px;
  width: 2px;
  height: 8px;
  border: solid #9C9C9C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
}

.box-reply .check-container {
    text-align: left;
    margin-bottom: 12px;
}

.box-reply-form .participant-group {
    margin-top: 20px;
}

.box-reply-form .team-group {
    margin-top: 20px;
}

.box-reply-form .model-group {
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}

.box-reply-form h2 {
    font-family: 'promptmedium';
    font-size: 14px;
    color: #9C9C9C;
    text-align: left;
    margin-bottom: 15px;
}

.box-reply-form a {
    float: left;
    text-decoration: none;
    font-size: 14px;
    font-family: 'promptmedium';
    color: #0E83C1;
}

.display-reset {
    display: unset;
}

/* calendar */

.box-calendar {
    width: 100%;
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.item-calendar-list {
    margin-top: 15px;
}

    .item-calendar-list .item-calendar {
        background-color: #fff;
        text-decoration: none;
    }

    .item-calendar-list .item-calendar-dt {
        overflow: hidden;
        height: auto;
        padding: 15px 10px 10px 10px;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
    }


    .item-calendar-list img {
        /*max-width: 120px;
  max-height: 120px;
  float: left;*/
        /*max-width: 160px;*/
        max-width: 100%;
        margin: 0 auto;
    }

    .item-calendar-list h2 {
        font-family: 'promptbold';
        font-size: 16px;
        color: #67B413;
    }

    .item-calendar-list p {
        font-family: 'promptregular';
        font-size: 14px;
        color: #61656E;
    }

        .item-calendar-list p.text-detail {
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .item-calendar-list p.text-date-list {
            color: #96D2DE;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -moz-box;
            -moz-line-clamp: 1;
            -moz-box-orient: vertical;
            max-height: 18px;
        }

    .item-calendar-list .text-wrap-title {
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        max-height: 45px;
    }

    .item-calendar-list .text-wrap-detail {
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 3;
        -moz-box-orient: vertical;
        max-height: 70px;
    }

.calendar-custom {
    background-color: #fff;
    /*background-color: #F7F7F7;*/
    margin-top: 20px;
}

    .calendar-custom .fc {
        background-color: #F7F7F7;
    }

    .calendar-custom .fc-center h2 {
        font-family: 'promptbold';
        font-size: 14px;
        padding-top: 10px;
    }

    .calendar-custom .fc-toolbar .fc-state-active, .calendar-custom .fc-toolbar .ui-state-active {
        background-color: #67B413;
        color: #fff;
        font-family: 'promptbold';
        font-size: 16px;
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        border: none;
    }

    .calendar-custom .fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,
    .calendar-custom .fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
        background-color: transparent !important;
    }

    .calendar-custom .fc-button-group > * {
        background-color: #fff;
        background-image: none;
        color: #67B413;
        font-family: 'promptregular';
        font-size: 14px;
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        border: 0.5 solid #67B413;
        border-color: #67B413;
    }

    .calendar-custom .fc-icon-left-single-arrow:after {
        background-color: transparent;
        border: none;
        display: block;
        content: "";
        width: 13px;
        height: 17px;
        background-image: url(../images/icons/arrow_prev03.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .calendar-custom .fc-icon-right-single-arrow:after {
        background-color: transparent;
        border: none;
        display: block;
        content: "";
        width: 13px;
        height: 17px;
        background-image: url(../images/icons/arrow_next03.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .calendar-custom .fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,
    .calendar-custom .fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
        border: none;
        background-image: none;
        box-shadow: none;
    }

    .calendar-custom .fc-state-hover {
        background-color: transparent;
    }

    .calendar-custom .fc-view-container *, .calendar-custom .fc-view-container :after, .calendar-custom .fc-view-container :before {
        font-family: 'promptregular';
        font-size: 12px;
        text-align: right;
    }

    .calendar-custom.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        text-align: center;
    }

    .calendar-custom a.fc-more {
        margin: 0;
        font-family: 'promptregular';
        color: #8A888A;
        font-size: 8px;
    }

    .calendar-custom .fc-title {
        font-family: 'promptregular';
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-align: left;
    }

    .calendar-custom .fc td, .calendar-custom .fc th {
        color: #CFD5DA;
        font-size: 10px;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .calendar-custom .fc-content {
        /*color: #5CD187;*/
        /*background-color: #f0fbf4;*/
        border-radius: 5px;
        border: none;
        padding: 10px;
    }

    .calendar-custom .fc-event, .calendar-custom .fc-event-dot {
        /*background-color: transparent !important;
  border: none !important;*/
    }

    .calendar-custom .fc-day-header {
        height: 35px;
    }

        .calendar-custom .fc-day-header.fc-widget-header {
            vertical-align: middle;
            color: #61656E;
            font-family: 'promptregular';
            font-size: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border: none;
            text-align: center;
        }

    .calendar-custom .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        color: #8A888A;
        font-family: 'promptregular';
        font-size: 14px;
    }

    .calendar-custom.fc-unthemed td.fc-today {
        background: none !important;
    }

    .calendar-custom .fc-day-number {
        font-family: 'promptregular';
        font-size: 10px;
        color: #8A888A;
    }

    .calendar-custom .fc-content {
        /*  display: flex;
  justify-content: flex-start;
  justify-content: space-around;*/
        align-items: center;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 2px;
    }

    .calendar-custom table {
        box-shadow: none;
    }

    .calendar-custom .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0;
    }

    .calendar-custom .fc-left .fc-button-group {
        width: 100%;
        margin-top: 10px;
        margin-left: 10px !important;
    }

    .calendar-custom .fc-today .fc-day-number {
        background-color: #ED5454;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        font-family: 'promptregular';
        font-size: 10px;
        color: #fff;
    }

    .calendar-custom.fc .fc-button-group > :first-child, .calendar-custom.fc .fc-button-group > * {
        font-family: 'promptregular';
    }

    .calendar-custom .img-event {
        width: 15px;
        height: 15px;
        float: left;
        margin-right: 5px;
    }

    .calendar-custom .fc-content {
        /*display: flex;
  flex-direction: row;*/
    }

    .calendar-custom td, .calendar-custom th {
        background-color: transparent !important;
    }

        .calendar-custom td.fc-highlight {
            background: #bce8f1;
        }

    .calendar-custom .fc-icon-x:after {
        font-size: 30px !important;
    }

.fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    margin-left: .75em;
}

/* end calendar */

* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    color: transparent;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.prev {
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/arrow_prev.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/arrow_next.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #67B413;
    font-family: 'promptbold';
    font-size: 18px;
}

/* Container for image text */
.caption-container {
    padding-top: 20px;
}

    .caption-container h2 {
        color: #67B413;
        font-family: 'promptbold';
        font-size: 18px;
    }

    .caption-container p {
        color: #9B9B9B;
        font-family: 'promptbold';
        font-size: 14px;
    }

.mySlides .box-gal-preview .box-gal-parent .box-gal-photo {
    background-size: contain;
}

.fix-slide {
    width: 1050px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/* Container for image text */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

    .column img {
        max-height: 184px;
    }

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.8;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

.mySlides img {
    max-width: 100%;
    max-height: 535px;
    margin-left: auto;
    margin-right: auto;
}

.silde-thumbnail {
    padding: 2px;
}

.box-login-group {
    width: 100%;
    /*width: 95%;*/
    padding: 100px 5px;
    margin-left: auto;
    margin-right: auto;
}

/* file upload */

.fileUpload {
    display: inline-block;
    padding: 15px 10px 15px 50px;
    font-family: 'promptregular';
    font-size: 14px;
    width: 100%;
    outline: none;
    border: 1px solid #9C9C9C;
}

    .fileUpload :invalid + span {
        color: #9b9b9b;
    }

    .fileUpload :valid + span {
        color: #67b413;
    }

    .fileUpload#card {
        background-image: url(../images/icons/icon_card.png);
        background-repeat: no-repeat;
        background-position: 10px 30px;
        color: #9C9C9C;
    }

    .fileUpload input[type='file'] {
        display: none;
    }

.input-field-tel#phone {
    background-image: url(../images/icons/icon_phone2.png);
    background-repeat: no-repeat;
    background-position: 10px 12px
}

.input-container .question {
    float: right;
    position: relative;
    top: -45px;
    right: -25px;
}

.hiddenimg {
    display: none;
}

.hiddentxt {
    font-weight: bold;
    color: #F00;
}

    .hiddentxt a {
        color: #F00;
        text-decoration: none;
    }

.hiddenclick {
    font-weight: bold;
    color: #F00;
    text-decoration: none;
    cursor: pointer;
}

    .hiddenclick a {
        color: #F00;
        text-decoration: none;
    }

        .hiddenclick a:visited {
            color: #F00;
            text-decoration: none;
        }

.hiddentxt:hover ~ .hiddenimg {
    display: block;
    position: absolute;
    top: -105px;
    right: -55px;
}

.input-container {
    position: relative;
}

/* end file upload */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.modal-container {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-header {
    background-color: #3E513F;
    padding: 35px 15px 35px 40px;
    position: relative;
}

.modal-container-detail .modal-header {
    padding: 0;
    background-color: transparent;
}

.modal-header h1 {
    font-family: 'promptbold';
    font-size: 16px;
    color: #fff;
}

.modal-container-detail .modal-content h2 {
    font-family: 'promptbold';
    font-size: 14px;
    color: #67B413;
}

.modal-container-detail .modal-content p {
    font-family: 'promptregular';
    font-size: 14px;
    color: #61656E;
    text-align: justify;
    padding-top: 10px;
}

/* Modal Content */
.modal-content {
    padding: 0 30px;
}

.modal-content-scroll {
    overflow-y: scroll;
    height: 264px;
}

.modal-container-detail h1 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.modal-container-detail .modal-header .img-header {
    width: 80px;
    height: 80px;
    /*float: left;*/
    margin-right: 10px;
}

.modal-container-detail .modal-content {
    padding: 10px;
}

.modal-container-detail .modal-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 300px;
}

.modal-container-detail .modal-content img {
    margin-top: 20px;
    margin-bottom: 15px;
}

.modal-content-sub {
    display: block;
    padding-top: 10px;
    color: #4E4E4E;
    border-bottom: 1px solid #F0F0F0;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

    .modal-content-sub img {
        float: left;
        width: 55px;
        height: 55px;
    }

    .modal-content-sub h2 {
        font-family: 'promptmedium';
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .modal-content-sub p {
        font-family: 'promptregular';
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.modal-container-detail .modal-header p {
    font-family: 'promptregular';
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.modal-content-sub p span {
    padding-left: 12px;
}

.modal-container-detail .modal-header p {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

    .modal-container-detail .modal-header p span {
        padding-left: 14px;
        font-size: 16px;
        color: #fff;
    }

.modal-detail {
    padding-left: 80px;
    position: relative;
}

    .modal-detail .pin:before {
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background-image: url(../images/icons/icon_pin.png);
        background-repeat: no-repeat;
        position: absolute;
        bottom: 2px;
    }

.modal-container-detail .modal-header .pin:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/icon_pin.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2px;
}

.modal-container-detail .modal-detail .pin:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/icon_pin.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2px;
}

/* The Close Button */
.close:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/icon_close_green.png);
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-container-detail .close:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon_close_green02.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
}


.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal .thumb {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 25%;
    width: 100%;
    background-color: transparent;
}

    .modal .thumb .parent {
        position: absolute;
        height: 100%;
        width: 100%;
    }

        .modal .thumb .parent .overlay {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: 0;
            width: 100%;
            background-color: rgba(0,0,0,0.5);
            display: block;
        }

        .modal .thumb .parent div.img-photo {
            height: 100%;
            width: 100%;
            /*background-size: cover;*/
            background-position: center center;
            background-repeat: no-repeat;
            transition: all 0.3s linear;
            display: block;
        }

        .modal .thumb .parent .modal-header-detail {
            padding-left: 20px;
            padding-right: 140px;
            padding-top: 5%;
        }

.team-group a {
    font-family: 'promptregular';
    font-size: 14px;
    color: #9C9C9C;
    height: 150px;
}

.team-group .img-team {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}

.team-group .col-1-extra {
    padding-top: 0;
    padding-bottom: 0;
}

.team-group .team-sub {
    position: relative;
}

.team-group .check-team {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 60px;
}

/* tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        min-width: 75px;
        background-color: #9C9C9C;
        color: #fff;
        font-family: 'promptregular';
        font-size: 12px;
        text-align: center;
        border-radius: 6px;
        padding: 2px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: -50%;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #9C9C9C transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip.tooltip-board .tooltiptext {
        background-color: #4C4C4E;
        padding: 5px 10px;
        bottom: 100%;
        left: 10%;
    }

        .tooltip.tooltip-board .tooltiptext::after {
            left: 40%;
            border-color: #4C4C4E transparent transparent transparent;
        }

.tooltip-clipbpard {
    min-width: 70px;
    background-color: rgba(0,0,0,0.64);
    color: #fff;
    font-family: 'promptregular';
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    position: absolute;
    left: -80px;
    bottom: 10px;
    z-index: 1;
    transition: all 0.3s;
    display: none;
}

    .tooltip-clipbpard.gal {
        left: -32px;
        bottom: -35px;
    }

    .tooltip-clipbpard::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent rgba(0,0,0,0.64);
    }

    .tooltip-clipbpard.gal::after {
        top: -5px;
        left: 50%;
        border-color: transparent transparent rgba(0,0,0,0.64) transparent;
    }
/* end tolltip */

/* Nav User  */
.nav-user {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 6000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.nav-user-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
}

.nav-user a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 9px 14px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

    .nav-user a:hover, .nav-user a:focus {
        color: #f1f1f1;
    }

.nav-user .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
}

.nav-user .top-menu-box {
    position: unset;
    margin-top: 30px;
}

.nav-user .nav-user-text p {
    font-family: 'promptmedium';
    font-size: 20px;
    color: #fff;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    padding: 20px 15px;
}
/* Nav User  */

.box-profile {
    padding-top: 70px;
    padding-bottom: 70px;
}

    .box-profile input {
        border-radius: 5px;
        border: 1px solid #9C9C9C;
    }

.img-user2 {
    width: 75px;
    height: 75px;
    margin: 50px auto 10px;
    /*content: "";
  clear: both;
  display: table;*/
}

.text-profile {
    font-family: 'promptregular';
    font-size: 14px;
    color: #9C9C9C;
}

.btn-edit {
    font-family: 'promptregular';
    font-size: 14px;
    color: #87B049;
    text-decoration: none;
}

.input-container {
    position: relative;
}

    .input-container .user:before {
        background-image: url(../images/icons/icon_user2.png);
        background-repeat: no-repeat;
        background-position: 10px 10px;
    }

.box-profile-dt {
    padding-top: 25px;
}

.box-profile-dt1 {
    padding-top: 75px;
}

.box-profile-dt2 {
    padding-top: 40px;
}

.box-profile-ed {
    background-color: #F1F1F1;
    width: 645px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
    margin-top: 55px;
}

    .box-profile-ed .btn-submit {
        width: 140px;
        margin-top: 20px;
    }

.box-profile-show {
    margin-top: 40px;
}

.box-news .item-news {
    display: block;
    -webkit-box-shadow: -1px 0px 30px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 0px 30px 5px rgba(0,0,0,0.15);
    box-shadow: -1px 0px 30px 5px rgba(0,0,0,0.15);
    text-decoration: none;
}

.box-news .breadcrumb-news {
    padding-bottom: 40px;
}

.box-news .box-news-content {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

    .box-news .box-news-content .img-content {
        width: 480px;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .box-news .box-news-content p {
        font-family: 'promptregular';
        font-size: 16px;
        line-height: 1.6;
        color: #707070;
        text-indent: 50px;
        text-align: justify;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box-news .box-news-content .news-content {
        padding-top: 50px;
    }

.box-news .box-news-other {
    padding-bottom: 40px;
}

.box-news-dt .title-8:before {
    height: 50px;
    top: -8px;
}

.lSAction > .lSPrev {
    background-image: url(../images/icons/arrow_prev.png) !important;
    background-position: unset !important;
    background-size: contain;
    width: 35px !important;
    height: 35px !important;
    opacity: 1 !important;
    left: 15px !important;
}

.lSAction > .lSNext {
    background-image: url(../images/icons/arrow_next.png) !important;
    background-position: unset !important;
    background-size: contain;
    width: 35px !important;
    height: 35px !important;
    opacity: 1 !important;
    right: 15px !important;
}

.box-style-1-extra2 {
    padding-bottom: 50px;
}

.box-nv-preview {
    width: 1200px;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .box-nv-preview .nv-prev {
        background-position: unset !important;
        background-size: contain;
        width: 35px !important;
        height: 35px !important;
        opacity: 1 !important;
        left: 4px !important;
        position: absolute;
        top: 43.5%;
        -webkit-transform: translateY(-43.5%);
        transform: translateY(-43.5%);
        z-index: 6000px;
    }

    .box-nv-preview .nv-next {
        background-position: unset !important;
        background-size: contain;
        width: 35px !important;
        height: 35px !important;
        opacity: 1 !important;
        right: 4px !important;
        position: absolute;
        top: 43.5%;
        -webkit-transform: translateY(-43.5%);
        transform: translateY(-43.5%);
        z-index: 6000px;
    }

.area-title {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.box-upload2 input[type=text] {
    font-family: 'promptregular';
    font-size: 18px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 10px 25px;
    -webkit-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    margin-top: 0;
    margin-bottom: 0;
}

.box-upload2 textarea {
    width: 100%;
    font-family: 'promptregular';
    font-size: 18px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 10px 25px;
    -webkit-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
}

.box-upload2 .label {
    font-family: 'promptregular';
    font-size: 20px;
    color: #9C9C9C;
    padding-top: 10px;
}

.box-upload2 .btn-cancel,
.box-upload2 .btn-submit-green {
    border-radius: 5px;
    font-size: 20px;
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
}

.box-upload2 .btn-cancel {
    background-color: #F7F7F7;
}

.box-upload2 .btn-upload {
    width: 200px;
    max-width: 100%;
    min-height: 52px;
    background-color: #96D2DE;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
}

.box-upload2 .item-file {
    width: 220px !important;
    padding: 10px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .box-upload2 .item-file h4 {
        padding-left: 15px;
    }

    .box-upload2 .item-file .btn-del {
        width: 20px;
        height: 20px;
        background-image: url(../images/icons/icon_trash_red.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
        right: -10px;
    }

    .box-upload2 .item-file .img-file {
        width: 23px;
        height: 28px;
    }

.custom-select.custom-select-upload {
    width: 100%;
}

.custom-select-upload .select-items div,
.custom-select-upload .select-selected {
    position: relative;
    padding: 10px 25px;
    font-size: 18px;
}

    .custom-select-upload .select-items div:hover,
    .custom-select-upload .same-as-selected {
        background-color: #E9E9F0;
    }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-3-extra, .col-sm-3-extra2,
.col-sm-4, .col-sm-4-extra, .col-sm-5, .col-sm-5-extra, .col-sm-6,
.col-file-left, .col-file-right {
    width: 100%;
}

.col-file-right {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

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

.logo-screen1 {
    display: none;
}

.logo-screen2 {
    display: block;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    padding: 0;
}

.lSSlideOuter .lSPager.lSGallery li {
    padding: 0;
}

.button-file-group {
    float: left;
    margin-top: 20px;
}

.button-file-group2 {
    float: right;
    margin-top: 0;
}

ul.list-button-file {
    background-color: #fff;
    overflow: hidden;
    padding: 10px 8px 10px 10px;
    border-radius: 20px;
    text-align: left;
}

.list-button-file li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    padding-left: 20px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    height: 20px;
}

    .list-button-file li:first-child a::before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        background-image: url(../images/icons/icon_download.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        left: 0;
    }

    .list-button-file li:nth-child(2) a::before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        background-image: url(../images/icons/icon_edit.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        left: 0;
    }

    .list-button-file li:nth-child(3) a::before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        background-image: url(../images/icons/icon_trash2.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        left: 0;
    }

    .list-button-file li:first-child:after,
    .list-button-file li:nth-child(2):after {
        display: block;
        content: "";
        border-right: 1px solid #BFD3E2;
        height: 20px;
        position: absolute;
        top: 2px;
        right: -18px;
    }

    .list-button-file li.hidden-line:first-child::after {
        display: none;
    }

    .list-button-file li.hidden-line::after {
        display: none;
    }

    .list-button-file li a {
        font-family: 'promptregular';
        font-size: 14px;
        text-decoration: none;
        color: #424847;
    }

        .list-button-file li a span {
            display: none;
        }

.text-date {
    font-family: 'promptregular';
    font-size: 16px;
    color: #707070;
    text-align: left;
}

.btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.btn-top-extra {
    bottom: 70px;
}

.btn-top-img {
    width: 55px;
    height: 55px;
}

.vdo-content ul.list-social-extra {
    padding-left: 5px
}

.list-social-position {
    position: absolute;
    right: 114px;
    bottom: 18px;
}

.list-social-position2 {
    position: absolute;
    right: 25px;
    bottom: 28px;
}


.list-social > li {
    display: inline-block;
    vertical-align: bottom;
    margin-left: -4px;
    cursor: pointer;
}

    .list-social > li:last-child {
        margin-left: -5px;
    }

    .list-social > li > img {
        width: 18px;
        height: 18px;
    }

        .list-social > li > img.big {
            width: 18px;
            height: 18px;
        }

.group-list-social {
    position: absolute;
    bottom: 8px;
    right: 2px;
}

.separator-title {
    height: 60px;
    border-left: 4px solid rgb(103,180,19);
}

    .separator-title.yellow {
        border-left: 4px solid rgb(222,191,139);
    }

.title-group {
    display: flex;
    align-items: center;
}

.title-news {
    font-family: 'promptsemibold';
    color: #000;
    font-size: 20px;
    line-height: 22px;
    padding-left: 10px;
}

/* fancybox */

.fancybox-skin {
    background-color: #F2F2F2;
}

.fancybox-subscribe.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fancybox-subscribe {
    padding: 15px;
}

    .fancybox-subscribe h2 {
        font-family: 'promptmedium';
        font-size: 24px;
        color: #4F4F4F;
    }

    .fancybox-subscribe h3 {
        font-family: 'promptmedium';
        font-size: 18px;
        color: #4F4F4F;
        text-align: center;
    }

    .fancybox-subscribe.fancybox-unsubscribe h2 {
        text-align: center;
    }

    .fancybox-subscribe p {
        text-align: center;
        font-family: 'promptregular';
        font-size: 14px;
        color: #828282;
    }

    .fancybox-subscribe .icon-subscribe {
        width: 100px;
        height: 100px;
        margin: 25px auto 30px;
    }

.fancybox-unsubscribe .icon-subscribe {
    width: 118px;
    height: 107px;
    margin: 20px auto 20px;
}

.fancybox-subscribe .label {
    font-family: 'promptregular';
    font-size: 12px;
    color: #828282;
}

.fancybox-subscribe input {
    width: 100%;
    font-family: 'promptregular';
    font-size: 12px;
    color: #828282;
    padding: 5px 10px 5px 38px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    height: 35px;
}

    .fancybox-subscribe input[name=email] {
        background-image: url(../images/icons/icon_mail2.png);
        background-repeat: no-repeat;
        background-position: 10px;
        background-size: 20px 15px;
        padding: 5px 10px 5px 40px;
    }

    .fancybox-subscribe input[name=phone] {
        background-image: url(../images/icons/icon_phone3.png);
        background-repeat: no-repeat;
        background-position: 10px;
        background-size: 15px;
    }

    .fancybox-subscribe input[name=firstname], .fancybox-subscribe input[name=lastname] {
        background-image: url(../images/icons/icon_user4.png);
        background-repeat: no-repeat;
        background-position: 10px;
        background-size: 15px;
    }

.fancybox-subscribe .checkbox-group {
    /*margin-top: 30px;*/
}

.fancybox-subscribe .container {
    position: relative;
    cursor: pointer;
    font-family: 'promptregular';
    font-size: 14px;
    color: #828282;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 30px;
}

    .fancybox-subscribe .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.fancybox-subscribe .check-container {
    text-align: left;
    /*margin-bottom: 20px;*/
}


.fancybox-subscribe .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
}

    .fancybox-subscribe .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.fancybox-subscribe .container input:checked ~ .checkmark:after {
    display: block;
}

.fancybox-subscribe .container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #27AE60;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-subscribe ul.group-button {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
}

    .fancybox-subscribe ul.group-button li {
        padding-right: 6px;
    }

        .fancybox-subscribe ul.group-button li:last-child {
            padding-right: 0;
        }

.fancybox-subscribe .btn {
    width: 115px !important;
    height: 35px !important;
    padding: 0;
    font-family: 'promptregular';
    font-size: 14px;
    color: #F2F2F2;
}

.fancybox-subscribe .btn-cancel {
    background-color: #BDBDBD;
}

.fancybox-subscribe .btn-submit {
    background-color: #56CCF2;
}

.fancybox-unsubscribe .logo {
    width: 120px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 80px;
}

.condition {
    margin-top: 30px;
    padding: 0 10px;
}

    .condition h2 {
        margin-bottom: 20px;
        line-height: 1.2em;
    }

    .condition h3 {
        font-family: 'promptregular';
        color: #4F4F4F;
        font-size: 18px;
        line-height: 1.2em;
        /*text-align: center;*/
        margin-bottom: 20px;
    }

    .condition h4 {
        font-family: 'promptregular';
        color: #4F4F4F;
        font-size: 18px;
        line-height: 1.2em;
    }

    .condition ul {
        list-style-type: disc;
        font-family: 'promptregular';
        font-size: 16px;
        color: #4F4F4F;
        margin-top: 5px;
    }

    .condition p {
        text-align: left;
        font-size: 18px;
        color: #4F4F4F;
        margin-top: 20px;
    }

    .condition span {
        font-family: 'promptmedium';
    }

/* fancy event slide */
.fancybox-slide h2 {
    font-family: 'promptmedium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    color: #333333;
    padding-right: 55px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: 55px;
}

.fancybox-slide p {
    font-family: 'promptregular';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    color: #4F4F4F;
    margin-top: 10px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    max-height: 60px;
}

.event-slide .event-slide-list .event-slide-header {
    position: relative;
}

    .event-slide .event-slide-list .event-slide-header .slide-logo {
        width: 70px;
        height: 70px;
        position: absolute;
        right: 10px;
        bottom: -32px;
    }

.event-slide .event-slide-list .event-slide-detail {
    padding: 10px 15px 15px;
    height: 195px;
}

.event-slide-list {
    text-decoration: none;
}

.event-slide .pinCalendar {
    position: relative;
}

.event-slide .pinCalendar {
    display: block;
    background-image: url(../images/icons/pin_calendar.png);
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: 0 2px;
}

.event-slide .pinCalendar {
    font-family: 'promptmedium';
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding-left: 18px;
}

    .event-slide .pinCalendar .pin_location {
        position: relative;
    }

        .event-slide .pinCalendar .pin_location:before {
            display: block;
            content: "";
            width: 10px;
            height: 16px;
            background-image: url(../images/icons/icon_pin2.png);
            background-repeat: no-repeat;
            background-size: contain;
        }

    .event-slide .pinCalendar .pin_location {
        font-family: 'promptmedium';
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        padding-left: 30px;
    }

.event-slide .pin {
    position: relative;
}

.event-slide .pin {
    display: block;
    background-image: url(../images/icons/icon_pin2.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: 0 1px;
}

.fancybox-slide h2 {
    padding-right: 100px;
}

.event-slide-header .event-slide-header-thumb {
    height: 185px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.event-slide-header .event-slide-header-parent {
    position: absolute;
    height: 100%;
    width: 100%;
}

.event-slide-header .event-slide-header-photo {
    height: 100%;
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    display: block;
    box-shadow: none;
}

.event-slide-header .event-slide-header-thumb .event-slide-header-parent .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    display: block;
}

.event-slide .pin {
    font-family: 'promptmedium';
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding-left: 18px;
}

.event-slide .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .event-slide .slick-dots li.slick-active button:before {
        background-color: #FFCB4E;
    }

    .event-slide .slick-dots li button:before {
        background-color: #4F4F4F;
    }
/* end fancybox */

/* social */

.btn-subscribe {
    width: 140px;
    height: 35px;
    background-color: #56CCF2;
    font-family: 'promptregular';
    font-size: 14px;
    text-align: left;
    color: #fff !important;
    border-radius: 3px;
    margin-bottom: 8px;
    padding-top: 8px;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s
}

    .btn-subscribe:hover .icon-subscribe {
        transform: scale(1.1);
    }

    .btn-subscribe .icon-subscribe {
        width: 30px;
        height: 20px;
        background-image: url('../images/icons/ic-letter.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: -10px;
        margin-right: 5px;
    }

        .btn-subscribe .icon-subscribe.icon-subscribe2 {
            margin-right: 15px;
        }

.list-social2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .list-social2 li {
        margin-right: 2px;
    }

        .list-social2 li:last-child {
            margin-right: 0;
        }

        .list-social2 li img {
            width: 20px;
            height: 20px;
        }

.social-group {
    background-color: #F6F6F6;
    -webkit-box-shadow: 0px 8px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 8px 9px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 8px 9px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
}

    .social-group.opacity {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .social-group li img {
        width: 20px;
        height: 20px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .social-group li img:hover {
            -moz-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            transform: scale(1.2);
        }

    .social-group li {
        margin-bottom: 10px;
    }

        .social-group li:last-child {
            margin-bottom: 0;
        }

/* end social */










































.field-validation-error, .danger {
    font-family: 'promptregular';
    font-size: 12px;
    color: #9C9C9C;
}

    .field-validation-error.text-danger, .danger {
        color: #d9534f;
    }

.mg-l-0 {
    margin-left: 0px !important;
}

.mg-l-4-extra {
    margin-left: -4.5px !important;
}

.mg-10 {
    margin: 10px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

.pd-t-20 {
    padding-top: 20px !important
}

.pd-l-5 {
    padding-left: 5px !important;
}

.asterisk {
    position: relative;
}

.asterisk-text {
    font-family: 'promptregular';
    font-size: 14px;
    color: #EB2323;
    position: absolute;
    top: 10px;
    left: 2px;
}

    .asterisk-text.file {
        top: 24px;
    }

.box-editor-text {
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    padding: 20px;
    border: 1px solid transparent;
}

.text-panel {
    font-family: 'promptregular';
    font-size: 12px;
    color: #87B049;
    text-align: center;
    margin-bottom: 30px;
}

.text-panel-verify {
    font-size: 18px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.pagination-container ul {
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a {
    cursor: pointer;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.box-gray {
    background-color: #efeff1;
    padding-bottom: 40px;
}

.width-full {
    width: 100%;
}

.underline-hide {
    text-decoration: none;
}

.calendar-custom .fc-content.dev {
    color: #5CD187;
}

.calendar-custom .fc-content.tour {
    color: #fae9cf;
}

.calendar-custom .fc-content.water {
    color: #dffffa;
}

.calendar-custom .fc-content.water {
    color: #dffffa;
}

.calendar-custom .fc-content.income {
    color: #fafcde;
}

.calendar-custom .fc-content.backb {
    color: #fafcde;
}

.calendar-custom .fc-content.youth {
    color: #fff7d7;
}

.calendar-custom .fc-content.waste {
    color: #e7f6fd;
}

.dropdown-file.dropdown {
    display: inline-block;
    position: absolute;
    z-index: 100;
    color: #424847 !important;
    font-family: 'promptregular' !important;
    font-size: 14px !important;
    min-width: 100px !important;
    padding: 5px 10px !important;
    z-index: 1 !important;
    top: 0 !important;
    right: 0 !important;
}

.box-team-group .group-select {
    float: left;
    padding-bottom: 10px;
}

.box-team-group .label {
    font-family: 'promptregular';
    font-size: 18px;
    color: #424847;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-team-group .custom-select-upload {
    /*width: 420px;
  max-width: 100%;*/
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    float: left;
}

    .box-team-group .custom-select-upload .select-items div,
    .box-team-group .custom-select-upload .select-selected {
        border-color: #D2D2D2;
    }

    .box-team-group .custom-select-upload .select-items div,
    .box-team-group .custom-select-upload .select-selected {
        text-align: left;
        color: #4D4F5C;
    }

.dropdown-file.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F7F7F7 !important;
    color: #424847 !important;
    font-family: 'promptregular' !important;
    font-size: 14px !important;
    min-width: 100px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
    padding: 5px 10px !important;
    z-index: 1 !important;
    top: 15px !important;
    right: 0 !important;
}

.list-file-item img {
    max-width: 50px;
    max-height: 50px;
}

.dropdown-file .list-control-file li a {
    position: relative;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}

.dropdown-file .list-control-file li {
    position: relative;
}

    .dropdown-file .list-control-file li:first-child::before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        background-image: url(../images/icons/icon_edit.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 2px;
    }

    .dropdown-file .list-control-file li:nth-child(2)::before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        background-image: url(../images/icons/icon_trash2.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 2px;
    }

    .dropdown-file .list-control-file li a:hover {
        background-color: transparent;
    }

    .dropdown-file .list-control-file li a span {
        padding-left: 20px;
    }

.dropdown-file .dropdown-content {
    min-width: 80px;
    padding: 5px 10px 0px;
    margin-top: 10px;
}

.dropdown-file.dropdown:hover .dropdown-content {
    display: none;
}

.dropdown-file.dropdown .area-icon {
    width: 40px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .dropdown-file.dropdown .area-icon .big {
        top: 8px;
    }

.dropdown-file.dropdown .icon-more {
    width: 14px;
    height: 4px;
    background-image: url(../images/icons/icon_more.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    /*z-index: 100;*/
}

    .dropdown-file.dropdown .icon-more.big {
        width: 22px;
        height: 5px;
        background-image: url(../images/icons/icon_more_big.png);
        margin-top: 8px;
    }

.list-file-item .box-team-content {
    padding-left: 5px;
}

.box-file-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .box-file-list .file-list-icon {
        max-width: 50px;
        max-height: 50px;
    }

.input-search2 {
    /*width: 300px;*/
    /*max-width: 100%;*/
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    float: right;
}


.text-search {
    font-family: 'promptmedium';
    font-size: 18px;
    color: #424847;
    padding-top: 10px;
    padding-right: 10px;
}

.custom-select.custom-select-file2 {
    margin-bottom: 20px;
}

.custom-select-file2 .select-items div, .select-selected {
    text-align: center;
    border: 1px solid #808495;
}

.custom-select-file2 .select-selected:after {
    top: 18px;
    right: 10px;
    border-color: #808495 transparent transparent transparent;
}

.custom-select-file2 .select-items div:hover, .custom-select-file2 .same-as-selected {
    background-color: #808495;
    color: #fff;
}

.amount-page {
    margin-top: 50px;
}

    .amount-page p {
        font-family: 'promptregular';
        font-size: 16px;
        color: #67B413;
    }

#error_user {
    font-family: 'promptregular' !important;
    font-size: 14px !important;
}

.error {
    font-family: 'promptregular' !important;
    font-size: 12px !important;
}

.error {
    color: red;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.p-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.m-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.m-l {
    margin-left: 0 !important;
}

.m-r {
    margin-right: 0 !important;
}

ul.list-contact {
    margin-top: 20px;
    margin-bottom: 20px;
}

    ul.list-contact li a {
        font-family: 'promptmedium';
        font-size: 16px;
        color: #707070;
        word-wrap: break-word;
        text-decoration: none;
    }

    ul.list-contact li:first-child {
        background-image: url(../images/icons/icon_mail.png);
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 50px;
        padding-bottom: 20px;
    }

    ul.list-contact li:nth-child(2) {
        background-image: url(../images/icons/icon_phone.png);
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 50px;
        padding-bottom: 20px;
    }


    ul.list-contact li:nth-child(2) {
        background-image: url(../images/icons/icon_phone.png);
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 50px;
        padding-bottom: 20px;
    }

.float-none {
    float: none !important;
}

.relative {
    position: relative;
}

.input-search2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px;
}

.input-search2::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
}

.input-search2:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
}

.input-search2:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
}

.note-placeholder, .note-editor.note-frame .note-editing-area .note-editable {
    font-family: 'promptregular';
    font-size: 18px;
}

#company-error {
    color: red !important;
}

#Organization-error {
    color: red !important;
    position: absolute;
    top: -25px;
    left: 0;
    min-width: 150px;
    max-width: 100%;
}

#user0-error {
    color: red !important;
}

#position0-error {
    color: red !important;
}

#phone0-error {
    color: red !important;
}

#email0-error {
    color: red !important;
}

#Interest[name*="elements"]-error {
    color: red !important;
}

.box-seperate.active {
    margin-bottom: 20px;
    padding: 12px;
    border-bottom: 1px dashed #9C9C9C;
}

#Interest-error {
    position: absolute;
    top: -30px;
    left: 10px;
    min-width: 220px;
    max-width: 100%;
    text-align: left;
}

#MenuSubscribeId-error {
    position: absolute;
    top: -30px;
    left: 0;
    min-width: 220px;
    max-width: 100%;
    text-align: left;
}

input {
    caret-color: #000 !important;
}

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

/* The Modal (background) */
.modal-success.modal {
    display: none;
    position: fixed;
    z-index: 8000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Modal Content/Box */
.modal-success .modal-content {
    width: 740px !important;
    height: 350px !important;
    max-width: 90%;
    background-color: #f8f8f8;
    margin: 15% auto;
    padding: 20px;
    border: 3px solid #d1d1d1;
    width: 80%;
    text-align: center;
    font-family: 'promptmedium';
    font-size: 30px;
    line-height: 40px;
    color: #707070;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    -moz-box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    box-shadow: 2px 2px 30px 2px rgba(151,151,151,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .modal-success .modal-content.bottom {
        justify-content: flex-end;
    }

    .modal-success .modal-content .text-modal {
        font-size: 18px;
        line-height: 22px;
    }

/* The Close Button */
.modal-success .btn-close {
    width: 60px;
    height: 60px;
    background-image: url(../images/icons/icon_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.modal-success .modal-content.fail {
    color: red;
}

.modal-success .btn-close:before {
    display: none;
}

.modal-success img {
    width: 120px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.modal-success .modal-content .group-button {
    margin-top: 60px;
}

.box-reply .box-reply-form .input-reply[id*='user'] {
    background-image: url(../images/icons/icon_user2.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

.box-reply .box-reply-form .input-reply[id*='position'] {
    background-image: url(../images/icons/icon_briefcase.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

.box-reply .box-reply-form .input-reply[id*='phone'] {
    background-image: url(../images/icons/icon_phone.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

.box-reply .box-reply-form .input-reply[id*='email'] {
    background-image: url(../images/icons/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

.note-popover .note-popover-content, .note-toolbar {
    z-index: 1;
}

.pagination-container ul {
    width: auto !important;
}

.box-board .board-post .detail-file .col-6 p {
    padding-left: 0;
    padding-right: 0;
}

.jbox-thumb {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 100%;
    width: 100%;
}

    .jbox-thumb .parent {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .jbox-thumb img.img-photo {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.3s linear;
        display: block;
        object-fit: contain;
    }

        .jbox-thumb img.img-photo.full {
            object-fit: fill;
        }

.text-wrap {
    word-wrap: normal;
    /*word-break: break-all;*/
    white-space: normal;
    display: block;
    height: auto;
    margin: 3px auto;
    line-height: 1.8;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.center-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block {
    display: block !important;
}

.sq-box-1 img, .box-inner-2 img, .box-inner-3 img {
    max-width: 100%;
    margin: 0 auto;
}

#removeFontStyle li {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}

    #removeFontStyle li:first-child {
        margin-top: 0;
    }

    #removeFontStyle li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 11px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000;
    }

#removeFontStyle .slide-img-box ul {
    list-style-type: none;
}

#jbox-4.box li {
    margin-top: 10px !important;
    margin-left: 35px !important;
}

    #jbox-4.box li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 5px;
        height: 5px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: transparent;
    }

#jbox-6 #removeFontStyle li {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

    #jbox-6 #removeFontStyle li:after {
        display: none;
    }
/* end bullet */

#removeFontStyle img {
    margin: 0 auto;
    max-width: 100%;
    word-wrap: normal;
    /* word-break: break-all; */
    white-space: normal;
}

.counter-style {
    float: left;
}

.counter-style-mb {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.counter-num {
    background-image: url(../images/bg/bg_counter.png);
    background-color: #181818;
    background-size: contain;
    width: 20px;
    height: 15px;
    padding: 0px 8px;
    font-family: 'promptmedium';
    font-size: 18px;
    color: #fff;
    border: 0.5px solid #737373;
    text-shadow: 1px 1px #000;
}

.counter-num-mb {
    float: left;
    display: table
}

.counter-text {
    color: #aaa;
    margin-right: 5px;
    float: left;
}

.btn-picture-copylink, .btn-video-copylink {
    position: relative;
}

.fancybox-slide .slick-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
}

select::-ms-expand {
    display: none;
}
