@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Comfortaa-VariableFont_wght.ttf) format('truetype');
}


@font-face {
    font-family: 'en';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'enbold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Roboto-Black.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'fw300';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.worden {
    font-family: "times new roman" !important.half .text;
}

.en {
    font-family: "en" !important;
}

.enbold {
    font-family: "enbold" !important;
}
.fw300 {
    font-family: "fw300" !important;
}



html,
body,
p,
span {
    font-family: 'en', sans-serif, "Microsoft YaHei", "Arial", PingFangSC-Regular, Arial !important;
    line-height: 24px;

}

li {
    list-style: none;
}

header {
    position: fixed;
    z-index: 99999;
}
header .navbar-brand .pc {
    max-width: 260px;
}

.bg-dark {
    background: #fff !important;
}

header .navbar .nav-link {
    color: #333;
}

header .search-form {
    background: #f08519;
    color: #fff;
    border-radius: 15px;
    padding: 3px 20px;
}

header .search-form .form-control {
    border: 1px solid #333;
    color: #333 !important;
    border-radius: 20px;
    height: 30px;
}

header .search-form .icon {
    color: #333;
    margin-left: 15px;
}

.rdd {
    text-align: center;
    padding: 15px;
}

.rdd .ico {
    width: 100px;
    margin: 20px auto;
}

.rdd .ico img {
    width: 100%;
}

.rdd .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.ico-list {
    display: inline;
}

.ico-list img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: all 0.6s;
}

.ico-list:hover img {
    transform: scale(1.2);
}


.form-control {
    border-width: 1px;
    border-color: #ddd;
}

.btn-outline-black {
    border: 1px solid #ddd;
}

.newslist {
    border-bottom: 1px solid #ddd
}

.newslist .newsdesc {
    margin-bottom: 5px;
}

.newslist .newsdesc:hover {
    background: #f08519;
    color: #fff;
}

.newslist .newsdesc:hover .service h3 {
    color: #FFF;
}

.view {
    max-width: 900px;
}

.view .swiper-slide {
    height: auto;
    max-width: 900px;
    padding: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
}

.view .swiper-slide img {
    height: 100%;
    width: auto;
    max-height: 500px !important;
    max-width: 100% !important;
}

.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left center;
    position: absolute;
    left: 10px;
    width: 28px;
    height: 500px;
    z-index: 10;
    display: none;
}

.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat right center;
    position: absolute;
    right: 10px;
    width: 28px;
    height: 500px;
    z-index: 10;
    display: none;
}

.preview {
    position: relative;
    width: 90%;
    left: 30px;
}

