main {
    background: #fff;
    margin: 0;
    padding: 0
}

.banner {
    height: 400px;
    width: 100%;
    position: relative;
    background-image: url("../img/index-banner-1.jpg");
    background-color: #353535;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    /* background-attachment: fixed; */
}

/* banner */

.banner-About,.banner-about {
    background-image: url("../img/banner-about.jpg");
    background-size: cover;
    background-position: center;
}

.banner-Contact,.banner-contact {
    background-image: url("../img/banner-contact.jpg");
    background-size: cover;
    background-position: center;
}

.banner-Careers,.banner-careers {
    background-image: url("../img/banner-careers.jpg");
    background-size: cover;
    background-position: center;
}

.banner-Capabilities,.banner-capabilities {
    background-image: url("../img/banner-capabilities.jpg");
    background-size: cover;
    background-position: center;
}

.banner-Solutions,.banner-solutions {
    background-image: url("../img/banner-solution.jpg");
    background-size: cover;
    background-position: center;
}

.banner-Services,.banner-services {
    background-image: url("../img/banner-services.jpg");
    background-size: cover;
    background-position: center;
}

.banner-Platforms,.banner-platforms {
    background-image: url("../img/banner-platform.jpg");
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .banner {
        height: 100px;
    }
    .banner .container {
        display: none;
    }
}

#banner-layer {
    width: 100%;
    bottom: -2px;
    left: 0;
    height: auto;
    position: absolute;
}

/* .banner-Services {
    background-image: url("../img/banner-Services.webp")!important;
}

.banner-Solutions {
    background-image: url("../img/banner-Solutions.webp")!important;
}

.banner-Platforms {
    background-image: url("../img/banner-Platforms.webp")!important;
}

.banner-Products {
    background-image: url("../img/banner-Products.webp")!important;
}

.banner-Resources {
    background-image: url("../img/banner-Resources.webp")!important;
} */


/* for bread-crumb */

.bread-crumb {
    font-size: .8125rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #eee solid 1px;
    padding-bottom: 1rem;
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3;
    color: #666
}

.bread-crumb li:last-child {
    margin-right: 0
}

.bread-crumb li:after {
    content: '>';
    width: 10px;
    font-size: 1rem;
    color: #666;
    display: inline-block;
    margin: 0 8px
}

.bread-crumb li:last-child:after {
    display: none
}

.bread-crumb li a {
    color: #666;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-decoration: none;
    position: relative;
}

.bread-crumb li a:hover {
    color: var(--main-color)
}


/* self */


/* self */

.border-r-box {
    width: 100%;
    display: block;
    border: #eee solid 1px;
    border-radius: 50px;
    padding: 33px 20px 20px 20px;
    margin-bottom: 25px;
}

.sidemenu {
    width: 100%;
    display: block;
    border: #eee solid 1px;
    border-radius: 50px;
    padding: 33px 0px 20px 0px;
    margin-bottom: 25px;
}

.sidemenu>* {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.sidemenu a {
    color: #232323;
    text-decoration: none;
}

#sidemenu,
#sidemenu ul {
    padding: 0
}

#sidemenu li {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 5px 0;
}

#sidemenu ul {
    width: 100%;
    /* padding-left:10px; */
}

#sidemenu li>a {
    width: 100%;
    line-height: 1.3;
    padding: 5px 28px 5px 5px;
    font-size: 1rem
}

#sidemenu li>a:hover {
    background: rgb(46 204 231 / 15%);
    border-radius: 50px;
}

#sidemenu li.active>a {
    color: #fff;
    background: #19bad5;
    border-radius: 50px;
}

#sidemenu li.active>span {
    color: #fff;
    border-color: #fff;
}

#sidemenu>li>a {
    font-weight: 550;
}

#sidemenu>ul>li>ul>li>ul>li>a {
    width: 100%;
    font-size: .675rem;
}

#sidemenu a {
    position: relative
}

#sidemenu a:hover {
    color: #09afcb;
}

#sidemenu .level-1>a {
    font-weight: 550
}

#sidemenu .level-1 {
    border-bottom: #eee solid 1px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

#sidemenu .level-1:nth-last-child(1) {
    border-bottom: none;
}

#sidemenu .level-3>a {
    font-size: 98%;
    padding-left: 48px;
}

#sidemenu .level-4>a {
    font-size: 90%;
    padding-left: 52px;
    color: #00b7d6
}


/* #sidemenu li:hover>a:before { background: rgba(0,0,0,.05);
    content: "";
    width: calc(100% + 5px);
    height: calc(100% + 10px);
    position: absolute;
    transform: translate(-5px,-5px);
    border-radius: 4px;
} */

#sidemenu span {
    width: 20px;
    height: 20px;
    border: #333 solid 1px;
    border-radius: 0.625rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

#sidemenu span:hover {
    background: #eee;
}

#sidemenu li.active>span:hover {
    background: #eeeeee7d;
}

#sidemenu>li>ul a {
    font-size: 1rem;
    padding-left: 18px;
}

#sidemenu>li>ul>li>ul a {
    padding-left: 30px;
}

#sidemenu li ul {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


/* for color style */

.level-2>ul.show {
    /* background: linear-gradient(180deg, #F5FEFF 0%, rgba(193, 246, 255, 0.94) 100%); */
    background-color: #00b7d61a;
    border-radius: 12px;
    overflow: hidden;
    border: #d2f3f8 solid 1px;
}

#sidemenu {
    max-height: 800px!important;
    overflow-y: auto!important;
}


/* #aside {
    transition: all .3s ease;
} */


/* .level-2>ul {
    overflow-y: auto!important;
}

.level-2>ul.show {
    max-height: 400px!important;
} */

