﻿@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@charset "utf-8";
body {
    letter-spacing: .04em;
    font-family: "Archivo","Noto Sans TC","Arial", "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
}
:root {
   --init-about-editor-slick-ratio:1296 /546;
}
.editor a {
    color: #f17f42;
    text-decoration: underline;
}
.editor a:hover {
    color: #000;
}
a {
    color: #282828;
}
.contentbuilder-box hr {
    background-color: #e0e0e0;
    padding: 3px;
}

.about .ezshare-box {
    margin: 20px 0 5px;
}
body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}

.cpd_sd21 {
    padding: 0 5%;
}

.home-pagelist-area > .container-fluid {
    padding: 0;
}

a:hover {
    color: #f17f42;
}

/* 購物清單 */

.header .navbar .nav-pos-top .cart-detail .item a.btn:hover {
    background-color: unset;
    opacity: 0.7;
    color: #000;
}

.nav-cart-info .nav-cart-list .cart-detail .item a {
    font-size: 15px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info {
    align-items: center;
}

.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding-right: 19px;
}

.nav-cart-info .nav-cart-list .cart-checkout .sum {
    margin: 10px 12px 15px;
}

.nav-cart-info .nav-cart-list .h6 {
    font-size: 16px;
    padding: 10px 10px 5px;
    margin-bottom: 9px;
}

.cr_no {
    padding-left: 10px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .info-detail a {
    font-size: 15px;
}

.header .navbar .cart-detail ul .cart-detail ul li i {
    width: auto;
    height: auto;
}

.header .navbar .cart-detail ul li i:before {
    display: block !important;
}

/* navbar */
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #f17f42;
}
.sear_bo{
    position:relative;
}
    .sear_bo input {
        border: 1px solid #f17f42;
        border-radius: 30px;
        padding: 8px 60px 8px 15px;
        width: 260px;
    }
    .sear_bo .btn-search:hover {
        background: url(../images/all/search.svg) center no-repeat #464646;
    }
    .sear_bo .btn-search {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/all/search.svg) center no-repeat #f17f42;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: block;
    }
.search-area2 {
    position: absolute;
    right: 20px;
    top: 11px;
    transition: all 0.5s;
}
.navbar > .container-fluid {
    position: relative;
    align-items: end!important;
}
.header .navbar-nav .nav-link {
    padding: 25px 16px 25px;
    font-size: 18px;
}

.header .navbar {
    background: #fff;
    border-bottom: none;
    padding: 16px 5%;
}
.navbar .navbar-brand {
    width: 308px;
    height: 77px;
    margin: 25px 0;
    display: block;
}
.header .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}
.is_scroll .header .navbar {
    box-shadow: 0px 0px 22px #40404054;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #ffffff;
}

.nav-item.dropdown > .navbar-nav .navbar-nav .nav-item:hover > .nav-link {
    background-color: #f17f42;
}

.nav-item.dropdown > .navbar-nav .navbar-nav {
    background: #535353;
}
.nav-item.dropdown > .navbar-nav li span{
    display:none;
}
.nav-item.dropdown > .navbar-nav {
    background: #f17f42;
}

    .nav-item.dropdown > .navbar-nav li a {
        color: #fff;
    }

    .nav-item.dropdown > .navbar-nav .nav-item:hover > .nav-link {
        color: #fff;
        background: #535353;
    }


 /* banner */
.banner{
    padding-top:159px;
}
.slick .slick-dots button {
    background: #fff;
}
.slick .slick-dots .slick-active button {
background: #f17f42;
}
.slick-dots {
    bottom: 10px;

}


/* 購物彈跳 */
.qty-box .btn:hover {
    background-color: #2a2a2a;
}

.btn.cart:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.btn.cart {
    background: #81a626;
}

.gallery-list .item .item-detail {
    padding: 0 5px;
}

.modal-dialog-scrollable .modal-content {
    overflow: unset;
}

.modal-header .close {
    border-radius: 50%;
    position: absolute;
    background-color: #adadad;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    font-weight: 400;
    border: none;
}

