/* 閿氱偣璺宠浆骞虫粦婊氬姩 */

body,
html {
    scroll-behavior: smooth;
}

@media (min-width: 992px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #fff;
        border: solid 1px #e0e0e0;
        border-top: solid 15px;
        border-bottom: solid 15px;
    }
    nav.navbar li.dropdown ul.dropdown-menu {
        border-top-color: #009FE3 !important;
        border-bottom-color: #009FE3 !important;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
        content: "" !important;
    }
    /* 钃濊壊鍒嗗壊绾� */
    .wrap-sticky {
        height: 85px !important;
    }
    .navbar-sticky:before {
        content: "";
        display: block;
        width: 15%;
        height: 15px;
        background: #009FE3;
        position: absolute;
        right: -5px;
        bottom: 0;
        transform: skew(-25deg);
        z-index: 15;
    }
    /** 瀵艰埅鏍囩 **/
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 30px 10px 20px 10px;
        font-weight: 600;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        color: #009fe3;
        background-color: transparent !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    nav.navbar.bootsnav ul.nav>li:not(.search)>a:focus:before {
        opacity: 1;
        background-color: #009fe3 !important;
    }
    nav.navbar.bootsnav ul.nav>li:not(.search)>a:focus::after {
        opacity: 1;
        background-color: #009fe3 !important;
    }
    nav.navbar.bootsnav ul.nav>li>a::before {
        content: "";
        display: block;
        width: 60%;
        height: 20px;
        position: absolute;
        bottom: -8px;
        right: 0;
        border-right: 3px solid #009fe3;
        border-top: 3px solid #009fe3;
        transform: skew(25deg);
        opacity: 0;
        transition: opacity 0.3s;
    }
    /* nav.navbar.bootsnav ul.nav > li > a:active::after{
        background-color: #009fe3 !important;
        opacity: 1 !important;
    } */
    nav.navbar.bootsnav ul.nav>li>a::after {
        content: "";
        display: block;
        width: 60%;
        height: 20px;
        position: absolute;
        bottom: -8px;
        left: 0;
        border-left: 3px solid #009fe3;
        border-top: 3px solid #009fe3;
        transform: skew(-25deg);
        opacity: 0;
        transition: opacity 0.3s;
    }
    nav.bootsnav .megamenu-content .title {
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: solid 1px #5c6970;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        padding: 0 30px;
        margin: 0 -0.5px;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
    }
    .search a {
        cursor: default !important;
        font-size: 20px;
    }
    .search a i {
        color: #009FE3;
    }
    .search .row {
        padding: 25px 15px 15px 15px;
    }
    .search .row input {
        opacity: 0;
        transition: opacity 0.3s;
    }
    .search .row .col-input {
        padding-left: 5px !important;
    }
    .col-menu {
        margin-bottom: 1rem !important;
        min-height: 50px;
    }
    /* 椤堕儴瀵艰埅鏍� */
    .navheader {
        height: 48px;
    }
    .navheader1 {
        height: 143px;
    }
    .naer {
        list-style-type: none;
    }
    .language-switch li {
        padding-left: 10px;
        margin-left: 10px;
    }
    .naer li {
        color: #43565b;
        float: left;
        /* padding-left: 3%; */
    }
    .naer li a {
        color: #43565b;
    }
    .navheader .language {
        float: right;
        margin-top: 5px;
        display: none; /* 隐藏语言下拉选项-20210105 */
    }
    .navheader .language .currentimg {
        width: 28px;
        height: 28px;
        border-radius: 14px;
        border: solid 2px white;
    }
    .navheader .language .optionalimg {
        width: 28px;
        height: 28px;
        border-radius: 14px;
        border: solid 2px white;
    }
    .navheader .language .optionalimg:hover {
        border: solid 2px #009fe3;
    }
    .navheader section {
        box-sizing: border-box;
        max-width: 1200px;
        margin: auto;
        position: relative;
        padding-left: 230px;
        text-align: left;
    }
    .navheader section .nav a {
        padding: 0px 20px !important;
    }
    .navheader section .nav a:hover {
        text-decoration: none;
        background-color: unset !important;
        opacity: 0.8;
        font-size: 14.01px;
    }
    .navheader .divisionMenu {
        transform: skew(25deg);
        margin-left: -9px;
    }
    .navheader .divisionMenu li a {
        transform: skew(-25deg);
        color: white !important;
        font-weight: 700;
        line-height: 40px;
    }
    .navheader .divisionMenu li {
        background: #009ee0;
        margin-right: 4px;
        height: 40px;
        -webkit-box-shadow: inset 0px -5px 8px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px -5px 8px -6px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px -5px 8px -6px rgba(0, 0, 0, 0.75);
    }
    .navheader .divisionMenu li:first-child {
        -webkit-box-shadow: inset 5px -5px 8px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 5px -5px 8px -6px rgba(0, 0, 0, 0.75);
        box-shadow: inset 5px -5px 8px -6px rgba(0, 0, 0, 0.75);
    }
    .navheader .divisionMenu li:nth-child(2) {
        background: #356384;
    }
    .navheader .divisionMenu li:nth-child(3) {
        background: #005794;
    }
    .navheader .divisionMenu li:nth-child(4) {
        background: #00627e;
    }
    .navheader .divisionMenu li:nth-child(5) {
        background: #089fc9;
       
    }
    .navheader .section {
        max-width: 1200.x;
        margin: auto;
        padding: 0px 10px 0px 10px;
        box-sizing: border-box;
        text-align: left;
    }
    .navheader .topHeader {
        max-width: 1200px;
        margin: auto;
        position: relative;
        padding-left: 230px;
        text-align: left;
    }
    .navheader .section:before {
        display: block;
        height: 40px;
        width: 2700px;
        content: "";
        -webkit-box-shadow: inset 0px -5px 8px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px -5px 8px -6px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px -5px 8px -6px rgba(0, 0, 0, 0.75);
        position: absolute;
        left: 230px;
        top: 0px;
        background: #eceded;
    }
}