.level-3>ul.show {
    background: #00d1ff1a;
}

.level-3 {
    font-size: 92%;
}


/* for color style end */


/* CSS for the show class (animation) */

#sidemenu li ul.show {
    opacity: 1;
    max-height: unset;
    /* Set a reasonable value for the max height */
}


/* .reCAPTCHA-tip {
    color: #ccc!important;
}

.reCAPTCHA-tip a {
    color: var(--bs-link-color-rgb)!important;
    text-decoration: underline;
} */

.related-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.related-li {
    width: calc(50% - 5px);
    --bs-btn-border-radius: .625rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-color: #FFF;
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--main-color);
    --bs-btn-disabled-border-color: var(--main-color);
    text-align: left;
    line-height: 1.1;
    font-size: .875rem;
    margin: .5rem 0
}

.related-li span {
    opacity: .75;
}

.list-style-two,
.list-style-two li {
    list-style: none;
}


/* for service */

.services-container {
    margin-bottom: 1.5rem
}

.services-container img {
    max-width: 100%
}

.services-container h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    font-weight: 550;
}

.services-container p {
    line-height: 1.9;
    margin: 15px 0;
    font-size: 1rem;
}

.services-container .References {
    color: #888;
    /* font-size: 90%; */
}

.services-container a {
    color: #00bcd4;
    text-decoration: none
}

.services-container a.btn {
    color: #fff;
    text-decoration: none
}

.services-container a:hover {
    color: #FF8A56;
    text-decoration: underline
}

.services-container a.btn:hover {
    color: #fff;
    text-decoration: none
}

table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
    border: 1px solid #ddd
}

table td,
table th,
table tr {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: .95rem;
}

table td,
table th {
    padding: 7px 12px;
    line-height: 1.7
}

table th {
    background: var(--main-color);
    color: #fff;
    text-transform: capitalize;
    font-weight: 550;
}

table tr td {
    background: #fff;
    color: #333
}

table tr td a {
    color: var(--main-color);
    text-decoration: none
}

table tr:nth-of-type(2n+2) td {
    background: #f9f9f9
}

table.bt tbody td,
table.bt tfoot td,
table.bt tfoot th {
    font-size: .95rem;
    padding: 0
}

table.bt tbody td:before,
table.bt tfoot td:before,
table.bt tfoot th:before {
    padding: 10px
}

table.bt tbody td .bt-content,
table.bt tfoot td .bt-content,
table.bt tfoot th .bt-content {
    display: inline-block;
    padding: 2px 5px
}

table.bt tbody td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot th:first-of-type:before {
    padding-top: 10px
}

table.bt tbody td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot th:last-of-type:before {
    padding-bottom: 10px
}

table.bt tbody th,
table.bt thead {
    display: none
}

table.bt tbody td,
table.bt tfoot td,
table.bt tfoot th {
    border: none;
    display: block;
    vertical-align: top
}

table.bt tbody td:before,
table.bt tfoot td:before,
table.bt tfoot th:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 30%;
    display: inline-block
}

table.bt tbody td.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tfoot th.bt-hide {
    display: none
}

table.bt tbody td .bt-content,
table.bt tfoot td .bt-content,
table.bt tfoot th .bt-content {
    vertical-align: top;
    width: 55%;
    display: inline-block;
    padding-top: 10px
}

.ServiceShowPic,
.serviceshowpic,
.serviceNote {
    font-size: .75em;
    text-align: center;
    line-height: 1.7em!important;
    color: #666;
    display: block;
}

.ServiceShowPic img,
.serviceshowpic img,
.serviceNote img {
    margin: auto
}

.ServiceShowleftPic,
.serviceshowleftpic {
    float: left;
    margin-right: 15px!important;
    text-align: center!important;
    color: #666;
    display: inline-block
}

.ServiceShowrightPic,
.serviceshowrightpic {
    float: right;
    margin-left: 15px!important;
    text-align: center!important;
    color: #666;
    display: inline-block
}

.ServiceShowPic,
.serviceNote,
.ServiceShowleftPic,
.ServiceShowrightPic,
.serviceshowpic,
.serviceshowleftpic,
.serviceshowrightpic {
    font-size: .8em!important;
    text-align: center;
    line-height: 1.7em!important;
    margin-bottom: 15px;
}

.ServiceShowPic img,
.serviceNote img,
.ServiceShowleftPic img,
.ServiceShowrightPic img,
.serviceshowpic img,
.serviceshowleftpic img,
.serviceshowrightpic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto
}

.ServiceShowPic strong,
.serviceNote strong,
.ServiceShowleftPic strong,
.ServiceShowrightPic strong,
.serviceshowpic strong,
.serviceshowleftpic strong,
.serviceshowrightpic strong {
    font-weight: normal!important;
}

.ullist {
    padding: 0 0 10px 19px;
    margin: 0
}

.ollist {
    padding: 0 0 10px 19px;
    margin: 0
}

.ollist li,
.ullist li,
ul li {
    line-height: 1.7;
    font-size: 1rem;
}

.ollist li a,
.ullist li a {
    color: #00bcd4;
}

.ollist li a:hover,
.ullist li a:hover {
    text-decoration: underline;
    color: #FF8A56;
    transition: color .3s
}

.ullist li {
    list-style: disc!important
}

.ullist.short-line {
    text-indent: -8px;
}

.ullist.short-line li {
    list-style: none!important;
}

.ullist.short-line li:before {
    content: "-";
}

.ullist.check {
    text-indent: -15px;
}

.ullist.check li {
    list-style: none !important;
    margin-bottom: 5px;
}

