@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
/* 滚动条设置 */
.small_scrollbar::-webkit-scrollbar {
    width: 10px;
}
.small_scrollbar {
    scrollbar-width: thin; /* 可以设置为 thin, auto, none */
    scrollbar-color: #888 #f1f1f1; /* 滑块颜色 轨道颜色 */
}
.small_scrollbar {
    -ms-overflow-style: scrollbar; /* 可以设置为 scrollbar, auto, none */
}
.small_scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.small_scrollbar::-webkit-scrollbar {
    width: 10px;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'microsoft jhenghei', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #222;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    color: #222;
    margin: 0px;
    transition: all 500ms ease;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #222;
}

a,
input,
button {
    outline: none !important;
}

ul {
    list-style-type: none;
}

@media (max-width:767px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* header style */

.header {
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {

    .header.fixed .logo,
    .header.fixed .mote-header-top {
        display: none;
    }
}


.header.fixed .padd-top {
    padding-top: 0;
    width: 100%;
}

.header.fixed .padd-top,
.header.fixed .mote-header-nav,
.header.fixed .navbar-nav {
    width: 100%;
}

.header.fixed .navbar-nav {
    justify-content: space-between;
}
/* .fix-header-btn a{
    color: #fff !important; 
} */
.fix-header-btn{
    background-color: #FFE9DB;
}
/*.mote-header-btn li {
    border-radius: 5px;
    padding: 6px 12px;
    color: rgba(255, 255, 255, .5);
}

 .mote-header-btn li:first-child {
    background-color: #F57520;
    margin-right: 10px;
}

.mote-header-btn li:last-child {
    background-color: #FFE9DB;
} */

.mote-header-btn li i {
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
}

.mote-header-btn li:last-child i {
    color: #F57520;
}

.mote-header-btn li a {
    font-size: 15px;
    color: #fff;
}

.mote-header-btn li a.active {
    color: #F57520 !important;
}

.mote-header-btn li:last-child a {
    color: #666;
}

@media (max-width: 767px) {
    .mote-header-btn-1 {
        display: none !important;
    }
}

.mote-header-nav {
    display: block;
}

.mote-navbar {
    display: none;
}

@media (max-width: 1199px) {
    .mote-navbar {
        display: block;
    }

    .mote-navbar svg {
        width: 30px;
        height: 30px;
    }

    .mote-header-nav {
        display: none;
    }
}


.logo,
.logo a {
    display: block;
}

.logo {
    padding: 8px 0;
}

.logo img {
    width: auto;
    height: 70px;
}

@media (min-width:992px) {
    .logo {
        /* padding: 15px 0 0; */
        padding: 10px 0 0;
    }

    .logo img {
        height: 100px;
    }
}

.logo-name {
    display: inline-block;
    margin-left: 10px;
}

.logo-name img {
    width: auto;
    height: 70px;
}

@media (max-width: 991px) {
    .logo-name img {
        height: 50px;
    }
}
/*.logo span {*/
/*    color: #111;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    margin-left: 10px;*/
/*}*/

/*@media (min-width: 361px) {*/
/*    .logo span {*/
/*        font-size: 14px;*/
/*        margin-left: 0px;*/

/*        white-space: nowrap;*/
/*    }*/
/*}*/

/*@media (min-width: 414px) {*/
/*    .logo span {*/
/*        font-size: 16px;*/
/*        margin-left: 5px;*/
/*    }*/
/*}*/

/*@media (min-width: 576px) {*/
/*    .logo span {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .logo span {*/
/*        font-size: 32px;*/
/*        margin-left: 10px;*/
/*    }*/
/*}*/

/*.logo span em {*/
/*    font-style: normal;*/
/*}*/

/*@media (max-width: 360px) {*/
/*    .logo span em{*/
/*        display: none;*/
/*    }*/
/*}*/


.logo-fixed {
    display: none;
}

.show-logo img {
    height: 100px;
}

.nav-link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    /* padding: 4px 6px 15px; */
    padding: 4px 6px 10px;
    position: relative;
    /* margin: 6px 0; */
}

.nav-link::before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #F57520;
    transition: all 0.4s;
}

@media (min-width:992px) {
    .nav-link {
        color: #000;
        margin: 0 !important;
    }
}

@media (min-width:1400px) {
    .nav-link {
        margin: 0 8px !important;
    }
}

.nav-link:hover,
.nav-link.active {
    color: #F57520 !important;
}

@media (min-width:992px) {

    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nav-item {
        border-bottom: 1px solid #f6f6f6;
    }

    .nav-link {
        color: #222;
        text-align: start;
    }
}

.nav-link-1::after {
    display: none;
}

.dropdown-hov:hover .menu-down {
    display: block;
}

.menu-down {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: -30px;
}

.menu-down .dropdown-item:hover {
    color: #fff;
    background-color: #F57520;
}

.padd-top {
    padding-top: 0px;
}

@media (min-width:1200px) {
    .padd-top {
        padding-top: 30px;
    }
}

.menu {
    /* margin-top: 20px; */
    margin-top: 10px;
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    background-color: #F57520;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.close-btn .bi {
    color: #fff;
    margin-top: 8px;
    margin-right: 8px;
}

@media (max-width: 414px) {
    .captcha-box {
        transform: scale(0.9);
        margin-left: -15px;
    }
}

#back-to-top {
    display: none;
}

#back-to-top.show {
    display: block;
}

