@font-face {
    font-family: "Montserrat";
    src: url(https://www.bodor.com/fonts/montserrat/Montserrat.woff2);
}

@font-face {
    font-family: "Montserrat-Light.ttf";
    src: url(https://www.bodor.com/fonts/montserrat/Montserrat-Light.woff2);
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(https://www.bodor.com/fonts/montserrat/Montserrat-Regular.woff2);
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(https://www.bodor.com/fonts/montserrat/Montserrat-Bold.woff2);
}

@font-face {
    font-family: 'iconfont';
    src: url('https://www.bodor.com/fonts/font_364017_xklgs5r6c9.eot');
    src: url('https://www.bodor.com/fonts/font_364017_xklgs5r6c9.eot?#iefix') format('embedded-opentype'), url('https://www.bodor.com/fonts/font_364017_xklgs5r6c9.woff2') format('woff2'), url('https://www.bodor.com/fonts/font_364017_xklgs5r6c9.woff') format('woff'), url('https://www.bodor.com/fonts/font_364017_xklgs5r6c9.ttf') format('truetype'), url('https://www.bodor.com/fonts/font_364017_xklgs5r6c9.svg#iconfont') format('svg');
}

/* 新版字体引入 */
@font-face {
    font-family: "RedHatDisplay-Regular";
    src: url("https://www.bodor.com/en/assets/basics/fonts/RedHatDisplay-Regular.woff2");
    font-display: swap;
}

@font-face {
    font-family: "RedHatDisplay-Medium";
    src: url("https://www.bodor.com/en/assets/basics/fonts/RedHatDisplay-Medium.woff2");
    font-display: swap;
}

@font-face {
    font-family: "RedHatDisplay-SemiBold";
    src: url("https://www.bodor.com/en/assets/basics/fonts/RedHatDisplay-SemiBold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "RedHatText-VariableFont_wght";
    src: url("https://www.bodor.com/en/assets/basics/fonts/RedHatText-VariableFont_wght.woff2");
    font-display: swap;
}

@font-face {
    font-family: "RedHatText-Regular";
    src: url("https://www.bodor.com/en/assets/basics/fonts/RedHatText-Regular.woff2");
    font-display: swap;
}
@font-face {
    font-family: "Oswald-Medium";
    src: url("https://www.bodor.com/en/assets/basics/fonts/Oswald-Medium.otf");
    font-display: swap;
}
@font-face {
    font-family: "Oswald-Light";
    src: url("https://www.bodor.com/en/assets/basics/fonts/Oswald-Light.otf");
    font-display: swap;
}
@font-face {
    font-family: "Oswald-SemiBold";
    src: url("https://www.bodor.com/en/assets/basics/fonts/Oswald-SemiBold.otf");
    font-display: swap;
}
@font-face {
    font-family: "Oswald-Regular";
    src: url("https://www.bodor.com/en/assets/basics/fonts/Oswald-Regular.otf");
    font-display: swap;
}

h1{
    font-family: RedHatDisplay-SemiBold !important;
}
span,p{
    font-family: RedHatText-Regular !important;
}
h2,h3,h2 span,h3 span, h4, h5{
    font-family: RedHatDisplay-Medium !important;
} 
button{
    font-family: RedHatDisplay-Regular !important;
}
.chapterDataBoxContent h2{
    font-family: Oswald-Medium !important;
}

* {
    word-wrap: break-word;
    word-break: break-word;
}
.newBodorNewsContentBox{
    display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
}
.newBodorNewsContent{
    width: auto !important;
    margin: auto !important;
}
html,
body {
    font-family: "Montserrat";
}

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    display: none;
}

ol,
ul {
    padding: 0;
}

p,
a {
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat";
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: "Montserrat";
}

a:focus,
a:hover {
    text-decoration: none;
    color: #ff4610;
}

span {
    color: #ff4610;
    margin-top: 5px;
    margin-bottom: 0px;
}

ol li,
ul li {
    list-style: none;
}

.banner {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .banner {
        margin-top: 50px;
    }
}

/*webNotice CSS*/
.webnotice {
    display: none;
    background-color: #3a3a3a;
    z-index: 1002;
    text-align: center;
    padding: 0 0;
    position: fixed;
    top: 0;
}

.webnotice p,
.webnotice p a,
.webnotice p a span {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 3px 0 0 0;
    position: relative;
    text-decoration: none;
}

.webnotice p a span {
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.95);
}

.webnotice p svg {
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
    margin-right: 5px;
    fill: rgba(255, 255, 255, 0.95);
}

.webnoticeClose {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.jump {
    animation: jump 1s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

@media screen and (min-width: 300px) and (max-width: 750px) {
    .bg-nav {
        top: 0px;
    }

    .webnotice p,
    .webnotice p a,
    .webnotice p a span {
        font-size: 2.2vw;
        line-height: 20px;
        padding: 0 0;
        margin: 3px 0;
    }

    .webnoticeClose {
        right: 15px;
    }
}

/*fullscreen CSS*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1.5px);
    z-index: 999;
}

/*nav CSS*/
/*nav CSS - navTitleSecondaryBox CSS*/
.navTitleSecondary {
    display: none;
    padding: 6px 0;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 1001;
}

.navTitleMain {
    background-color: rgba(15, 15, 15, 1);
    z-index: 1001;
    position: fixed;
    max-height: 50px;
    padding: 0;
}

.navTitleSecondaryBox,
.navTitleMainBox {
    margin: 0 auto;
    width: 70%;
    display: flex;
    position: relative;
}

.navTitleSecondaryBox {
    font-size: 14px;
    line-height: 1;
}

.navTitleSecondaryBox ul {
    margin: 0;
    display: flex;
}

.navTitleSecondaryBox ul:last-child {
    margin-left: auto;
}

.navTitleSecondaryBox ul li {
    list-style: none;
    margin-right: 20px;
}

.navTitleSecondaryBox ul li a {
    color: #61687C;
    text-decoration: none;
}

.navTitleSecondaryBox ul li a svg {
    fill: #61687C;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
}

.navTitleSecondaryBox ul li a span {
    color: #61687C;
}

/*nav CSS - navTitleMainBox CSS*/
.navTitleMainBox {
    font-size: 16px;
    line-height: 1;
}

.navTitleMainBox .navbar {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border: none;
}

.navTitleMainBox ul {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navTitleMainBox ul:last-child {
    margin-left: auto;
}

.navTitleMainBox ul li {
    list-style: none;
    margin-top: 6px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.navbar-nav li {
    border-bottom: 2px solid rgba(15, 15, 15, 1);
}

.navbar-brand {
    margin-right: 120px;
}

.navbar-brand ul li {
    border-bottom: none;
}

.languageDropdown {
    cursor: pointer;
}

.nav-link:focus,
.nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navTitleMainBox ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}

.navTitleMainBox ul li a span {
    color: rgba(255, 255, 255, 0.9);
}

.nav-item a svg {
    fill: rgba(255, 255, 255, 0.9);
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-bottom: -5px;
}

.navbar-collapse.collapse>div {
    display: flex;
}

/*nav CSS - aboutusList CSS*/
.aboutusList {
    display: none;
    position: fixed;
    top: 0;
    min-width: 210px;
    padding: 28px 0 28px 28px;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 0 0 8px 8px;
    z-index: 1000;
}

.aboutusList ul {
    padding: 0 0;
    display: block;
    margin: 0 auto;
}

.aboutusList ul a {
    text-decoration: none;
    display: block;
    padding: 4px 0 !important;
}

.aboutusList ul a li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #6B7280;
    border-bottom: none !important;
    margin: 2px;
}

/*nav CSS - productList CSS*/
.productList {
    display: none;
    margin: 0px 0 0 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    top: 0;
    z-index: 1000;
}

.productListBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.productListCategory {
    flex: 1;
    border-right: 2px solid #F2F4F7;
}

.productListCategory ul a {
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.productListCategory ul a li {
    list-style: none;
    display: flex;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #171B25;
    position: relative;
    border-radius: 2px;
    align-items: center;
}

.productListCategory ul a li span {
    margin-left: auto;
}

.productListCategory ul a li span svg {
    width: 20px;
    height: 20px;
    fill: #6B7280;
}

.productListClassificationBox {
    flex: 2;
    padding: 10px 32px;
    min-height: 280px;
}

.productListClassificationContentBox {
    width: 100%;
    display: flex;
    min-height: 230px;
}

.productListClassificationContent {
    flex: 1;
}

.productListClassificationContent p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #171B25;
    margin-bottom: 6px;
}

.productListClassificationContent ul {
    padding: 0 0;
}

.productListClassificationContent ul li {
    list-style: none;
    padding: 6px 16px 6px 0;
}

.productListClassificationContent ul li a {
    text-decoration: none;
    color: #6B7280;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.productListClassificationContentBotton {
    width: 100%;
}

.productListClassificationContentBotton a {
    color: #61687C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.productListClassificationContent ul li a:hover,
.productListClassificationContentBotton a:hover {
    color: #ff4610;
}

.productListClassification:first-child {
    display: block;
}

.productListClassification {
    display: none;
}

/*nav CSS - languagesBox CSS*/
.languagesBox {
    display: none;
    padding: 30px 0 0 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999999;
}

.languagesListBox {
    margin: 0 auto;
    max-width: 980px;
}

.languagesList {
    width: 100%;
}

.languagesList h3 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    color: #171B25;
    font-weight: 600;
    margin: 20px 0 50px 0;
}

.languagesListContent {
    margin: 0 auto;
}

.languagesListContent ul {
    padding: 0;
}

.languagesListContent ul a {
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 19.6%;
}
.languagesListContent ul a:nth-child(11){
    /* display: none; */
}

.languagesListContent ul a li {
    list-style: none;
    color: #61687C;
}

.languagesListContent ul a li span {
    display: inline-block;
    text-align: center;
    width: 42px;
    height: 42px;
    border: solid 1px #ff4610;
    border-radius: 50%;
    line-height: 42px;
    font-size: 14px;
}

.languagesListContent ul a li p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
}

.languagesClose {
    width: 100%;
    cursor: pointer;
}

.languagesClose p {
    max-width: 100px;
    padding: 5px;
    background-color: #61687C;
    clip-path: polygon(22% 10%, 80% 10%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(22% 10%, 80% 10%, 100% 100%, 0% 100%);
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

@media screen and (max-width: 1900px) {

    .navTitleSecondaryBox,
    .navTitleMainBox {
        width: 80%;
    }

    .productListBox {
        width: 90%;
    }
}

@media screen and (max-width: 1700px) {

    .navTitleSecondaryBox,
    .navTitleMainBox {
        width: 88%;
    }

    .productListBox {
        width: 90%;
    }
}

@media screen and (max-width: 1500px) {

    .navTitleSecondaryBox,
    .navTitleMainBox {
        width: 94%;
    }

    .navbar-brand {
        margin-right: 50px;
    }

    .productListBox {
        width: 90%;
    }
}

@media screen and (max-width: 1300px) {

    .navTitleSecondaryBox,
    .navTitleMainBox {
        width: 98%;
    }

    .productListBox {
        width: 98%;
    }
}

@media screen and (max-width: 1199px) {
    .navTitleMainBox .navbar {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        border: none;
    }

    .navTitleSecondaryBox ul:first-child span {
        display: none;
    }

    .navTitleMainBox {
        width: 100%;
        background-color: rgba(15, 15, 15, 1);
        padding: 0;
    }

    .navTitleMainBox ul {
        display: block;
    }

    .navTitleMainBox ul li {
        margin-bottom: 2px;
        padding: 2px 0;
        display: block;
        margin-left: 0;
        width: 100%;
    }

    .navbar-collapse {
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        padding-left: 30px;
        padding-right: 0;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-nav li {
        justify-content: start;
        margin-left: 50px;
        padding: 4px 0;
    }

    .navTitleMainBox ul li a {
        text-align: left;
    }

    .nav-item a svg {
        display: none;
    }

    .navbar-toggle {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-collapse.collapse div {
        display: block;
    }
}

/*footer CSS*/
.footer {
    background-color: rgba(15, 15, 15, 1);
    padding: 50px 0;
}

.footerBox {
    width: 62%;
    margin: 0 auto;
}

.footerNavBox {
    display: flex;
}

.footerNav {
    display: inline-block;
    padding-left: 2rem;
    border-right: 1px solid #2f2f2f;
}

.footerNav:nth-of-type(1) {
    width: 20%;
}

.footerNav:nth-of-type(2) {
    width: 30%;
}

.footerNav:nth-of-type(3) {
    width: 20%;
}

.footerNav:nth-of-type(4) {
    width: 30%;
    border-right: none;
}

.footerNav a,
.footerNavList ul li a {
    text-decoration: none;
}

.footerNav a p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.footerNavList ul {
    padding: 0 0;
    margin-bottom: 0;
}

.footerNavList ul li {
    list-style: none;
    display: block;
    margin-bottom: 4px;
}

.footerNavList ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}

.footerNavList ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footerMessages,
.footerMessages a {
    margin-bottom: 6px;
    display: flex;
}

.footerMessages span {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
}

.footerMessages svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-right: 10px;
    margin-top: 4px;
}

.footerShareBox {
    width: 100%;
    margin: 50px auto 30px auto;
}

.footerShareBox p {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    text-align: center;
}

.footerShareBox hr {
    display: block;
    height: 1.5px;
    border-top: 1px solid #808080;
}

.footerShare {
    max-width: 350px;
    margin: 40px auto 30px auto;
    display: flex;
}

.footerShare a {
    flex: 1;
}

.footerShare a span {
    border: 0.5px solid #2f2f2f;
    padding: 12px;
    display: inline-block;
    line-height: 0;
}

.footerShare a span:hover {
    background-color: #000;
}

.footerShare a span svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.footerBrandBox {
    max-width: 380px;
    margin: 0px auto;
    text-align: center;
}

.footerBrandBox a {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    text-decoration: none;
}

.footerBrandBox a:hover {
    color: #fff;
    text-decoration: underline;
}

.footerBrandBox p {
    margin-top: 10px;
    color: #808080;
}

@media screen and (max-width: 1900px) {
    .footerBox {
        width: 80%;
    }
}

@media screen and (max-width: 1500px) {
    .footerBox {
        width: 94%;
    }
}

@media screen and (max-width: 1300px) {
    .footerBox {
        width: 98%;
    }
}

@media screen and (max-width: 1200px) {
    .footerNav:nth-of-type(1) {
        width: 15%;
    }

    .footerNav:nth-of-type(2) {
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .footerNavBox {
        display: block;
    }

    .footerNav {
        margin-bottom: 20px;
        min-height: 200px;
    }

    .footerNav:nth-of-type(1) {
        width: 30%;
        border-right: none;
    }

    .footerNav:nth-of-type(2) {
        width: 60%;
        border-right: none;
    }

    .footerNav:nth-of-type(3) {
        width: 30%;
        border-right: none;
    }

    .footerNav:nth-of-type(4) {
        width: 60%;
        border-right: none;
    }
}

@media screen and (max-width: 750px) {
    .footerNav {
        margin-bottom: 30px;
        min-height: auto;
    }

    .footerNav:nth-of-type(1) {
        width: 90%;
        border-right: none;
    }

    .footerNav:nth-of-type(2) {
        width: 90%;
        border-right: none;
    }

    .footerNav:nth-of-type(3) {
        width: 90%;
        border-right: none;
    }

    .footerNav:nth-of-type(4) {
        width: 90%;
        border-right: none;
    }

    .footerNav a p {
        font-size: 18px;
        line-height: 26px;
    }

    .footerNavList ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .footerNavList ul li a:hover,
    .footerBrandBox a:hover {
        color: #808080;
        text-decoration: none;
    }

    .footerShareBox {
        margin: 20px auto;
    }
}

/*form CSS*/
.contact {
    padding: 2% 0;
}

.contact-title {
    text-align: center;
    margin-bottom: 30px;
}

.contact-title h2 {
    margin-bottom: 15px !important;
    color: #ff4610;
    font-weight: bold;
    font-family: "Montserrat";
}

.contact-title p {
    margin-bottom: 40px !important;
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 10px;
    cursor: default;
    font-size: 16px;
    color: #414960;
    font-weight: 500;
}

label span {
    font-size: 14px;
    color: #F53F3F;
}

.form-group .form-control {
    padding: 7px 12px;
    border-color: #F2F4F7;
    box-shadow: none;
    color: #333;
    background-color: #FAFAFB;
    background-image: none;
    border: 1px solid #F2F4F7;
}

.form-group .form-control:hover {
    border: 1px solid #ff4610;
    background-color: #fff;
}

.form-group .form-control:focus {
    border: 1px solid #ff4610;
    box-shadow: 0px 0px 0px 1.5px rgba(255, 70, 16, 0.20);
    background-color: #fff;
}

.submit {
    margin: 0 auto;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container-f {
    width: 100% !important;
    clear: both;
}

.container-fluid {
    padding: 0 0;
    border-radius: 30px;
}

.contact-content {
    border-radius: 30px 30px 0 0;
    padding-bottom: 15px;
}

.canshu-content {
    width: 76%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 10px;
}

.canshu-title {
    text-align: center;
    border-bottom: 1px solid #999;
    width: 85%;
    margin: 0 auto;
}

.canshu-fonts {
    padding-top: 50px;
    width: 83%;
    margin: 0 auto;
}

.canshu-fonts td {
    padding: 10px;
    color: #666;
    border: 1px solid #949494;
    font-size: 14px;
}

.canshu-fonts table {
    width: 90%;
    margin: 0 auto;
}

.btn-primary {
    color: #fff;
    background-color: #ff4610;
    border-color: #ff4610;
    margin: 10px auto;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff4610;
    border-color: #ff4610;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #ff4610;
    border-color: #ff4610;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #ff4610;
    border-color: #ff4610;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.contact_container {
    background: #fff;
}