.quan .title {
    text-align: center;
    margin-bottom: 35px;
}

.quan .title h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: bold;
    color: #222f42;
}

.quan .title h3 {
    font-size: 30px;
    font-weight: bold
}

.quan .box {
    width: 33.3333%;
    float: left;
    position: relative;
}

.quan .box1 {
    height: 350px;
    margin-top: 100px;
    text-align: center;
    width: 32.3333%;
}

.quan .box2 {
    width: 32.3333%;

}

.quan .box2 img {
    width: 100%;
}

.quan .light {
    background-image: url(../images/light.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-animation: kal-spin 35s linear infinite;
    animation: kal-spin 35s linear infinite;
}

.quan .light2 {
    -webkit-animation: kal-spin-alt 35s linear infinite;
    animation: kal-spin-alt 35s linear infinite;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.swiper-pagination-bullet {
    background: #000 !important;
}

.swiper-pagination-bullet-active {
    background: #da251d !important;
}

.pane--product-hero .swiper-container img {
    width: 100%;
}

.news-list .img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.news-list .title {
    font-size: 1.5rem;
}

@-webkit-keyframes kal-spin {
    from {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}

@-webkit-keyframes kal-spin-alt {
    from {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translateZ(0);
        transform: rotate(-360deg) translateZ(0)
    }
}

@keyframes kal-spin-alt {
    from {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translateZ(0);
        transform: rotate(-360deg) translateZ(0)
    }
}

.quan p {
    margin-bottom: 0;
}

.quan .p1 {
    font-size: 44px;
    color: #000;
    padding-top: 70px;
    margin-bottom: -20px;
}

.quan .p2 {
    font-size: 23px;
    color: #333;
}

.quan .p3 {
    font-size: 20px;
    line-height: 28px;
}

.quan .btn--arrow {
    margin: auto;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 18px;
    margin-top: 35px;
    background-color: #001b24;
    border-color: #001b24;
    letter-spacing: 2px;
    transition: all linear 200ms;
}

.quan .btn--arrow:hover {
    opacity: .9;
}

@media(max-width:600px) {
    #register .box {
        width: 90% !important;
        left: 5% !important;
        margin-left: 0 !important;
        padding: 30px !important;
    }

    .quan .box {
        width: 100% !important
    }

    .quan .title {
        margin-bottom: 0 !important;
    }

    .quan .box1 {
        margin-top: 35px !important;
    }

    .quan .btn-primary {
        line-height: 19px;
    }

    .pane--default.dm {
        padding-top: 40px;
    }
}

.pane--1 ul li p {
    padding-top: 5px;
}

.pane--1 ul li:nth-of-type(1) p {
    padding-top: 0;
}

.pane--1 ul li:nth-of-type(2) p {
    padding-top: 0;
}

@media (min-width: 992px) {
    h1 {
        font-size: 50px;
    }

    .p6 {
        font-size: 18px;
    }

    .pane--default.dm {
        padding-top: 80px;
    }
}

.msg a {
    color: #222;
    text-decoration: none;
}

.content-page {
    width: 100%;
    margin-top: 30px;
    font-size: 1.25em;
}

.content-page a {
    color: #66767c;
    text-decoration: none;
}

.newsContent {
    min-height: 0;
    overflow: hidden;
    padding: 4% 15px
}

.newsContent h1 {
    text-align: center;
    line-height: 50px;
}

.newsContent .msg {
    padding: 10px 5% 20px 5%;
    color: #222;
    font-size: 16px;
    text-align: center;
}

.newsContent .msg span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-indent: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsContent .msg span:first-of-type {
    background: url('../images/news-icon1.png') no-repeat;
    background-size: 25px;
}

.newsContent .msg span:nth-of-type(2) {
    background: url('../images/news-icon2.png') no-repeat;
    background-size: 25px;
}

.newsContent .msg span:nth-of-type(3) {
    background: url('../images/news-icon3.png') no-repeat;
    background-size: 25px;
}

/*
.newsContent .con{
    font-size: 18px !important;
    color: #666;
    margin: 15px 0;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}*/

.newsContent .con p {
    height: auto;
    margin: 0
}

.like {
    background: url(../images/news-icon3.png) no-repeat;
    background-size: 30px;
    background-position: right center;
    padding-right: 35px;
    margin-right: 15%
}


.newsfooter div {
    height: 30px;
    line-height: 35px;
    display: inline-block;
    font-size: 20px;
    color: #4e4d4d;
    font-weight: bold;
    position: relative;
}

.newsfooter {
    text-align: center;
    min-height: 0;
    overflow: hidden;
    padding: 30px 0
}

.newsfooter .share img {
    width: 26px;
    position: relative;
    top: -4px;
    margin-right: 8px;
}

#comment {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

#comment input[type=text] {
    width: 48%;
    float: left;
    border: none;
    border: 2px solid #f7f5f4;
    height: 45px;
    margin-top: 30px;
    font-size: 20px;
    text-indent: 10px;
}

#comment textarea {
    width: 100%;
    border: none;
    border: 2px solid #f7f5f4;
    height: 200px;
    margin-top: 30px;
    font-size: 20px;
    color: #4e4d4d;
    font-weight: bold;
    text-indent: 10px;
}

#comment textarea::placeholder {
    font-size: 20px;
    color: #4e4d4d;
    font-weight: bold;
    text-indent: 10px;
}

#comment input::placeholder {
    font-size: 20px;
    color: #4e4d4d;
    font-weight: bold;
    text-indent: 10px;
}

#comment input[type=text]:last-of-type {
    float: right
}

#comment input[type=submit] {
    width: 25%;
    height: 50px;
    background: #da251d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    margin-top: 30px;
}

#comment h2 {
    font-weight: bold;
    margin-top: 50px;
}

#zanbtn span {
    position: absolute;
    right: -12px;
    top: 0;
    width: 15px;
    height: 15px;
    background: red;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 50px;
    margin-top: -3px;
}

.author {
    margin: 30px 0 65px 0;
    min-height: 0;
    overflow: hidden;
}

.author>div {
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.author .author_img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.author .author_img img {
    width: 80px;
    height: 80px;
}

.about_author {
    font-size: 14px;
}

.about_author h5 {
    margin-bottom: 6px;
    padding-top: 4px;
}
.sreach-list .sreach-list-h1{width: 100%;text-align: left;}

@media (min-width: 992px) {
    .newsContent .con p {
        font-size: 1.25em;
    }

    .con img {
        max-width: 100%
    }

    @media(max-width:767px) {
        .newsContent h1 {
            line-height: 32px;
            font-size: 26px;
            margin-bottom: 0;
        }

        .newsContent .msg {
            padding: 0;
            color: #222;
            font-size: 13px;
            text-align: center;
            padding-top: 10px;
        }
    }