.back-to-top {
    position: fixed;
    right: 2%;
    bottom: 6%;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.back-to-top i {
    color: #fff;
    font-size: 18px;
}

.navbar-toggler-icon {
    width: 26px;
    height: 26px;
}

.banner-section {
    height: 360px;
}
.form-height{
    overflow: auto;
    max-height: 347px;
}
@media (min-width: 768px) {
    .banner-section {
        height: 540px;
    }
    .form-height{
        overflow: auto;
        max-height: 527px;
    }
}

@media (min-width: 992px) {
    .banner-section {
        min-height: 600px;
    }
    .form-height{
        overflow: auto;
        max-height: 578px;
    }
}

@media (min-width: 1200px) {
    .banner-section {
        height: 700px;
    }
    .form-height{
        overflow: auto;
        max-height: 676px;
    }
}


.slide-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-form-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.form-txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}

@media (min-width: 992px) {
    .form-txt-box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.form-box {
    background-color: #fff;
    padding: 20px;
    max-width: 420px;
    width: 100%;
}
.form-box iframe{
    max-height: 100%;
}
.form-nav-link {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    color: #999;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0) !important;
}

.form-nav-link.active,
.form-nav-link:hover {
    font-weight: 700;
    color: #F57520 !important;
}

.form-nav-link.active::before {
    width: 100%;
}

.form-nav-link span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.nav-pills .nav-item:first-child .form-nav-link span {
    background: url(../images/form1-1.svg);
}

.nav-pills .nav-item:first-child .form-nav-link.active span,
.nav-pills .nav-item:first-child .form-nav-link:hover span {
    background: url(../images/form1-2.svg);
}

.nav-pills .nav-item:last-child .form-nav-link span {
    background: url(../images/form2-1.svg);
}

.nav-pills .nav-item:last-child .form-nav-link.active span,
.nav-pills .nav-item:last-child .form-nav-link:hover span {
    background: url(../images/form2-2.svg);
}

.form-select {
    padding: 12px;
}
.btn-d {
    background-color: #F57520;
    color: #fff;
}
.btn-d:disabled{
    background-color: #e9ecef;
    color: #212529;
}
.submit {
    position: relative;
    display: block;
    border: none;
    background-color: #F57520;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s;
}

.submit:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    top: 100%;
    background: #da6619;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.submit:hover {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

.txt-box {
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, .6);
    background-image: linear-gradient(to left, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(5px);
}

@media (min-width: 576px) {
    .txt-box {
        padding: 30px;
    }
}

.banner-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    position: relative;
}

.banner-title::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #F57520;
}

.banner-title span {
    color: #F57520;
}

@media (min-width: 992px) {
    .banner-title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .banner-title {
        font-size: 42px;
    }
}

.banner-iten {
    margin-top: 10px !important;
    margin-bottom: 0;
    padding-left: 4px;
}

@media (min-width: 768px) {
    .banner-iten{
        padding-left: 14px;
        margin-top: 16px !important;
    }
}

.banner-iten li {
    font-size: 14px;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .banner-iten li {
        font-size: 22px;
        margin-bottom: 8px;
    }
}

.banner-iten li i {
    color: #F57520;
}

.title-big {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fecc10;
}

.para-big {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .title-big {
        font-size: 46px;
    }

    .para-big {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .title-big {
        font-size: 60px;
    }
}

/*  */
.plate {
    padding: 30px 0;
}

@media (min-width: 992px) {
    .plate {
        padding: 50px 0;
    }
}

.about-image {
    margin-bottom: 0;
    height: 140px;
}

@media (min-width: 576px) {
    .about-image {
        height: auto;
    }
}

.about-image-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    position: relative;
}

.about-image-box .about-image:last-child {
    position: relative;
}

@media (min-width: 992px) {
    .about-image-box .about-image:last-child {
        position: absolute;
        right: 0;
        border: 4px solid #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 991px) {
    .about-image-box .about-image:first-child {
        margin-right: 10px;
    }

    .about-image-box .about-image:last-child {
        height: 100%;
    }

    .about-image-box .about-image img{
        height: 100%;
    }
}

@media (max-width: 575px) {
    .about-image-box .about-image img {
        object-fit: cover;
        height: 140px;
        width: 100%;
    }
}

.about-content {
    padding-left: 0px;
}

@media (min-width: 992px) {
    .about-content {
        padding-left: 50px;
    }
}

.sub-title h6 {
    font-size: 18px;
    color: #666;
    font-weight: 700;
}

/*.sub-title-span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #F57520;
    margin: 10px 0 18px;
}*/

.sec-text h2{
    margin-bottom: 10px;
}

@media (min-width: 992px) {

    .sub-title span {
        margin: 14px 0 30px;
    }
    .sec-text h2{
        margin-bottom: 30px;
    }
}

.sec-text h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
}

.sec-title h2 span {
    color: #F57520;
}

@media (min-width: 992px) {
    .sec-text h2 {
        font-size: 40px;
    }
}

.text p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

@media (min-width: 992px) {
    .text p {
        font-size: 17px;
        line-height: 28px;
    }
}

.btn-box {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .btn-box {
        margin-top: 40px;
    }
}

.common-home .btn-primary {
    position: relative;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
}

.common-home .btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #FFE9DB;
    z-index: -1;
    transition: all 0.3s ease;
}

.common-home .btn-primary i {
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

.common-home .btn-primary:hover::after {
    background-color: #F57520;
    width: 100%;
}

.common-home .btn-primary:hover i {
    transform: rotate(0deg);
}



/* product */
.product-section {
    background-color: #F3F4F6;
}

.sec-text p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .sec-text p {
        line-height: 28px;
    }
}

.dress {
    display: block;
    max-width: 100px;
    width: 100%;
    height: 2px;
    background-color: rgba(245, 117, 32, .5);
    margin-right: 20px;
}