@media (min-width: 1050px) {
    nav.navbar.bootsnav.menu-center .navbar-header,
    nav.navbar.bootsnav.menu-center .attr-nav {
        position: unset;
        margin-left: 50px;
    }
}

@media (min-width: 990px) and (max-width:1000px) {
    nav.navbar.bootsnav.menu-center .navbar-header,
    nav.navbar.bootsnav.menu-center .attr-nav {
        position: unset;
        margin-left: 0px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-nav>li {
        border-bottom: solid 1px #009fe3;
    }
    nav.navbar.bootsnav .navbar-nav>li:last-child {
        border-bottom: none !important;
    }
    nav.navbar.bootsnav .navbar-nav>li>a {
        border-bottom: none !important;
        border-top: none !important;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        border-bottom: solid 1px #009fe3 !important;
    }
    nav.navbar.bootsnav .navbar-toggle {
        float: right !important;
        margin-right: 0 !important;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 400px;
    }
}

@media (max-width: 1255px) {
    .slide-text>h1 {
        font-size: 2rem !important;
        line-height: 2.2rem !important;
    }
    .slide-text>p {
        font-size: 0.8rem !important;
        width: 80% !important;
        line-height: 1rem !important;
    }
}

@media (max-width: 860px) {
    .slide-text {
        overflow: auto;
        max-height: 90%;
    }
    .slide-text>h1 {
        font-size: 1rem !important;
        line-height: 1.2rem !important;
    }
    .slide-text>p {
        width: 100% !important;
        font-size: 0.5rem !important;
        line-height: 0.7rem !important;
    }
}

.li-language p {
    margin-bottom: 0px;
    font-size: 12px;
}

.li-language div {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.li-language a {
    /* margin-right: 20px; */
    /* display: contents !important; */
    cursor: pointer;
}

.li-language img {
    width: 32px;
}


/* .animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
} */


/** 钃濊壊鍒嗗壊绾� **/

.navbar-sticky {
    border-bottom: solid 15px #009FE3 !important;
}

.navbar-sticky:after {
    content: "";
    display: block;
    width: 25%;
    height: 15px;
    background: #009FE3;
    position: absolute;
    left: -5px;
    bottom: -30px;
    transform: skew(-25deg);
    z-index: 15;
}


/** end 钃濊壊鍒嗗壊绾� **/

nav.navbar .navbar-brand img.logo {
    width: 80% !important;
    margin-top: -10px;
    margin-left: 20px;
    /* width: 12rem !important; */
}

.container {
    max-width: 90% !important;
    width: 100%;
    /* text-align:center; */
}

.title a {
    text-decoration: none;
}

.li-input {
    padding: 10px 0;
}


/* 鍥剧墖涓婄殑鏄剧ず鍐呭 */

.element {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    width: 50%;
    padding: 40px 10px 40px 10px;
}


/* .element::before{
    content: "";
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0px;
    left: -600px;
    height: 100%;
    width: 600px;
}
.element::after{
    background-color: rgba(255,255,255,0.8);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    content: "";
    height: 100%;
    right: -100px;
    position: absolute;
    top: 0px;
    width: 100px;
} */


/* startpage 涓嬪垝绾� */

.startpage {
    border-bottom: 5px solid #adb7bc;
}

.currentlabel {
    position: relative;
    margin-left: -7px;
    margin-top: -5px;
    width: 70%;
    height: 30px;
    background: #adb7bc;
    /* transform: skew(-25deg); */
}

.currentlabel>div {
    padding-top: 3px;
}

.label-p p {
    line-height: 30px;
    margin: 0 !important;
    /* transform: skew(25deg); */
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.label-p a {
    color: white;
    cursor: pointer;
}

.content-row {
    padding: 40px 0;
}

.content-row .box {
    width: 100%;
    height: auto;
    text-align: center;
}

.content-row .content-col {
    padding: 0 !important;
}

.content-row .content-col-mh {
    max-height: 205px;
}

.content-row .box .boximg {
    filter: grayscale(100%);
}

.content-row .box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 50%;
    left: 50%; */
    background-size: 32px 32px;
    background: rgba(0, 159, 227, 0.8);
    opacity: 1;
    z-index: 1;
    /* transform: translate(-50%, -50%) scale(0);
    transition: all 0.56s ease 0s; */
}

.content-row .content1:before {
    background: rgba(53, 99, 132, 0.8)
}

.content-row .content2:before {
    background: rgba(0, 87, 148, 0.8)
}

.content-row .content3:before {
    background: rgba(0, 98, 126, 0.8)
}


/* 鍥剧墖涓婄殑鍐呭 */

.content-row .contentwrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
    z-index: 1;
    color: white;
    overflow: hidden;
}

.content-row .contentwrap .title h3 {
    color: white;
}

.content-row .contentwrap .tx-bsdteaser-icon {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    /* bottom: 100px; */
    margin-left: -45px;
    transform: translateY(0px);
    transition: transform 0.2s;
    transition-delay: 0.2s;
}

.content-row .contentwrap:hover .tx-bsdteaser-icon {
    transform: translateY(200px);
}

.content-row .contentwrap .tx-bsdteaser-bodytext {
    transform: translateY(-300px);
    transition: transform 0.2s;
    transition-delay: 0.2s;
}

.content-row .contentwrap:hover .tx-bsdteaser-bodytext {
    transform: translateY(0px);
}

.content-row .contentwrap .tx-bsdteaser-link {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    transform: translateY(80px);
    transition: transform 0.2s;
    transition-delay: 0.2s;
    line-height: 40px;
}

.content-row .contentwrap:hover .tx-bsdteaser-link {
    transform: translateY(0px);
    transition-delay: 0.4s;
}

.content-row .contentwrap .tx-bsdteaser-link a {
    width: 200px;
    background: #ffffff;
    color: #009FE3;
    font-size: 16px;
    height: 40px;
}

.content-row .contentwrap .tx-bsdteaser-link a:hover {
    width: 200px;
    background: #009FE3;
    color: #ffffff;
}


/* investor-news */

.investor-news {
    padding: 40px 0;
    background: rgb(246, 246, 246);
}

.news .container {
    padding: 0 !important;
}

.panel {
    border: none;
}

.news .panel-heading {
    background-color: rgb(0, 159, 227);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.news .list-group .time {
    font-size: 14px;
}

.news .list-group p {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 400;
}

.news .list-group .link a {
    color: rgb(0, 159, 227);
}


/* automative news */

.automotive-news-col {
    margin: 40px 0;
}

.industrial-news-col {
    margin-bottom: 80px;
}

.news .panel {
    border-right: solid 1px #d9dadb;
    border-left: solid 1px #d9dadb;
    border-bottom: solid 1px #d9dadb;
}

.automotive-news-col .panel-heading {
    background-color: #356384;
}

.industrial-news-col .panel-heading {
    background-color: #005794;
}

.automotive-news-col .list-group-item,
.industrial-news-col .list-group-item {
    border: none;
}


/* footer */

footer {
    background: #5C6970;
    color: #ffffff;
}

footer h5,
footer h6 {
    color: #ffffff;
    font-size: 14px;
}

footer .container {
    margin-top: -32px;
    padding-bottom: 0;
}

footer .footer-line {
    width: 100%;
    height: 25px;
    background: #009FE3;
}

footer .footer-line:before {
    content: "";
    display: block;
    width: 15%;
    height: 15px;
    background: #009FE3;
    position: absolute;
    right: -5px;
    margin-top: -15px;
    transform: skew(-25deg);
}

footer .footer-line:after {
    content: "";
    display: block;
    width: 80%;
    height: 23px;
    background: #009FE3;
    position: absolute;
    left: -5px;
    margin-top: 25px;
    transform: skewX(-25deg);
}

footer .bodytext p {
    margin-bottom: 5px;
}

footer .bodytext p a {
    color: #ffffff;
}

footer .bodytext ul li a {
    color: #ffffff;
}

footer .copyright {
    margin-top: 40px;
    width: 50%;
}

footer .copyright p {
    margin-bottom: 5px;
    font-size: 12px;
}

@media(max-width: 992px) {
    footer .copyright {
        margin-top: 40px;
        margin-bottom: 60px;
        width: 100% !important;
    }
    footer .footer-link {
        width: 100% !important;
        transform: skewX(0deg) !important;
        margin-right: 0 !important;
    }
    footer .footer-link p {
        transform: skewX(0deg) !important;
    }
    .backToTop {
        left: 50px !important;
    }
    nav.navbar .navbar-brand img.logo {
        /* width: 80% !important; */
        margin-top: 0px !important;
        margin-left: 0 !important;
        width: 8rem !important;
    }
}

@media(max-width: 768px) {
    .backToTop {
        left: 0px !important;
    }
}

footer .footer-link {
    width: 50%;
    height: 40px;
    text-align: center;
    float: right;
    background: #ADB7BC;
    transform: skewX(-25deg);
    margin-right: -10px;
    margin-top: -40px;
}

footer .footer-link p {
    margin-bottom: 0;
    line-height: 40px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    transform: skewX(25deg);
}

footer .footer-link p a {
    color: rgb(0, 0, 0);
}


/* 杩斿洖椤堕儴 */

.backToTop {
    position: fixed;
    box-sizing: border-box;
    left: 100px;
    bottom: 0px;
    display: block;
    padding: 7px 10px 0px 10px;
    width: 40px;
    height: 40px;
    background: #009FE3;
    cursor: pointer;
    text-align: center;
    /* color: rgba(255,255,255,1.00); */
    z-index: 1000;
    font-size: 50px;
    font-weight: 300;
    line-height: 0.3em;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    cursor: pointer;
}

.backToTop {
    color: #ffffff !important;
    text-decoration: none !important;
}

.backToTop:active,
.backToTop:focus {
    color: #ffffff !important;
}
/* .round_icon {
    width: 60px;
    height: 60px;
    display: flex !important;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
} */

/*subscribe*/
.subscribe {
    width: 85px;
    height: 85px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 3000;
    background: #009FE3;
    text-align: center;
    /* display: flex !important; */
    border-radius: 50% !important;
}
.subscribe  a {
    color: #ffffff;
    cursor: pointer;
}
.subscribe  img {
    width: 50%;
    height: 50%;
}
.subscribe-content {
    width: 600px;
    height: 300px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 3000;
    background: #ffffff;
    transform: translateX(600px);
    transition: transform 0.5s;
}

.subscribe-content .content-top {
    background: #009FE3;
}

.subscribe-content .content-top a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
}
.subscribe-content .content-body {
    padding: 30px 20px 10px 20px;
}

.subscribe-content .content-body .content-title {
    color: #009FE3;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.subscribe-content .content-body .content-phone {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
}

.subscribe-content .content-body .content-fax,
.subscribe-content .content-body .content-email {
    margin-bottom: 0;
}

.subscribet-content .content-body .content-email a {
    color: rgb(0, 159, 227);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
/* Contact */

.mycontact {
    width: 85px;
    height: 85px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: fixed;
    right: 0px;
    bottom: 150px;
    z-index: 3000;
    background: #009FE3;
    text-align: center;
    /* display: flex !important; */
    border-radius: 50% !important;
}

.mycontact img {
    width: 50%;
    height: 50%;
}

.mycontact a {
    color: #ffffff;
    cursor: pointer;
}


/* Contact content */

.mycontact-content {
    width: 600px;
    height: 200px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: fixed;
    right: 0px;
    top: 400px;
    z-index: 3000;
    background: #ffffff;
    transform: translateX(600px);
    transition: transform 0.5s;
}

.opened {
    transform: translateX(0px);
}

.mycontact-content .content-top {
    background: #009FE3;
}

.mycontact-content .content-top a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0, 0, 0, 0);
    z-index: 2999;
    transition: background-color 0.3s;
}

