/* ---------- body start ---------- */

@media (max-width: 1199.98px) {
    body{
        min-width: 1200px;
    }
}

body {
    font-size: 16px;
    font-family: "Microsoft YaHei-Regular";
}

.icon-img {
    max-width: 1rem;
    height: auto;
}

.mwr-15 {
    max-width: 1.5rem;
}

.mwr-2 {
    max-width: 2rem;
}

.col-1200 {

}

/* ---------- body end ------------ */


/* ---------- header start ---------- */
.header {
    background-color: white;
}

.search > .form-control {
    font-size: 0.5rem;
    border-right: 0;
}

.search span {
    background-color: #ffffff;
    color: #0b5ed7;
    border-left: 0;
}

.a-no {
    text-decoration: none;
    color: #c1d6cc;
}

.a-no-b {
    text-decoration: none;
    color: #000000;
}


/* ---------- header end ------------ */

.logo {
    background-color: #fff;
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}


/* ---------- menu start ---------- */

.menu {
    background-color: #035DBE
}

/*.menu .list-group{*/
/*    background-color: #035DBE*/
/*}*/

.menu .nav a{
    display: inline-block;
    padding:1rem 0;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
}
.menu .nav a:hover,
.menu .nav a.active {
    background-color: #ffffff;
    color: #025DBE;
}


.dropdown-page {
    position: absolute;
    background-color: white;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2;
    display: none;
}

.dropdown-page .title {
    border-bottom: 1px dashed #000000;
    margin-left: 20px;
    padding: 1rem 0 1.5rem;
    margin-bottom: 1.5rem;
}

.dropdown-page li {
    padding: 0.6rem 0;
}

/* ---------- meny end ------------ */


/* ---------- content start ---------- */

.content {
    background-color: #F5F5F5;
    min-height: 10rem;
}

.carousel-radio [data-bs-target] {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 4px;
}

/*.more {*/
/*    background: url("../img/Group 5.png") no-repeat;*/
/*    background-size: 100% auto;*/
/*    padding: 0.6rem 1.5rem 0.7rem 3.5rem;*/
/*    left: 61.5%;*/
/*}*/

.more a {
    color: #ffffff;
}

.breadcrumb-box {
    padding-top: 0.8rem;
    background-color: white;
}

.breadcrumb-box .col {
    padding-right: 0;
}

.text-group {
    position: absolute;
    color: white;
    margin-top: 7rem;
}

.text-group h2 {
    font-size: 2.25rem;
}

.wire {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: white;
}

.carousel-item .position-absolute{
    color: white;
    top: 30%;
    line-height: 30px;
    letter-spacing: 8%;
    padding-left: 5rem;
}

.carousel-item a{
    background-size: 100% auto;
    padding: 0.6rem 3rem 1rem 3.5rem;
    color: white;
}

.tt{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 2rem
}

.t1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 2rem
}

.t2{
    font-size: 24px;
    margin-bottom: 2rem
}

.c1{
    color: #025DBF;
}

.f14{
    font-size: 14px;
}

.f13{
    font-size: 13px;
}

.label-1 {
    color: #025DBF;
    font-size: 22px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.title-box{
    margin-top: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #959595;
    line-height: 30px;
    letter-spacing: 8%;
}

.small-menu {
    padding-bottom: 1rem;
}

.small-menu .list-group-item {
    border: 0;
    padding: 0 0 1rem;
    margin-right: 1px;
}

.small-menu span {
    border-right: 1px solid #424242;
    padding: 0 0.5rem;
}

.small-menu .list-group .list-group-item:last-child span {
    border-right: 0;
}

.small-menu .list-group-item.active {
    background-color: white;
    color: #025DBF;
    border-bottom: 4px solid #025DBF;
}

.breadcrumb-box nav{
    --bs-breadcrumb-divider: '>';
    display: inline-block
}


/* ---------- content end ------------ */


/* ---------- footer start ---------- */

.footer {
    background-color: white;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.footer .title {
    color: #0054A3;
    margin: 1rem 0;
}

/* ---------- footer end ------------ */