@media (min-width:992px) {
    .product-swiper .swiper-slide-active {
        width: 40% !important;
    }

    .product-swiper .swiper-slide-active .product-hov {
        display: block !important;
    }
}


.product-top:hover .product-more {
    opacity: 1 !important;
}

.swiper-button {
    position: absolute;
    width: 160px;
    right: 0px;
    bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.swiper-button .swiper-button-prev-3,
.swiper-button .swiper-button-next-3 {
    position: static;
    width: 70px;
    height: 70px;
    margin: 0 5px;
    background-color: #FFE9DB;
}

.swiper-button .swiper-button-prev-3:hover,
.swiper-button .swiper-button-next-3:hover {
    background-color: #F57520;
}

.swiper-button .swiper-button-prev-3::after,
.swiper-button .swiper-button-next-3::after {
    font-size: 0;
}

.swiper-button .swiper-button-prev-3 i,
.swiper-button .swiper-button-next-3 i {
    font-size: 18px;
    color: #000;
}

.swiper-button .swiper-button-prev-3:hover i,
.swiper-button .swiper-button-next-3:hover i {
    color: #fff;
}

.product-section .product-swiper-m .swiper-pagination {
    bottom: 0;
}

.product-swiper-m .swiper-pagination-bullet-active {
    background-color: #F57520;
}

.product-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.product-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.product-top:hover img {
    transform: scale(1.1);
}

.product-more {
    position: absolute;
    display: inline-block;
    padding: 10px 30px;
    background-color: #F57520;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.6s ease;
}

.product-hov {
    display: block !important;
    padding: 15px 4px;
}

@media (min-width:992px) {
    .product-hov {
        display: none !important;
    }
}

.product-hov h3 {
    font-size: 24px;
    color: #000;
}

@media (min-width: 992px) {
    .product-hov h3 {
        font-size: 32px;
    }
}

.product-hov p {
    margin-top: 10px;
    margin-bottom: 0;
}

.product-hov p span {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .product-hov p span {
        font-size: 16px;
    }
}


/* left right img */
.img-style1 {
    left: 0;
    z-index: 1;
}

.img-style2 {
    right: 0;
}

.img-tex {
    position: absolute;
    top: 0;
    left: auto;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 20px;
}

.img-style {
    height: 250px;
}

.img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .img-tex {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1200px) {
    
    .img-style1,
    .img-style2 {
        height: 320px;
    }

    .img-style1 {
        width: 66%;
    }

    .img-style2 {
        width: 60%;
    }

    .img-tex {
        top: 0;
        left: 10%;
        max-width: 500px;
    }

    .img-tex2 {
        left: auto;
        right: 4%;
    }
}

@media (min-width: 1400px) {
    .img-style1 {
        width: 60%;
    }

    .img-style1,
    .img-style2 {
        height: 420px;
    }
}


.img-tex h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.img-tex p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.img-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    margin-top: 20px;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .img-tex h3 {
        font-size: 40px;
    }

    .img-tex p {
        text-align: center;
        color: #fff;
        font-size: 17px;
    }

    .img-btn {
        font-size: 18px;
    }
}

.img-btn:hover {
    background-color: #fff;
    color: #da6619 !important;
}

.img-btn2 {
    background-color: #fff !important;
    color: #da6619 !important;
}


/* news */

.news-item-list {
    border-top: 1px solid rgb(217, 217, 217, .2);
    padding: 20px 0;
}

.news-item-list:first-child {
    border-top: none;
}

.news-img {
    width: 40%;
}

.news-item-info {
    width: 60%;
    padding-left: 14px;
    padding-right: 14px;
}

.news-tag {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 767px) {
    .news-tag {
        margin-bottom: 10px;
    }
}

@media (max-width: 414px) {
    .news-tag {
        /*flex-direction: column;*/
        align-items: start;
    }

    .post-detail-box .news-tag {
        flex-direction: column;
    }
}