.qty-box .btn:hover {
    background: #2f4498;
}

.modal-header {
    padding-bottom: 6px;
}

.modal-title:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 4px;
    height: 22px;
    left: 0;
    top: 6px;
}

.modal-title {
    position: relative;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    color: #000;
}

.main-title .h6 {
    font-size: 18px;
    padding-left: 0;
    border: none;
    color: #000;
}


/*麵包*/
.breadcrumb-section {
    margin-bottom: 40px;
}
.breadcrumb {
    padding: 10px 5%;
   
}
    .breadcrumb li span.txt-en {
        display: none;
    }
/*side1*/
.side .filter-title .collapsed-btn:hover, .side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #f17f42;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: var(--bs-dark);
    padding: 0.5em 0.75em;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #ddd;
    position: relative;
    font-size: 18px;
    font-weight:bold;
}
    .side .filter-title .collapsed-btn.b,
    .side .filter-sidebar.multiple-collapse .collapsed-btn.b {
        color: #f17f42;
    }
.side .filter-content ul li {
    font-size: 16px;
    padding: 5px 0;
}
    .side .filter-content ul li a.b {
        color: #f17f42;
    }
.side .filter-content,
.side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}
    .side .filter-content > ul {
        margin-left: 15px;
        padding: 3px 0
    }
.side1 .h3 {
    text-align: left;
    border-bottom: 1px solid #f17f42;
    font-size: 26px;
    color: #000;
    padding: 15px 0;
}
.side .h3 .txt-tw {
    border: none;
    color: #000;
    font-size: 26px;
    padding:  0;
}
.side1 .wid-cont ul li span {
    display:none;
}
/*news 最新消息*/
.news.show   .main .side {
    margin-bottom: 0;
}
.news.show .small-title {
    color: #4b2d1f;
}
.news.show .kind-tag-area a {
    margin-bottom: 0;
    background-color: #393939;
    color: #fff;
}
.news.show .h1 {
    border-bottom: 1px solid #f17f42;
    margin-bottom:30px;
    padding-bottom:10px;
}
.news  .more_x {
    padding: 12px 10px;
  
}
.news .item .pic .kind:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #f17f42 transparent transparent;
    left: 0;
    bottom: -11px;
}
.news .item .pic .kind a {
    color: #f17f42;
}

.news .item .pic .kind {
    position: absolute;
    top: -10px;
    left: -13px;
    background-color: #ffffff;
    border: 1px solid #f17f42;
    padding: 3px 14px;
    z-index: 10;
    font-size: 16px;
}
.news .item .pic img {
    border-radius: 15px;
}
.news .item .pic {
    position: relative;
    border-radius: 15px;
}
.news .item .info .date {
    font-size: 16px;
    color: #fff;
    background-color: #f17f42;
    padding: 4px 18px;
    border-radius: 4px;
    display: table;
}
.article-grid .item .info {
    border: none;
}
.article-grid .item .info {
    padding: 20px 0;
}
    .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
}
.sort-area .btn-info {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}
/*ABOUT 關於*/
.about .function-bar  .sideNavBtn a span {
    display: none;
}
.search .h2_sg,
.contact .h2_sg {
    font-size: 26px;
    border-bottom: 1px solid #f17f42;
    margin: 30px 0;
}
    .search .h2_sg span,
    .contact .h2_sg span {
        font-size: 60px;
        display: none;
    }

.news .h2_sg span,
.about .h2_sg span {
    display:none;
}
/*頁碼*/
.page-link:hover {
    color: #fff;
    background-color: #f17f42;
}
.page-link {
    color: #555555;
    border: 1px solid var(--bs-gray-400);
    font-size: 1rem;
    padding: 0.5em;
    min-width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
}
.page-item.active .page-link {
    background: #f17f42;
    border-color: #f17f42;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: 1px solid var(--bs-gray-400);
    border-radius: 4px;
}

