h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, body{
    font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.header-bottom{
    border-bottom: 1px solid #f5f5f6;
    font-size: 16px;
}
.main-menu > ul > li > a{
    font-size: 16px;
}

.hero-slider .home-slider-prev, .hero-slider .home-slider-next {
    color: #333;
    font-family: 'iconfont' !important;
    font-size: 40px;
    z-index: 10;
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent;
}

.hero-slider .home-slider-prev i, .hero-slider .home-slider-next i {
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 35px;
    line-height: 35px;
    color: #f66f6a;
}
.hero-slider .main-slider-nav:hover{
    background-color: transparent;
}

.hidden-pc-sm{
    display: none !important;
}

.hidden-m-sm{
    display: block !important;
}

@media (min-width: 1680px){
    .content-box .panel-img-box .text-box {
        font-size: 20px;
    }
    .hidden-pc-sm{
        display: block !important;
    }
    .hidden-m-sm{
        display: none !important;
    }
}

@media (min-width: 1440px){

    .content-box .panel-img-box .text-box {
        font-size: 18px;
    }
}

@media (min-width: 1600px){

    .custom-container {
        width: 93% !important;
        max-width: 100% !important;
    }
    .hidden-md {
        display: none !important;
    }
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        width: 85.652%;
        max-width: 1430.016px;
    }
}


@media (max-width: 1279px){
    .por-container {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width: 1439px){
    .por-container {
        max-width: 1200px;
    }
}


.home-information .information-news-column+.information-news-column {
    border-left: 1px solid #dfe1e6;
}
.home-information .information-main {
    position: relative;
    z-index: 1;
    padding-top: 68px;
    padding-bottom: 110px;
}
.home-information .information-title {
    width: 424px;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
    font-weight: 600;
    margin-bottom: 12px;
}
.home-information .information-desc {
    width: 424px;
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    margin-bottom: 16px;
}
.home-information .information-frontground {
    position: absolute;
    right: 125px;
    bottom: -60px;
    width: 615px;
    height: 379px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: right .2s;
    transition: right .2s;
}
.home-information .information-news {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.home-information .information-news-column {
    width: 33.33333333%;
}
.home-information .information-news-card {
    padding: 32px;
    background-color: #fff;
    text-align: left;
}

.home-information .information-news-card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-information .information-news-card-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s;
}
.home-information .information-news-card-subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
}

