@font-face {
    font-family: 'Raleway';
    src: url('../font/raleway-regular-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/raleway-regular-webfont.woff') format('woff');
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../font/raleway-bold-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/raleway-bold-webfont.woff') format('woff');
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../font/MYRIADPRO-REGULAR.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/MYRIADPRO-REGULAR.woff') format('woff');
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../font/MYRIADPRO-BOLD.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/MYRIADPRO-BOLD.woff') format('woff');
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'NotoSans';
    src: url('../font/NotoSans-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/NotoSans-Regular.woff') format('woff');
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../font/NotoSans-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/NotoSans-Bold.woff') format('woff');
    /* Pretty Modern Browsers */
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Raleway; */
    /* font-family: NotoSans, sans-serif; */
    /* font-family: Helvetica Neue;
    line-height: 1.1; */
}

*.bold,
.h1.bold,
.h2.bold,
.h3.bold,
.h4.bold,
.h5.bold,
.h6.bold,
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
.bold * {
    font-family: Arial;
    line-height: 1.1;
    word-break: break-word;
}

* .title,
.header * {
    font-family: Arial;
    /* line-height: 1; */
    /* line-height: 1.2; */
}

* .title.bold,
.header .bold {
    font-family: Arial;
    line-height: 1;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

.maxwidth {
    max-width: 1440px;
    margin: auto;
}

body {
    background: #fff;
    padding: 25px 0px 10px;
    background-image: url(../../asset/image/top_line.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-family: Arial;
}

body.en {
    font-family: Arial;
}

body.sc *,
body.sc .h1,
body.sc .h2,
body.sc .h3,
body.sc .h4,
body.sc .h5,
body.sc .h6,
body.sc h1,
body.sc h2,
body.sc h3,
body.sc h4,
body.sc h5,
body.sc h6,
body.sc * .title.bold,
body.sc .header .bold,
body.sc {
    font-family: "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "宋体", Arial, Helvetica, Verdana, sans-serif; 
}

body.tc *,
body.tc .h1,
body.tc .h2,
body.tc .h3,
body.tc .h4,
body.tc .h5,
body.tc .h6,
body.tc h1,
body.tc h2,
body.tc h3,
body.tc h4,
body.tc h5,
body.tc h6,
body.tc * .title.bold,
body.tc .header .bold,
body.tc {
    font-family: "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif; 
}

body.sc * .title.bold,
body.sc .header .bold,
body.tc * .title.bold,
body.tc .header .bold,
body.sc *.bold,
body.sc .h1.bold,
body.sc .h2.bold,
body.sc .h3.bold,
body.sc .h4.bold,
body.sc .h5.bold,
body.sc .h6.bold,
body.sc h1.bold,
body.sc h2.bold,
body.sc h3.bold,
body.sc h4.bold,
body.sc h5.bold,
body.sc h6.bold,
body.tc *.bold,
body.tc .h1.bold,
body.tc .h2.bold,
body.tc .h3.bold,
body.tc .h4.bold,
body.tc .h5.bold,
body.tc .h6.bold,
body.tc h1.bold,
body.tc h2.bold,
body.tc h3.bold,
body.tc h4.bold,
body.tc h5.bold,
body.tc h6.bold {
    font-weight: bold;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

h1,
.h1 {
    margin-top: 0;
}

h2 {
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #232f84;
}

h3,
.h3 {
    margin-top: 0;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #232f84;
    font-family: Arial;
}

h5,
h5 * {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    line-height: 1.5;
    /* letter-spacing: 1px; */
    letter-spacing: normal;
    color: #4a4a4a;
}

label {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    line-height: 1.5;
    /* letter-spacing: 1px; */
    letter-spacing: normal;
    color: #4a4a4a;
}

h5 {
    padding: 5px 0px;
}

h5.bold {
    padding: 10px 0;
}

img {
    width: 100%;
}

.no-padding {
    padding: 0;
}

.margin-inherit {
    margin: inherit;
}

.padding-inherit {
    padding: inherit;
}

.flex-right {
    display: flex;
    flex-direction: row-reverse;
}

.logo,
.header-group {
    /* height: 130px; */
    /* padding: 18px 15px 0; */
    padding-right: 0;
}

.logo img {
    max-width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.font-upper{
    text-transform: uppercase;
}
.news-swiper-wrap{
}

.header {
    min-height: 78px;
    padding: 10px 0px 0px;
    margin: 0;
    display: flex;
    align-items: flex-end;

}

.hr {
    margin-top: 20px;
    border-top: solid 1px;
}

.member-group {
    display: flex;
    color: #22b0df;
    font-size: 18px;
    font-weight: bold;
}

.member-group .header_url {
    padding: 0 5px;
}

.member-area {
    padding-top: 30px;
}

.menu-group {
    display: flex;
    align-items: end;
}

.menu-group .nav {
    margin-right: 10px;
}

.header ul.tool li {
    display: inline-block;
    width: 32px;
    text-align: center;
    height: 32px;
    line-height: 33px;
    margin: 0 5px;
    color: #000;
    cursor: pointer;
}

.header-group ul.nav li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.header-group ul.nav li span {
    padding: 30px 5px;
    margin: 0 5px;
}

.header-group ul.nav li:after {
    transition: all 0.3s linear;
    content: "";
    width: 0%;
    background: #337ab7;
    height: 3px;
    left: 0;
    bottom: -10px;
    display: block;
    position: relative;
    margin: auto;
}

.header-group ul.nav li:hover:after,
.header-group ul.nav li.active:after {
    width: 100%;
}

.header .tool .mail {
    background-image: url(../image/envelope.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: inline-block;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 33px;
    margin: 5px 5px 0;
    color: #000;
    cursor: pointer;
}
.header .tool .mail a{width:100%;height:100%;display: table;}
.register-btn {
    font-size: 24px;
    padding-right: 15px;
}

.nav>li>a {
    padding: 0 5px !important;
}

.tool {
    display: flex;
    margin: 5px 0 0;
}

.lang {
    position: relative;
}

.lang a {
    /* height: 44px; */
    padding-top: 5px !important;
}

.lang .nav {
    margin-right: 0;
}

.header .tool .lang-icon {
    /* background-image: url(../image/globe2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; */
    display: inline-block;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 33px;
    margin: 0 10px;
    color: #000;
    cursor: pointer;
}

.header .tool .lang-list {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0;
    padding: 10px;
    background-color: #eee;
    left: 8px;
}

.lang:hover .lang-list {
    display: block !important;
}

.lang-btn {
    padding: 5px 5px;
}

.lang .menu-title {
    padding-bottom: 12px;
}

.lang .menu-list {
    top: 45px;
    width: 100%;
}

.header-group .lang ul.nav li:after {
    bottom: -12px;
}

.menu-list {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    top: 39px;
    width: 240px;
    left: 0;
    display: none;
    color: #337ab7;
}

.menu-title {
    padding-bottom: 10px;
}

.menu-title:hover .menu-list {
    display: block !important;
}

.menu-list-item {
    padding: 10px 5px 10px 5px;
    text-align: left;
}

.menu-list-item:hover {
    /* text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-position: from-font; */
    background-color: #22adde;
    color: #fff;
}

.banner,
.product-list {
    width: 100%;
    overflow: hidden;
}

.content-title {
    font-size: 46px;
    font-weight: 900;
    margin: 0 20px 0px;
}
.y-fix-content-title{
    line-height: 1.1;
}

.margin-top {
    margin-top: 5px;
}

.content-desc {
    font-size: 22px;
    font-weight: bolder;
    margin: 0 20px 20px;
}

.product {
    padding-top: 20px;
}

.txt-center {
    text-align: center;
}

.h1 {
    padding: 0 20px;
    font-weight: 700;
}

.page-sub-title {
    font-weight: bold;
    font-size: 16px;
}

.page-content .h1 {
    padding: 0;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smaill-slide {
    /* padding: 0 10px; */
}

.product-content {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    background-color: rgb(255 255 255 / 75%);
    padding: 10px 20px;
    border-radius: 15px;
    width: 85%;
}

.product-title {
    margin-bottom: 5px;
    font-weight: bolder;
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.product-btn {
    background-color: black;
    width: 80%;
    padding: 5px 5px;
    margin: 0 auto;
    font-size: 14px;
    color: white;
    border-radius: 5px;
}

.news {
    margin: 20px 0;
    width: 100%;
    background-color: #f2f2f2;
    align-items: stretch;
    position: relative;
    padding: 0;
}

.newsSwiper {
    /* width: 50%; */
    overflow: hidden;
    right: 0;
    /* padding: 20px 0; */
}

.newsSwiper-button {
    background-image: none;
    font-size: 32px;
    /* color: #f78128; */
    color: #000;
    opacity: .2;
    font-family: "bootstrap-icons" !important;
}

.newsSwiper-pagination {
    bottom: 10px;
    width: 100%;
    text-align: left;
    padding-left: calc(50% + 40px);
}

.newsSwiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.newsSwiper-pagination .swiper-pagination-bullet-active {
    background: #f78128;
}

.newsImageArea {
    padding: 0;
    width: 700px;
    height: 360px;
}

.news .news-slide {
    background-color: #f2f2f2;
    /* padding: 0 10px 0 40px; */
    justify-content: left;
    align-items: flex-start;
}

.news-big-title {
    /* position: absolute; */
    top: 15px;
    left: 40px;
    text-align: left;
    color: #f78128;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.news-content {
    text-align: left;
    padding:0px 80px 20px 0;
}

.news-date {
    font-size: 12px;
}

.news-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.storySwiper {
    position: relative;
}

.storySwiper-button {
    background-image: none;
    font-size: 32px;
    /* color: #f78128; */
    color: #000;
    opacity: .2;
    width: auto;
    font-family: "bootstrap-icons" !important;
}

.storySwiper-pagination {
    bottom: 10px;
    /* width: 100%; */
    width: calc(60% - 30px);
    right: 0;
    text-align: left;
}

.storySwiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.storySwiper-pagination .swiper-pagination-bullet-active {
    background: #7fc17a;
}
#company-facts{ padding-top: 20px;}
.story {
    width: calc(100% - 40px);
    overflow: hidden;
    border: solid 2px #7fc17a;
    margin: 20px;
}

.story-slide {
    padding: 20px 30px;
    align-items: unset;
    -webkit-align-items: unset;
}
.swiper-s-wrap{
    padding: 0 30px;
}
.swiper-s-box{
    position: relative;
}


.story-img {
    max-width: 400px;
    margin-right: 30px;
    width: 40%;
}

.story-content {
    text-align: left;
    width: calc(60% - 30px);
}

.story-title {
    font-size: 36px;
    font-weight: bold;
    color: #7fc17a;
    margin-bottom: 20px;
}

.story-desc {
    font-size: 24px;
    font-weight: bold;
}

.story-name {
    font-weight: 300;
}

.our-story {
    background-color: #34addb;
    color: #fff;
    padding-right: 0;
    padding-left: 0;
    display: flex;align-items: center;
}

.our-story-content {
    margin-bottom:40px;
    padding-top:40px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
}

.our-story-title {
    text-align: center;
    font-size: 38px;
    margin:0 0 20px 0;
    line-height: 1;
    font-weight: bold;
}

.our-story-desc {
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 1.4;
}

.our-story-image {
    padding-right: 0;
    padding-left: 0;
}

.discover {
    background-color: #f2f2f2;
    margin: 20px 0;
    /* width: calc(100% - 40px); */
    width: 100%;
    padding: 40px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discover-content {
    background-color: #fff;
    padding:30px;
    font-size: 28px;
    font-weight: bold;
}

.discover-title {
    line-height: 1.4;
    margin-bottom: 10px;
}

.discover-desc {
    line-height: 1.4;
    margin-bottom:20px;
}

.discover-btn {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: table;
    padding:8px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.discover-btn:hover{ background-color: #f78128;}

.footer {
    padding-top: 10px;
    border-top: solid 2px #4ab740;
}

.top-footer {
    padding-top: 10px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.site-map-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.social-footer {
}

.social-item img {
    min-width: 30px;
}

.site-map-item {
    font-size: 14px;
    margin-bottom: 7px;
}

.address-footer {
    font-size: 14px;
}

.copyrights-footer {
    padding-left: 40px;
    padding-right: 5px;
    margin-bottom: 20px;
    font-size: 13px;
}
.copyrights-footer span{ display: block;}
.social-footer, .download-footer {
    display: flex;
 
    margin-bottom: 20px;
    width: 70%;
}

.social-item {
    padding: 0 10px;
}

.social-footer .social-item img {
    width: 40px;
}

.right-footer {
    padding-top: 20px;
    width: 30%;
}

.mobile {
    display: none;
}

.social-desc {
    font-size: 18px;
    padding: 0 10px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 4px;
    background-color: #333;
    margin:5px 0px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -9px);
    transform: rotate(45deg) translate(-8px, -9px);
}

.mobile-register {
    right: 140px !important;
    margin-top: 25px !important;
    position: absolute;
}

.mobile-register-icon {
    background-image: url(../image/person-plus.svg);
    transition: all 0.1s linear;
    height: 30px;
    background-size: 100%;
    width: 30px;
    background-repeat: no-repeat;
}

.mobile-mail {
    right: 100px !important;
    margin-top: 25px !important;
    position: absolute;
}

.mobile-mail-icon {
    background-image: url(../image/envelope.svg);
    transition: all 0.1s linear;
    height: 30px;
    background-size: 100%;
    width: 30px;
    background-repeat: no-repeat;
}

.mobile-lang {
    right: 50px !important;
    margin-top: 25px !important;
}

.mobile-lang-icon {
    background-image: url(../image/globe2.svg);
    transition: all 0.1s linear;
    height: 30px;
    background-size: 100%;
    width: 30px;
    background-repeat: no-repeat;
}

.mobile-menu,
.mobile-lang,
.mobile-mail,
.mobile-register {
    width: 30px;
    height: 36px;
    margin: 10px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-top: 23px;
}

.mobile-menu-list,
.mobile-lang-list {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    color: #337ab7;
    width: 100%;
    top: 78px;
    text-align: center;
    padding: 10px 5px;
    left: 0;
}

.mobile-menu-cat,
.mobile-menu-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.mobile-menu-cat:after {
    content: '\25BC';
}

.open .mobile-menu-cat:after {
    content: '\25B2';
}

.mobile-menu-sub {
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}

.open .mobile-menu-sub {
    display: block !important;
}

.display-menu {
    display: block !important;
}

.privacy-policy{padding:20px;}
.privacy-policy .h1{padding:0px;}
.inside-content {
    /* padding: 0 20px; */
    margin-bottom: 40px;
}

.inside-content-title {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4a4a4a;
    font-weight: bold;
}

.page-content {
    padding: 0 20px;
}

.break {
    padding: 6px;
}

.show-go-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 999;
    background-color: #7abe1e;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    display: block;
}

.content-banner {
    position: relative;
}

.content-banner-title {
    position: absolute;
    top: 30px;
    font-size: 48px;
    color: rgb(238 238 238 / 80%);
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.content-title {
    position: relative;
}

.main-content {
    position: relative;
}

.page-title-search {
    position: absolute;
    right:30px;
    top: 10px;
}

.page-title-search .year-box {
    width: 100px;
}

.select-box select {
    display: block;
    width: 100%;
    padding: 6px 16px 6px 12px;
    position: relative;
    z-index: 1;
    border: none;
    border-bottom: 1px solid #93278f;
    background: none;
    /* color: #2b2b2b; */
    text-align: left;
    font-size: 16px;
}

.main-content {
    padding: 10px 10px;
}

.news-list .h1,
.news-list .select-box select,
.news-list .list-title,
.news-list .list-content-title {
    color: #93278f;
}

.news-list .list-item {    
    padding: 10px 0 20px;

}

.list-title {
    margin-bottom: 10px;
    margin: 0;
    padding:10px 0;border-bottom: solid 1px #93278f;
}

.list-title-show-icon {
    position: absolute;
    right: 5px;
    top: 5px;
}

.list-content-detail {
    padding: 0 0 30px 0;
}
list-content-img{    padding-right: 0;}
.list-content {
    display: none;padding: 30px 0; margin: 0;
}

.list-content-date {
    margin-bottom: 10px;
}

.list-title-txt,
.list-title-date {
    font-size: 18px;
    padding-right: 30px;
    padding-left: 0;
}

.list-content-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}


.list-content-btn {
    position: absolute;
    bottom: 0px;
}

.page-btn {
    padding:8px 15px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    font-size: 12px;
    width: fit-content;
    text-align: center;
    cursor: pointer;
}
.page-btn:hover{background-color: #f2802e;}
#manufacturing-partners{ padding-top: 20px;;}
.second-color {
    background-color: #f2f2f2;
}

.news-detail .h1,
.news-detail .page-date {
    color: #93278f;
}
.news-detail .bold{ font-weight:bold; padding-bottom: 30px;;}
.page-date {
    font-size: 18px;
    margin: 10px 0;
}

.news-detail .news-btn-area {
    display: flex;
}

.news-detail .page-btn {
    margin:10px 0;
}

.news-detail .page-content {
    font-size: 18px;
    line-height: 26px;
}

.news-detail .news-slider .row {
    margin: 0;
}

.news-detail .news-slider {
    margin-top: 20px;
    overflow: hidden;
    background-color: #ccc;
    position: relative;
}

.news-detail .news-slider .news-slider-img {
    padding: 0;
    overflow: hidden;
}

/* .news-detail .news-slider .news-slider-img img {
    width: 120%;
} */

.news-detail .news-slider .news-slider-content {
    padding: 10px 20px;
    text-align: left;
    word-break: break-word;
}

.news-slider-area .swiper-slide {
    justify-content: flex-start;
}

.news-detail .swiper-button-next,
.news-detail .swiper-button-prev,
#sustainability .swiper-button-next,
#sustainability .swiper-button-prev,
.thinkBigSwiper .swiper-button-next,
.thinkBigSwiper .swiper-button-prev,
.anniversarySwiper .swiper-button-next,
.anniversarySwiper .swiper-button-prev {
    background-image: none;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;

}

.product-list .page-title,
.product-list .list-item-title {
    color: #93278f;
}

.odd-row {
    display: flex;
    background-color: #f2f2f2;
}

.even-row {
    display: flex;
    background-color: #e6e6e6;
}

.odd {
    width: 50%;
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.even {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.even .col-sm-6 {
    /* float: right; */
}

.list-item-txt {
    padding: 20px 10px;
    width: 50%;
}

.list-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-item-desc {
    font-size: 18px;
    font-weight: 500;
}

.list-item .list-item-img {
    width: 50%;
}

.list-item .list-item-img img {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-color {
    padding-top: 20px;
}

.business .h1,
.business .page-content-title {
    color: #f2802e;
}

.business .main-content,
.about-us .main-content,
.quality-product .main-content {
    padding: 10px 0;
}
.product-list .page-title,
.product-list .page-content,
.contact-us .page-title,
.contact-us .page-content,
.customer-stories .page-title,
.customer-stories .page-content,
.news-list .page-title,
.news-list .page-content,
.start-business .page-title,
.start-business .page-content,
.quality-product .page-title,
.quality-product .page-content,
.business .page-title,
.business .page-content,
.about-us .page-title,
.about-us .page-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.business .second-color {
    background-color: #f2f2f2;
}

.business .page-color {
    background-color: #f2802e;
}

.page-content-item {
    margin-bottom: 20px;
}

.page-content-sub-item {
    display: flex;
}

.page-content-sub-item .page-btn {
    margin-left: 10px;
}

.page-content-title {
    font-size: 24px;
    font-weight: bold;
}

.page-content-desc {
    font-size: 18px;
}
.quality-product .page-content-row {
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
  
}
.about-us .page-content-row {flex-flow: wrap;}
.business .page-content-row {justify-content: center;flex-flow: wrap;}
.start-business .page-content-row {justify-content: center;flex-flow: wrap;}
.page-content-row {
    display: flex;
    margin: 20px 0;
}

.page-content-row-item {
    width: 25%;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    border: solid 1px #fff;
    position: relative;
    max-width: 300px;
    margin: 0 20px;
}

.page-content-row-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-content-row-desc {
    font-size: 16px;
}

.page-content-row-img {
    width: 100px;
    margin: 0 auto;
}

.page-content-row-2 {
    display: flex;
    align-items:center;
    padding: 10px 20px;
    border-bottom: solid 1px #c6c6c6;
    margin: 0 10px;
}

.page-content-icon {
    width: 60px;
}

.second-color .page-content-row-2 .page-content-desc {
    width: calc(100% - 60px);
    padding-left: 10px;
}

.no-border {
    border-bottom: 0 !important;
}
.blue{ color: #35aed9;}

.about-us .h1,
.about-us .h3,
.about-us .page-category-title {
    color: #35aed9;
}

.about-us .h1,
.about-us .h3 {
    max-width: calc(100% - 26px);

}
.about-us .y-fix-h3 .h3{
    max-width: 100%;
}
#sustainability{padding-top:20px;}
.page-category-area {
    display: flex;
    justify-content:space-between;
    margin-bottom: 30px;
}
.quality-product .page-category-area{flex-wrap: wrap;}
.page-category-item {
    width: 32%;
    border: solid 2px #35aed9;
    height: 330px;
}

.page-category-img {
    height: 70%;
    overflow: hidden;
    position: relative;
}

.page-category-img img {
    margin-top: -20px;
    position: absolute;
    bottom: -10px;
    min-width: 100%;
    min-height: 120%;
    object-fit: cover;
}

.start-business-img {
    top: 0;
}

.page-category-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 5px;
    justify-content: center;
}

.about-us .page-category-title {
    height: 30%;
    display: flex;
    align-items: center;
    padding-top: 15px;padding-bottom: 15px;
}
.about-us .page-category-area{flex-wrap: wrap;}
.about-us .page-switch-row {flex-flow: wrap;}
.page-switch-row {
    display: flex;
    justify-content: center;
    margin: 20px 0;

}
.quality-product .page-switch-row {flex-flow: wrap;}
.page-switch-item {
    width: 20%;
    margin: 0 2%;
    color: #fff;
    position: relative;
    height: 300px;
    min-width: 150px;
}

.page-switch-item-1 {
    display: flex;flex-wrap: wrap;
    text-align: center;
    align-content: center;
    padding: 60px 0;
    position: absolute;
    height: 300px;
    width: 100%;
    z-index: 1;
    background-color: #35aed9;
}

.page-switch-item-title {
    font-size: 72px;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}

.page-switch-item-desc {
    font-size: 28px;
    font-weight: 500;
    margin: auto;
    line-height: 1;
}

.page-switch-item-icon {
    position: absolute;
    bottom: 10px;
    right:10px;
}

.page-switch-item-2 {
    padding: 10px;
    position: absolute;
    height: 300px;
    width: 100%;
    background-color: #35aed9;
    text-align: center;
    display: flex;
    align-items: center;
}

.page-switch-item-content {
    font-weight: 300;
    font-size: 20px;
}
.certificates .page-content-row-item-2{width:22%;}
.page-content-row-item-2 {
    width: 32%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #e5e5e5;
}

.page-content-row-item-2-title {
    padding: 10px 10px 0;
}

.page-content-row-item-2-desc {
    padding: 0 10px 20px;
}

.thinkBigSwiper {
    overflow: hidden;
}

.start-business .page-content-slider {
    padding: 0 0 40px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 0;
    width: 100%;
    margin: 0 auto;
}

.start-business .thinkBigSwiper .slide-item-img {
    width: 100%;
    overflow: hidden;
    bottom: 0;
}

.start-business .thinkBigSwiper .slide-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.start-business .second-color {
    padding: 0 30px;
}
.start-business .y-fix-padding {
    padding-right: 30px;
    padding-left: 30px;
}

.page-content-img-item {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
}

.page-content-img-item .page-content-desc {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

.center-btn-area {
    display: flex;
    justify-content: center;
}

.center-btn-area .page-btn {
    margin: 0 20px;
}

@-webkit-keyframes flipOutYtest {
    from {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }

    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        opacity: 0;
    }
}

.switch-hide {
    -webkit-animation: flipOutYtest 0.75s linear;
    animation: flipOutYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.yearSwiper,
.empoweringPeopleSwiper {
    overflow: hidden;
}

.page-content-slider {
    padding: 30px 30px 40px;
    border: solid 1px #35aed9;
    position: relative;
}

.slide-item-desc {
    padding: 10px 20px;
}

.about-us .slide-item-title .h3 {
    text-align: left;
    /* padding-left: 30px; */
}

.about-us .slide-item-title,
.about-us .slide-item-desc {
    text-align: left;
    padding-left: 30px;
}

.page-content-img {
    overflow: hidden;
    position: relative;
}

.about-us .page-content-img {
    height: 300px;
}

.about-us .page-content-img img {
    position: absolute;
    top: -40%;
}

#sustainability .page-content-slider {
    padding: 0;
    border: 0;
}

.start-business .page-title,
.start-business .h3,
.start-business .page-content-row-item-3-sub-desc {
    color: #35aed9;
}

.start-business .theme-color {
    background-color: #35aed9;
    color: #fff !important;
}

.start-business .theme-color .page-content-row-item-3-sub-desc {
    color: #fff !important;
}

.page-content-row-item-3 {
    width: 30%;
    margin: 0 20px;
    max-width: 300px;
    border: solid 1px #35aed9;
}

.page-content-row-item-3-sub-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.page-content-row-item-3-sub-icon img {
    max-height: 80px;
    width: auto;
}

.page-content-row-item-3-sub {
    height: 50%;
}

.page-content-row-item-3-sub-desc {
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.start-business .page-content-img-item {
    width: 80%;
}


@-webkit-keyframes flipInYtest {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

.switch-show {
    -webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.page-sub-category-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.page-sub-category-title .h3{
    margin-bottom: 0;
    align-items: center;
    display: flex;
}
.page-sub-category-content .swiper-button-prev{font-family: bootstrap-icons !important;background-image:none; font-size: 28px;left: 0px;color: #ffffff;background-color: #35aed9;}
.page-sub-category-content .swiper-button-next{font-family: bootstrap-icons !important;background-image:none;font-size: 28px;right: 0px;color: #ffffff;background-color: #35aed9;}
.start-business .swiper-button-prev{font-family: bootstrap-icons !important;background-image:none; font-size: 28px;left: 0px;color: #ffffff;    top: 40%;}
.start-business .swiper-button-next{font-family: bootstrap-icons !important;background-image:none;font-size: 28px;right: 0px;color: #ffffff;    top: 40%;}
.news-slider-area .swiper-button-prev{font-family: bootstrap-icons !important;background-image:none; font-size: 28px;left: 0px;color: #ffffff;background-color: #35aed9;}
.news-slider-area .swiper-button-next{font-family: bootstrap-icons !important;background-image:none;font-size: 28px;right: 0px;color: #ffffff;background-color: #35aed9;}

.swiper-button-prev::before {
    content: "\f284";
}
.swiper-button-next::before {
    content: "\f285";
}

.page-sub-category-icon {
    background-image: url("../image/icon/chevron-down-blue.png");
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    background-size: 26px 26px;
    content: "";
}

.open-category .page-sub-category-icon {
    background-image: url("../image/icon/chevron-up-blue.png");
}
.page-sub-category-title .bi-chevron-down{    font-size:28px;
    line-height: 1;
    color: #35aed9;}
.quality-product .bi-chevron-down{color: #bc262c;}
.open-category .bi-chevron-down::before{
    content: "\f286";
}
.page-sub-category-item {
    
    border-top: solid 1px #35aed9;
}
.page-content .page-sub-category-item:last-child{border-bottom: solid 1px #35aed9;margin-bottom: 20px;}
.page-sub-category-content {
    display: none;padding: 10px 0 30px 0;
}

.page-content-icon-row {
    display: flex;
    justify-content: center;
}

.page-content-icon-item {
    width: 140px;
    height: 140px;
    background-color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    margin: 0 10px;
}

.page-content-icon-img {
    width: 40%;
    margin: 0 auto;
}

#sustainability .page-content-desc {
    padding-right: 60px;
    padding-bottom: 20px;
}

.customer-stories .page-title {
    color: #1c1464;
}

.customer-item {
    display: flex;
    width: 100%;
    background-color: #e8e7ef;
}

.customer-item-left {
    padding-left: 22.3%;
}

.customer-item-right {
    flex-direction: row-reverse;
    padding-right: 22.3%;
}

.customer-img {
    width: 40%;
}

.customer-content {
    width: 72%;
    padding: 10px;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e6e6e6;
}
.customer-item-right .customer-content{
    text-align: right;
}

.customer-desc {
    font-size: 18px;
}

.customer-name {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #1c1464;
}

.quality-product .h1,
.quality-product .h3,
.quality-product .page-sub-title,
.quality-product .page-category-title {
    color: #bc262c;
}
.quality-product .page-category-title{
height: 30%;
display: flex;
align-items: center;
}

.quality-product .hr,
.quality-product .page-category-item {
    border-color: #bc262c;
}

.quality-product .page-sub-category-item {
    /* border-top: solid 1px #bc262c; */
    border-top: none;
    border-bottom:none!important;
    margin-bottom:0!important;

}

.quality-product .page-sub-category-content {
    padding-bottom: 20px;
}

.certified .page-content-row-item-2 {
    width: 7%;
}

.quality-product .page-switch-row .page-switch-item {
    height: 400px;
    padding-top: 0;
    width: 25%;
    overflow: hidden;
}

.quality-product .page-switch-row .page-switch-item-1,
.quality-product .page-switch-row .page-switch-item-2 {
    height: 400px;
    padding-top: 0;
    background-color: #bc262c;
}

.quality-product .page-switch-row .page-switch-item-2 {
    padding: 10px 5px;
}

.quality-product .page-switch-row .page-switch-item-1 .page-switch-item-img {
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.quality-product .page-switch-row .page-switch-item-1 .page-switch-item-img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.quality-product .page-switch-row .page-switch-item-1 .page-switch-item-title {
    font-size: 28px;
    padding: 5px;
    width: 100%;
    height: 40%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}

.location-area {
    display: flex;
}

.location-img {
    width: 40%;
    margin-right: 20px;
}

.location-select {
    margin-bottom: 10px;
}

.location-select select {
    font-size: 16px;
    padding: 5px 30px 5px 10px;
    border-color: #bc262c;
}

.location-info {
    line-height:1.5em;
}

.location-title,
.location-address,
.location-tel,
.location-fax,
.location-email,
.location-select {
    margin-bottom: 10px;
}
.location-btn { padding-top:20px;;}
.location-title {
    font-weight: bold;
}

.contact-us .h1,
.location-select select {
    color: #bc262c;
}
.font-bold{
    font-weight: 700;
}
.quality-product .has-line{
    padding-top: 0;
    padding-bottom: 0;
}
.has-line .page-sub-category-item{
    border-top: 1px solid #bc262c;
}
.has-line.last .page-sub-category-item{
    border-bottom: 1px solid #bc262c !important;
}
.sc .y-fix-icon-center .page-content-icon-item{
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/* ipad ? */
@media (max-width: 1025px) {
    .logo img{
        margin-top: 0;
    }
    .list-item-title {font-size: 16px;}

    .list-item-desc {font-size: 14px;}

    .our-story{display:inherit;}

    .copyrights-footer span{ display: none;}

    .page-content-icon-item {
        width: 120px;
        height: 120px;
        padding: 5px;
        margin: 0 5px;
    }

    .page-content-icon-img {
        width: 30%;
    }
    .quality-product .page-switch-row .page-switch-item{width:29%;}

    .about-us .page-content-img {
        height: 200px;
    }

    .about-us .page-content-img img {
        position: absolute;
        top: -40%;
    }
    .discover-content {font-size:22px;}

    .page-switch-item-1 {
        padding: 40px 0;
    }

    .page-switch-item-title {
        line-height:1;
        font-size: 58px;
        font-weight: bold;
    }

    .page-switch-item-desc {
        font-size: 26px;
        font-weight: 500;
    }

    .about-us .page-switch-item-content {
        font-size: 16px;
    }


    .page-category-title {
        font-size: 26px;
    }

    .start-business .page-content-row-item-3{
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* mobile */
@media (max-width: 768px) {
    .logo img{
        margin-top: 10px;
    }
    .page-content,
    .h1 {
        padding: 0 10px;
    }

    h1,
    .h1 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h3,
    .h3 {
        margin-top: 0;
    }
    .certificates .page-content-row-item-2{/*width:48%;*/ padding:10px;}
    .page-title-search {right:20px;}
    .page-content-desc {
        font-size: 14px;
    }

    body {
        padding: 5px 0px 10px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .social-footer, .download-footer {
        margin-bottom: 10px;
        width: 100%;
    }

    .social-footer {
        width: 70%;
    }

    .social-footer .social-item img{
        width: 35px;
    }
    
    .social-item {
        padding: 0 3px;
    }

    .footer {
        border-top: none;
    }

    .copyrights-footer {
        padding-top: 10px;
        border-top: solid 2px #4ab740;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-footer {
        /* margin-top: 10px; */
        padding-top: 5px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-logo {
        width: 35%;
    }

    .right-footer {
        width: 50%;
    }

    .our-story-title {
        font-size: 30px;
    }

    .our-story-image {
        padding-left: 0;
    }

    .story {
        width: calc(100% - 20px);
        margin: 20px 10px;
    }

    .story-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .story-desc {
        font-size: 12px;
    }

    .story-slide {
        padding: 10px 15px;
    }
    .swiper-s-wrap{
        padding: 0 15px;
    }
    .newsSwiper {
        width: 100%;
    }

    .news-big-title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .news-content {
        padding: 10px 0;
    }

    .news-title {
        font-size: 20px;
    }

    .news-date {
        margin-bottom: 0;
    }
    .news .news-swiper-wrap .news-slide{
        /* padding: 0 40px; */
    }

    .content-title {
        font-size: 24px;
        text-align: center;
        margin: 0 20px 5px;
    }

    .content-desc {
        font-size: 16px;
        text-align: center;
    }

    .product-content {
        padding: 5px 10px;
    }

    .product-title {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .product-btn {
        font-size: 12px;
        padding: 1px;
    }

    .logo {
        width: 40%;
        height: auto;
        padding: 5px 15px 10px;
        float: left;
    }
    .discover{ padding: 40px}
    .discover-content {font-size: 14px;}

    .inside-content {
        /* padding: 0 10px; */
        margin-bottom: 20px;
    }

    .list-content-img {
        margin-bottom: 10px;
        padding: 0;
    }

    .odd-row,
    .even-row {
        display: block;
    }

    .odd,
    .even {
        width: 100%;
    }

    .odd {
        background-color: #f2f2f2;
        flex-direction: row-reverse;
        text-align: left;
    }

    .even {
        background-color: #e6e6e6;
        flex-direction: row;
        justify-content: flex-end;
        text-align: right;

    }

    .list-item .list-item-img {
        width: 40%;
    }

    .list-item .list-item-txt {
        width: 60%;
    }

    .business .break {
        padding: 0;
    }

    .business .h1 {
        margin-bottom: 0;
    }

    .business .page-content-title {
        font-size: 20px;
        font-weight: normal;
    }

    .business .page-content-desc {
        font-size: 16px;
    }

    .page-content-row-item {
        padding: 10px 5px;
        margin: 0 5px;
        width: 30%;
    }

    .page-content-row-title {
        font-size: 18px;
    }

    .page-content-row-desc {
        font-size: 12px;
    }

    .page-content-row-img {
        width: 80px;
        left: calc(50% - 40px);
        top: 10px;
    }

    .about-us .page-category-item {
        width: 45%;
        margin: 0 5px;
        height: auto;
        min-width: auto;
    }
    .en .about-us .who-we-are-1 .page-category-item {
        width: 32%;
        margin: 0;
    }

    .about-us .page-category-img {
        height: 100px;
    }

    .about-us .page-category-title {
        font-size: 16px;    height: auto;
    }

    .about-us .page-content-img {
        height: 200px;
    }

    .about-us .page-content-img img {
        top: 0;
    }

    
    .about-us .page-switch-item {
        margin-top: 10px;
        width: 45%;
        min-width: auto;
    }

    /* .about-us .page-switch-item-content {
        font-size: 14px;
    } */

    .about-us .page-content-icon-row {
        flex-wrap: wrap;
    }

        .about-us .page-content-row-item-2-title {
        padding: 10px 0px 0;
        font-size: 14px;
        margin-top: 5px;
    }

    .about-us .page-content-row-item-2-desc {
        padding: 0 5px 10px;
        font-size: 11px;
    }

    .page-content-icon-item {
        width: 100px;
        height: 100px;
        margin: 5px 5px;
    }

    .page-content-icon-title {
        font-size: 12px;
    }

    #sustainability .page-content-desc {
        padding-right: 10px;
        padding-left: 10px;
    }

    #sustainability .slide-item {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 20px;
    }

    #sustainability .slide-item-img {
        padding-left: 0;
        padding-right: 0;
    }

    #sustainability .page-content-slider {
        padding: 10px 30px 20px;
    }

    .start-business .page-content-slider {
        width: 100%;
    }

    .start-business .page-content-row .page-content-row-item-3-sub-icon {
        height: 40px;
        width: 40px;
    }

    .start-business .page-content-row .page-content-row-item-3 {
        margin: 0 5px;

    }

    .start-business .page-content-row .page-content-row-item-3-sub-icon img {
        max-height: 40px;

    }

    .start-business .page-content-row .page-content-row-item-3-sub-desc {
        font-size: 10px;
    }

    .start-business .page-content-img-item {
        width: 100%;
    }

    .customer-content {
        width: 60%;
    }

    .customer-img {
        width: 40%;
    }

    .customer-item-left {
        padding-left: 0;
    }

    .customer-item-right {
        padding-right: 0;
        background-color: #e8e7ef;
    }

    .customer-item-right .customer-content {
        background-color: #e8e7ef;
    }

    .customer-desc {
        font-size: 10px;
    }

    .customer-name {
        font-size: 14px;
    }

    .certified {
        flex-wrap: wrap;
    }

    .certified .page-content-row-item-2 {
        width: 16%;
        margin: 0 5px;
    }
    .certificates .page-content-row-item-2{
        padding: 0;
        border: none;
    }


    .quality-product .page-switch-item {
        margin: 0 5px;
    }
    .quality-product .second-color .page-switch-row{
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .quality-product .second-color .page-switch-item{
        width: 32%;
        margin: 0;
    }

    .quality-product .page-switch-row .page-switch-item-1 .page-switch-item-title {
        font-size: 20px;
    }

    

    .location-area {
        flex-direction: column-reverse;
    }

    .location-area .location-img {
        width: auto;
        margin-right: 0;
    }

    .page-sub-category-icon {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

    .about-us .page-switch-item-content {
        font-size: 20px;
    }

    .news-swiper-wrap{
        position: relative;
        /* padding: 30px 0; */
    }
    .index-news-swiper-page{
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .logo img{
        max-width: 130px;
    }
    .mobile-menu-list{
        top: 110px;
    }
    .mobile-lang-list{
        top: 110px;
    }
    .y-fix-product-list .list-item .list-item-txt{
        padding: 10px;
    }
    .y-fix-product-list .list-item p{
        line-height: 1.2;
        margin-bottom: 4px;
    }
    .y-fix-product-list .list-item .list-item-desc{
        font-size: 12px;
    }
    .y-fix-product-list .list-item .list-item-img img{
        height: 170px;
    }
    
    .start-business .second-color,
    .start-business .y-fix-padding,
    .top-footer,
    .copyrights-footer{
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 500px) {
    .about-us .page-switch-item-title {
        font-size: 50px;
    }

    .about-us .page-switch-item-desc {
        font-size: 20px;
    }

    .about-us .page-switch-item-content {
        font-size: 14px;
    }
   
    /* .about-us .page-category-item{width:100%;  margin: 0 0 10px 0;} */
    .about-us .page-category-img{height: 150px;}
    /* .about-us .page-switch-item {  width:100%;  } */
    .quality-product .page-category-title,
    .quality-product .page-switch-item-title {font-size: 16px;}

    .quality-product .page-category-item {  height: 260px;   /*width: 100%;     margin-bottom: 20px; */   }
    .quality-product .page-switch-row .page-switch-item-1, .quality-product .page-switch-row .page-switch-item-2{height:300px;padding: 0;}
    .quality-product .page-switch-row .page-switch-item{width:32%;margin: 0; margin-bottom: 20px;height:300px; min-width: 10px;}
    .quality-product .page-switch-row .page-switch-item-1 .page-switch-item-title{height:90px;}
    .certificates .page-content-row-item-2{/*width:100%;*/}
    .page-switch-item-1, .page-switch-item-2{height:200px;}
    .about-us .page-switch-item{height:200px;}
    .about-us .page-content-row-item-2 {
        margin:0 0 10px 0;
        width:100%;
    }
    .quality-product .second-color .page-switch-item-content{
        font-size: 12px;
        padding: 0 3px;
    }
    
    /* .business .page-content-row-item{width: 100%; margin:10px 0;} */
    .discover {
        margin: 0;
        padding: 20px 0;
        width: 100%;
        position: relative;
        display: inherit;
    }

    .discover-content {
        width:90%;
        font-size: 14px;   
        left:5%;
        padding: 10px;
    }

    .discover-btn {
        font-size: 10px;
    }
    .discover-desc{margin-bottom: 10px;}
    .quality-product .second-color .page-switch-row .page-switch-item-1 .page-switch-item-title{
        font-size: 16px;
    }

}
@media (min-width: 769px){
    .logo img{
        margin-bottom: 20px;
    }
    .sc .y-fix-who-we-are-1{
        justify-content: start;
    }
    .sc .y-fix-who-we-are-1 .page-category-item{
        margin-right: 20px;
    }
}
@media (min-width: 1100px) {
    .story-img{
        width: 30%;
        max-width: 800px;
    }
    .story-content{
        width: calc(70% - 30px);
    }
    .storySwiper-pagination{
        width: calc(70% - 30px);
    }
}
@media (min-width: 1025px) {
    .quality-product .certificates{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-around;
    }
    .y-fix-banner .bannerSwiper .swiper-slide a{
        display: block;
        width: 100%;
    }
}