.index-c .home-c h3 {
    font-size: 18px !important;
    font-weight: 700;
    color: #282822;
}



.home-c .product-hc a {
    text-decoration: none !important;
}

.product-hc .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-c .product-item-h {
    border: 1px solid #eee;
    border-bottom: 3px solid #003AA5;
    height: 100%;
}

.home-c .product-hc .col-sm-4:nth-of-type(2) .product-item-h {
    border-bottom-color: #018E2E;
}

.home-c.product-hc .col-sm-4:last-of-type .product-item-h {
    border-bottom-color: #002653;
}

.home-c .product-hc .img {
    overflow: hidden;
}

.home-c .product-hc .img:hover img {
    transform: scale(1.2);
}



.home-c .product-item-h .img {
    background-color: #eee;
    text-align: center;
}

.home-c .product-item-h img {
    max-width: 100%;
}

.home-c .product-item-h h3 {
    color: #282828;
    line-height: 1em;
    padding: 15px;
    font-size: 18px;
}

.home-c .product-item-h h3:first-of-type {
    font-weight: 700;
}

.home-c .product-item-h h3:last-of-type {
    color: #999;
    line-height: 1.5em;
    font-weight: 400 !important;
}

.home-c .product-item-h p {
    color: #333;
    line-height: 1.4em;
    padding: 15px;
    text-align: center;
}

.join-us-hc .bor {
    float: left;
    border: 1px solid #eee;
}

.join-us-hc .bor>div {

    float: left;
}

.join-us-hc .join-us-left {
    position: relative;
}

.join-us-hc .join-us-left img {
    max-width: 100%;
}

.join-us-hc .join-us-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 10;
    width: 0;
    height: 0;
}

.join-us-hc .join-us-left::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 10;
    width: 0;
    height: 0;
}

.join-us-hc .join-us-left:hover::before,
.join-us-hc .join-us-left:hover::after {
    width: 100%;
    height: 100%;
}


.join-us-hc .join-us-right {
    width: 60%;
    padding: 50px;
}

.home-en-c .join-us-hc .join-us-right {
    width: 64%;
    padding: 50px;
}

.join-us-hc .join-us-right h3 {
    font-weight: 700;
    font-size: 18px;
}

.join-us-hc .join-us-right p {
    padding: 30px 0;
    color: #484848;
    font-size: 16px;
    line-height: 2em;
}

.join-us-hc .join-us-box {
    padding: 40px 50px;
    border: 1px solid #eee;
}

.join-us-hc .join-us-box img {
    margin-bottom: 39px;
}

.join-us-hc .join-us-box p {
    color: #484848;
}

.join-us-hc .py-15 a {
    color: #999 !important;
}

.new-swiper h3 span {
    font-size: 14px;
    padding-left: 6px;
    color: #686868;
}