@media (min-width: 1024px){
    .element-entrance-1.ee-enter {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .element-entrance-1 {
        -webkit-transition: .5s;
        transition: .5s;
    }
    .hidden-pc {
        display: none!important;
    }

    .home-information {
        background-image: none!important;
    }

    .home-information .information-main {
        background-image: none!important;
    }

}

@media (max-width: 767px){
    .hidden-xs {
        display: none !important;
    }
    .blog-details-content img{
        width: 100% !important;
    }
    .copyright-content p{
        font-size: 12px;
    }
    .swiper-pagination {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 479px){
    .hero-slide-item {
        height: 250px !important;
    }
    .hero-slide-bg img{
        object-fit: contain !important;
    }
}


.content-box .panel-img-box .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
}

.content-box .panel-img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(/template/amber/pc/assets/images/banner/mask_grad.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
    opacity: 0;
}

@media (min-width: 992px) {

    .content-box .panel-img-list {
        font-size: 0;
        -webkit-text-size-adjust: none;
    }

    .content-box .panel-img-box.mr {
        margin-right: 30px;
    }

    .content-box .panel-img-box {
        width: auto;
        margin-bottom: 30px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }
    .content-box .panel-img-box img {
        width: 100%;
        height: 100%;
    }

    .content-box .panel-img-box .mask {
        visibility: visible;
        opacity: 1;
        height: 70%;
        width: 100%;
        content: "";
        background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%);
        display: block;
        top: auto;
        bottom: 0;
    }

    .content-box .panel-img-box:hover .mask {
        opacity: 1;
        visibility: visible;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background-image: url(/template/amber/pc/assets/images/banner/mask_grad.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 100%;
    }

    .content-box .panel-img-box .text-box {
        padding: 25px 30px;
        bottom: -60px;
        font-size: 16px;
    }


    .content-box .panel-img-box:hover .text-box {
        bottom: 0;
    }

    .content-box .panel-img-box .text-box .category {
        font-size: 1.21em;
    }
    .content-box .panel-img-box .text-box.text-box-1 .name {
        margin-bottom: 0;
    }
    .content-box .panel-img-box .text-box .name {
        margin-bottom: 12px;
        font-size: 1.5em;
        line-height: 1.7em;
    }

    .content-box .panel-img-box .text-box.text-box-1 .text {
        margin-bottom: 12px;
        font-size: 1.175em;
        display: block;
    }


    .content-box .panel-img-box:hover .text-box .read-more {
        visibility: visible;
        opacity: 1;
    }

    .content-box .panel-img-box .text-box .read-more {
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 1.175em;
    }

    .read-more, .read-more-white {
        font-size: 1.175em;
        line-height: 2.175em;
    }

}

.color-white {
    color: #fff !important;
}

.bg-primary {
    background-color: #000000 !important;
}
.mega-menu{
    width: 100% !important;
    top: inherit !important;
    box-shadow: 0 0 6px -5px;
}

.mega-menu-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mega-menu > .mega-menu-box > li {
    list-style: none;
    width: 25%;
    margin-bottom: 70px;
    padding: 0 25px;
}
.mega-menu > .mega-menu-box > li.w12 {
    width: 12%;
    text-align: center;
    margin-bottom: 35px !important;
}

.mega-menu > .mega-menu-box > li .mega-menu-title {
    font-weight: inherit !important;
    color: inherit !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: left;
}
.mega-menu > .mega-menu-box > li.w12 img{
    width: 50px;
}
.mega-menu > .mega-menu-box > li.w12 .mega-menu-title{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.mega-menu > .mega-menu-box > li > ul {
    padding-left: 0;
    padding-top: 10px;
}

.mega-menu > .mega-menu-box > li > ul a {
    line-height: 2.5;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-weight: 500
}

.mega-menu > .mega-menu-box > li > ul a:hover {
    color: #009be3
}

img.lazyload::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    left: 0;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100px;
    padding-top: 56%;
}

.content-box .title-box {
    margin-bottom: 35px;
}
.content-box h2 {
    color: #333;
    text-align: center;
    position: relative;
    padding: 0;
    padding-bottom: 8px;
    display: inline-block;
    margin: 0;
    float: none !important;
}

.content-box .text-center h2:after {
    margin-left: 0;
    transform: translateX(-50%);
}
.content-box .text-center h2:after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 35px;
}

.blog-content .blog-title {
    font-size: 18px;
    text-align: left;
}

.single-blog-wrapper {
    background-color: #f5f5f5;
}

.blog-content {
    padding: 0 14px;
    padding-bottom: 40px;
}

.blog-content > .blog-content-box{
    height: 12.6em;
    word-break: break-word;
    overflow: hidden;
    overflow-wrap: break-word;
}

.content-box .panel-img-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.content-box .panel-img-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.content-box .panel-img-box img {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    position: relative;
}

.content-box .panel-img-box .text-box .category {
    font-size: 1.175em;
    line-height: 2.1em;
    color: #fff;
}

.content-box .panel-img-box .text-box .name {
    line-height: 1.7em;
    font-weight: bold;
    margin: 0;
    font-size: 1.5em;
}
.content-box .panel-img-box .text-box .text {
    font-size: 1.05em;
    line-height: 2.1em;
    opacity: 0.7;
    display: none;
}

.bg-img-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.read-more, .read-more-white {
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.175em;
    line-height: 1.8em;
    outline: none;
}


.content-box .panel-img-box .text-box .read-more {
    opacity: 1;
    margin-top: 15px;
}
.content-box .panel-img-box .text-box .read-more {
    margin-top: 0;
}


.home-customers {
    color: #fff;
}

.home-customers .h-section {
    position: relative;
    background-size: cover;
}

.home-customers .customers-bgs {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.home-customers .por-container {
    position: relative;
    z-index: 2;
}


.por-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.home-customers .section-head {
    text-align: center;
}
.section-head {
    padding-bottom: 32px;
    text-align: center;
}

.section-head[data-theme=light] .section-head-title {
    color: #fff;
}
.section-head-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.home-information .section-head-title{
    color: #333;
}

.home-customers .customers-tab-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.home-customers .customers-tab-item {
    display: block;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: -1px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}
.home-customers .customers-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: -1px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
}
.home-customers .customers-more i {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}

