/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    top: 50%;
    margin: -30px 0 0 0;
    z-index: 100;
    cursor: pointer;
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
}

.banner .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner .slick-dots,
.banner .slick-dots li {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
}


/*------------ title ------------*/

section .title {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 30px;
}

section .title:before {
    display: block;
    font-size: 40px;
    margin: 0 0 5px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title2 {
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
}


/*------------ more ------------*/

.more {
    width: 160px;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 40px auto 0;
    border-radius: 36px;
    transition: all .2s;
    font-family: 'Cabin', sans-serif;
}


/*------------ sect ------------*/

.sect01 {
    padding: 55px 0 70px;
}


/*------------ news ------------*/

.news-list li {
    display: block;
}

.news-list li a {
    padding: 15px 60px;
    line-height: 1.2;
    border: 0;
    display: block;
}

.news-list .date {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Cabin', sans-serif;
    padding: 0 10px 0 0;
}

.news-list li .name {
    padding: 0px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
}

.news-list li .name span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*------------ about ------------*/

.sect02 {
    position: relative;
}

.sect02 .container {
    max-width: 1030px;
}

.sect02:before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 62%;
    top: 0;
}

.about-title {
    width: 192px;
    height: 192px;
    font-style: normal;
    display: block;
    float: left;
    font-size: 44px;
    font-family: 'Cabin', sans-serif;
    line-height: 1.2;
    padding: 45px 22px;
    margin: 75px 0 0 0;
    box-sizing: border-box;
}

.about-box {
    padding: 60px 0;
    max-width: 675px;
    float: right;
    box-sizing: border-box;
}


/*------------ products ------------*/

.sect03 {
    padding: 100px 0;
}

.product-title {
    font-size: 28px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    margin: 0 0 70px;
}

.product-arrow button {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    top: 50%;
    font-size: 12px;
    border: 0;
    margin: -18px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}

.product-arrow .slick-next {
    right: 50%;
    margin-right: -150px;
}

.product-arrow .slick-prev {
    left: 50%;
    margin-left: -150px;
}

.product-list {
    margin: 0 -14px;
}

.product-list li {
    padding: 0 14px;
}

.product-list li * {
    outline: 0;
}

.product-list .pic {
    border: 0;
}

