@import url('font-awesome.css');
@import url('https://fonts.font.im/css?family=Raleway:500,550');
@import url('https://fonts.font.im/css?family=Poppins:400,600');
@import url('https://fonts.font.im/css?family=Jura:');
@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.eot');
    src: url('fonts/Poppins-Light.eot?#iefix') format('Poppins-Light'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.woff2') format('woff2'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg#Poppins-Light') format('svg')
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothicbold.eot');
    src: url('fonts/CenturyGothicbold.eot?#iefix') format('CenturyGothicbold'), url('fonts/CenturyGothicbold.woff') format('woff'), url('fonts/CenturyGothicbold.woff2') format('woff2'), url('fonts/CenturyGothicbold.ttf') format('truetype'), url('fonts/CenturyGothicbold.svg#CenturyGothicbold') format('svg')
}

* {
    -webkit-font-smoothing: subpixel-antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal!important
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

a:hover {
    transition: color .3s
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    color: #333
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1520px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 80%;
    }
}

.an-1 {
    transition: all ease .3s;
    transform: translateY(0);
}

.an-1:hover {
    --bs-box-shadow-lg: 0 1rem 3rem #007bb923;
    box-shadow: var(--bs-box-shadow-lg)!important;
    transform: translateY(-10px);
}

.an-2 .img-box-1 img {
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.an-2:hover .img-box-1 img {
    transform: scale(1.1);
}

.clear {
    clear: both
}

.red {
    color: #f00
}

.sub,
.sup {
    font-size: 10px
}

@-moz-document url-prefix() {
    .-moz-sub,
    .-moz-sup {
        position: relative
    }
    .-moz-sub-span {
        position: relative;
        top: -8px
    }
    .-moz-sup-span {
        position: relative;
        top: 0
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .-webkit-w16 {
        width: 16px;
        display: inline-block
    }
    .-webkit-sub,
    .-webkit-sup {
        -webkit-transform: scale(0.5) translate(-8px, 0px);
        -webkit-letter-spacing: 1px
    }
}

.auto-header {
    max-width: 1200px;
    margin: 0 auto
}

.nav {
    position: fixed;
    z-index: 9999;
    width: 100%
}

.logo {
    width: auto;
    height: 60px;
    float: left;
    border: 0;
    margin: 10px 0
}

.fixed {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #363636
}

@media(min-width:769px) and (max-width:1279px) {
    .logo-w {
        height: 50px
    }
    .auto-header {
        max-width: 98%;
        margin: 0 auto
    }
    .nav {
        position: fixed;
        z-index: 9999;
        width: 100%
    }
    .logo {
        width: auto;
        height: 60px;
        float: left;
        border: 0;
        margin: 10px 0
    }
    .menu-mobile .logo {
        display: none;
    }
    .main-container .menu>ul>li a {
        font-size: 14px
    }
    .menu>ul>li a {
        padding: 2em .4em
    }
    .fixed {
        position: relative;
        z-index: 999;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        background-color: #363636
    }
}

@media(max-width:768px) {
    .search_box {
        display: none
    }
    .auto-header {
        max-width: 100%;
        margin: 0 auto
    }
    .nav {
        z-index: 9999;
        width: 100%;
        background: #092767
    }
    .logo {
        width: 200px;
        height: auto!important;
        border: 0;
        margin: 0
    }
    .fixed {
        position: relative;
        z-index: 999;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        background-color: #363636
    }
}

@media(max-width:1440px) {
    .main-container .menu>ul>li a {
        font-size: 16px!important
    }
}

@media(min-width:768px) {
    .jd0 {
        padding: 0
    }
    .jd20 {
        padding-left: 20px
    }
    .jjd h3 {
        padding-left: 20px
    }
    .jjd ul {
        padding-left: 20px
    }
}

#cssmenu {
    font-family: 'Poppins-Light', sans-serif;
    margin-top: 10px;
    float: right;
    font-size: 18px;
    font-weight: 700
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 199
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    width: auto
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0
}

#cssmenu>ul>li {
    float: left
}

#cssmenu.align-center>ul {
    font-size: 0
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu>ul>li>a {
    padding: 20px 15px;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu>ul>li.active>a {
    color: #092767
}

#cssmenu>ul>li:hover>a {
    color: #092767
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 25px
}

#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 28px;
    right: 12px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    border-color: #FFF
}

#cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #092767
}

#cssmenu>ul>li.has-sub.active>a::after {
    border-color: #092767
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu.align-right li:hover>ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

#cssmenu ul li:hover>ul>li {
    height: auto;
    background: #f6f6f6
}

#cssmenu ul ul li a {
    padding: 10px 0 10px 20px;
    width: 280px;
    line-height: 22px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #FFF;
    background: #9faab4
}

#cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    border-color: #444
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

#cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #fff
}

@media all and (max-width:768px) {
    #cssmenu {
        width: 100%;
        background: #444;
        margin: 0
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu.align-center>ul,
    #cssmenu.align-right ul ul {
        text-align: left
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15)
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        color: #FFF
    }
    #cssmenu>ul>li,
    #cssmenu.align-center>ul>li,
    #cssmenu.align-right>ul>li {
        float: none;
        display: block
    }
    #cssmenu ul ul li a {
        padding: 16px 20px 16px 30px;
        font-size: 16px;
        color: #fff;
        background: #666
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li a:hover {
        color: #f97425;
        border: 0
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }
    #cssmenu>ul>li.has-sub>a::after,
    #cssmenu ul ul li.has-sub>a::after {
        display: none
    }
    #menu-line {
        display: none
    }
    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 20px
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 299;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none
    }
}

.banner {
    position: relative;
    width: 100%;
    height: 660px;
    background-color: #e6e6e6;
    overflow: hidden
}

.banner ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.banner ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: table
}

.banner ul.flicks>li .flick-inner {
    height: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.banner ul.flicks>li .flick-inner .flick-content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.banner ul.flicks>li .flick-inner .flick-content h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    width: 100%;
    margin: 0;
    font-weight: bolder
}

.banner ul.flicks>li .flick-inner .flick-content p {
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 22px;
    width: 100%
}

.banner-page .btn {
    padding: .2em 1.2em;
    clear: both;
    color: #FFF;
    background-color: #092767;
    text-decoration: none;
    border-radius: 4px;
    font-size: 24px;
    display: inline-block;
    transition: background-color .3s
}

.text-center {
    text-align: center
}

.banner-page .btn:hover {
    color: #FFF;
    background: #2772a0
}

.banner .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 5%;
    top: 10%;
    z-index: 100;
    overflow: hidden;
    display: none
}

.banner .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.banner .arrow-navigation:hover,
.banner .arrow-navigation .arrow:hover {
    cursor: pointer
}

.banner .arrow-navigation.left {
    left: 0
}