.news-tag span {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.news-tag span img  {
    width: 22px;
    height: 22px;
}

.news-title a {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    .news-title a {
        font-size: 17px;
    }
}

@media (max-width: 414px) {
    .news-tag span {
        font-size: 13px;
    }
    .news-tag span img {
        width: 16px;
        height: 16px;
    }
}

.news-title a:hover {
    color: #F57520;
}

.news-bg-color {
    background-color: #fff;
    padding: 10px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #f6f6f6;
}

@media (min-width: 992px) {
    .news-bg-color {
        background-color: #f6f6f6;
        padding: 30px 20px;
        border-bottom: none;
    }
}

.news-text p {
    font-size: 14px;
    color: #666;
}

@media (max-width: 767px) {
    .news-text p {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

.figure-img {
    overflow: hidden;
}

.figure-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.figure-img img:hover {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .figure-lg-img {
        height: 150px;
    }
}

/* master */

.master-section {
    background-color: #fff;
}

.master-inner {
    padding-top: 30px;
}

.master-item {
    height: 100%;
    padding: 30px 30px 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.master-item:hover,
.master-item.active {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.master-item .master-item-2 {
    margin-bottom: 25px;
}

.master-item div img {
    width: 36px;
    height: 36px;
}

.master-text {
    font-size: 24px;
    color: #111;
    font-weight: 700;
    margin-left: 10px;
}

.master-txt {
    font-size: 18px;
    color: #666;
}

@media (min-width: 992px) {
    .master-item div img {
        width: 50px;
        height: 50px;
    }

    .master-text {
        font-size: 32px;
    }

    .master-txt {
        font-size: 20px;
    }
}

.master-number {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 80px;
    font-family: inter, Helvetica, sans-serif;
    font-weight: 900;
    color: #FFE9DB;
}

.card-adv {
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);;
    padding: 30px 40px;
    border: 2px solid #fff;
    z-index: 1;
}

.card-adv img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.card-adv h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
}

.card-adv p {   
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;

}

.card-adv:hover {
    box-shadow: none;
}

.adv-swiper {
    margin-top: 10px;
    padding-bottom: 30px !important;
}

@media (min-width: 768px) {
    .adv-swiper {
        margin-top: 20px;
    }
}

.adv-swiper .swiper-wrapper,
.adv-swiper .swiper-slide {
    height: auto;
}

.adv-pag {
    bottom: 0 !important;
}

.adv-pag .swiper-pagination-bullet-active {
    background-color: #F57520;
}

.card-adv-img {
    width: 60px;
    height: 60px;
}

.card-adv-img img {
    object-fit: cover;
    width: auto;
    height: 50px;
}

.advertise {
    background-image: url(../images/advbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 200px;
}

.advertise-style h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .advertise {
        height: 200px;
    }
    .advertise-style h4 {
        font-size: 40px;
    }
}


/* footer */

.footer {
    background-color: #F3F4F6;
    padding-top: 40px;
    padding-bottom: 30px;
    /* margin-top: 30px; */
    overflow: hidden;
}

@media (min-width: 992px) {
    .footer-logo-box {
        padding-right: 100px;
    }

    .footer-menu {
        padding-right: 40px;
    }

    .footer-contact {
        padding-left: 60px;
    }
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    width: 120px;
    height: auto;
}

.text2 p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}


.fo-title {
    font-size: 20px;
    color: #111;
    font-weight: 700;
}

.fo-line {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #F57520;
    margin: 15px 0 24px;
}

.footer-menu ul li {
    margin-bottom: 8px;
}

.footer-menu ul li a {
    font-size: 16px;
    color: #333;
}

.footer-menu ul li a:hover {
    color: #F57520;
}

.footer-contact-list li {
    margin-bottom: 10px;
}

.footer-contact-text {
    margin-left: 8px;
}

.copy {
    background-color: #F57520;
    padding: 12px 0;
}

.copy-inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .copy-inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.footer-text {
    font-size: 14px;
    color: #fff;
}

.copy-link li {
    display: flex;
    align-items: center;
}

.copy-link li::before {
    content: '';
    display: block;
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background-color: #fff;
    opacity: .7;
}

.copy-link li:first-child::before {
    display: none;
}

.copy-link li a {
    color: #fff;
}

.consult {
    position: fixed;
    right: 0;
    /* bottom: 20%; */
    top: 50%;
    z-index: 9;
    transform: translate(0, -50%);
}

.consult-inner {
    position: relative;
}

.repair {
    background-color: #F57520 !important;
}

.consult-box,
.repair {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
    cursor: pointer;
}

.consult-box img,
.repair img {
    width: 46px;
    height: 46px;
    opacity: .23;
}

@media (min-width: 576px) {
    .consult-box,
    .repair {
        width: 90px;
        height: 90px;
        box-shadow: none;
    }

    .consult-box img,
    .repair img {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

.consult-text {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    width: 40px;
    text-align: center;
}

@media (min-width: 576px) {
    .consult-text {
        position: relative;
        /* font-size: 17px; */
        font-weight: 400;
        width: auto;
    }
}

.consult-line-box {
    position: absolute;
    right: 50px;
    top: auto;
    bottom: -94px;
    width: 160px;
    display: none;
}

@media (min-width:576px) {
    .consult-line-box {
        right: 90px;
        bottom: -54px;
    }
}

.consult-line-box.active {
    display: block;
}

.consult-line {
    width: 152px;
    padding-right: 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.consult-line {
    padding: 10px;
}

.consult-line li {
    padding: 5px;
}

.consult-line li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px;
    transition: all 500ms ease;
    border-radius: 4px;
}

.consult-line li a:hover {
    background-color: #f4f4f4;
}

.consult-line li a {
    color: #F57520;
    font-size: 14px;
    font-weight: 700;
}

.consult-line li:hover a {
    color: #333;
}

.consult-line li span {
    display: inline-block;
    margin-right: 6px;
}

.consult-line li:first-child span {
    width: 24px;
    height: 24px;
    /* background: url(../images/c1-1.svg) no-repeat center; */
    background: url(../images/c1-2.svg) no-repeat center;
}

.consult-line li:hover:first-child span {
    background: url(../images/c1-1.svg) no-repeat center;
}

.consult-line li:nth-child(2) span {
    width: 21px;
    height: 18px;
    /* background: url(../images/c2-1.svg) no-repeat center; */
    background: url(../images/c2-2.svg) no-repeat center;
}

.consult-line li:hover:nth-child(2) span {
    background: url(../images/c2-1.svg) no-repeat center;
}

.consult-line li:last-child span {
    width: 22px;
    height: 22px;
    /* background: url(../images/c3-1.svg) no-repeat center; */
    background: url(../images/c3-2.svg) no-repeat center;
}

.consult-line li:hover:last-child span {
    background: url(../images/c3-1.svg) no-repeat center;
}

.consult-animate .consult-text{
    animation: consult-animate 1.5s ease-in-out infinite;
}

@keyframes consult-animate {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}


/* 
------------------------------------   inner   -----------------------------------------
*/

/* inner product */
.inner-banner,
.inner-banner-img,
.inner-banner-img img {
    width: 100%;
    height: 250px;
}

@media (max-width: 767px) {

    .inner-banner,
    .inner-banner-img {
        height: 200px;
    }
}

.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}

.inner-banner-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

@media (min-width: 992px) {
    .inner-banner-title h2 {
        font-size: 48px;
    }
}

.breadcrumb {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #ededed;
}

.inner-detail-inner {
    padding: 50px 0;
}

.inner-detail-inner-2 {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .inner-detail-inner {
        padding: 100px 0;
    }

    .inner-detail-inner-2 {
        padding: 72px 0;
    }
}

.product-list .card, .blueprint-box .card {
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-list .card::before, .blueprint-box .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 1;
    transition: all 400ms ease;
}

.product-list .card::after, .blueprint-box .card::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, .5);
    z-index: 2;
    transition: all 600ms ease;
}

.product-list .card img, .blueprint-box .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list .card-body, .blueprint-box .card-body {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    transition: all 800ms ease;
}

.product-list .card-title, .blueprint-box .card-title {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    white-space: wrap;
    padding:10px;
}

.product-list .card:hover::before, .blueprint-box .card:hover::before {
    left: 0;
}

.product-list .card:hover::after, .blueprint-box .card:hover::after {
    width: 90%;
    height: 90%;
}

.product-list .card:hover .card-body, .blueprint-box .card:hover .card-body {
    top: 50%;
}

.page-item {
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 0 !important;
    color: #333;
    font-size: 17px;
    font-family: 'inter', sans-serif;
    border-color: #fff;
}

.page-item .page-link:hover {
    border-color: #F57520;
    background-color: #F57520;
    color: #fff;
}

.page-item .page-link i {
    font-size: 14px;
}

.mySwiper {
    margin-top: 10px;
}

.mySwiper-2 {
    margin-top: 18px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    top: 45%;
}

.mySwiper .swiper-slide {
    border: 2px solid rgba(0, 0, 0, 0);
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
    border-color: #F57520;
}

.product-name {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
}

.product-tit {
    margin-top: 24px;
}

.product-tit h4 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
}