/* 留言紀錄 order show*/
.order .talk-form-det .btn-area {
    margin: 30px 0 10px !important;
}

.order .talk-form-det {
    padding: 25px;
}
.talk-item .talk-top {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 6px;
}

.talk-box .talk-time {
    color: #b01f23;
}

.talk-box .talk-item .first-level {
    padding: 3%;
    border: solid 1px #d4d4d4;
    background-color: #fff;
}

/*產品*/
.product .slider-nav .thumbnail:focus, .product .slider-nav .thumbnail.slick-current.slick-active {
    border: 1px solid transparent;
    border-color: #bbbbbb;
}

.slider-nav .thumbnail {
    border: none;
}
/*搜尋*/
.search .content{
    width:100%;
}
.search .content > .container {
    max-width: 100%;
}
.search .side1{
    display:none;
}
.search .card.bg-gray {
    background: #fff;
    color:#f17f42;
    border:1px solid #f17f42;
}
.search .article-list .item a:hover {
    background: #efefef;
}
.search  .article-list .item .info .title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
}
    .search  .article-list .item .info .title:before {
        content: counter(item, decimal-leading-zero) " ";
        counter-increment: item;
        background: #f17f42;
        width: 30px;
        height: 30px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-right: 10px;
    }
/* 聯絡我們  */
.contact .footer{
    margin-top:50px;
}
body.contact .h2_sg {
    margin: 0 0 30px;
}
.contact .main .side {
    margin-bottom: 0;
}
.map-box {
    height: auto;
}
.map-box iframe {
    height: 300px;
}
.list-creative .list-terms {
    padding-left: 20px;
    position: relative;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #888888;
}
.list-creative .list-terms:before {
    background: #f17f42;
  
}
.clients-dotted .btn.btn-secondary:hover,
.clients-dotted .btn.btn-primary:hover {
    background-color: #eaa200;
}
.btn.btn-secondary:hover,
.btn.btn-primary:hover {
    background-color: #eaa200;
    color: #fff;
}
.btn.btn-secondary {
    background-color: #fff;
    color: #f17f42;
    border: 1px solid #f17f42;
}
.btn.btn-primary {
    border: 1px solid #f17f42;
    background: #f17f42;
    border-color: #f17f42;
}
.contact .form-inline  .radio-inline input {
    margin-right: 6px;
}
.contact .form-inline .radio-inline {
    padding-right: 20px;
}
.contact .form-control-static {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}

.contact .form-group .radio-inline {
    padding-right: 20px;
}

.contact .form-group .radio-inline input {
    margin-right: 6px;
}


/*人 peop_box*/

.peop_box ul.textEdit li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f17f42;
    border-radius: 6px;
    top: 12px;
    left: 3px;
}
.peop_box ul.textEdit li {
    position: relative;
    padding-left: 18px;
}
.peop_box ul.textEdit {
    padding: 20px 0;
    border-bottom: 1px solid #c4c4c4;
}
.peop_box p.lfk_cv {
    background-color: #f17f42;
    padding: 10px;
    color: #fff;
}
.peop_box ul.ul_share li {
    padding-right: 10px;
}
.peop_box ul.ul_share {
    align-items: center;
    justify-content: flex-end;
    margin: 30px 0;
    position: relative;
    z-index: 10;
}


    .peop_box ul.ul_share li.sh_youtube a {
        background: url(../images/about/sh_6.svg) center no-repeat #d22215;
    }
    .peop_box ul.ul_share li.sh_ig a {
        background: url(../images/about/sh_5.jpg) center no-repeat;
        background-size: 100%;
    }


    .peop_box ul.ul_share li.sh_591 a {
        background: url(../images/about/sh_4.jpg) center no-repeat;
        background-size: 100%;
    }

    .peop_box ul.ul_share li.sh_phone a {
        background: url(../images/about/sh_3.svg) center no-repeat #30505b;
       
    }

    .peop_box ul.ul_share li.sh_line a {
        background: url(../images/about/sh_2.svg) center no-repeat #06c052;
      
    }

    .peop_box ul.ul_share li.sh_fb a {
        background: url(../images/about/sh_1.svg) center no-repeat #1674ea;
   
    }
    .peop_box ul.ul_share li.sh_0 a:hover{
        opacity:0.7;
    }
    .peop_box ul.ul_share li.sh_0 a {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        display: block;
    }