.preview .swiper-slide {
    width: 91.5px;
    height: 70px;
    margin: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.preview .swiper-slide img {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.preview .active-nav {
    border: 1px solid #04a29a;
}

.preview .arrow-left {
    background: #fff url(../images/left.png) no-repeat left center;
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 70px;
    z-index: 10;
}

.preview .arrow-right {
    background: #fff url(../images/right.png) no-repeat right center;
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 70px;
    z-index: 10;
}

header .navbar .nav-link.active {
    color: #f08519;
}

header {
    background: rgba(0, 0, 0, 0.5) !important
}

header .navbar .nav-link,
header .navbar .nav-link {
    font-size: 1.2rem;
    font-family: enbold;
}


header .navbar .dropdown-menu .dropdown-item {}

header .navbar .dropdown-menu .dropdown-item:hover {
    background: #f08519;
    color: #fff;
    font-weight: 500;
}

.work-thumb {
    border: 1px solid #ddd;
}

.work-thumb img {
    border: 0;
}

.work-thumb:before {
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.title-text {
    font-size: 18px;
    font-weight: 300px;
    text-align: center;
    color: #333;
    margin: 10px auto 15px auto;
}

.media-body h4 {
    font-size: 14px;
    padding-left: 50px;
}

.media-body p {
    padding-left: 50px;
}

.ico1 {
    background: url(/style/images/home.png) no-repeat left top;
}

.ico2 {
    background: url(/style/images/phone.png) no-repeat left top;
}

.ico3 {
    background: url(/style/images/email.png) no-repeat left top;
}


.text-left {
    text-align: left;
}

.py-4 {
    padding: 40px 0;
}
.py-2 {
    padding: 20px 0;
}


.faq .card {
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.faq .card-header {
    border: none;
    padding: 0 15px;
    border-radius: 0;
    background: #fff;

}

.faq .card-link {
    display: block;
}


.faq .card-link .add,
.faq .card-link .jian {
    display: inline-block;
    background: #ff2626;
    padding: 2px 10px;
    color: #fff;
    font-size: 20px;
}
.faq .card-link .jian {
    display: none;
}

.faq .card-body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}



.p-flex {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}


.menu3 {
    position: relative;
}
.menu4 {
    padding: 0px 10px 0px 30px;
}
.menu4 a {
    display: block;
}
.menu4 a:hover {
    color: #f08519 !important;
}


table {
    width: 100% !important;
}
td {
    border: 1px solid #ddd;
    padding-left: 15px;
    font-size: 14px;

}
tr {
    background: #f8f8f8;
}
tr:nth-child(1) td {
    font-size: 18px;
    font-weight: bold;
}
tr:nth-child(2n) {
    background: #fff;
}
tr:hover {

    cursor: pointer;
}



.top-lang {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.top-lang .lang{
	width: auto;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #f08519;
    border-radius: 25px;
    font-family: 'Poppins' !important;
    margin-top: 10px;
    font-size: 14px;
}
 
.lang-sub {
    position: absolute;
    top: auto;
    left: 10px;
    width: 150px;
    height: auto;
    padding:5px 0px;
    background: rgba(255, 255, 255, 0);
    z-index: 999;
    display: none;
}
.lang-list {
    background: #f08519;
    display: inline-block;
    padding:10PX 20px;
    border-radius: 5px;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f08519;
    margin-left: 20px;
}
.top-lang:hover .lang-sub {
    display: block;
}
.lang-sub .lang-list li a{
    color: #fff;
}
.lang-sub .lang-list li a:hover {
    color: #fff;
}



.rightbtn {
    width: auto;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #f08519;
    border-radius: 25px;
    font-family: 'Poppins' !important;
 }





    @media(max-width: 1366px) {
        header .navbar .nav-link {
            padding: 1.7rem 0.5rem !important;
        }

    }


    @media(max-width:1120px) {
        .navbar-toggler {
            border: 1px solid #000;
            color: #000;
        }
    }

    @media only screen and (max-width:768px) {
        .view .swiper-slide {
            height: 320px;
        }

        .preview {
            display: none;
        }

        .view .arrow-left,
        .view .arrow-right {
            height: 320px;
            display: block;
        }

        .map-widget {
            height: auto;
        }

        .property-header {
            padding-top: 20px;
        }

        .Social li {
            width: 33%;
            float: left;
        }

        .sidebarproduct {
            padding-top: 20px;
        }

        .rightlist {
            margin-top: 0;
        }

        .spad {
            padding-top: 20px;
        }

        .w-wap-50 {
            width: 50% !important;
            margin-left: 25%;
            margin-top: 30px;
        }

        tr,
        tbody,
        table {
            width: 100% !important;
        }
        .col-lg-12 {
            overflow: hidden;
        }
        .biaoge {
            overflow: scroll;
        }


        header .navbar .nav-link {
            padding: 10px 0 !important;
        }

        .dropdown-menu {
            display: block;

        }
        header .navbar .dropdown-menu {
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
            background: none;
        }

        header .navbar-nav {
            margin-bottom: 50px;
        }




      .top-lang{
             display: none;
        }


        .waplang{
             display: inline-block;
             padding:5px 15px;
             background: #f08519;
             color:#fff;
             margin-left: 1rem!important;
                 border-radius: 25px;
        }





















    }