* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;color: transparent;vertical-align: bottom;border:0;}
button{border: 0; cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight: bold;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family: 'Montserrat', sans-serif;width: 100%;border: 0;border-radius: 2px;background-color: #fff;color: #333;}
b, strong, h1, h2, h3, h4, h5, h6{font-weight: 600}
a{color: #333;text-decoration: none;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;outline: none !important;}
a:hover, a:focus {color: #037dbc;}
*:focus{outline:0;}
input::-webkit-input-placeholder {color: #333;}input::-moz-placeholder {color: #333;}input:-ms-input-placeholder {color: #333;}input:-moz-placeholder {color: #333;}textarea::-webkit-input-placeholder {color: #333;}textarea::-moz-placeholder {color: #333;}textarea:-ms-input-placeholder {color: #333;}textarea:-moz-placeholder {color: #333;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;max-width: 100%;}
body {
    margin: 0 auto;
    min-width: 320px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 500;
}
body::-webkit-scrollbar-button{width:14px;height:14px;background:#037dbc;cursor: pointer;}
body::-webkit-scrollbar-track{background-color:#fff;}
body::-webkit-scrollbar-thumb{background:#037dbc;cursor: pointer;}
body::-webkit-resizer{width:14px;height:14px}
body::-webkit-scrollbar{width:14px;height:0;cursor: pointer;}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrap{
    width: 1260px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-justify {
    display: flex;
    justify-content: space-between;
}
.flex-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.button {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button:hover {
    opacity: .9;
}
.blue {
    background: #037dbc;
    color: #fff;
    border-radius: 2px;
}
.blue:hover {
    color: #fff;
}
.madein {
    color: #fff;
    padding: 8px 0 4px;
    font-weight: 400;
    font-size: 14px;
    background: #037dbc;
}
@media screen and (max-width:1259px){
    .wrap{
        width: 768px;
    }
}
@media screen and (max-width:767px){
    .wrap{
        width: 480px;
    }
}
@media screen and (max-width:479px){
    .wrap{
        width: 100%;
    }
    .head-logo {
        width: 100px;
    }
}
/*header*/
.header {
    position: static; 
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    -webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;
    background: #fff;  
}
.header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.head-wrap {
    height: 80px;
    align-items: center;
}
.header.fixed .head-wrap {
    height: initial;
    padding: 5px 10px;
}
.head-menu {
    margin: 0 auto;
}
.head-menu>ul {
    display: flex;
}
.head-menu>ul>li {
    padding: 0 30px;
    position: relative;
}
/*.head-menu>ul>li.parent:hover:before, .head-phone:hover .default-phone:before {*/
.head-menu>ul>li.parent:hover:before {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #F4F5F7;
    position: absolute;
    top: 12px;
    right: 24px;
}
.head-menu>ul>li>a {
    font-size: 16px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #313B4D;
    display: flex;
    align-items: center;
    position: relative;
}
.head-menu>ul>li:hover>a, .head-menu>ul>li.active>a {
    color: #FF3600;
}
/*.head-menu>ul>li.parent>a:after, .head-phone .default-phone:after {*/
.head-menu>ul>li.parent>a:after {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #313B4D;
    height: 0;
    margin: 3px 0 0 12px;
}
.head-menu>ul>li>ul, .popup-phone {
    display: none;
    position: absolute;
    top: 32px;
    width: 235px;
    padding: 15px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    z-index: 99;
}
.head-menu>ul>li:hover>ul {
    display: block;
}
.head-menu>ul>li>ul:before, .head-phone .popup-phone:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}
.head-menu>ul>li>ul>li>a, .popup-phone a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #484B4C;
    display: block;
    padding: 12px 23px;
}
.head-menu>ul>li>ul>li.active>a, .head-menu>ul>li>ul>li>a:hover, .popup-phone a:hover {
    background: #037dbc;
    color: #fff;
}
.head-phone .default-phone {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #313B4D;
}
.head-phone:hover .default-phone {
    color: #FF3600;
}
/*.head-phone:hover .default-phone:before {
    right: calc(50% - 10px);
}*/
/*.head-phone .default-phone:after {
    margin: 3px 0 0 15px;
}*/
.head-phone .default-phone i {
    margin-right: 10px;
    font-size: 15px;
}
.head-phone .popup-phone {
    width: initial;
    right: 0;
    top: 32px;
    white-space: nowrap;
}
.head-phone:hover .popup-phone {
    display: block;
}
.head-phone .popup-phone a {
    display: flex;
    align-items: center;
    padding: 12px;
}
.head-phone .popup-phone a i {
    margin-right: 10px;
    font-size: 12px;
}
.close-menu, .open-menu {display: none;}
@media screen and (max-width:1259px){
    .head-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        z-index: 999;
        background: #fff;
        padding: 40px 10px;
        overflow-x: auto;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
    }
    .head-menu.active {
        left: 0;
    }
    .head-menu>ul {
        display: block;
    }
    .head-menu>ul>li {
        padding: 0;
    }
    .head-menu>ul>li:nth-child(1n+2), .head-menu>ul>li>ul>li:nth-child(1n+2) {
        border-top: 1px solid #eee;
    }
    .head-menu>ul>li>a {
        display: block;
        padding: 10px 15px;
    }
    .head-menu>ul>li.parent>a:after, .head-menu>ul>li>ul:before, .head-menu>ul>li.parent:hover:before {display: none;}
    .head-menu>ul>li>ul {
        display: block;
        position: relative;
        top: initial;
        width: initial;
        padding: 0 0 10px;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        z-index: initial;
    }
    .close-menu, .open-menu {display: flex;font-size: 24px}
    .close-menu {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
@media screen and (max-width:479px){
    .head-wrap {
        height: 60px;
    }
    .head-logo {
        width: 100px;
    }
}
/*.header*/

/*content*/
.default-page {
    padding-top: 20px;
    padding-bottom: 60px;
}
.default-title {
    font-size: 28px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    padding-bottom: 50px;
    text-align: center;
}
.default-title.line:after {
    content: '';
    width: 80px;
    height: 2px;
    display: block;
    margin: 25px auto 0;
    background: #4b76eb;
}
@media screen and (max-width:1259px){
    .default-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 30px;
    }
    .default-title.line:after {
        margin: 15px auto 0;
    }
}
@media screen and (max-width:767px){
.default-page {
    padding-top: 10px;
    padding-bottom: 30px;
}
}
@media screen and (max-width:479px){
    .default-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.breadcrumbs ul, .breadcrumbs ul li {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.breadcrumbs ul li .divider {
    padding-left: 10px;
    font-size: 12px;
}
.home-section {
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.home-title {
    font-size: 28px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    padding-bottom: 30px;
}
.home-link-all .button {
    line-height: 32px;
    padding: 0 20px;
}
.home-link-all .button i {
    margin-left: 8px;
    font-size: 12px;
}
@media screen and (max-width:1259px){
    .home-section {
        padding-bottom: 50px;
    }
    .home-title {
        font-size: 20px;
        line-height: initial;
        padding-bottom: 15px;
    }
}
@media screen and (max-width:767px){
    .home-link-all {
        order: 2;
        margin: 0 auto;
    }
    .breadcrumbs {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 10px;
    }
    .breadcrumbs ul li {
        padding-right: 5px;
    }
    .breadcrumbs ul li .divider {
        padding-left: 5px;
        font-size: 8px;
    }
}
@media screen and (max-width:479px){
    .home-title {
        font-size: 18px;
    }
}

.item-page-wrap {
    align-items: flex-start;
}
.item-page-content, .blog-page, .services-page {
    width: 100%;
}
.services-page-list {
    flex-wrap: wrap;
}
.item-page-content h1, .item-page-content h2, .item-page-content h3, .blog-page h1, .blog-page h2, .services-page h1 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    padding: 6px 0 20px;
}
.item-page-content h1:after, .item-page-content h2:after, .item-page-content h3:after, .blog-page h1:after, .blog-page h2:after, .services-page h1:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    margin-top: 4px;
    background: #4b76eb;
}
.item-page-content h2 {
    font-size: 22px;
}
.item-page-content h3, .blog-page h2 {
    font-size: 20px;
}
.services-page-item h2 {
    font-size: 16px;
    padding-top: 15px;
}
.item-page-content p {
    line-height: 1.4;
    padding-bottom: 20px;
}
.item-page-content a {
    color: #4b76eb;
}
.item-page-content a:hover {
    text-decoration: underline;
}
.item-page-content ul {
    list-style-type: disc;
    padding: 0 0 10px 18px;
}
.item-page-content ol {
    padding: 0 0 10px 20px;
}
.item-page-content li {
    padding-bottom: 10px;
}
.item-page-content .table-wrapper {overflow-x: auto;margin-bottom: 20px;box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);}
.item-page-content td, .item-page-content th {
    border: 1px solid #eee;
    padding: 10px;
}
.item-page-content table tr:nth-child(2n) td {
    background: #037dbc;
    color: #fff;
    border-color: #fff;
}
.item-page-content a.blue {
    color: #fff;
    padding: 10px 25px;
}
.item-page-content a.blue i {
    margin-right: 10px;
}
.item-page-content .item-image {
    max-width: 800px;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
}
.item-page-gallery {
    padding-top: 30px;
    justify-content: start;
}
.item-page-gallery .item {
    width: calc(25% - 15px);
    margin: 0 0 20px 20px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    cursor: pointer;
    overflow: hidden;
    height: 147px;
}
.item-page-gallery .item:nth-child(4n+1) {
    margin-left: 0;
}
.item-page-gallery .item:hover {
    opacity: .9;
}
.item-page-gallery .item img {
    min-height: 100%;
}
@media screen and (max-width:1259px){
    .item-page-gallery .item {
        height: 68px;
    }
}
@media screen and (max-width:767px){
    .item-page-wrap {
        flex-direction: column;
    }
    .item-page-gallery .item {
        height: 64px;
    }
}
@media screen and (max-width:479px){
    .item-page-content h1, .item-page-content h2, .item-page-content h3, .blog-page h1, .blog-page h2, .services-page h1 {
        font-size: 18px;
        line-height: 1.6;
        padding: 0 0 15px;
    }
    .item-page-content p {
        line-height: 1.6;
        padding-bottom: 15px;
        font-size: 14px;
    }
    .item-page-content li {
        padding-bottom: 10px;
        font-size: 14px;
    }
    .item-page-content a.blue {
        padding: 10px;
        width: 100%;
        line-height: initial;
    }
    .item-page-content a.blue i {
        font-size: 18px;
    }
    .item-page-content td, .item-page-content th {
        font-size: 14px;
    }
    .item-page-gallery {
        padding-top: 10px;
        justify-content: center;
    }
    .item-page-gallery .item {
        width: calc(50% - 5px);
        margin: 0 0 10px;
        height: 120px;
    }
    .item-page-gallery .item:nth-child(2n) {
        margin-left: 10px;
    }
}

.contact-list {
    padding-bottom: 30px;
}
.contact-list .item {
    width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    padding: 15px 15px 5px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
}
.contact-list .item .title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-list .item .title:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    margin-top: 4px;
    background: #4b76eb;
}
.contact-list .item .button {
    justify-content: start;
    margin: 10px 0;
}
.contact-list .item .button:hover {
    color: #ff3600;
    text-decoration: none;
}
.contact-list .item .button i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
}
@media screen and (max-width:1259px){
    .contact-list {
        padding-bottom: 0;
        flex-direction: column;
    }
    .contact-list .item {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:767px){
    .contact-list .item .title {
        font-size: 18px;
        line-height: initial;
    }
}
@media screen and (max-width:479px){
    .contact-list .item {
        margin-bottom: 10px;
        padding: 10px;
        font-size: 14px;
    }
    .contact-list .item .title {
        font-size: 16px;
    }
    .contact-list .item .button {
        margin: 5px 0;
    }
}

.contactFormContainer {
    padding-bottom: 40px;
    justify-content: space-between;
}
.contactFormContainer .rsform-block {
    width: 100%;
    padding-bottom: 15px;
}
.contactFormContainer .rsform-block-name, .contactFormContainer .rsform-block-phone {
    width: calc(50% - 15px);
}
.contactFormContainer .rsform-block .formControlLabel {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}
.contactFormContainer .rsform-block .formControlLabel .formRequired {
    color: #ff3600;
}
.contactFormContainer .rsform-block .rsform-input-box, .contactFormContainer .rsform-block .rsform-text-box {
    border: 1px solid #dbd8d8;
    height: 40px;
    padding: 0 20px;
}
.contactFormContainer .rsform-block .rsform-text-box {
    height: 120px;
    padding: 20px;
}
.contactFormContainer .rsform-block .button {
    height: 40px;
    padding: 0 28px;
    margin-right: 5px;
}
.contactFormContainer .rsform-block .button.rsform-reset-button {
    opacity: .2;
}
.contactFormContainer .rsform-block .button.rsform-reset-button:hover {
    opacity: .8;
}
@media screen and (max-width:479px){
    .contactFormContainer .rsform-block-name, .contactFormContainer .rsform-block-phone {
        width: 100%;
    }
    .contactFormContainer .rsform-block .rsform-input-box, .contactFormContainer .rsform-block .rsform-text-box {
        padding: 0 10px;
    }
    .contactFormContainer .rsform-block .button {
        padding: 0 30px;
        font-size: 14px;
    }
}

.services-page-item {
    width: calc(33.333% - 20px);
    padding: 15px 25px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
}
.blog-page-item {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    align-items: center;
}
.blog-page-item:hover, .services-page-item:hover {
    box-shadow: 0px 10px 20px rgb(29 31 34 / 10%);
}
.blog-page-item .item-image {
    width: 270px;
}
.blog-page-item .content-wrap {
    width: calc(100% - 300px);
}
.blog-page-item .content-wrap .date {
    font-size: 12px;
    line-height: 24px;
    color: #BDBDBD;
}
@media screen and (max-width:1259px){
    .services-page-list {
        justify-content: center;
    }
    .services-page-item {
        width: calc(50% - 10px);
        padding: 15px;
        margin-bottom: 20px;
    }
    .services-page-item:nth-child(2n) {
        margin-left: auto;
    }
    .blog-page-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .blog-page-item {
        align-items: initial;
        flex-direction: column;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .blog-page-item:nth-child(2n) {
        margin-left: auto;
    }
    .blog-page-item .item-image, .blog-page-item .content-wrap {
        width: 100%;
    }
    .blog-page h2 {
        font-size: 16px;
        line-height: initial;
        padding: 10px 0;
    }
    .blog-page-item .content-wrap .desc {
        font-size: 14px;
    }
}
@media screen and (max-width:767px){

}
@media screen and (max-width:479px){
    .services-page-item, .blog-page-item {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .services-page-item h2 {
        padding-top: 10px;
    }
}


.home-banner {
    padding-top: 10px;
}
.home-banner-menu {
    width: 275px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(29, 31, 34, 0.1);
}
.left-menu {
    margin-right: 30px;
    min-width: 235px;
    max-width: 235px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(29, 31, 34, 0.1);
}
.home-banner-menu .title, .left-menu .title {
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #037dbc;
    border-bottom: 1px solid #fff;
}
.home-banner-menu ul li a, .left-menu ul li a {
    padding: 14px 15px 14px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 16px;
    color: #484B4C;
}
.home-banner-menu ul li a:after, .left-menu ul li a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Regular';
    font-weight: 700;
    margin-left: 8px;
}
.home-banner-menu ul li a:hover, .left-menu ul li a:hover, .left-menu ul li.current a {
    background: #037dbc;
    color: #fff;
}
.home-banner-slide {
    width: 955px;
    min-height: 100%;
}
.home-banner-slide .swiper {
    height: 100%;
}
.home-banner-slide .swiper .swiper-slide {
    background-size: cover;
}
.home-banner-slide .swiper-content {
    width: 360px;
    position: absolute;
    left: 108px;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    z-index: 2;
    background: rgb(0 0 0 / 80%);
    padding: 20px;
}
.home-banner-slide .swiper-content-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}
.home-banner-slide .swiper-content-desc {
    padding-bottom: 20px;
}
.home-banner-slide .swiper-content-link a {
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
}
.home-banner-slide .swiper-content-link a:hover {
    color: #fff;
    opacity: .8;
}
.home-banner-slide .swiper-button-next, .home-banner-slide .swiper-button-prev {
    width: 26.42px;
    height: 42.94px;
    background: rgb(3 125 188);
    border-radius: 3px;
    top: calc(50% - 22.5px);
}
.home-banner-slide .swiper-button-next:hover, .home-banner-slide .swiper-button-prev:hover {
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
}
.home-banner-slide .swiper-pagination {
    margin-left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 3;
}
@media screen and (max-width:1259px){
    .home-banner-menu {
        display: none;
    }
    .home-banner-slide {
        width: 100%;
        min-height: 400px;
    }
}
@media screen and (max-width:767px){
    .home-banner-slide {
        min-height: 260px;
    }
    .home-banner-slide .swiper-content {
        left: 40px;
        padding: 10px;
    }
    .home-banner-slide .swiper-content-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .home-banner-slide .swiper-content-desc {
        padding-bottom: 10px;
    }
    .home-banner-slide .swiper-content-link a {
        padding: 0 10px;
        font-size: 12px;
        line-height: 28px;
    }
    .home-banner-slide .swiper-button-next, .home-banner-slide .swiper-button-prev {
        width: 14px;
        height: 26px;
        border-radius: 1px;
        top: 50%;
        font-size: 8px;
    }
    .home-banner-slide .swiper-pagination {
        bottom: 10px;
    }
    .left-menu {
        margin: 0 0 20px;
        min-width: 100%;
        max-width: 100%;
    }
    .left-menu .title {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        padding: 10px 15px
    }
    .left-menu .title:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Regular';
        font-weight: 400;
    }
    .left-menu .title.active:after {
        content: "\f077";
    }
    .left-menu ul {display: none;}
    .left-menu ul li a {
        padding: 10px 15px;
    }
}
@media screen and (max-width:479px){
    .home-banner-slide {
        min-height: 240px;
    }
    .home-banner-slide .swiper-content {
        width: 220px;
    }
    .left-menu .title {
        padding: 10px;
        font-size: 14px;
    }
    .left-menu ul li a {
        padding: 10px;
    }
}

.home-one-list .item {
    width: calc(25% - 30px);
}
.home-one-list .item .icon {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: #037dbc;
    border-radius: 50%;
    border: 2px solid;
    margin: 0 auto 20px;
}
.home-one-list .item .desc {
    text-align: center;
}
.home-one-list .item .desc strong {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
}
.home-one-article {
    padding-top: 60px;
}
.home-one-article .item {
    width: calc(50% - 15px);
    background: #f1faff;
    padding: 10px;
    align-items: center;
}
.home-one-article .item .image {
    min-width: 190px;
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.home-one-article .item .image img {
    height: 100%;
}
.home-one-article .item .desc h2 {
    font-size: 20px;
    padding-bottom: 15px;
}
.home-one-article .item .desc p {
    font-size: 15px;
    line-height: 24px;
}
@media screen and (max-width:1259px){
    .home-one-list .item .desc, .home-one-article .item .desc {
        font-size: 12px;
    }
    .home-one-list .item .desc strong, .home-one-article .item .desc h2 {
        font-size: 16px;
    }
    .home-one-article {
        padding-top: 0;
        flex-wrap: wrap;
    }
    .home-one-article .item {
        width: 100%;
        margin-top: 30px;
    }
    .home-one-article .item .image {
        min-width: 250px;
    }
}
@media screen and (max-width:767px){
    .home-one-list {
        flex-wrap: wrap;
    }
    .home-one-list .item {
        width: calc(50% - 15px);
        padding-bottom: 30px;
    }
    .home-one-article .item {
        flex-direction: column;
    }
    .home-one-article .item .image {
        min-width: 100%;
        height: initial;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .home-one-article .item .image img {
        height: initial;
        width: 100%;
    }
}
@media screen and (max-width:479px){
    .home-one-list .item {
        width: 100%;
    }
}

.home-catalog-list {
    flex-wrap: wrap;
}
.home-catalog-list .item {
    width: calc(20% - 8px);
    background: #FFFFFF;
    border: 1px solid rgba(236, 236, 236, 0.6);
    text-align: center;
    padding: 15px;
    font-size: 14px;
}
.home-catalog-list .item:hover {
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}
.home-catalog-list .item .name {
    padding-top: 15px;
}
@media screen and (max-width:1259px){
    .home-catalog-list {
        justify-content: center;
    }
    .home-catalog-list .item {
        width: calc(33.333% - 11px);
        margin: 0 0 16px 16px;
    }
    .home-catalog-list .item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media screen and (max-width:767px){
    .home-catalog-list {
        justify-content: center;
    }
    .home-catalog-list .item, .home-catalog-list .item:nth-child(3n+1) {
        width: calc(50% - 8px);
        margin: 0 0 16px 16px;
    }
    .home-catalog-list .item:nth-child(2n+1) {
        margin-left: 0;
    }
}
@media screen and (max-width:479px){
    .home-catalog-list .item, .home-catalog-list .item:nth-child(3n+1) {
        width: calc(50% - 5px);
        margin: 0 0 10px;
        padding: 10px;
    }
    .home-catalog-list .item:nth-child(2n) {
        margin-left: auto;
    }
    .home-catalog-list .item .name {
        padding-top: 12px;
        font-size: 16px;
    }
}

.home-team-list {
    flex-wrap: wrap;
}
.home-team-list .item {
    width: calc(50% - 15px);
    background: #f1faff;
    padding: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.home-team-list .item .image {
    min-width: 190px;
    max-width: 190px;
    height: 190px;
    overflow: hidden;
    margin-right: 20px;
}
.home-team-list .item:nth-child(4n+3) .image, .home-team-list .item:nth-child(4n+4) .image {
    order: 2;
    margin-right: 0px;
    margin-left: 20px;
}
.home-team-list .item:nth-child(4n+3) .info, .home-team-list .item:nth-child(4n+4) .info {
    text-align: right;
}
.home-team-list .item .image img {
    height: 100%;
}
.home-team-list .item .name {
    font-size: 20px;
    padding-bottom: 5px;
}
.home-team-list .item .profession {
    font-size: 12px;
    line-height: 24px;
    color: #BDBDBD;
}
.home-team-list .item .desc {
    font-size: 15px;
    line-height: 24px;
}
@media screen and (max-width:1259px){
    .home-team-list .item {
        width: 100%;
    }
    .home-team-list .item .info {
        width: calc(100% - 210px);
    }
    .home-team-list .item:nth-child(4n+3) .image, .home-team-list .item:nth-child(4n+4) .image {
        order: initial;
        margin-right: 20px;
        margin-left: 0;
    }
    .home-team-list .item:nth-child(4n+3) .info, .home-team-list .item:nth-child(4n+4) .info {
        text-align: left;
    }
    .home-team-list .item:nth-child(2n) .image {
        order: 2;
        margin-right: 0px;
        margin-left: 20;
    }
    .home-team-list .item:nth-child(2n) .info {
        text-align: right;
    }
}
@media screen and (max-width:767px){
    .home-team-list .item .name {
        font-size: 16px;
        font-weight: 600;
    }
}
@media screen and (max-width:479px){
    .home-team-list .item {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .home-team-list .item .image, .home-team-list .item:nth-child(2n) .image, .home-team-list .item:nth-child(4n+3) .image, .home-team-list .item:nth-child(4n+4) .image {
        order: initial;
        min-width: initial;
        max-width: 100%;
        height: initial;
        overflow: hidden;
        margin: 0 0 15px;
    }
    .home-team-list .item .image img {
        height: initial;
        width: 100%;
    }
    .home-team-list .item .info {
        width: 100%;
    }
    .home-team-list .item:nth-child(2n) .info {
        text-align: left;
    }
}

.home-news-list {
    width: 100%;
}
.home-news-list .item {
    border: 1px solid #F4F4F4;
    background: #fff;
}
.home-news-list .item:hover {
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}
.home-news-list .item .image {
    height: 150px;
    overflow: hidden;
}
.home-news-list .item .data {
    padding: 18px 13px 12px;
    font-size: 12px;
    line-height: 24px;
    color: #BDBDBD;
}
.home-news-list .item .name {
    margin: 0 13px 18px;
    display: block;
    min-height: 35px;
    font-weight: 600;
    line-height: 120%;
}
.home-news-list .item .desc {
    padding: 0 13px 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.home-news .swiper-pagination {
    text-align: center;
    padding-top: 20px;
}
@media screen and (max-width:767px){
    .home-news .swiper-pagination {
        padding: 20px 0;
    }
}

.home-about-desc {
    font-weight: 400;
    line-height: 24px;
    color: #828282;
    height: 96px;
    overflow: hidden;
    -webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;
}
.home-about-desc.active {
    height: 100%;
}
.home-about-desc:before {
    content: '';
    height: 79px;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(181.87deg, rgba(253, 251, 251, 0) 25.59%, rgba(253, 251, 251, 0.54) 61.4%, rgba(254, 254, 254, 0.85653) 76.53%, #FFFFFF 106.3%);
}
.home-about-desc.active:before {
    opacity: 0;
}
.home-about-desc p {
    padding-bottom: 20px;
}
.home-about-desc p:last-child {
    padding-bottom: 0;
}
.home-about-open {
    justify-content: left;
    line-height: 160%;
    color: #037dbc;
}
.home-about-open .close, .home-about-open.active .open {
    display: none;
}
.home-about-open.active .close {
    display: block;
}
.home-about-open i {
    margin-left: 8px;
    font-size: 12px;
}
@media screen and (max-width:767px){
    .home-about-desc {
        line-height: 22px;
        font-size: 15px;
    }
    .home-about-open {
        font-size: 12px;
    }
    .home-about-open i {
        font-size: 10px;
    }
}

/* section info */
.section-info {
    border-bottom: 20px solid #037dbc;
    padding: 25px 0;
    background: #F3F3F3;
}
.section-info .subscribe {
    display: flex;
    align-items: center;
}
.section-info .subscribe .title {
    font-weight: 600;
    font-size: 18px;
    color: #313B4D;
    padding-right: 80px;
}
.section-info .subscribe .form {
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    height: 40px;
    width: 424px;
    padding: 6px 9px;
    overflow: hidden;
}
.section-info .subscribe .form input {
    padding: 0 12px;
    font-size: 16px;
    font-weight: 500;
}
.section-info .subscribe .form .button {
    padding: 0 6px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
}
.section-info .subscribe .form .formError {
    position: absolute;
    top: 0;
    left: 20px;
}
@media screen and (max-width:767px){
    .section-info .subscribe .title {
        font-size: 16px;
        padding-right: 20px;
        white-space: nowrap;
    }
    .section-info .subscribe .form {
        width: initial;
    }
}
@media screen and (max-width:479px){
    .section-info .subscribe {
        flex-direction: column;
    }
    .section-info .subscribe .title {
        padding: 0 0 10px;
    }
}
/* .section info */


/*footer*/
.foot-top {
    padding-top: 27px;
    padding-bottom: 27px;
}
.foot-info {
    width: 256px;
}
.foot-slogan {
    font-weight: 400;
    line-height: 24px;
    color: #002347;
    font-size: 13px;
    padding: 24px 0;
}
.footer-social {
    display: flex;
}
.footer-social a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 16px;
    background: rgb(49 59 77 / 10%);
}
.foot-top .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 24px;
}
.foot-contact a {
    font-weight: 400;
    line-height: 24px;
}
.foot-contact {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.foot-contact .button {
    justify-content: start;
    margin-bottom: 24px;
}
.foot-contact .button i {
    width: 24px;
    height: 18px;
    text-align: center;
    font-size: 20px;
    margin-right: 8px;
}
.foot-copir {
    padding: 25px 0;
    border-top: 1px solid #ECECEC;
    font-weight: 400;
    line-height: inherit;
}
@media screen and (max-width:1259px){
    .foot-top {
        padding-top: 20px;
        padding-bottom: 0px;
        flex-wrap: wrap;
    }
    .foot-info {
        width: 100%;
        text-align: center;
    }
    .foot-slogan {
        line-height: 20px;
        padding: 10px 0;
        max-width: 300px;
        margin: 0 auto;
    }
    .footer-social {
        justify-content: center;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:767px){
    .foot-contact {
        align-items: center;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .foot-top .title {
        font-size: 16px;
        font-weight: 600;
        line-height: initial;
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }
    .foot-contact .button {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: initial;
    }
    .foot-contact .button i {
        width: 18px;
        height: 14px;
        font-size: 14px;
        margin-right: 4px;
    }
    .foot-copir {
        padding: 15px 0 20px;
        font-size: 10px;
    }
}
/*.footer*/

.application-form {
    padding-bottom: 100px;
}
.application-form h2 {
    padding-bottom: 20px;
}
.application-form .formContainer {
    border: 0;
}
.application-form .formRow .formSpan12 {
    display: flex;
    flex-wrap: wrap;
}
.application-form .formRow .formSpan12 .rsform-block {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.application-form .formRow .formSpan12 .rsform-block[class*="rsform-block-separ"] {
    width: 100%;
    height: 1px;
    padding: 0;
}
.application-form .formRow .formSpan12 .rsform-block[class*="rsform-block-separborder"] {
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 10px 0 20px;
    background: #333;
}
.application-form .formRow .formSpan12 .rsform-calendar-button {
    display: none;
}
.application-form .formRow .formSpan12 .rsform-block .formControlLabel {
    white-space: nowrap;
    font-weight: bold;
}
.application-form .formRow .formSpan12 .rsform-block-applicantcertification,
.application-form .formRow .formSpan12 .rsform-block-workexperience,
.application-form .formRow .formSpan12 .rsform-block-referencesone,
.application-form .formRow .formSpan12 .rsform-block-text2 {
    display: block;
}
.rsform-block-employeronesepar,
.rsform-block-employertwosepar,
.rsform-block-education,
.rsform-block .formControls,
.rsform-block-presentaddress,
.rsform-block-reasonforleavingemployerone,
.rsform-block-whatwillthisemployerone,
.rsform-block-wereyoueveremployerone,
.rsform-block-howmuchnoticeemployerone,
.rsform-block-reasonforleavingemployertwo,
.rsform-block-whatwillthisemployertwo,
.rsform-block-wereyoueveremployertwo,
.rsform-block-howmuchnoticeemployertwo,
.application-form .formRow .formSpan12 .rsform-block-doyouhaveanycommitmentstoanyotheremployer .formControlLabel {
    width: 100%;
}
.application-form .formRow .formSpan12 .rsform-block-doyouhaveanycommitmentstoanyotheremployer .formControls {
    width: initial;
}
.rsform-block-jobtitleemployerone,
.rsform-block-dutiesemployerone,
.rsform-block-jobtitleemployertwo,
.rsform-block-dutiesemployertwo,
.application-form .formContainer .formRow:nth-last-child(2) .rsform-block {
    width: 50%;
}
.rsform-block-howlonghaveyoulivedthere {
    width: 40%;
}
.rsform-block-nameemployerone,
.rsform-block-addressemployerone,
.rsform-block.rsform-block-typeofbusinessemployerone,
.rsform-block-supervisorsnameemployerone,
.rsform-block-ifnowhynotemployerone,
.rsform-block-nameemployertwo,
.rsform-block-addressemployertwo,
.rsform-block.rsform-block-typeofbusinessemployertwo,
.rsform-block-supervisorsnameemployertwo,
.rsform-block-ifnowhynotemployertwo {
    width: 33.3%;
}
.rsform-block-city,
.rsform-block-state,
.rsform-block-zip {
    width: 20%;
}
.application-form .formRow .formSpan12 .rsform-block-ifyouansweredyes,
.application-form .formRow .formSpan12 .rsform-block-brieflydescribeyour,
.application-form .formRow .formSpan12 .rsform-block-listanyprofessional,
.application-form .formRow .formSpan12 .rsform-block-ifyespleaseexplain,
.application-form .formRow .formSpan12 .rsform-block-formassachusettsapplicants,
.application-form .formRow .formSpan12 .rsform-block-pleaselist,
.application-form .formRow .formSpan12 .rsform-block-forcaliforniaapplicants,
.application-form .formRow .formSpan12 .rsform-block-presentaddress,
.application-form .formRow .formSpan12 .rsform-block-highschoolsepar,
.application-form .formRow .formSpan12 .rsform-block-ifapplicablebelowlistanyothernamesbywhich,
.application-form .formRow .formSpan12 .rsform-block-ifyesprovidedatesofemploymentlocationandreasonforseparationfromemployment {
    display: block;
    width: 100%;
}
.application-form .formRow .formSpan12 .rsform-block-namereferencesone,
.application-form .formRow .formSpan12 .rsform-block-positionreferencesone,
.application-form .formRow .formSpan12 .rsform-block-companyreferencesone,
.application-form .formRow .formSpan12 .rsform-block-workrelationshipreferencesone,
.application-form .formRow .formSpan12 .rsform-block-telephoneemailreferencesone,
.application-form .formRow .formSpan12 .rsform-block-namereferencestwo,
.application-form .formRow .formSpan12 .rsform-block-occupationreferencestwo,
.application-form .formRow .formSpan12 .rsform-block-relationshipreferencestwo,
.application-form .formRow .formSpan12 .rsform-block-telephonereferencestwo,
.application-form .formRow .formSpan12 .rsform-block-numberofyearsknownreferencestwo {
    flex-direction: column;
    width: 20%;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 10px;
} 
.application-form .formRow .formSpan12 .rsform-block-ifyespleaseexplain .formControlLabel,
.application-form .formRow .formSpan12 .rsform-block-doyouhaveanycommitmentstoanyotheremployer .formControlLabel,
.application-form .formRow .formSpan12 .rsform-block-ifapplicablebelowlistanyothernamesbywhich .formControlLabel,
.application-form .formRow .formSpan12 .rsform-block-ifyesprovidedatesofemploymentlocationandreasonforseparationfromemployment .formControlLabel {
    white-space: initial;
}
.application-form .formRow .formSpan12 .rsform-block-forcaliforniaapplicants .formControlLabel {
    display: none;
}
.application-form .formRow .formSpan12 .rsform-block .formBody,
.application-form .formRow .formSpan12 .rsform-block .formBody div[aria-required="true"] {
    display: flex;
    align-items: center;
    width: 100%;
    float: none;
}
.application-form .formRow .formSpan12 .rsform-block .formBody label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 15px;
}
.application-form .formRow .formSpan12 .rsform-block-forcaliforniaapplicants .formBody label {
    white-space: initial;
    margin: 0;
}
.application-form .formRow .formSpan12 .rsform-block-forcaliforniaapplicants .formBody label input {
    width: initial;
    margin-right: 10px;
}
.application-form .formRow .formSpan12 .rsform-block input[type="radio"] {
    margin-right: 6px;
}
.application-form .formRow .formSpan12 .rsform-block input[type="text"], .application-form .formRow .formSpan12 .rsform-block select, .application-form .formRow .formSpan12 .rsform-block textarea {
    border: 1px solid #aca8a8;
    border-radius: 3px;
    height: 36px;
    padding: 0 15px;
    margin: 0 10px;
}
.application-form .formRow .formSpan12 .rsform-block textarea {
    padding: 10px 15px;
    height: 60px;
    margin: 12px 0 0;
}
.application-form .formRow .formSpan12 .rsform-block p {
    padding-bottom: 12px;
}
.application-form .formRow .formSpan12 .rsform-block-employeronesepar,
.application-form .formRow .formSpan12 .rsform-block-employertwosepar,
.application-form .formRow .formSpan12 .rsform-block p:last-child {
    padding-bottom: 0;
}
.application-form .formRow .formSpan12 .rsform-block-datesemployedseparemployerone p,
.application-form .formRow .formSpan12 .rsform-block-datesemployedseparemployertwo p {
    padding: 0 15px 0 30px;
}
.application-form .formRow .formSpan12 .rsform-block p.formDescription {
    padding: 0;
    white-space: nowrap;
}
#CompanyName {
    width: 350px;
}
.rsform-block-maywecontactemployerone,
.rsform-block-maywecontactemployertwo {
    margin: 0 auto;
}
.application-form .formContainer .formRow:nth-last-child(3) .formSpan12 .rsform-block .formControlLabel {
    white-space: initial;
}
.application-form .formContainer .formRow:nth-last-child(3) .formSpan12 .rsform-block-applicantsignature .formControlLabel {
    white-space: nowrap;
}
.application-form .formContainer .formRow:nth-child(2) .formSpan12,
.application-form .formContainer .formRow:nth-child(4) .formSpan12,
.application-form .formContainer .formRow:nth-child(6) .formSpan12,
.application-form .formContainer .formRow:nth-child(8) .formSpan12 {
    flex-wrap: nowrap;
}
.application-form .formContainer .formRow:nth-child(2) .rsform-block,
.application-form .formContainer .formRow:nth-child(4) .rsform-block,
.application-form .formContainer .formRow:nth-child(6) .rsform-block,
.application-form .formContainer .formRow:nth-child(8) .rsform-block {
    flex-direction: column;
    align-items: flex-start;
}
.application-form .formContainer .formRow:nth-child(2) .rsform-block + .rsform-block,
.application-form .formContainer .formRow:nth-child(4) .rsform-block + .rsform-block,
.application-form .formContainer .formRow:nth-child(6) .rsform-block + .rsform-block,
.application-form .formContainer .formRow:nth-child(8) .rsform-block + .rsform-block {
    margin-left: 15px;
}
.application-form .formContainer .formRow:nth-child(2) .rsform-block .formBody,
.application-form .formContainer .formRow:nth-child(4) .rsform-block .formBody,
.application-form .formContainer .formRow:nth-child(6) .rsform-block .formBody,
.application-form .formContainer .formRow:nth-child(8) .rsform-block .formBody {
    height: 36px;
    margin-top: 6px;
}
.application-form .formContainer .formRow:nth-child(2) .rsform-block .formBody label,
.application-form .formContainer .formRow:nth-child(4) .rsform-block .formBody label,
.application-form .formContainer .formRow:nth-child(6) .rsform-block .formBody label,
.application-form .formContainer .formRow:nth-child(8) .rsform-block .formBody label {
    margin: 0 15px 0 0;
}
.application-form .formContainer .formRow:nth-child(2) .rsform-block .formBody input[type="text"],
.application-form .formContainer .formRow:nth-child(4) .rsform-block .formBody input[type="text"],
.application-form .formContainer .formRow:nth-child(6) .rsform-block .formBody input[type="text"],
.application-form .formContainer .formRow:nth-child(8) .rsform-block .formBody input[type="text"] {
    margin: 0;
}
.rsform-block-haveterminatedcount,
.rsform-block-hasemploymentcount,
.rsform-block-havegivencount {
    margin-left: auto;
}
.rsform-block-typeofemploymentdesired,
.rsform-block-areyouwillingtoworkovertime {
    padding-right: 30px;
}
.application-form .formRequired {
    color: red;
}
.application-form .formValidation {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
    white-space: nowrap;
}
.application-form .formRow .formSpan12 .rsform-block input[aria-invalid="true"],
.application-form .formRow .formSpan12 .rsform-block textarea[aria-invalid="true"] {
    border-color: red;
}
.application-form #submit {
    padding: 15px 30px;
}

@media screen and (max-width:1259px){
    .application-form .formRow .formSpan12 .rsform-block {
        align-items: flex-start;
        width: 100% !important;
        flex-direction: column;
    }
    .application-form .formRow .formSpan12 .rsform-block .formControlLabel {
        white-space: initial;
        padding-bottom: 5px;
    }
    .application-form .formRow .formSpan12 .rsform-block input[type="text"], .application-form .formRow .formSpan12 .rsform-block select, .application-form .formRow .formSpan12 .rsform-block textarea {
        margin: 0;
        width: 100% !important;
    }
    .application-form .formRow .formSpan12 .rsform-block p.formDescription {
        padding: 0 0 0 5px;
    }
    .application-form .formRow .formSpan12 .rsform-block .formBody label {
        margin: 0 15px 0 0;
    }
    .application-form .formContainer .formRow:nth-child(2) .formSpan12, .application-form .formContainer .formRow:nth-child(4) .formSpan12, .application-form .formContainer .formRow:nth-child(6) .formSpan12, .application-form .formContainer .formRow:nth-child(8) .formSpan12 {
        flex-wrap: wrap;
    }
    .application-form .formContainer .formRow:nth-child(2) .rsform-block + .rsform-block, .application-form .formContainer .formRow:nth-child(4) .rsform-block + .rsform-block, .application-form .formContainer .formRow:nth-child(6) .rsform-block + .rsform-block, .application-form .formContainer .formRow:nth-child(8) .rsform-block + .rsform-block {
        margin-left: 0;
    }
    .application-form .formRow .formSpan12 .rsform-block-datesemployedseparemployerone p, .application-form .formRow .formSpan12 .rsform-block-datesemployedseparemployertwo p {
        padding: 0;
    }
    .application-form h2 {
        font-size: 20px;
    }
}
@media screen and (max-width:479px){
.application-form {
    font-size: 14px;
}
.application-form h2 {
    font-size: 18px;
}
.application-form .formRow .formSpan12 .rsform-block input[type="text"], .application-form .formRow .formSpan12 .rsform-block select, .application-form .formRow .formSpan12 .rsform-block textarea {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
}