.peop_box  {
    position:relative;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
    .peop_box .pic{
        padding-right:0!important;
    }

    .peop_box h3:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #f17f42;
        width: 50px;
        height: 3px;
        left: 0;
        bottom: 0;
    }
.peop_box h3 {
    position: relative;
    border-bottom: 1px solid #575757;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.peop_box h3 span {
    font-size: 18px;
    padding-left: 10px;
    color:#f17f42;
}
/*房子 house_box*/
.contentbuilder-box a:hover {
    color: #000!important;
}
 
    .contentbuilder-box a:active,
    .contentbuilder-box a:visited,
    .contentbuilder-box a:focus {
        color: #f17f42;
    }

.house_box .more_x {
    margin: 40px auto 0;
}
.house_introduce .col-6{
    margin-bottom:25px;
}
.house_introduce img {
    width: 100%;
}
.house_introduce_box h5 {
    width: 15%;
    color: #000000;
    font-weight: 400;
    padding-top: 7px;
}
.house_introduce_box ul li i.bi-shop {
    font-size: 24px;
    color: #f17f42;
    padding-right: 6px;
}
.house_introduce_box ul li span {
    width: 75%;
}
.house_introduce_box ul li label {
    width: 95px;
    color: #707070;
    text-align-last: justify;
    font-weight: 400;
}
.house_introduce_box ul li {
    width: 33%;
    display: flex;
    padding:5px 0;
}
.house_introduce_box ul {
    width: 80%;
}
.house_introduce_box {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.house_introduce h4:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #f17f42;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
}
.house_introduce h4 i{
    padding-right:5px;
}
.house_introduce h4 {
    position: relative;
    border-bottom: 1px solid #575757;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.house_introduce {
 /*   background-color: #f9f9f9;
    padding: 20px;
    margin: 40px 0;*/
}
.house_box .house_people ul,
.house_box .house_people .tit {
    width: 50%;
}
    .house_box .house_people .tit h4{
        margin-bottom:0;
    }
 
    .house_box .house_people ul li:nth-child(1) span {
        font-size: 24px;
        font-weight: bold;
    }
    .house_box .house_people ul li i.bi-telephone-fill {
        color: #f17f42;
    }
    .house_box .house_people ul li i.bi-line {
        color: #39ad00;
    }
    .house_box .house_people ul li a:hover {
        color: #f17f42!important;
    }
    .house_box .house_people ul li a {
        color: #000;
    }
    .house_box .house_people ul label {
        padding-right: 10px;
    }
.house_box .house_people{
    display:flex;
}
.house_box .house_info_sub_2 ul li label {
    width: 60px;
    color: #5d5d5d;
}
.house_box .house_info_sub_2 ul li a:hover{
    color:#000;
}
.house_box .house_info_sub_2 ul li a {
    color: #f17f42;
    text-decoration: underline;
}
.house_box .house_info_sub_2 ul li {
    display: flex;
    font-size:18px;
    padding:10px 0;
}
.house_box .house_info_sub_2 {
    padding: 20px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    margin: 10px 0 30px;
}
.house_box .house_info_sub ul li label {
    color: #ffffff;
}
.house_box .house_info_sub ul li span {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}
.house_box .house_info_sub ul li i {
    font-style:unset;
}

.house_box .house_info_sub ul li {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    flex: 1;
    background-color: #f17f42;
    color: #fff;
    margin: 0 5px;
    padding: 10px 0;
}

.house_box .house_info_sub {
    padding:20px 0;
}
.house_box .pic{
    padding-right:3%;
}
.house_box .pic img {
    width: 100%;
}
.house_box .price span{
    display:block;
    font-size:16px;
}
.house_box .price b {
    font-size: 50px;
    color: #f17f42;
    font-family: "Arial";
    padding-right: 5px;
}
.house_box .price{
    padding-top:20px;
}