.visible {
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.mycontact-content .content-body {
    padding: 30px 20px 10px 20px;
}

.mycontact-content .content-body .content-title {
    color: #009FE3;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mycontact-content .content-body .content-phone {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
}

.mycontact-content .content-body .content-fax,
.mycontact-content .content-body .content-email {
    margin-bottom: 0;
}

.mycontact-content .content-body .content-email a {
    color: rgb(0, 159, 227);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

#m-h4 {
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: normal;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #141414;
}

#desc1 {
    text-align: center;
    padding: 3rem 0.5rem 2rem 0.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    padding: 0 1rem 1rem 1rem;
}

.card-body p {
    margin-bottom: 0.5rem !important;
}

.m-c1 {
    margin: 1rem 0;
    /* padding: 0 1rem; */
}

.box {
    text-align: center;
}

.box img {
    height: auto;
    width: 100%;
    /* transition: all 0.3s ease 0s;
    transform: scale(0.8); */
}

.box:hover img {
    /* transform: scale(1); */
}

.box2 {
    text-align: center;
}

.box2 img {
    height: auto;
    width: 100%;
    transition: all 0.3s ease 0s;
    transform: scale(0.95);
}

.box2:hover img {
    transform: scale(1.1);
}

.h-100 {
    height: 100% !important;
    background: #fff;
}