.banner .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0 0 0 50%;
    background-image: url("../images/arrow-left-light.png");
    background-repeat: no-repeat;
    background-position: left
}

.banner .arrow-navigation.right {
    right: 0
}

.banner .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0 0 0 -50%;
    background-image: url("../images/arrow-right-light.png");
    background-repeat: no-repeat;
    background-position: right
}

.banner .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0
}

.banner .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0
}

.banner.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform .6s;
    -o-transition: -o-transform .6s;
    -moz-transition: -moz-transform .6s;
    transition: transform .6s
}

.banner.animate-transition-slide ul.flicks {
    position: relative;
    left: 0;
    -webkit-transition: left .4s ease-out;
    -moz-transition: left .4s ease-out;
    -o-transition: left .4s ease-out;
    -ms-transition: left .4s ease-out;
    transition: left .4s ease-out
}

.banner .dot-navigation {
    position: absolute;
    display: none;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100
}

.banner .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0 15px
}

.banner .dot-navigation ul li {
    display: inline-block;
    float: none
}

.banner .dot-navigation .dot {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.banner .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6)
}

.banner .dot-navigation .dot.active {
    background-color: #94ae44
}

@media(min-width:769px) and (max-width:1279px) {
    .banner {
        top: 0;
        height: 600px
    }
    .banner ul.flicks>li .flick-inner .flick-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .banner ul.flicks>li .flick-inner .flick-content h1 {
        color: #fff;
        text-align: center;
        font-size: 36px;
        width: 100%;
        font-family: Century Gothic
    }
    .banner ul.flicks>li .flick-inner .flick-content p {
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        width: 100%
    }
}

@media(max-width:768px) {
    .banner {
        top: 0;
        height: 400px
    }
    .banner ul.flicks>li .flick-inner .flick-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .banner ul.flicks>li .flick-inner .flick-content h1 {
        color: #fff;
        text-align: center;
        font-size: 24px;
        width: 100%;
        font-family: Century Gothic
    }
    .banner ul.flicks>li .flick-inner .flick-content p {
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        width: 100%
    }
}

table {
    border-collapse: collapse;
    margin: 0 0 25px 0;
    width: 100%;
    border: 1px solid #ddd
}

table tr,
table th,
table td {
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: .875rem
}

table th,
table td {
    padding: 10px 12px;
    text-align: left
}

table th {
    background: #3792b5;
    color: #fff;
}

table tr td {
    background: #fff;
    color: #333
}

table tr td a {
    color: #6b8d00;
    text-decoration: none
}

table tr:nth-of-type(2n+2) td {
    background: #f9f9f9
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .875rem;
    padding: 0
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    padding: 10px
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px
}

table.bt thead,
table.bt tbody th {
    display: none
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: 0;
    display: block;
    vertical-align: top
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 30%;
    display: inline-block
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
    width: 55%;
    display: inline-block;
    padding-top: 10px
}

.inquiry_btn {
    padding: .3em .8em;
    clear: both;
    color: #FFF;
    background-color: #3792b5;
    text-decoration: none;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    display: inline-block
}

.inquiry_btn:hover {
    color: #FFF;
    transition: background-color .3s;
    border-radius: 10px 0 10px 0;
    background: #94ae44
}

.right_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 60px 0 60px 0;
    background: #f6f6f6;
    margin: 30px 0;
    font-weight: 600
}

.list_dl {
    border: #d8d8d8 solid 1px;
    background: #f9f9f9;
    border-radius: 4px
}

.list_dl h1 {
    font-size: 18px;
    padding-left: 20px;
    color: #3792b5;
    font-family: "Century Gothic"
}

.list_dl h2 {
    font-size: 18px;
    padding-left: 20px;
    color: #3792b5;
    font-weight: bold;
    padding-top: 10px
}

.list_dt {
    color: #555;
    padding: 0 20px;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.list_dt p {
    color: #555;
    font-size: 14px;
    padding: 5px 0
}

.list_dt p a {
    color: #555;
    text-decoration: none
}

.list_dt p a:hover {
    color: #333
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #eee
}

.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat
}

#open .list_dt_icon {
    background: url("../images/open.png") no-repeat
}

.list_dd {
    display: none
}

.list_li {
    list-style-type: none;
    padding: 8px 0;
    line-height: 22px;
    font-size: 14px;
    padding-right: 10px
}

.list_li a {
    color: #333;
    text-decoration: none
}

.list_li a:hover {
    color: #333;
    text-decoration: none
}

@media(min-width:769px) and (max-width:1279px) {
    .right_nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 60px 0 60px 0;
        background: #f6f6f6;
        margin: 30px 0;
        font-weight: 600
    }
    .list_dl h1 {
        font-size: 18px;
        padding-left: 20px;
        font-family: "Century Gothic"
    }
    .list_dl h2 {
        font-size: 18px;
        padding-left: 20px;
        font-weight: bold;
        padding-top: 10px
    }
    .list_dt {
        color: #555;
        padding: 0 20px;
        line-height: 22px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative
    }
    .list_dt p {
        color: #555;
        font-size: 14px;
        padding: 5px 0
    }
    .list_dt p a {
        color: #555;
        text-decoration: none
    }
    .list_dt:hover ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }
    #open ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #eee
    }
    .list_dt_icon {
        position: absolute;
        right: 10px;
        top: 12px;
        display: block;
        width: 16px;
        height: 16px;
        background: url("../images/off.png") no-repeat
    }
    #open .list_dt_icon {
        background: url("../images/open.png") no-repeat
    }
    .list_dd {
        display: none
    }
    .list_li {
        list-style-type: none;
        padding: 8px 0;
        line-height: 22px;
        font-size: 14px
    }
    .list_li a {
        color: #fff;
        text-decoration: none
    }
    .list_li a:hover {
        color: #333;
        text-decoration: none
    }
}

@media(max-width:768px) {
    .right_nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 60px 0 60px 0;
        background: #f6f6f6;
        margin: 30px 0;
        font-weight: 600
    }
    .list_dl h1 {
        font-size: 18px;
        padding-left: 20px;
        color: #555;
        font-family: "Century Gothic";
        padding-top: 20px
    }
    .list_dl h2 {
        font-size: 18px;
        padding-left: 20px;
        color: #999;
        font-weight: bold;
        padding-top: 10px
    }
    .list_dt {
        color: #555;
        padding: 0 20px;
        line-height: 22px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative
    }
    .list_dt p {
        color: #555;
        font-size: 14px;
        padding: 5px 0
    }
    .list_dt p a {
        color: #555;
        text-decoration: none
    }
    .list_dt p a:hover {
        color: #999
    }
    .list_dt:hover ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }
    #open ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #3792b5
    }
    .list_dt_icon {
        position: absolute;
        right: 10px;
        top: 12px;
        display: block;
        width: 16px;
        height: 16px;
        background: url("../images/off.png") no-repeat
    }
    #open .list_dt_icon {
        background: url("../images/open.png") no-repeat
    }
    .list_dd {
        display: none
    }
    .list_li {
        list-style-type: none;
        padding: 8px 0;
        line-height: 22px;
        font-size: 14px
    }
    .list_li a {
        color: #999;
        text-decoration: none
    }
    .list_li a:hover {
        color: #333;
        text-decoration: none
    }
}