/*首頁*/

.h2_sg span {
    font-size: 70px;
    color: #f17f42;
    display: block;
}
.h2_sg {
    color: #010101;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #f17f42;
}
.ab_bg03 {
    position: absolute;
    left: -18px;
    bottom: -100px;
    z-index: 10;
}
.orange {
    color: #f17f42;
}
.home_about .pic .ab_bg02{
    margin:0 auto 0 0;
}
.home_about .pic .ab_bg01 {
    position: relative;
    top: 8%;
    margin: 0 32px;
}
.home_about .pic h4 {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    color: #a3a3a3;
    font-size: 21px;
    position: relative;
    left: -15px;
    top: 6px;
}
.home_about .pic .jr_h span:nth-child(2) {
    position: relative;
    top: 40px;
}
.home_about .pic .jr_h span {
    font-size: 278px;
    color: #f17f42;
    font-weight: bold;
}
.home_about .pic .jr_h {
    position: absolute;
    right: -20px;
    bottom: -100px;
}
.home_about .pic {
    position: relative;
    width: 40%;
    display: flex;
}
.home_about .tit p {
    font-size: 22px;
    width: 81%;
    line-height: 40px;
    color: #121212;
    font-family:"微軟正黑體";
    margin:30px 0 70px;

}
.home_about .tit li.line a,
.home_about .tit li.fb a {
    width: 48px;
    height: 48px;
    background-size: 30%;
    display: block;
    border-radius: 50%;
}
.home_about .tit li.line a:hover {
    background: url(../images/all/line.svg) center no-repeat #f07c3d;
}
.home_about .tit li.fb a:hover {
    background: url(../images/all/fb.svg) center no-repeat #f07c3d;
}

.home_about .tit li.fb a {
    background: url(../images/all/fb.svg) center no-repeat #1974ec;
}
.home_about .tit li.line a {
    background: url(../images/all/line.svg) center no-repeat #06c052;
}

.home_about .tit li.fb a {
    background: url(../images/all/fb.svg) center no-repeat #1974ec;

}
.home_about .tit li.fb {
    padding-right: 10px;
}
.home_about .tit li.fo_h {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-right: 30px;
}
.home_about .tit ul {
    align-items:center;
}
.home_about .tit {
    width: 60%;
}
.home_about:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/ab_bg04.jpg)  no-repeat;
    width:1120px;
    height:417px;
    background-size:cover;
    left:0;
    bottom:0;
    z-index:-1;
}
.home_about {
    position: relative;
    padding: 80px 9% 300px;
}
.slick-next:focus,
.slick-next:hover,
.home_news .slick-multi-cusarrow .slick-btn .btn-next:hover {
    background: url(../images/all/arrow_right.svg) no-repeat #f17f42 center;
}

.slick-next,
.home_news .slick-multi-cusarrow .slick-btn .btn-next {
    background: url(../images/all/arrow_right.svg) no-repeat #5d5d5d center;
    border-width: unset;
    padding: 0;
    transform: unset;
    border: none;
    right: 5%;
    top: 30%;
    z-index: 10;
}
body .slick-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slick-prev:focus,
.slick-prev:hover,
.home_news .slick-multi-cusarrow .slick-btn .btn-prev:hover {
    background: url(../images/all/arrow_left.svg) no-repeat #f17f42 center;
    border-width: unset;
    padding: 0;
    border: none;
}
body .slick-next:before,
body .slick-prev:before {
    display: none;
}
body .slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slick-prev,
.home_news .slick-multi-cusarrow .slick-btn .btn-prev {
    background: url(../images/all/arrow_left.svg) no-repeat #5d5d5d center;
    border-width: unset;
    padding: 0;
    transform: unset;
    border: none;
    border: none;
    left: 7%;
    top: 30%;
    z-index: 10;
}
.slick-arrow,
.home_news .slick-arrow {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    transition: all 0.5s;
}

