.textred {
    color: red;
}

pd-blockr-1 {
    padding-left: 3em;
}

.info-block {
    padding-bottom: 24px;
    background: #ebf6ff;
    color: #3c91d8;
    font-size: 24px;
    margin-bottom: 24px;
}

.info-block>div#info {
    margin-top: 24px;
    font-weight: 700;
}

.info-block-fixed {
    position: absolute;
    top: 54% !important;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.fixed-text-img {
    position: relative;
}

.fixed-text-img img {
    width: 100%;
    will-change: transform;
}

.vietnam-block {
    padding-bottom: 12px;
    color: #3c91d8;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
}

.vietnam-block img {
    width: 100%;
    will-change: transform;
}

.vietnam-block-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    padding-left: 30px;
}

.indonesia-block-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    padding-left: 30px;
}

.planning-block {
    margin-bottom: 24px;
    color: #3c91d8;
    font-size: 18px;
    border: 3px solid #a0a0a0;
    border-radius: 15px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

.participation-block {
    margin-bottom: 24px;
    font-size: 18px;
    padding: 15px;
    font-weight: 700;
}

#companyindex .participation-block-left {
    /* font-size: 18px; */
    font-size: 16px;
    color: #3c91d8;
    font-weight: 700;
    padding: 0px 8px
}

#companyindex .participation-block-right {
    border-left: 1px solid #3c91d8;
    padding-top: 10px;
    min-height: 45px;
}

#companyindex .participation-block .nav-pills>li>a {
    background-color: #d8edff !important;
    color: #535353;
    border-radius: 15px 15px 0 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: none;
}

#companyindex .participation-block .nav-pills.nav-justified>li>a.active {
    background-color: #3c91d8 !important;
    color: white;
    border-color: #a0a0a0;
}

#companyindex .participation-block .tab-content {
    border-bottom: 3px solid #a0a0a0;
    border-left: 3px solid #a0a0a0;
    border-right: 3px solid #a0a0a0;
    border-top: none;
    padding: 15px 0;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
    font-weight: 500;
}

.dsp-inblock {
    margin-bottom: 15px;
}

.div-text-blu {
    text-align: center;
    height: auto;
    background: #3c91d8;
    color: #ffffff;
    border-radius: 25px;
    overflow: visible;
    line-height: inherit;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
}

.div-text-wht {
    text-align: center;
    height: auto;
    background: #ffffff;
    color: #3c91d8;
    border-radius: 25px;
    overflow: visible;
    line-height: inherit;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
    border: 1.5px solid #3c91d8;
}

.winform-border-blu p,
.winform-border-blu h5 {
    margin-right: 33px;
    color: #3c91d8
}

.scout-block {
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #fff0e6;
    border-radius: 20px;
    padding: 24px 15px;
    font-weight: 700;
}

.scout-block h4 {
    font-weight: 700;
}

.winform {
    border: none;
    border-radius: 10px;
    background: #ffffff;
    color: #535353;
    font-size: 14px;
    padding: 15px;
    margin: 15px;
    margin-bottom: -5px;
    position: relative;
    text-align: left;
}

#faq-block .faq-block {
    margin-bottom: 24px;
    text-align: left;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.faq-title {
    border-bottom: 2px solid #3c91d8 !important;
    margin-top: 15px;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
    font-weight: 700;
}

#faq-block .border-intro-accord {
    border: 2px solid #3c91d8 !important;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

#faq-block .panel-default>.panel-heading {
    padding: 0;
    border-radius: inherit;
    color: #535353;
    background: none;
    border-color: none;
}

#faq-block .panel-title>a {
    text-decoration: none;
    color: #535353;
    font-size: 14px;
}

#faq-block .panel-body>a {
    text-decoration: underline;
}

#faq-block .more-less {
    float: right;
    font-size: 53px;
    color: #3a6488;
}

.d-flex {
    display: flex;
}

.f-row {
    flex-direction: row;
}

.f-justify-content-between {
    justify-content: space-between;
}

.f-align-items-center {
    align-items: center;
}

.speech-bubble {
    position: relative;
    background: #3c91d8;
    padding: 12px 15px;
    margin-right: 22px;
    font-size: 30px;
    color: #ffffff;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: #3c91d8;
    border-right: 0;
    margin-top: -14px;
    margin-right: -12px;
}

#faq-block .panel-body {
    margin-top: 15px;
    background: #ebf6ff;
    padding: 6px;
    border: none;
}

.disclaimer-block {
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #fff0e6;
    border-radius: 20px;
    color: #3c91d8;
    font-size: 24px;
    padding: 24px 15px;
    font-weight: 700;
}

.btn-click-section .clr-btn-end {
    background-color: #3c91d8;
    color: #ffffff;
    min-width: 200px;
}

.btn-click-section .clr-btn-end:hover {
    background-color: #3C91FF;
    color: white;
}

.winform-border-red.person-entry-btn {
    font-size: 32px !important;
    padding: 18px 56px 18px 28px !important;
    margin: 12px 0 20px;
    border-width: 4px;
    border-radius: 14px;
    border-color: #f08a24 !important;
    background: #f08a24 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(240, 138, 36, 0.35);
    min-width: 320px;
}

.winform-border-red.person-entry-btn:hover {
    background: #d9771c !important;
    border-color: #d9771c !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(240, 138, 36, 0.45);
}

.winform-border-red.person-entry-btn p,
.winform-border-red.person-entry-btn h5 {
    margin: 0;
    color: #ffffff !important;
}

.winform-border-red.person-entry-btn .glyphicon-regist-login-red {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    background-size: contain;
}

.btn-click-section .clr-btn-end-entry {
    background-color: #f08a24;
    color: #ffffff;
    min-width: 200px;
}

.btn-click-section .clr-btn-end-entry:hover {
    background-color: #d9771c;
    color: #ffffff;
}

.fs-18px {
    font-size: 18px;
}

.mg-t-1em {
    margin-top: 1em;
}

.company-div-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-disabled {
    position: absolute;
    background: white;
    z-index: 5;
    padding: 0.5rem 2rem;
    font-weight: bold;
    font-size: 2.5em;
}

@media(max-width: 575.98px) {
    .vietnam-block-fixed {
        left: 50%;
        font-size: 1.3em;
    }
}

