.banner-section-talent {
    margin-bottom: 50px;
}

.content-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.content-topic {
    margin-left: 10px;
    width: max-content;
}

.content-topic li {
    margin-bottom: 10px;
    border-bottom: 1px solid #bab7b6;
}

.content-topic li span,
.content-topic li a {
    display: inline-block;
    padding: 5px 10px;
    color: #4d4d4d;
    font-size: 16px;
}

.content-topic li a:hover,
.content-topic li a:focus {
    background-color: #fafafa;
    color: #f99f1c;
}

.content-box {
    padding: 20px 0;
    border-bottom: 1px solid #bab7b6;
    color: #000;
}

.content-box-top {
    border-top: 1px solid #bab7b6;
    padding: 20px 0;
    color: #000;
}

.content-box-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-box-text {
    padding: 30px;
    background: #f7f7f7;
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 1px;
}

.content-box-text p {
    line-height: 1.6;
    margin-bottom: 0;
}

.content-bottom {
    margin-bottom: 100px;
}

.content-box-color {
    color: #002e92;
}

.support-box {
    position: relative;
}

.support-box img {
    width: 100%;
}

.support-box-p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.support-box-left {
    width: 49%;
}

.support-box-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    height: 100%;
    display: table;
    background: rgb(247, 247, 247);
}

.support-box-right-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
    display: table;
    background: rgb(247, 247, 247);
}

.support-box-right-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.support-box-mobile-text {
    margin: 10px 0;
    font-size: 14px;
}

.support-box-left-float {
    float: right;
}

.support-box-h {
    background: rgb(247, 247, 247);
    padding: 30px 50px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.dedicated-box {
    margin-top: 20px;
    margin-bottom: 50px;
}

.map-search {
    padding: 20px 20px 10px 20px;
    background: #f5f6f8;
}

.select-box {
    position: relative;
    margin-bottom: 10px;
}

.select-item {
    width: 100%;
    padding-left: 100px;
}

.select-label {
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 16px;
    color: #034094;
    font-weight: bold;
}

.dropdown {
    width: 100% !important;
}

.search-btn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #014197;
    text-align: center;
    cursor: pointer;
}

.search-btn i {
    font-size: 20px;
    color: #FFFFFF;
}

.map-detail {
    width: 100%;
    height: 362px;
    margin-bottom: 20px;
}