@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html {
    font-size: 100%;
}

body {
    background-color: aqua;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    color: #9a9591;
}

a:hover {
    color: #313131;
}

a:-webkit-any-link {
    text-decoration: none;
}

.bricks-background-primary {
    font-size: 21px !important;
    color: #fff;
    background-color: #e0bba9;
}

.bricks-background-primary:hover {
    color: #000;
    background-color: #e0bba9;
}

.brxe-container {
    width: 100% !important;
}

ul li {
    list-style: none;
}

/*以下為新增css*/

/*nav*/
#brx-header {
    width: 100%;
    position: fixed;
    top: 0%;
    left: 50%;
    margin-left: -50%;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

#brx-header.is-sticky {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 99999;
}

#brxe-xuonxt.brxe-section {
    width: 1170px;
}

#brxe-hpspov {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}

#brxe-bvaisf.brxe-block {
    width: 250px;
    display: block !important;
    padding: 8px 20px;
}

#brxe-bvaisf.brxe-block .brxe-logo img {
    height: 65px !important;
}

#brxe-qhepml.brxe-block {
    width: calc(100% - 500px);
    display: flex;
    align-items: center;
}

#brxe-ignddg.brxe-block {
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 20px;
}

:where(.brxe-nav-menu) .bricks-nav-menu>li {
    margin: 0 0 0 20px !important;
}
nav.bricks-nav-menu-wrapper a {
    font-size: 16px !important;
}

@media (max-width: 1100px) {

    #brx-header {
        width: 100%;
        margin: 0 auto;
        position: fixed;
        top: 0%;
        left: 50%;
        margin-left: -50%;
        z-index: 99;
    }

    #brxe-bvaisf.brxe-block {
        width: 33%;
    }

    #brxe-qhepml.brxe-block {
        width: 33%;
    }

    #brxe-ignddg.brxe-block {
        width: 33%;
    }

}

@media (max-width:1000px) {
    #brxe-bvaisf.brxe-block {
        width: 250px;
    }

    #brxe-qhepml.brxe-block {
        width: calc(100% - 250px);
        align-items: flex-end;
        padding-right: 30px;
    }

    #brxe-ignddg.brxe-block {
        display: none;
    }
}

@media (max-width: 767px) {

    #brxe-kddoeu .bricks-mobile-menu-toggle {
        height: 20px;
        width: 40px !important;
        margin: 0 auto;
    }

    span.bar-top {
        width: 100% !important;
    }

    span.bar-center {
        width: 100% !important;
        /*top: 15px !important;*/
    }

    span.bar-bottom {
        width: 100% !important;
        /*top: 30px !important;*/
    }
}

@media (max-width: 565px) {
    #brxe-bvaisf.brxe-block {
        padding: 11px 20px;
    }

    #brxe-bvaisf.brxe-block .brxe-logo img {
        height: 50px !important;
    }

    #brxe-bvaisf.brxe-block {
        width: calc(100% - 80px);
        padding-left: 0;
    }

    #brxe-qhepml.brxe-block {
        order: 2;
        width: 50px;
        padding-right: 30px;
    }

    #brxe-ignddg.brxe-block {}

}

.brxe-nav-menu .bricks-mobile-menu-wrapper:before {
    background-color: #fff;
}