.article-grid.info-absolute .item .info .date {
    font-size: 16px;
    color: #fff;
    background-color: #f17f42;
    padding: 8px 18px;
    border-radius: 4px;
    display: table;
}
.article-grid.info-absolute .item .info {
    padding-top: 28px;
}
.article-grid .item:hover img{
    opacity:0.7;
}
.article-grid .item:hover .info .title a {
    color: #f17f42;
}
.article-grid .item .info .title a {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_news .article-grid.info-absolute .item {
    padding: 0 20px;
}
.home_news .article-grid .item a {
    border-radius: 15px;
    background-color: unset;
}
.home_news .pic  {
    border-radius: 15px;
}

.home_news .h2_sg span b {
    font-weight: 700;
}
.home_news .h2_sg span {
    display: unset;
    padding-right: 40px;
}
.home_news .h2_sg {
    display: flex;
    border-bottom: none;
}
.home_news .h3 {
    margin-bottom:15px;
    position: relative;
    z-index: 10;
    pointer-events:none;
}
.home_news:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/new_bg.jpg) no-repeat;
    width: 1550px;
    height:397px;
    background-size: cover;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.home_news {
    position: relative;
    padding: 0px 9% 140px;
    margin-top: -220px;
}
.more_x:before {
    content: " ";
    display: block;
    position: absolute;
    width: 85px;
    height: 1px;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    transition: all 0.5s;
}
.more_x:hover:before {
    width: 35px;
}
.more_x:hover {
    background-color: #f17f42;
    color: #fff;
}
.more_x {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 8px 10px;
    font-weight: bold;
    color: #000;
    position: relative;
    width: 133px;
    display: table;
    text-align: center;
    margin: 40px 0 0 auto;
}
.article-grid.info-absolute .item:hover .pic img {
    transform: scale(1.1);
}
.article-grid.info-absolute .item .pic img {
    transform: scale(1);
}
    .home_team {
    position: relative;
    padding: 90px 9% 70px;
}
        .home_team .team_hh .team_hh_2:before {
            display: block;
            content: attr(data-storke);
            position: absolute;
            z-index: -1;
            -webkit-text-stroke: 1px #f17f42;
            text-stroke: 1px #f17f42;
            text-align: center;
            left: 0;
            right: 0;
            width: 5880px;
         
        }
    .home_team .team_hh .team_hh_2.team_hh_2_1 {
        padding-top: 14px;
    }
        .home_team .team_hh .team_hh_2 {
            font-weight: bold;
            color: #ffffff00 !important;
            padding-bottom: 10px;
            z-index: 10;
            position: relative;
            margin-top: 0;
            text-align: center;
            width:5880px;
            padding-bottom: 77px;
            animation: scroll-lr 50s linear infinite;
        }

        .home_team .team_hh .team_hh_1 {
            color: #f17f42;
            animation: scroll-lr 100s linear infinite;
            line-height: normal;
            width: 800%;
        }
        .home_team .team_hh {
            position: absolute;
            top: 19%;
            font-size: 200px;
            color: #ffffff17;
            font-weight: bold;
            z-index: -1;
            left: 0;
             
        }


@keyframes scroll-lr {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-20%)
    }
}

.home_team .h2_sg:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #cccccc;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    z-index: -1;
}
.home_team .h2_sg label {
    background-color: #fff;
    padding: 0 80px;
    display: table;
    margin: 0 auto;
}
.home_team .h2_sg {
    margin: 0 auto 70px;

 
}

.home_team .item {
    position: relative;
    padding: 0 30px 20px;
    margin-bottom: 20px;
}
img {
    transition: all 0.5s;
}
.home_team .item .pic img {
    width: 100%;
   
}
.home_team .item:hover .pic img {
    transform: scale(1.1);
    opacity: 0.7;
}
.home_team .item .pic {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.5s;
    background-color: #fff;
}
    .home_team .item:hover h3 {
        background-color: #f17f42;
        color: #fff;
    }
    .home_team .item h3 {
        position: absolute;
        right: 10px;
        bottom: 0;
        font-size: 30px;
        background-color: #ffeee4;
        padding: 28px 30px;
        border-radius: 0 30px 30px 30px;
        display: table;
        margin: 0 0 0 auto;
        box-shadow: 0px 0px 7px #40404054;
        color: #000;
        transition: all 0.5s;
    }
