@charset "utf-8";

/* CSS Document */
.contact_sec .method-title img {
    max-height: unset;
}

.product_content .table th {
    width: 125px;
}

@media (min-width: 768px) {
    .top .product_name {
        width: 20%;
    }

    .col_umn .left {
        width: 32%;
    }

    .col_umn .right {
        width: 68%;
    }

    .top .chemical_name {
        width: 68%;
    }
}

.row_products_grid {
    display: flex;
    flex-wrap: wrap;
}

.row_products_grid .col_list {
    height: auto !important;
}

.news_list_sec .rwd-table a:hover {
    text-decoration: underline;
}

.swiper-buttons {
    padding: 0;
    position: unset;
    display: block;
    transition: unset;
    width: auto;
    transform: unset;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-buttons .swiper-button-next {
    right: 15px;
}

.swiper-buttons .swiper-button-prev {
    left: 15px;
}

.swiper-slide-thumb .editor-area h2 a {
    color: #ffffff;
}

.text-theme-colored {
    color: #2e57a6 !important;
}

.rwd-table tr:nth-child(odd) {
    background: #e5e9f3;
}

.rwd-table tr:first-child {
    background: #2e57a6;
}

.prds-grid:not(:last-child) {
    margin-bottom: 20px;
}

.editor-area table {
    width: 100% !important;
}

@media (min-width:767px) {

    .rwd-table th,
    .rwd-table td {
        border: 1px solid #c7d1e7;
    }
}


.footer .widget .widget-title::before {
    filter: brightness(0) invert(1);
}


.contact_sec .editor-area .location_thumb .col-lg-9>[role*="editorarea"]>[role*="editorarea"] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact_sec .editor-area .location_thumb .col-lg-9>[role*="editorarea"]>[role*="editorarea"]>.editor-section {
    padding: 0 15px;
    width: 50%;
}

.contact_sec .editor-area [role*="editorarea"]>[role*="editorarea"]>p,
.contact_sec .editor-area .location_thumb .col-lg-9>p {
    margin: 0;
    height: 0;
    line-height: 1;
}


.contact_sec .editor-area .contactable .table tr td,
.contact_sec .editor-area .contactable .table tr td p,
.contact_sec .editor-area .contactable .table tr td p a {
    border: 0px;
    font-size: 13px;
    line-height: 19px;
    padding: 4px 3px;
    margin: 0;
    color: #000;
    font-weight: 400;
    letter-spacing: .5px;
}

.contact_sec .editor-area .contactable .table tr td p a {
    color: #2e57a6;
}

@media (max-width:767px) {
    .contact_sec .editor-area .location_thumb .col-lg-9>[role*="editorarea"]>[role*="editorarea"]>.editor-section {
        width: 100%;
    }
}

.btn-download-2 i {
    display: none;
}


.btn-download-2::after {
    content: "\f019";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 600;
    margin-left: 8px;
}

.product_others .inquiry .btn {
    background-color: #2e57a6;
    border-color: #2e57a6;
}

.product_others .inquiry .btn:before {
    opacity: 0;
}