/*hero*/
.intro {
    width: 100%;
    height: 100vh;
    position: relative;
    /*background-image: url(https://www.aroma886.com/wp-content/uploads/2024/06/hero-bg.webp);*/
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.object-fit {
    width: 100%;
    height: 100%;
}
.cover-ex7 {
    object-fit: cover;
    object-position: 70% 10px;
}
.hero-title {
    width: 80%;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -40%;
    z-index: 3;
}

.hero-title h1 {
    text-align: center;
    font-size: 4.5rem;
    color: rgb(255, 255, 255);
    letter-spacing: .01em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.hero-title ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hero-title ul li {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: .01em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.hero-title ul li:last-child {
    border-right: 0px solid #fff;
}

.arrow-wrap {
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 0px;
    margin-left: -45px;
    width: 90px;
    height: 20px;
    padding: 0;
    /* border-radius: 50%; */
    font-size: 0.5em;
    display: block;
    padding: 0;
    text-align: center;
}

.arrow {
    /* float: right; */
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #111 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    margin: 5px;
    display: inline-block;
}

.arrow:after {
    content: '';
    position: absolute;
    top: -12px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(212, 194, 150, 1) transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}

.downArrow {
    position: fixed;
    bottom: 45%;
    left: 50%;
}

.bounce-updown {
    -moz-animation: bounce-updown 3s infinite;
    -webkit-animation: bounce-updown 3s infinite;
    animation: bounce-updown 3s infinite;
}

@-moz-keyframes bounce-updown {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce-updown {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce-updown {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@media (max-width: 1100px) {
    .intro {
        background-position: 60% 10px;
    }

    .hero-title {
        width: 96%;
        margin-left: -48%;
    }

    .hero-title h1 {
        font-size: 3.6rem;
    }


}

@media (max-width: 767px) {
    .intro {
        background-position: 70% 10px;
    }

    .hero-title {
        width: 80%;
        margin-left: -40%;
    }

    .hero-title h1 {
        font-size: 3rem;
    }

    .hero-title ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .hero-title ul li {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: rgb(255, 255, 255);
        letter-spacing: .01em;
        border-right: none;
        padding: 0px 10px 20px 10px
    }

}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 565px) {
    .hero-title {
        margin-top: -100px;
    }
}

/*加入社團*/
.join-container {
    padding: 50px 0;
    background-color: #f1ede9;
}

.join-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.join-header h2 {
    color: #000 !important;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.join-header p {
    color: #2b2b2b !important;
    font-size: 20px !important;
    line-height: 2;
    letter-spacing: .01em !important;
}

.join-service-row {
    display: flex;
    flex-direction: row;
}

.join-service {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
    margin: 0 15px;
}

.join-service p {
    line-height: 1.6;

}

@media (max-width: 1100px) {}

@media (max-width: 767px) {
    .join-service-row {
        flex-direction: column;
    }

    .join-service {
        margin: 0 0 20px 0;
    }


}


/*about*/
.about-container {
    padding: 100px 80px;
    background-color: #fff;
}

.about-row {
    display: flex;
}

.about-row .info {
    width: 50%;
    padding-left: 11%;
    padding-right: 50px;
}

.about-row .info .english-title {
    font-size: 4.5rem;
    color: rgb(36, 36, 36);
    letter-spacing: .01em;
    position: relative;
}

.about-row .info .english-title::after {
    position: absolute;
    content: "";
    left: 10px;
    top: -120px;
    margin: 0px 0 0 0;
    width: 2px;
    height: 60px;
    background: #ff895a;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.about-row .info .subtitle {
    color: #000 !important;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.about-row .subtitle span {
    color: #ff895a !important;
}

.about-row .info p {
    color: #2b2b2b !important;
    font-size: 20px !important;
    line-height: 2;
    letter-spacing: .01em !important;
}

.about-row .info p.abc {
    color: #f60 !important;
}

.about-row .info .chinese-title {
    font-size: 1.8rem;
    color: rgb(36, 36, 36);
}

.about-row .img-col {
    width: 50%;
}

.about-btn-row {
    position: relative;
}

.about-btn {
    cursor: pointer;
    background-color: #000;
    width: 330px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    z-index: 0;
}

.about-btn span {
    color: #fff;
    display: block;
    padding-left: 35px;
    text-transform: uppercase;
    font: bold 18px/66px Arial;
    letter-spacing: 3px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.about-btn em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 47%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.about-btn:before,
.about-btn:after {
    content: '';
    background: #e0bbaa;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.about-btn:before {
    top: 0;
    left: 0;
    right: auto;
}

.about-btn:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.about-btn:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.about-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.about-btn:hover span {
    color: #000;
}

.about-btn:hover em {
    background: #000;
    transform: scaleX(1);
}

.about-btn-row.b2 {
    display: none;
}

@media (max-width: 1600px) {
    .about-container {
        padding: 100px 30px;
    }

    .about-row .info {
        width: 46%;
        padding-left: 5%;
    }

    .about-row .info .english-title {
        font-size: 4rem;
    }

    .about-row .info .english-title::after {
        position: absolute;
        content: "";
        left: 10px;
        top: -120px;
        margin: 0px 0 0 0;
        width: 2px;
        height: 60px;
        background: #ff895a;
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    .about-row .info .subtitle {
        font-size: 2rem;
    }

    .about-row .info p {
        font-size: 1.1rem !important;
    }


    .about-row .img-col {
        width: 52%;
    }

}

@media (max-width: 1000px) {
    .about-row .info {
        width: 46%;
        padding-left: 0%;
    }
}

@media (max-width: 991px) {
    .about-btn-row.b1 {
        display: none;
    }

    .about-btn-row.b2 {
        display: block;
    }

    .about-row {
        flex-direction: column;
    }

    .about-row .img-col {
        width: 100%;
    }

    .about-row .info {
        width: 100%;
    }
}


@media (max-width: 575px) {
    .about-btn {
        width: 100%;
    }

    .about-row .info {
        padding-right: 0px;
    }

    .about-row .info p {
        font-size: 1.25rem !important;
    }
}


/*穿透簾*/
.verticalsheer-container {
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f9f1e9;
}

.verticalsheer-container .title-group .english-title {
    font-size: 4.5rem;
    color: rgb(36, 36, 36);
    letter-spacing: .01em;
}


.title-group .chinese-title {
    font-size: 1.8rem;
    color: rgb(36, 36, 36);
    margin-bottom: 50px;
}

.custom-style-7 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 150px;
    gap: 0px 0px;
    grid-auto-flow: row;
    margin-top: 50px;

}

.custom-style-7::after {}

.custom-style-7 .items {}

.custom-style-7 .i1 {
    grid-area: 1 / 1 / 7 / 7;
    background-image: url(https://www.aroma886.com/wp-content/uploads/2024/06/verticalsheer-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-style-7 a.img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-style-7 .i2 {
    grid-area: 1 / 7 / 4 / 10;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
}

.custom-style-7 .i2 h3 {
    text-align: left;
    font-size: 2rem;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.custom-style-7 .i2 p {
    text-align: left;
    font-size: 1.3rem;
    color: #2b2b2b;
    line-height: 1.3;
    margin-bottom: 10px;
}

.custom-style-7 .i2 a {
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 1.2rem;
}

.custom-style-7 .i3 {
    grid-area: 1 / 10 / 4 / 13;
    background-image: url(https://www.aroma886.com/wp-content/uploads/2024/05/verticalsheer-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-style-7 .i4 {
    grid-area: 4 / 7 / 7 / 10;
    background-image: url(https://www.aroma886.com/wp-content/uploads/2024/05/verticalsheer-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-style-7 .i5 {
    grid-area: 4 / 10 / 7 / 13;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
}

.custom-style-7 .i5 h3 {
    text-align: left;
    font-size: 2rem;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.custom-style-7 .i5 p {
    text-align: left;
    font-size: 1.3rem;
    color: #2b2b2b;
    line-height: 1.3;
    margin-bottom: 10px;
}

.custom-style-7 .i5 a {
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 1.2rem;
}


.custom-style-7 .i6 {
    grid-area: 1 / 7 / 4 / 10;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    display: none;
}

.custom-style-7 .i6 h3 {
    text-align: left;
    font-size: 2rem;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.custom-style-7 .i6 p {
    text-align: left;
    font-size: 1.3rem;
    color: #2b2b2b;
    line-height: 1.3;
    margin-bottom: 10px;
}

.custom-style-7 .i6 a {
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 1.2rem;
}

.s-title-group {
    display: none;
}

.verticalsheer-container-btn-row {
    position: relative;
    background-color: #ff895a;
    width: 80%;
}

.verticalsheer-container-btn {
    cursor: pointer;
    background-color: #000;
    /*width: 330px;*/
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: flex;
    align-items: center;
}

.verticalsheer-container-btn span {
    color: #fff;
    display: block;
    padding-left: 15px;
    text-transform: uppercase;
    font: bold 18px/66px Arial;
    letter-spacing: 3px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.verticalsheer-container-btn em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 30%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.verticalsheer-container-btn:before,
.verticalsheer-container-btn:after {
    content: '';
    background: #e0bbaa;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.verticalsheer-container-btn:before {
    top: 0;
    left: 0;
    right: auto;
}

.verticalsheer-container-btn:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.verticalsheer-container-btn:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.verticalsheer-container-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.verticalsheer-container-btn:hover span {
    color: #000;
}

.verticalsheer-container-btn:hover em {
    background: #000;
    transform: scaleX(0.8);
}


@media (max-width: 1600px) {
    .verticalsheer-container .title-group .english-title {
        font-size: 4rem;
    }

    .verticalsheer-container .title-group .chinese-title {
        font-size: 1.8rem;
    }

    .verticalsheer-container {
        padding: 100px 30px;
        display: flex;
        flex-direction: column;
        text-align: center;
        background-color: #f9f1e9;
    }

    .custom-style-7 .i2 h3 {
        font-size: 1.6rem;
    }

    .custom-style-7 .i2 p {
        font-size: 1.2rem;
    }

    .custom-style-7 .i3 {
        background-position: -130px center;
    }

    .custom-style-7 .i5 h3 {
        font-size: 1.6rem;
    }

    .custom-style-7 .i5 p {
        font-size: 1.2rem;
    }

    .custom-style-7 .i6 h3 {
        font-size: 1.6rem;
    }

    .custom-style-7 .i6 p {
        font-size: 1.2rem;
    }

    .verticalsheer-container-btn-row {
        width: 100%;
    }

    .verticalsheer-container-btn:hover em {
        transform: scaleX(0.7);
    }
}

@media (max-width: 1508px) {
    .custom-style-7 {
        grid-template-columns: repeat(12, 1fr);

    }
}

@media (max-width: 1150px) {
    .verticalsheer-container-btn:hover em {
        transform: scaleX(-0.6);
    }

}

@media (max-width: 991px) {
    .verticalsheer-container-btn-row {
        width: 50%;
    }

    .custom-style-7 {
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: auto;
        grid-auto-flow: row;

    }

    .custom-style-7 .i1 {
        grid-area: 1 / 1 / 7 / 13;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 550px;
        z-index: 1;
    }

    .custom-style-7 .i6 {
        display: block;
        grid-area: 1 / 1 / 7 / 13;
        padding: 25px 25px 35px 25px;
        margin-bottom: 0px;
        height: 550px;
        z-index: 2;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .custom-style-7 .i6 h3 {
        text-align: left;
        font-size: 2rem;
        margin: 0px 0px 10px 0px;
        color: rgb(255, 255, 255);
        letter-spacing: .01em;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    .custom-style-7 .i6 p {
        text-align: left;
        font-size: 1.3rem;
        line-height: 1.3;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        letter-spacing: .01em;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    .custom-style-7 .i2 {
        grid-area: 7 / 1 / 14 / 13;
        padding: 25px 25px 35px 25px;
        margin-bottom: 0px;
        height: 550px;
        z-index: 2;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .custom-style-7 .i2 h3 {
        text-align: left;
        font-size: 2rem;
        margin: 0px 0px 10px 0px;
        color: rgb(255, 255, 255);
        letter-spacing: .01em;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    .custom-style-7 .i2 p {
        text-align: left;
        font-size: 1.3rem;
        line-height: 1.3;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        letter-spacing: .01em;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    .custom-style-7 .i3 {
        grid-area: 7 / 1 / 14 / 13;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 25px;
        height: 550px;
        z-index: 1;
    }

    .custom-style-7 .i4 {
        grid-area: 14 / 1 / 26 / 13;
        padding: 15px;
        height: 550px;
        z-index: 1;
    }

    .custom-style-7 .i5 {
        grid-area: 14 / 1 / 26 / 13;
        padding: 25px 25px 35px 25px;
        margin-bottom: 35px;
        height: 550px;
        z-index: 2;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;

    }

    .custom-style-7 .i5 h3 {
        text-align: left;
        font-size: 2rem;
        margin: 0px 0px 10px 0px;
        color: rgb(255, 255, 255);
        letter-spacing: .01em;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    .custom-style-7 .i5 p {
        text-align: left;
        font-size: 1.3rem;
        line-height: 1.3;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        letter-spacing: .01em;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    .verticalsheer-container-btn:hover em {
        transform: scaleX(0.8);
    }


}

@media (max-width: 575px) {
    .verticalsheer-container {
        padding: 100px 0px;
    }

    .verticalsheer-container-btn-row {
        width: 60%;
    }


}

/*電泳工藝*/
.electrophoresis-container {
    padding: 100px 80px;
}

.electrophoresis-row {
    display: flex;
}

.electrophoresis-row .info {
    padding-left: 50px;
    width: 55%;
}

.electrophoresis-row .info .english-title {
    font-size: 4.5rem;
    color: rgb(36, 36, 36);
    letter-spacing: .01em;
    position: relative;

}

.electrophoresis-row .info .english-title::after {
    position: absolute;
    content: "";
    left: 10px;
    top: -120px;
    margin: 0px 0 0 0;
    width: 2px;
    height: 60px;
    background: #ff895a;
    -ms-transform: rotate(20deg);
    /* IE 9 */
    transform: rotate(20deg);
}

.electrophoresis-row .info .subtitle {
    color: #000 !important;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.electrophoresis-row .subtitle span {
    color: #ff895a !important;
}

.electrophoresis-row .info p {
    color: #2b2b2b !important;
    font-size: 20px !important;
    line-height: 2;
    letter-spacing: .01em !important;
}

.electrophoresis-row .info .chinese-title {
    font-size: 1.8rem;
    color: rgb(36, 36, 36);
}

.electrophoresis-row .img-col {
    padding-left: 230px;
    width: 45%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1600px) {
    .electrophoresis-row .info .english-title {
        font-size: 4rem;
    }

    .electrophoresis-row .info .chinese-title {
        font-size: 1.8rem;
    }

    .electrophoresis-row .info .subtitle {
        font-size: 2rem;
    }

    .electrophoresis-row .info p {
        font-size: 1.1rem;
    }

    .electrophoresis-container {
        padding: 100px 30px;
    }

    .electrophoresis-row .img-col {
        padding-left: 10%;
    }
}

@media (max-width: 1400px) {
    .electrophoresis-row .info .english-title {
        font-size: 3.5rem;

    }
}

@media (max-width: 1200px) {
    .electrophoresis-row .img-col {
        padding-left: 10%;
    }

    .electrophoresis-row .info .english-title {
        font-size: 3.1rem;

    }

    .electrophoresis-row .info {
        padding-left: 5%;
    }
}

@media (max-width: 991px) {

    .electrophoresis-row .img-col {
        width: 45%;
        padding-left: 0%;
        display: block;
        justify-content: initial;
    }

    .electrophoresis-row .info .english-title {
        font-size: 2.6rem;
    }

    .electrophoresis-row .info {
        padding-left: 25px;
        width: 55%;
    }

    .electrophoresis-row .info .subtitle {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .electrophoresis-row .info p {
        font-size: 1.1rem;
    }

    .electrophoresis-row .info .chinese-title {
        font-size: 1.8rem;
    }

}

@media (max-width: 565px) {
    .electrophoresis-row {
        display: flex;
        flex-direction: column;
    }

    .electrophoresis-row .img-col {
        width: 100%;
        order: 2;
    }

    .electrophoresis-row .info .english-title {
        font-size: 4rem;

    }

    .electrophoresis-row .info {
        padding-left: 0px;
        width: 100%;
        order: 1;
    }

    .electrophoresis-row .info p {
        font-size: 1.25rem !important;
    }
}

/*電動窗簾*/
.electric-container {
    padding: 100px 0px 100px 80px;
    background-color: #eee4db;

}

.electric-row {
    display: flex;
}

.electric-row .info {
    width: 50%;
    padding-left: 160px;
    padding-right: 50px;
    position: relative;
}

.electric-row .info .english-title::after {
    position: absolute;
    content: "";
    left: 160px;
    top: -120px;
    margin: 0px 0 0 0;
    width: 2px;
    height: 60px;
    background: #ff895a;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.electric-row .info .english-title {
    font-size: 4.5rem;
    color: rgb(36, 36, 36);
    letter-spacing: .01em;
}

.electric-row .info .subtitle {
    color: #000 !important;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.electric-row .subtitle span {
    color: #ff895a !important;
}

.electric-row .info p {
    color: #2b2b2b !important;
    font-size: 20px !important;
    line-height: 2;
    letter-spacing: .01em !important;
}

.electric-row .info .chinese-title {
    font-size: 1.8rem;
    color: rgb(36, 36, 36);
}

.electric-row .img-col {
    width: 50%;
}

@media (max-width: 1600px) {
    .electric-row .info .english-title {
        font-size: 4.5rem;
    }

    .electric-row .info .chinese-title {
        font-size: 1.8rem;
    }

    .electric-row .info .subtitle {
        font-size: 2.6rem;
    }

    .electric-row .info p {
        font-size: 20px !important;
    }

    .electric-container {
        padding: 100px 0px 100px 30px;
    }

    .electric-row .info {
        padding-left: 10%;
    }

    .electric-row .info .english-title::after {
        left: 10%;
    }
}

@media (max-width: 991px) {
    .electric-container {
        padding: 100px 0px 100px 30px;

    }

    .electric-row .info .english-title {
        font-size: 2.6rem;
    }

    .electric-row .info .subtitle {
        font-size: 2rem;
    }

    .electric-row .info {
        padding-left: 0%;
    }

    .electric-row .info p {
        font-size: 1.1rem !important;
    }

    .electric-row .info .english-title::after {
        left: 0px;
        top: -120px;
    }

}

@media (max-width: 565px) {
    .electric-row {
        display: flex;
        flex-direction: column;
    }

    .electric-row .info {
        width: 100%;
    }

    .electric-row .img-col {
        width: 100%;
    }

    .electric-row .info .english-title {
        font-size: 4rem;
    }

    .electric-row .info p {
        font-size: 1.25rem !important;
    }

}

/*案例分享*/
.showcase-area-header-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
h3.showcase-area-header {

}
.gallery-container {
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f8f6f5;
}

.title-group h2 {
    padding: 0;
    margin: 0;
}

.title-group .english-title {
    font-size: 4.5rem;
    color: rgb(36, 36, 36);
    letter-spacing: .01em;

}


.gallery-container .title-group .chinese-title {
    font-size: 1.8rem;
    color: rgb(36, 36, 36);
    margin-bottom: 20px;
}

.gallery-container .title-group p {
    color: #2b2b2b;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .01em;
}

.tz-gallery {
    padding: 40px;
    padding-top: 0;
}
#gallery-detail.tz-gallery {
    padding: 40px;
    padding-top: 0;
}
/*效果1*/
.feature-box {
    background-color: #fff;
    margin-top: 30px;
    padding: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.feature-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}
#gallery-detail .feature-box {
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
}
.feature-box:hover h2.feature-title {
    color: #49ca80;
}

.gallery-btn-row {
    position: relative;
    background-color: #ff895a;
    width: 15%;
    margin: 20px auto 0;
}

.gallery-btn {
    cursor: pointer;
    background-color: #000;
    /*width: 330px;*/
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: flex;
    align-items: center;
}

.gallery-btn span {
    color: #fff;
    display: block;
    padding-left: 15px;
    text-transform: uppercase;
    font: bold 18px/66px Arial;
    letter-spacing: 3px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.gallery-btn em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 30%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.gallery-btn:before,
.gallery-btn:after {
    content: '';
    background: #e0bbaa;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.gallery-btn:before {
    top: 0;
    left: 0;
    right: auto;
}

.gallery-btn:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.gallery-btn:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.gallery-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.gallery-btn:hover span {
    color: #000;
}

.gallery-btn:hover em {
    background: #000;
    transform: scaleX(0.8);
}

@media (max-width: 1600px) {
    .gallery-container .title-group .english-title {
        font-size: 4rem;
    }

    .gallery-container .title-group .chinese-title {
        font-size: 1.8rem;
    }

    .gallery-container .title-group p {
        font-size: 1.1rem;
    }

    .gallery-container {
        padding: 100px 30px;
    }

    .tz-gallery {
        padding: 0 !important;
    }

    .feature-box {
        padding: 10px;
    }

    .gallery-btn-row {
        width: 40%;
    }
}

@media (max-width: 565px) {
    .gallery-container {
        padding: 100px 15px;
    }

    .gallery-container .title-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tz-gallery {
        padding: 0 !important;
    }

    .feature-box {
        padding: 10px;
    }

    .gallery-btn-row {
        width: 80%;
    }

    .gallery-container .title-group p {
        font-size: 1.25rem;
    }
}

footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    height: 150px;
    background-color: #323232;
    padding: 15px 0 0 0;
}

/*footer*/
.footer-container {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-container .footer-logo {
    width: 50px;
}

footer .all-rights {
    color: #b3b3b3;
    text-align: center;
}

footer ul {
    height: 20px;
}

footer ul li a,
footer ul li a:active {
    color: #b3b3b3;
}

footer ul li a:hover {
    color: #fff;
}



.footer-container ul {
    padding: 10px 0 0px 0;
    display: flex;
}

.footer-container ul li {
    padding: 0 4px;
}


/*關於我們內頁*/
.about-detail-container {
    padding: 100px 20px 20px;
    max-width: 960px;
    width: 100% !important;
    margin: 0 auto;
}

.about-detail-container h1 {
    font-size: 2.6rem;
}

.about-detail-container h2 {
    font-size: 1.8rem;
}

.about-detail-container p {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: .01em !important;
}

/*使用條款內頁*/
.terms-detail-container {
    padding: 100px 20px 20px;
    max-width: 960px;
    width: 100% !important;
    margin: 0 auto;
}

.terms-detail-container h1 {
    font-size: 2.6rem;
}

.terms-detail-container h2 {
    font-size: 1.8rem;
}

.terms-detail-container p {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: .01em !important;
}

/*免責聲明內頁*/
.disclaimer-container {
    padding: 100px 20px 20px;
    max-width: 960px;
    width: 100% !important;
    margin: 0 auto;
}

.disclaimer-container h1 {
    font-size: 2.6rem;
}

.disclaimer-container h2 {
    font-size: 1.8rem;
}

.disclaimer-container p {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: .01em !important;
}


/*案例分享內頁*/
.showcase-detail-container {
    /*padding-top: 70px;
    padding: 70px 20px 0;
    max-width: 1170px;
    width: 100% !important;
    margin: 0 auto;*/
    padding: 100px 20px 0;
    background-color: #f1ede9;
    display: flex;
    align-items: center;
}
.showcase-detail-container h1 {
    color: #000 !important;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.showcase-detail-container p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .01em !important;
    text-align: center;
}

/*影片教學*/
.video-tutorial-detail-container {
    padding: 100px 20px 0;
    /*max-width: 1170px;
    width: 100% !important;
    margin: 0 auto;*/
    background-color: #f1ede9;
    display: flex;
    align-items: center;
}

.video-tutorial-detail-container h1 {
    color: #000 !important;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.video-tutorial-detail-container p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .01em !important;
    text-align: center;
}

div.view-row {
    border: 1px solid fff;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 40px;
    /*height: 760px;*/
}


div.view {
    width: 100%;
    position: relative;
    /* 或使用 aspect-ratio */
    /*aspect-ratio: 9 / 16;*/
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}

div.view-row h3 {
    padding: 20px 20px 15px;
    text-align: center;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.23;
    color: #000;
}

div.view iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*影片教學*/
div.view-video-row {
    border: 1px solid fff;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 40px;
    min-height: 760px;
}


div.view-video {
    width: 100%;
    position: relative;
    /* 或使用 aspect-ratio */
    aspect-ratio: 9 / 16;
    border-radius: 20px;
}

div.view-video-row h3 {
    padding: 20px 20px 15px;
    text-align: center;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.23;
    color: #000;
}

div.view-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.view-video img {
    display: block;
    width: 100%;
    height: auto;
}
/*防焰*/
.certified-row {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 100px;
    height: 210px;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.certified-row ul li:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #ffc900;
    border-radius: 50%;
    margin-bottom: 10px;
}
.certified-row ul li:nth-child(1) a {
    color: #000;
}

.certified-row ul li {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 80px;
    height: 80px;
    background-color:#b33939;
    border-radius: 50%;
    margin-bottom: 10px;
}
.certified-row a {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.1;
    display: block;
    padding-top: 5px;
}
/*全台經銷商*/
.dealer-container {
    padding: 50px 0;
    background-color: #f1ede9;
}
.dealer-detail-container {
    padding: 100px 20px 0;
    background-color: #f1ede9;
    display: flex;
    align-items: center;
}
.dealer-detail-container h1 {
    color: #000 !important;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.dealer-detail-container p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .01em !important;
    text-align: center;
}


ul.dealer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

ul.dealer-row li {
    width: 47%;
    margin: 10px 15px;
    background-color: #fff;
    padding: 20px 25px 20px 25px;
    border-radius: 10px;
}
ul.dealer-row li a {
    color: #007bff;
}

ul.dealer-row li span.company-info {
    display: block;
    line-height: 1.6;
}


@media (max-width: 991px) {
    ul.dealer-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    ul.dealer-row li {
        width: 100%;
        margin: 10px 0px;
    }
}
/*原CSS
.certified-row {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 100px;
    height: 100px;
    background-color:#b33939;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certified-row a {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.1;
    display: block;
    padding-top: 5px;
}
*/
/*===內距和邊界===*/
.ptb_150 {
    padding: 150px 0;
}

.ptb_145 {
    padding: 145px 0;
}

.ptb_140 {
    padding: 140px 0;
}

.ptb_135 {
    padding: 135px 0;
}

.ptb_130 {
    padding: 130px 0;
}

.ptb_125 {
    padding: 125px 0;
}

.ptb_120 {
    padding: 120px 0;
}

.ptb_110 {
    padding: 110px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_95 {
    padding: 95px 0;
}

.ptb_90 {
    padding: 90px 0;
}

.ptb_85 {
    padding: 85px 0;
}

.ptb_80 {
    padding: 80px 0;
}

.ptb_75 {
    padding: 75px 0;
}

.ptb_70 {
    padding: 70px 0;
}

.ptb_65 {
    padding: 65px 0;
}

.ptb_60 {
    padding: 60px 0;
}

.ptb_55 {
    padding: 55px 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_45 {
    padding: 45px 0;
}

.ptb_40 {
    padding: 40px 0;
}

.ptb_35 {
    padding: 35px 0;
}

.ptb_30 {
    padding: 30px 0;
}

.ptb_25 {
    padding: 25px 0;
}

.ptb_20 {
    padding: 20px 0;
}

.ptb_15 {
    padding: 15px 0;
}

.ptb_10 {
    padding: 10px 0;
}

.ptb_5 {
    padding: 5px 0;
}

.p_0 {
    padding: 0px 0;
}

.plr_5 {
    padding: 0 5px;
}

.plr_10 {
    padding: 0 10px;
}

/*---padding top---*/
.pt_94 {
    padding-top: 94px;
}

.pt_0 {
    padding-top: 0 !important
}

.pt_5 {
    padding-top: 5px
}

.pt_10 {
    padding-top: 10px
}

.pt_15 {
    padding-top: 15px
}

.pt_20 {
    padding-top: 20px
}

.pt_25 {
    padding-top: 25px
}

.pt_30 {
    padding-top: 30px
}

.pt_35 {
    padding-top: 35px
}

.pt_40 {
    padding-top: 40px
}

.pt_45 {
    padding-top: 45px
}

.pt_50 {
    padding-top: 50px
}

.pt_55 {
    padding-top: 55px
}

.pt_60 {
    padding-top: 60px
}

.pt_65 {
    padding-top: 65px
}

.pt_70 {
    padding-top: 70px
}

.pt_75 {
    padding-top: 75px
}

.pt_80 {
    padding-top: 80px
}

.pt_85 {
    padding-top: 85px
}

.pt_90 {
    padding-top: 90px
}

.pt_95 {
    padding-top: 95px
}

.pt_100 {
    padding-top: 100px
}

/*---padding bottom---*/
.pb_0 {
    padding-bottom: 0 !important
}

.pb_5 {
    padding-bottom: 5px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pb_20 {
    padding-bottom: 20px
}

.pb_25 {
    padding-bottom: 25px
}

.pb_30 {
    padding-bottom: 35px
}

.pb_35 {
    padding-bottom: 35px
}

.pb_40 {
    padding-bottom: 40px
}

.pb_45 {
    padding-bottom: 45px
}

.pb_50 {
    padding-bottom: 50px
}

.pb_55 {
    padding-bottom: 55px
}

.pb_60 {
    padding-bottom: 60px
}

.pb_65 {
    padding-bottom: 65px
}

.pb_70 {
    padding-bottom: 70px
}

.pb_75 {
    padding-bottom: 75px
}

.pb_80 {
    padding-bottom: 80px
}

.pb_85 {
    padding-bottom: 85px
}

.pb_90 {
    padding-bottom: 90px
}

.pb_95 {
    padding-bottom: 95px
}

.pb_100 {
    padding-bottom: 100px
}

/*---padding-left---*/
.pl_5 {
    padding-left: 5px;
}

.pl_10 {
    padding-left: 10px;
}

.pl_15 {
    padding-left: 15px;
}

.pl_20 {
    padding-left: 20px;
}

.pl_25 {
    padding-left: 25px;
}

.pl_30 {
    padding-left: 30px;
}

.pl_35 {
    padding-left: 35px;
}

.pl_40 {
    padding-left: 40px;
}

.pl_45 {
    padding-left: 45px;
}

.pl_50 {
    padding-left: 50px;
}

.pl_55 {
    padding-left: 55px;
}

.pl_60 {
    padding-left: 60px;
}

.pl_65 {
    padding-left: 65px;
}

.pl_70 {
    padding-left: 70px;
}

.pl_75 {
    padding-left: 75px;
}

.pl_80 {
    padding-left: 80px;
}

.pl_85 {
    padding-left: 85px;
}

.pl_90 {
    padding-left: 90px;
}

.pl_95 {
    padding-left: 95px;
}

.pl_100 {
    padding-left: 100px;
}

/*---padding-right---*/
.pr_0 {
    padding-right: 0px !important;
}

.pr_5 {
    padding-right: 5px;
}

.pr_10 {
    padding-right: 10px;
}

.pr_15 {
    padding-right: 15px;
}

.pr_20 {
    padding-right: 20px;
}

.pr_25 {
    padding-right: 25px;
}

.pr_30 {
    padding-right: 30px;
}

.pr_35 {
    padding-right: 35px;
}

.pr_40 {
    padding-right: 40px;
}

.pr_45 {
    padding-right: 45px;
}

.pr_50 {
    padding-right: 50px;
}

.pr_55 {
    padding-right: 55px;
}

.pr_60 {
    padding-right: 60px;
}

.pr_65 {
    padding-right: 65px;
}

.pr_70 {
    padding-right: 70px;
}

.pr_75 {
    padding-right: 75px;
}

.pr_80 {
    padding-right: 80px;
}

.pr_85 {
    padding-right: 85px;
}

.pr_90 {
    padding-right: 90px;
}

.pr_95 {
    padding-right: 95px;
}

.pr_100 {
    padding-right: 100px;
}

/*---padding-all---*/
.pa_0 {
    padding: 0px !important;
}

.pa_10 {
    padding: 10px !important;
}

.pa_15 {
    padding: 15px !important;
}

.pa_20 {
    padding: 20px !important;
}

.pa_25 {
    padding: 25px !important;
}

.pa_30 {
    padding: 30px !important;
}

/*----------------margin typography-------------*/
/*---margin top bottom----*/
.mtb_0 {
    margin: 0px !important;
}

.mtb_5 {
    margin: 5px 0;
}

.mtb_10 {
    margin: 10px 0;
}

.mtb_15 {
    margin: 15px 0;
}

.mtb_20 {
    margin: 20px 0;
}

.mtb_25 {
    margin: 25px 0;
}

.mtb_30 {
    margin: 30px 0;
}

.mtb_35 {
    margin: 35px 0;
}

.mtb_40 {
    margin: 40px 0;
}

.mtb_45 {
    margin: 45px 0;
}

.mtb_50 {
    margin: 50px 0;
}

.mtb_55 {
    margin: 55px 0;
}

.mtb_60 {
    margin: 60px 0;
}

.mtb_65 {
    margin: 65px 0;
}

.mtb_70 {
    margin: 70px 0;
}

.mtb_75 {
    margin: 75px 0;
}

.mtb_80 {
    margin: 80px 0;
}

.mtb_85 {
    margin: 85px 0;
}

.mtb_90 {
    margin: 90px 0;
}

.mtb_95 {
    margin: 95px 0;
}

.mtb_100 {
    margin: 100px 0;
}

/*-----margin bottom-----*/
.mb_0 {
    margin-bottom: 0px !important;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_45 {
    margin-bottom: 45px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_55 {
    margin-bottom: 55px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_65 {
    margin-bottom: 65px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_75 {
    margin-bottom: 75px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_85 {
    margin-bottom: 85px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_95 {
    margin-bottom: 95px;
}

.mb_100 {
    margin-bottom: 100px;
}

/*-----margin top*/
.mt_0 {
    margin-top: 0px !important;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_45 {
    margin-top: 45px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_55 {
    margin-top: 55px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_65 {
    margin-top: 65px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_75 {
    margin-top: 75px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_85 {
    margin-top: 85px;
}

.mt_90 {
    margin-top: 90px;
}

.mt_95 {
    margin-top: 95px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_120 {
    margin-top: 120px;
}

/*-----margin left------*/
.ml_0 {
    margin-left: 0px !important;
}

.ml_5 {
    margin-left: 5px;
}

.ml_6 {
    margin-left: 6px;
}

.ml_7 {
    margin-left: 7px;
}

.ml_8 {
    margin-left: 8px;
}

.ml_9 {
    margin-left: 9px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_25 {
    margin-left: 25px;
}

.ml_30 {
    margin-left: 30px;
}

.ml_35 {
    margin-left: 35px;
}

.ml_40 {
    margin-left: 40px;
}

.ml_45 {
    margin-left: 45px;
}

.ml_50 {
    margin-left: 50px;
}

.ml_55 {
    margin-left: 55px;
}

.ml_60 {
    margin-left: 60px;
}

.ml_65 {
    margin-left: 65px;
}

.ml_70 {
    margin-left: 70px;
}

.ml_75 {
    margin-left: 75px;
}

.ml_80 {
    margin-left: 80px;
}

.ml_85 {
    margin-left: 85px;
}

.ml_90 {
    margin-left: 90px;
}

.ml_95 {
    margin-left: 95px;
}

.ml_100 {
    margin-left: 100px;
}

/*-----margin right------*/
.mr_0 {
    margin-right: 0px !important;
}

.mr_5 {
    margin-right: 5px;
}

.mr_6 {
    margin-right: 6px;
}

.mr_7 {
    margin-right: 7px;
}

.mr_8 {
    margin-right: 8px;
}

.mr_9 {
    margin-right: 9px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_25 {
    margin-right: 25px;
}

.mr_30 {
    margin-right: 30px;
}

.mr_35 {
    margin-right: 35px;
}

.mr_40 {
    margin-right: 40px;
}

.mr_45 {
    margin-right: 45px;
}

.mr_50 {
    margin-right: 50px;
}

.mr_55 {
    margin-right: 55px;
}

.mr_60 {
    margin-right: 60px;
}

.mr_65 {
    margin-right: 65px;
}

.mr_70 {
    margin-right: 70px;
}

.mr_75 {
    margin-right: 75px;
}

.mr_80 {
    margin-right: 80px;
}

.mr_85 {
    margin-right: 85px;
}

.mr_90 {
    margin-right: 90px;
}

.mr_95 {
    margin-right: 95px;
}

.mr_100 {
    margin-right: 100px;
}

.mt0 {
    margin-top: 0;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr3 {
    margin-right: 3px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml5 {
    margin-left: 5px;
}

.ml3 {
    margin-left: 3px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.m0505 {
    margin: 0px 5px;
}

.m0405005 {
    margin: 4px 5px 0 5px;
}

.pt0 {
    padding-top: 0;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.p1020 {
    padding: 10px 20px;
}

.p0515 {
    padding: 5px 15px;
}

.p1015 {
    padding: 10px 15px;
}

.pa0 {
    padding: 0;

}