.home_team .item .pic img {
    border-radius: 50%;
}
.home_team  .wid-team{
    position:relative;
    z-index:20;
}


/*footer*/
.footer .social-box ul li.icon_i i {
    background: url(../images/all/ig.svg) no-repeat;
    width: 21px;
    height: 21px;
}
.footer .social-box ul li.icon_y i {
    background: url(../images/all/tube.svg) no-repeat;
    width: 21px;
    height: 21px;
}
.footer .social-box ul li.icon_l i {
    background: url(../images/all/line.svg) no-repeat;
    width: 21px;
    height: 21px;
}
.footer .social-box ul li.icon_f i {
    background: url(../images/all/fb.svg) no-repeat;
    width: 21px;
    height: 21px;
}
    .footer .social-box ul li.icon_i i:before,
    .footer .social-box ul li.icon_y i:before,
    .footer .social-box ul li.icon_l i:before,
    .footer .social-box ul li.icon_f i:before {
        display: none;
    }
.footer .social-box ul li a:hover{
    opacity:0.7;
}
.footer .social-box ul li {
    padding: 0 10px;
}
.footer .social-box ul {
    margin-top: 20px;
}
.footer .copyrights {
    text-align: center;
    color: #fff;
}
.footer ul.tat_x li {
    padding: 0 20px;
}
.footer ul li label {
    padding-right: 5px;
}
.footer ul li a:hover {
    color: #ffcbaf;
}
.footer ul li,
.footer ul li a {
    color: #fff;
}
.footer ul {
    justify-content:center;
}
.footer {
    background-color: #ce6d39;
    padding: 50px 0 0;
}
.gotop a span {
    line-height: normal;
    font-size: 16px;
}
.gotop a:hover{
    opacity:0.7;
}
.navbar_btn ul li.icon_f a i {
    background: url(../images/all/fb.svg) no-repeat;
    width: 31px;
    height: 31px;
    background-size: cover;
}
.navbar_btn ul li.icon_i a i {
    background: url(../images/all/ig.svg) no-repeat;
    width: 31px;
    height: 31px;
    background-size: cover;
}
.navbar_btn ul li.icon_y a i {
    background: url(../images/all/tube.svg) no-repeat;
    width: 31px;
    height: 31px;
    background-size: cover;
}
.navbar_btn ul li.icon_l a i {
    background: url(../images/all/line.svg) no-repeat;
    width: 31px;
    height: 31px;
    background-size: cover;
}
.navbar_btn ul li.icon_i a {
    background: linear-gradient(41deg,rgba(249, 156, 58, 1) 0%, rgba(222, 47, 90, 1) 58%, rgba(183, 38, 152, 1) 100%);
}

.navbar_btn ul li.icon_y a {
    background-color: #db1212;
}
.navbar_btn ul li.icon_l a {
    background-color: #06c052;
}
.navbar_btn ul li.icon_f a {
    background-color: #1974ec;
}
.navbar_btn ul li a i:before {
    display: none;
}
.navbar_btn ul li + li {
    margin-left: 0!important;
}
.navbar_btn ul li {
    margin: 5px 0;
}
.navbar_btn ul li a {
    width: 60px;
    height: 60px;
    color: #000;
    background-color: #ffff;
    box-shadow: 0px 0px 22px #40404054;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.gotop {
    right: 1%;
    bottom: 2%;
    opacity: 1;
    position:static;

}


.navbar_btn {
    position: fixed;
    right: 10px;
    bottom: 2%;
}
    .navbar_btn ul {
        flex-direction: column!important;
    }