.ullist.check li:before {   
    content: "✓";
    color: #ff7707;
    margin-right: 5px;
}

.ulforlist>li {
    list-style-type: lower-roman!important
}

.ulforlist>li>ul>li {
    list-style-type: decimal-leading-zero
}

.ulforlist>li>ul>li>ul>li {
    list-style-type: lower-latin
}

.ulforlist,
.ulforlist ul {
    padding-left: 20px;
    margin: 10px 0
}

.ulforlist ul li {
    line-height: 1.7
}

.disc li {
    list-style: disc!important
}

.discTitle {
display: list-item;
list-style-type: disc;
margin-left: 23px !important;
}



.title-style-1:before {
    content: "★";
    color: #ff7707;
    margin-right: 5px;
}

.title-style-2:before {
    content: "▶";
    color: #ff7707;
    margin-right: 5px;
}

.title-style-3:before {
    content: "➜";
    color: #ff7707;
    margin-right: 5px;
}


.title-style-4:before {
    content: "※";
    color: #ff7707;
    margin-right: 5px;
}


.roman li {
    list-style: lower-roman!important
}

.greek li {
    list-style: lower-greek!important
}

.latin li {
    list-style: lower-latin!important
}

.upper-latin li {
    list-style: upper-latin!important
}

.ullist .ullist {
    padding: 0 0 0 19px
}

.ullist .ullist li {
    list-style: circle!important
}

.ollist li {
    list-style: decimal!important
}

.ollist .ullist li {
    list-style: circle!important
}

.Reference,
.reference,
.reference-ol {
    padding-bottom: 0;
    font-size: .875!important;
    line-height: 1.3!important;
    color: #888!important
}

.Referencemargin,
.referencemargin {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important
}

.Referencemargin strong {
    font-size: .875!important
}

.Referencemargin li {
    padding-bottom: 8px!important
}

.tablecontentshow {
    margin: auto auto 15px auto
}

.tablecontentshow td {
    padding: 8px
}

.tablecontentshow .servicetheadbg {
    background-color: var(--main-color);
    color: #fff
}

.tableimgshow {
    margin: 0 0 15px;
    border: 0
}

.tableimgshow td,
.tableimgshow th,
.tableimgshow tr {
    padding: 5px 12px;
    border-bottom: none;
    text-align: center;
    background: #fff
}

@media (min-width: 769px) and (max-width:1279px) {
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width: 768px) {
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    /* .table-responsive table {
        width: 690px
    } */
    .table-responsive .tableimgshow td,
    .table-responsive .tableimgshow th,
    .table-responsive .tableimgshow tr {
        padding: 5px 0;
        text-align: left;
        background: #fff
    }
    .bread-crumb {
        display: none;
    }
}

.services-container h2 {
    font-size: 1.375rem;
    margin: 0;
    padding: 15px 0 10px 0;
    font-weight: 600;
}

.services-container h3,
.services-container h4,
.services-container h5,
.services-container h6 {
    font-size: 1.05rem;
    margin: 0;
    padding: 15px 0 10px 0;
    font-weight: 600;
}

.related-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.related-li {
    width: calc(50% - 5px);
    --bs-btn-border-radius: .625rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-color: #FFF;
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--main-color);
    --bs-btn-disabled-border-color: var(--main-color);
    text-align: left;
    line-height: 1.1;
    font-size: .875rem;
    margin: .5rem 0
}

.related-li span {
    opacity: .75;
}

.product-sort.in-sort {
    margin-bottom: 25px;
    max-height: 175px;
    overflow-y: auto;
}

.realtedinfotit {
    margin-bottom: 25px;
    font-size: 1.375rem;
}

.product-sort.in-sort a {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: #eee solid 1px;
    border-radius: 4px;
    padding: 2px 10px;
    display: block;
    margin-bottom: 5px;
}

.product-sort a {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: #eee solid 1px;
    border-radius: 4px;
    padding: 2px 10px;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 100%;
}

.virus-searchbox {
    background: #fefefe;
    border: 1px solid #ccc;
    padding: 0 20px 20px;
    margin: 10px 0;
    border-radius: 10px;
}

.RecombinantAntibodiesSearch {
    margin-top: 10px;
}

.RecombinantAntibodiesSearch .row .col-md-12 {
    margin-bottom: 0;
}

.RecombinantAntibodiesSearch .row .col-md-3 {
    margin-bottom: 10px;
}

.GeneNum {
    margin-top: 15px;
    margin-bottom: 10px;
}

.GeneNum .Nofontweight {
    display: block;
    margin-bottom: 5px;
}

.GeneNum .charidentity {
    cursor: pointer;
    display: inline-block;
    padding: 2px 9px 0;
    background: #f5f5f5;
    border-radius: 2px;
    margin-bottom: 2px;
}

.GeneNum .charidentity:hover {
    transition: all .3s;
    color: #fff !important;
    background: #19bad5;
}

.virus-searchbox .product-sort {
    max-height: 300px;
    overflow-y: auto;
    /* border: 1px solid #ccc; */
    padding: 0 5px;
    border-radius: 10px;
}

