.section-dealer-container {
    margin-top: 72px;
}

    .section-dealer-container .dealer-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 120%;
        color: #000000;
        margin-bottom: 6px;
        text-align: center;
    }

.dealer-divide {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    height: 2px;
    background-color: #EB0A1E;
}

.map-container {
    width: 1440px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 43px;
    position: relative;
}

    .map-container .box-map {
        height: 550px;
    }

        .map-container .box-map iframe {
            width: 100%;
            height: 100%;
        }

    .map-container .dealer-box {
        background: #FFFFFF;
        /* padding-bottom: 24px; */
        position: absolute;
        /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
        top: 10px;
        left: 10px;
        width: 430px;
        max-width: 100%;
    }

.dealer-item {
    border-bottom: 1px solid #C4C4C4;
}

    .dealer-item:last-child {
        border-bottom: none;
    }

.dealer-box .dealer-item .item-contain {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 16px;
}

    .dealer-box .dealer-item .item-contain.active {
        cursor: unset;
    }

.dealer-item .item-number {
    width: 35px;
    height: 35px;
    background-color: #C4C4C4;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .35s all ease;
}

    .dealer-item .item-number.active {
        background-color: #EB0A1E;
    }

.dealer-item .item-name {
    font-weight: bold;
    font-size: 19.5911px;
    line-height: 28px;
    color: #000000;
    margin-left: 14px;
}

.dealer-item .item-detail {
    border-top: 1px solid transparent;
    transition: .35s all ease;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-left: 32px;
}

    .dealer-item .item-detail.active {
        border-top: 1px solid #C4C4C4;
        height: auto;
        overflow: auto;
        padding: 16px;
    }

.item-detail .item-detail-text, .item-detail .item-detail-text a {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.item-detail-text {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .item-detail-text .detail-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

.dealer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
    margin-bottom: 8px;
}

    .dealer-contact .contact-item {
        font-size: 12px;
        line-height: 16px;
        width: 100px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 16px;
        border-radius: 4px;
    }

.contact-item.contact-red {
    color: #FFFFFF;
    background-color: #EB0A1E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.contact-item.contact-normal {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal-dialog {
    max-width: 880px;
}

.modal-body {
    padding: 0 40px 40px 40px;
}

.modal-get-price {
    z-index: 10000;
}

    .modal-get-price .modal-header-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 58px;
    }

    .modal-get-price .modal-get-price-title {
        font-weight: bold;
        font-size: 21px;
        line-height: 120%;
        letter-spacing: 0.12em;
        text-align: center;
        color: #000000;
        margin: 0;
    }

    .modal-get-price .button-close {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translate(0, -50%);
        cursor: pointer;
        z-index: 1;
    }

    .modal-get-price .contact-container {
        margin-top: 40px;
        display: flex;
        align-items: center;
    }

.contact-container .contact-item {
    width: 50%;
}

.contact-item .contact-form {
}

    .contact-item .contact-form .pvchien {
        margin: 0;
    }

.contact-form .form-group {
    margin-bottom: 24px;
}

.contact-form .form-control-wrap {
    position: relative;
}

.contact-form .form-control {
    transition: all 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none;
    cursor: pointer;
}

.contact-form .form-control {
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 16px;
    height: 45px;
    width: 100%;
    padding: 0 16px;
    border-radius: 0;
    color: #808080;
    border: none;
    background-color: #F2F2F2;
}

    .contact-form .form-control.form-control--textarea {
        height: 110px;
        padding-top: 16px;
    }

    .contact-form .form-control:hover,
    .contact-form .form-control:focus,
    .contact-form .form-control:active {
        outline: none !important;
        box-shadow: none !important;
        border: none;
    }

.contact-form ::-webkit-input-placeholder {
    transition: text-indent 0.5s ease, color 0.5s ease;
    color: #969696;
}

.contact-form input::-moz-placeholder {
    transition: text-indent 0.5s ease, color 0.5s ease;
    color: #969696;
}

.contact-form input::ms-input-placeholder {
    transition: text-indent 0.5s ease, color 0.5s ease;
    color: #969696;
}