.product-tit span {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #F57520;
    margin: 12px 0 24px;
}

.product-item li {
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
}

.product-item li:last-child {
    border-bottom: none;
}

.product-item>li span:first-child {
    font-size: 18px;
    color: #666;
}

.product-item>li span:last-child {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'inter', sans-serif;
    margin-left: 24px;
}

.related-setion {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .related-setion {
        margin-top: 60px;
    }
}

.related-swiper .swiper-pagination-bullet {
    border: 2px solid rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0);
}

.related-swiper .swiper-pagination-bullet-active {
    background-color: #F57520;
    border-color: #F57520;
}



/* 
--------------------- contact -------------------------
*/
.contact-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-item-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 48px;
    margin-bottom: 24px;
}

.contact-item-inner h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.contact-item-inner p {
    font-family: 'inter', sans-serif;
    font-size: 20px;
    color: #222;
    margin-bottom: 0;
    margin-top: 5px;
}

.contact-map {
    height: 360px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-form {
    border: 1px solid #eee;
    background-color: #fafafa;
    padding: 20px;
}

@media (min-width: 992px) {
    .contact-form {
        padding: 30px 40px;
    }
}

.contact-form-tit {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    position: relative;
}

.contact-form-tit::after {
    content: '';
    position: absolute;
    left: -20px;
    width: 5px;
    height: 100%;
    background-color: #F57520;
}

@media (min-width: 992px) {
    .contact-form-tit::after {
        left: -40px;
    }
}


/* 
--------------------  join  -----------------------
*/

.bg-color {
    background-color: #fafafa;
}

.wid-nav-item {
    width: inherit;
}

.form-nav-join {
    border-radius: 0 !important;
    background-color: #FFE9DB !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    margin: 0 !important;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 992px) {
    .form-nav-join {
        font-size: 28px;
    }
}

.form-nav-join.active {
    background-color: #F57520 !important;
    color: #fff !important;
}

.form-nav-join::before {
    position: absolute;
    width: 1px !important;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
}

.nav-pills .nav-item:first-child .form-nav-join::before {
    display: none;
}



.form-nav-join span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: 100%;
}

@media (min-width: 768px) {
    .form-nav-join span {
        width: 35px;
        height: 35px;
    }
}

.nav-pills .nav-item:first-child .form-nav-join span {
    background: url(../images/j1.svg) no-repeat center;
}

.nav-pills .nav-item:first-child .form-nav-join.active span {
    background: url(../images/j1-1.svg) no-repeat center;
}

.nav-pills .nav-item:nth-child(2) .form-nav-join span {
    background: url(../images/j2.svg) no-repeat center;
}

.nav-pills .nav-item:nth-child(2) .form-nav-join.active span {
    background: url(../images/j2-1.svg) no-repeat center;
}

.nav-pills .nav-item:last-child .form-nav-join span {
    background: url(../images/j3.svg) no-repeat center;
}

.nav-pills .nav-item:last-child .form-nav-join.active span {
    background: url(../images/j3-1.svg) no-repeat center;
}

.join-tab-content {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 20px 30px;
}

@media (min-width: 992px) {
    .join-tab-content {
        padding: 40px 80px;
    }
}

@media (min-width: 1200px) {
    .join-tab-content {
        padding: 50px 200px;
    }
}

.col-form-label {
    font-size: 18px;
    color: #333;
}

.form-control {
    background-color: #fafafa;
    border-color: #eee;
    /* padding-top: 10px !important;
    padding-bottom: 10px !important; */
    height: 40px !important;
}

@media (min-width: 992px) {
    .form-control {
        height: 50px !important;
    }
}

.form-floating>label {
    padding-top: 10px !important;
    /* padding-bottom: 8px !important; */
}

