html {
  scroll-behavior: smooth;
}
.topbar_info_contact {
    display: flex;
    align-items: center;
    gap: 14px;
}
.topbar_info_contact label {
    color: #fff;
    font-size: 16px;
}
.wrapp_message_from {
    padding-top: 100px;
}

.reason_choose .col-inner {
    padding: 0 15px;
}
.message_from  {
    padding: 20px;
    transform: translateY(-75px);
    background-color: #046810b5;
    color: #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 12px;
}



.our_partner .box-image {
    padding: 20px;
    height: 150px;
    display: flex;
    align-items: center;
    background-color: #ffffff ;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.our_partner .box-image:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wrapp_info_company {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    background-color: #033e6e3b;
    color: #fff;
}
.custom_icon_box_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.custom_icon_box_content p {
    margin-bottom: 0px;
}
.custom_icon_box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 33.33%;
}
.custom_icon_box i {
    font-size: 32px;

}
.icon-box.contact_info_item {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #283792;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #28379282;
}
.icon-box.contact_info_item  .icon-box-img {
    flex-shrink: 0;
}
.icon-box.contact_info_item  .icon-box-text {
    flex-shrink: 1;
}
.card_info_wrap .col {
    display: flex;
}
.card_info_wrap .col .col-inner {
    flex: 1;
}
ul.cate_footer li a {
    color: #fff;
}

section.contact_form_container .img-inner img{
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

.quy_mo_san_xuat_image {
    box-shadow: rgba(35, 47, 218, 0.4) 5px 5px, rgba(9, 63, 212, 0.3) 10px 10px, rgba(16, 44, 134, 0.2) 15px 15px, rgba(3, 39, 155, 0.1) 20px 20px, rgba(7, 22, 238, 0.05) 25px 25px;
}

.block_left {
    background: #fff;
    padding: 20px 35px 20px 20px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 20px;
    z-index: 1;
}

.our_commit .our_commit_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 30px;
    background-color: #fff;
    border: none;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 19%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 19%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_commit .our_commit_icon i {
    font-size: 24px;
    color: green;
}
.our_commit {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quy_mo_san_xuat_text {
    background: #fff;
    padding: 20px 35px 20px 20px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 20px;
}

.testimonial_item blockquote {
    border: none;
    padding: 0px;
}


.wpcf7 input[type=submit].button {
    width: 50%;
    margin: 0 auto;
    background-color: #283792;
    border-radius: 20px;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border-radius: 8px;
    background-color: #fff;
    border-style: none;    
}
section.contact_map_container p{
    margin-bottom: 0;
}
.footer_title h5 {
    color: #fff;
}
.blog_list .box-text-inner {
    display: flex;
    flex-direction: column-reverse;
}
.blog_list .box-text-inner .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog_list_container > .col-inner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home_blog  .box-text {
    border-top: 3px solid #283792;
    padding-top: 30px;
}
.home_blog  .box-text-inner .button {
    display: flex;
    justify-content: end;
    color: #283792;
    text-transform: initial;
    font-size: 16px;
    font-weight: 600;
}
.home-blog .box-text .box-text-inner .button::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
}
.pricing_table .button.success {
    background-color: #283792;
}
#load-more-posts {
    background: linear-gradient(90deg, #3f4cc5, #0c478a);
    padding: 5px 38px;
    border: none;
    margin: 0 auto;
    color: #fff;
    border-radius: 50px;
}

.col.block_right {
    margin-top: 20px;
    background: #ffffeb;
    padding: 30px 28px 30px 28px;
    width: 100%;
}
.list_product .box-shadow-1 .col-inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.list_product  .col-inner:hover {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.list_post h5.post-title a {
    color: #283792;
}

.testimonial_item blockquote p {
    text-align: justify;
}
@media only screen and (max-width: 430px) {
    .our_commit {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 768px) {
    .info_contact_wrap .wrapp_info_company {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .info_contact_wrap .wrapp_info_company .custom_icon_box {
        width: 100%;
    }
}
@media only screen and (min-width: 991px) {
    #footer .ul li.bullet-arrow {
        border:none;
    }
    .message_from  {
        padding: 30px 50px 30px 100px;
        transform: scaleX(1.2) translateX(-50px);
    }
    .col.block_right {
        position: absolute;
        background: #ffffeb;
        width: calc(100% - 180px);
        margin-left: 200px;
        padding: 30px 28px 30px 0px;
        top: 58%;
        border-radius: 20px;
        padding-left: calc(45% - 85px);
        transform: translateY(-50%);
    }
    
    .image_message_from {
        z-index: 1;
        transform: translateY(-112px);
    }
    .footer_title {
        margin-bottom: 40px;
        transform: translateY(32px);
    
    }
  }