.contact-form [placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

.contact-form [placeholder]:focus::-moz-placeholder {
    text-indent: 10em;
    color: transparent;
}

.contact-item .dealer-list {
    padding-left: 80px;
}

.dealer-item-group .container-box {
    display: block;
    position: relative;
    /* padding-left: 35px;
  margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 18px;
  height: 18px; */
    padding-left: calc(18px + 16px);
    margin-bottom: 12px;
}

.container-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    /* border-radius: 50%; */
}

/* On mouse-over, add a grey background color */
.container-box:hover input ~ .checkmark {
    /* background-color: #ccc; */
}

/* When the radio button is checked, add a blue background */
.container-box input:checked ~ .checkmark {
    /* background-color: #2196F3; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-box .checkmark:after {
    top: -9px;
    left: -4px;
    width: 24px;
    height: 21px;
    border-radius: 50%;
    /* background: white; */
    background-image: url("./images/icon-check.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dealer-info-box {
}

    .dealer-info-box .dealer-info-name {
        text-align: left;
        font-weight: bold;
        font-size: 22px;
        line-height: 31px;
        color: #000000;
        margin-bottom: 8px;
    }

    .dealer-info-box .dealer-info-address, .dealer-info-box .dealer-info-phone, .dealer-info-box .dealer-info-phone a {
        font-size: 12px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 4px;
        display: flex;
    }

        .dealer-info-box .dealer-info-address span, .dealer-info-box .dealer-info-phone span {
            display: block;
        }

.not-break {
    white-space: nowrap;
    margin-right: 4px;
}

.button-apply {
}

    .button-apply .btn-apply {
        width: 125px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        background-color: #C8102E;
        border: 1px solid #C8102E;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        transition: all 0.3s ease-in-out;
        margin: 0 auto;
    }

        .button-apply .btn-apply:hover {
            background-color: #FFFFFF;
            color: #C8102E;
        }

.btn-apply.active i {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.validate-note {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.79);
    margin: 0;
    margin-top: 12px;
}

.error-text {
    font-size: 12px;
    color: red;
    font-style: italic;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.success-text {
    font-size: 12px;
    color: #155724;
    font-style: italic;
    margin-bottom: 16px;
    margin-top: -16px;
    height: 18px;
}

    .success-text.error {
        color: red;
    }

.modal.fade.show {
    background: #00000099;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container-search-agentcy-page .box-hero-banner .hero-banner-image{
    height:200px;
}

@media screen and (max-width: 576px) {
    .map-container .box-map {
        height: 380px;
    }

    .map-container .dealer-box {
        /* width: 235px;
    padding-bottom: 10px; */
        /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
        position: unset;
        width: 100%;
    }

    .dealer-box .dealer-item .item-contain {
        /* padding: 8px 10px; */
    }

    .dealer-item .item-number {
        /* width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 14px; */
    }

    .dealer-item .item-name {
        /* font-size: 12px;
    line-height: 17px;
    margin-left: 10px; */
    }

    .dealer-item .item-detail.active {
        /* padding: 6px 12px; */
    }

    .item-detail .item-detail-text, .item-detail .item-detail-text a {
        /* font-size: 9px;
    line-height: 12px; */
    }

    .dealer-contact {
        /* margin-left: -8px; */
    }

        .dealer-contact .contact-item {
            /* width: 73px;
    height: 25px;
    font-size: 10px;
    line-height: 14px;
    margin-left: 8px; */
        }

    .contact-item.contact-red {
        /* box-shadow: 0px 2.65767px 2.65767px rgba(0, 0, 0, 0.25); */
    }

    .contact-item.contact-normal {
        /* box-shadow: 0px 2.65767px 2.65767px rgba(0, 0, 0, 0.25), 0px 2.65767px 2.65767px rgba(0, 0, 0, 0.25); */
    }

    .modal-get-price .contact-container {
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .contact-container .contact-item {
        width: 100%;
    }

    .modal-get-price .modal-body {
        padding: 0 24px 40px 24px;
    }

    .contact-container .contact-item:last-child {
        margin-top: 32px;
    }

    .contact-item .dealer-list {
        padding-left: 20px;
    }

    .container-search-agentcy-page .box-hero-banner .hero-banner-image {
        height: 100px;
    }

    .hero-banner-content .hero-banner-content-title {
        font-size: 32px;
    }
}
.hero-banner-content{
    text-align:center;
}


@media (max-width:360px) {
}