.contact_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #333
}

.contact_bottom div.ft {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact_container {
    margin: 80px auto 40px auto;
    max-width: 1400px;
    padding: 0;
    position: relative;
    font-size: 14px;
    height: auto;
    overflow: hidden
}

.contact_item p {
    font-weight: bold;
    margin: 0
}

.contact_item input {
    border: 1px #b0b2b3 solid;
    border-radius: 4px;
    line-height: 35px;
    width: 90%;
    margin: 10px 0;
    padding-left: 10px
}

.contact_item .btn {
    padding: .5em 2em;
    clear: both;
    border-radius: 4px;
    color: #FFF;
    background-color: #092767;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.contact_item .btn:hover {
    color: #FFF;
    transition: background-color .3s;
    background: #2b6f99
}

.contact_container a {
    color: #535759;
    text-decoration: none
}

.contact_container a:hover {
    color: #1c447f
}

.contact_container ul li {
    margin-bottom: 15px
}

.customer_bottom {
    padding-top: 45px
}

.customer_bottom img {
    text-align: center
}

.customer_bottom p {
    text-align: center;
    font-size: 14px
}

@media(min-width:1280px) {
    .contact_bottom .row div.col-md-3:last-child {
        padding-left: 60px
    }
}

@media(max-width:1400px) {
    .contact_container {
        width: 96%
    }
}

.bottom_cop {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #ddd;
    background-color: #333;
    font-size: 16px
}

.pro_list {
    width: 98%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    margin: 5px 0
}

.pro_list_title {
    display: block;
    font-size: 18px;
    font-weight: bold
}

.pro_list_title a {
    color: #2751a3;
    text-decoration: none
}

.pro_list_title span {
    font-size: 14px;
    font-weight: normal
}

.pro_inquriy_btn {
    float: right;
    display: inline-block;
    width: 200px
}

.pro_inquriy_btn a {
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px
}

@media(min-width:769px) and (max-width:1279px) {
    .pro_list {
        width: 98%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px #e6e6e6 solid;
        padding: 10px 0;
        margin: 5px 0
    }
    .pro_list_title {
        display: block;
        font-size: 18px;
        font-weight: bold
    }
    .pro_list_title a {
        color: #2751a3;
        text-decoration: none
    }
    .pro_list_title span {
        font-size: 14px;
        font-weight: normal
    }
    .pro_inquriy_btn {
        float: right;
        display: inline-block;
        width: 200px
    }
    .pro_inquriy_btn a {
        vertical-align: top;
        font-size: 14px;
        padding-left: 10px
    }
    .inquiry_btn {
        padding: .3em .8em;
        clear: both;
        color: #FFF;
        background-color: #94ae44;
        text-decoration: none;
        border-radius: 10px 0 10px 0;
        font-size: 14px;
        display: inline-block;
        float: right
    }
    .inquiry_btn:hover {
        color: #FFF;
        transition: background-color .3s;
        border-radius: 10px 0 10px 0;
        background: #f90
    }
}

@media(max-width:768px) {
    .pro_list {
        width: 98%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px #e6e6e6 solid;
        padding: 10px 0;
        margin: 5px 0
    }
    .pro_list_title {
        display: block;
        font-size: 18px;
        font-weight: bold
    }
    .pro_list_title a {
        color: #2751a3;
        text-decoration: none
    }
    .pro_list_title span {
        font-size: 14px;
        font-weight: normal
    }
    .pro_inquriy_btn {
        float: left;
        display: inline-block;
        width: 100%;
        margin: 5px 0
    }
    .pro_inquriy_btn a {
        vertical-align: top;
        font-size: 14px;
        padding-left: 10px
    }
    .inquiry_btn {
        padding: .3em .8em;
        clear: both;
        color: #FFF;
        background-color: #94ae44;
        text-decoration: none;
        border-radius: 10px 0 10px 0;
        font-size: 14px;
        display: inline-block;
        float: right
    }
    .inquiry_btn:hover {
        color: #FFF;
        transition: background-color .3s;
        border-radius: 10px 0 10px 0;
        background: #f90
    }
}

.related_title {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0
}

.related_services li {
    width: 48%;
    display: inline-block;
    list-style: unset!important;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    background: url(../images/content.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 10px
}

.related_services li a {
    color: #2751a3;
    text-decoration: none
}

.related_services li a:hover {
    color: #6b8d00;
    text-decoration: none
}

@media(min-width:769px) and (max-width:1279px) {
    .related_title {
        font-size: 18px;
        font-weight: bold;
        padding: 20px 0
    }
    .related_services li {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 5px 0;
        font-size: 14px;
        background: url(../images/content.png);
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: 0 10px
    }
    .related_services li a {
        color: #2751a3;
        text-decoration: none
    }
    .related_services li a:hover {
        color: #6b8d00;
        text-decoration: none
    }
}

@media(max-width:768px) {
    .related_title {
        font-size: 18px;
        font-weight: bold;
        padding: 20px 0
    }
    .related_services li {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 5px 0;
        font-size: 14px;
        background: url(../images/content.png);
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: 0 10px
    }
    .related_services li a {
        color: #2751a3;
        text-decoration: none
    }
    .related_services li a:hover {
        color: #6b8d00;
        text-decoration: none
    }
}

.pro_datesheets {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: 0
}

.pro_datesheets a {
    color: #333;
    text-decoration: none;
    padding-left: 10px;
    vertical-align: top
}

.pro_datesheets a:hover {
    color: #6b8d00
}

.services-container {
    margin: 50px auto
}

.services-container p {
    line-height: 30px;
    margin: 0;
    padding-bottom: 15px
}

.services-container a:not([class]),
.services-container a:not([class])>* {
    color: #2f57a6;
    text-decoration: none
}

.services-container a:not([class]):hover,
.services-container a:not([class]):hover>* {
    color: #6bbbda;
    text-decoration: none
}

.services-container h2,
.services-container h3,
.services-container h4,
.services-container h5,
.services-container h6 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bolder!important
}

.inpage_left {
    width: calc(100% - 380px);
    height: auto;
    /* overflow: hidden; */
    display: inline-block
}

.inpage_section_title {
    margin: 0 auto;
    text-align: left
}

.inpage_section_title h1 {
    font-size: 32px;
    font-weight: bold!important;
}

.inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #3792b5;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block
}

.ServiceShowPic {
    font-size: .75em;
    text-align: center;
    line-height: 1.7em!important;
    color: #666
}

.ServiceShowPic img {
    margin: auto
}

