/*
Theme Name: Tech
Description: Thank you for using https://thuythu.vn wordpress system.
Author: Jack Lam
Template: thuythu
Version: 2.3
*/
@import url("../thuythu/style.css");

.grid-container{
    max-width: 1230px !important;
    margin: 0 auto;
}
body{
    background: white;
}
a{
    display: inline-block;
}
.view_more{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    /* Text style for "TÃƒÂ¬m hiÃ¡Â»Æ’u t" */
    letter-spacing: 1.4px;
    font-family: "SegoeUI";
    padding: 12px 25px;
    border-radius: 4px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    transition: .3s;
    color: #ffffff;

}
section.section.about_sec_4 {
    border-bottom: 20px solid #fff;
}
.logo-white img {
    width: 160px;
}
.view_more:focus,
.view_more:visited{
    color: white;
}
.box_info .loai_sp select {
    border-radius: 0 !important;
}
.view_more i {
    margin-left: 14px;
}
.view_more:hover{
    transition: .3s;
    background-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}
.content{
    color: #333333;
    font-family: "SegoeUI";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.heading_h2{
    font-family: "SegoeUI-Bold";
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.section{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
.banner_home {
    height: calc(100vh + 300px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-attachment: fixed;
}
.banner_home .slider_banner .item_slider{
    width: 100%;
    height: calc(100vh + 100px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    color: #073f6d;
}
.banner_home .slider_banner .item_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg_on{
    position: absolute;
    width: 110%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0% 0%, 50% 50%, 100% 0, 100% 100%, 0% 100%);
}


.wheel.show {
    opacity: 1;
}
.wheel {
    width: 30px;
    height: 30px;
    position: fixed;
    left: 40px;
    bottom: 80px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 5;
}

.wheel.show span:first-child {
    -webkit-animation: Move-Arrow 2s ease-out .5s infinite;
    animation: Move-Arrow 2s ease-out .5s infinite;
}
.wheel.show span:nth-child(2) {
    -webkit-animation: Move-Arrow 2s ease-out 1s infinite;
    animation: Move-Arrow 2s ease-out 1s infinite;
}
.wheel.show span {
    -webkit-animation: Move-Arrow 2s ease-out infinite;
    animation: Move-Arrow 2s ease-out infinite;
}

.wheel span {
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
}
.wheel span::after, .wheel span::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #fff;
}
.wheel span::before {
    left: 0;
    -webkit-transform: skewY(30deg);
    transform: skewY(40deg);
}
@-webkit-keyframes Move-Arrow {
    25% {
        opacity: 1
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) scale(.5);
        transform: translateY(30px) scale(.5)
    }
}

@keyframes Move-Arrow {
    25% {
        opacity: 1
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) scale(.5);
        transform: translatÃ…â€œeY(30px) scale(.5)
    }
}
.wheel.show {
    position: inherit;
    opacity: 1;
    left: 50%;
    transform: translate(-50%,-40px);
    bottom: 25%;
    left: auto;
    bottom: auto;
    transform: none;
    left: 50%;
    transform: translateX(-100%);
    margin-top: 2%;
}
.wheel span::after {
    right: 0;
    width: 50%;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-40deg);
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.box_number_banner{
    max-width: 1230px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,30%);
}
.box_number_banner .item{
    width: 25%;
    display: inline-block;
    float: left;
}
.box_number_banner .item .number{
    color: #ffffff;
    font-family: "SegoeUI-Bold";
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}
.box_number_banner .item .number span{
    position: absolute;
    font-size: 25px;
    top: 5px;
    right: -20px;
}
.box_number_banner .item .content_number{
    color: #ffffff;
    font-family: "SegoeUI";
    font-size: 26px;
    font-weight: 400;
}
.box_number_banner .item .number span{
    position: absolute;
    font-size: 25px;
    top: 5px;
    right: -20px;
}
.content_banner {
    position: absolute;
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 20%;
}
.content_banner h1{
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.44);
    color: #ffffff;
    font-family: "SegoeUI";
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
}
.banner_home .slider_banner .item_slider:before{
    height: 70%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 60, 134, 0) 99%, rgba(0, 60, 134, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.content_banner a{
    color: #ffffff;
    font-family: "SegoeUI";
    font-size: 18px;
    font-weight: 400;
    border-radius: 25px;
    background-color: transparent;
    padding: 13px 40px;
    display: inline-block;
    border: 1px solid white;
}
.about_us {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f2faff;}
.about_us .box_img{
    width: 50%;
}
.about_us .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_us .box_content{
    width: calc(50% - 115px);
    max-width: 615px;
    padding-left: 95px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-right: 20px;
}
.about_us .box_content h2{
    margin-bottom: 40px;
}
.about_us .box_content h3{
    color: #333333;
    font-family: "SegoeUI";
    font-size: 26px;
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    line-height: 35px;
}
.about_us .box_content h3:before{
    width: 50px;
    height: 2px;
    background-color: #2A51A3;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.about_us .box_content .content{
    margin-bottom: 30px;
}
.about_us .box_content a.view_more{
    margin-right: 10px;
}
.about_us .box_content a.upfile{
    background-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}
.about_us .box_content a.upfile:hover{
    background-color: #2A51A3;
}
.about_us .box_content a.upfile i{
    position: relative;
    top: -2px;
}
.about_us .box_content a.upfile i:after{
    position: absolute;
    height: 1px;
    width: 10px;
    background: white;
    content: '';
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.product_section{
    padding: 85px 0;
}
.product_section h2.heading_h2{
    margin-bottom: 30px;
}
.tax_product{
    margin-bottom: 50px;
}
.tax_product ul{
    margin-left: 0;
    list-style: none;
}
.tax_product ul li{
    display: inline-block;
    margin-right: 10px;
}
.tax_product ul li:last-child{
    margin-right: 0;
}
.tax_product ul li a{
    font-family: "SegoeUI-Bold";
    color: #3A5AA6 !important;

    background-color: transparent;
    border: 1px solid #3A5AA6;
    transition: .3s;

}
.tax_product ul li a.active,
.tax_product ul li a:hover{
    background: #3A5AA6 ;
    transition: .3s;
    color: white !important;
}
.box_tax_product .item{
    width: calc(50% - 115px);
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    padding: 30px 50px 60px 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.box_tax_product .item .content_bottom{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.box_tax_product .item:nth-child(2n+1){
    margin-right: 30px;
}
.box_tax_product .content_top {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    height: 58px;
}
.box_tax_product .content_top h3{
    margin-bottom: 0;
    /*padding-bottom: 15px;*/
    color: #333333;
    font-family: "SegoeUI-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    /*height: 58px;*/


}
.box_tax_product .content_top:before{
    width: 50px;
    height: 1px;
    background-color: #2A51A3;
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
}
.box_tax_product{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;

}
div#load_product{
    display: block !important;
}
.content_bottom .box_img{
    width: 50%;
    text-align: center;
    float: left;
    display: inline-block;
    height: 200px;
}
.content_bottom .box_img img{
    max-height: 100%;
}
.content_bottom .box_content{
    width: calc(50% - 30px);
    float: left;
    display: inline-block;
    padding-left: 30px;
    min-height: 125px;

}
.content_bottom .box_content .content{
    font-size: 14px;
    margin-bottom: 70px;
    min-height: 125px;
    max-height: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.slider_product .item_product{
    width: calc(100% - 8px) !important;
    margin-right: 8px;
    position: relative;
}
.slider_product .item_product .box_img{
    height: 200px;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.slider_product .item_product .box_img img {
    margin: 0 auto;
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: .3s;
}
.slider_product .item_product:hover .box_img img{
    transform: translate(-50%,-50%) scale(1.2);
    transition: .3s;
}
.slider_product .item_product h3{
    color: #333333;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 40px 0px 40px;
    margin-bottom: 0;
}
.slider_product .item_product a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.page-template-home .slick-arrow ,
.product_solution .slick-arrow,
.solution_relate .slick-arrow,
.slider_brank .slick-arrow,
.applications_orther .box .slick-arrow,
.slide_prize .slick-arrow{
    width: 40px;
    height: 50px;
    border: 2px solid #cccccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}
.page-template-home .slick-arrow i,
.product_solution .slick-arrow i,
.solution_relate .slick-arrow i,
.slider_brank .slick-arrow i,
.applications_orther .box .slick-arrow i,
.slide_prize .slick-arrow i{
    color: #cccccc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
}
.slider_product .slick-arrow.slick-prev,
.product_solution .slick-arrow.slick-prev,
.solution_relate .slick-arrow.slick-prev,
.slider_brank .slick-arrow.slick-prev ,
.applications_orther .box .slick-arrow.slick-prev,
.slide_prize .slick-arrow.slick-prev{
    left: -65px;
}
.slider_product .slick-arrow.slick-next,
.product_solution .slick-arrow.slick-next,
.solution_relate .slick-arrow.slick-next,
.slider_brank .slick-arrow.slick-next,
.applications_orther .box .slick-arrow.slick-next,
.slide_prize .slick-arrow.slick-next{
    right: -65px;
}
.slider_product .slick-arrow{
    top: 100px;
    transition: .3s;
}
.slider_product .slick-arrow:hover,
.slider_product .slick-arrow:hover i,
.product_solution .slick-arrow:hover,
.product_solution .slick-arrow:hover i,
.solution_relate .slick-arrow:hover,
.solution_relate .slick-arrow:hover i,
.slider_brank .slick-arrow:hover,
.slider_brank .slick-arrow:hover i,
.applications_orther .box .slick-arrow:hover,
.applications_orther .box .slick-arrow:hover i,
.slide_prize .slick-arrow:hover,
.slide_prize .slick-arrow:hover i
{
    border-color: #2A51A3;
    transition: .3s;
    color: #2A51A3;
}
.slider_project .slick-arrow:hover,
.slider_project .slick-arrow:hover i{
    border-color: #2A51A3;
    transition: .3s;
    color: #2A51A3;
}
.box_solution{
    display: flex;
    flex-wrap: wrap;
}
.box_solution .item{
    width: calc(33.3333333% - 200px);
    padding: 100px;
    display: inline-block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.box_solution .item .setting{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box_solution .item .setting .item_setting{
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 50px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
    position: relative;
}
.box_solution .item .setting .item_setting a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box_solution .item .setting .item_setting .box_img{
    width: 40px;
    height: auto;
}
.box_solution .item .setting .item_setting .box_content{
    width: calc(100% - 50px);
    padding-left: 10px;
}
.box_solution .item h3{
    color: #ffffff;
    font-family: "SegoeUI-Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.box_solution .item  a.view_more{
    margin-top: 25px;
}
.solution_section h2.heading_h2{
    margin-bottom: 40px;
}
.solution_section{
    display: inline-block;
}
.project_section{
    padding: 80px 0 0;
    margin-bottom: -6px;
}
.project_section h2{
    margin-bottom: 40px;
}
.item_project{
    height: 410px;
    position: relative;
    width: calc(100% - 2px) !important;
    border-right: 2px solid white;
}
.item_project .box_img{
    width: 100%;
    height: 100%;
}
.item_project .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_project .box_content{
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(27, 144, 207, 0.9) 0%, rgba(58, 90, 166, 0.9) 100%);
    padding: 13px 40px;
    transition: .3s;
    width: calc(100% - 80px);
}
.ft-col-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.item_project .box_content h3{
    color: white;
    margin-bottom: 0;
    font-family: "SegoeUI";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 70px;
    text-align: center;
}
.item_project a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.item_project:hover .box_content{
    transition: .3s;
    background-color: #666;
}
.slider_project .slick-next.slick-arrow{
    right: 12%;
}
.slider_project .slick-prev.slick-arrow{
    left: 12%;
}
.slider_project .slick-arrow{
    border-color: white;
}
.slider_project .slick-arrow i{
    color: white;
}
.slider_project:after{
    width: calc(17% - 2px);
    height: 410px;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}
.slider_project:before{
    width: calc(17% - 2px);
    height: 410px;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}
.section_service h2{
    margin-bottom: 25px;
}
.section_service .content_top{
    color: #666666;
}
.item_service{
    position: relative;
    width: calc(100% - 90px) !important;
    margin: 0 15px;
    box-shadow: 0.5px 9px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 50px 30px;
}
.slider_service .slick-list{
    padding-top: 45px;
    padding-bottom: 80px;
}
.item_service .box_img{
    text-align: center;
    margin-bottom: 40px;
}
.item_service .box_img img{
    height: 100px;
    width: auto;
    margin: 0 auto;
}
.item_service .box_content h3{
    color: #333333;
    font-size: 16px;
    padding-top: 23px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 40px;
}
.item_service .box_content h3:before{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #2A51A3;
    content: "";
    transform: translateX(-50%);
}
.item_service a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider_service .slick-prev.slick-arrow{
    left: -50px;
}
.slider_service .slick-next.slick-arrow{
    right: -50px;
}
.partner_section{
    padding: 100px 0 60px;
}
.news_section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 85px 0;
}
.news_section  h2.heading_h2{
    margin-bottom: 40px;
    color: #ffffff;
}
.slider_service .slick-arrow:hover i{
    color: white;
    transition: .3s;
}
.slider_service .slick-arrow:hover{
    transition: .3s;
    background-color: #2A51A3;
    border-color: #2A51A3;
}
.item_news{
    position: relative;
}
.item_news .box_img{
    height: 260px;
    width: 100%;
    overflow: hidden;
}
.item_news .box_img img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    transform: scale(1);
    transition: .3s;
}
.item_news:hover .box_img img{
    transform: scale(1.2);
    transition: .3s;
}
.item_news {
    width: calc(100% - 30px) !important;
    margin: 0 15px;
    background: white;
}
.item_news .box_content{
    padding: 30px;
}
.item_news .box_content h3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    /*text-transform: uppercase;*/
    height: 75px;
    font-family: "SegoeUI";

}
.item_news .box_content a{
    position: initial;
    display: block;
    color: #222222;
    font-family: "SegoeUI";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: .3s;
}
.item_news .box_content a i{
    float: right;
    font-size: 12px;
    line-height: 24px;

}
.item_news > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.item_news:hover .box_content a{
    transition: .3s;
    color: #f39121;
}
.item_news:hover .box_content a i{
    transition: .3s;
    color: #f39121;
}
.slider_news .slick-arrow{
    top: 130px;
    transform: translateY(-50%);
    background-color: rgba(246, 147, 33, 0.75);
    border-color: rgba(246, 147, 33, 0.75);
}
.slider_news .slick-arrow:hover{
    background: #3A5AA6;
    border-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
}
.slider_news .slick-arrow i{
    color: white;

}
.slider_news .slick-next.slick-arrow {
    right: 17%;
    transform: translate(140%,-50%);
}
.slider_news .slick-prev.slick-arrow{
    left: 17%;
    transform: translate(-135%,-50%);
}
.customer_section{
    padding: 100px 0;
}
.customer_section h2.heading_h2{
    margin-bottom: 40px;
}
.item_customer{
    height: 120px;
    width: calc(100% - 8px) !important;
    margin: 0 5px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    position: relative;
}
.item_customer img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.slider_customer .slick-prev.slick-arrow{
    left: -65px;
}
.slider_customer .slick-next.slick-arrow{
    right: -65px;
}
.slider_customer .slick-arrow{
    transition: .3s;
}
.slider_customer .slick-arrow:hover{
    border-color: #f39121;
    transition: .3s;

}
.slider_customer .slick-arrow:hover i{
    color:  #f39121;
    transition: .3s;

}
a.view_all.view_more{
    margin-top: 40px;
    border: 1px solid #f2faff;
    color: #ffffff;
    background: transparent;
    transition: .3s;
}
a.view_all.view_more:hover{
    transition: .3s;
    background: #f39121;
    border: 1px solid #f39121;

}
/*header#masthead{*/
/*    display: none;*/
/*}*/
header#masthead_tech{
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    top: 0;
}
header#masthead_tech .main-navigation{
    background: transparent;
}
header#masthead_tech div#primary-menu ul li a{
    color: #ffffff;
    font-family: "SegoeUI-Bold";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
header#masthead_tech .inside-navigation{
    clear: both;
}
header#masthead_tech ul.top_menu{
    display: inline-block;
    float: right;
    line-height: 42px;
    margin-bottom: 30px;
}
header#masthead_tech ul.top_menu li a{
    color: #ffffff;
    font-family: "SegoeUI";
    font-size: 16px;
    font-weight: 400;
}
header#masthead_tech ul.top_menu li{
    padding: 0 10px;
}
header#masthead_tech ul.top_menu a.hotline {
    color: #222;
    font-family: "SegoeUI-Bold";
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 18px;
    background-color: #fff;
    transition: .3s;
    line-height: 16px;
}
header#masthead_tech ul.top_menu a.hotline i{
    margin-right: 10px;
    color: #222;
    transition: .3s;

}
header#masthead_tech ul.top_menu li i{
    color: white;
}
header#masthead_tech ul.top_menu a.hotline:hover{
    background-color: red;
    transition: .3s;
    color: white;
}
header#masthead_tech ul.top_menu a.hotline:hover i{
    color: red;
    color: white;
    transition: .3s;
}
header#masthead_tech  .site-logo{
    line-height: 105px;
}
.main-navigation .main-nav ul li:hover > a{
    background: transparent;
    color: #90DAE4!important;
}
header#masthead_tech ul.top_menu li a:hover{
    background: transparent;
    color: #90DAE4;
}
header#masthead_tech .inside-header{
    padding: 20px 0;
}
/*header#masthead_tech{*/
/*    display: none;*/
/*}*/
header#masthead_tech_scroll ul.top_menu{
    display: none;
}
header#masthead_tech_scroll .inside-header{
    padding: 30px 0;
}
header#masthead_tech_scroll .main-navigation .main-nav ul li a{
    line-height: 34px;
    color: #333333;
    font-family: "SegoeUI-Bold";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 10px;
}