.h-100 h5 {
    margin: 1rem 0 1rem 1rem !important;
}

.h-100 p {
    margin-bottom: 1rem !important;
    padding-right: 1rem;
}

.mb-3 {
    padding: 0 !important;
    margin: 1rem 0;
}

.list-group-flush {
    margin-bottom: 0 !important;
}

.list-none-boder-radius {
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
    padding: 1.5rem 0;
}

.col-border {
    border: solid 1px rgba(0, 0, 0, .02);
    border-radius: 0.25rem;
    padding: 1rem 0 1rem 0.5rem;
}

.col-border:hover {
    border: solid 1px rgba(0, 0, 0, .125);
}

.center-vertical {
    /* position: relative;
    top: 50%;
    transform: translateY(25%);
    font-size: 1.2rem; */
}

.center-vertical2 {
    position: relative;
    top: 50%;
    font-size: 1rem;
    padding-left: 0rem;
}

.center-vertical2 ul li {
    padding: 0.5rem 0;
}

.center-vertical2 div {
    margin: 1rem 0;
}

.m_header {
    margin: 0 auto;
    background-color: #f5f5f5;
    font-size: 0.7rem;
    height: 40px;
}

.m_inside {
    /* width: 72.5rem;
    height: 2.5rem; */
    padding: 1rem 5rem;
}

.m_a_1 a {
    text-decoration: none;
    color: #003a9e;
}

.m_a_2 a {
    text-decoration: none;
    color: #8a8a8a;
}

.m_a_1 img {
    width: 1.5rem;
}

.m_a_2 img {
    width: 1.5rem;
}

.m_a_2 {
    float: left;
    margin: 0 0.5rem;
}

.m_search {
    padding: 1rem;
}

.currentlabel::after {
    content: "";
    width: 30px;
    height: 30px;
    border-top: 30px solid #adb7bc;
    border-right: 30px solid transparent;
    position: absolute;
    right: -30px;
    top: 0;
}