.check-item {
    padding: 10px 30px;
    margin: 3px 5px;
    border: 1px solid #ededed;
    border-radius: 50px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.check-item.active {
    background-color: #F57520;
    border-color: #F57520;
    color: #fff;
}

.join-sub {
    width: 100%;
}

@media (min-width: 576px) {
    .join-sub {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .join-sub {
        width: 25%;
    }
}



/* 
------------------    valua     -------------------------------
*/

.valua-unit-infor {
    margin-top: 40px;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .valua-unit-infor {
        padding: 30px 50px;
    }
}

.valua-infor-title,
.valua-list-tit {
    font-weight: 700;
    color: #333;
}

.valua-infor-title {
    font-size: 24px;
    text-align: center;
}

.valua-list-tit {
    font-size: 17px;
}

@media (min-width: 1200px) {
    .valua-list-tit {
        font-size: 20px;
    }

    .input-group {
        width: 180px;
    }
}

.valua-infor-list {
    margin-top: 30px;
}

.valua-option {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.check-btn {
    display: inline-block;
    margin: 5px;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #fafafa;
    font-size: 18px;
    font-family: 'inter', sans-serif;
    color: #333;
    cursor: pointer;
}

.check-btn.active {
    background-color: #F57520;
    color: #fff;
}

.input-group-style {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group-style,
.input-style {
    background-color: #fafafa;
}

.btn-outline-secondary {
    height: 100%;
    border-radius: 0;
}

.option-box {
    padding: 20px 40px;
    border-radius: 6px;
    border: 1px solid #ededed;
}

.op-tit {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-left: 16px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.op-tit span {
    font-size: 15px;
    color: #666;
    margin-left: 5px;
}

.form-check-input:checked {
    background-color: #F57520;
    border-color: #F57520;
}

.other-check-box {
    background-color: #fafafa;
    padding: 20px 0;
    border: 1px solid #ededed;
    border-radius: 6px;
}

.discheck:disabled,
.discheck:disabled~.form-check-label,
.discheck[disabled]~.form-check-label {
    opacity: 1;
}

@media (min-width: 768px) {
    .submit1 {
        padding: 16px;
        font-size: 24px;
    }
}


/* 
-------------------------- news -----------------------
*/

.news-card {
    background-color: #fafafa;
    transition: all 0.3s ease-in-out;
}

.news-card:hover {
    background-color: #fff;
}

.news-card figure {
    overflow: hidden;
}

.news-card figure img {
    transition: all 0.3s ease-in-out;
}

.news-card:hover figure img {
    transform: scale(1.1);
}

.news-inner-tetx p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-card>.news-item-info>.news-title>a {
    -webkit-line-clamp: 1;
}

.marquee-bg {
    background-color: #da6619;
    padding: 14px 0;
}


#alert.toast-container{
	pointer-events: all ;
}

.fix-enquiry-form .nav-pills{
	justify-content: center;
}
.fix-enquiry-form #pills-tabContent{
	margin-bottom: 3rem;
}
.fix-enquiry-form .container{
	max-width: 600px;
}

.form-nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0) !important;
}
@media (min-width: 768px) {
	.form-nav-link {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 24px;
	}
}
.marquee-bg #marquee {
    background-color: rgba(0, 0, 0, 0);
}

.marquee-bg #marquee a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0 50px;
}

.marquee-bg #marquee a:hover {
    text-decoration: underline !important;
}

.accordion-item,
.accordion-item .accordion-button {
    border-radius: 0 !important;
}

.accordion-button {
    background-color: #fff !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-item{
    border: 1px solid #dee2e6 !important;
}

.accordion-item .accordion-button {
    border-bottom: none !important;
}

.w-text,
.w-input {
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .w-text{
        width: 60%;
    }

    .w-input {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .w-text{
        width: 80%;
    }

    .w-input {
        width: 20%;
    }
}

.w-input > .input-group {
    width: 180px;
    margin-left: 20px;
}

@media (min-width: 576px) {
    .w-input > .input-group {
        width: 100%;
    }
}

.app-ico {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    /* background-color: #333; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-ico img {
    width: 24px;
    height: auto;
}

.app-box:hover .app-ico {
    /* background-color: #da6619; */
}

.app-box:hover a {
    color: #da6619;
}

.app-text a {
    font-size: 14px;
    color: #333;
    margin: 0 10px;
    margin-left:0px;
}

.box-click {
    border-top: 8px solid #da6619;
    margin-top: 40px;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

@media (min-width: 992px) {
    .box-click {
        padding: 40px 50px;
    }
}

.box-click>.border,
.accordion-button {
    position: relative;
    overflow: hidden;
}

.box-click>.border:before,
.accordion-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 25%);
    width: 5px;
    height: 50%;
    background-color: #da6619;
    opacity: 1;
}

.accordion-body {
    padding-left: 36px !important;
}

.page-item .page-link.active {
    border-color: #F57520;
    background-color: #F57520;
    color: #fff;
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #F57520;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0!important;
}



.blueprint-detail .swiper-button .swiper-button-prev-3:hover i,
.blueprint-detail .swiper-button .swiper-button-next-3:hover i {
    color: #fff!important;
}
.blueprint-detail .swiper-button-prev i,
.blueprint-detail .swiper-button-next i {
    font-size: 18px;
    color: #000!important;
}

.blueprint-detail .swiper-button-prev,
.blueprint-detail .swiper-button-next {
    background-color: #FFE9DB!important;
}


.menu-down .dropdown-item.active {
    color: #fff;
    background-color: #F57520!important;
}







