.page-tab {
    display: flex;
    gap: 5px;
    position: sticky;
    top: 70px;
    left: 0;
    background: #fff;
    padding: 10px 5px;
    z-index: 96;
    flex-wrap: nowrap;
    border-bottom: #1da5d0 solid 2px;
    margin-bottom: 15px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    overflow-x: auto;
}

@media screen and (max-width: 768px) {
    .page-tab {
        top: 76px;
    }
}

.page-tab span {
    cursor: pointer;
    background-color: #eee;
    color: #333;
    border-radius: 8px;
    width: auto;
    padding: 3px 6px;
    text-align: center;
    white-space: nowrap;
}

.page-tab .inquiry-button {
    background-color: #1da5d0;
    color: #fff;
    transition: all ease .3s;
    cursor: pointer;
    border-radius: 8px;
    width: auto;
    padding: 3px 6px;
    text-align: center;
    white-space: nowrap;
}

.page-tab .inquiry-button:hover {
    background-color: #beddea;
    color: #333;
}

.page-tab span.active,
.page-tab span:hover {
    background: #beddea;
    color: #000
}

.page-tab span:active {
    background: #7bc2e0;
    color: #000
}

.services-container *.h2_tit {
    border-left: #7bc2e0 solid 4px;
    padding: 5px 0 5px 15px;
    color: #000!important;
    margin: 60px 0 20px 0;
    background-color: #f5f5f5;
    font-size: 1.2rem;
}

.ztitle {
    background: #f5f5f5;
    position: relative;
    padding: 5px 30px 5px 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .ztitle {
        height: auto;
        line-height: 1.3;
    }
}

.ztitle:hover {
    background-color: #beddea;
}

.ztitle:hover span {
    color: #000
}

.ztitle a {
    width: 95%;
    display: inherit
}

.ztitle span {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 34px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    color: #adadad
}

.con_div {
    padding: 0 10px 15px 10px
}

.ztitle span:after {
    transition: opacity .5s;
    opacity: 0;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px
}

.ztitle .cshow:after {
    opacity: 1;
    content: "↓"
}

.ztitle .chide:after {
    opacity: 1;
    content: "↑"
}

.titbg {
    width: 100%;
    padding: 10px 0;
    font-size: 1.3rem;
    color: #fff;
    background: #a2abb3;
    font-family: "futura lt w04 book";
    text-align: center;
}

.genenum {
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.7em
}

.genenum strong {
    display: inline-block;
    padding-bottom: 5px;
    color: #7ab7d1
}

.genenum span {
    padding: 3px 5px 3px 5px;
    margin: 2px;
    color: #7ab7d1;
    cursor: pointer
}

.genenum span:hover {
    background-color: #7ab7d1;
    color: #fff
}

.genenum .choosebg {
    background-color: #beddea;
    color: #333
}

.genenumlist li {
    width: 30%;
    display: inline-block;
    float: left;
    padding: 5px 0;
    background: url(../images/content.png);
    background-repeat: no-repeat;
    padding-left: 5px;
    background-position: 0 10px
}

.genenumlist li a {
    color: #7ab7d1;
    text-decoration: none
}

.genenumlist li a:hover {
    color: #ebe036;
    text-decoration: none
}

.nav-filter .titbg {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 1.3em;
    color: #fff;
    background: #a2abb3;
    font-family: "futura lt w04 book";
    text-align: center;
}

.nav-filter .filter {
    margin-bottom: 20px;
    padding: 0;
}

.nav-filter .filter li {
    list-style-type: none;
}

.nav-filter .filter select {
    width: 100%;
    font-family: "futura lt w04 book";
    padding: 8px 0;
    margin: 5px 0;
    color: #666;
}

.products_bg {
    background: url(../images/productbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.services_bg {
    background: url(../images/servicesbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.about_bg {
    background: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner_inpage {
    height: 300px;
}

.cd-fixed-bg {
    background-image: url(../images/indexbg.jpg);
    background-size: cover;
    background-position: center center
}

@media screen and (max-width: 768px) {
    .banner_inpage {
        height: 120px;
    }
}

.sidemenu {
    width: 100%;
    display: block
}

#sidemenu,
#sidemenu ul {
    padding: 0
}

#sidemenu li {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

#sidemenu ul {
    width: 100%
}

#sidemenu li>a {
    width: 100%;
    line-height: 1.3;
    padding: 5px 28px 5px 5px;
    font-size: 1rem
}

#sidemenu li>a:hover {
    background: rgba(0, 0, 0, .02);
    color: #75c4e6;
}

#sidemenu li.active>a {
    color: #75c4e6;
    background: rgba(0, 0, 0, .02);
}