.por-icon {
    font-family: por-icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.por-icon-right:before {
    content: "\ea09";
}
.home-customers .customers-tab-content:not(.show) {
    display: none;
}

.home-customers .customers-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 362px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-customers .customers-text {
    max-width: 716px;
}
.home-customers .customers-text-title {
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-animation: textIn .4s forwards;
    animation: textIn .4s forwards;
}
.home-customers .customers-text-title>span {
    max-width: 100%;
    font-size: 24px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-customers .customers-text-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-animation: textIn .4s .1s forwards;
    animation: textIn .4s .1s forwards;
}

.home-customers .customers-text-btn {
    margin-top: 8px;
    opacity: 0;
    -webkit-animation: textIn .4s .15s forwards;
    animation: textIn .4s .15s forwards;
}


.por-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 2px;
    padding-left: 24px;
    padding-right: 24px;
}

.por-btn-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 2px;
    padding-left: 32px;
    padding-right: 32px;
}

.por-btn-light {
    border-color: #fff;
    color: #fff;
}

.por-btn-light:hover {
    background-color: #d64a52;
    border-color: #d64a52;
    color: #fff;
}
.home-customers .customers-bg:first-child {
    z-index: 2;
}
.home-customers .customers-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    -webkit-animation: fadeIn .4s forwards;
    animation: fadeIn .4s forwards;
}

.home-customers .customers-tab-item.active:after {
    width: 100%;
}
.home-customers .customers-tab-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #d64a52;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
.home-customers .customers-tab-item.active {
    font-weight: 700;
}
.home-customers .customers-text-title>* {
    display: inline-block;
    vertical-align: middle;
}


