.wpcf7-response-output,
.wpcf7-not-valid-tip {
    display: none !important;
}

.write_to_us .success-message {
    text-align: center;
    font-family: "Exo2-Medium";
    font-size: 20px;
    color: #9edb1a;
    padding: 20px 0;
}

div.news-detail {
    word-wrap: break-word;
}
div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}
.news-date-time {
    color: #486daa;
}

.grid {
}
.grid .bx_content_section {
    margin-bottom: 15px;
}
.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}
.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}
.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}
@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }
    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}
@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
}

/*************** TABS *****************/

.tabs {
    display: flex;
    flex-direction: column;
    gap: 2.29rem;
}

.tabs-triggers {
    display: flex;
    align-items: center;
    gap: 1.14rem;
}

.tabs-trigger {
    padding: 0 1.2rem;
    height: 3.42857rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f2f2f2;
    background: #f2f2f2;
    box-sizing: border-box;

    color: #000;
    font-family: Arial, sans-serif;
    font-size: 1.14286rem;
    font-weight: 400;
    line-height: 2.64286rem;

    white-space: nowrap;

    transition: color 300ms ease, background 300ms ease, border 300ms ease;
}

.tabs-trigger:hover {
    background: #eef0ef;
    color: #000;
}

.tabs-trigger.active {
    background: #fff;
    border-color: #0193db;
    color: #004d74;
}

.tabs-content {
    position: relative;
}

.tabs-item {
    display: none;
}

.tabs-item.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    .tabs {
        gap: 2rem;
    }

    .tabs-triggers {
        gap: 0.86rem;
    }
}

@media screen and (max-width: 767px) {
    .tabs-trigger {
        flex: 1;
        font-size: 1.2rem;
        padding: 0 1rem;
    }
}

/*************** end TABS *************/