.contact-us-hc {
    background: url(./../images/bot-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.contact-us-hc .contact-us-hc-item .left {
    padding: 0 30px;
}

.contact-us-hc .contact-us-hc-item span {
    font-size: 16px;
    color: #686868;
}

.contact-us-hc .contact-us-hc-item h3 {
    color: #282828;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 22px;
}

.contact-us-hc .contact-us-hc-item .input-item {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-us-hc .contact-us-hc-item .input-item p,
.contact-us-hc .contact-us-hc-item .input-item>div {
    display: inline-block;
    font-size: 16px;
}

.contact-us-hc .input-item>p:first-of-type {
    width: 8.6em;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ccc;
}

.contact-us-hc .input-item {
    margin-bottom: 20px;
}

.contact-us-hc .input-item span {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.contact-us-hc .input-item label {
    margin-bottom: 0;
    margin-right: 6px;
    cursor: pointer;
}

.contact-us-hc .input-item input[type="email"] {
    border: 0;
    background-color: transparent;
}

.contact-us-hc .left-item p {
    margin-bottom: 20px;
}

.contact-us-hc .contact-us-hc-item .right {
    width: calc(100% - 160px);
}

.home-c .swiper-pagination {
    text-align: right;
    padding: 0 20px;
}

.home-c .swiper-container img {
    width: 100%;
}

.home-c .swiper-pagination span {
    padding: 4px;
    background-color: #eee;
    border: 1px solid #fff !important;
    transition: all .5s ease;
}

.home-c .swiper-pagination-bullet-active {
    background-color: #003AA5 !important;
    width: 30px;
    border-radius: 10px;
}

.home-c .join-us-list .card-ci {
    padding: 40px 30px;
}

.home-c .join-us-list>div:first-of-type p a,
.home-c .join-us-list>div:first-of-type p {
    color: #484848 !important;
}

.home-c .join-us-list .card-ci>h3 {
    position: relative;
}

.home-c .join-us-list .swiper-btn {
    position: absolute;
    top: -16px;
    right: 0;
    bottom: 0;
    width: 60px;
    z-index: 100;
}

.home-c .join-us-list .swiper-btn .swiper-button-next,
.home-c .join-us-list .swiper-btn .swiper-button-prev {
    width: 12px;
    height: 12px;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    transform: rotate(45deg);
    background: none;
    cursor: pointer;
    outline-width: 0 !important;
}

.home-c .join-us-list .swiper-btn .swiper-button-prev {
    transform: rotate(225deg);
}

.home-c .join-us-list .swiper-btn .swiper-button-next:hover,
.home-c .join-us-list .swiper-btn .swiper-button-prev:hover {
    border-color: #003AA5 !important
}

.home-c .contact-us-hc .btn-tc {
    padding: 10px;
}

.home-c .contact-us-hc-item.en-w .input-item>p:first-of-type {
    width: 10em !important;
}

.new-swiper {
    position: relative;
    /* height: 45px; */
    overflow: hidden;
}
.contact-us-hc-item img{
    transition: transform .5s;
}
.contact-us-hc-item img:hover{
    ransform: rotate(180deg);
             -webkit-transform: rotate(180deg);
             transition: transform .5s;
}
@-webkit-keyframes rotation { 
    from { 
      -webkit-transform: rotate(0deg); 
    } 
    to { 
      -webkit-transform: rotate(180deg); 
    } 
}  
} 


@media (max-width:1366px) {


    .contact-us-hc .contact-us-hc-item .left {
        padding: 0 15px 0 0;
    }

    .contact-us-hc .contact-us-hc-item .left img {
        width: 70px;
    }

    .contact-us-hc .contact-us-hc-item .right {
        width: calc(100% - 90px);
    }

    .contact-us-hc .input-item #subscribe-text {
        width: 240px;
    }

    .home-en-c .join-us-hc .join-us-left img {
        width: 420px !important;
    }

    .home-en-c .join-us-hc .join-us-right {
        width: 55%;
        padding: 30px;
    }
}

@media(max-width:1200px) {
    .join-us-hc .join-us-right {
        width: 55%;
        padding: 30px;
    }
}

@media(min-width:992px) {
    .home-en-c .contact-us-hc .left-item p {
        margin-bottom: 40px;
    }

    .home-en-c .contact-us-hc .right-item .btn-tc {
        margin-top: 15px;
    }

}

@media (min-width:992px) and (max-width:1200px) {}

@media (max-width:992px) {
    .join-us-hc .join-us-right p {
        line-height: 1.6em;
    }

    .contact-us-hc .input-item #subscribe-text {
        width: 100%;
    }

    .home-c .product-item-h {
        margin-bottom: 15px;
    }

    .home-c .product-item-h h3,
    .home-c .product-item-h p {
        padding: 6px 12px;
    }

    .join-us-hc .bor>div {
        width: 100%;
    }

    .home-en-c .join-us-hc .join-us-left img {
        width: 100% !important;
    }

    .join-us-hc .join-us-right {
        padding: 15px !important;
        width: 100% !important;
    }

    .join-us-hc .join-us-right p {
        padding: 15px 0;
    }

    .join-us-hc .join-us-box {
        padding: 15px;
    }

    .join-us-hc .join-us-box {
        margin-bottom: 15px;
    }

    .contact-us-hc {
        padding: 15px 0;
    }

    .contact-us-hc .contact-us-hc-item.left-item {
        margin-bottom: 30px;
    }

    .contact-us-hc .contact-us-hc-item .left {
        padding: 0 15px 0 0;
    }

    .contact-us-hc .contact-us-hc-item .left img {
        width: 50px;
    }

    .contact-us-hc .contact-us-hc-item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .contact-us-hc .contact-us-hc-item span {
        font-size: 14px;
    }

    .contact-us-hc .left-item p {
        margin-bottom: 15px;
    }

    .contact-us-hc .contact-us-hc-item .right {
        width: calc(100% - 65px);
    }

    .contact-us-hc .contact-us-hc-item .input-item p,
    .contact-us-hc .contact-us-hc-item .input-item>div {
        font-size: 12px;
    }

    .contact-us-hc .input-item {
        margin-bottom: 15px;
    }

    .contact-us-hc .contact-us-hc-item {
        float: left;
        width: 100%;
    }

    .index-c h3 {
        font-size: 16px !important;
    }

    .contact-us-hc .contact-us-hc-item span {
        font-size: 12px;
    }

    .home-c .join-us-list .card-ci {
        padding: 15px;
    }

    .home-c .product-hc .col-sm-4 {
        margin-bottom: 15px;
    }

    .home-c .product-hc .col-sm-4:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width:1200px) {

    .contact-us-hc .contact-us-hc-item .input-item p,
    .contact-us-hc .contact-us-hc-item .input-item>div {
        width: 100%;
    }

    .contact-us-hc .input-item>p:first-of-type {
        margin-bottom: 6px;
        border-right: 0;
    }
}

@media (max-width:750px) {
    .banner >a>img {
        width: 100%;
    }
}

@media(max-width:320px) {
    .contact-us-hc .contact-us-hc-item .right {
        margin-top: 8px;
        width: 100%;
    }
}

.contact-us-hc .contact-us-hc-item .input-item:last-of-type p {
    margin: -6px 0;
}

.contact-us-hc .contact-us-hc-item .input-item:last-of-type input::placeholder {
    color: #999;
}

.contact-us-hc .contact-us-hc-item .input-item:last-of-type input {
    padding: 6px;
    color: #999;
    outline-color: transparent !important;
}