header#masthead_tech_scroll .main-navigation{
    background: transparent;
}
header#masthead_tech_scroll{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}

header#masthead_tech{
    transform: translateY(0%);
    transition: .3s;
}
header#masthead_tech.sticky{
    transform: translateY(-200%);
    transition: .3s;
}
header#masthead_tech_scroll{
    transform: translateY(-200%);
    transition: .3s;

}
header#masthead_tech_scroll.sticky{
    transform: translateY(0%);
    transition: .3s;

}
header#masthead_tech.tempalte_page_header div#primary-menu ul li a{
    color: #333333;
}
header#masthead_tech.tempalte_page_header .main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
    color: #2A51A3 !important;
    background: transparent;
}
header#masthead_tech.tempalte_page_header{
    background: white;
}
header#masthead_tech.tempalte_page_header ul.top_menu li a{
    color: #666666;
}
header#masthead_tech.tempalte_page_header ul.top_menu li i{
    color: #666666;

}
header#masthead_tech_scroll .inside-header{
    padding: 10px 0;
}
header#masthead_tech_scroll .inside-header .header-image {
    height: 60px;
}
.search_content {
    position: relative;
}
.search_content > i{
    cursor: pointer;
    transition: .3s;
}
.search_content > i:hover{
    color: #ED2F38 !important;
    transition: .3s;

}
.search_content .search_form {
    position: absolute;
    right: 35px;
    bottom: 0;
    display: inline-block;
}
.search_content .search_form input {
    background: #ffffff;
    height: 30px;
    border: none;
    color: #333333;
    font-size: 12px;
    font-family: "SegoeUI-Light";
    min-width: 0px;
    transition: .1s;
    padding: 10px 0;
    max-width: 0;
}
.search_content .search_form input::placeholder{
    font-size: 12px;
    font-family: "SegoeUI-Light";
    color: #333333;
}
.search_content .search_form.active input{
    min-width: 300px;
    transition: .1s;
    padding: 10px 15px;
    max-width: 1000px;

}
li.search_content.active > i:before{
    content: '\f00d';
}
header#masthead_solar div#primary-menu li.phone_number a{
    border-left: 1px solid #dadada;
}
/*nav#site-navigation a{*/
/*    pointer-events: none;*/
/*}*/
.page-template-home div#page{
    margin-top: 0;
}
div#page{
    margin-top: 144px;
}
ul.list_cat_product{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
ul.list_cat_product li{
    display: inline-block;
    margin-bottom: 10px;
}
ul.list_cat_product li a{
    display: flex;
    padding: 0px 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    align-items: center;
    margin: 0 5px;
    height: 60px;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
}
ul.list_cat_product li a img{
    margin-right: 10px;
    filter: brightness(0);
    opacity: .8;
    transition: .3s;
}
ul.list_cat_product li a.active{
    transition: .3s;
    color: white ;
    font-family: "SegoeUI-Bold";
    transition: .3s;
    border: 1px solid #3A5AA6 ;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);

}
ul.list_cat_product li a.active img{
    filter: brightness(1);
    opacity: 1;
    transition: .3s;
}
.tax_product_parent .box_all{
    display: flex;
    flex-wrap: wrap;
}
.tax_product_parent .box_all .box_cat_child{
    width: calc(50% - 115px);
    margin-right: 15px;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 30px 50px 40px 50px;
}
.tax_product_parent .box_all .box_cat_child h2{
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.tax_product_parent .box_all .box_cat_child h2:before{
    width: 50px;
    height: 1px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    bottom: -1px;
    left: 0;
    position: absolute;
    content: '';
}
.tax_product_parent .box_all .box_cat_child:nth-child(2n+2){
    margin-right: 0;
    margin-left: 15px;
}
.tax_product_parent .box_all .box_cat_child .box_img{
    width: 50%;
    display: inline-block;
    float: left;
}
.tax_product_parent .box_all .box_cat_child .box_content{
    width: 50%;
    display: inline-block;
    float: left;
}
.tax_product_parent .box_all .box_cat_child .box_content ul{
    padding-left: 25px;
    margin: 0;
    list-style: none;
}
.tax_product_parent .box_all .box_cat_child .box_content ul a{
    color: #333333;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    transition: .3s;
}
.tax_product_parent .box_all .box_cat_child .box_content ul a.view_more{
    display: inline-block;
    color: white !important;
    margin-top: 30px;
}
.tax_product_parent .box_all .box_cat_child .box_content ul a:hover{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;

}
.service_section{
    background-color: #f5f5f5;
    padding: 80px 0px 100px 0;
}
.service_section h2{
    margin-bottom: 20px;
}
.service_section .content{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 40px;
}
.service_section  .box_service{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.service_section  .box_service .item{
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    margin-bottom: 30px;
    position: relative;
    height: 280px;


}
.service_section  .box_service .item:before{
    position: absolute;
    width: 100%;
    height: 131px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    bottom: 0;
    left: 0;
    pointer-events: none;

}
.service_section  .box_service .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_section  .box_service .item h3{
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 10px;
    transition: .3s;
}
.service_section  .box_service .item:hover h3{
    color: #ED2F38;
    transition: .3s;
}
.service_section .box_service .item h3:before{
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 13px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    content: '';
}
.service_section .box_service .item>a{
    height: 100%;
}
section.section.tax_product_parent{
    padding: 70px 0;
}
.menu_cat_product_tax_page ul{
    margin: 0;
    list-style: none;
}
.menu_cat_product_tax_page>ul>li{
    border-bottom: 3px solid white;
}
.menu_cat_product_tax_page ul  li{
    padding: 0 30px;
    background-color: #f0f0f0;
}
/*.menu_cat_product_tax_page ul ul{*/
/*    padding: 7px 0;*/
/*}*/
.menu_cat_product_tax_page ul ul li{
    /*width: 100%;*/
    /*left: -30px;*/
    /*position: relative;*/
    background-color: #f7f7f7;
    padding: 0 30px;
}

.menu_cat_product_tax_page ul ul a{
    color: #333333;
    font-size: 13px;
    font-weight: 400;
}
.menu_cat_product_tax_page ul ul li i{
    margin-right: 15px;
}
.menu_cat_product_tax_page ul a{
    color: #333333;
    font-size: 15px;
    padding: 15px 0;
    transition: .3s;
}
.menu_cat_product_tax_page ul a:hover,
.menu_cat_product_tax_page ul a.active{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;

}
.menu_cat_product_tax_page > ul > li> a {
    width: calc(100% - 40px);
    display: inline-block;
    font-family: "SegoeUI-Bold";

}
.menu_cat_product_tax_page .nameContainer{
    display: inline-block;
    float: left;
}
.menu_cat_product_tax_page > ul > li> i,.menu_cat_product_tax_page .term_parent>i{
    width: 25px;
    height: 25px;
    border: 1px solid #333333;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #333333;
    cursor: pointer;
    float: right;
    margin: 10px 0;
}
.menu_cat_product_tax_page ul ul li a{
    padding: 7px 0;

}
.menu_cat_product_tax_page ul ul{
    max-height: 0px;
    overflow: hidden;
    transition: .1s;

    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    background-color: #f7f7f7;
    padding: 0;
}
.menu_cat_product_tax_page ul li.term_parent.toggle ul{
    max-height: 1000px;
    transition: .1s;
    padding: 15px 0;

}
.menu_cat_product_tax_page h3{
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    margin-bottom: 3px;
}

.tax_product_parent .content-right .box_top {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 30px 45px 60px 45px;
}
.tax_product_parent .content-right .box_top .box{
    display: flex;
    align-items: center;
}
.tax_product_parent .content-right .box_top .box .box_img{
    width: 40%;
}
.tax_product_parent .content-right .box_top .box .box_content{
    width: 60%;
    text-align: justify;
}
.tax_product_parent .content-right .box_top h2{
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    position: relative;
}
.tax_product_parent .content-right .box_top h2:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    content: '';
}
.tax_product_parent .content-right .box_top {
    margin-bottom: 10px;
}
.tax_product_parent .content-right .box_product_tax_page{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.tax_product_parent .content-right .box_product_tax_page .item{
    width: calc(25% - 15px);
    display: inline-block;
    /*margin-bottom: 10px;*/
    margin: 0 7.5px 15px 7.5px;
}
.tax_product_parent .content-right .box_product_tax_page .item .box_img{
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    overflow: hidden;
}
.tax_product_parent .content-right .box_product_tax_page .item .box_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    max-width: 90%;
    max-height: 90%;
    transition: .3s all;

}
.tax_product_parent .content-right .box_product_tax_page .item:hover .box_img img{
    transform: translate(-50%,-50%) scale(1.1);
}
.tax_product_parent .content-right .box_product_tax_page .item h3{
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    font-family: inherit;
}
li.thenativePaginationStart,
li.thenativePaginationEnd{
    display: none !important;
}
ul.thenativePagination li{
    display: inline-block;
}
ul.thenativePagination li a{
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}
ul.thenativePagination li a i{
    font-size: 10px;
}
ul.thenativePagination li.active a{
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    color: #ffffff;
}
ul.thenativePagination{
    margin-top: 30px;
    margin-left: 0;
}

div#banner_gr{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
div#banner_gr{

}
div#banner_gr img{
    display: flex;
}
div#banner_gr .gr_head{
    width: 100%;
    background-color: #f8f8f8;

}
div#banner_gr h1.tite_page{
    display: none;
}
div#banner_gr .container {
    width: 100%;
    max-width: 1230px;
    margin: auto;
}
div#banner_gr li{
    display: inline-block;
}
section.breadcrumbs{
    height: 40px;
    line-height: 40px;
}
section.breadcrumbs span,
section.breadcrumbs li,
section.breadcrumbs a,
section.breadcrumbs cite{
    color: #333;
    font-size: 15px;
    font-style: unset;
    /*pointer-events: none;*/
}

.gallery_img_product{
    padding-right: 100px;
}
.product_details_page{
    padding: 70px 0 55px 0;
}
.slider-for .box_img{
    height: 400px;
    background-color: #f5f5f5;
}
.slider-for{
    margin-bottom: 10px;
}
.site-footer{
    position: relative;
}
.slider-nav .box_img{
    width: calc(100% - 14px) !important;
    margin: 0 5px;
    height: 128px;
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
}
.slider-nav .slick-active.slick-current .box_img{
    border: 2px solid #ED2F38;
}

.gallery_img_product .box_img{
    position: relative;
}
.gallery_img_product .box_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 95%;
    max-height: 95%;
    object-fit: cover;
}
.gallery_img_product .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 99;
    cursor: pointer;
    transition: .3s;

}
.gallery_img_product .slick-arrow:hover{
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    transition: .3s;

}
.gallery_img_product .slick-arrow:hover i{
    color: white;
    transition: .3s;
}
.gallery_img_product .slick-arrow i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    color: #cccccc;
    font-size: 18px;
    line-height: 30px;
}
.gallery_img_product .slick-arrow.slick-prev{
    left: -20px;
}
.gallery_img_product .slick-arrow.slick-next{
    right: -20px;
}
h1.title_product{
    color: #333333;
    font-size: 30px;
    /*text-transform: uppercase;*/
    margin-bottom: 25px;
    display: block;
}
.info_product_details .box_info .item{
    display: block;
    border-bottom: 1px solid #e1e1e1;
}
.box_info .view{
    padding: 10px 0;

    color: #999999;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #e1e1e1;

}
.box_info .view i{
    margin-right: 10px;
}
.box_info .loai_sp .content{
    color: #333333;
    font-size: 15px;
    line-height: 21px;
}
.box_info .loai_sp {
    padding: 30px 0 10px 0;
}
.box_info .loai_sp h3{
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box_info .loai_sp select{
    color: #666666;
    font-size: 15px;
    text-transform: uppercase;
    height: 45px;
    border: 1px solid #e1e1e1;
    outline: none;
    min-width: 315px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.box_info .quote{
    padding: 20px 0;
    /*display: flex;*/
    /*align-items: center;*/
}
.box_info .quote a{
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    background-image: linear-gradient(88deg, #3A5AA6 0%, #0f7ab4 100%);
    font-family: "SegoeUI-Bold";
    color: #ffffff;
    font-size: 16px;
}
.infusion-submit button {
    background-image: linear-gradient(88deg, #3A5AA6 0%, #0f7ab4 100%);
}
.box_info .quote  .content{
    color: #333333;
    font-size: 15px;
    display: inline-block;
    padding-left: 0;
}
.box_info .quote  .content b{
    font-family: "SegoeUI-Bold";
    color: #ED2F38;
}
.box_info .ship{
    padding: 20px 0;
    border-bottom: none !important;

    color: #333333;
    font-size: 15px;
}
.box_info .ship i{
    color: #ED2F38;
    margin-right: 10px;
}
.box_info .ship li{
    display: block;
    margin-bottom: 10px;
}
.specifications table{
    color: #333333;
    font-size: 15px;
}
.specifications table ,
.specifications tr,
.specifications td{
    border: 1px solid black;
}
.specifications td{
    padding: 5px;
}
.specifications .content{
    color: #333333;
    font-size: 15px;
    line-height: 23px;
}
.box_data_number {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;

    border-bottom: 1px solid #e1e1e1;
}
.box_data_number .item{
    width: calc(25% - 40px);
    padding: 0 20px;
}
.box_data_number .item h3{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    margin-bottom: 25px;
}
.specifications .list_cat h3{
    margin-bottom: 0;
    padding: 15px 40px;
    display: block;
    background-image: linear-gradient(88deg, #3A5AA6 0%, #0f7ab4 100%);
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.specifications .list_cat h3 i{
    margin-right: 20px;
}
.specifications .list_cat .top_menu_cat_product{
    border-radius: 0 0 5px 5px;
    background-color: #f5f5f5;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul.bottom_menu_cat_product{
    margin: 0;
    list-style: none;
}
.specifications .list_cat .top_menu_cat_product a {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 40px;
    width: calc(100% - 80px);
    display: flex;
}
.specifications .list_cat .top_menu_cat_product a img{
    margin-right: 15px;
}
.specifications .list_cat .top_menu_cat_product li:nth-child(2n+1) a{
    background-color: #ececec;
}
.specifications .list_cat .bottom_menu_cat_product a{
    padding: 15px 40px;
    width: calc(100% - 80px);
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    display: flex;

    align-items: center;
    color: #333333;
    font-size: 14px;
}
.specifications .list_cat .bottom_menu_cat_product a .box_img{
    width: 40px;
    text-align: center;
    margin-right: 10px;
}

.specifications .list_cat .bottom_menu_cat_product a img{
    max-width: 100%;
}
.slider_product .item_product .box_img img {
    max-width: 70%;
    max-height: 70%;„
width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.product_view .slider_product .item_product .box_img,
.product_relate .slider_product .item_product .box_img{
    background: white;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.product_view .slick-list,
.product_relate .slick-list{
    width: calc(100% + 10px);
    padding: 5px;
    position: relative;
    left: -10px;
}
.product_view  .slick-arrow,
.product_relate .slick-arrow{
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    border: 2px solid #cccccc;
    transition: .3s;
}
.product_view  .slick-arrow i,
.product_relate .slick-arrow i{
    color: #cccccc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
}
.product_view  .slick-arrow:hover,
.product_relate .slick-arrow:hover{
    border-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
    cursor: pointer;
}
.product_view  .slick-arrow:hover i,
.product_relate .slick-arrow:hover i{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
}
.product_relate{
    padding: 50px 0 50px 0;
    border-top: 1px solid #e1e1e1;
}
.product_view h2.heading_h2,
.product_relate h2.heading_h2{
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.product_view{
    padding-bottom: 80px;
}
a.view_specifications_more{
    color: #f99500;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ED2F38;
    transition: .3s;
    margin-top: 10px;
    max-height: 1000px;
    overflow: hidden;
}
a.view_specifications_more.active{
    max-height: 0px;
    transition: .3s;
    margin: 0;
    padding: 0;
    border: 0px solid white;
}
.specifications_details{
    max-height: 0px;
    transition: 1s;
    overflow: hidden;
}
.specifications_details.active{
    max-height: 5000px;
    transition: 1s;
    overflow: hidden;
}
a.view_specifications_more:hover{
    color: white;
    background: #f99500;
}
a.view_specifications_more i{
    margin-left: 10px;
}

#load_cat_solution{
    display: flex;
    flex-wrap: wrap;
}
#load_cat_solution .item_cat_solution{
    width: calc(25% - 40px);
    padding: 55px 20px;
    box-shadow: 0 0 16px rgba(11, 144, 211, 0);
    border-radius: 5px;
    transition: .5s;
}
#load_cat_solution .item_cat_solution:hover{
    box-shadow: 0 0 16px rgba(11, 144, 211, 0.1);
    transition: .5s;
}
#load_cat_solution .item_cat_solution .box_img{
    height: 100px;
    position: relative;
    height: 100px;
}
#load_cat_solution .item_cat_solution .box_img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0);
    transition: .5s;
}
#load_cat_solution .item_cat_solution:hover .box_img img{
    filter: brightness(1);
    transition: .5s;

}
#load_cat_solution{
    background: white;
    position: relative;
}
#load_cat_solution .item_cat_solution h3{
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: .5s;
}
#load_cat_solution .item_cat_solution:hover h3{
    transition: .5s;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#load_cat_solution .item_cat_solution a{
    width: 100%;
    height: 100%;
}
.box_cat_solution,
.box_load{
    min-height: 400px;
    position: relative;
}

