@font-face {
    font-family: 'Source Han Sans CN';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_c98cekm54z.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_c98cekm54z.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_c98cekm54z.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_c98cekm54z.woff') format('woff'), /* chromeˇ˘firefox */
    url('//at.alicdn.com/t/webfont_c98cekm54z.ttf') format('truetype'), /* chromeˇ˘firefoxˇ˘operaˇ˘Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_c98cekm54z.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}


body {
    /* display: -ms-flexbox;
    display: flex;*/
    /*background-color: #333;*/
    /*font-family:"\u9ed1\u4f53","SimHei",STXihei, Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;*/
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    color: #222;
    line-height: 1.8;
    /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
    /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
}

    body.mobile {
        font-size: 0.875rem !important;
        position: relative;
    }

* {
    outline: none;
}

:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

/*------------------------------------*/
/* ------------ layout ---------------*/
/*------------------------------------*/

.main {
    position: relative;
    z-index: 999;
}

.profile {
    margin-top: 2rem;
}

.img-show {
    position: relative;
    text-align: center;
}

.img-show .border-2{
    border: 2px solid #dc3545;
}


.margin-y-1 {
    margin-top: -30px;
}

.featured {
    /*background: #efefef;*/
    background: -webkit-linear-gradient(0deg, #efefef 50%, rgba(255,0,16,0) 100%);
    background: -moz-linear-gradient(90deg, #efefef 50%, rgba(255,0,16,0) 100%);
    background: linear-gradient(90deg, #efefef 50%, rgba(255,0,16,0) 100%);
}

    

.article-text img {
    max-width: 100%;
    border-radius: 5px;
}


.product .pro-item {
    padding: 10px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #eceaea;
    transition: 0.5s linear;
}

    .product .pro-item:hover {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .product .pro-item .pro-img {
        display: flex;
        justify-content: center;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        padding-bottom: 80%;
        /*height:280px;*/
        overflow: hidden;
        position: relative;
    }

    .product .pro-item .pro-link {
        display: flex;
        justify-content: space-between;
        color: #222;
    }

        .product .pro-item .pro-link:hover {
            color: #e60012
        }

        .product .pro-item .pro-link span.model {
            color: #000;
            padding-left: 20px;
            background: url(../images/icon-1.png) left center no-repeat;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .product .pro-item .pro-link p.model {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

    .product .pro-item .pro-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .product .pro-item .pro-link span.more {
        font-size: 0.75rem;
        color: #e60012;
        border: 1px solid #e60012;
        border-radius: 20px;
        padding: 0 10px;
        line-height: 2;
        transition: 0.3s linear;
    }

    .product .pro-item .pro-link:hover .more {
        padding: 0 15px;
    }





.carousel-indicators {
    /*margin: 0;*/
    /*flex-wrap: wrap;
    justify-content: flex-start*/
}

    .carousel-indicators li {
        text-indent: 0;
        width: 80px;
        height: auto;
        margin-right: 0;
        margin-bottom: 5px;
        border-radius: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        opacity: 1;
        transition: 0.5s linear;
        border: 1px solid #eceaea;
    }

        .carousel-indicators li:hover {
            border: 1px solid #e60012;
        }

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 20px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 20px;
}

#map {
    min-height: 300px;
}


.footer {
    /*background: #fafafa;*/
}

    .footer .copyright {
        background: url(../images/icon-10.png) left top no-repeat;
        padding-top: 20px;
        position: relative;
    }

        .footer .copyright::before {
            content: '';
            position: absolute;
            top: 0;
            left: 20%;
            width: 80%;
            height: 1px;
            background: #e60012;
        }

@media (min-width: 992px) {
    .featured .title {
        margin-top: 20px;
        /* margin-right: 18%; */
    }

    .featured .list {
        margin-top: -50px;
    }

    #map {
        min-height: 400px;
    }

    .box .bg-white-90 {
        min-height: 73vh;
    }

    .product .list {
        padding-left: 30px;
    }

    .product .owl-stage-outer {
        padding-left: 10px;
    }
    .featured .title {
        text-align: right;
    }

    .featured .title img{
        margin-right:0;
        margin-left:auto;
    }
}


/*------------------------------------*/
/* ------------ Font ---------------*/
/*------------------------------------*/

.title-small-EN {
    /* text-transform: uppercase; */
    letter-spacing: 6px;
}

.profile .brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.breadcrumb {
    font-size: 0.75rem;
}

.feekback input {
    font-size: 0.75rem;
}


/*------------------------------------*/
/* ------------- Skin ----------------*/
/*------------------------------------*/

.skin-red {
    background: -webkit-linear-gradient(-45deg, #ff7d7a 0, #e60012 100%);
    background: -moz-linear-gradient(135deg, #ff7d7a 0, #e60012 100%);
    background: linear-gradient(135deg, #ff7d7a 0, #e60012 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
}

.mobile .page {
    background: #fafafa;
}

.shadow-customize-1 {
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    border-radius: 5px;
}

.shadow-customize-2 {
    -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 5px;
}

.shadow-customize-3 {
    -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
}

.list-group-item.active {
    background-color: #e60012;
    border-color: #e60012;
}

.breadcrumb-item a {
    color: #6c757d;
}

.bg-white-90 {
    background: rgba(255,255,255,1);
}

.list-group-item a, .breadcrumb-item.active {
    color: #e60012;
}

.video {
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .video:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: 0.3s linear;
    }

.play-btn {
    opacity: 0;
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 40%;
    margin-left: -20px;
    transition: 0.3s linear;
}


.video .play-btn:hover {
    animation: pulse 1s;
}

.video:hover:before,
.video:hover .play-btn {
    opacity: 1;
    display: block;
}

.videoshow {
    width: 100%;
    min-height: 30vh;
}

.palylist .pro-item ..pro-img {
    transition: 0.3s linear;
}

.palylist iframe {
    width: 100%;
	min-height: 35vh;
}

.palylist .pro-item:hover .pro-img:after {
    content: '';
    background: rgba(0,0,0,0.3) url(../images/icon-9.png) center center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}




.btn-default {
    border-radius: 20px;
    background: #e60012;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.3rem 2rem !important;
    transition: 0.3s linear;
    position: relative;
}

    .btn-default:hover {
        padding: 0.3rem 2.5rem !important;
        color: #fff;
    }

    .btn-default:after {
        content: ">";
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 6px;
        top: 3px;
        background: #fff;
        color: #FF6969;
        border-radius: 50px;
    }

.search:after {
    content: "";
    clear: both;
    display: table;
}

.search form {
    position: relative;
}


.search .searchInput {
    width: 100%;
    font-size: 0.75rem;
    padding-left: 15px;
    border-radius: 42px;
    border: 0px solid #324b4e;
    background: #ffffff;
    outline: none;
    position: relative;
    transition: 0.3s linear;
}

.search .btn {
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 5px;
    background: url(../images/icon-4.png) center center no-repeat;
    text-indent: -100px;
}

    .search .btn:focus,
    .search .btn:active {
        outline: 0;
        border: 0;
    }

/*.search .btn:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/icon-4.png);
    }*/

@media (min-width: 992px) {
    .search .searchInput {
        width: 150px;
    }

        .search .searchInput:focus {
            width: 165px;
        }

    .Reading-title {
        margin-top: 4.5rem;
    }
	.palylist iframe {
		width: 100%;
		min-height:75vh;
	}

}

.Shape-Background-1,
.Shape-Background-2,
.Shape-Background-3 {
    position: fixed;
    z-index: 0;
}

.Shape-Background-1 {
    top: 0;
    left: 0;
}

.Shape-Background-2 {
    top: 0;
    right: 0;
    z-index: 1;
}

.Shape-Background-3 {
    top: 0px;
    right: 0px;
}

.nav-link {
    color: #000;
}

.SocialTools {
    position: fixed;
    right: 0;
    top: 30%;
    z-index:999;
    display:none;
}

@media (min-width: 767px) {

        .nav-link:hover {
            background: #ff7d7a;
            color: #fff;
            border: 1px solid #ff7d7a;
            border-radius: 20px;
        }


    .navbar-bg {
        background: rgba(245, 245, 245,1);
    }

        .navbar-bg a.nav-link {
            color: #565656;
        }

            .navbar-bg a.nav-link:hover {
                color: #fff;
            }

            .SocialTools {
                display: block;
            }
}


@media (min-width: 992px) {
  
    .nav-link {
        color: #fff;
        border: 1px solid transparent;
        padding: 0 0.5rem !important;
        transition: 0.3s linear;
    }
}

.feekback-bg {
    background: rgba(228, 227, 227, 0.5);
}

.form-post{
    position:relative;
}

    /*.form-post:before, .form-post:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 220px;
        background: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
    }

    .form-post:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        right: 10px;
        left: auto;
    }*/




/*------------------------------------*/
/* -------- owl-carousel -------------*/
/*------------------------------------*/
.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: -20px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 1px solid transparent;
    margin: 0 2px;
    width: 10px;
    height: 10px;
}

    .owl-carousel .owl-dot span {
        background: #565656;
        display: block;
        /* -webkit-backface-visibility: visible; */
        transition: opacity 200ms ease;
        border-radius: 5px;
    }

.owl-dots .owl-dot {
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
}

    .owl-dots .owl-dot span {
        /*background-color: rgba(153,153,153,.25);*/
        width: 4px;
        height: 4px;
        display: block;
        margin: 0 auto;
    }

    .owl-dots .owl-dot.active,
    .owl-dots .owl-dot:hover {
        background: rgba(86, 86, 86, 0.3) !important;
        /* border-color: rgba(86, 86, 86, 0.5); */
    }

.banner.owl-carousel .owl-dots {
    bottom: 30px;
}

    .banner.owl-carousel .owl-dots span {
        background: #fff;
    }


/*----Pagination Customiz----*/

.Pagination-Customize a, .Pagination-Customize span {
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    margin-left: -1px;
    color: #838586;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: 0.3s linear;
}

    .Pagination-Customize a.pagePrev {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .Pagination-Customize a.pageNext {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .Pagination-Customize a.selected, .Pagination-Customize a:hover, .Pagination-Customize a:focus {
        z-index: 2;
        color: #fff;
        background-color: #dc3545;
        border-color: #a2343f;
    }

.page-link {
    color: #e60012
}

/*------------------------------------*/
/* ----------- Validator -------------*/
/*------------------------------------*/
.has-feedback {
    position: relative;
}

    .has-feedback i {
        position: absolute;
        right: 5px;
        top: 2px;
    }

    .has-feedback .form-check i {
        right: -100%;
    }

    .has-feedback .help-block {
        display: block;
        width: 90%;
        text-align: right;
        margin-top: 5px;
        color: #fff;
    }

.has-success input {
    border-color: #28a745;
}

.has-success i {
    color: #28a745;
}

.has-error input {
    border-color: #dc3545;
}

.has-error i {
    color: #dc3545;
}



/*------------------------------------*/
/* ------------- toast ----------------*/
/*------------------------------------*/


.toast-container {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}

.toast-wrapper {
    /*position: absolute;
    bottom: 0;
    right: 0;*/
    margin: 5px;
}


.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.toast-container > .toast-wrapper > .toast {
    min-width: 150px;
}

    .toast-container > .toast-wrapper > .toast > .toast-header strong {
        padding-right: 20px;
    }


@media (min-width: 576px) and (max-width: 769px) {
    .dispaly-pad{
        display:none;
    }
    .navbar-nav {
        background: #fff;
        border-radius: 5px;
        padding: 20px;
        margin: 20px auto 10px auto;
    }
        .navbar-nav .nav-item .nav-link {
            padding-bottom: 3px;
            padding-top: 3px;
            border-bottom: 1px dashed #eae8e8
        }

    .search .searchInput {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

    .SocialTools {
        top:auto;
        bottom:12%;
    }

    .featured .title {
        text-align: right;
    }

        .featured .title img {
            margin-right: 0;
            margin-left: auto;
        }
}


@media (max-width: 576px) {
    .h1, h1 {
        font-size: 1.5rem;
        color: #e60012;
    }

    .h3, h3{
        font-size:1.3rem;
    }

    body.mobile .featured {
        background: #efefef;
    }

    body.mobile .title{
        margin:0 auto;
        text-align:center;
        margin-top:20px;
    }

        body.mobile .title h1 {
            margin: 10px 0;
        }

    body.mobile .title-small-EN{
        letter-spacing:3px;
    }

    body.mobile .profile .introduce {
        /*
        color: #fff;
        border-radius: 5px;*/
        padding:0 20px;
    }

    body.mobile .banner {
        
        /*-webkit-box-shadow:  1px -5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:  1px -5px 10px rgba(0, 0, 0, 0.2);
        box-shadow:  1px -5px 10px rgba(0, 0, 0, 0.2);*/
    }

        body.mobile .banner:before, body.mobile .banner:after {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 15px;
            left: 10px;
            width: 50%;
            top: 80%;
            max-width: 220px;
            background: rgba(0, 0, 0, 0.7);
            -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
            -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
        }

        body.mobile .banner:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            right: 10px;
            left: auto;
        }


    body.mobile .navbar {
        padding-bottom: 20px;
        background: #efefef;

        /*-webkit-box-shadow: inset 1px -5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 1px -5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: inset 1px -5px 10px rgba(0, 0, 0, 0.2);*/

        /*background: -webkit-linear-gradient(-45deg, #ff7d7a 0, #e60012 100%);
        background: -moz-linear-gradient(135deg, #ff7d7a 0, #e60012 100%);
        background: linear-gradient(135deg, #ff7d7a 0, #e60012 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;*/
    }


    body.mobile .img-show .shadow-customize-1{
        box-shadow:none;
    }

    body.mobile .navbar-nav{
        background:#fff;
        border-radius:5px;
        padding:20px;
        margin:20px auto 10px auto;
    }

        body.mobile .navbar-nav .nav-item .nav-link {
            padding-bottom: 3px;
            padding-top: 3px;
            border-bottom: 1px dashed #eae8e8
        }

    body.mobile .search .searchInput {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius:5px;
    }

    body.mobile .shadow-customize-2{
        box-shadow:none;
    }

    body.mobile .footer {
        background: #efefef;
    }

        body.mobile .footer .copyright{
            text-align:center;
            width:100%;
            background-position:right top;
        }
        body.mobile .footer .copyright span {
            display: block;
        }

            body.mobile .footer .copyright::before{
                display:none;
            }

    body.mobile .table thead {
        width: 20%;
        float: left;
    }

       

    body.mobile .table tbody {
        width: 80%;
        float: left;
    }

    body.mobile .table td, body.mobile .table th, body.mobile .table tr {
        width: 100% !important;
        display: block;
        
    }

    body.mobile .table td, body.mobile .table th {
        border-bottom: 1px solid #dee2e6;
        border-top:0;
    }
}