.ServiceShowleftPic {
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #666;
    display: inline-block
}

.ServiceShowrightPic {
    float: right;
    margin-left: 15px;
    text-align: center;
    color: #666;
    display: inline-block
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
    font-size: .75em;
    text-align: center;
    line-height: 1.7em!important
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto
}

.ullist {
    padding: 0 0 15px 19px;
    margin: 0
}

.ollist {
    padding: 0 0 15px 19px;
    margin: 0
}

.f-text-container ul,
.f-text-container ol {
    padding: 0 0 15px 19px;
    margin: 0
}

.f-text-container ul li {
    list-style: disc;
    display: list-item
}

.f-text-container ol li {
    list-style-type: decimal;
    display: list-item
}

.f-text-container ul li>ul>li {
    list-style-type: circle
}

.f-text-container ol li>ul>li {
    list-style-type: lower-latin
}

.ullist li {
    list-style: disc;
    line-height: 1.7;
    margin-bottom: 10px;
}

.ollist li {
    list-style-type: decimal;
    line-height: 1.7;
}

.ullist li>ul>li {
    list-style-type: circle
}

.ollist li>ul>li {
    list-style-type: lower-latin
}

ul li>ul,
ul li>ul li>ul {
    padding-bottom: 0!important
}

.fa-disc::before {
    content: "â—";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px
}

.fa-triangle::before {
    content: "â–¶";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
    font-size: 30%
}

.fa-star::before {
    content: "â˜…";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px
}

.triangle li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1RjVGNUYiIHBvaW50cz0iMS45MjgsMTcuMzY1IDEuOTI4LDAuMSAxNS41ODQsOC43MzIgIi8+DQo8L3N2Zz4NCg==)!important
}

.star li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==)!important
}

.disc li {
    list-style: disc!important
}

.roman li {
    list-style: lower-roman!important
}

.hollow-disc li {
    list-style-type: circle!important
}

.decimal li {
    list-style: decimal!important
}

.greek li {
    list-style: lower-greek!important
}

.latin li {
    list-style: lower-latin!important
}

.upper-latin li {
    list-style: upper-latin!important
}

.yaundian li {
    list-style: disc!important
}

.yingwennun li {
    list-style: lower-roman!important
}

.Reference {
    padding-bottom: 0;
    font-size: 14px!important;
    line-height: 20px!important;
    color: #888!important
}

.Referencemargin {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important
}

.Referencemargin strong {
    font-size: 14px!important
}

.Referencemargin li {
    padding-bottom: 8px!important
}

.tablecontentshow {
    margin: auto auto 15px auto
}

.tablecontentshow td {
    padding: 5px
}

.tablecontentshow .servicetheadbg {
    background-color: #3792b5;
    color: #fff
}

@media(min-width:769px) and (max-width:1279px) {
    .services-container {
        margin: 50px auto
    }
    .services-container p {
        line-height: 30px;
        margin: 0;
        padding-bottom: 20px
    }
    .services-container a:not([class]) {
        color: #2f57a6;
        text-decoration: none
    }
    .inpage_left {
        width: 60%;
        height: auto;
        /* overflow: hidden; */
        display: inline-block
    }
    .inpage_section_title {
        margin: 0 auto;
        font-family: "Century Gothic";
        text-align: left
    }
    .inpage_section_title h1 {
        font-size: 28px
    }
    .inpage_section_title hr {
        height: 4px;
        width: 70px;
        text-align: left;
        position: relative;
        background: #3792b5;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 0;
        display: inline-block
    }
    .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) {
    .services-container {
        margin: 20px auto
    }
    .banner_inpage {
        height: 80px!important;
    }
    .services-container p {
        line-height: 30px;
        margin: 0;
        padding-bottom: 20px;
        word-wrap: break-word;
        word-break: break-word;
    }
    .services-container a:not([class]) {
        color: #2f57a6;
        text-decoration: none
    }
    .inpage_left {
        width: 100%;
        height: auto;
        /* overflow: hidden; */
        display: inline-block
    }
    .inpage_section_title {
        margin: 0 auto;
        font-family: "Century Gothic";
        text-align: left
    }
    .inpage_section_title h1 {
        font-size: 28px
    }
    .inpage_section_title hr {
        height: 4px;
        width: 70px;
        text-align: left;
        position: relative;
        background: #3792b5;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 0;
        display: inline-block
    }
    .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
    }
}

.ztitle {
    position: relative;
    padding: 0 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    color: #2f57a6
}

.ztitle a {
    width: 95%;
    display: inherit
}

.ztitle span {
    position: absolute;
    right: 10px;
    top: 3px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 25px;
    font-size: 24px;
    font-weight: bolder;
    padding: 0;
    border-radius: 50%
}

.product-info-tabs {
    margin-top: 45px
}

.con_div {
    padding: 0 15px 0 30px;
    color: #333
}

.ztitle span:after {
    transition: opacity .5s;
    opacity: 0
}

.ztitle .cshow:after {
    content: "+";
    opacity: 1
}

.ztitle .chide:after {
    content: "-";
    opacity: 1;
    font-size: 26px
}

.Fold-box {
    margin-bottom: 20px
}

.services-tabs {
    position: relative;
}

.services-tabs .tab-btns {
    position: relative;
    z-index: 1;
    background: #d2d2d2;
    padding-top: 5px;
    padding-left: 20px
}

.services-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    background: #fff;
    color: #999;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 3px 22px 3px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-tabs .tab-btns .tab-btn:hover:after,
.services-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-tabs .tab-btns .tab-btn:hover,
.services-tabs .tab-btns .tab-btn.active-btn {
    color: #333;
    background: #fff
}

.services-tabs .tabs-content {
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    border-top: 0
}

.services-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0
}

.services-tabs .tabs-content .tab.active-tab {
    display: block
}

.services-tabs .tabs-content .tab .content {
    position: relative
}

.services-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 14px;
    line-height: 2em;
    color: #666;
    margin-bottom: 0
}

.Searchresult li {
    padding-bottom: 5px!important
}

.Searchnoresult {
    line-height: 30px;
    line-height: 22px;
    color: #888;
    padding-right: 20px;
    padding-bottom: 20px
}

.Searchnoresult table {
    border: 0!important
}

.Searchnoresult .iconarea .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #f00;
    color: #fff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9
}

.Searchnoresult .tit {
    font-size: 20px;
    font-weight: bold;
    color: #f00;
    display: block
}

.Searchnoresult .iconarea .iconunit img {
    top: 10px;
    left: 5px;
    position: absolute;
    z-index: 10
}

.E404 img {
    display: block;
    max-width: 100%;
    height: auto
}

.E404 {
    width: 510px;
    margin: 70px auto auto auto;
    border: 0 solid #f00
}

.E404 .Etit {
    font-size: 25px;
    line-height: 35px;
    color: #525151
}