.box_cat_solution:before,
.box_load:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background-size: contain;
    content: '';
    background-image: url(images/laodding_solution_2.gif);
}
.box_load:before{
    z-index: -1;
}
section.section.solution_page{
    padding: 80px 0 40px 0;
}
section.section.solution_page h2.heaiding_h2{
    font-size: 30px;
    display: inline-block;
}
.solution_page .top_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.solution_page .top_content ul{
    margin-bottom: 0;
    margin-left: 0;
}
.solution_details_page{
    padding: 10px 0 80px 0;
}
.list_cat_solution h3{
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    height: 45px;
    padding: 0 30px;
    line-height: 45px;

    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}
.list_cat_solution ul{
    margin: 0;
    list-style: none;
}
.list_cat_solution>ul>li{
    margin-top: 3px;
}
.list_cat_solution>ul>li>a{
    color: #333333;
    font-size: 15px;
    font-family: "SegoeUI-Bold";
    background-color: #f0f0f0;
    padding: 15px 30px;
    width: calc(100% - 60px);
}
.list_cat_solution>ul>li>a i{
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid #333333;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
}
.list_cat_solution ul.sub_menu{
    background-color: #f7f7f7;
    padding: 0px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 0px;
    transition: .1s;
    overflow: hidden;
}
.list_cat_solution ul.sub_menu li{
    width: 48%;
}
.list_cat_solution ul.sub_menu li a{
    padding: 7.5px 0;

    color: #333333;
    font-size: 13px;
}
.list_cat_solution ul.sub_menu li a i{
    margin-right: 10px;
}
.list_cat_solution li.item_parent.toggle .sub_menu{
    max-height: 1000px;
    transition: .1s;
    padding: 7.5px 30px;
    list-style: none;
    margin: 0;
}
.solution_details_info{
    padding: 100px 0 80px 0;
}
.solution_details_info .heading_h2{
    max-width: 800px;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin: auto;
    margin-bottom: 20px;
}
.solution_details_info .content{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    /*font-family: "SegoeUI-Light";*/
    /*max-width: 1024px;*/
    margin: auto;
    text-align: center;

}
.search_mobile{
    display: none;
}
.solution_details_info .box .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.solution_details_info .box .item .box_img{
    width: 50%;
}
.solution_details_info .box .item .box_content{
    width: 50%;
}
.solution_details_info .box .item .box_content h3{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.solution_details_info .box .item .box_content .content{
    text-align: left;
    font-family: "SegoeUI";
    color: #333333;
    font-size: 16px;}
.solution_details_info .box .item .box_content .content ul,
.dat_can_solution .box .box_content .content ul{
    margin: 0;
    list-style: none;
}
.solution_details_info .box .item .box_content .content ul li{
    position: relative;
    padding-left: 15px;
}
.solution_details_info .box .item .box_content .content ul li:before{
    content: '\f058';
    font-size: 10px;
    Font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0px;
    color: #2393d1;
}
.solution_details_info .box .item:nth-child(2n+2) .box_content{
    order: 2;
}
.dat_can_solution{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 80px 0;
    background-position: center;
}
.dat_can_solution .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dat_can_solution .box .box_img{
    width: calc(50% - 35px);
    margin-right: 35px;
}
.dat_can_solution .box .box_content {
    width: calc(50% - 50px);
    margin-left: 50px;

}
.dat_can_solution .box .box_content h3{
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.dat_can_solution .box .box_content .content{
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
}
.dat_can_solution .box .box_content .content li{
    position: relative;
    padding-left: 20px;
}
.dat_can_solution .box .box_content .content li:before{
    content: '\f058';
    font-size: 10px;
    Font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    color: white;
}
.section3_solution{
    padding: 115px 0 75px 0;
}
.section3_solution .content{
    font-family: "SegoeUI-Bold";
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 75px;
}
.contact_solution{
    padding: 70px 0 75px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_solution h2{
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contact_solution .content{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}
.contact_solution a{
    display: inline-block;
    padding: 15px 35px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "SegoeUI-Bold";
    border-radius: 5px;
    /*background-image: linear-gradient(to right, #ED2F38 0%, #ffa835 100%);*/
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
}
.specifications{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.product_solution{
    padding: 80px 0 85px 0;
}
.product_solution .item{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f8f8f8;
    width: calc(100% - 80px) !important;
    padding: 30px;
    margin: 0 10px;
}
.product_solution .item .box_img{
    width: 35%;
    height: 200px;
}
.product_solution .item .box_img a{
    width: 100%;
    height: 100%;
}
.product_solution .item .box_img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    /*margin: auto;*/
}
.product_solution .item .box_content{
    width: calc(65% - 40px);
    padding-left: 40px;
}
.product_solution .item .box_content .content{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.product_solution .item .box_content a{
    float: right;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: "SegoeUI-Bold";
    margin-top: 20px;
}
.product_solution .item .box_content a i{
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.data_number_solution{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 95px 0 90px 0;
    background-position: center;
}
.data_number_solution .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.data_number_solution .box .item{
    width: 20%;
}
.data_number_solution .box .item img{
    max-height: 50px;margin-bottom: 10px;
}
.data_number_solution .box .item h3{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 25px;
}
.data_number_solution .box .item .content{
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
}
.companion_with_dat{
    padding: 70px 0 30px 0;
}
.companion_with_dat h2.heading_h2{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    margin-bottom: 40px;
}
.companion_with_dat a{
    border-radius: 5px;
    background-image: linear-gradient(to right, #ED2F38 0%, #ffa835 100%);
    padding: 15px 40px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "SegoeUI-Bold";
    margin-bottom: 50px;
    display: inline-block;
}
.companion_with_dat .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.companion_with_dat .box .item{
    width: calc(33.33333% - 75px);
    padding: 30px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.companion_with_dat .box .item img{
    max-height: 70px;
    margin-bottom: 20px;
}
.companion_with_dat .box .item h3{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    margin-bottom: 25px;
}
.companion_with_dat .box .item h3 b{
    font-family: "SegoeUI-Bold";
    text-transform: uppercase;
    background: transparent;
}
.companion_with_dat .box .item .content{
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}
.solution_relate .item{
    width: calc(100% - 20px) !important;
    margin: 0 10px;
    height: 200px;
    position: relative;
}
.solution_relate a:before{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    content:'';
    z-index: 1;
}
.solution_relate .item a{
    width: 100%;
    height: 100%;
}
.solution_relate .item h3{
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;

    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 2;
    line-height: 1.2;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.solution_relate .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution_relate{
    padding-bottom: 70px;
}
.solution_relate h2.heading_h2,
.product_solution h2.heading_h2 {
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.box_solution_order_cat{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.box_solution_order_cat .item{
    width: calc(33.3333% - 20px);
    margin:0 10px ;

    margin-bottom: 30px;
}
.box_solution_order_cat .item .box_img{
    height: 160px;
    margin-bottom: 25px;
}
.box_solution_order_cat .item .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_solution_order_cat .item .box_img a{
    width: 100%;
    height: 100%;
}
.box_solution_order_cat .item h3{
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 2;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    margin-bottom: 15px;
    color: #333333;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box_solution_order_cat .item .content{
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    display: inline-block;

}
.box_solution_order_cat .item .content > a{
    height: 47px;
    overflow: hidden;
}
.box_solution_order_cat .item .content .content_excerpt{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.box_solution_order_cat .item .content .box_content_excerpt{
    height: 64px;
    overflow: hidden;
}
.box_solution_order_cat .item .box_content>a{
    display: inline-block;
    float: right;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: "SegoeUI-Bold";

}
.box_solution_order_cat .item .box_content>a i{
    font-size: 12px;
    margin-left: 5px;
}
.box_product_filter_solution{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.box_product_filter_solution .item{
    width: calc(33.3333% - 50px);
    padding: 30px 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 15px;
    margin-right: 15px;
}
.box_product_filter_solution .item:nth-child(3n+3){
    margin-right: 0;
}
.box_product_filter_solution .item .box_img{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.box_product_filter_solution .item .box_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    transition: .3s all;
}
.box_product_filter_solution .item:hover .box_img img{
    transform: translate(-50%,-50%) scale(1.1);

}
.box_product_filter_solution .item  h3{
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
}
.box_product_filter_solution .item .box_content a:last-child{
    display: block;
    font-family: "SegoeUI-Bold";
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
}
.box_product_filter_solution .item .box_content a:last-child i{
    float: right;
    font-size: 10px;
    position: relative;
    top: 5px;
}
.menu_filter_solution{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.menu_filter_solution a{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    padding: 15px 25px;
    border-radius: 5px;
    border: 1px solid #3A5AA6;
    text-align: center;
    min-width: 150px;
    margin: 0 5px 10px 5px;
}
.menu_filter_solution ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}
.menu_filter_solution{
    display: flex;
    justify-content: flex-end;
}
.solution_details_page{
    padding: 20px 0 80px 0;
}
.menu_filter_solution a.active{
    color: white;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover{
    background: transparent;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a{
    background: transparent;
}
.post_details{
    /*padding: 70px 0;*/
}
.date_post{
    color: #999999;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
}
.date_post i{
    margin-right: 5px;
}
.post_details .heading_h2{
    color: #333333;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: inherit;
}
.post_details .content{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.post_relate{
    float: right;
}
.post_relate .h2{
    /*color: #ED2F38;*/
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    margin-bottom: 0;
    font-family: "SegoeUI-Bold";
}
.post_relate .item{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.post_relate .item:not(:last-child){
    border-bottom: 1px solid rgba(149, 149, 149, 0.31);
}
.post_relate .item .box_img{
    width: 85px;
    height: 65px;
    object-fit: cover;
}

.post_relate .item .box_img img,
.post_relate .item .box_img a{
    width: 100%;
    height: 100%;
}
.post_relate .item .box_content{
    width: calc(100% - 95px);
    padding-left: 10px;
}
.post_relate .item .box_content .date_post{
    margin-bottom: 5px;
}
.post_relate .item .box_content .h3{
    color: #333333;
    font-size: 12px;
    font-family: "SegoeUI-Bold";
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px;
}
.menu_cat_product_tax_page > ul > li.active > a,
.list_cat_solution>ul>li.active > a{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu_cat_product_tax_page > ul > li.active > i,
.list_cat_solution>ul>li.active > a i{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.list_cat_solution ul.sub_menu li a.active{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info_service_box {
    padding: 70px 0 55px 0;
}
.info_service_box .heading_h2{
    color: #000000;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.info_service_box .box .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info_service_box .box{
    margin-bottom: 60px;
}
.info_service_box .box .item .box_content{
    width: calc(50% - 10px);
    padding-right: 10px;
}
.info_service_box .box .item .box_content .content{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}
.info_service_box .box .item .box_img{
    width: calc(50% - 10px);
    padding-left: 10px;
}
.info_service_box .box .item:nth-child(2n+2) .box_content{
    order: 2;
    padding-right: 0;
    padding-left: 10px;
}
.info_service_box .box .item:nth-child(2n+2) .box_img{
    padding-left: 0;
    padding-right: 10px;
}
.info_service_box .content_service iframe{
    width: 100%;
    height: 690px;
}
.info_service_box .content_service .content{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}
.contact_service_us{
    padding: 70px 0 77px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact_service_us h2.heading_h2{
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact_service_us .content{
    max-width: 880px;
    margin: auto;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}
.contact_service_us a{
    display: inline-block;
    height: 50px;
    border-radius: 5px;
    /*background-image: linear-gradient(to right, #ED2F38 0%, #ffa835 100%);*/
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    padding: 0 45px;
    line-height: 50px;
    font-family: "SegoeUI-Bold";

    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
.service_page_template {
    padding: 80px 0 50px 0;
}
.service_page_template .box .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    transition: .5s;
    background-color: #ffffff;

}
.service_page_template .box .item:hover{
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.14);
    transition: .5s;

}
.service_page_template .box .item:nth-child(2n+2) .box_img{
    order: 2;
}
.service_page_template .box .item:nth-child(2n+2) .box_content{
    padding: 80px 60px 80px 70px;
}
.service_page_template .box .item .box_img{
    width: 50%;
}
.service_page_template .box .item .box_img a{
    float: left;
}
.service_page_template .box .item .box_img a img{
    float: left;
}
.service_page_template .box .item .box_content{
    width: calc(50% - 130px);
    padding: 80px 70px 80px 60px;
}
.service_page_template .box .item .box_content h3{
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
    transition: .5s;
}
.service_page_template .box .item:hover h3{
    transition: .5s;
    color: #1c92d1;
}
.service_page_template .box .item .box_content .content{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px;
}
.service_page_template .box .item .box_content a{
    display: inline-block;
    height: 50px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    color: #ffffff;
    font-family: "SegoeUI-Bold";
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 30px;
}
.service_page_template .box .item .box_content a i{
    margin-left: 10px;
}
.contact_service_us{
    margin-bottom: 80px;
}
.project_details{
    padding: 70px 0 50px 0;
}
.project_details .heading_h2,
.project_details .content{
    max-width: 950px;
    margin: auto;
}
.project_details .heading_h2{
    margin-bottom: 30px;
}
.project_details .content{
    margin-bottom: 40px;
}
.project_details .gallery_img{
    display: flex;
    flex-wrap: wrap;
}
.project_details .gallery_img .slick_left{
    width: calc(85% - 20px);
    padding-right: 20px;
}
.project_details .gallery_img .slick_right {
    width: 15%;
}
.project_details .gallery_img  .box_img{
    width: 100%;
    height: 680px;
    position: relative;
}
.project_details .gallery_img  .box_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    /*width: 100%;*/
    /*height: 100%;*/
}
.slick_right .slick-list{
    height: 560px !important;
    margin: 60px 0;
}
.slick_right .slick-list .slick-slide{
    height: 135.5px;
}

.slick_right .slick-list .slick-slide>div,
.slick_right .slick-list .slick-slide>div img{
    height: 100%;
    cursor: pointer;
}
.slick_right .slick-list .slick-slide>div img{
    height: calc(100% - 20px);
    margin: 10px 0;
}
.slick_right  .slick-arrow {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    cursor: pointer;
}
.slick_right  .slick-arrow i{
    color: white;
}
.slick_right .slick-arrow.slick-prev{
    top: 0;
}
.slick_right .slick-arrow.slick-next{
    bottom: 6px;
}
.contact_page .item .content{
    max-height: 0px;
    overflow: hidden;
    transition: .1s;
}
.contact_page .item.toggle .content{
    transition: .1s;
    max-height: 1000px;

}
.contact_page .grid-container{
    display: flex;
    flex-wrap: wrap;
}
.contact_page .info{
    padding: 80px 100px 70px 0;
}
.contact_page .info .heading_h2{
    color: #333333;
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact_page .info  .item{
    padding: 20px 0;
}
.contact_page .info  .item h3{
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    transition: .1s;
    cursor: pointer;

}
.contact_page .info  .item .content{
    font-size: 16px;
    color: #333333;
}
.contact_page .info  .item.toggle h3{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .1s;
    margin-bottom: 30px;
}
.contact_page .info .item h3 i{
    float: right;
}
.contact_page .info  .item:not(:last-child){
    border-bottom: 1px solid #e1e1e1;
}
.form_contact{
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 100px;
}
.form_contact input:not(.wpcf7-submit),
.form_contact textarea
{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    outline: none;
}
.form_contact textarea{
    height: 100px;
}
.content.form_contact {
    padding: 30px;
    margin-top: 50px;
}
.content.form_contact h3 {
    text-align: center;
}
.content.form_contact .btn_send_now{
    text-align: center;
}
.form_contact input:not(.wpcf7-submit)::placeholder,
.form_contact textarea::placeholder{
    color: #999999;
    font-size: 14px;
}
.form_contact h4{
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
}
.form_contact h3{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
.btn_send_now input{
    height: 50px;
    /*background-color: #ED2F38 !important;*/
    /*color: transparent;*/
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4) !important;

    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 30px;
}
nav.breadcrumb ul{
    margin-left: 0;
}
.table_info{
    background-color: #f5f5f5;
    padding: 50px 12px 12px 12px;
    margin-bottom: 40px;
}
.table_info table{
    background-color: #ffffff;
}
.table_info table ,
.table_info table tr,
.table_info table td{
    border-color: #e1e1e1;

    color: #333333;
    font-size: 16px;
    line-height: 30px
}
.table_info table td{
    padding: 15px 30px;
}
.info_project .content_bottom{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 80px;
}
.applications_orther .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.applications_orther .box .item{
    width: calc(100% - 20px) !important;
    position: relative;
    margin: 0 10px;
}
.applications_orther .box .item>a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.applications_orther .box .item .box_img{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.applications_orther .box .item .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    transform: scale(1);
}
.applications_orther .box .item:hover img{
    transition: .5s;
    transform: scale(1.2);
}
.applications_orther .box .item .box_content {
    background-color: #f5f5f5;
    padding: 15px 30px;
    display: inline-block;
    width: calc(100% - 60px);
}
.applications_orther .box .item .box_content h3{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    display: block;
    font-family: "SegoeUI";
    margin-bottom: 5px;
    min-height: 43px;
}
.applications_orther .box .item .box_content  a{
    display: inline-block;
    float: right;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: "SegoeUI-bold";
}
.applications_orther .box .item .box_content a i {
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.applications_orther h2{
    color: #333333;
    font-size: 35px;
    /* text-transform: uppercase; */
    margin-bottom: 40px;
}
.applications_orther{
    padding-bottom: 90px;
}
.project_page_template .heading_h2 {
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 70px;
}
.project_page_template ul.list_cat_product{
    margin: 0;
    display: inline-block;
    float: right;
}
.project_page_template{
    padding: 80px 0 60px 0;
}
.project_page_template .box_info_top{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.box_project {
    display: inline-block;
}
.box_project .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 40px 0;
}
.box_project .item:not(:last-child){
    border-bottom: 1px solid #e1e1e1;
}
.box_project .item>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box_project .item .box_img{
    width: calc(50% - 50px);
    height: 350px;
    overflow: hidden;
    padding-right: 50px;
}
.box_project .item .box_img a{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box_project .item .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    transform: scale(1);
}
.box_project .item:hover img{
    transition: .5s;
    transform: scale(1.2);
}
.box_project .item .box_content{
    width: 50%;
}
.box_project .item .box_content h3{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    margin-bottom: 20px;
}
.box_project .item .box_content .content{
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}
.box_project .item .box_content a{
    border-radius: 5px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    height: 40px;
    padding: 0 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;

}
.box_project .item .box_content a i{
    margin-left: 5px;
}
.partner_page{
    padding: 70px 0;
}
.partner_page h2.heading_h2{
    margin-bottom: 30px;
}
.slick_nav_partner .slick-slide{
    width: auto !important;
    margin:  0 5px;
}
.slick_nav_partner .slick-slide .title_tab{
    width: auto !important;
    border-radius: 5px;
    background-color: #f2f2f2;
    height: 45px;
    line-height: 45px;
    padding: 0 55px;
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}
.slick_nav_partner  .slick-slide.slick-current.slick-active .title_tab {
    transition: .3s;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    color: white;
    transition: .3s;
}
.slick_nav_partner{
    height: 45px;
    margin-bottom: 35px;
}
.slick_nav_partner .slick-track{
    display: flex;
    justify-content: center;
}
.slide_2 .box_top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.slide_2 .box_content {
    width: calc(50% - 200px);
    padding: 100px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide_2 .box_content h3{
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.slide_2 .box_content .content{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 50px;
    color: #ffffff;

}
.slide_2 .box_content a{
    border-radius: 5px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    height: 40px;
    padding: 0 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
}.slide_2 .box_content a i{
     margin-left: 5px;
 }
.slide_2  .box_img {
    background-color: #eff9ff;
    padding: 90px 45px;
    width: calc(50% - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick_for_partner>.slick-list>.slick-track>.slick-slide{
    max-height: 0px;
    overflow: hidden;
    transition: .5s;
    opacity: 0;

}
.slick_for_partner>.slick-list>.slick-track>.slick-slide.slick-current.slick-active{
    max-height: 5000px;
    transition: .5s;
    overflow: inherit;
    opacity: 1;

}
.slider_brank .item{
    background-color: #eff9ff;
    width: calc(100% - 100px) !important;
    padding: 35px 40px 25px 40px;
    min-height: 190px;
    margin: 0 10px;
}
.slider_brank .item>h3{
    color: #2A51A3;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slider_brank .item>h3 i{
    font-size: 20px;
    margin-right: 10px;
}
.slider_brank .item .content,
.slider_brank .item .content a{
    font-size: 14px;
    color: #333333;
}
.slider_brank .item .content p{
    margin-bottom: 10px;
}
.slick_for_partner>.slick-list{
    overflow: inherit;
}
.slider_brank .slick-list{
    width: calc(100% + 20px);
    margin-left: -10px;
}
.box_news {
    display: inline-block;
}
.box_news .item{
    width: calc(25% - 20px);
    margin: 0 10px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}
.box_news .item>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box_news .item .box_img,
.box_news .item .box_img a{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.box_news .item .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    transform: scale(1);
}
.box_news .item:hover img{
    transition: .5s;
    transform: scale(1.2);

}
.box_news .item .box_content{
    padding: 20px;
    background-color: #f5f5f5;
}
.box_news .item .box_content .date_post{
    color: #999999;
    font-size: 12px;
    margin-bottom: 15px;
    width: 100%;
}
.box_news .item .box_content h3{
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 57px;
}
.box_news .item .box_content a.view_more{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    display: block;
    background: transparent;
    padding: 0;
    font-family: "SegoeUI-Bold";
    text-transform: unset;
}
.box_news .item .box_content a.view_more i{
    float: right;
    font-size: 12px;
}
.box_news .item:nth-child(1) a.view_more,
.box_news .item:nth-child(2) a.view_more,
.box_news .item:nth-child(3) a.view_more  {
    display: none;
}
.box_news .item:nth-child(1){
    height: 539px;
    margin-bottom: 45px;
    width: calc(60% - 20px);
}
.box_news .item:nth-child(2){
    margin-bottom: 20px;
}
.box_news .item:nth-child(3){
    margin-bottom: 45px;
}
.box_news .item:nth-child(2),
.box_news .item:nth-child(3){
    height: 260px;
    width: calc(40% - 20px);
}
.box_news .item:nth-child(1) .box_content,
.box_news .item:nth-child(2) .box_content,
.box_news .item:nth-child(3) .box_content{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: transparent;
    padding: 0;
    z-index: 2;
}
.box_news .item:nth-child(1) .box_content{
    left: 40px;
    bottom: 50px;
    right: 50px;
}
.box_news .item:nth-child(1) .box_content h3,
.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3,
.box_news .item:nth-child(1) .box_content .date_post,
.box_news .item:nth-child(2) .box_content .date_post,
.box_news .item:nth-child(3) .box_content .date_post{
    color: white;
}
.box_news .item:nth-child(1) .box_content h3{
    font-size: 22px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3{
    font-size: 18px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 45px;

}
.box_news .item:nth-child(1) .box_img,
.box_news .item:nth-child(1) .box_img a,
.box_news .item:nth-child(2) .box_img,
.box_news .item:nth-child(2) .box_img a,
.box_news .item:nth-child(3) .box_img,
.box_news .item:nth-child(3) .box_img a
{
    height: 100%;
}
.box_news .item:nth-child(1):before,
.box_news .item:nth-child(2):before,
.box_news .item:nth-child(3):before{
    height: 158px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
}
.news_page_template .box_info_top{
    margin-bottom: 30px;
}

div#socialSharing a span.fa-lg {
    border-radius: 10px;
    margin: 1%;
    color: #FFFFFF;
}

div#socialSharing a span.fa-lg i {
    font-style: normal;
}

div#socialSharing a span#facebook {
    background-color: #3b5998;
}

div#socialSharing a span#facebook:hover {
    background-color: #133783;
}

div#socialSharing a span#twitter {
    background-color: #1da1f2;
}

div#socialSharing a span#twitter:hover {
    background-color: #2582bb;
}

div#socialSharing a span#pinterest {
    background-color: #bd081c;
}

div#socialSharing a span#pinterest:hover {
    background-color: #880e1c;
}

div#socialSharing a span#googleplus {
    background-color: #db4437;
}

div#socialSharing a span#googleplus:hover {
    background-color: #cf1808;
}

div#socialSharing a span#linkedin {
    background-color: #0077b5;
}

div#socialSharing a span#linkedin:hover {
    background-color: #02689d;
}

div#socialSharing a span#whatsapp {
    background-color: #00E676;
}

div#socialSharing a span#whatsapp:hover {
    background-color: #03c164;
}
.post_details iframe{
    width: 100%;
    height: 500px;
}
.news_page_template .heading_h2{
    font-size: 35px;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.educate_page h2.heading_h2{
    color: #333333;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.educate_page h3.title_page{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.educate_page .box_top .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.educate_page .box_top .box_content{
    width: calc(50% - 10px);
    padding-right: 10px;
}
.educate_page .box_top .box_content .content{
    color: #333333;
    font-size: 15px;
    line-height: 25px;
}
.educate_page .box_top .box_img{
    width: calc(50% - 10px);
    padding-left: 10px;
}
.educate_page .box_top .item:nth-child(2n+2) .box_content{
    order: 2;
    padding-right: 0px;
    padding-left: 10px;

}
.educate_page .box_top .item:nth-child(2n+2) .box_img{
    padding-right: 10px;
    padding-left: 0px;

}
.educate_page .box_top {
    margin-bottom: 70px;
}
.educate_page .box_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.educate_page .box_bottom .item{
    width: calc(33.33333% - 10px);
    margin-bottom: 15px;
}
.educate_page .box_bottom .item img{
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}
.educate_page .box_bottom .item h3{
    color: #333333;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.educate_page .box_bottom .item .content{
    color: #333333;
    font-size: 15px;
    line-height: 23px;
}
.educate_page .box_contact {
    text-align: center;
    padding:70px 200px 80px 200px;
}
.educate_page .box_contact>h3{
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "SegoeUI";
    margin-bottom: 25px;
}
.educate_page .box_contact .content{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 45px;
}
.educate_page .box_contact>a{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #ED2F38 0%, #ffa835 100%);
    line-height: 50px;
    text-align: center;
    padding: 0 45px;
}
.educate_page .box_bottom{
    margin-bottom: 50px;
}
.educate_page{
    padding-bottom: 70px;
    padding-top: 60px;
}
.menu_educate{
    margin-bottom: 40px;
}
.menu_educate li{
    display: inline-block;
}
.menu_educate li a{
    padding: 0 30px;
    height: 45px;
    border-radius: 5px;
    background-color: #f2f2f2;
    /*background-image: linear-gradient(to right, #3A5AA6 0%, #1580b9 100%);*/
    line-height: 45px;
    text-align: center;
    margin: 0 5px;

    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
}
.menu_educate li.current-menu-item a{
    background-image: linear-gradient(to right, #3A5AA6 0%, #1580b9 100%);
    color: #ffffff;
}
.list_video {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list_video .item{
    width: calc(33.3333% - 20px);
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    height: 280px;
}
.list_video .item img{
    width: 100%;
    height: 100%;
}
.list_video .item>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.list_video .item h3{
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    left: 30px;
    right: 30px;
    z-index: 5;
    margin-bottom: 0;
}
.list_video .item:nth-child(3n+3){
    margin-right: 0;
}
.list_video .item:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 164px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    content: '';
    transition: .3s;
}
.list_video .item:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 43px;
    height: 43px;
    background-image: url(images/play-button.png);
    content: '';
}
.list_video .item:hover:before{
    background-image: linear-gradient(to top, #1c91cf 0%, #1680b9 100%);
    height: 100%;
    transition: .3s;
    opacity: .8;
}
.list_cat_video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}
.list_cat_video li {
    display: inline-block;
    margin: 0 15px;
}
.list_cat_video li a{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.list_cat_video li a span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    top: 3px;
    position: relative;
}
.list_cat_video a.active{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "SegoeUI-Bold";

}
.list_cat_video a.active span{
    border-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.list_cat_video a.active span:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    Font-family: "FontAwesome";
    content: '\f00c';
    font-size: 12px;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
form.search_post_type{
    margin-bottom: 30px;
}
form.search_post_type input.field{
    width: 385px;
    height: 45px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #e1e1e1;
    outline: none;
}
form.search_post_type input.field::placeholder{
    color: #999999;
    font-size: 16px;
}
form.search_post_type>label{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
form.search_post_type input.submit{
    height: 45px;
    border-radius: 0 5px 5px 0;
    /*background-color: #ED2F38;*/
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 35px 0 20px;
}
form.search_post_type .btn_submit_search{
    position: relative;
    display: inline-block;
    left: -5px;
    top: -1px;
}
form.search_post_type .btn_submit_search i{
    color: #ffffff;
    font-size: 12px;
    position: absolute;

    top: 48%;
    transform: translateY(-50%);
    right: 20px;

}
.box_form_course{
    padding: 70px 100px 50px 100px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.box_form_course input:not(.wpcf7-submit),
.box_form_course select {
    width: 100%;
    border-radius: 23px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    height: 45px;
    outline: none !important;
    margin-bottom: 30px;
    color: #666666;
    font-size: 16px;
}
.box_form_course select{
    background-color: #f2f2f2;
}
.box_form_course label{
    color: #333333;
    font-family: "SegoeUI-Bold";
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}
.box_form_course textarea{
    height: 183px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    outline: none;
}
.box_form_course input.wpcf7-submit {
    color: #ffffff;
    font-family: "SegoeUI-Bold";
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #ED2F38 0%, #ffa835 100%);
    padding: 0 75px;
    margin-top: 40px;
}
.box_form_course h3{
    color: #333333;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 65px;
}
.question_answer_page{
    padding: 70px 0;
}
.question_answer_page h2.heading_h2{
    margin-bottom: 30px;
}
.question_answer_page .list_q_a{
    display: flex;
    flex-wrap: wrap;
}
.question_answer_page .list_q_a .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f8f8f8;
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.question_answer_page .list_q_a .item>a{
    position: absolute;left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.question_answer_page .list_q_a .item .box_img{
    width: 50%;
    height: 220px;
    overflow: hidden;
}
.question_answer_page .list_q_a .item .box_img img{
    width: 100%;
    object-fit: cover;
    transition: .5s;
    transform: scale(1);
}
.question_answer_page .list_q_a .item:hover .box_img img{
    transition: .5s;
    transform: scale(1.2);
}
.question_answer_page .list_q_a .item .box_content{
    width: calc(50% - 60px);
    padding: 0 30px;
}
.question_answer_page .list_q_a .item .box_content h3{
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 64px;
}
.question_answer_page .list_q_a .item .box_content .content{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 64px;
}
.page_template_404{
    background-color: #f9f9f9;
}
.page_template_404 .box{
    display: flex;
    padding: 65px 0 55px 0;
    flex-wrap: wrap;
    align-items: center;
}
.page_template_404 .box .box_img,
.page_template_404 .box .box_content {
    width: 50%;

}
.page_template_404 .box .box_content img{
    display: block;
    margin-bottom: 20px;
}
.page_template_404 .box .box_content h2{
    color: #333333;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}
.page_template_404 .box .box_content .content{
    color: #666666;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 50px;
}
.page_template_404 .box .box_content a{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    height: 50px;
    border-radius: 25px;
    background-color: #2A51A3;
    text-align: center;
    padding: 0 40px;
    line-height: 50px;
}
.page_template_404 .box .box_content a i{
    margin-right: 5px;
}
.no_click {
    pointer-events: none;
}
.page-template-document .list-group .nameContainer>label,.page-template-document .list-group .typeContainer>label,.page-template-document .list-group .difficultyContainer>label{
    display: none !important;
}
.page-template-document .content-right .list>li>ul,
.page-template-document .content-right .title_col,
.page-template-document_knowledge .content-right .list>li>ul,
.page-template-document_knowledge .content-right .title_col{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
.page-template-document .content-right .title_col li,
.page-template-document_knowledge .content-right .title_col li{
    padding: 0 10px;
}
.page-template-document .content-right .title_col li:not(:last-child),
.page-template-document_knowledge .content-right .title_col li:not(:last-child){
    border-right: 1px solid white;
}
.page-template-document .content-right .list>li>ul li:nth-child(1),
.page-template-document .content-right .list>li>ul li:nth-child(5),
.page-template-document .content-right .title_col li:nth-child(1),
.page-template-document .content-right .title_col li:nth-child(5){
    width: calc(18% - 21px);
}
.page-template-document_knowledge .content-right .list>li>ul li:nth-child(1),
.page-template-document_knowledge .content-right .list>li>ul li:nth-child(5),
.page-template-document_knowledge .content-right .title_col li:nth-child(1),
.page-template-document_knowledge .content-right .title_col li:nth-child(5){
    width: calc(17% - 21px);
}
.page-template-document .content-right .list>li>ul li:nth-child(2),
.page-template-document .content-right .list>li>ul li:nth-child(4),
.page-template-document .content-right .title_col li:nth-child(2),
.page-template-document .content-right .title_col li:nth-child(4){
    width: calc(16% - 21px);
}.page-template-document_knowledge .content-right .list>li>ul li:nth-child(2),
 .page-template-document_knowledge .content-right .list>li>ul li:nth-child(4),
 .page-template-document_knowledge .content-right .title_col li:nth-child(2),
 .page-template-document_knowledge .content-right .title_col li:nth-child(4){
     width: calc(13% - 21px);

 }
.page-template-document .content-right .list>li>ul li:nth-child(3),
.page-template-document .content-right .title_col li:nth-child(3){
    width: calc(32% - 21px);
}
.page-template-document_knowledge .content-right .list>li>ul li:nth-child(3),
.page-template-document_knowledge .content-right .title_col li:nth-child(3){
    width: calc(40% - 21px);
}
.form-group.filter{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.form-group.filter .checkbox-inline,.form-group.filter .difficultyContainer2{
    margin-right: 20px;
    color: #333333;
    font-size: 16px;
}
.page-template-document .content-right .list>li,
.page-template-document_knowledge .content-right .list>li{
    background-color: #f0f0f0;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid white;
    list-style: none;
}
.page-template-document .content-right .title_col li,
.page-template-document_knowledge .content-right .title_col li{
    height: 45px;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
}
.page-template-document .content-right ul,
.page-template-document_knowledge .content-right ul{
    margin: 0;
}
.page-template-document .content-right .list>li>ul li,
.page-template-document_knowledge .content-right .list>li>ul li{
    border-right: 1px solid #ffffff;
    padding: 0 10px;
    /*height: 45px;*/
    line-height: 22px;
    min-height: 55px;
    display: flex;
    align-items: center;
}
a.down_load_file{
    color: #2A51A3;
    font-size: 14px;
}
a.down_load_file i{
    margin-right: 10px;
}
.page-template-document .content-right .list>li>ul li:last-child,
.page-template-document_knowledge .content-right .list>li>ul li:last-child{
    border-right: none;
}
.page-template-document .content-right ul.pagination,
.page-template-document_knowledge .content-right ul.pagination{
    text-align: center;
    margin-top: 60px;
}
.page-template-document .content-right ul.pagination li,
.page-template-document_knowledge .content-right ul.pagination li{
    display: inline-block;
}
.page-template-document .content-right ul.pagination li a,
.page-template-document_knowledge .content-right ul.pagination li a{
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;

    color: #333333;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
}
.page-template-document .content-right ul.pagination li.active a,
.page-template-document_knowledge .content-right ul.pagination li.active a{
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    color: #ffffff;
}
.document_page{
    padding: 80px 0 70px 0;
}
.document_page h2.heading_h2{
    margin-bottom: 40px;
}
.page-template-document .content-right .form-group:not(.filter),
.page-template-document_knowledge .content-right .form-group:not(.filter){
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.page-template-document .content-right .form-group:not(.filter) .btn_search,
.page-template-document_knowledge .content-right .form-group:not(.filter) .btn_search{
    left: unset;
    right: 10px;
    width: auto;
    line-height: 60px;
    font-size: 0;
    position: absolute;
    top: 0;
    padding: 0;
    background: transparent;
}
.page-template-document .content-right .form-group:not(.filter) .btn_search i,
.page-template-document_knowledge .content-right .form-group:not(.filter) .btn_search i{
    color: #333333;
    font-size: 20px;
}
.page-template-document .content-right .form-group:not(.filter) input,
.page-template-document_knowledge .content-right .form-group:not(.filter) input{
    height: 45px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    width: 100%;
    color: #999999;
    font-size: 16px;
}
.page-template-document .content-right .form-group:not(.filter) input::placeholder,
.page-template-document_knowledge .content-right .form-group:not(.filter) input::placeholder{
    color: #999999;
    font-size: 16px;
    padding-left: 10px;
}
.page-template-document .menu_cat_product_tax_page h3,
.page-template-document_knowledge .menu_cat_product_tax_page h3{
    color: #ffffff;
    font-size: 18px;
    text-transform: initial;
}
.menu_cat_product_tax_page ul li.term_parent.toggle ul li ul{
    padding: 0 ;
    padding-left: 10px;
}
.box_search_project{
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: #f8f8f8;
    /*height: 105px;*/
    align-items: center;
    padding: 30px;
    display: inline-block;
    /*margin-bottom: 100px;*/
    width: calc(100% - 60px);
}
.box_search_project .left{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box_search_project .right{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box_search_project form.search_post_type input.field{
    width: auto;
}
.box_search_project h3{
    margin: 0;
    color: #333333;
    font-size: 16px;
}
.box_search_project form.search_post_type{
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.box_search_project select{
    height: 45px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background: transparent;
    margin-left: 20px;
    color: #999999;
    font-size: 16px;
}
.box_search_project .box_select{
    position: relative;

}
.box_search_project .box_select:before{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999999;
    content:'\f107' ;
    Font-family: "FontAwesome";
    font-size: 15px;

}
.box_search_project .box_form{
    margin-left: 20px;
    width: 500px;
}
.box_search_project form.search_post_type input.field{
    width: calc(100% - 140px);
    background: transparent;
}
ul.right_menu{
    position: fixed;
    right: 0;
    z-index: 99;
    top: 30%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(calc(100% - 50px));
    transition: .3s;
}
ul.right_menu:hover{
    transform: translateX(0);
    transition: .3s;

}

ul.right_menu li{
    display: block;
}
ul.right_menu a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    /*line-height: 50px;*/
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px solid #ffffff7a;
    transition: .3s;
    background: transparent;
}
ul.right_menu a i{
    margin-right: 15px;
    font-size: 20px;
    width: 25px;
}
ul.right_menu a:hover{
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    transition: .3s;

}
.list_web>li{
    height: 24px;
    border-radius: 12px;
    background-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 24px;
    padding: 0 15px;
    color: #ffffff !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: relative;
}
.list_web>li>ul {
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(2px);
    height: 0;
    overflow: hidden;
    transition: .3s;
    border-radius: 12px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    opacity: 0;
}
.list_web>li:hover ul{
    transition: .3s;
    height: auto;
    opacity: 1;

}
.list_web>li>ul li a{
    /*width: calc(100% - 2px);*/
    height: 22px;
    text-align: center;
    color: #222222 !important;
    line-height: 24px;
    background: white;
    transition: .5s;
    width: 100%;
}
.list_web>li>ul li a:hover{
    background: #259bd4 ;
    color: white !important;
    /*border-color: #ED2F38;*/
    transition: .5s;

}
/*.list_web>li>ul li:not(:last-child){*/
/*    margin-bottom: 5px;*/
/*}*/
.list_web{
    display: inline-block;
    margin-left: 15px;
    list-style: none;
}
.list_web a{
    color: #ffffff !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    float: left;
}
.list_web ul{
    margin: 0;
}
.list_web i{
    margin-left: 5px;
}
.document_page .menu_cat_product_tax_page a{
    position: relative;
    cursor: pointer;
}
.document_page .menu_cat_product_tax_page a label{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.document_page .menu_cat_product_tax_page a input{
    display: none;
}
div#banner_gr img{
    width: 100%;
}
.document_page h3.address,.document_page h3.name {
    display: none !important;
}
.menu_cat_product_tax_page ul>label,.no-result{
    display: none;
}
.page-template-home #masthead_tech .list_web>li{
    background: white;
    color: #222222 !important;

}
.page-template-home #masthead_tech .list_web a{
    color: #222222 !important;

}
.page-template-home #masthead_tech .list_web ul a:hover{
    color: white !important;
}
a.load_more{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    height: 40px;
    background-color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 50px;
    line-height: 40px;
    margin-top: 40px;
}
ul.list_page{
    display: inline-flex;
    flex-wrap: wrap;
    float: right;
    display: none;
}
ul.list_page li{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    margin: 0 5px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
}
ul.list_page li.active{
    border: 1px solid #ED2F38;
}
.page-template-document_knowledge .educate_page{
    padding-bottom: 0;
}
.page-template-document_knowledge .document_page{
    padding-top: 0;
    overflow: hidden;
}
.btn_search{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    position: relative;
    left: -4px;
    cursor: pointer;
}
.document_page .content-right .btn_search i{
    margin-left: 10px;
}
/*div#socialSharing{*/
/*    margin-top: 20px;*/
/*}*/
div#socialSharing a span.fa-lg {
    border-radius: 50%;
    margin: 1%;
    color: #FFFFFF;
    border-radius: 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

div#socialSharing a span.fa-lg i {
    font-style: normal;
    font-size: 18px
}

div#socialSharing a span#facebook {
    background-color: #3b5998;
}

div#socialSharing a span#facebook:hover {
    background-color: #133783;
}

div#socialSharing a span#twitter {
    background-color: #1da1f2;
}

div#socialSharing a span#twitter:hover {
    background-color: #2582bb;
}

div#socialSharing a span#pinterest {
    background-color: #bd081c;
}

div#socialSharing a span#pinterest:hover {
    background-color: #880e1c;
}

div#socialSharing a span#googleplus {
    background-color: #db4437;
}

div#socialSharing a span#googleplus:hover {
    background-color: #cf1808;
}

div#socialSharing a span#linkedin {
    background-color: #0077b5;
}

div#socialSharing a span#linkedin:hover {
    background-color: #02689d;
}

div#socialSharing a span#whatsapp {
    background-color: #00E676;
}

div#socialSharing a span#whatsapp:hover {
    background-color: #03c164;
}
.info_product_details .box_info .item.share{
    padding: 10px 0;
}
.one_item a {
    color: #333333;
    font-size: 13px;
    transition: .3s;
}
.one_item a:hover{
    color: #2A51A3;
    transition: .3s;

}
.partner_page{
    overflow: hidden;
}
.mobile_button_cat_product{

    display: none;
}
.box_table_document{
    overflow: auto;
}
.page-template-document_knowledge .content-right .title_col,
.page-template-document_knowledge .content-right ul{
    min-width: 700px;
}
.main_menu_mobile{
    display: none;
}
.search div#primary{
    width: 100% !important;
}
.search div#primary article{
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px !important;
}
.search .container .row{
    display: flex;
    flex-wrap: wrap;
}
.search div#primary article img {
    width: 100% !important;
    height: 300px;}

.search .container .col-md-12{
    width: 100%;
}
.search .wrap-feature-news{
    width: 100%;
}

.box_sroll.fixed{
    position: fixed;
    top: 0px;
    transform: translateY(100px);
    left: inherit;
    transition: .3s;
}
/*.page-template-contact_page div#banner_gr {*/
/*    display: none;*/
/*}*/
.banner_iframe iframe{
    width: 100%;
    /*float: left;*/
}
.cre_crum ul{
    list-style: none;
    margin: 0;
}
.cre_crum ul li{
    display: inline-block;
}
.footer-body ul{
    list-style: none;
    margin-left: 0;
}
.page-template-document ul {
    list-style: none;
}
.box_search_project select{
    min-width: 200px;
}
.wrap-background{
    height: 100%;
}
.post_details div#socialSharing{
    margin-top: 20px;
}
.menu_educate ul{
    margin-left: 0;
}
ul.slick-dots{
    margin-left: 0;
}
body #subiz .widget-layout.widget-layout--right{
    bottom: 90px !important;
}
.generate-back-to-top, .generate-back-to-top:visited{
    z-index: 99;
}
.tax-product-category li:last-child span,
.tax-solution-category li:last-child span{
    /*display: none;*/
}
.action-bottom-header{
    display: none;
}
.infusion-form .default .webFormBodyContainer {
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.infusion-form td,.infusion-form table{
    border: 0 !important;
    margin: 0;
}
.infusion-field-input-container {
    width: 100% !important;
}
.page-template-default .inside-article,.single-post .inside-article,.single-question .inside-article {
    padding: 40px 60px !important;
}
.post_details .grid-container {
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
    max-width: calc(1230px - 160px) !important;
}
.package.well .name,.package.well .type,.package.well .difficulty,.package.well .difficulty2{
    display: none !important;
}
.search_page .box_product_tax_page{
    display: flex;
    flex-wrap: wrap;
}
.search_page{
    padding: 80px 0;
}
.search_page .box_product_tax_page .item{
    margin-bottom: 20px;
}
.search_page h1{
    margin-bottom: 30px;
}
.search_page .box_product_tax_page .item h3 {
    font-size: 18px;
    color: #333333;
}

.search_page .box_product_tax_page .box_img {
    height: 250px;
}
.search_page .box_product_tax_page .box_img a{
    width: 100%;
    height: 100%;
    text-align: center;
}
.search_page .box_product_tax_page .box_img img{
    height: 250px;
    max-height: 80%;
}
.form-group.filter input[type="checkbox"]{
    margin-right: 5px;
}
.wp-caption .wp-caption-text{
    text-align: center;
}
.tax-solution-category nav.breadcrumb ul *:last-child span{
    display: none;
}

.tax-solution-category section.breadcrumbs span {
    padding: 0 5px;
}
.page-template-default .grid-100{
    margin-bottom: 30px;
}

div#document{
    padding-bottom: 60px;
}
#document .box .item{
    width: calc(33.3333% - 53.3333px);
    display: inline-block;
    margin-right: 19.99995px;
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 30px 20px 20px 20px;
}
#document .box .item:nth-child(3n+3){
    margin-right: 0;
}
#document .box {
    display: flex;
    flex-wrap: wrap;
}
#document .item{
    display: flex;
    flex-wrap: wrap;
}
#document .item .box_img{
    width: 30px;
    display: inline-block;
    float: left;
}
#document .item .box_content{
    width: calc(100% - 50px);
    padding-left: 20px;
    display: inline-block;
    float: left;
}
#document .item .box_content h3{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
#document .item .box_content span{
    display: inline-block;
    opacity: 0.5;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