@-webkit-keyframes textIn {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes textIn {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

.home-information .h-section {
    background-size: cover;
    background-position: 50%;
}
.h-section {
    padding: 64px 0;
}
.por-btn-dark {
    border-color: #252b3a;
    color: #252b3a;
}

.por-btn-dark:hover {
    border-color: #c7000b;
    color: #c7000b;
}

@media (max-width: 1023px) and (max-width: 580px){
    .home-information .information-frontground-m {
        bottom: -25%;
    }
}


@media (max-width: 767px){
    .por-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hidden-sm{
        display: none !important;
    }
}


@media (max-width: 1023px){
    .h-section {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .home-information {
        background-size: cover;
        background-position: top;
        background-color: #fff;
    }
    .home-information .h-section {
        background-image: none!important;
    }

    .home-customers .h-section {
        background-color: #f5f5f6;
        background-image: none!important;
    }

    .section-head {
        padding-bottom: 0px;
        text-align: center;
    }
    .section-head-title {
        font-size: 18px;
        line-height: 22px;
    }
    .home-information .h-section .section-body {
        border: 1px solid #dfe1e6;
    }
    .home-information .information-main {
        padding: 16px;
        background-size: 100% auto;
        background-position: 100% 100%;
    }

    .section-title .title {
        font-size: 18px;
    }

    .home-information .information-title {
        font-size: 14px;
        font-weight: 800;
        line-height: 18px;
        margin-bottom: 4px;
        width: auto;
    }
    .home-customers .customers-m-logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
    }
    .home-information .information-desc {
        width: 50%;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .home-information .information-more a {
        font-size: 12px;
        line-height: 18px;
    }
    .home-information .information-more a {
        font-size: 12px;
        line-height: 18px;
    }
    .home-information .information-more span {
        line-height: 18px;
        vertical-align: middle;
    }
    .home-information .information-frontground-m {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -100%;
        width: 50%;
        background-size: auto 100%;
        background-position: top;
        background-repeat: no-repeat;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    .home-information .information-news {
        display: block;
        margin-top: 0;
    }
    .home-information .information-news-column {
        width: auto;
    }

    .home-information .information-news-card {
        padding: 20px 15px;
    }
    .home-information .information-news-card-subtitle {
        font-size: 12px;
        line-height: 18px;
    }
    .home-information .information-news-column+.information-news-column:before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-top: 1px solid #dfe1e6;
    }
    .home-information .information-news-column+.information-news-column {
        position: relative;
        border-left: none;
    }
    .hidden-m {
        display: none!important;
    }

    .home-customers .customers-m-logo {
        display: block;
        width: 50%;
        height: 80px;
        background-size: 112px 48px;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .home-solutions .solutions-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
    }

    .home-solutions .solutions-list li:first-child {
        width: 100%;
    }
    .home-solutions .solutions-list>li {

        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-transition: .65s;
        transition: .65s;
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 8px;

    }

    .home-solutions .solutions-card {
        display: block;
        position: relative;
        background-size: cover;
        background-position: 0;
        overflow: hidden;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        height: auto;
        padding: 168px 0 0;
    }

    .home-solutions .solutions-card-cover, .home-solutions .solutions-card-cover-mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: .65s;
        transition: .65s;
        background-size: cover;
        background-position: 0;
    }
    .home-solutions .solutions-card-cover, .home-solutions .solutions-card-cover-mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: .65s;
        transition: .65s;
    }

    .home-solutions .solutions-card-text {
        position: absolute;
        -webkit-transition: .65s;
        transition: .65s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: calc(100% - 34px);
        left: 16px;
        right: 0;
        height: auto;
        margin-top: 0;
    }
    .home-solutions .solutions-card-title {
        position: relative;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }


}

@media (max-width: 1080px){
    .home-information .information-frontground {
        right: 0;
    }
}
@media (max-width: 1180px){
    .home-information .information-frontground {
        right: 50px;
    }
}


@media (min-width: 992px){
    footer .top-line {
        height: 65px;
        overflow: visible;
    }
}

footer .top-line {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
    height: 65px;
    overflow-y: visible;
    position: relative;
}

.pull-left {
    float: left !important;
}

footer .top-line a.index {
    opacity: 1;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
footer .top-line a, footer .top-line em {
    font-size: 0.875em;
    line-height: 24px;
    height: 24px;
    color: #595757;
    float: left;
    opacity: 0.6;
}

footer .top-line a.index {
    opacity: 1;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

footer #footer-search {
    visibility: visible !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding-right: 0;
}
footer .top-line .search-box {
    background-color: transparent;
    top: -5px;
    right: -10px;
    position: absolute;
}
footer .top-line .search-box {
    right: 0 !important;
    top: -10px !important;
}
@media (min-width: 1025px){
    .search-box.search-hide {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        left: auto;
    }
    .search-box.search-hide {
        visibility: hidden;
        left: 100%;
    }
}
@media (min-width: 992px){
    footer .search-box {
        width: 500px;
        left: auto !important;
    }
}
@media (min-width: 1025px){
    .search-box {
        width: 500px;
        height: 76px;
        padding-top: 15px;
        right: 8px;
        position: absolute;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        left: auto;
    }
    .search-box {
        position: fixed;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform-origin: 100% center;
        -ms-transform-origin: 100% center;
        transform-origin: 100% center;
        background-color: #fff;
        padding-right: 50px;
        padding-left: 20px;
        padding-top: 9px;
        left: 0;
        top: 0;
        z-index: 100;
    }
    footer .search-box a.btn-search {
        top: 28px;
    }
}

.search-box input {
    width: 100%;
    height: 48px;
    border: 1px solid #d4d4d4;
    line-height: 48px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    padding-right: 50px;
    background-color: #fff;
}

.custom-imgbox{
    overflow: hidden;
    position: relative;
}

@media (max-width: 1920px){
    .custom-imgbox{
        height: 280px;
    }

    .section-margin .custom-imgbox {
        height: 180px;
    }
}
.section-margin h1 {
    padding: 0 8.5%;
    margin-bottom: 30px;
}

.custom-imgbox img {
    float: none;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-thumb .custom-imgbox:hover img {
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
    left: 0;
    top: 50%;
}
.blog-content p{
    min-height: 110px;
}

.filter-media {
    margin: 20px 0;
    position: relative;
}
.filter-media >div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter-media h4 {
    min-width: 50px;
}
.filter-media h4 {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 5px;
    min-width: 100px;
}

.msg-box {
    margin: 0;
}

.msg-box ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
}

.msg-box ul li.active a {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}
.msg-box ul li:first-child a {
    margin-left: 0;
}
.msg-box ul li a {
    border: 1px solid #bbb;
    color: #666;
    border-radius: 30px;
    padding: 3px 10px;
    display: inline-block;
    font-size: 0.7em;
    margin-left: 0px;
    min-width: 35px;
    text-align: center;
}

.filter-media .pulldown {
    position: absolute;
    top: 8px;
    right: 0;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.filter-media .pulldown span {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    display: inline-block;
    vertical-align: text-bottom;
}

@media (max-width: 767px) {
    .filter-media {
        height: 40px;
        overflow: hidden;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        padding-right: 20px;
    }

    .filter-media h4 {
        min-width: 45px;
        padding-top: 16px;
        margin-right: 10px;
        font-weight: bold;
        font-size: 0.95em;
    }

    .visible-xs {
        display: block !important;
    }

    .filter-media.show {
        height: auto;
    }

    .filter-media.show .pulldown span {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .pagination li:not(:nth-child(2), :nth-last-child(2)) {
        display: none !important;
    }

    .pagination li a.disabled {
        text-decoration: none;
        border: #e1e1e1 1px solid;
        color: #e1e1e1;
    }

    .content-img-box .content-box .subtitle {
        font-size: 14px;
        margin-top: 30px;
    }
}

.container-custom {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section-margin .subtitle {
    color: #7f7e7e;
    font-size: 1.25em;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 15px;
}
.section-margin>.subtitle {
    text-align: center;
    max-width: 53%;
    margin-top: 22px;
    margin: 22px auto 0 auto;
}

@media (min-width: 992px){
    .container-custom {
        width: 85.652%;
        max-width: 1430.016px;
    }
    .section-margin .time {
        width: 85.652%;
        max-width: 1430.016px;
        margin: 0 auto;
        padding: 0px 8.5%;
    }
    .mb30 {
        margin-bottom: 30px !important;
    }

}

@media (min-width: 1900px){
    .section-margin .time {
        padding: 0px 6.8%;
    }
}
.section-margin .time {
    font-size: 0.875em;
    color: #adadad;
    text-align: center;
    padding: 0 15px;
}

.section-margin h1 {
    text-align: center;
    margin-top: 0;
}


.mb30 {
    margin-bottom: 15px !important;
}

.section-margin .blog-content > .blog-content-box {
    height: 5.6em;

}

.blog-details-content .news-detail-content .text-img {
    margin-bottom: 30px;
}

.text-img {
    padding: 0 5%;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.footer-text{
    border: 2px #333 solid;
    font-size: 16px;
    padding: 10px;
    /*display: inline-block;*/
    border-radius: 5px;
    font-weight: bold;
}
.single-footer-qrcde-box{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.single-footer-qrcde .single-footer-qrcde-item{
    width: 100%;
}

.single-footer-qrcde .single-footer-qrcde-item img{
    width: 100%;
    height: auto;
}
.single-footer-qrcde .single-footer-qrcde-item p{
    padding-top: 5px;
    color: #747474;
    font-size: 14px;
}

.panel-img-box.big-w img.lazyload {
    max-height: 446px;
}

.panel-img-box.big-w img.lazyload.loaded {
    max-height: none;
}

.project-banner{
    height: 400px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    width: 730px;
}
.bg-bright-repeat{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.project-banner .prodoc-description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
}




.pagination li:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination li a {
    padding: 0.375rem 0.75rem;
}
.pagination li a {
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
    margin-right: 10px;
    border: 1px solid #009be3;
    text-align: center;
    color: #009be3;
}


.pagination li a:not([href]):not([class]), .pagination li a:not([href]):not([class]):hover {
    text-decoration: none;
    border: #e1e1e1 1px solid;
    color: #e1e1e1;
}

.pagination li.thisclass a {
    background: #009be3;
    color: #ffffff;
}

.content-box .vertical-middle-sm {
    display: table;
    width: 100%;
    text-align: center;
}
.vertical-middle-sm>div {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
}
.content-box h1 {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    font-size: 40px;
    color: #fff !important;
    padding-bottom: 0;
    font-weight: bold;
}

.content-box .subtitle {
    margin: 0 auto;
    margin-top: 11px;
    font-size: 17px;
    line-height: 1.95em;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

@media (min-width: 992px){
    .content-box .vertical-middle-sm {
        width: 80%;
        margin: 0 auto;
        max-width: 1366px;
    }
    .content-box h1 {
        font-size: 40px !important;
    }
    .content-img-box .content-box .subtitle {
        margin-top: 35px;
    }
}

@media (max-width: 1920px){
    .blog-thumb .custom-imgbox {
        height: 280px;
    }
}

.copyright-content p{
    color: #fff !important;
    font-size: 14px;
    text-align: center;
}

.hero-slider .swiper-pagination{
    opacity: 1 !important;
    visibility: inherit !important;
}

.swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
}


.section .nav-tabs {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border-bottom: 1px solid #dfdfdf;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 30px !important;
    position: relative;
}
.section .nav-s > li {
    position: relative;
    display: block;
}
.section .nav-tabs > li {
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
}

.section .nav-s > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.section .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.section .nav-tabs>li>a {
    border: none;
    font-size: 1em;
    padding: 14px 0;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #666666;
}

.section .nav-tabs>li.active>a::after, .section .nav-tabs>li:hover>a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.section .nav-tabs>li>a::after {
    content: '';
    background: #0ea0e4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 1px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


@media (min-width: 992px){
    .section .nav-tabs {
        margin-bottom: 50px !important;
        margin: 0 auto;
    }
}

@media (max-width: 992px){
    .section .nav-tabs {
        overflow-x: scroll;
    }
    .section-margin{
        margin-top: 30px;
    }
}

.btn-primary{
    border-color: #17a4e6;
    color: #fff;
    background-color: #17a4e6;
    border: 1px solid transparent;
}

@media (min-width: 1025px){
    .mega-menu > .mega-menu-box > li.mega-menu-col .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
    }
}

.newsletter-content .title{
    font-size: 16px;
    font-weight: inherit;
}

.newsletter-form-wrap .mc-form .form-control, .newsletter-form-wrap .mc-form .newsletter-btn{
    border-radius: 0;
}
.newsletter-form-wrap .mc-form .newsletter-btn{
    background-color: #009be3;
}
.newsletter-form-wrap.newsletter-inner .mc-form .form-control{
    height: 52px;
}
.scroll-top:hover{
    background-color: #009be3;
}

.scroll-customer-box {
    position: fixed;
    right: 30px;
    bottom: 105px;
    z-index: 999;
}
.scroll-customer-item{
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
    opacity: 1;
    background-color: #6c757d;
    background-size: 200% auto;
    background-position: left center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    color: #fff;
    margin-top: 5px;
}
.scroll-customer-item:hover {
    background-color: #009be3;
    background-position: right center;
    color: #fff;
}
.scroll-customer-item-qr{
    right: 40px;
    bottom: 0px;
    display: none;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.scroll-customer-item-box:hover .scroll-customer-item-qr{
    display: block;
}

.product-error-text{
    text-align: center;
    padding: 50px;
    font-size: 14px;
}


/*     header start     */
.header-actions .header-action-btn i{
    font-size: 30px;
}

.mega-menu-search {
    background: #fff;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 6px -3px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    border-bottom: 3px solid #009be3;
    position: fixed !important;
    width: 100% !important;
    top: 81px !important;
    box-shadow: 0 0 6px -5px;
}

.mega-menu-search.visible-active{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.mega-menu-search-box{

}
.header-action-btn-search .header-search-form{
    opacity: 1 !important;
    visibility: visible;
    text-align: center;
    position: relative;
    height: 200px;
    justify-content: center;
    align-items: center;
}
.header-action-btn-search .mega-menu-search-box .header-search-form .header-search-button{
    width: 80px;
}
/*     header end     */

@media (min-width: 992px){
    .col-lg-20 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}



.main-menu > ul > li > a:hover, .main-menu > ul > li > a.active {
    color: #009be3;
}

.single-product-tab .nav-tabs .nav-item .nav-link.active{
    color: #009be3;
}
.single-product-tab .nav-tabs .nav-item .nav-link:hover{
    color: #009be3;
}
.header-actions .header-action-btn:hover{
    color: #009be3;
}
.single-product-tab .nav-tabs .nav-item .nav-link::after{
    background-color: #009be3;
}

.single-footer-widget .widget-list li a:hover{
    color: #009be3;
}
.header-box{
    position: relative;
    z-index: 9;
}
.header-search-mask{
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: rgba(0,0,0,.7);
}