.product-list a {
    max-width: 306px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.product-list .text {
    padding: 15px 20px;
    transition: all .2s;
}

.product-list .name {
    font-size: 17px;
    line-height: 1.2;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px;
}

.product-list .description {
    font-size: 14px;
    height: 42px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-list .box.new:before {
    content: 'NEW';
    font-family: Arial;
    width: 60px;
    height: 25px;
    position: absolute;
    top: 15px;
    text-align: center;
    border-radius: 20px;
    z-index: 15;
    left: 15px;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
}


/*------------ service ------------*/

.sect04 {
    padding: 60px 0;
}

.sect04 .container {
    max-width: 1030px;
}

.sect04 .row {
    display: table;
}

.sect04 .col {
    display: table-cell;
    vertical-align: middle;
}

.sect04 .title {
    white-space: nowrap;
    margin: 0;
}

.sect04 .title:before {
    font-size: 57px;
    margin: 0 0 10px;
}

.sect04 .editor {
    margin: 0 75px;
}

.sect04 .more {
    margin: 0;
}


/*------------ album ------------*/

.sect05 {
    padding: 60px 0 75px;
}

.album-list {
    max-width: 1300px;
    margin: 0 auto;
}

.album-title {
    position: relative;
}

.album-arrow button {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    top: 50%;
    font-size: 12px;
    border: 0;
    margin: -18px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}

.album-arrow .slick-next {
    right: 50%;
    margin-right: -150px;
}

.album-arrow .slick-prev {
    left: 50%;
    margin-left: -150px;
}

.album-list a {
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.album-list li .pic {
    overflow: hidden;
    position: relative;
}

.album-list li .cover {
    transition: all .2s;
    width: 90px;
    height: 90px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    opacity: 0;
}

.album-list li .cover:after {
    content: "\e1000";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    transform: rotate(45deg);
    transform-origin: -90% 80%;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.album-list li .cover:before {
    content: "MORE";
    font-size: 14px;
    position: absolute;
    /* margin: 0 0 0 -33px; */
    transform-origin: -130% -25%;
    transform: rotate(45deg);
    line-height: 1;
    font-family: 'Cabin', sans-serif;
}

.album-list li .pic:before {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.album-list a:hover .cover,
.album-list a:hover .pic:before {
    opacity: 1;
}

.album-list li .name {
    padding: 12px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*------------ intro -------------*/
.intro-sect{
    padding: 70px 0 70px;
    position: relative;
}
.intro-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-sub-title {
    color: #AD0501;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 17px;
    border: 1px solid #AD0501;
    display: inline-block;
    padding: 6px 25px;
    box-shadow: 1px 1px 5px 1px rgb(173 5 1 / 15%);
    border-radius: 50px;
    background: linear-gradient(181deg, #ad05010d, transparent);
    font-weight: bold;
}
.intro-box .intro-title {
    color: #333;
    margin: 0;
    letter-spacing: 1px;
    font-size: 35px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 400;
}
.intro-box .intro-title::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 8px;
    background:
        radial-gradient(circle, #AD0501 0 3px, transparent 3px) left center / 8px 8px no-repeat,
        radial-gradient(circle, #AD0501 0 3px, transparent 3px) center / 8px 8px no-repeat,
        radial-gradient(circle, #AD0501 0 3px, transparent 3px) right center / 8px 8px no-repeat;
    opacity: 0.7;
}
/*------------ faq -------------*/
.faq-sect{
    padding: 70px 0 70px;
}
.faq-box {
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    background: #f9f9f9;
    padding: 35px 20px 40px;
}
.faq-sect .title {
    padding-bottom: 0;
    margin: 0 0 15px;
    text-align: center;
}
.faq-sect .title:before {
    display: none;
}
.faq-sect .title h2{
    margin: 0;
    color: #20202F;
    line-height: 1.2;
    font-size: 28px;
}

.faq-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
.faq-list li {
    cursor: pointer;
    position: relative;
    padding: 10px 0 20px;
}

.faq-list li:before {
    content: "Q";
    font-family: 'Cabin', sans-serif;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 47px;
    z-index: 10;
    display: inline-block;
    margin: 0 20px;
}

.faq-question {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    padding: 0px 75px 10px 0;
    width: calc(100% - 95px);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.faq-question .name{
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

.faq-question i {
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-weight: bold;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: all .2s;
    margin: -13px 0 0 0;
    text-indent: 0px;
}

.faq-answer {
    display: none;
    position: relative;
    padding: 20px 25px;
    margin: 15px 75px 0 90px;
}

.faq-answer .title {
    font-size: 45px;
    font-weight: bold;
}


/* .faq-list{
    padding: 0 15px;
    margin: 0;
}
.faq-item{
    border-bottom: 1px dashed #bbb;
    list-style-type: none;
}
.faq-question{
    position: relative;
    color: #000;
    font-size: 17px;
    min-height: 27px;
    padding: 32px 5px 32px 75px;
    cursor: pointer;
    transition: all 0.3s;
}
.faq-question h3{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}
.faq-question i{
    display: none;
}
.faq-question:before{
    content: '';
    display: block;
    background: url('../../../images/layout01-3/common/faq/accordion.png') no-repeat #1A509D;
    width: 53px;
    height: 53px;
    border-radius: 50px;
    position: absolute;
    top: 20px;
    left: 5px;
}
.faq-question:hover:before{
    background-color: #37BEEC;
}
.faq-item.active .faq-question:before{
    background-position: 0 100%;
}
.faq-item:hover .faq-question,
.faq-item.active .faq-question{
    color: #222;
}
.faq-answer{
    margin: 0 0 35px 75px;
    background: #F2F2F2;
    border-radius: 8px;
    padding: 15px 20px;
    color: #1A509D;
    display: none;
}
.faq-answer .title{
    font-size: 45px;
    font-weight: bold;
} */
.faq-box .reserve-more{
    text-align: center;
}
.faq-box .reserve-more-btn{
    position: relative;
    background: #AD0501;
    border-radius: 30px;
    margin: 30px auto 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    color: #FFF;
    padding: 10px 25px;
    box-sizing: border-box;
    line-height: 1.5;
    overflow: hidden;
    z-index: 0;
}
.faq-box .reserve-more-btn:before {
    background: #C71915;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    transform: skewX(-12deg) scaleX(0);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    z-index: -1;
}
.faq-box .reserve-more-btn:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
/*------------ rwd ------------*/

@media screen and (max-width: 1600px) {
    .sect02:before {
        right: 69%;
    }
}

@media screen and (max-width: 1024px) {
    .sect02:before {
        display: none;
    }
    .about-title {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        height: auto;
    }
    .about-box {
        max-width: 100%;
        padding: 80px 10px 30px 10px;
        float: none;
    }
    .sect03 {
        padding: 50px 0;
    }
}

@media screen and (max-width: 900px) {
    .intro-sect {
        padding: 50px 0 50px;
    }
    .intro-box .intro-sub-title {
        font-size: 17px;
    }
    .intro-box .intro-title {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sect04,
    .sect01 {
        padding: 20px 0 35px;
    }
    .sect04 .col,
    .sect04 .row {
        display: block;
        text-align: center;
    }
    .sect04 .editor {
        margin: 0;
    }
    .sect04 .col {
        padding: 15px 0;
    }
    .sect04 .more {
        margin: 0 auto;
    }
    .faq-sect {
        padding: 30px 0 30px;
    }
    .faq-sect .title {
        margin-bottom: 10px;
    }
    .faq-sect .title h2{
        font-size: 24px;
    }
    .faq-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .faq-answer {
        margin: 10px 0 0 0;
    }
    .faq-box .reserve-more-btn {
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        left: auto;
        right: 10px;
    }
    .banner .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 27px;
        margin: -15px 0 0 0;
        font-size: 13px;
    }
    .news-list li a {
        padding: 15px 0;
    }
    .faq-question {
        width: calc(100% - 45px);
        padding: 0px 25px 0 0;
    }
    .faq-list li:before {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        margin: 0 10px 0 0;
    }
    .faq-question i {
        right: 0;
    }
}