/* faq */
.faq-tab{text-align: center;}
.faq-tab .active{background: #F57520;color:#fff;}
.faq-tab-li{padding: 15px;display: inline-block;background: #fff;border:1px solid #F57520;border-radius: 10px;font-size: 16px;
    color:#F57520;}
.faq {  }
.faq-list {   }
.faq-list-box { float: left; width: 100%; background-color: #e8e8e8; border-radius: 10px; text-align: center; padding: 15px 0; margin: 2px 2px 0; color: #002664; font-weight: bold; }
@media(max-width: 440px) {
    .faq-tab-li{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(min-width: 768px) {
    .faq-list-box { width: 24.4%; padding: 15px 0; margin: 2px 2px 0; }
    .faq-tab-li{font-size: 18px;}
}
@media(min-width: 1280px) {
    .faq-list-box { font-size: 24px; }
    .faq-tab-li{padding: 15px 20px;display: inline-block;background: #fff;border:1px solid #F57520;border-radius: 10px;font-size: 22px;
        color:#F57520;margin: 0 10px;margin-bottom: 20px;}
}
.faq-tab-li:hover{background: #F57520;color:#fff;}
.active .faq-list-box, .faq-list-box:hover { background-color: #f8c305; }
.faq .questions-list { margin-top: 0px; }
.faq .questions-list .content { display: none; text-align: justify; font-family: 'LatoWeb', Arial;}
.faq .questions-list > ul > li:first-child .content {display: block;}
.faq .questions-list ul li .title {
    background-color: #fff;
    border:1px dashed #F57520;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}
.faq .questions-list ul li .content { padding: 20px 10px 15px; font-size: 16px; color: #252525; }
@media(min-width: 768px) {
    .faq .questions-list ul li .content { padding: 20px 20px 15px; font-size: 18px; }
}
@media(min-width: 1280px) {
    .faq .questions-list ul li .content { padding: 25px 30px 20px; }
}
.faq .questions-list ul li .right-icon { padding-right: 34px; padding: 15px 0;margin: 0 15px;}
.faq .questions-list ul li .title .right-icon { background: url(../images/top-icon.svg) right no-repeat; background-size:40px!important; }
.faq .questions-list ul li .active .right-icon { background: url(../images/up-icon.svg) right no-repeat; background-size:40px!important; }
.faq .questions-list ul li .title a { color: #F57520; font-size: 16px; font-weight: bold; padding: 10px 0; display:inline-block; width: calc(100% - 45px);font-family: 'LatoWeb', Arial;}
@media(min-width: 768px) {
    .faq .questions-list ul li .title a { font-size: 18px; }
}
@media(min-width: 1280px) {
    .faq .questions-list ul li .right-icon{ padding: 15px 0px; margin: 0  25px}
    .faq .questions-list ul li .title a { font-size: 22px; }
}
/* faq */


/* .master-inner { margin-top:100px; }
@media(max-width:768px){
    .master-inner { margin-top:60px; }
} */
@media(min-width:1200px){
    .inner-detail-section .about-image-1 { max-width:423px;height:auto; }
    .inner-detail-section .about-image-2 { max-width:449px;height:auto; }
}

/*allowance start*/
.text ul li {
    margin-bottom: 10px;
}

.text ul li,
.text ul li a {
    font-size: 16px;
    font-family: sans-serif;
}

.text ul li a {
    text-decoration: underline;
    color: #F57520;
}

@media (min-width: 768px) {
    .text ul li {
        margin-bottom: 15px;
    }

    .text ul li,
    .text ul li a {
        font-size: 19px;
    }
}

.list-li-box {
    /* border-radius: 10px; */
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 40px;
}

.list-li-box h3 {
    font-weight: 700;
    font-size: 22px;
}

.list-li-box .iconicon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    padding: 8px;
    background-color: #fff2ea;
    margin-right: 24px;
    cursor: pointer;
    margin-bottom: 20px;
}

.list-li-box .iconicon img {
    width: 50px;
    height: auto;
}

.list-li-box .allowcontent {
    width: 100%;
}

@media (min-width: 992px) {
    .list-li-box .allowcontent {
        width: 80%;
    }

    .list-li-box .iconicon {
        margin-bottom: 0;
    }

}
/*allowance end*/


/* shop start */
.inner-swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: 1;
    background-color: #fff;
}

.inner-swiper .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #F57520;
}

.process-item {
    background-color: #fff;
    cursor: pointer;
}

@media (min-width: 576px) {
    .process-item {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.process-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.process-item:hover .titshy {
    color: #F57520;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #FFE9DB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.circle img {
    width: 40px;
    height: auto;
}

.titshy {
    font-size: 22px;
    font-weight: 700;
}

.textshy {
    font-size: 16px;
    text-align: center;
    color: #666;
}

@media (min-width: 768px) {
    .widshy,
    .widshy .swiper-wrapper {
        height: 400px !important;
    }

}

.checks-box span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.checks-box span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: url(../images/cc.svg) no-repeat center;
    background-size: cover;
    display: none;
}

.checks-box span.active {
    color: #F57520;
    background-color: rgba(245, 117, 32, .08);
}

.checks-box span.active::after {
    display: block;
}

.form-control-style{
    padding: 0 10px !important;
    border: none;
    height: auto !important;
    font-size: 15px;
    text-align: center;
}

.form-control-style::placeholder {
    font-size: 15px;
}

.shop-detail .swiper-button .swiper-button-prev-3:hover i,
.shop-detail .swiper-button .swiper-button-next-3:hover i {
    color: #fff!important;
}
.shop-detail .swiper-button-prev i,
.shop-detail .swiper-button-next i {
    font-size: 18px;
    color: #000!important;
    top:54%!important;
    left:15px!important;
}

.shop-detail .swiper-button-prev,
.shop-detail .swiper-button-next {
    background-color: #FFE9DB!important;
    top:54%!important;
    right:15px!important;
}

/* shop end*/

.offcanvas {
    z-index:1091;
}

.blueprint-box .sec-title, .post-box .sec-title {
    margin-bottom: 10px;
}

@media (min-width: 992px) {

    .blueprint-box .sec-title span, .post-box .sec-title span {
        margin: 14px 0 30px;
    }
    .blueprint-box .sec-title, .post-box .sec-title {
        margin-bottom: 30px;
    }
}

.blueprint-box .sec-title h2, .post-box .sec-title h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
}

.blueprint-box .sec-title h2 span, .post-box .sec-title h2 span {
    color: #F57520;
}

@media (min-width: 992px) {
    .blueprint-box .sec-title h2, .post-box .sec-title h2 {
        font-size: 40px;
    }
}
.loading i {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.loading i:before {
	content: "\f1ce";
}
.loading span{
    display: none;
}

.g-recaptcha{
    height: 78px;
    max-height: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .calc {
        width: 100% !important;
    }
    .calc_text{
        padding: 12px 2px;
    }
}

.footer-repair-box{
    position: relative;
}
.footer-repair-box .consult-line-box{
    top: 0px;
    bottom: auto;
}
.fix-order-block ol{
    list-style: none;
    
}
.fix-order-block ol li{
    position: relative;
    font-size: 14px;
}
@media (min-width: 992px){
    .fix-order-block ol li{
        font-size: 22px;
    }
}
.fix-order-block ol li::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f14a";
    color: #F57520;
    position: absolute;
    left: -10px;
    transform: translate(-100%, 00px);

}

@media (min-width: 1200px) {
    .input-group.my-input-group {
        width: auto;
    }
}
@media (min-width: 576px) {
    .input-group.my-input-group2 {
        width: 75%;
    }
}


.detail-li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

@media (max-width: 400px) {
	.detail-li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.detail-li:nth-child(2),
	.detail-li:nth-child(4) {
		flex-direction: column-reverse;
	}

	.detail-img {
		margin-bottom: 20px;
	}
}


.detail-text b {
	font-size: 20px;
}

.detail-text span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #F57520;
	border-radius: 100%;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.detail-text p {
	font-size: 18px;
	color: #333;
}

.qrimg {
	width: 100px;
	height: 100px;
}

.qrimg img {
	width: 100%;
}

.detail-li:nth-child(2) .detail-text,
.detail-li:nth-child(4) .detail-text {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 576px) {
	.detail-text {
		padding-left: 40px;
	}

	.detail-li:nth-child(2) .detail-text,
	.detail-li:nth-child(4) .detail-text {
		padding-right: 40px;
	}
}

@media (min-width: 992px) {
	.detail-text {
		padding-left: 100px;
	}

	.detail-li:nth-child(2) .detail-text,
	.detail-li:nth-child(4) .detail-text {
		padding-right: 100px;
	}

	.detail-text b {
		font-size: 27px;
	}

	.detail-text p {
		font-size: 20px;
	}

	.qrimg {
		width: 154px;
		height: 154px;
	}
}

.btn-download {
	background-color: #F57520 !important;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	position: relative;
	z-index: 1;
}

.btn-download::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	background-color: #F57520;
	opacity: .5;
	z-index: -1;
	transition: all .2s ease-in-out;
}

.btn-download:hover::before {
	top: 0;
	left: 0;
}

.btn-download i {
	margin: 0;
	display: block;
	transform: none;
}

.btn-download img {
	width: 30px;
	height: auto;
	margin-right: 10px;
}

.detail-li1::before,
.detail-li2::before {
	content: "";
	width: 258px;
	height: 160px;
	position: absolute;
	bottom: -140px;
	z-index: -1;
}

@media (max-width: 425px) {

	.detail-li1::before,
	.detail-li2::before {
		content: "";
		width: 198px;
		height: 120px;
		bottom: -100px;
	}
}

.detail-li1::before {
	background-image: url(../images/inner/xx.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.detail-li2::before {
	background-image: url(../images/inner/xx2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}


.master-number {
	z-index: -1;
}

.process {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.process h2 {
	font-size: 1.4rem;
	position: relative;
	font-weight: 400;
	color: #222;
	margin: 0px;
	transition: all 500ms ease;
}

@media (min-width: 768px) {
	.process h2 button {
		font-size: 1.3rem;
	}
}

@media (min-width: 1200px) {
	.process h2 button {
		font-size: 1.5rem;
	}
}

.process .nav-item,
.process .nav-link {
	background-color: rgba(0, 0, 0, 0) !important;
	border-radius: 0 !important;
}

.process .nav-link {
	padding: 12px 20px !important;
}

.process .nav-link::before {
	width: 100% !important;
}

.process .nav-link.active {
	background-color: #F57520 !important;
	color: #fff !important;
}

.process .nav-link.active h2 {
	color: #fff;
}

@media (max-width: 991px) {
	.process .nav-item {
		border: none;
	}
}



.master-item div { margin-bottom:8px; }


@media(max-width:768px){
    .blueprint-detail-box .card-title {
        font-size: 18px;
    }

    .introduction-detail-box .product-name {
        font-size:25px;
    }
    .process {
        flex-direction: column;
    }
    .process .nav-link {
        padding: 12px 80px !important;
    }
}

.contact-item-inner img {
    width:50px;
    height:50px;
}

.footer-contact-list img {
    width:26px;
    height:26px;
}



.sub-title>span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #F57520;
    margin: 10px 0 18px;
}

.inner-detail-section .about-image-right {
    flex-grow:1;
}
.inner-detail-section .about-image-right video { height:100%; }

@media(max-width:960px){
    .inner-detail-section .about-image { width:36%; }
}
