h1{
    font-size:24px;
    text-align:center;
    padding: 30px 0 0px;
    margin:0;
    color:#EE7F32;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}
.index-branch-btn{
    text-align: center;
    position: relative; 
    z-index: 2;
}
.index-branch-btn .index-branch-links{
    background: #3093D6;
    color: #FFF;
    border-radius: 30px;
    padding: 8px 22px;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    transition: all .3s ease;
}
.index-branch-btn .index-branch-links:hover{
    background: #EE7F32;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-nav .item {
    width: 33.33%;
}
.banner-nav .item.bg1 {
    background: rgba(210,115,115,0.70);
}
.banner-nav .item.bg2 {
    background: rgba(208,214,116,0.70);
}
.banner-nav .item.bg3 {
    background: rgba(75,145,165,0.70);
}
.banner-nav .box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}
.banner-nav .pic {
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 124px;
}
.banner-nav .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-nav .box:hover .pic:before {
    opacity: 1;
}
.banner-nav .txt {
    margin-left: 140px;
    color: #fff;
}
.banner-nav .name {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.banner-nav .description {
    opacity: 0.65;
    font-size: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 53px;
}
.banner .slick-dots {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 10px;
    right: 10px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.banner .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%
}
.banner .slick-dots li.slick-active button:before {
    background: #EC7F32;
    border: 1px solid #EC7F32;
}
.banner img{
    width: 100%;
}
/* sort title  */
.sort-title .sect-title-box {
    display: flex;
    margin-bottom: 15px;
    padding-top: 20px;
}
.sort-title .sect-title-en {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-right: 15px;
    letter-spacing: 0;
}
.sort-title .sect-title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.5px;
}
/* .sort_top */
.sort_top {
    max-width:1440px;
	position: relative;
	display: flex;
	flex-wrap:nowrap;
	padding:15px 0 0 0;
	margin: 0 auto 35px;
	background: #fff;
	box-sizing: border-box;
}
.sort_left {
	position: relative;
	width: 60%;
	padding: 0;
	box-sizing: border-box;
}
.sort_left .sort-box .box .pic {
	overflow: hidden;
	padding-top: 0;
	box-sizing: border-box;
}
.sort_left .sort-box .box .pic img {
	max-height: 420px !important;
}
.sort-box .slick-list {
	padding-top: 0 !important;
}
.sort_right {
	position: relative;
	width: 40%;
	margin-left: 32px;
	box-sizing: border-box;
}
/*  分類標題  */
.sort_right .title {
	height: 0;
	width: 180px;
	border-bottom: 24px solid #e67e22;
	border-right: 24px solid transparent;
	text-align: center;
}
.sort_right .title span {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-left: 12px;
}
.sort_right .title-underline {
	border-bottom: 2px solid #e67e22;
}
/* end 分類標題  */
.sort-box.sort-box.sort-list .item {
	width: 100%;
}
.sort-box.sort-box.sort-list .item .box {
	border-bottom: 1px solid #EDEDED;
	border-left: 0;
	margin: 0;
	padding: 15.5px 0;
	position:relative;
}
.sort_left .sort-box.sort-box.sort-list .item .box {
	border: 0;
	padding: 0;
	position: relative;
}
.sort-box.sort-box.sort-list .box .pic img {
	width: 100% !important;
}
.sort-box.sort-box.sort-list .name {
	margin: 0;
	padding: 0;
}
.sort_left .sort-box.sort-box.sort-list .desc {
	background-color: #0000008a;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 64px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.sort_left .sort-box.sort-box.sort-list .name {
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	white-space: normal;
	line-height: 24px;
	height: 48px;
	max-height: 48px;
	padding: 8px 18px;
}
.sort_left .sort-box.sort-box .box .pic {
	padding-top: 0;
}
.sort-list-right.sort-box.sort-box .item {
	display: flex;
	flex-direction: column;
	width: 100%;
}
/* .sort_bottom */
.sort_bottom {
	position: relative;
}
.sort_box {
	position: relative;
	margin: 0 0 20px;
}
.sort_right .sort-box .name {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    max-height: 48px;
    height: 48px;
    margin: 0;
    color: #555;
    font-family: 'Noto Sans TC', serif;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.sort_top .cover{
    font-size: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.sort-box .box:hover .name {
    color: #e67e22;
}
.sort-box .slick-current .box .name {
    color:#e67e22;
}
.sort-more{
    display: none;
}
/*sect1*/
.sect1 {
    padding: 20px 0 10px;
    margin-bottom: 50px;
    position: relative;
}
.sect1 .container:before {
    content: "";
    background: #EEEEEE;
    width: calc(100% + 70px);
    height: calc(100% + 40px);
    position: absolute;
    left: -35px;
    top: 0;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #00000012;
}
.service-sect {
    display: block;
    margin: 0 auto;
    color: rgba(31,31,31,0.5);
    z-index: 1;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.service-sect .sect-title-box {
    display: flex;
    margin-bottom: 30px;
    padding-top: 30px;
}
.service-sect .sect-title-en{
    font-family: "Roboto";
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-right: 15px;
    letter-spacing: 0;
}
.service-sect .sect-title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.5px;
}
.service-list {
    margin: 0 -15px;
}
.service-list .item {
    width: 25%;
    padding: 0 15px;
}
.service-list .box {
    max-width: 330px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0px 3px 5px #00000012;
    display: flex;
    background: #FFF;
    border-radius: 20px;
    padding: 30px 40px 30px 30px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.service-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.service-list .box .pic{
    overflow: hidden;
    box-sizing: border-box;
    width: 50px;
    margin-right: 5px;
}
.service-list .box .pic img {
    position: relative;
    transition: all .3s ease;
    width: 45px;
}
.service-list .name{
    font-size: 27px;
    line-height: 27px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 5px;
    transition: all .3s ease;
    white-space: nowrap;
}
.service-list .more{
    font-family: "Roboto","微軟正黑體";
    font-size: 19px;
    color: #37404E;
    font-weight: bold;
    letter-spacing: 0;
    transition: all .3s ease;
    left: 0;
    position: relative;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 30px;
}
.service-list .more .ic-plus-circle{
    color: #E89F01;
    font-size: 21px;
    position: relative;
    top: 2px;
    left: -33px;
    opacity: 0;
    transition: all .3s ease;
}
.service-list .box:hover .name{
    color: #e67e22;
}
.service-list .box:hover .more {
    left:27px;
}
.service-list .box:hover .more .ic-plus-circle{
    opacity: 1;
    left: -5px;
}
/*sect2*/
.sect2 {
    padding: 10px 0 30px;
    position: relative;
}
.sect2:after {
    content: "";
    background: url(../images/news-bg-1.png);
    width: 878px;
    height: 348px;
    position: absolute;
    left: calc( 50% - 451px);
    top: -110px;
    z-index: -1;
}
.news-sect {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    color: rgba(31,31,31,0.5);
    z-index: 1;
    position: relative;
}
.news-sect .sect-title-en{
    font-family: "Roboto";
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 43px;
    line-height: 43px;
    background: linear-gradient(to right,#EE7F32,#E79E01);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.news-sect .sect-title {
    font-weight: bold;
    font-size: 23px;
    color: #000;
    margin-bottom: 45px;
    text-align: center;
}
.news-list .slick-list {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.news-sect .slick-dots {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: -36px;
    left: 10px;
    right: 10px;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: none;
    width: 22px;
    height: 20px;
    cursor: pointer;
    
    position: relative;
}
.news-sect .slick-dots li button:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    border: 1px solid #EC7F32;
}
.news-sect .slick-dots li.slick-active button:before {
    background: #EC7F32;
}
.news-list .item {
    width: 20%;
    padding: 0;
    position: relative;
    transition: all .3s ease;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #FFF;
}
.news-list.new-style {
    position: relative;
}
.news-list.new-style .item {
    width: 25%;
    border: 0;
}
.news-list.new-style .item .box {
    display: flex;
    flex-direction: column-reverse;
    border-left: 1px solid #EDEDED;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.news-list.new-style .box .pic {
    padding-top: 12px;
}
.news-list.new-style .box .pic img {
    width: 100%;
}
.news-list.new-style .item:first-of-type .box {
    border-left: 0;
}
.news-list.new-style .name {
    font-size: 16px;
    font-weight: 400;
    max-height: 42px;
    height: 42px;
    margin: 10px 0 0;
    color: #555;
    font-family: 'Noto Sans TC', serif;
    line-height: 16px;
}
.news-list.new-style .box:hover .name {
    color: #e67e22;
}
.news-list.new-style .date {
    width: auto;
    height: auto;
    border: 0;
    display: block;
    font-size: 10px;
    line-height: 24px;
    text-align: left;
    font-size: 10px;
    color: #6d6f6f;
    margin: 0;
}
.news-list.new-style .item:hover .date {
    background: transparent;
    color: #6d6f6f;
}
.news-list.new-style .item:before {
    display: none;
}
.news-list.new-style .date small {
    font-size: 10px;
}
@media(max-width:1261px){
    .news-list .item {
        width: calc(100% / 3);
    }
}
@media(max-width:1001px){
    
    .news-list.new-style .item {
        width: 50%;
        border: 0;
    }
    .news-list .item {
        width: calc(100% / 2);
    }
}
@media(max-width:521px){
    
    .news-list.new-style .item {
        width: 100%;
        border: 0;
    }
    .news-list .item {
        width: calc(100%);
    }
}
.news-list .item:before {
    content: "";
    background: linear-gradient(to bottom,#E79E01,#EE7F32);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
}
.news-list .item + .item {
    border-left: 1px solid transparent;
}
.news-list .item.slick-active + .item.slick-active {
    border-left: 1px solid #EDEDED;
}
.news-list .item.slick-active:hover {
    left: -13px;
    top: -15px;
    border: 1px solid #EDEDED;
}
.news-list .item.slick-active:hover:before {
    left: 15px;
    top: 15px;
    opacity: 1;
}
.news-list .box {
    /* max-width: 360px; */
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0px 0px 0px 0px rgba(64, 32, 0, 0.2);
    background: #FFF;
    padding-left: 35px;
    padding-right: 35px;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .box .pic{
    overflow: hidden;
    padding-top: 20px;
    box-sizing: border-box;
}
.news-list .box .pic img {
    position: relative;
    transition: all .3s ease;
    margin: auto;
}
.news-list .date{
    width: 153px;
    height: 153px;
    border-radius: 50%;
    border:1px solid #EE7F32;
    background: linear-gradient(to bottom,#FFF,#FFF);
    font-family: "Roboto";
    font-size: 63px;
    line-height: 70px;
    color: #EC7F32;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    transition: all .3s ease;
}
.news-list .date_2{
    display: none;
}
.news-list .date small{
    font-size: 18px;
    line-height: 20px;
}
.news-list .name{
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 28px;
    max-height: 62px;
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .description{
    font-size: 19px;
    line-height: 29px;
    color: #262B33;
    margin-top: 15px;
    border-top: 1px solid #EDEDED;
    padding-top: 18px;
    max-height: 170px;
    height: 170px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .more{
    font-family: "微軟正黑體";
    font-size: 19px;
    color: #ED7F32;
    font-weight: bold;
    letter-spacing: 0;
    transition: all .3s ease;
    left: 0;
    position: relative;
    width: 162px;
    height: 45px;
    border: 1px solid #FFE6B0;
    border-radius: 50px;
    text-align: center;
    line-height: 46px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all .3s ease;
}
.news-list .item:hover .more{
    border: 1px solid #FFE6B0;
    background: #FFE6B0; 
}
.news-list .item:hover .date {
    background: linear-gradient(to bottom,#E79E01,#EE7F32);
    color: #FFF;
}
.news-sect .slick-prev,
.news-sect .slick-next {
    white-space: nowrap;
    text-indent: unset;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #37414F;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: calc( 50% + 70px);
    margin-top: -25px;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 0;
    color: #FFF;
    cursor: pointer;
    transition: all .3s ease;
}
.news-sect .slick-prev:hover,
.news-sect .slick-next:hover {
    background: #EE7F32;
}
.news-sect .slick-prev:before{
    content: "\f053";
    font-size: 22px;
    top: calc( 50% - 11px);
    right: calc( 50% - 7.5px);
}
.news-sect .slick-next:before{
    content: "\f054";
    font-size: 22px;
    position: absolute;
    top: calc( 50% - 11px);
    right: calc( 50% - 7.5px);
}
.news-sect .slick-prev {
    background-position: 0 0;
    left: -70px;
    z-index: 1;
}
.news-sect .slick-next {
    background-position: 100% 0;
    right: -70px;
    z-index: 1;
}
.news-sect .slick-prev:hover {
    background-position: 0 100%;
}
.news-sect .slick-next:hover {
    background-position: 100% 100%;
}
/*sect3*/
.sect-tab .tab{
    display: flex;
    justify-content: center;
    margin-bottom: 85px;
    position: relative;
    flex-wrap: wrap;
}
.sect-tab .tab-title{
    display: none;
}
.sect-tab .tabcontent {
    display: none;
    position: relative;
}
.sect-tab .tabcontent:before {
    content: "";
    background: #EEEEEE;
    width: calc(100% + 100px);
    height: calc(100% + 70px);
    position: absolute;
    left: -50px;
    top: -30px;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #00000012;
}
.sect-tab .tabcontent.active {
    display: block;
}
.sect-tab .tab .tablinks{
    font-size: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #DDD;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all .3s ease;
    font-weight: bold;
    margin-bottom: 10px;
}
.sect-tab .tab .tablinks.active,
.sect-tab .tab .tablinks:hover{
    color: #FFF;
    background: #EE7F32;
}
.products-bottom{
    position: absolute;
    right: 19px;
    top: 3px;
}
.products-bottom .more-btn{
    color: #3093D6;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease;
}
.products-bottom .more-btn:hover{
    color: #F3AD34;
}
.sect3 {
    margin-top: 11px;
    padding-top: 11px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}
.sect3:after {
    content: "";
    background: url(../images/news-bg-1.png);
    width: 878px;
    height: 348px;
    position: absolute;
    left: calc( 50% - 451px);
    top: -32px;
    z-index: -1;
    display: none;
}
.products-sect {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    color: rgba(31,31,31,0.5);
    z-index: 1;
    position: relative;
}
.products-sect .sect-title-box{
    display: flex;
    margin-bottom: 15px;
}
.products-sect .sect-title-en{
    font-family: "Roboto";
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-right: 15px;
    letter-spacing: 0;
}
.products-sect .sect-title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.5px;
}
.products-list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease; 
}
.products-list.slick-initialized {
    opacity: 1;
    visibility: visible; 
}
.products-list {
    margin: 0 -10px;
    position: relative;
}
.products-list .item {
    padding: 0 0;
    width: calc(100% / 4);
}
.products-list .slick-list {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -20px;
    margin-right: -20px;
}
.products-list .box {
    margin: 0 20px;
    position: relative;
    padding: 35px;
    transition: all .3s ease;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #00000012;
    margin-bottom: 5px;
}
.products-list  .box:hover .name{
    color: #e67e22;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../images/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .name {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 28px;
    max-height: 62px;
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;
}
/* .products-list .info {
    color: #2c2c2c;
    background: #efefef;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.5;
    padding-top: 7px;
    border-radius: 6px;
    padding-bottom: 4px;
    font-size: 16px;
} */
.products-list .info {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.5;
    text-align: center;
    color: #2c2c2c;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    min-height: 80px;
}
.products-list .info span{
    position: relative;
    background: #e67e22;
    color: #FFF;
    padding: 3px;
    display: block;
    border-radius: 7px;
    max-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .p-price-original {
    font-size: 18px;
    color: #8F8F8F;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}
.products-list .p-price-original span{
    font-size: 23px;
    color: #8F8F8F;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.5px;
    text-decoration: line-through;
}
.products-list .p-price {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}
.products-list .p-price span{
    font-size: 23px;
    color: #EE7F32;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.5px;
}
.products-list .p-discount {
    font-size: 15px;
    color: #838383;
    margin-top: 0px;
    text-align: center;
    display: none;
}
.products-list .p-discount span{
    font-size: 20px;
    color: #e76c05;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.5px;
}
.products-list .box.new:before {
    content: '';
    background: url("../images/new_tag.svg") no-repeat;
    background-position: center;
    width: 58px;
    height: 42px;
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 30px;
}
.products-sect .slick-prev,
.products-sect .slick-next {
    white-space: nowrap;
    text-indent: unset;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #37414F;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    top: calc( 50% + 55px);
    margin-top: -25px;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 0;
    color: #FFF;
    cursor: pointer;
    transition: all .3s ease;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
    background: #EE7F32;
}
.products-sect .slick-prev:before{
    content: "\f053";
    font-size: 16px;
    top: calc( 50% - 11px);
    right: calc( 50% - 7.5px);
}
.products-sect .slick-next:before{
    content: "\f054";
    font-size: 16px;
    position: absolute;
    top: calc( 50% - 8px);
    right: calc( 50% - 7.5px);
}
.products-sect .slick-prev {
    background-position: 0 0;
    left: -72px;
    z-index: 1;
}
.products-sect .slick-next {
    background-position: 100% 0;
    right: -72px;
    z-index: 1;
}
.products-sect .slick-prev:hover {
    background-position: 0 100%;
}
.products-sect .slick-next:hover {
    background-position: 100% 100%;
}
/*sect3-2*/
.sect3-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.sect3-2:after {
    content: "";
    background: url(../images/news-bg-1.png);
    width: 878px;
    height: 348px;
    position: absolute;
    left: calc( 50% - 451px);
    top: -32px;
    z-index: 0;
}
.sect3-3 {
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
}
.sect3-3:after {
    content: "";
    background: url(../images/news-bg-1.png);
    width: 878px;
    height: 348px;
    position: absolute;
    left: calc( 50% - 451px);
    top: -32px;
    z-index: 0;
}
.sect4{
    position: relative;
    padding-top: 115px;
    padding-bottom: 150px;
    background: linear-gradient(to bottom,#FFF,#d0d0d0);
}
.sect4:before{
    content: "";
    background: url(../images/about-bg-1.jpg),#EE8031;
    background-position: right top,center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 950px;
    height: 100%;
}
.sect4:after{
    content: "";
    background: #1C1C1C;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc( 100vw - 950px);
    height: calc( 100% - 240px);
    z-index: 0;
}
.about-sect .about-left .sect-title-en{
    font-family: "Roboto";
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
    margin-bottom: 83px;
}
.about-sect .about-left .editor{
    font-size: 20px;
    color: #FFF;
    line-height: 37px;
    width: 476px;
}
.about-video{
    position: absolute;
    right: 0px;
    top: 153px;
    width: 60vw;
    height: 100%;
    z-index: 2;
}
.about-video iframe{
    height: 100%;
}
.sect4 .about-more{
    display: inline-block;
    position: absolute;
    right: 0;
    top: -822px;
}
.sect4 .more {
    position: relative;
    display: block;
    width: 220px;
    height: 78px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    color: #1C1C1C;
    line-height: 81px;
    font-family: 'Roboto', serif;
    font-size: 23px;
    font-weight: bold;
    margin: 20px;
    text-align: center;
    border: 1px solid transparent;
}
.sect4 .more b {
    text-align: center;
    text-transform:lowercase;
    display: block;
    z-index: 10;
    position: relative;;
}
.sect4 .btn-6:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #EDEDED;
    position: absolute;
    display: block;
    z-index: -1;
}
.sect4 .btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #FEBA2C;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.sect4 .btn-6:hover span {
    width: 630px;
    height: 260px;
}
.sect4 .btn-6:hover{
    color: #1C1C1C;
}
.sect5 {
    margin-top: 11px;
    padding-top: 11px;
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 40px;
}
.sect5 .container:before {
    content: "";
    background: #EEEEEE;
    width: calc(100% + 70px);
    height: calc(100% + 40px);
    position: absolute;
    left: -35px;
    top: 0;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #00000012;
}
.brands-sect {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    color: rgba(31,31,31,0.5);
    z-index: 1;
    position: relative;
}
.brands-sect .sect-title-box{
    display: flex;
    margin-bottom: 15px;
    padding-top: 30px;
}
.brands-sect .sect-title-en{
    font-family: "Roboto";
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-right: 15px;
    letter-spacing: 0;
}
.brands-sect .sect-title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.5px;
}
.brands-list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease; 
}
.brands-list.slick-initialized {
    opacity: 1;
    visibility: visible; 
}
.brands-list {
    margin: 0 -10px;
    position: relative;
}
.brands-list .item {
    padding: 0 0;
    width: calc(100% / 4);
}
.brands-list .slick-list {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -20px;
    margin-right: -20px;
}
.brands-list .box {
    margin: 0 20px;
    position: relative;
    padding: 35px;
    transition: all .3s ease;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #00000012;
    margin-bottom: 5px;
}
.brands-list  .box:hover .name{
    color: #e67e22;
}
.brands-list  .box:hover .more-btn{
    background: #e67e22;
}
.brands-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.brands-list .pic-1,
.brands-list .pic-2 {
    display: block;
    position: relative;
    overflow: hidden;
}
.brands-list .pic-1{
    margin-bottom: 10px;
}
.brands-list .pic-2{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brands-list .pic-2 img{
    width: 100%;
    max-width: 155px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}
.brands-list .name {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
    color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 0;
    max-height: 35px;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;
}
.brands-list .more-btn{
    background: #3093D6;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    height: 54px;
    width: calc(100% - 50px);
    line-height: 54px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition: all .3s ease;
}
.brands-sect .slick-prev,
.brands-sect .slick-next {
    white-space: nowrap;
    text-indent: unset;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #37414F;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    top: calc( 50% + 55px);
    margin-top: -25px;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 0;
    color: #FFF;
    cursor: pointer;
    transition: all .3s ease;
}
.brands-sect .slick-prev:hover,
.brands-sect .slick-next:hover {
    background: #EE7F32;
}
.brands-sect .slick-prev:before{
    content: "\f053";
    font-size: 16px;
    top: calc( 50% - 11px);
    right: calc( 50% - 7.5px);
}
.brands-sect .slick-next:before{
    content: "\f054";
    font-size: 16px;
    position: absolute;
    top: calc( 50% - 8px);
    right: calc( 50% - 7.5px);
}
.brands-sect .slick-prev {
    background-position: 0 0;
    left: -72px;
    z-index: 1;
}
.brands-sect .slick-next {
    background-position: 100% 0;
    right: -72px;
    z-index: 1;
}
.brands-sect .slick-prev:hover {
    background-position: 0 100%;
}
.brands-sect .slick-next:hover {
    background-position: 100% 100%;
}
/* rwd */
@media screen and (max-width: 1650px) {
    .sect3{
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .products-sect .slick-prev {
        left: -76px;
    }
    .products-sect .slick-next {
        right: -76px;
    }
    .products-list {
        margin: 0 -5px;
    }
    .products-list .box {
        margin-left: 15px;
        margin-right: 15px;
        padding: 25px;
    }
    .products-list .name {
        font-size: 20px;
    }
    .sect-tab .tabcontent:before {
        height: calc(100% + 52px);
    }
    .news-sect .slick-prev,
    .news-sect .slick-next {
        top: calc( 50% + 83px);
    }
    .news-sect .slick-prev {
        left: 0px;
    }
    .news-sect .slick-next {
        right: 0px;
    }
    .news-sect .slick-prev, .news-sect .slick-next {
        width: 35px;
        height: 35px;
    }
    .sect5{
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .brands-sect .slick-prev {
        left: -76px;
    }
    .brands-sect .slick-next {
        right: -76px;
    }
    .brands-list {
        margin: 0 -5px;
    }
    .brands-list .box {
        margin-left: 15px;
        margin-right: 15px;
        padding: 25px;
    }
    .brands-list .name {
        font-size: 20px;
    }
    .sect1 {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-list .box{
        padding: 20px 15px;
    }
    .service-list .name{
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 1300px) {
    .sect4 {
        padding-top: 0px;
        padding-bottom: 45px;
    }
    .sect4:before {
        width: 100%;
        height: 100%;
    }
    .sect4:after {
        display: none;
    }
    .sect4 .about-top{
        height: 42px;
        min-height: 42px;
        background: #E9980E;
        z-index: 1;
        position: relative;
    }
    .sect4 .about-top:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 42px;
        width: 30vw;
        background: #F8F8F8;
    }
    .about-video {
        position: relative;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .about-sect .about-left .editor {
        width: 100%;
        z-index: 1;
        position: relative;
    }
    .about-sect .about-left .sect-title-en {
        letter-spacing: 3px;
        font-size: 40px;
        line-height: 40px;
        word-wrap:break-word;
        width: 148px;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
        position: relative;
        z-index: 0;
    }
    .about-sect .about-left .sect-title-en:after {
        content: "";
        background: url(../images/service-bg-1.png);
        width: 375px;
        height: 348px;
        position: absolute;
        left: calc( 50% - 180px);
        top: 0;
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .about-sect .about-left .editor {
        font-size: 15px;
        line-height: 29px;
    }
    .sect4 .about-more {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin: auto; 
    }
    .sect4 .more {
        width: 150px;
        height: 53px;
        line-height: 52px;
        font-size: 17px;
        margin: 20px;
        text-align: center;
        margin: auto;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .sect3 {
        max-width: unset;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sect-tab .tabcontent:before {
        border-radius: 0;
    }
    .products-sect .slick-prev {
        left: -22px;
    }
    .products-sect .slick-next {
        right: -22px;
    }
    .sect5 {
        max-width: unset;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sect5 .container:before {
        border-radius: 0;
    }
    .brands-sect .slick-prev {
        left: -22px;
    }
    .brands-sect .slick-next {
        right: -22px;
    }
    .sect1 {
        max-width: unset;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .sect1 .container:before{
        border-radius: 0;   
        height: calc(100% + 10px);
    }
    .service-list .name {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-nav {
        position: static;
        text-align: center;
    }
    .banner-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner-nav .txt {
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px) {
    h1{
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 22px;
        padding-top: 15px;
    }
    .index-branch-btn{
        margin-bottom: 10px;
    }
    .index-branch-btn .index-branch-links{
        font-size: 15px;
    }
    .sort-title .sect-title-box {
        justify-content: center;
        margin-bottom: 5px;
        padding-top: 10px;
    }
    .sort-title .sect-title-en {
        display: none;
    }
    .sort-title .sect-title {
        font-size: 24px;
        color: #000;
    }
    .sort_top {
        flex-direction: column;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .sort_left {
        width: 100%;
        margin: 0 0 20px;
    }
    .sort_right {
        width: 100%;
        padding: 0;
        margin-left: 0px;
    }
    .sort_left .news-list .box .pic img {
        height: auto !important;
    }
    .sort-more{
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .sort-more a{
        font-size: 17px;
        width: 165px;
        height: 45px;
        line-height: 45px;
        margin-top: 15px;
        margin-left: 0;
        background: #FFF;
        color: #e67e22;
        border: 1px solid #e67e22;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 30px;
        transition: all .3s ease;
        font-weight: bold;
        padding-left: 20px;
        position: relative;
        text-align: left;
    }
    .sort-more a:before{
        font-family: 'icon-font' !important;
        content: "\f054";
        font-size: 17px;
        color: #e67e22;
        position: absolute;
        right: 15px;
        top: 0;
        font-weight: normal;
        transition: all .3s ease;
    }
    .sort-more a:hover{
        background: #e67e22;
        color: #FFF;
    }
    .sort-more a:hover:before{
        color: #FFF;
    }
    .sect1 {
        padding: 20px 0 20px;
        margin-bottom: 10px;
    }
    .service-sect .sect-title-box {
        justify-content: center;
        margin-bottom: 20px;
        padding-top: 25px;
    }
    .service-sect .sect-title-en {
        display: none;
    }
    .service-sect .sect-title {
        font-size: 24px;
        color: #000;
    }
    .service-list{
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-list .item {
        width: 50%;
        padding: 0 10px;
    }
    .service-list .name {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        margin-left: 3px;
    }
    .service-list .box .pic {
        margin-right: 3px;
    }
    .service-list .more {
        font-size: 16px;
        left: -15px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .service-list .more .ic-plus-circle {
        left: -3px;
    }
    .service-list .box:hover .more {
        left: 13px;
    }
    .sect2 {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .sect2:after {
        content: "";
        background: url(../images/news-bg-1.png);
        width: 435px;
        height: 149px;
        position: absolute;
        left: calc( 50% - 189px);
        top: -12px;
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .news-sect .sect-title-en {
        display: none;
    }
    .news-sect .sect-title {
        font-size: 26px;
        background: linear-gradient(to right,#EE7F32,#E79E01);
        color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .news-sect .slick-dots {
        top: -19px;
    }
    .news-sect .sect-title {
        margin-bottom: 15px;
    }
    .news-list .box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-list .item.slick-active:hover:before {
        opacity: 0;
    }
    .news-list .item.slick-active:hover {
        left: 0px;
        top: 0px;
    }
    .news-list .date{
        display: none;
    }
    .news-list .date_2{
        display: block;
        width: 126px;
        height: 40px;
        border-radius: 10px;
        border:1px solid #EE7F32;
        font-family: "Roboto";
        font-size: 18px;
        line-height: 20px;
        color: #EC7F32;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: 15px
    }
    .news-list .name {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 12px;
        margin-top: 16px;
        max-height: 38px;
        height: 38px;
        padding-bottom: 13px;
    }
    .news-list .description {
        display: none;
    }
    .news-list .box .pic {
        border-top: 1px solid #EDEDED;
    }
    .news-list .more {  
        font-size: 13px;   
        width: 119px;
        height: 30px;
        line-height: 29px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-sect .slick-prev {
        left: -10px;
    }
    .news-sect .slick-prev, .news-sect .slick-next {
        width: 35px;
        height: 35px;
        top: calc( 50% + 86px);
        display: none !important;
    }
    .news-sect .slick-prev:before {
        font-size: 17px;
        top: calc( 50% - 8px);
    }
    .news-sect .slick-next {
        right: -10px;
    }
    .news-sect .slick-next, .news-sect .slick-next {
        width: 35px;
        height: 35px;
        top: calc( 50% + 86px);
    }
    .news-sect .slick-next:before {
        font-size: 17px;
        top: calc( 50% - 8px);
    }
    .sect-tab .tab-title{
        display: block;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1.5px;
        line-height: 1.2;
        margin: 0;
        opacity: 1;
        width: auto;
        height: auto;
        color: #FFF;
        background: #EE7F32;
        border-radius: 20px;
        padding: 10px 20px;
        margin-bottom: 30px;
        font-weight: bold;
    }
    .sect-tab .tab-title::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        top: 15px;
        right: 35px;
        transition: all 0.5s ease;
    }
    .sect-tab .tab{
        display: block;
        position: absolute;
        width: calc(100% - 30px);
        z-index: 2;
        background: #fff;
        padding: 0;
        display: none;
        left: 15px;
        top: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden;
    }
    .sect-tab .tab .tablinks{
        display: block;
        border-radius: 0;
        margin: 0;
        padding: 7px 20px;
        text-align: left;
        background: #e9e9e9;
    }
    .sect-tab .tab .tablinks + .tablinks{
        border-top: 1px solid #ddd;
    }
    .sect-tab .tab .tablinks.active, 
    .sect-tab .tab .tablinks:hover{
        color: #fff;
        background: #1C1C1C;
    }
    .sect-tab.tab-open .tab{
        display: block;
    }
    .sect-tab.tab-open .tab-title{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sect-tab.tab-open .tab-title::before{
        transform: rotate(180deg);
    }
    .sect3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect3:after {
        content: "";
        background: url(../images/news-bg-1.png);
        width: 435px;
        height: 149px;
        position: absolute;
        left: calc( 50% - 189px);
        top: -12px;
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sect3-2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect3-2:after {
        content: "";
        background: url(../images/news-bg-1.png);
        width: 435px;
        height: 149px;
        position: absolute;
        left: calc( 50% - 189px);
        top: -12px;
        z-index: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sect3-3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect3-3:after {
        content: "";
        background: url(../images/news-bg-1.png);
        width: 435px;
        height: 149px;
        position: absolute;
        left: calc( 50% - 189px);
        top: -12px;
        z-index: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .products-bottom .more-btn {
        font-size: 17px;
    }
    .sect-tab .tabcontent {
        padding-top: 20px;
    }
    .sect-tab .tabcontent:before {
        height: calc(100% + 30px);
        top: 0;
    }
    .products-sect .sect-title-box {
        justify-content: center;
        margin-bottom: 5px;
    }
    .products-sect .sect-title-en {
        display: none;
    }
    .products-sect .sect-title {
        font-size: 24px;
        color: #000;
    }
    .products-sect .slick-prev {
        display: block !important;
    }
    .products-sect .slick-next {
        display: block !important;  
    }
    .products-sect .slick-prev {
        left: -10px;
    }
    .products-sect .slick-prev, .products-sect .slick-next {
        width: 35px;
        height: 35px;
        top: calc( 50% + 35px);
    }
    .products-sect .slick-prev:before {
        font-size: 17px;
        top: calc( 50% - 8px);
    }
    .products-sect .slick-next {
        right: -10px;
    }
    .products-sect .slick-next, .products-sect .slick-next {
        width: 35px;
        height: 35px;
        top: calc( 50% + 35px);
    }
    .products-sect .slick-next:before {
        font-size: 17px;
        top: calc( 50% - 8px);
    }
    .products-list .slick-slide img {
        margin: auto;
    }
    .products-list .box.new:before {
        left: 20px;
        top: 20px;
    }
    .products-list .box {
        padding: 15px 15px;
    }
    .products-list .name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 13px;
        max-height: 54px;
        height: 54px;
    }
    .products-list .info {
        font-size: 14px;
        min-height: unset;
    }
    .products-list .info span{
        max-height: unset;
        display: block;
    }
    .products-list .p-price-original {
        font-size: 16px;
    }
    .products-list .p-price-original span{
        font-size: 20px;
    }
    .products-list .p-price {
        font-size: 16px;
        margin-top: 8px;
        line-height: 1.3;
    }
    .products-list .p-price span{
        font-size: 20px;
    }
    .products-list .p-discount {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 8px;
    }
    .products-list .p-discount span{
        font-size: 18px;
    }
    .products-list .slick-list {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 10px;
    }
    .products-bottom {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        padding-top: 25px;
    }
    .sect5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .brands-sect .sect-title-box {
        justify-content: center;
        margin-bottom: 5px;
        padding-top: 25px;
    }
    .brands-sect .sect-title-en {
        display: none;
    }
    .brands-sect .sect-title {
        font-size: 24px;
        color: #000;
    }
    .brands-sect .slick-prev {
        display: block !important;
    }
    .brands-sect .slick-next {
        display: block !important;  
    }
    .brands-sect .slick-prev {
        left: -10px;
    }
    .brands-sect .slick-prev, .brands-sect .slick-next {
        width: 35px;
        height: 35px;
        top: calc( 50% + 35px);
    }
    .brands-sect .slick-prev:before {
        font-size: 17px;
        top: calc( 50% - 8px);
    }
    .brands-sect .slick-next {
        right: -10px;
    }
    .brands-sect .slick-next, .brands-sect .slick-next {
        width: 35px;
        height: 35px;
        top: calc( 50% + 35px);
    }
    .brands-sect .slick-next:before {
        font-size: 17px;
        top: calc( 50% - 8px);
    }
    .brands-list .slick-slide img {
        margin: auto;
    }
    .brands-list .box {
        padding: 15px 15px;
    }
    .brands-list .name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 5px;
        max-height: 26px;
        height: 26px;
    }
    .brands-list .slick-list {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 10px;
    }
}
@media screen and (max-width: 500px) {
    .sect3 {
        padding-left: 0;
        padding-right: 0;
    }
    .sect5 {
        padding-left: 0;
        padding-right: 0;
    }
    .brands-list .more-btn {
        border: 1px solid #3093D6;
        background: #FFF;
        color: #3093D6;
        height: 42px;
        width: 100%;
        max-width: 130px;
        line-height: 42px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .brands-list .box:hover .more-btn {
        border: 1px solid #e67e22;
        color: #FFF;
    }
}