.E404 .content {
    color: #767676
}

.E404 a {
    color: #525151;
    text-decoration: none
}

.E404 .btn {
    border: 1px solid #ddd;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #efefef
}

.E404 .btn:hover {
    background-color: #3792b5;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .E404 {
        width: 90%;
        margin: 0 auto auto auto;
        padding-left: 20px;
        padding-right: 20px
    }
}

.products_bg {
    background: url(../images/products_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner_inpage {
    width: 100%;
    margin: 0 auto
}

.auto-container {
    position: absolute
}

.auto-container h1 {
    color: #FFF;
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: "Century Gothic"
}

.auto-container p {
    color: #FFF;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    line-height: 28px
}

@media(min-width:1280px) {
    .banner_inpage {
        min-height: 180px
    }
    .auto-container {
        width: 50%;
        top: 15%;
        left: 25%
    }
    .auto-container h1 {
        font-size: 42px
    }
}

@media(min-width:769px) and (max-width:1279px) {
    .banner_inpage {
        min-height: 180px
    }
    .auto-container {
        width: 60%;
        top: 15%;
        left: 25%
    }
    .auto-container h1 {
        font-size: 42px
    }
}

@media(max-width:768px) {
    .banner_inpage {
        min-height: 80px
    }
    .auto-container {
        width: 90%;
        top: 6%;
        left: 5%
    }
    .auto-container h1 {
        font-size: 32px
    }
}

.bread-crumb {
    position: relative;
    font-size: 15px
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin-right: 30px;
    color: #000;
    font-weight: 700;
    line-height: 24px
}

.bread-crumb li:last-child {
    margin-right: 0
}

.bread-crumb li:after {
    content: "\e602";
    font-family: 'mine';
    position: absolute;
    top: -2px;
    right: -22px;
    width: 10px;
    line-height: 26px;
    font-size: 10px;
    color: #b9c3ce;
    transition: transform .2s;
    -webkit-transition: transform .2s
}

.bread-crumb li:last-child:after {
    display: none
}

.bread-crumb li a {
    color: #9faab4;
    font-weight: 400;
    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
}

.bread-crumb li a:hover {
    color: #435363
}

.social-icon-two {
    list-style-type: none;
    padding: 0;
    height: auto;
    overflow: hidden
}

.social-icon-two li {
    margin-right: 12px;
    margin-left: 0;
    float: left
}

.social-icon-two li a {
    color: #fff;
    font-size: 22px
}

.social-icon-two li a:hover {
    opacity: .8;
    color: #fff
}

.social-icon-two li a span {
    border-radius: 100%;
    display: inline-block;
    padding: .2em;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 1.2
}

.social-icon-two li a span.fa-facebook {
    background: #3b5998
}

.social-icon-two li a span.fa-twitter {
    background: #55acee
}

.social-icon-two li a span.fa-linkedin {
    background: #007ab9
}

.social-icon-two li a span.fa-youtube-play {
    background: #e01616
}

.list-style-two {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 0!important;
    color: #ddd;
    line-height: 36px;
    display: block
}

.list-style-two li .icon {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    color: #8a8a8a;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    border-radius: 100%;
    padding-top: 5px
}

.list-style-two li a {
    color: #eee;
    text-decoration: none
}

.list-style-two li a:hover {
    color: #fff
}

.list-normol {
    padding: 0
}

.list-normol li {
    font-size: 16px;
    display: block
}

.list-normol li a {
    color: #ddd;
    font-size: 16px;
    text-decoration: none
}

.list-normol li a:hover {
    color: #fff
}

.btn {
    padding: .8em 1em;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2
}

.btn:hover {
    opacity: .8
}

.default-btn {
    background: #3792b5;
    color: #fff
}

.btn-block {
    display: block!important
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-stage-outer.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-controls .owl-nav div,
.owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('owl-video-play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition-property: scale;
    transition-duration: 100ms;
    transition-timing-function: ease
}

.owl-carousel .owl-video-play-icon:hover {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-loaded {
    display: block
}

.owl-loading {
    opacity: 0;
    display: block
}

.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#owl-box {
    position: relative
}

.owl-prev {
    position: absolute;
    left: -3em;
    top: 35%;
    transform: rotate(180deg)
}

.owl-next {
    position: absolute;
    right: -3em;
    top: 35%
}

.owl-prev .icon-go:before,
.owl-next .icon-go:before {
    font-size: 2em
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel .owl-item img.owl-lazy {
    opacity: 0
}

.owl-carousel .owl-item img {
    opacity: 1;
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease
}

.owl-carousel .owl-stage.backfacefix .owl-item {
    -webkit-backface-visibility: hidden
}

.owl-rtl {
    direction: rtl
}

.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.animated {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-animated-in {
    z-index: 0
}

.owl-animated-out {
    z-index: 1
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.Inquiry_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    background: #f9f9f9;
    border: #d8d8d8 solid 1px;
    border-radius: 4px;
    padding: 1em!important;
    margin: 15px 0!important;
}

@keyframes slideInFromLeft {
    0% {
        transform: translate(-50%, 100%);
        top: 50%;
    }
    100% {
        transform: translate(-50%, -50%);
        top: 50%;
    }
}

.inquiry-box.active {
    display: unset !important;
    max-width: 600px;
    padding: 30px !important;
    background: #fff;
    border: #eee solid 1px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 108000;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
    animation: slideInFromLeft 0.3s ease-out;
}

.inquiry-b-close {
    display: none;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.inquiry-b-close i {
    position: absolute;
    width: 100%;
    height: 100%;
}

.inquiry-b-close i::before,
.inquiry-b-close i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.inquiry-b-close i::before {
    transform: translateY(-50%) rotate(45deg);
}

.inquiry-b-close i::after {
    transform: translateY(-50%) rotate(-45deg);
}

.inquiry-box.active .inquiry-b-close {
    display: flex;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .inquiry-box.active {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        border-radius: 0;
    }
}

.inquiry-bg {
    opacity: 0;
    display: none;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 107999;
}

.inquiry-bg.active {
    opacity: 1;
    display: block;
}


/* .inquiry-box.active::before {
    content: "Close";
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
} */

.Inquiry_container h1 {
    font-size: 36px;
    color: #333
}

.Inquiry_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0
}

.active .Inquiry_form ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.active .Inquiry_form ul li {
    width: calc(50% - 5px);
}

.active .Inquiry_form ul li.veri-code {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .active .Inquiry_form ul li {
        width: 100%;
    }
}

.Inquiry_form li {
    position: relative;
    width: 100%;
    display: inline-block
}

.Inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    font-size: 14px
}

.Inquiry_form input {
    height: 38px;
    width: 100%;
    background: #fff;
    border: 0;
    border: #bfbfbf solid 1px;
    padding-left: 10px;
    outline: 0
}

.Inquiry_form textarea {
    padding-left: 10px;
    width: 100%;
    background: #fff;
    border: 0;
    outline: 0;
    border: #bfbfbf solid 1px
}

.Inquiry_form .submit {
    display: inline-block;
    text-align: center;
    padding: 1em 3em;
    clear: both;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #3792b5;
    border: 0;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    margin-top: 10px
}

.Inquiry_form .submit:hover {
    opacity: .9
}

.Inquiry_form .Code {
    width: 50%
}

.Inquiry_form textarea {
    font-family: 'Raleway', sans-serif;
    padding-top: 10px
}

@media(min-width:769px) and (max-width:1279px) {
    .Inquiry_container {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px
    }
    .Inquiry_container h1 {
        font-size: 36px;
        color: #333
    }
    .Inquiry_form ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0;
        padding: 0
    }
    .Inquiry_form li {
        position: relative;
        width: 100%;
        display: inline-block
    }
    .Inquiry_form label {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 10px 0;
        font-size: 14px
    }
    .Inquiry_form input {
        height: 38px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        padding-left: 10px;
        outline: 0
    }
    .Inquiry_form textarea {
        padding-left: 10px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        outline: 0
    }
    .Inquiry_form .Code {
        width: 50%
    }
    .Inquiry_form textarea {
        font-family: 'Raleway', sans-serif;
        padding-top: 10px
    }
}

@media(max-width:768px) {
    #owl-box {
        position: relative;
        overflow: hidden;
    }
    .fc-img-hovered ul {
        position: unset!important;
        padding: 5px 0;
    }
    .pd-2 a.btn {
        min-height: auto!important;
        margin-bottom: 20px;
    }
    .fc-img-hovered img {
        float: unset!important
    }
    .jcbox1 h1 {
        font-size: 2em!important;
    }
    .jcbox {
        transform: scale(0.8)!important;
    }
    .Inquiry_container {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px
    }
    .Inquiry_container h1 {
        font-size: 36px;
        color: #333
    }
    .Inquiry_form ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0;
        padding: 0
    }
    .Inquiry_form li {
        position: relative;
        width: 100%;
        display: inline-block
    }
    .Inquiry_form label {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 10px 0;
        font-size: 14px
    }
    .Inquiry_form input {
        height: 38px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        padding-left: 10px;
        outline: 0
    }
    .Inquiry_form textarea {
        padding-left: 10px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        outline: 0
    }
    .Inquiry_form .Code {
        width: 50%
    }
    .Inquiry_form textarea {
        font-family: 'Raleway', sans-serif;
        padding-top: 10px
    }
}

.Inquiry_container hr {
    border-bottom: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}

.page-tab {
    display: flex;
    gap: 10px;
    position: sticky;
    top: 91px;
    left: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 8;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .page-tab {
        top: 91px;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0;
        padding: 5px 0;
    }
}

@media screen and (max-width: 992px) {
    .privacy-policy-message-layer {
        bottom: 0;
        position: sticky!important;
    }
}

.page-tab span {
    cursor: pointer;
    background-color: #eee;
    color: #333;
    border-radius: 8px;
    width: auto;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
}

.page-tab span:hover,
.page-tab span.active {
    background: #3792b5;
    color: #fff
}

.page-tab span:active {
    background: #3791b5de;
    color: #fff;
}

.tooltip-box {
    position: relative
}

.tooltip-box:hover .tooltip {
    display: block;
    opacity: 1;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%)
}

