.content-contact-vcbl {
    padding: 80px 0px;
}

.txt-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #074C31;
}

.txt-title2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
}

.address-tsc-txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.contact-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.ct-ad {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.ct-ad:hover {
    color: #A1C038;
}

.ct-email {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #A1C038;

}

.map {
    width: 100%;
    height: calc(100vw / 2.7361);
    position: relative;
}

.map iframe {
    width: 100% !important;
    height: 100% !important;
}

.box-select-branch {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: #FFFFFF;
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 338px;
    max-height: 100%;
    overflow-y: scroll;
}

/* style scroll bar */
.box-select-branch::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: none;
}

.box-select-branch::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
}

.box-select-branch::-webkit-scrollbar-thumb {
    background: #E7E9EC;
    border-radius: 8px;
}

/* end style scroll bar */

.box-select {
    padding: 16px 20px;
}

.content-box-select {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    width: 100%;
    padding: 0px 20px;
}

.content-box-select .dropdown {
    cursor: pointer;
}

.content-box-select .dropdown:nth-child(1) {
    border-bottom: 1px solid #E7E9EC;
}

.btn-city {
    padding: 18px 0px 14px;
}

.branch-head {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #074C31;
}

.branch-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #112843;
    margin-bottom: 10px;
}

.branch-address {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #687787;

}

.btn-city {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.branch {
    position: relative;
    padding: 16px 32px;
    cursor: pointer;
    transition: .3s;
    border-left: 0px solid #074C31;
}

.branch:hover {
    background: #F6F9EB;
    transition: .3s;
}

.branch:hover .branch-head {
    color: #CE8E00;
}

.branch-active {
    background: #F6F9EB;
    border-left: 3px solid #074C31;
}

.branch-active .branch-head {
    color: #CE8E00;
}

.title-session-send-mail {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #074C31;
}

.lable-contact {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 10px;
}

.request {
    background: #F6F9EB;
    padding: 100px 0px;
}

.btn-vbcl-submit {
    background: linear-gradient(315deg, #074C31 0%, #1F6A33 35.42%, #A1C038 100%);
    border-radius: 8px;
    padding: 15px 78px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 24px;
}
#capcha-contact{
    margin-left: -8px;
}
/* update mobile begin */
@media only screen and (max-width: 1024px) {
    .map {
        height: calc(100vw / 1.7361);
    }
    .box-select-branch{
        display: none;
    }
    .content-contact-vcbl{
        padding: 40px 0px;
    }
}
/* update mobile end */