#sidemenu li.active>span {
    color: #fff;
    border-color: #fff
}

#sidemenu>li>a {
    font-weight: 700;
    color: #333;
}

#sidemenu>ul>li>ul>li>ul>li>a {
    width: 100%;
    font-size: .675rem
}

#sidemenu a {
    position: relative
}

#sidemenu a:hover {
    color: #1da5d0
}

#sidemenu span {
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 3px;
    transition: all ease .3s;
}

.nav-title {
    background: #beddea;
    font-size: 1.25rem;
    margin: 0 0 5px 0!important;
    padding: 5px 15px !important;
}

.nav-title a {
    color: #333
}

#sidemenu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#sidemenu a:hover {
    text-decoration: none;
}

#sidemenu span::before {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #000;
    transition: all ease .3s;
}

#sidemenu>li {
    border-left: 2px solid #fafafa;
    background-color: #fafafa;
}

#sidemenu>li.show,
#sidemenu>li:hover {
    border-left: 2px solid #1da5d0;
    background-color: #fafafa;
}


/* #sidemenu li:hover>a {
    color: #7ab7d1
} */

#sidemenu>li>a {
    padding: 5px 30px 5px 15px;
}

#sidemenu span.act {
    transform: rotate(180deg)
}

#sidemenu span:hover::before {
    color: #1da5d0
}

#sidemenu span:hover {
    /* background: #eee; */
    border-radius: 2px
}


/* #sidemenu li.active>span:hover {
    background: #eeeeee7d
} */

#sidemenu>li>ul a {
    font-size: .875rem;
    padding-left: 18px;
    color: #333
}

#sidemenu>li>ul>li>ul>li>a {
    padding-left: 30px
}

#sidemenu>li>ul>li>ul>li>ul>li>a {
    padding-left: 45px
}

#sidemenu li ul {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out, opacity .5s ease-in-out
}

#sidemenu li ul.show {
    opacity: 1;
    max-height: 1000px
}

.fd-style-1 {
    border-radius: 15px;
    text-align: left;
    padding: 1rem 1.5rem;
    height: 100%;
    border: 1px solid #98cae4;
    background: #fff;
    transition: all .3s ease;
    position: relative;
}

.btn-or {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1da5d0;
    --bs-btn-border-color: #1da5d0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #beddea;
    --bs-btn-hover-border-color: #beddea;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2eb9e4;
    --bs-btn-active-border-color: #2eb9e4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c2e5f0;
    --bs-btn-disabled-border-color: #c2e5f0;
    font-size: 1rem;
}

.fd-style-8 {
    border-radius: 0 8px 8px 8px;
    text-align: left;
    position: relative;
    height: 100%;
    border: 1px solid #1da5d0;
    background: #fff;
    transition: all .3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.fd-style-8 .title {
    background-color: #1da5d0;
    color: #fff;
    padding: 1rem 1.5rem;
    height: auto;
    line-height: 1.3;
    border-radius: 4px 4px 0 0;
    width: auto;
    position: relative;
    top: -56px;
    width: 50%;
    min-width: 350px;
    position: relative;
    margin-top: 30px;
}

.fd-style-8 .title a {
    color: #fff;
    line-height: 1.3;
}

.fd-style-8 .content {
    padding: 0rem 1.5rem;
    transform: translateY(-66px);
    margin-bottom: -56px;
    width: 100%;
    display: block;
}

.fd-style-2 {
    border-radius: 14px;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #1da5d0;
    background: #fff;
    transition: all .3s ease;
}

.fd-style-2 .title {
    background-color: #1da5d0;
    color: #fff;
    padding: 0.3rem 1.5rem;
    height: auto;
    line-height: 1.3;
}

.fd-style-2 .title a {
    color: #ebe036;
    line-height: 1.3;
}

.fd-style-2 .content {
    padding: 0rem 1.5rem 1rem;
}