.tooltip a {
    color: #0ff;
    text-decoration: underline
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 25px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden
}

.question,
h3.question {
    color: #2c5282;
    margin: 0;
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fdff;
    transition: background-color .3s ease
}

.question:hover {
    background: #edfaff
}

.question::after {
    content: '+';
    font-size: 24px;
    font-weight: 400
}

.question.active::after {
    content: '-'
}

.answer {
    color: #4a5568;
    margin: 0;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff
}

.answer.active {
    padding: 24px;
    max-height: 1000px
}

.answer p {
    margin: 0 0 16px;
    font-size: 1rem;
}

.answer p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.h2_tit {
    margin: 40px 0 25px 0 !important;
    padding-left: 15px;
    padding-left: 10px;
    border-left: 6px solid #3792b5;
    font-size: 24px !important;
}

.btn-or {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6bbbda;
    --bs-btn-border-color: #6bbbda;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #076fa3;
    --bs-btn-hover-border-color: #076fa3;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #076fa3;
    --bs-btn-active-border-color: #076fa3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem
}

.btn-or-outline {
    --bs-btn-color: #6bbbda;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #6bbbda;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #076fa3;
    --bs-btn-hover-border-color: #076fa3;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #076fa3;
    --bs-btn-active-border-color: #076fa3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem
}

.btn-or-outline-2 {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #ffffff00;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #6bbbda;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #6bbbda;
    --bs-btn-active-bg: #6bbbda;
    --bs-btn-active-border-color: #6bbbda;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-border-width: 2px;
    --bs-btn-font-weight: 600;
}

:root {
    --main-color: #3792b5;
    --main-color-bg: #3792b5;
    --bs-border-radius-lg: 15px;
}

.fd-style-2 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #3792b5;
    background: #fff;
    transition: all .3s ease;
}

.fd-style-2 .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 0.3rem 1.5rem;
    height: auto;
    line-height: 1.3;
}

.fd-style-2 .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-2 .content {
    padding: 0rem 1.5rem 1rem;
}

.fd-style-4 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--main-color);
    background: #fff;
    transition: all .3s ease;
}

.fd-style-4 .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 0.3rem 1.5rem;
    height: auto;
    line-height: 1.3;
}

.fd-style-4 .title a::before,
.boxtherapy .tab-box a::before {
    content: '☞';
    margin-right: 5px;
    font-size: 24px;
    vertical-align: middle;
}

.boxtherapy .tab-box a {
    color: #fff !important;
}

.fd-style-4 .title a {
    color: #fff;
    line-height: 1.3;
}

.fd-style-4 .content {
    padding: 0rem 1.5rem 1rem;
}

.fd-style-5 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    padding: 1rem 1.5rem;
    height: 100%;
    border: 1px solid #3792b5;
    background: #fff;
    transition: all .3s ease;
    position: relative;
}