.virus-searchbox .product-sort a {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ---- */

.product-listshow .row .catnum {
    font-size: 1rem;
    color: #727272;
}

.inquiry-btnbox .btn {
    padding: 0 10px;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-top: 0;
    background: #ec682f;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-weight: normal;
    word-spacing: 0.2px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    cursor: pointer;
}

.inquiry-btnbox .btn:hover {
    background: #ff9567;
    color: #fff;
}

.product-searchbox {
    padding: 20px 30px;
    margin-bottom: 20px;
}

.product-searchbox .selectedtype {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 1px 15px;
    color: #fff;
    background: #19bad5;
    border-radius: 50px;
    font-size: 1rem;
}

.product-select select {
    width: 100%;
    color: #727272;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 5px;
}

.product-searchinput {
    position: relative;
    margin-bottom: 10px;
}

.product-searchinput input {
    width: 100%;
    color: #727272;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 50px;
}

.product-searchinput button {
    font-family: 'poppins', Arial, sans-serif;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 2rem;
    border-radius: 0 50px 50px 0;
    margin-bottom: 25px;
    clear: both;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    font-size: 1.25rem;
    line-height: 36px;
    background: #19bad5;
    font-weight: normal;
    word-spacing: 0.2px;
    letter-spacing: 0.5px;
}

.product-searchinput button:hover {
    background: #45aabc;
    color: #fff;
    transition: background-color .3s;
}

@media screen and (max-width: 768px) {
    .product-searchinput button {
        font-size: 1rem;
        padding: 0 10px;
    }
}

.btn-f {
    color: #fff!important;
    text-decoration: none!important;
}

.product-listshow {
    padding: 12px 0 8px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.product-listshow .row .proname {
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 550;
    margin-bottom: 10px;
}

.product-listshow .row .catnum {
    font-size: 1rem;
    color: #727272;
}

.pro_type {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.pro_type span {
    background: #19bad5;
    border-radius: 50px;
    padding: 2px 15px;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
}

.pro_type span i {
    font-size: 0.85rem;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
}

.pro_type span i:hover {
    opacity: .75;
    text-decoration: none;
}

.filter-shell {
    position: relative;
    padding: 0 0 10px;
}

.filter-shell ul,
.filter-shell li {
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.filter-shell>ul {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-shell>ul::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.filter-shell>ul>li {
    float: left;
    padding: 5px 10px;
    font-size: 1rem;
    cursor: pointer;
    border: 1px #ccc solid;
    margin-top: 6px;
    margin-bottom: 6px;
}

.filter-shell>ul>li:hover>a {
    color: #45aabc;
}

.filter-shell>ul>li>a::after {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid rgba(1, 1, 1, 1);
    border-right: 2px solid rgba(1, 1, 1, 1);
    content: "";
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(-45deg);
}

.filter-shell>ul>li:hover>a::after {
    border-bottom: 2px solid #45aabc;
    border-right: 2px solid #45aabc;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.filter-shell>ul>li>ul {
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 42px;
    left: 0;
    background: rgba(252, 252, 252, 1);
    width: 100%;
    z-index: 999;
    display: none;
    border-left: 1px #45aabc solid;
    border-right: 1px #45aabc solid;
    border-bottom: 1px #45aabc solid;
    font-size: 1.1rem;
    max-height: 200px;
    overflow-y: auto;
}

.filter-shell>ul>li:hover>ul {
    display: block;
}

.filter-shell>ul>li>ul>li {
    position: relative;
    padding: 5px 8px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 0.85rem;
}

.filter-shell>ul>li>ul>li:hover {
    background: rgba(236, 236, 236, 1);
    color: #45aabc;
}

.filter-shell>ul>li>ul>li label {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
}

.filter-shell>ul>li>ul>li label input {
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    margin: 0;
}

.filter-shell ul,
.filter-shell li {
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.filter-shell>ul>li:hover {
    border: 1px #45aabc solid;
}

.filter-shell>ul,
.filter-shell>ul>li>ul,
.filter-shell>ul>li>ul>li {
    list-style: none;
}

.wow {
    visibility: hidden;
}

.filter-shell:after {
    display: table;
    content: " ";
}

.filter-shell:after {
    clear: both;
}

.select2-container--bootstrap {
    display: inline-block !important;
    width: 31% !important;
    margin-right: 1% !important;
    margin-bottom: 10px !important;
}

.select2-container--bootstrap .select2-results-option {
    font-size: 0.9rem;
    line-height: 24px;
}

.pagenav {
    text-align: right;
    font-size: 1rem;
    text-decoration: none;
    margin: 10px 0 0;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.pagenav .pagination li {
    display: inline-block;
}

.pagenav .pagination li.active a {
    color: #fff !important;
    text-decoration: none;
    background: #19bad5;
}

.pagenav a {
    margin-left: 5px;
    color: #000000;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 5px;
}

.pagenav a:hover {
    color: #fff !important;
    text-decoration: none;
    background: #19bad5;
}


/* pages */

.pagenav {
    margin: 20px 0;
}

.pagination {
    justify-content: flex-end;
    gap: 3px;
}

.pagenav a {
    margin: 0;
    border-radius: 2px;
    background: #fff;
    border: #eee solid 1px;
}

.pagination li a {
    padding: 3px 5px;
    color: #333;
    transition: all .3s ease;
    min-width: 30px;
    display: block;
    text-align: center;
}


/* .pagination li:nth-child(1) a {
    border-radius: 4px 0 0 4px;
}

.pagination li:nth-last-child(1) a {
    border-radius: 0 4px 4px 0;
    border-right: #eee solid 1px;
} */

@media (max-width: 768px) {
    .post-holder {
        width: 100%
    }
    .product-listshow {
        border: none;
        border-radius: 0;
        padding: 15px 0;
        border-bottom: #eee solid 1px;
    }
    .pagination {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
}

.services-container .list-box a p {
    text-align: center;
    font-weight: 550;
    font-size: 1rem;
}

.services-container .list-box a .img-box {
    width: 100%;
    height: 160px;
    overflow: hidden;
    max-width: 260px;
    margin: 0 auto;
}

.services-container .list-box a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    transition: .3s ease all;
}

.services-container .list-box a:hover .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1, 1.1);
}

.row-specific .img-responsive {
    margin: 0 auto 10px;
    display: block;
}

.get-more a:hover {
    background: #45aabc;
    color: #fff!important;
    transition: background-color .3s;
}

.tab-btns {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 550;
    padding: 15px 12px -1px 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
}

.tab-btns li.tab-btn {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.tab-btns li.tab-btn:hover {
    background: #f9f9f9
}

.tab-btns li.tab-btn.active-btn {
    background: #FF8A56;
    border-color: #FF8A56;
    color: #fff;
}


/* tab style2 */

.tab-btns.tabstyle2 {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    border: none;
    gap: 15px;
}

.tab-btns.tabstyle2 li.tab-btn {
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
    border: #eee solid 1px;
    width: calc(16% - 15px);
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .tab-btns.tabstyle2 {
        flex-wrap: nowrap;
        overflow: auto;
        scrollbar-color: #30c1d9 #ffffff;
        gap: 5px;
    }
    .tab-btns.tabstyle2 li.tab-btn {
        width: auto!important;
    }
    .services-container .tab-btns.tabstyle2 li.tab-btn h3 {
        padding: 0;
        white-space: nowrap;
        font-size: 12px;
    }
}


/* tab style2 */

.li-num {
    margin-top: 20px;
    padding-left: 0px;
}

.li-num li {
    line-height: 1.3;
    list-style-type: none;
    padding: 10px 5px;
    border-bottom: #eee solid 1px;
    background: #f5f5f5;
    list-style-position: outside;
    color: #333;
}

.dp-none {
    display: none;
}

.li-num li:nth-child(2n+1) {
    background: #fff;
    color: #000
}

.li-num li:nth-last-child(1) {
    border: none;
}

.get-more {
    text-align: center;
    display: block!important;
    background: none!important
}

.get-more a {
    clear: both;
    color: #fff !important;
    background: #ec682f;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    font-weight: normal;
    border-radius: 50px;
    cursor: pointer;
    margin: 15px auto;
    line-height: 35px;
    height: 35px;
    width: 125px;
    text-align: center;
}

.promotion-unit {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promotion-unit img {
    display: inline-block;
    width: 100%;
}

.promotion-unit p {
    max-height: 170px;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    color: #666;
    padding: 0;
    margin: 5px 0 12px;
}

.promotion-unit:hover {
    background-color: #fafafa;
}

.promotion-unit .samllTag {
    font-size: 14px;
    color: #888888;
    margin-bottom: 10px;
    display: none;
}

.promotion-unit .promotionspan {
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 550;
}

.promotion-unit .promotionspan a {
    color: #000000;
}

.promotion-unit:hover a {
    color: #f26235;
}

.promotion-unit .promotionmore {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: auto;
}

.promotion-unit .promotionmore a {
    display: block;
}

.promotion-unit:hover .promotionmore {
    background-color: #f26235;
    color: #ffffff;
    border: 1px solid #f26235;
}

.promotion-unit:hover .promotionmore a {
    color: #ffffff !important;
}

.promotion-row {
    font-size: 17px;
    line-height: 24px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    row-gap: 30px;
}

.promotion-row .col-md-4 {
    position: relative;
}

.promotion-row h3 {
    font-size: 20px;
    margin: 20px 0;
}

.promotionimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    z-index: -1;
}

.promotionimgsmall {
    position: absolute;
    top: -20px;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 10;
}

.anti-scale {
    transform: scale(1);
    transition: all .3s ease;
}

a:hover .anti-scale {
    transform: scale(1.1)
}

.fa-disc::before {
    content: "●";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
}

.service-transit {
    row-gap: 20px;
    margin-bottom: 20px;
}

.service-transit-bpx {
    max-width: 320px;
    background: #f9f9f9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 100%;
}

.service-transit-bpx>a {
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    display: block;
    height: 192px;
}

.service-transit-bpx img {
    object-fit: cover;
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service-transit-bpx:hover img {
    transform: scale(1.1);
}


/* .service-transit-bpx:hover {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
} */

.service-transit-bpx h3 {
    line-height: 24px;
    padding: 15px;
}

.service-transit-bpx:hover h3 a {
    color: #ec682f !important;
}

.GDuNIT>a {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 360px;
    height: 195px;
    display: inline-block;
}

.GDuNIT img {
    transform: scale(1);
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.GDuNIT:hover a img {
    transform: scale(1.1);
}

i.qaf::before {
    align-self: flex-start;
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    color: #ffffff;
    content: "?";
    width: 18px;
    height: 18px;
    border-radius: 24px;
    text-align: center;
    background: #d7d7d7;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
}

.pro-pdf-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 330px;
    height: 220px;
    background-size: 96% auto;
    background-position: 30px center;
    margin-bottom: 1rem;
    border: #eee solid 1px;
    margin-bottom: 1rem;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
}

.pro-pdf-link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/download.webp);
    background-color: #00000029;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    display: none;
}

.pro-pdf-link:hover::before {
    display: unset;
}

.pro-pdf-link span {
    display: inline-block!important;
    font-size: 1rem;
    background: #ec682f;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    word-spacing: 0.2px;
    letter-spacing: .5px;
    border-radius: 50px;
    padding: 2px 10px;
}

.pro-pdf-link:hover {
    text-decoration: none!important;
}

.pro-pdf-link:hover span {
    display: none!important;
    text-decoration: none!important;
}

.pro-rowline {
    color: #fff;
    background: #ec682f;
    margin-bottom: 10px;
}

.pro-rowbox {
    border-bottom: #eee solid 1px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 0;
}

.pro-btn {
    font-size: 1rem;
    background: #ec682f;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    word-spacing: 0.2px;
    letter-spacing: .5px;
    border-radius: 50px;
    padding: 2px 10px;
}

.pro-btn:hover {
    background: #fe8e5d;
    color: #fff!important;
    text-decoration: none!important;
}


/* event */

.event-box {
    margin: 2.08rem 0;
    box-shadow: 1px 0 1.04rem rgba(21, 21, 21, 0.1);
    padding: 1.04rem;
    color: #333;
    transition: all ease .4s;
}

.event-dot {
    padding: 0;
    margin: 15px 0 0 0;
    height: auto;
    overflow: hidden;
    display: flex;
    column-gap: 25px;
    list-style: none;
    flex-wrap: wrap;
}

.completed-event {
    font-size: 2rem;
    color: #21b717;
    line-height: 3.125rem;
    display: inline-block;
    background-image: url(../img/icon06.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 4rem;
    background-size: contain;
}

.time-icon:before {
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/t.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.add-icon:before {
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/a1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.add1-icon:before {
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/a2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.rsp-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: #eee solid 1px;
}

.rsp-ul a {
    border: #00bcd4 solid 1px;
    border-radius: 4px;
    padding: 3px 10px;
}

.rsp-ul a:hover {
    background: #00b7d6;
    color: #fff;
    text-decoration: none;
}

h2.h2_tit,
.h2_tit,
.realtedinfo .h2_tit {
    border-left: #00bcd4 solid 4px!important;
    margin: 20px 0!important;
    padding: 5px 10px!important;
    font-weight: 550!important;
    font-size: 1.5rem!important;
}

.page-tab {
    display: flex;
    gap: 8px;
    position: sticky;
    top: 95px;
    left: 0;
    background: #fff;
    padding: 5px 15px;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 0;
    border: #eee solid 1px;
    height: 60px;
    border-bottom: #00bcd4 solid 2px;
    box-shadow: 0 7px 7px #0000000f;
    z-index: 50;
    overflow-x: auto;
}

.nav-left-ad {
    position: sticky;
}

.page-tab span {
    cursor: pointer;
    color: #333;
    border-radius: 4px;
    width: auto;
    padding: 3px 10px;
    text-align: center;
    background: #eee;
    white-space: nowrap;
}

.page-tab span:hover {
    background: #00b7d6;
    color: #fff
}

.page-tab span.active {
    background: #00b7d6;
    color: #fff
}

.page-tab span:active {
    background: #05a7c4;
    color: #ffffffc9
}

.page-tab .page-tab::-webkit-scrollbar {
    height: 3px
}

@media screen and (max-width: 768px) {
    .page-tab {
        display: none
    }
}

.page-tab::-webkit-scrollbar {
    height: 3px
}

.card-hover {
    height: 226px;
    padding-bottom: 40px;
    text-decoration: none !important;
}

a.card-hover:hover {
    text-decoration: none!important;
}

.card-hover .card-con {
    /* opacity: 0; */
    background: rgba(0, 0, 0, 0.3);
    transition: all .3s ease;
}

.card-hover:hover .card-con {
    background: rgba(0, 0, 0, 0.5);
}

.card-hover .card-con p {
    transition: all .3s ease;
}

.card-hover:hover .card-con p {
    transform: translateY(-8px);
}

.pdf-l-box {
    margin: 3rem!important;
    position: relative;
    display: block;
}


/* .pdf-l-box img {
    display: block;
    margin: 0 auto;
} */

.pdf-l-box span {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: none;
}

.pdf-l-box:hover span {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/***************************************************downLoadPdf**************************************************************/

.downLoadArea {
    position: relative;
    --width: 50%;
}

.downLoadArea .downLoadPdf {
    --pdfwidth: 31.25rem;
}

.downLoadArea .downLoad-title {
    font-weight: 100;
    font-size: 1.6rem;
    text-align: right;
}

.downLoadArea .downLoadContent {
    position: relative;
    --contentwidth: auto;
    margin-top: 1.2rem;
}

.downLoadArea .downLoadContent p {
    position: relative;
    padding-top: 1rem;
    font-weight: 550;
}

.downLoadArea .downLoadContent p::before {
    position: absolute;
    content: "";
    top: 0;
    height: 2px;
    width: 3rem;
    background-color: var(--Green-color);
}

.downLoadArea .downLoadContent button {
    margin-top: 1rem;
    border: none;
    background: none;
    font-size: 1rem;
    color: var(--Green-color);
    border-bottom: 1px solid var(--Green-color);
    cursor: pointer;
}

@media screen and (min-width: 1081px) {
    .downLoadArea {
        width: var(--width);
        margin-left: 2rem;
    }
    .downLoadArea .downLoadPdf {
        margin-right: 2rem;
        width: var(--pdfwidth);
        min-width: 31.25rem;
    }
    .downLoadArea .downLoadContent {
        width: var(--contentwidth);
    }
}

.downLoadInquiryView {
    position: fixed;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(21, 21, 21, 0.6);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.downLoadInquiryView>div {
    position: relative;
    width: 26rem;
    padding: 1.2rem;
    border-radius: 4px;
    --borderColor: #FFFFFF;
    border: 3px solid var(--borderColor);
    background-color: #FFFFFF;
    transition: all ease-in-out 0.4s;
}

.downLoadInquiryView>div .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.6rem;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}

.downLoadInquiryView>div .title {
    font-size: 1.6rem;
    margin: 1rem 0;
}

.downLoadInquiryView .close {
    border: #ff9c6f solid 1px;
    width: 34px;
    height: 34px;
    border-radius: 60px;
    color: #fff;
    background: #ff9c6f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downLoadInquiryView .close:hover {
    color: #c5430b;
    border: rgb(243, 144, 98) solid 1px;
    background: #ffbb9c;
}

.dl-box {
    cursor: pointer;
    color: #00bcd4;
}

.dl-box:hover,
a.dl-box:hover {
    color: #ff8a56;
    text-decoration: none;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/***************************************************downLoadPdf**************************************************************/

.downLoadArea {
    position: relative;
    --width: 50%;
}

.downLoadArea .downLoadPdf {
    --pdfwidth: 31.25rem;
}

.downLoadArea .downLoad-title {
    font-weight: 100;
    font-size: 1.6rem;
    text-align: right;
}

.downLoadArea .downLoadContent {
    position: relative;
    --contentwidth: auto;
    margin-top: 1.2rem;
}

.downLoadArea .downLoadContent p {
    position: relative;
    padding-top: 1rem;
    font-weight: 550;
}

.downLoadArea .downLoadContent p::before {
    position: absolute;
    content: "";
    top: 0;
    height: 2px;
    width: 3rem;
    background-color: var(--Green-color);
}

.downLoadArea .downLoadContent button {
    margin-top: 1rem;
    border: none;
    background: none;
    font-size: 1rem;
    color: var(--Green-color);
    border-bottom: 1px solid var(--Green-color);
    cursor: pointer;
}

@media screen and (min-width: 1081px) {
    .downLoadArea {
        width: var(--width);
        margin-left: 2rem;
    }
    .downLoadArea .downLoadPdf {
        margin-right: 2rem;
        width: var(--pdfwidth);
        min-width: 31.25rem;
    }
    .downLoadArea .downLoadContent {
        width: var(--contentwidth);
    }
}

.downLoadInquiryView {
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(21, 21, 21, 0.6);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.downLoadInquiryView>div {
    position: relative;
    width: 26rem;
    padding: 1.2rem;
    border-radius: 4px;
    --borderColor: #FFFFFF;
    border: 3px solid var(--borderColor);
    background-color: #FFFFFF;
    transition: all ease-in-out 0.4s;
}

.downLoadInquiryView>div .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.6rem;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}

.downLoadInquiryView>div .title {
    font-size: 1.6rem;
    margin: 1rem 0;
}

.downLoadInquiryView .close {
    border: #ff9c6f solid 1px;
    width: 34px;
    height: 34px;
    border-radius: 60px;
    color: #fff;
    background: #ff9c6f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downLoadInquiryView .close:hover {
    color: #c5430b;
    border: rgb(243, 144, 98) solid 1px;
    background: #ffbb9c;
}

.dl-box {
    cursor: pointer;
    color: #00bcd4;
}

.dl-box:hover,
a.dl-box:hover {
    color: #ff8a56;
    text-decoration: none;
}


/***************************************************downLoadPdf**************************************************************/

@media screen and (max-width:1000px) {
    .tablebox-m table {
        border: none;
    }
    .tablebox-m table tr:nth-child(1) {
        display: none;
    }
    .tablebox-m table tr {
        border-bottom: 1px solid #ccc;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
        padding: 1px 15px;
    }
    .tablebox-m table tr th {
        display: none;
    }
    .tablebox-m table tr td {
        display: block;
        height: auto;
        width: auto !important;
        text-align: left !important;
        border: 0px solid #ccc;
        padding: 0px!important;
        background: #fff;
        margin: 15px 0
    }
    .tablebox-m table tr td .table-inquiry {
        display: inline;
    }
    .tablebox-m table tr td a {
        display: inline !important;
        /* word-break: break-all; */
    }
    .tablebox-m table tr td a.learnmore {
        display: inline-flex !important;
    }
}

.und-line::after {
    content: "";
    width: 95px;
    height: 2px;
    display: block;
    background: #FF8A56;
    margin-top: 5px;
    margin-bottom: 15px;
}

.und-line-sm::after {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background: #FF8A56;
    margin-top: 5px;
    margin-bottom: 15px;
}

.und-line.text-center::after,
.und-line-sm.text-center::after {
    margin-right: auto;
    margin-left: auto;
}

  .bg-or,
  .bg-or:after,
  .bg-or:before {
      background-color: #FF8A56;
  }

  .text-or {
      color: #FF8A56;
  }

  .bg-lb,
  .bg-lb:after,
  .bg-lb:before {
      background-color: #19bad5
  }

.hot-list {
    list-style-image: url(../img/hot.svg);
}

.sp-title-1 a {
    color: #000
}

.sp-title-1 a:hover {
    color: #ff8a56
}

.sp-style-2 {
    background: #f1fdff;
}

.keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    align-content: center;
}

.keyword>span {
    border: #db612c solid 1px;
    border-radius: 4px;
    padding: 3px 10px;
    color: #db612c;
}

.keyword>span:hover {
    color: #fff;
    background: #db612c;
}

.search-note::before {
    display: inline-block;
    content: "Note:";
    font-weight: bold;
    margin-right: 5px;
}

.search-note {
    font-size: 14px;
    padding: 15px 5px 0 5px;
}

#topInquiry {
    position: unset;
}

#sidemenufortab,
.close-button-sidemenufortab {
    display: none;
}

@media screen and (max-width: 768px) {
    #topInquiry {
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0 !important;
        z-index: 996;
    }
    #sidemenufortab {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 224px;
        right: 12px;
        width: 36px;
        height: 36px;
        border-radius: 60px;
        background: #ff8a56;
        z-index: 9;
    }
    #sidemenufortab::before {
        content: "";
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect y="4" width="30" height="4" fill="white"/><rect y="13" width="30" height="4" fill="white"/><rect y="22" width="30" height="4" fill="white"/></svg>') no-repeat center center;
        background-size: cover;
    }
    #sidemenufortab:after {
        content: "";
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sidemenufortab {
        opacity: 0;
        position: fixed;
        bottom: -100%;
        width: 100%;
        z-index: 999;
        transition: all ease-in-out 0.2s;
        padding: 0;
    }
    .sidemenufortab>div {
        overflow: auto;
        max-height: 55vh;
        background: #fff;
        border-radius: 15px 15px 0 0 !important;
    }
    .sidemenufortab.active {
        opacity: 1;
        bottom: 0;
    }
    .close-button-sidemenufortab {
        margin: 5px;
        border: #ff8a56 solid 2px;
        background: #ff8a56;
        color: #fff;
        border-radius: 5px;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 99;
        display: block;
    }
    .pro-rowline {
        display: none;
    }
}

.shadow-or {
    box-shadow: 0 .5rem 1rem #ff91627a !important;
}

.border-box {
    border: 1px solid #ff8a56;
    padding: 15px;
    border-radius: 5px;
    height:100%;
}


.info-pic-left {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 20px 0;
}

.info-pic-left .pic {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
}

.info-pic-left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-pic-left .text {
    flex: 1;
    min-width: 0; 
}

.info-pic-left .text h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    padding:0;
}

.info-pic-left .text h3 a {
    text-decoration: none;
}

 

.info-pic-left .text p {
    margin: 0;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    padding:0;
}


@media screen and (max-width: 768px) {
    .info-pic-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .info-pic-left .pic {
        width: 80px;
        height: 80px;
    }
}



.hpc-cards-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
    padding: 20px 0;
    max-width: 1200px;
    margin: 15px auto ;
}


.hpc-card {
    flex: 1 1 calc(50% - 10px);
    min-width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


.hpc-card-header {
    background-color: #ff8a56;
        color: white;
        padding: 5px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
        margin: 0 20% 0 0;
        transform: translateY(-20px);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
}

.hpc-card-header a {
    color: white!important;
    text-decoration: underline;
}

.hpc-card-header a:hover {
    color: rgb(255 250 205) !important;
}


.hpc-card-content {
    padding: 0 20px 20px 20px;
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}

@media (max-width: 1003px) {
    .hpc-card {
        flex: 1 1 100%;
    }
}


.sys-style-1 {
    background: linear-gradient(to right, #ffdbcb, #fffdfd);
        padding: 10px 15px;
        border-radius: 12px;
        margin-bottom: 15px;
        height: calc(100% - 15px);
}

.sys-style-2 {
   background: #ffdbcb;
   border:#f0c7b6 solid 1px;
  padding: 10px 15px;
    border-radius: 4px;
    margin: 15px 0;
    height: calc(100% - 15px);
}

.sys-style-3 {
    background: #ffdbcb;
        border: #f0c7b6 solid 1px;
        border-radius: 4px;
        margin-bottom: 15px;
        height:calc(100% - 15px);
}

.sys-style-3 .title {
    margin:0!important;
    padding:5px 15px;
    color:#fff!important;
    background: #ff8a56;
}

.sys-style-3 .title a {
    color: white !important;
    text-decoration: underline;
}

.sys-style-3 .title a:hover {
    color: rgb(255 250 205) !important;
}

.sys-style-3 .title .pic {
        display: inline-block;
            width: auto;
}

.sys-style-3 .title .pic img {
        width: 26px;
            height: 26px;
            display: inline-block
}

.sys-style-3 .content {
    padding:10px 15px;
    margin:0!important;
    color:#333!important;
}

.bg-cbcb {
    background: #FF8A56;
    color: #fff;
}

.bg-cbcb h3 {
    color: #fff;
    font-size: 1.2rem;
}

.bg-cbcb p {
    color: #fff;
}

.bg-cbcb a {
    color: #fff;
    text-decoration: underline;
}

.bg-cbcb a:hover {
    color: #b0f6ff
}

#careers-list {
    margin: 0 auto;
    max-width: 960px;
}

  .oc-li {
      background: #fff;
      overflow: hidden;
      position: relative;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all ease .1s;
      gap: 5px;
  }

  .oc-li:hover {
      background-color: #FF8A56;
      color: #fff;
  }

  .oc-li .pic img {
      transition: all ease .3s;
      transform: scale(1);
  }

  .oc-li:hover .pic img {
      transform: scale(0.75);
  }

  .oc-li .title {
      position: relative;
      transform: translateY(25px);
      font-weight: 400;
      font-size: 18px;
      transition: all ease .3s;
      text-align: center;
  }

  .oc-li:hover .title {
      font-size: 22px;
      font-weight: 600;
      transform: translateY(0);
  }

  .oc-li .content {
      opacity: 0;
      text-align: center;
      transition: all ease-in-out .4s;
      transform: translateY(100%);
      visibility: hidden;
      height: 0;
      overflow: hidden;
  }

  .oc-li:hover .content {
      opacity: 1;
      height: auto;
      visibility: visible;
      /* position: absolute;
                    bottom: 0; */
      transform: translateY(0);
  }

  .oc-list {
      list-style: none;
      padding: 0;
  }

  .oc-list li {
      font-size: 18px;
      color: #000;
      border-bottom: #000 solid 1px;
      margin-bottom: 10px;
      padding: 0 20px 10px 20px;
  }

  .oc-list li b {
      font-size: 22px;
  }

  .oc-list li a {
      text-decoration: underline;
  }