#document .item .box_content a{
    display: block;
    text-align: right;
    color: #f48a22;
}
#document .box .item {position: relative;}

#document .box .item>a {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;}
.tax-product-category nav.breadcrumb ul>span:last-child {display: none;}


.footer-col.bct {display: inline-block;float: right;}

.footer-col.bct .wrap {position: relative;}

.footer-col.bct .wrap img {display: block;max-width: 200px;width: auto;}

.footer-col.bct .wrap a {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.item.quote {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
}

.box_info .quote a {
    max-width: max-content;
    margin-bottom: 20px;
}
.about_sec_3  h2.heading_h2 {
    font-size: 30px;
}
.zalo-chat-widget {
    right: 19px !important;
    bottom: 90px !important;
}
.menu_filter_solution a.active {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.menu_filter_solution a:hover {
    background-image: linear-gradient(to top, #1b90cf 0%, #3A5AA6 100%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: white;
}
header#masthead_tech.tempalte_page_header .main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a,.main-navigation .main-nav ul li:hover > a,.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover{
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul.list_cat_product li a.active img {
    filter: brightness(0) invert(1);
}
a.read-more {
    display: none;
}
.wrap-form-mail .your-mail input {
    border-radius: 20px 0 0 20px !important;

}
img {
    display: block;
}
.breadcrumb {
    padding: 5px 40px !important;
}
button.menu-toggle {
    padding: 0 !important;
}
.tax-product-category .list_cat_solution ul.sub_menu li, .page-template-product_page .list_cat_solution ul.sub_menu li{
    width: 100%;
}
.solution_details_info .content iframe {
    width: 100%;
    height: 693px;
}
.single .content.form_contact {
    max-width: 50%;
    margin: 0 0 30px;
}
#document .item .box_content a {
    color: #3A5AA6;
}
@media only screen and (max-width: 1600px){
    .box_solution .item{
        width: calc(33.333% - 100px);
        padding: 50px;
    }
}
@media only screen and (max-width: 1500px) {
    .about_us .box_img img {
        object-fit: contain;
    }

    .item_project {
        height: 320px;
    }

    .slider_project:before,
    .slider_project:after {
        height: 320px;
    }

    .item_news .box_img {
        height: 180px;
        width: 100%;
        overflow: hidden;
        /*}*/
        /*.item_news .box_content h3{*/
        /*    height: 50px;*/
        /*    overflow: hidden;*/
        /*    text-overflow: ellipsis;*/
        /*    -webkit-line-clamp: 2;*/
        /*    display: -webkit-box;*/
        /*    -webkit-box-orient: vertical;*/
        /*}*/
    }
}
@media only screen and (max-width: 1440px){
    .post_details .grid-60 {
        width: 60%;
    }
    .single-post .post_details .grid-container{
        max-width: 1000px !important;
    }
}
@media only screen and (max-width: 1366px){
    .content_banner{
        bottom: 40%;
    }
    .banner_home{
        height: 100vh;
    }
}
@media only screen and (max-width: 1365px){
    ul.slick-dots{
        text-align: center;
    }
    ul.slick-dots li{
        display: inline-block;
    }
    ul.slick-dots li button{
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333333;
        padding: 0;
        margin: 0 5px;
    }
    ul.slick-dots li.slick-active button{
        background: #1e73be;
    }
    .slider_service  ul.slick-dots{
        transform: translateY(-50px);
    }
    .applications_orther ul.slick-dots{
        margin: 20px 0 0 0;
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    .search div#primary {
        padding: 60px 0 !important;
    }
    .search h1.page-title{
        text-align: center;
    }
    .recruit.sec_1 .grid-50 {
        width: 50%;
        float: left;
    }
    .list_area .item_img {
        margin-bottom: 20px;
    }
    .banner_home {
        height: 500px;
    }
    .partner_section {
        padding: 50px 0 30px;
    }
    .product_section {
        padding: 40px 0;
    }
    .banner_home .slider_banner .item_slider {
        background-size: contain;
        background-position: top;
        height: 500px;
    }
    .tax-tuyen-dung-category .grid-container .grid-100 .heading {
        margin: 30px 0;
    }
    .form_td .grid-50, .form_td .grid-100 {
        padding: 0 20px!important;
    }
    .form_td input, .form_td textarea {
        width: 100%;
    }
    .recruit.sec_2 .grid-25.item {
        width: 50%;
        float: left;
    }
    .search div#primary article .news-name{
        font-size: 20px !important;
    }
    .search nav#nav-below{
        width: 100%;
        text-align: center;
    }
    .banner_home .slider_banner .item_slider{
        background-attachment: unset;
    }
    .content_bottom .box_content .content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1024px){
    header#masthead_tech_scroll .inside-header,
    header#masthead_tech .inside-header{
        padding: 15px;
    }
    header#masthead_tech div#primary-menu ul li a{
        font-size: 14px;
    }
    .main-navigation .main-nav ul li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_number_banner .item{
        width: calc(25% - 40px);
        padding: 0 20px;
    }
    .box_number_banner .item .number,
    .content_banner h1{
        font-size: 40px;
    }
    .box_number_banner .item .content_number{
        font-size: 20px;
    }
    .about_us .box_content a.view_more{
        margin-bottom: 20px;
    }
    .bg_on{
        height: 35%;
    }
    h2.heading_h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about_us .box_content h3{
        font-size: 20px;
        line-height: 30px;
    }
    .box_tax_product .item{
        padding: 30px 30px 60px 30px;
        width: calc(50% - 75px);
    }
    .box_solution .item {
        width: calc(50% - 100px);
        padding: 50px;
        min-height: 400px;
    }
    .box_solution{
        justify-content: center;
    }
    .slider_project:before, .slider_project:after{
        display: none;
    }
    .form-recieved-mail{
        display: inline-block;
        width: auto;
    }
    nav.breadcrumb ul{
        padding: 0 15px;
    }
    .slide_2 .box_content{
        width: calc(50% - 100px);
        padding: 50px;
    }
    .mobile_button_cat_product{
        display: block;
        width: 51px;
        height: 51px;
        line-height: 50px;
        text-align: center;
        color: white;
        background: #ED2F38;
        position: fixed;
        right: 0;
        z-index: 99;
        top: calc(30% - 70px);
    }
    .menu_cat_product_tax_page,
    .list_cat_solution{
        width: auto;
        position: fixed;
        background: white;
        z-index: 9999;
        top: 0;
        left: 0;
        height: 100vh;
        max-width: 70%;
        transform: translateX(-100%);
        transition: .3s;
        overflow: auto;
    }
    .menu_cat_product_tax_page.toggle,
    .list_cat_solution.toggle{
        transform: translateX(0%);
        transition: .3s;
    }
    .mobile_button_cat_product.toggle i:before{
        content: '\f00d';
    }

    ul.list_cat_video{
        position: fixed;
        z-index: 9999;
        top: 0;
        background: white;
        height: 100vh;
        left: 0;
        padding-top: 30px;
        transform: translateX(-200%);
        transition: .3s;
        display: inline-block;
        margin-left: 0;
    }
    ul.list_cat_video.toggle{
        transform: translateY(0%);
        transition: .3s;
        max-width: 70%;
    }
    .list_cat_video li{
        display: block;
        margin: 0 15px;
        width: 100%;
        line-height: 1.2;
        height: auto;
        margin-bottom: 20px;
    }
    section.section.tax_product_parent{
        padding: 30px 0;
    }
    .tax_product_parent .content-right .box_top{
        padding: 30px;
    }
    .gallery_img_product{
        padding: 0 10px;
        width: calc(50% - 20px);
        float: left;
    }
    .info_product_details{
        width: calc(50% - 20px);
        float: left;
    }
    .product_details_page{
        padding: 30px 0;


    }
    .specifications{
        margin-top: 0;
    }
    h2.title_product{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .product_view h2.heading_h2, .product_relate h2.heading_h2{
        text-align: center;
    }
    .solution_page .top_content{
        padding: 0 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    #load_cat_solution .item_cat_solution{
        padding: 20px;
    }
    .top_content h2.heading_h2{
        display: block;
        width: 100%;
        text-align: center;
    }
    .top_content ul{
        margin-bottom: 0;
        justify-content: center;
        width: 100%;
    }
    section.section.solution_page{
        padding: 40px 0 40px 0;
    }
    .list_cat_solution ul.sub_menu li{
        width: 100%;
    }
    .menu_filter_solution{
        justify-content: center;
    }
    .solution_details_page{
        padding: 30px 0;
    }
    .post_details{
        padding: 30px 0;
    }
    .post_relate{
        width: 100%;
    }
    .project_page_template{
        padding: 30px 0 50px 0;
    }
    .project_page_template h2.heading_h2{
        width: 100%;
        text-align: center;
    }
    .project_page_template ul.list_cat_product{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .box_search_project select,
    .box_search_project .box_form{
        width: 100%;
        margin: 0;
    }
    .box_search_project .left{
        width: calc(40% - 20px);
    }
    .box_search_project .right{
        width: calc(60% - 20px);
        margin: 0 10px;
    }
    .box_search_project h3{
        margin-bottom: 10px;
    }
    .project_details{
        padding: 30px 0 30px 0;
    }
    .info_project .content_bottom{
        padding: 0 15px;
    }
    .service_page_template{
        padding: 30px 0;
    }
    .box_news .item{
        height: 300px !important;
        width: calc(50% - 20px) !important;
        margin-bottom: 30px !important;
    }
    .box_news{
        display: flex;
        flex-wrap: wrap;
    }
    .box_news .item .box_content{
        background-color: transparent;
        padding: 0;
        position: absolute;
        left: 30px !important;
        bottom: 30px !important;
        right: 30px !important;
        z-index: 2;
    }
    .box_news .item .box_img, .box_news .item .box_img a{
        height: 100%;
    }
    .box_news .item .box_content a.view_more{
        display: none;
    }
    .box_news .item .box_content h3{
        height: auto;
        margin-bottom: 0;
    }
    .box_news .item:before{
        height: 158px;
        background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        pointer-events: none;
    }
    .box_news .item .box_content h3 {
        color: white;
        font-size: 18px !important;
    }
    .box_news .item .box_content .date_post{
        color: white;
    }
    .box_news .item{
        height: 250px !important;
    }
    .contact_page .info,.form_contact{
        width: 100%;
        padding: 30px;
    }
    .question_answer_page .list_q_a .item .box_img,
    .question_answer_page .list_q_a .item .box_content{
        width: 100%;
    }
    .question_answer_page .list_q_a .item .box_content {
        padding: 20px;
    }
    .question_answer_page .list_q_a .item .box_content h3{
        height: auto;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .post_details .grid-60 {
        width: 100%;
    }
    .grid-25.footer-col {
        width: 50%;
        float: left;
    }
    nav.breadcrumb ul{
        margin: 0;
    }
    section.breadcrumbs span, section.breadcrumbs li, section.breadcrumbs a, section.breadcrumbs cite{
        font-size: 12px;
    }
    h1.title_product{
        font-size: 20px;
        margin-bottom: 0;
    }
    .box_info .quote .content{
        padding-left: 0;
    }
    .box_info .quote a{
        margin-bottom: 10px;
    }
    .box_info .ship ul{
        margin-left: 0;
    }
    .col-multisites a{
        width: 100%;
        height: 100%;
    }
    .footer-top {
        display: flex;
    }
    .col-multisites a{
        height: 100% !important;
    }
    .footer-bottom .grid-50{
        width: 50%;
    }
    .footer-body .bottom{
        display: flex;
        flex-wrap: wrap;
    }
    .wrap-form-mail .your-mail input{
        width: 100%;
    }
    .service_section .box_service .item h3{
        min-height: 36px;
    }
    .footer-body .top{
        display: flex;
        flex-wrap: wrap;
    }
    .page-template-video_page form.search_post_type input.submit{
        left: -30px;
        top: 1px;
        position: relative;
    }
    .page-template-video_page form.search_post_type .btn_submit_search i{
        right: 45px;
    }
    .box_search_project form.search_post_type .btn_submit_search{
        left: -30px;
        top: 0;
    }
    .specifications{
        width: 100%;
    }
    .specifications .content, .box_info .loai_sp .content{
        overflow: auto;
    }
    .document_page {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 992px){
    .banner_home,
    .banner_home .slider_banner .item_slider{
        height: 800px;
    }
    .document_page h2.heading_h2 {
        margin-bottom: 20px;
    }
    .site-header .header-image {
        width: 120px;
    }
    .post_details {
        padding: 0;
    }
    .main-navigation.toggled .main_menu_mobile {
        top: 77px;
    }
    .page-template-default .inside-article, .single-post .inside-article, .single-question .inside-article {
        padding: 20px !important;
    }
    .contact_service_us {
        margin-bottom: 0;
    }
    /*.content_banner{*/
    /*    bottom: 50%;*/
    /*}*/
    .bg_on{
        display: none;
    }
    .breadcrumb {
        padding: 5px 10px !important;
    }
    .box_project .item .box_img {
        padding-right: 0;
    }
    .applications_orther {
        padding-bottom: 40px;
    }
    .box_project .item {
        justify-content: space-between;
    }
    .box_number_banner{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0;
        background: #3A5AA6;
        padding: 50px 0;
        transform: unset;
        left: unset;
    }
    .service_section .box_service .item{
        width: calc(50% - 20px);
    }
    ul.list_cat_product li a{
        height: 40px;
        font-size: 12px;
        padding: 10px 20px;
    }
    section.section.tax_product_parent {
        padding: 30px  0;
    }
    .tax_product_parent .box_all .box_cat_child h2{
        font-size: 15px;
        padding-bottom: 10px;
    }
    .tax_product_parent .box_all .box_cat_child .box_content ul a{
        font-size: 12px;
    }
    .tax_product_parent .box_all .box_cat_child{
        width: calc(50% - 55px);
        padding: 20px;
    }
    .service_section{
        padding: 30px 0;
    }
    .service_section .box_service .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
        height: 200px;
    }
    .service_section .box_service .item h3{
        font-size: 15px;
    }
    .tax_product_parent .box_all .box_cat_child .box_img,
    .tax_product_parent .box_all .box_cat_child .box_content{
        width: 100%;
    }
    .tax_product_parent .box_all .box_cat_child .box_img{
        text-align: center;
    }
    .tax_product_parent .box_all .box_cat_child .box_img img{
        max-height: 150px;
    }
    .tax_product_parent .box_all .box_cat_child .box_content ul{
        padding-left:  0 !important;
    }
    .project_details .gallery_img .slick_left,
    .project_details .gallery_img .slick_right{
        width: 100%;
    }
    .slick_right .slick-list{
        height: auto !important;
        margin: 0;
    }
    .slick_right .slick-arrow{
        width: 50px;
        height: 50px;
        z-index: 999;
        top: 50% !important;
        transform: translateY(-50%);
    }
    .slick_right .slick-arrow.slick-next{
        right: 0;
    }
    .slick_right .slick-arrow.slick-prev{
        transform: translateY(-50%) rotate(-90deg);
    }
    .slick_right .slick-arrow.slick-next {
        bottom: unset;
        transform: translateY(-50%) rotate(-90deg);
    }
    .slick_right .slick-list .slick-slide>div img{height: 100%;margin: 0;}
    .slick_right .slick-list .slick-slide>div img{
        width: calc(100% - 20px) !important;
        margin: 0 10px;
    }
    .project_details .gallery_img .box_img{
        height: 300px;
    }
    .project_details .gallery_img .slick_left{
        padding-right: 0;
    }
    .info_service_box .box .item .box_content{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .info_service_box .box .item .box_img{
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .info_service_box .content_service iframe{
        height: 500px;
    }
    .home header#masthead_tech .site-logo img.header-image {
        /*filter: none;*/
    }
}
@media only screen and (max-width: 991px){
    .slider-nav .box_img{
        height: 70px;
    }
    .footer-body .bottom{
        display: flex;
        flex-wrap: wrap;
    }
    .wrap-form-mail .your-mail input{
        width: 100%;
    }

    .companion_with_dat .box .item h3{
        min-height: 38px;
        margin-bottom: 10px;
    }
    .item_service {
        padding: 20px;
    }
    .slide_prize .slick-slide {
        padding: 20px;
    }
    .solution_details_info .box .item .box_content h3 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 768px){
    .box_number_banner .item .content_number {
        font-size: 15px;
    }
    div#banner_gr img {
        height: 250px !important;
    }
    .post_relate .h2 {
        margin-top: 0 !important;
    }
    .tax-tuyen-dung-category .grid-container .grid-100 .desc {
        padding: 0;
    }
    .box_news .item {
        margin: 0 4px;
        width: calc(50% - 8px) !important;
        margin-bottom: 10px !important;
    }
    .widget:last-child, .separate-containers .widget:last-child {
        padding: 20px;
        padding-top: 0 !important;
    }
    .solution_details_info .content {
        margin-bottom: 20px;
    }
    .separate-containers .site-main {
        margin-top: 0;
    }
    .product_solution {
        padding: 25px 0;
    }
    .solution_details_info .heading_h2 {
        font-size: 26px;
    }
    .solution_relate {
        padding-bottom: 40px;
    }
    .recruit.sec_1 .grid-50 {
        width: 100%;
    }
    .footer-body {
        padding: 20px 0;
    }
    .activity-content .activity-name {
        padding: 0 !important;
    }
    .wrap-content .content {
        font-size: 13px;
    }
    .recruit.sec_2 .activity-content .activity-name, .recruit.sec_2 .activity-content .activity-detail {
        max-width: 90%;
    }
    .gallery_page .inner_content >* {
        width: 100%;
    }
    a.down_load_file{
        color: #2A51A3;
        font-size: 10px;
    }
    .activity-col {
        height: 350px;
    }
    .breadcrumb, .breadcrumb a {
        font-size: 13px;
    }
    .page-template-document .content-right ul.pagination, .page-template-document_knowledge .content-right ul.pagination {
        margin-top: 30px;
    }
    .wrap_table_td tbody tr td:nth-child(2) {
        padding: 15px;
    }
    .form_contact {
        padding: 30px 20px;
    }
    .wrap_table_td tbody tr td:nth-child(4) {
        padding: 0 20px;
    }
    #primary .td-header h1.title_td {
        width: 100%;
        font-size: 25px;
        margin-bottom: 10px;
        text-align: center;
    }
    .single-tuyen-dung #primary .td-header .social_share {
        width: 100%;
        text-align: center;
    }
    .employment_information .info {
        padding: 30px 0;
    }
    .employment_information .info h3 {
        text-align: center;
        margin-bottom: 10px;
        float: unset;
    }
    .employment_information .info .desc ul {
        padding: 0 20px;
    }
    .employment_information .info p {
        padding: 0;
        font-size: 14px;
    }
    .employment_information .info .desc ul li {
        font-size: 16px;
    }
    .wrap_table_td tbody tr td:nth-child(1) {
        padding: 20px 30px !important;
    }
    .box_number_banner .item .number, .content_banner h1{
        font-size: 30px;
        line-height: 40px;
    }
    .solution_page .top_content{
        justify-content: center;
    }
    .about_us .box_content {
        width: 100%;
        max-width: 615px;
        padding-left: 95px;
        padding-top: 75px;
        padding-bottom: 75px;
        padding-right: 20px;
        max-width: 100%;
        padding: 30px 15px;
    }
    .about_us .box_img {
        width: 100%;
    }
    .about_us .box_img img {
        object-fit: contain;
        width: auto;
        height: auto;
    }
    .box_tax_product .item {
        padding: 30px 30px 60px 30px;
        width: calc(50% - 75px);
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
    .box_solution .item{
        width: 100%;
        min-height: auto;
    }
    .box_number_banner .item .number span{
        line-height: 0;
    }
    header#masthead_tech ul.top_menu li a{
        font-size: 12px;
    }
    header#masthead_tech ul.top_menu{
        line-height: 20px;
    }
    header#masthead_tech ul.top_menu{
        margin-bottom: 0;
    }
    header#masthead_tech ul.top_menu a.hotline{
        line-height: 12px;
        font-size: 12px;
        padding: 5px 10px;
    }
    button.menu-toggle{
        position: absolute;
        right: 50%;
        width: auto;
        padding: 0;
        line-height: 0;
        bottom: -25px;
    }
    .menu-toggle .mobile-menu{
        font-size: 0;
    }
    header#masthead_tech .site-logo {
        line-height: 30px;
        margin: 0;
    }
    /*header#masthead_tech .inside-navigation .main-nav{*/
    /*    position: fixed;*/
    /*    top: 80px;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*    !*max-height: 0px;*!*/
    /*    overflow: hidden;*/
    /*    transition: .3s;*/
    /*}*/
    header#masthead_tech  .main-navigation.toggled .main-nav{
        transition: .3s;
        /*max-height: 100vh;*/

    }
    header#masthead_tech div#primary-menu ul li a{
        color: #333333;
        line-height: 25px;
    }
    .main-navigation ul{
        display: block;
        /*transition: .3s;*/
        /*overflow: hidden;*/
    }
    .main-navigation.toggled .main-nav>ul{
        /*transition: .3s;*/
        background: white;
    }
    .main-navigation .main-nav li {
        float: none;
        clear: both;
        display: block!important;
        text-align: left!important;
    }
    header#masthead_tech_scroll.sticky{
        display: none;
    }
    .partner_page{
        padding: 30px 0;
        overflow: hidden;
    }
    .slide_2 .box_content .content{
        font-size: 12px;
    }
    .slide_2 .box_content h3{
        font-size: 15px;
    }
    .tax_product_parent .content-right .box_product_tax_page .item h3{
        font-size: 15px;
        line-height: 20px;
    }
    #load_cat_solution .item_cat_solution{
        width: calc(33.333% - 40px);
    }
    .box_product_filter_solution .item h3{
        font-size: 15px;
    }
    .post_details h2.heading_h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .post_details .content{
        font-size: 12px;
        line-height: 18px;
    }
    .post_relate .h2{
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 20px;
    }
    .post_relate .item{
        padding: 10px 0;
    }
    .slick_right .slick-list .slick-slide{
        height: 100px;
    }
    .applications_orther .box .item .box_img{
        height: 200px;
    }
    .project_details .heading_h2{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .service_page_template .box .item .box_img{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .service_page_template .box .item .box_content {
        width: 100%;
        padding: 0 !important;
        order: 2;
        text-align: center;
    }
    .service_page_template .box .item{
        margin-bottom: 50px;
    }
    .info_service_box .content_service iframe{
        height: 350px;
    }
    .contact_page .info .heading_h2,
    .form_contact h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .educate_page .box_top .box_content,
    .educate_page .box_top .box_img{
        width: 100%;
        padding: 0;
    }
    .educate_page .box_top .box_content .content{
        text-align: justify;
    }
    .educate_page .box_top .box_img{
        display: flex;
        justify-content: center;
    }
    .educate_page .box_contact{
        padding: 50px  30px;
    }
    .educate_page{
        padding: 30px 0;
    }
    .educate_page h2.heading_h2{
        font-size: 20px;
    }
    .list_video .item{
        margin: 0 10px 20px 10px !important;
        width: calc(50% - 20px);
    }
    .box_form_course{
        padding: 30px 20px;
    }
    .page-template-document_knowledge .content-right .form-group:not(.filter){
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_menu_mobile{
        display: block;
    }
    .main-navigation.toggled .main-nav{
        display: none !important;
    }
    ul.top_menu li:not(.search_content),
    ul.top_menu li:not(.phone_header){
        display: none;
    }
    ul.top_menu li.phone_header{
        display: block;
    }
    header#masthead_tech.sticky {
        transform: translateY(0%);
    }
    header#masthead_tech_scroll{
        display: none;
    }
    .main-navigation  .main_menu_mobile{
        position: fixed;
        width: 100%;
        background: #333333;        left: 0;
        top: 46px;
        transition: .3s;
        max-height: 0px;
        overflow: hidden;
    }
    .main-navigation ul li a{
        color: white !important;
        margin: 0 -15px;
        padding: 5px 10px;
        padding: 8px 20px;
        font-size: 15px;
        border-bottom: 1px solid white;
    }
    .main-navigation.toggled  .main_menu_mobile{
        transition: .3s;
        max-height: 1000px;
        overflow: hidden;
    }
    .main_menu_mobile li{
        display: block;
        width: calc(100% - 30px);
        text-align: left;
        padding: 0 15px;
    }
    .main_menu_mobile li{
        line-height: 30px;
    }
    .main_menu_mobile li a{
        text-transform: uppercase;
        font-family: "SegoeUI-Bold";
        font-size: 12px;
    }
    header#masthead_tech .site-logo{
        float: left;
    }
    .inside-header.grid-container.grid-parent{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    ul.list_web{
        margin: 0;
        margin-left: 10px;
        margin-bottom: 0 !important;
    }
    header#masthead_tech .inside-header{
        padding: 5px 15px;
    }
    button.menu-toggle{
        position: fixed;
        top: 50%;
        bottom: unset;
        right: 15px;
        transform: translateY(-50%);
        color: black !important;
    }
    .home header#masthead_tech{background: white}
    div#page{
        margin-top: 46px;
    }
    /*.box_solution .item{*/
    /*    padding-bottom: 0;*/
    /*}*/
    .partner_section {
        padding-bottom: 80px;
    }
    .customer_section {
        padding: 80px 0;
    }
    ul.list-socials{
        margin-bottom: 20px;
    }
    .search_mobile{
        display: block;
    }
    /*.search_mobile {*/
    /*    display: block;*/
    /*    position: fixed;*/
    /*    width: 100%;*/
    /*    bottom: 0;*/
    /*    background: white;*/
    /*    z-index: 99;*/
    /*    text-align: center;*/
    /*}*/
    .search_mobile .button_search{
        display: inline-block;
        position: relative;
    }
    .search_mobile .button_search:before {
        font-size: 15px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        Font-family: "FontAwesome";
        content: '\f002';
        color: #333333;

    }
    .search_mobile form#searchform>div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 20px);
    }
    .search_mobile .button_search{
        display: inline-block;
        position: relative;
        position: absolute;
        right: 15px;
    }
    .search_mobile input#searchsubmit{
        float: left;
        border-radius: 5px;
        height: 40px;
        background: transparent;
    }
    .search_mobile form{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search_mobile input#s{
        border-radius: 20px 0 0 20px;
        height: 40px;
        margin-bottom: 0;
    }
    body{
        padding-bottom: 50px;
    }
    header#masthead_tech .action-bottom-header {
        display: inline-block;
    }
    ul.options.language_flag {
        margin: 0;
        list-style: none;
        font-size: 0;
    }
    ul.options.language_flag li{
        display: inline-block;
    }
    ul.options.language_flag li img{
        margin: 0 4px !important;    }
    .main_menu_mobile li.wpml-ls-menu-item{
        display: none;
    }
    .menu_main_mobile {
        display: block !important;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 60px;
        width: 100%;
        background: white;
        /*max-height: 0px;*/
        transition: .3s;
        /*overflow: auto;*/
        background: #333333;
    }
    div#primary-menu{
        display: none;
    }
    .search_mobile input#s {
        border-radius: 5px;
        height: 40px;
        width: 100%;
    }
    header#masthead_tech ul.top_menu{
        display: none;
    }
    body{
        padding: 0 !important;
    }
    ul.list_web{
        margin-right: 10px;
    }
    .footer-top {
        display: block;
    }
    .slide_prize .slick-slide img {
        height: auto;
        object-fit: cover;
    }
}
@media only screen and (max-width: 767px) {
    .box_news .item{
        height: -moz-calc(50vw - 30px) !important;
        height: -webkit-calc(50vw - 30px) !important;
        height: calc(50vw - 30px) !important;
    }
    .page_template_404 .box .box_content {
        order: 2;
    }

    .page_template_404 .box .box_img, .page_template_404 .box .box_content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page_template_404 .box .box_img img {
        max-height: 250px;
    }

    .page_template_404 .box .box_img {
        margin-bottom: 30px;
    }

    .page_template_404 .box .box_content .content,
    .page_template_404 .box .box_content h2 {
        width: 100%;
        text-align: center;
    }

    .page_template_404 .box .box_content img {
        height: 100px;
    }

    .page_template_404 .box .box_content h2 {
        font-size: 30px;
    }

    .banner_iframe iframe {
        width: 100%;
        /*float: left;*/
    }

    .banner_iframe iframe {
        width: 100%;
        /*float: left;*/
        height: 250px;
    }

    .banner_home .slider_banner .item_slider {
        background-attachment: unset;
    }

    .box_tax_product .content_top {
        margin-bottom: 20px;
    }

    .project_page_template {
        padding-top: 0;
    }

    .box_search_project .left {
        width: 100%;
    }

    .box_search_project .right {
        margin: 0;
        width: 100%;
    }

    .box_search_project .box_select {
        width: 100%;
        margin-bottom: 20px;
    }

    nav.breadcrumb ul {
        margin: 0;
    }

    .search div#primary {
        padding: 0 0 30px 0 !important;
    }

    .search header.page-header {
        margin-bottom: 30px !important;
    }

    .post_details .heading_h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .grid-25.footer-col {
        width: 100%;
    }

    .footer-body .top .grid-25.footer-col:nth-child(2),
    .footer-body .top .grid-25.footer-col:nth-child(3) {
        width: 50%;
        float: left;
    }
    .footer-body .top .grid-25.footer-col:nth-child(2) .ft-col-title,
    .footer-body .top .grid-25.footer-col:nth-child(3) .ft-col-title{
        min-height: 40px;
    }
    .footer-body {
        padding-bottom: 0 !important;
    }

    .gallery_img_product,
    .info_product_details {
        width: 100%;
    }

    .info_product_details {
        padding-top: 20px;
    }

    .box_info .quote {
        text-align: center;
    }

    .box_info .quote .content {
        text-align: left;
    }
    .tax_product_parent .content-right .box_top .box .box_img{
        text-align: center;
    }
    .tax_product_parent .content-right .box_top .box .box_content{
        text-align: justify;
    }
    .col-multisites .wrap-background img{
        /*height: 80px !important;*/
        float: left;
    }
    .home header#masthead_tech{
        background: transparent;
    }
    .home header#masthead_tech.sticky{
        background: white;
    }
    .news_page_template .heading_h2{
        width: 100%;
        text-align: center;
    }
    body #subiz .mobile .widget-layout {
        bottom: 60px !important;
    }
    .menu_educate li a{
        margin-bottom: 15px;
    }
    .footer-bottom .grid-container {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .box_number_banner{
        padding: 20px 0;
    }
    .banner_home, .banner_home .slider_banner .item_slider {
        height: 450px;
    }
    .content_banner a{
        padding: 5px 20px;
    }
    .box_number_banner .item .number, .content_banner h1{
        font-size: 15px;
        line-height: 22px;
    }
    .content_banner a{
        padding: 5px 10px;
        font-size: 12px;
    }
    body #subiz .widget-layout.widget-layout--right {
        bottom: 60px !important;
        right: unset !important;
        left: 30px !important;
    }
    .generate-back-to-top, .generate-back-to-top:visited {
        z-index: 99;
        right: unset;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
    }

    header#masthead_tech ul.top_menu a.hotline{
        display: none;
    }
    .post_details .grid-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    ul.policy{
        margin: 0;
    }
    ul.policy li{
        display: block;
    }
    .page-template-document .content-right .form-group:not(.filter) .btn_search i, .page-template-document_knowledge .content-right .form-group:not(.filter) .btn_search i{
        font-size: 15px;
    }
    .page-template-document .content-right .form-group:not(.filter) .btn_search, .page-template-document_knowledge .content-right .form-group:not(.filter) .btn_search{
        line-height: 46px;
    }
    #document .box .item {width: 100%;}
    .col-multisites {
        width: 100%;
    }
    .item_service {
        padding: 30px;
    }
    .slider_service ul.slick-dots {
        transform: none;
    }
    .item_service .box_img img {
        /*height: 100px;*/
    }
    a.down_load_file i {
        display: none;
    }
    .form_filter>input, .form_filter>select {
        width: calc(50% - 10px);
        margin: 0 3px 10px!important;
        height: 35px;
    }
    .form_filter>input::placeholder, .form_filter>select, .form_filter>input {
        font-size: 12px;
        line-height: 35px;
    }

    form.form_filter {
        display: flex;
        flex-wrap: wrap;
    }
    .wrap-submit-search_rec {
        width: 50%;
    }

    .wrap-submit-search_rec input[type=submit] {
        padding: 0;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin: 0 5px;
        width: calc(100% - 10px);
    }
    .solution_details_info .content iframe {
        width: 100%;
        height: 230px;
    }
    .single .content.form_contact {
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 600px) {
    .box_number_banner .item .number, .content_banner h1 {
        font-size: 15px;
        line-height: 22px;
    }

    .content_banner a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .box_number_banner .item .content_number {
        font-size: 12px;
    }


    h2.heading_h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about_us .box_content h3 {
        font-size: 15px;
        line-height: 22px;
    }

    .about_us .box_content .content {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .product_section,
    .project_section,
    .news_section,
    .customer_section {
        padding: 30px 0;
    }

    .view_more {
        font-size: 12px;
        padding: 5px 10px;
    }

    .tax_product {
        margin-bottom: 30px;
    }

    .box_tax_product .content_top h3 {
        font-size: 15px;
    }

    .box_tax_product .item {
        padding: 30px;
        width: calc(50% - 80px);
        margin: 0 10px 20px 10px !important;
    }

    .content_bottom .box_img {
        width: 100%;
    }

    .content_bottom .box_content {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .content_bottom .box_content .content {
        margin-bottom: 20px;
    }

    .slider_product .item_product h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .box_solution .item h3 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .box_solution .item {
        padding-bottom: 0;
    }

    .box_solution .item .setting .item_setting .box_content {
        font-size: 13px;
    }

    .item_project .box_content {
        padding: 10px;
    }

    .item_project .box_content h3 {
        font-size: 12px;

    }

    .item_project .box_content {
        width: 100%;
    }

    .content {
        font-size: 14px;
    }

    .slider_service .slick-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .partner_section {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .item_news .box_content h3 {
        font-size: 14px;
    }

    .item_news .box_content a {
        font-size: 12px;
    }

    .wrap-form-mail input.wpcf7-submit {
        width: 50px !important;
    }

    .box_solution .item .setting .item_setting {
        padding: 0;
        margin: 0 0 30px 0;
        /*width: 100%;*/
    }

    .about_us .box_content h2 {
        margin-bottom: 20px;
    }

    .slick_nav_partner .slick-slide .title_tab {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .slick_nav_partner {
        max-height: 20px;
    }

    section.breadcrumbs span, section.breadcrumbs li, section.breadcrumbs a, section.breadcrumbs cite {
        font-size: 10px;
    }

    section.breadcrumbs {
        height: auto;
        line-height: 20px;
    }

    .slide_2 .box_content {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .slide_2 .box_img {
        padding: 20px;
        width: calc(100% - 40px);
        max-height: 400px;
    }

    .slide_2 .box_img img {
        max-width: 100%;
        max-height: 100%;
    }

    .slide_2 .box_content .content {
        margin-bottom: 0;
    }

    .tax_product_parent .box_all .box_cat_child {
        width: calc(50% - 25px);
        padding: 20px 10px;
        margin-bottom: 10px;
    }

    .tax_product_parent .box_all .box_cat_child:nth-child(2n+2) {
        margin-left: 5px;
    }

    .tax_product_parent .box_all .box_cat_child {
        margin-right: 5px;
    }

    .tax_product_parent .box_all .box_cat_child h2 {
        font-size: 12px;
    }

    section.section.tax_product_parent {
        padding-bottom: 30px;
    }

    div#banner_gr {
        background: #3A5AA6;
    }

    div#banner_gr img {
        min-height: auto;
        object-fit: cover;
    }

    .service_section .box_service .item h3 {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 53px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        line-height: 18px
    }

    .service_section .box_service .item {
        height: 150px;
    }

    .tax_product_parent .content-right .box_product_tax_page .item {
        width: calc(50% - 15px);
    }

    .tax_product_parent .content-right .box_product_tax_page .item h3 {
        font-size: 12px;
    }

    .tax_product_parent .content-right .box_product_tax_page a {
        width: 100%;
    }

    .tax_product_parent .content-right .box_top .box {
        display: flex;
        flex-wrap: wrap;
    }

    .tax_product_parent .content-right .box_top .box .box_img,
    .tax_product_parent .content-right .box_top .box .box_content {
        width: 100%;
    }

    .tax_product_parent .content-right .box_top .box .box_content {
        font-size: 15px;
        margin-top: 20px;
    }

    .tax_product_parent .content-right .box_top h2 {
        font-size: 15px;
    }

    .slider-for .box_img {
        height: 250px;
    }

    /*.slider-nav .box_img {*/
    /*    height: 100px;*/
    /*}*/

    h2.title_product {
        font-size: 20px;
    }

    .box_info .loai_sp {
        padding: 20px 0 0 0;
    }

    .box_data_number .item {
        width: calc(50% - 20px);
        padding: 10px;
    }

    .specifications .content,
    .box_info .loai_sp .content {
        font-size: 12px;
        line-height: 18px;
    }

    .box_data_number .item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .specifications td {
        padding: 8px;
    }

    .product_view h2.heading_h2, .product_relate h2.heading_h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #load_cat_solution .item_cat_solution {
        width: calc(50% - 40px);
    }

    .box_cat_solution {
        min-height: 200px;
    }

    .menu_filter_solution a {
        padding: 10px;
        margin: 0 5px 5px 10px;
    }

    .menu_filter_solution ul {
        justify-content: center;
    }

    .box_solution_order_cat .item {
        width: calc(50% - 20px);
    }

    .box_solution_order_cat .item .content .content_excerpt {
        display: block;
        overflow: hidden;
        /*text-overflow: ellipsis;*/
        /*-webkit-line-clamp: 2;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        font-size: 12px;
    }

    .box_solution_order_cat .item .box_img {
        height: 100px;
        margin-bottom: 10px;
    }

    .box_solution_order_cat .item h3 {
        margin: 0;
    }

    .box_solution_order_cat .item .box_content > a {
        font-size: 12px;
    }

    .solution_details_info {
        padding: 30px 0;
    }

    .solution_details_info h2.heading_h2 {
        font-size: 20px;
    }

    .solution_details_info .content {
        font-size: 12px;
        line-height: 20px;
    }

    .solution_details_info .box .item .box_content h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .solution_details_info .box .item .box_content {
        width: 100%;
        /* text-align: center; */
        margin-bottom: 10px;
    }

    .solution_details_info .box .item .box_img {
        width: 100%;
        order: 2 !important;
        margin-bottom: 10px;
    }

    .dat_can_solution .box .box_img {
        width: 100%;
        margin-right: 35px;
        margin: 0;
        order: 2;
    }

    .dat_can_solution .box .box_content {
        width: calc(50% - 50px);
        margin-left: 50px;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .dat_can_solution {
        padding: 30px 0;
    }

    .dat_can_solution .box .box_content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .section3_solution {
        padding: 30px 0;
    }

    .contact_solution {
        padding: 30px 0;
    }

    .contact_solution h2 {
        font-size: 20px;
    }

    .contact_solution .content {
        color: #ffffff;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .contact_solution a {
        font-size: 12px;
        padding: 10px;
    }

    .product_solution {
        padding: 30px 0;
    }

    .solution_relate h2.heading_h2, .product_solution h2.heading_h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product_solution .item .box_content .content {
        font-size: 12px;
    }

    .product_solution .item .box_content a {
        font-size: 12px;
    }

    .product_solution .item .box_content {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .product_solution .item .box_img {
        width: 100%;
        height: 200px;
    }

    .product_solution .item .box_img a {
        display: flex;
        justify-content: center;
    }

    .solution_relate .item h3 {
        font-size: 12px;
    }

    .data_number_solution {
        padding: 30px 0;
    }

    .solution_relate {
        padding-bottom: 30px;
    }

    .data_number_solution .box .item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .data_number_solution .box .item img {
        max-height: 30px;
        margin-bottom: 0;
    }

    .data_number_solution .box .item h3 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 0;
    }

    .data_number_solution .box .item .content {
        font-size: 12px;
    }

    .companion_with_dat {
        padding: 30px 0;
    }

    .companion_with_dat h2.heading_h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .companion_with_dat a {
        font-size: 12px;
        padding: 10px;
        margin-bottom: 30px;
    }

    .companion_with_dat .box .item {
        width: calc(50% - 40px);
        padding: 15px;
        background-color: #f8f8f8;
        margin-bottom: 30px;
        margin: 0 5px 10px 5px;
    }

    .companion_with_dat .box .item img {
        max-height: 40px;
        margin-bottom: 0;
    }

    .companion_with_dat .box .item h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .companion_with_dat .box .item .content {
        font-size: 12px;
        line-height: 18px;
    }

    .companion_with_dat .box {
        justify-content: center;
    }

    .menu_filter_solution a {
        font-size: 12px;
    }

    .box_product_filter_solution .item {
        padding: 20px;
        width: calc(50% - 50px);
        margin: 0 5px 10px 5px !important;
    }

    .box_product_filter_solution .item h3 {
        font-size: 12px;
    }

    .box_product_filter_solution .item .box_content a:last-child {
        font-size: 12px;
    }

    .box_product_filter_solution .item h3 {
        margin-bottom: 10px;
    }

    .box_product_filter_solution .item .box_img {
        height: 120px;
    }

    .box_search_project .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .box_search_project .right {
        width: 100%;
        margin: 0;
    }

    .box_search_project h3 {
        font-size: 12px;
    }

    .box_search_project {
        padding: 10px;
    }

    .box_search_project select,
    form.search_post_type input.field,
    form.search_post_type input.submit {
        height: 40px;
        font-size: 12px;
    }

    .box_search_project form.search_post_type input.field::placeholder {
        font-size: 12px;
    }

    .box_project .item .box_content .content {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .box_project .item .box_img a {
        display: flex;
        align-items: center;
    }

    .box_project .item .box_img {
        width: calc(30% - 20px);
        padding-right: 20px;
    }

    .box_project .item .box_content {
        width: 70%;
    }

    .box_project .item .box_img {
        height: auto;
    }

    .box_project .item .box_content h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .box_project .item .box_content a {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 10px;
    }

    .box_project .item {
        padding: 20px 0;
    }

    .box_project .item .box_img {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .box_project .item .box_content {
        width: 100%;
    }

    .box_search_project {
        width: calc(100% - 20px);
    }

    .project_details .content {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .table_info table, .table_info table tr, .table_info table td {
        font-size: 12px;
        line-height: 18px;
    }

    .table_info h2 {
        font-size: 15px;
    }

    .table_info {
        padding: 30px 12px 12px 12px;
    }

    .info_project .content_bottom {
        font-size: 12px;
        line-height: 18px;
    }

    .applications_orther .box .item .box_content {
        padding: 15px;
        width: calc(100% - 30px);
    }

    .applications_orther .box .item .box_content h3,
    .applications_orther .box .item .box_content a {
        font-size: 12px;
    }

    .applications_orther .box .item .box_img {
        height: 150px;
    }

    .applications_orther h2 {
        font-size: 15px;
    }

    .applications_orther {
        padding-bottom: 30px;
    }

    .project_details .gallery_img .box_img {
        height: 200px;
    }

    .slick_right .slick-list .slick-slide {
        height: 80px;
    }

    .service_page_template .box .item .box_content h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .service_page_template .box .item .box_content .content {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .service_page_template .box .item .box_content a {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
    }

    .service_page_template .box .item .box_content {
        padding: 0 20px 20px 20px !important;
    }

    .service_page_template .box .item {
        margin-bottom: 30px;
    }

    .info_service_box {
        padding: 30px 0;
    }

    .info_service_box .heading_h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .info_service_box .box .item .box_content .content,
    .info_service_box .content_service .content {
        font-size: 12px;
        line-height: 18px;
    }

    .contact_service_us {
        padding: 30px 0;
    }

    .contact_service_us h2.heading_h2 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .contact_service_us .content {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .contact_service_us a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding: 0 10px;
    }

    .contact_service_us {
        margin-bottom: 30px;
    }

    .info_service_box .content_service iframe {
        height: 200px;
    }

    .box_news .item .box_content {
        left: 15px !important;
        bottom: 15px !important;
        right: 15px !important;
    }

    .box_news .item .box_content h3 {
        font-size: 14px !important;
        line-height: 18px;
    }

    .box_news .item .box_content .date_post {
        margin-bottom: 5px;
    }

    .box_news .item .box_content h3 {
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 36px !important;
    }


    .box_news .item .box_content h3 {
        font-size: 12px !important;
    }

    .contact_page .info .heading_h2,
    .form_contact h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact_page .info .item h3 {
        font-size: 15px;
    }

    .contact_page .info .item .content {
        font-size: 12px;
    }

    .contact_page .info .item .content p {
        margin-bottom: 10px;
    }

    .contact_page .info .item.toggle h3 {
        margin-bottom: 10px;
    }

    .contact_page .info .item {
        padding: 10px 0;
    }

    .question_answer_page {
        padding: 30px 0;
    }

    .question_answer_page .list_q_a .item .box_img {
        height: 150px;
    }

    .question_answer_page .list_q_a .item .box_content {
        padding: 10px;
    }

    .question_answer_page .list_q_a .item .box_content h3 {
        font-size: 13px;
    }

    .question_answer_page .list_q_a .item .box_content .content {
        font-size: 12px;
    }

    .post_details iframe {
        height: 200px;
    }

    .post_relate .h2 {
        margin-top: 20px;
    }

    .menu_educate li a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        margin: 0 5px 10px 5px;
    }

    .educate_page h3.title_page {
        font-size: 15px;
    }

    .menu_educate {
        margin-bottom: 20px;
    }

    .educate_page h3.title_page {
        margin-bottom: 10px;
    }

    .educate_page .box_top .box_content .content {
        text-align: justify;
        font-size: 12px;
        line-height: 18px;
    }

    .educate_page .box_bottom .item {
        width: calc(100% - 10px);
        margin-bottom: 30px;
    }

    .educate_page .box_top {
        margin-bottom: 40px;
    }

    .educate_page .box_bottom .item img {
        margin-bottom: 0;
    }

    .educate_page .box_bottom .item {
        text-align: center;
    }

    .educate_page .box_bottom .item h3 {
        font-size: 15px;
    }

    .educate_page .box_bottom .item .content {
        font-size: 12px;
        line-height: 18px;
    }

    .educate_page .box_contact > h3 {
        font-size: 20px;
    }

    .educate_page .box_contact .content {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .educate_page .box_bottom {
        margin-bottom: 20px;
    }

    .list_video .item {
        height: 180px;
    }

    .list_video .item h3 {
        font-size: 12px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .list_video .item {
        height: 150px;
    }

    form.search_post_type input.field {
        width: auto;
        height: 40px;
        font-size: 12px;
        padding: 0 10px;
    }

    form.search_post_type input.field::placeholder {
        font-size: 12px;
        /*line-height: 40px;*/
    }

    form.search_post_type input.submit {
        line-height: 30px;
        /*height: 30px;*/
        font-size: 0;
        padding: 0;
        /*height: 30px;*/
        width: 50px;
    }

    form.search_post_type > label {
        display: flex;
        align-items: center;
    }

    form.search_post_type input.field {
        min-width: 200px;
        border-radius: 10px 0 0 10px;
        position: relative;
        /*left: -10px;*/
    }

    .box_form_course h3 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .box_form_course label {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .box_form_course input:not(.wpcf7-submit), .box_form_course select {
        font-size: 12px;
        height: 35px;
        line-height: 30px;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .box_form_course input.wpcf7-submit {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 30px;
    }

    .page-template-document .content-right ul.pagination, .page-template-document_knowledge .content-right ul.pagination {
        display: flex;
        justify-content: flex-start;
    }

    .form-group.filter .checkbox-inline,.form-group.filter .difficultyContainer2 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .page-template-document .content-right .form-group:not(.filter) input, .page-template-document_knowledge .content-right .form-group:not(.filter) input {
        padding: 0 10px;
        font-size: 12px;
        line-height: 35px;
        height: 35px;
    }

    .page-template-document .content-right .form-group:not(.filter) input::placeholder, .page-template-document_knowledge .content-right .form-group:not(.filter) input::placeholder {
        font-size: 12px;
    }
    .btn_search{
        padding: 0 10px;
        font-size: 12px;
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
    ul.right_menu{
        bottom: 150px;
        top: unset;
        margin: 0;
    }
    #load_cat_solution .item_cat_solution .box_img{
        height: 50px;
    }
    #load_cat_solution .item_cat_solution h3{
        margin-top: 10px;
        font-size: 12px;
    }
    .box_cat_solution:before{
        top: 40%;
    }
    /*.footer-body{*/
    /*    padding: 30px 0 !important;*/
    /*}*/
    .ft-col-title{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .ft-col-content a{
        font-size: 12px;
    }
    .grid-25.footer-col {
        margin-bottom: 30px;
    }
    .footer-body .top{
        padding-bottom: 0px !important;
    }
    .view_more {
        font-size: 10px;
        padding: 5px 8px;
    }
    .content_bottom .box_img img {
        height: 80px;
    }
    .box_solution .item{
        padding: 30px;
        margin-bottom: 20px;
    }
    .tax_product_parent .box_all .box_cat_child .box_img img {
        height: 80px;
    }
    ul.list_cat_product li a img{
        /*display: none;*/
    }
    ul.list_cat_product li a{
        height: 30px;
        font-size: 10px;
    }
    .box_info .quote .content{
        padding-left: 0;
    }
    form.search_post_type .btn_submit_search{
        top: 0px;
        left: -30px;}
    .box_project .item{
        width: calc(50% - 20px);
        margin: 0 10px;
        border: none !important;
        display: inline-block;

    }
    .box_project {
        display: flex;
        flex-wrap: wrap;
    }
    .box_project .item .box_img{
        margin-bottom: 10px;
    }
    .box_project .item .box_content h3{
        font-size: 18px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 42px;
    }
    .box_project .item .box_content .content{
        font-size: 15px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        height: 88px;
    }
    .box_project .item .box_content a{
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        padding: 0 10px;
    }
    .slick_right .slick-arrow{
        width: 30px;
        height: 30px;
        line-height: 24px;
    }
    .slick_right .slick-arrow i{
        font-size: 10px;
    }
    .search div#primary article .news-name{
        font-size: 10px !important;
    }
    .search div#primary article .news-date{
        font-size: 8px;
    }
    .search div#primary article img{
        height: 80px !important;
    }
    /*.search div#primary{*/
    /*    padding: 30px 0 !important;*/
    /*}*/
    .search h1.page-title {
        font-size: 25px;
        text-align: center;
        margin-bottom: 30px !important;
    }
    .search div#primary article{
        margin-bottom: 20px !important;
    }
    .banner_home{
        height: auto;
    }
    .box_number_banner{
        position: unset;
    }
    .banner_home .slider_banner .item_slider{
        height: 251px;
        float: left;
        background-size: cover;
    }
    .page-template-document .content-right .list>li>ul li, .page-template-document_knowledge .content-right .list>li>ul li{
        font-size: 10px;
    }
    .page-template-document .content-right .title_col li, .page-template-document_knowledge .content-right .title_col li{
        font-size: 7px;
        line-height: 30px;
        height: 30px;
    }
    /*.banner_home .slider_banner .item_slider{*/
    /*    background-attachment:unset ;*/
    /*}*/
    /*.box_solution_order_cat .item h3{*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-line-clamp: 4;*/
    /*    height: auto;*/
    /*}*/
    .box_search_project .box_select{
        margin-bottom: 0;
    }
    .box_solution .item .setting .item_setting .box_content {
        width: calc(100% - 45px);
        padding: 0 10px;
    }
    .box_solution .item .setting .item_setting .box_img {
        width: 25px;
        height: auto;
    }
    .content_banner{
        transform: translate(-50%,50%);
    }
    .content_bottom .box_img{
        height: 100px;
    }.page-template-video_page form.search_post_type input.submit{
         left: 0;
         top: 0;
     }
    form.search_post_type .btn_submit_search i {
        right: 20px;
    }
    .box_search_project form.search_post_type .btn_submit_search{
        top: -5px;
    }.box_news .item .box_content a:not(.view_more){
         height: 36px;
         overflow: hidden;
     }
    .search_page {
        padding: 40px 0;
    }
    .search_page .box_product_tax_page .box_img {
        height: 150px;
    }
    .search_page .box_product_tax_page .box_img img{
        object-fit: cover;
    }
    .search_page .box_product_tax_page .item {
        margin-bottom: 20px;
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .search_page .box_product_tax_page .item h3{
        font-size: 13px;
    }
}
@media only screen and (max-width: 480px){
    .box_number_banner{
        padding: 20px 0 0 0;
    }
    .box_number_banner .item {
        width: calc(50% - 40px);
        padding: 0 20px 20px 20px;
    }
    .tax_product ul li{
        margin: 0 0 10px 0;
    }
    .box_tax_product .item {
        width: calc(50% - 40px);
        padding: 10px;
        margin: 0 10px 20px 10px !important;
    }
    .one_item a{
        font-size: 12px;
        line-height: 18px;
    }
    .box_tax_product .content_top h3 {
        font-size: 12px;
        padding: 0;
        line-height: 18px;
        /*padding-bottom: 10px;*/
    }
    .slider_product .item_product .box_img{
        height: 150px;
    }
    .slider_product .item_product h3 {
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
    }
    .wrap-form-mail .wpcf7-form-control-wrap.your-mail{
        width: auto;
    }
    .item_project .box_content{
        width: calc(100% - 20px);
    }
    .wrap-form-mail{
        max-width: 300px;
    }

    .box_news .item .box_content {
        left: 10px !important;
        bottom: 10px !important;
        right: 10px !important;
    }
    .news_page_template .heading_h2{
        font-size: 20px;
    }
    .box_tax_product .content_top{
        height: 28px;
    }
    .search_mobile form{
        justify-content: center;
        /*padding-left: 10px;*/
    }
}