.fd-style-5:hover:hover {
    background: linear-gradient(45deg, #55b3d8, var(--main-color))!important
}

.fd-style-5:hover:hover h3,
.fd-style-5:hover:hover h4,
.fd-style-5:hover:hover h5,
.fd-style-5:hover:hover p {
    color: #fff
}

.fd-style-5:hover:hover a {
    color: #62a9ff
}

.fd-style-5:hover:hover a:hover {
    color: var(--a-color-hover)
}

.fd-style-8 {
    border-radius: 0 8px 8px 8px;
    text-align: left;
    position: relative;
    height: 100%;
    border: 1px solid #3792b5;
    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: var(--main-color);
    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: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-8 .content {
    padding: 0rem 1.5rem;
    transform: translateY(-66px);
    margin-bottom: -56px;
}

.fd-style-8-a {
    border-radius: 0 8px 8px 8px;
    text-align: left;
    position: relative;
    height: 100%;
    border: 1px solid #3792b5;
    background: #fff;
    transition: all .3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.fd-style-8-a .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 15px;
    height: auto;
    line-height: 1.3;
    width: auto;
    position: relative;
    top: -50px;
    min-width: 350px;
    margin-top: 30px;
    left: -12px;
    border-radius: 0 8px 8px 0;
}

.fd-style-8-a .title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    border-top: 12px solid #083d51;
}

.fd-style-8-a .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-8-a .content {
    padding: 0rem 1.5rem;
    transform: translateY(-66px);
    margin-bottom: -56px;
    width: 100%;
}

.bg-box {
    width: 100%;
    height: 100%;
    background: #fff;
    border: #c0d6de solid 1px;
    border-radius: 8px;
    padding: 15px 15px 0 15px;
}

.list-style-check {
    list-style-type: none;
    text-indent: -25px;
    margin-left: 17px;
}

@media screen and (max-width: 768px) {
    .list-style-check {
        clear: both;
        text-indent: -30px;
        margin-left: 30px;
    }
}

.list-style-check li {
    margin-bottom: 5px;
}

.list-style-check li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233792b5'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-lightblue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6bbbda;
    --bs-btn-border-color: #6bbbda;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #89d0eb;
    --bs-btn-hover-border-color: #89d0eb;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #89d0eb;
    --bs-btn-active-border-color: #89d0eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #cadae0;
    --bs-btn-disabled-border-color: #cadae0;
}

.bg-box-btn {
    border-radius: 4px;
    background: #3792b5;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin: 0 0 15px 0;
}

.bg-box-btn a {
    color: #fff;
    display: block;
}

.bg-box-btn:hover {
    opacity: .9;
}

.boxtherapy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.boxtherapy .tab-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
}

.boxtherapy .tab {
    width: auto;
    background: #3792b5;
    padding: 8px 15px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.boxtherapy .tab a {
    color: #fff;
    display: block;
    text-align: center;
}

.boxtherapy .tab:hover,
.boxtherapy .tab.active {
    background: #2aabec;
    color: #fff;
}

.boxtherapy .con {
    width: 100%;
    padding: 10px;
    border: #3792b5 solid 1px;
    border-radius: 2px;
}

.text-main {
    color: #25a0d1;
}

.td-style-box {
    row-gap: 20px;
    position: relative;
    margin: 25px auto;
}

.td-style-box .col-md-6 h3 {
    font-size: 18px;
}

.td-style-box .col-md-6:nth-child(2n) .td-style-1 {
    padding: 15px 40px 15px 15px;
    margin: 0 100px 0 0;
    text-align: left;
}

.td-style-box .col-md-6:nth-child(2n+1) .td-style-1 {
    padding: 15px 15px 15px 41px;
    margin: 0 0 0 100px;
    text-align: right;
}

.td-style-1 {
    border-radius: 10px;
    color: #fff;
    background-color: #2aa7fa;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: center; */
    height: 100%;
}

.td-style-1 p {
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.td-style-3 {
    border-radius: 10px;
    color: #fff;
    background-color: #2aa7fa;
    padding: 15px;
}

.td-style-box .col-md-6:nth-child(2n) .td-style-2 {
    padding: 15px 40px 15px 15px;
    margin: 0 100px 0 0;
    text-align: left;
}

.td-style-box .col-md-6:nth-child(2n+1) .td-style-2 {
    padding: 15px 15px 15px 40px;
    margin: 0 0 0 100px;
    text-align: right;
}

.td-style-box .td-style-2 h3 {
    color: #15a6ff;
}

.td-ico-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 335px;
    height: 335px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .td-style-box .col-md-6:nth-child(2n) .td-style-1 {
        padding: 15px;
    }
    .td-style-box .col-md-6:nth-child(2n+1) .td-style-1 {
        padding: 15px;
    }
    .td-style-box .col-md-6:nth-child(2n) .td-style-2 {
        padding: 15px;
        text-align: left;
    }
    .td-style-box .col-md-6:nth-child(2n+1) .td-style-2 {
        padding: 15px;
        text-align: left;
    }
    .td-ico-1 {
        position: unset;
        transform: translate(0%, 0%);
        width: 100%;
        height: auto;
        border-radius: 0;
    }
}

.tab-container {
    display: flex;
    margin: 25px auto;
}

.tab-container p {
    line-height: 1.5;
}

.tab-container .ullist li {
    line-height: 1.5;
    margin-bottom: 5px;
}

.tab-container .row .col-sm-6 {
    width: auto!important;
    padding: 0!important;
}

.tab-container .row {
    gap: 5px;
}

.tab-container .row .col-sm-6 .btn-or-outline {
    color: #15a6ff;
    white-space: nowrap;
    padding: 3px 10px;
    border: #15a6ff solid 1px;
    border-radius: 50px;
}

.tab-container .row .col-sm-6 .btn-or-outline:hover {
    background-color: #15a6ff;
    color: #fff;
}

.tab-container .row.row-gap-3 {
    gap: 5px!important;
    margin: 0;
}

.tab-buttons {
    width: 420px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.tab-buttons .cird-box {
    position: relative;
    top: 0;
    left: 0%;
    transform: 0;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #edf6ff;
}

.cird-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px dashed #007ab9;
}

.tab-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-button a {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    z-index: 20;
    color: #15a6ff!important;
    border: #15a6ff solid 1px;
    border-radius: 50px;
}

.tab-button:nth-child(1) a {
    top: 0;
    left: 250px;
}

.tab-button:nth-child(2) a {
    top: 50%;
    left: 343px;
    transform: translate(0, -50%);
}

.tab-button:nth-child(3) a {
    bottom: 0;
    left: 250px;
}

.tab-buttons-2 .tab-button:nth-child(2) a {
    top: 28%;
    left: 334px;
    transform: unset;
}

.tab-buttons-2 .tab-button:nth-child(3) a {
    top: 65%;
    left: 328px;
    bottom: unset;
}

.tab-buttons-2 .tab-button:nth-child(4) a {
    bottom: 0;
    left: 250px;
}

.tab-buttons-2 {
    width: 490px
}

.tab-content-2 {
    width: calc(100% - 490px);
}

.tab-button img {
    height: auto;
    display: none;
    margin: 0 auto;
}

.tab-button.active img {
    display: block;
    z-index: 9;
    object-fit: contain;
    height: 70%;
    width: 70%;
}

.tab-button a {
    display: block;
    margin-top: 10px;
    font-size: 1rem !important;
}

.tab-content {
    width: calc(100% - 420px);
    border-radius: 0.25rem;
}

.tab-content img {
    display: none;
}

.tab-pane {
    display: none;
    position: relative;
}

.tab-pane.active {
    display: block;
}

.tab-button a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #007ab9;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 4px;
    border: #ffffff solid 2px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translate(-50%, -50%);
}

