﻿/* Section 2 */
#manufacture .section-2 {
    overflow: initial;
}

#manufacture .section-2 .list-product {
    margin: -0.25rem -0.5rem;
}

#manufacture .section-2 .list-product .item {
    padding: 0.25rem 0.5rem;
}

#manufacture .section-2 .list-product .item.active {
    margin-bottom: 0px;
}

#manufacture .section-2 .list-product .item .item-wrapper {
    padding: 0.625rem 1.25rem;
    border: 1px solid #e5e5e5;
    color: #c9252c;
    font-size: inherit;
    line-height: inherit;
}

#manufacture .section-2 .list-product .item.active .item-wrapper {
    margin-bottom: 0px;
}

#manufacture .section-2 .list-product .item.active .item-wrapper,
#manufacture .section-2 .list-product .item .item-wrapper:hover {
    background-color: #c9252c;
    border: 1px solid #c9252c;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    #manufacture .section-2 .list-product {
        margin: -0.5rem;
    }

    #manufacture .section-2 .list-product .item {
        padding: 0.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    #manufacture .section-2 .list-product {
        margin: -0.5rem -0.5rem;
    }

    #manufacture .section-2 .list-product .item {
        padding: 0.5rem 0.5rem;
    }

    #manufacture .section-2 .list-product .item .item-wrapper {
        padding: 0.625rem 1rem;
    }
}

@media only screen and (min-width: 1400px) {
    #manufacture .section-2 .list-product {
        margin: -0.5rem -0.75rem;
    }

    #manufacture .section-2 .list-product .item {
        padding: 0.5rem 0.75rem;
    }

    #manufacture .section-2 .list-product .item .item-wrapper {
        padding: 0.625rem 1.5rem;
    }
}

#manufacture .section-2 .company .company-title {
    font-size: 1.5rem;
}

#manufacture .section-2 .company .list-item .item .title {
    font-size: 1rem;
}

#manufacture .section-2 .company .list-item .item.active .title {
    color: #c9252c;
}

#manufacture .section-2 .map {
    /*padding-right: 60px;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#manufacture .section-2 .map:before {
    content: '';
    display: block;
    padding-top: 100%;
}

#manufacture .section-2 .map #map {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    #manufacture .section-2 .map {
        /*padding-right: 180px;*/
    }
}

@media only screen and (min-width: 1200px) {
    #manufacture .section-2 .map {
        /*padding-right: 180px;*/
    }

    #manufacture .section-2 .map #map {
        width: 100%;
    }
}

#manufacture .section-2 .map .marker {
    background-color: rgba(201, 37, 44, 0.5);
    padding: 6px;
    height: 44px;
    width: 44px;
    transform: translateX(-50%) translateY(-50%);
}

#manufacture .section-2 .map .marker .value {
    background-color: #c9252c;
    line-height: 32px;
}

#manufacture .section-2 .popup-company {
    background-color: #c9252c;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(-100%);
    width: 140px;
    max-width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    #manufacture .section-2 .popup-company {
        width: 250px;
    }
}

@media only screen and (min-width: 1400px) {
    #manufacture .section-2 .popup-company {
        width: 280px;
    }
}

#manufacture .section-2 .popup-company a {
    color: inherit;
}

#manufacture .section-2 .popup-company .btn-close {
    top: 5px;
    right: 10px;
}

#manufacture .section-2 .popup-company .content {
    font-size: 1rem;
    color: #fff;
}

#manufacture .section-2 .popup-company .content *:last-child {
    margin-bottom: 0px;
}

#manufacture .section-2 .popup-company .content strong {
    font-weight: bold;
}

#manufacture .section-2 .popup-company .content p {
    margin-bottom: 10px;
}

#manufacture .section-2 .popup-company .content ul {
    list-style-position: inside;
    padding-left: 0px;
    margin: -5px 0px 15px 0px;
    font-size: 0.875rem;
}

#manufacture .section-2 .popup-company .content li {
    margin-bottom: 5px;
    line-height: 1.4;
}

#manufacture .section-2 .company .company-right-wrapper {
    padding: 50px 0px;
}

@media only screen and (min-width: 768px) {
    #manufacture .section-2 .company .company-right-wrapper {
        padding: 0px;
    }
}

@media only screen and (min-width: 992px) {
    #manufacture .section-2 .company {
        margin: 0px -15px;
    }

    #manufacture .section-2 .company .company-left,
    #manufacture .section-2 .company .company-right {
        padding: 0px 15px;
    }

    #manufacture .section-2 .company .company-left {
        width: 50%;
        float: left;
    }

    #manufacture .section-2 .company .company-right {
        width: 50%;
        float: left;
    }

    #manufacture .section-2 .company .company-right-wrapper {
        padding-right: 120px;
    }
}