.home_sec_2 {
    padding: 60px 0 0 !important;
    background: #fff;
}

.home_sec_2_tour {
    background: #0c4999;
    margin-bottom: 0;
    padding: 60px 0;
    margin-top: 50px;
}

.button_style {
    background: #0c4999 !important;
    border-radius: 7px !important;
    margin: 0 !important;
}

.home_sec_2_tour .box-text {
    top: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
    padding: 0 20px !important;
    background: transparent !important;
    z-index: 9;
}

.home_sec_2_tour span {
    color: #fff !important;
    font-size: 20px;
}

.home_sec_2_tour .box:hover .box-text {
    transform: translateY(-50%) !important;
}

.home_sec_2_tour .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 2;
    opacity: .2;
    pointer-events: none;
}

.home_sec_2_tour .box img {
    scale: 1 !important;
    transition: .5s all !important;
}

.home_sec_2_tour .box:hover img {
    scale: 1.2 !important;
}

.home_sec_3 {
    padding: 0 0 40px !important;
    background: #f5f5f5;
}

.section-title.style_title {
    background: #e5e5e5;
    border: none;
    justify-content: center;
    padding: 15px 0;
    position: relative;
    color: #0c4999 !important;
    z-index: 0;
    border: none !important;
}
.section-title.style_title:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #e5e5e5;
    z-index: -1;
}


.section-title.style_title span {
    color: #0c4999 !important;
}

.section-title.style_title span.section-title-main {
    border: none;
    padding: 0;
}

.section-title.style_title span.section-title-main {
    width: 100%;
    margin: 0 !important;
}

.section-title.style_title > b,
.section-title.style_title > a {
    display: none !important;
}

section#section_828043466 {
    padding-bottom: 60px !important;
}

section#section_158305787 {
    padding: 0 !important;
}

.wrap_info {
    display: flex;
    justify-content: space-between;
}

.wrap_info * {
    margin-bottom: 0 !important;
    line-height: 1.4;
}

.wrap_info a.button.button_style {
    font-size: 12px;
    border: 2px solid #0c4999 !important;
    transition: .5s all;
    background: #fff !important;
    color: #0c4999 !important;
}

.wrap_info a.button.button_style:hover {
    background: #0c4999 !important;
    color: #fff !important;
}

a.button.button_style {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-small {
    text-align: left;
    box-shadow: 0 0 10px #33333340;
}

.product-small p.name.product-title.woocommerce-loop-product__title {
    text-align: left;
}

.product-small .product_code {
    text-align: left;
    font-weight: 700;
    margin-bottom: 13px;
}

.content_box {
    padding: 15px !important;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #3333330a;
}

.content_box p:last-child {
    margin: 0;
}

div#row-612338553 + div#row-612338553 {
    margin-top: 40px;
}
section#section_1245630382 {
    padding: 60px 0 !important;
    background: #e0e0e0;
}

.heading_title {
    color: #0c4999;
    font-size: 35px;
}

section#section_1122348713 {
    padding: 60px 0 !important;
}
.wrap_posts .box {
    box-shadow: 0 0 10px #3333334f;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.wrap_posts .col-inner {
    background: transparent !important;
    box-shadow: none !important;
}

.wrap_posts .box-text.text-left {
    padding: 1.5em;
}

.wrap_posts .box-text.text-left h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: .5em;
}

.wrap_posts span.read_more {
    font-weight: 700;
    color: #0c4999;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid #0c4999;
}

a:hover {
    color: #0c4999;
}

@media only screen and (max-width: 767px){
    .home_sec_2_tour {}

    .home_sec_2_tour .col {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .home_sec_3 .col {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    div#image_1314225332 {
        margin-bottom: 1.5em;
    }

    .section-tin-tuc .col+.col {
        margin-top: 20px;
    }
}