.tab-button a {
    color: #15a6ff;
    white-space: nowrap;
    padding: 3px 10px;
}

.tab-button.active a {
    color: #fff!important;
    background-color: #15a6ff;
    border-radius: 50px;
    text-decoration: none;
}

.tab-button.active a::before {
    padding: 6px;
    background-color: #ffffff;
    border: #15a6ff solid 2px;
}

@media screen and (max-width: 767px) {
    .tab-container {
        display: flex;
        flex-direction: column;
        overflow: hidden
    }
    .tab-content img {
        display: block;
        margin: 0 auto 15px auto;
    }
    .tab-content {
        width: 100%;
    }
    .tab-button.active img {
        display: none;
    }
    .cird-box::after {
        display: none;
    }
    .tab-button {
        position: unset;
    }
    .tab-buttons .cird-box {
        position: unset;
        transform: none;
        height: auto;
        border-radius: 0%;
        background: none;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
        overflow: auto;
        padding: 10px;
    }
    .tab-button.active a::before {
        padding: 4px;
    }
    .tab-button a {
        position: unset;
        transform: translate(0, 0) !important;
        padding: 3px 10px;
        display: flex !important;
        align-items: center;
        white-space: nowrap;
    }
    .tab-button a::before {
        display: none;
    }
}

.pagetitle h1 {
    font-size: 34px;
    font-weight: bold!important;
}

.type-filter-box {
    max-width: 1200px;
    margin: 0 auto;
}

.type-filter-item {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.type-filter-item p {
    padding: 8px 16px;
    background-color: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.type-filter-item p:hover {
    background-color: #e0e0e0;
}

.type-filter-item p:active,
.type-filter-item p.active {
    background-color: #007ab9;
    color: white;
}

.type-filter-box .pic {
    text-align: center;
    margin-bottom: 15px;
}

.type-filter-box .pic img {
    max-width: 100%;
    height: auto;
    width: 300px;
    border-radius: 4px;
    margin: 0 auto;
}

.type-filter-box .title {
    margin-bottom: 10px;
    text-align: center;
}

.result {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
}

.result .col-md-4>.item {
    border-radius: 4px;
    padding: 15px;
    margin: 10px;
    border: #eee solid 1px;
}

.result .col-md-4>.item:hover {
    box-shadow: 0 2px 14px rgba(0, 0, 0, .2);
}

.type-filter-box {
    position: relative
}

.result-scroll-left {
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.result-scroll-right {
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

@media (max-width: 768px) {
    .result-scroll-left {
        left: 0;
    }
    .result-scroll-right {
        right: 0;
    }
    .type-filter-item {
        gap: 10px;
    }
    .type-filter-item p {
        padding: 6px 12px;
        font-size: 14px;
    }
}


/* #ql-box a:not([class]) {
    color: var(--btn-color);
}

#ql-box a:not([class]):hover {
    color: var(--green-color);
} */

#ql-left-nav {
    position: sticky;
    top: 250px;
}

#ql-left-nav .list-unstyled li {
    margin-bottom: 5px;
    padding: 5px 10px;
}

#ql-left-nav .list-unstyled li.active {
    border-radius: 50px;
    background: #00bcd1;
}

#ql-left-nav .list-unstyled li.active a {
    color: #fff;
}

#ql-left-nav a {
    color: #000;
    font-weight: 500;
}

#ql-right-content .r-title {
    position: relative;
}

#ql-right-content a.r-title {
    color: var(--accent-cyan);
}

#ql-right-content a.r-title:hover {
    color: var(--primary-dark-blue);
}

#ql-right-content .r-title::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #00bcd1;
    border-radius: 15px;
    margin-right: 7px;
}

#ql-right-content .r-title::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #00bcd1;
    top: 15px;
    left: 0;
    position: absolute;
}

#ql-right-content .r-title {
    padding-left: 20px;
    text-indent: -27px;
}

#ql-right-content .table-responsive {
    border-left: #00bcd1 solid 1px;
    padding-left: 20px;
    scrollbar-color: var(--blue-color) #ffffff;
}

@media screen and (max-width: 768px) {
    #ql-left-nav .list-unstyled {
        display: flex;
        overflow: auto;
        scrollbar-color: var(--blue-color) #ffffff;
    }
    #ql-left-nav .list-unstyled li {
        white-space: nowrap;
    }
}

#ql-go2 {
    position: sticky;
    top: 91px;
    background: #fff;
    /* border-bottom: #6bbbda solid 2px; */
    z-index: 99;
}

#ql-go2 span.btn {
    padding: 5px 15px!important;
    font-weight: 700;
}

#ql-go2 ul {
    display: flex;
    gap: 0px;
    overflow-x: auto;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: #6bbbda solid 2px;
}

#ql-go2 ul::-webkit-scrollbar {
    height: 10px;
}

#ql-go2 ul::-webkit-scrollbar-track {
    background: #6bbbda;
    height: 3px;
}

#ql-go2 ul::-webkit-scrollbar-thumb {
    background: #083d51;
    border-radius: 5px;
}

#ql-go2 ul::-webkit-scrollbar-thumb:hover {
    background: #146583
}

#ql-go2 ul li {
    list-style: none;
}

#ql-go2 ul li a {
    display: block;
    white-space: nowrap;
    text-wrap: nowrap;
    border-radius: 60px;
    padding: 5px 10px;
    font-weight: 700;
}

#ql-go2 ul li.active a {
    background: #6bbbda;
    color: #fff!important;
}

#ql-go2 ul li a,
#ql-go2 ul li a::before {
    color: #000;
}

#ql-go2 ul li a:hover::before,
#ql-go2 ul li a:hover {
    color: #6bbbda;
}

@media screen and (max-width: 768px) {
    #ql-go2 {
        top: 90px;
    }
}

@media (min-width: 1400px) {
    #ql-box2 .container {
        max-width: 1270px;
    }
}

.side-fliter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.side-fliter>div {
    width: calc(25% - 7.5px)!important;
}

@media screen and (max-width: 768px) {
    .side-fliter {
        flex-wrap: wrap;
    }
}

.custom-select.bootstrap-select>.dropdown-toggle {
    border: #6bbbda solid 1px;
    background: #f9fdff;
    color: #6bbbda !important;
}

.custom-select.bootstrap-select>.dropdown-toggle:hover {
    background: #e8f7fc;
}

.td-style-box-tab {
    min-height: 480px;
}

.td-style-box-tab p {
    line-height: 1.5;
}

.td-style-box-tab .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.td-style-box-tab .col-md-4>div {
    text-align: center;
}