div.all-banner {
    padding: 19rem 0 16rem;
    height: 1080px;
}

div.all-banner h1 {
    font-family: 'Open sans', sans-serif;
    width: 370px;
    font-weight: 600;
    color: #0057A4;
    margin-bottom: 1rem;
    font-size: 4rem;
    letter-spacing: 3px;
}

div.all-banner>div.content>span {
    font-size: 2.8rem;
    font-weight: 300;
}

div.all-banner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 1.5rem;
}

div.news-banner ul {
    display: flex;
    margin-top: 12rem;
}

div.news-banner ul li {
    font-size: 1.3rem;
    margin-right: 3rem;
    letter-spacing: 1px;
    color: #898989;
    position: relative;
    cursor: pointer;
}

div.news-banner ul li::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #0057A4;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s all ease;
}

div.news-banner ul li:hover:before {
    opacity: 1;
}

div.news-banner ul li#fashion {
    color: #666666;
}

div.news-banner ul li:first-child:before {
    opacity: 1;
}

div.newspage {
    text-align: center;
    padding: 6rem 0;
}

div.newspage>span::before,
div.contact-info div.home-block>span::before,
div.message div.content>span::before,
div.product-page>span:before {
    content: '';
    width: 62px;
    height: 4px;
    background-color: #0057B8;
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
}

div.fashion ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}

div.fashion ul li>div {
    width: 46%;
    height: 603px;
}

div.fashion ul li:nth-child(odd) {
    text-align: left;
}

div.fashion ul li:nth-child(even) {
    text-align: right;
    direction: rtl;
}

div.fashion ul li div.left img {
    box-shadow: 0 0 20px rgb(0, 0, 0, .1);
}

div.fashion ul li:nth-child(odd) div.left img {
    position: absolute;
    right: 0;
}

div.fashion ul li div.left {
    position: relative;
}

div.fashion ul li:nth-child(even) div.left img {
    position: absolute;
    left: 0;
}

div.fashion ul {
    margin-top: 8rem;
}

div.fashion ul li div.right {
    padding-bottom: 1.5rem;
    padding-top: 26%;
}

div.fashion ul li div.right p a {
    font-size: 2rem;
    letter-spacing: 3px;
    transition: 0.3s all ease;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

div.fashion ul li:nth-child(odd) div.right {
    padding-left: 3%;
}

div.fashion ul li:nth-child(even) div.right {
    padding-right: 3%;
}

div.fashion ul li:nth-child(odd) div.right p a::before {
    content: '';
    width: 98%;
    height: 1px;
    background-color: #0057B8;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: 0.4s all ease;
}

div.fashion ul li:nth-child(even) div.right p a::before {
    content: '';
    width: 96%;
    height: 1px;
    background-color: #0057B8;
    position: absolute;
    bottom: 0;
    right: -100%;
    transition: 0.4s all ease;
}

div.fashion ul li div.right p a:hover {
    color: #0057B8;
}

div.fashion ul li:nth-child(odd) div.right p a:hover:before {
    left: 0;
}

div.fashion ul li:nth-child(even) div.right p a:hover:before {
    right: 0;
}

div.fashion ul li div.right p {
    margin: 2.2rem 0 2rem;
}

div.fashion ul li div.right div.time {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #0057B8;
    font-weight: 400;
    direction: ltr;
}

div.fashion ul li div.right div.time span {
    font-size: 1.5rem;
    font-weight: 600;
}

div.fashion ul li div.right div.time span.date {
    font-size: 3.2rem;
}

div.fashion ul li div.right div.time span.month,
div.fashion ul li div.right div.time span.year {
    vertical-align: text-top;
}

div.fashion ul li div.right>span {
    font-size: 1.2rem;
    display: block;
    line-height: 38px;
    color: #8B8B8B;
}

div.newspage button.view-more {
    width: 450px;
    line-height: 62px;
    font-size: 16px;
    font-family: inherit;
    background: unset;
    border: 1px solid black;
    color: #333333;
    cursor: pointer;
    transition: 0.3s all ease;
    display: block;
    margin: 0 auto;
}

div.newspage button.view-more:hover {
    color: white;
    background-color: #0057B8;
    border: 1px solid #0057B8;
}

div.frontiers {
    overflow: hidden;
}

div.frontiers div.fabrics {
    background: url(../img/fontiers-bg.png) no-repeat center;
    background-size: 100%;
    background-position: bottom;
    padding: 8rem 0;
}

div.frontiers div.fabrics ul {
    display: flex;
    justify-content: space-between;
}

div.frontiers div.fabrics ul li {
    width: 32.3%;
}

div.frontiers div.fabrics ul li a {
    width: 100%;
    height: 487px;
    background-size: 106% !important;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    transition: 0.7s all ease;
}

div.frontiers div.fabrics ul li a:hover {
    background-size: 100% !important;
}

div.frontiers div.fabrics ul li a p {
    width: 100%;
    color: white;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 2px;
    background: url(../img/arrow-right.svg) no-repeat right;
    background-size: 23px;
    background-position-x: 96%;
    transition: 0.3s all ease;
}

div.frontiers div.fabrics ul li a:hover p {
    background-position-x: 100%;
}

div.frontiers div.swiper04 ul li {
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0, 0, 0, .1);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    height: 488px;
}

div.frontiers div.swiper04 ul li div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: 0.65s all ease;
    position: absolute;
    top: 0;
    left: 0;
}

div.frontiers div.swiper04 ul li div:hover {
    transform: scale(1.1);
}

div.frontiers div.swiper04 ul li p {
    width: 100%;
    color: white;
    font-size: 1.2rem;
    letter-spacing: 2px;
    position: relative;
    opacity: 0;
    transition: 0.3s all ease;
}

div.frontiers div.swiper04 ul li.swiper-slide-next p {
    opacity: 1;
}

div.frontiers div.latest {
    text-align: left;
    margin-top: 1.5rem;
    position: relative;
    margin-bottom: 10rem;
}

div.frontiers div.latest::before {
    content: '';
    width: 45%;
    height: 100%;
    background-color: rgb(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: -45.8%;
    z-index: 10;
}

div.frontiers div.latest::after {
    content: '';
    width: 45%;
    height: 100%;
    background-color: rgb(255, 255, 255, .6);
    position: absolute;
    top: 0;
    right: -45.8%;
    z-index: 10;
}

div.frontiers div.latest span,
div.frontiers div.analysis span,
div.trend div.top-nav>span {
    font-size: 2.3rem;
    letter-spacing: 2px;
    margin-bottom: 6rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/swiper-arrow01.svg) !important;
    background-size: contain !important;
    left: 90.7% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/swiper-arrow02.svg) !important;
    background-size: contain !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next.swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
    top: 2.5rem !important;
    right: 0 !important;
}

.swiper04 {
    margin-bottom: 6rem;
}

div.frontiers div.analysis ul li {
    overflow: hidden;
    height: 411px;
    position: relative;
}

div.frontiers div.analysis ul li::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    cursor: pointer;
}

div.frontiers div.analysis ul li:hover::before {
    left: 120%;
    transition: 1s all ease;
}

div.frontiers div.analysis ul li a {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    transition: 0.7s all ease;
    padding: 2rem;
    color: white;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: capitalize;
}

div.frontiers div.analysis ul li:hover a {
    background-size: 110% !important;
}

div.frontiers div.analysis {
    text-align: left;
    background: url(../img/analysis-bg.png) no-repeat center;
    background-size: 102%;
    background-position-y: -2.5rem;
    padding-bottom: 4rem;
}

div.frontiers div.analysis div.content {
    position: relative;
}

div.trend div.top-nav {
    text-align: left;
}

div.trend div.top-nav span.arrow {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-bottom: 0;
    margin-left: 1.4rem;
    background-color: #0057B8;
    border: 1px solid #0057B8;
    background-image: url(../img/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    vertical-align: sub;
    cursor: pointer;
}

div.trend div.top-nav div.cat {
    display: inline-block;
    width: 88%;
    margin: 3rem 0;
}

div.trend div.top-nav p.select {
    float: right;
}

div.trend div.top-nav div.cat span {
    padding: 5px 35px 5px 10px;
    font-size: 18px;
    border: 1px solid #CACACA;
    color: black;
    position: relative;
    cursor: pointer;
}

div.trend div.top-nav div.cat span::before {
    content: url(../img/arrow-black.svg);
    width: 10px;
    position: absolute;
    top: 2px;
    right: 8px;
}

div.trend ul.trend-block li {
    display: inline-block;
    width: 31.7%;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    transition: 0.5s all ease;
}

div.trend ul.trend-block li:hover {
    transform: translateY(-5px);
}
div.trend ul.trend-block li:hover div.text .tag span{
    border: 1px solid #0057B8;
    color: white;
    background-color: #0057B8;
}
div.trend ul.trend-block li:nth-child(3n) {
    margin-right: 0;
}

div.trend ul.trend-block li div.img {
    width: 100%;
    height: 273px;
    background-size: 100% !important;
    transition: 0.7s all ease;
}

div.trend ul.trend-block li:hover div.img {
    background-size: 105% !important;
}

div.trend ul.trend-block li div.text {
    text-align: left;
    padding: 1.5rem 0;
}

div.trend ul.trend-block li div.text p.title {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div.trend ul.trend-block li div.text div.tag span {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #CACACA;
    color: #333333;
    position: relative;
    transition: 0.3s all ease;
}

div.trend ul.trend-block {
    margin-bottom: 4rem;
    margin-top: 7.5rem;
}

div.trend {
    overflow: unset;
}

div.news-detail {
    padding: 5rem 0;
}

div.news-detail h3 {
    text-align: center;
    font-weight: 400;
    font-size: 2.3rem;
    letter-spacing: 2px;
}

div.news-detail span.date {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin: 1.3rem 0 5rem;
    color: #828282;
}

div.news-detail figure img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 30px rgb(0, 87, 184, .06);
}

div.news-detail figure {
    position: relative;

    margin-bottom: 4.5rem;
}

div.news-detail figure::before {
    content: '';
    width: 1920px;
    height: 790px;
    background: url(../img/fontiers-bg.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -8rem;
    left: -29%;
    z-index: -1;
}

div.news-detail div.article h4,
div.news-detail div.article h5 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

div.news-detail div.article p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 4rem;
    color: #757575;
    text-indent: 2rem;
}
div.news-detail div.article table {
    /*width: 100%;
    display: block;
    overflow: auto;*/
    text-align: center;
}
div.news-detail div.article table a {
    font-weight: 600;
    color: #0057b8;
}
div.news-detail div.article table tr:nth-of-type(odd) td {
    background-color: #eee;
}
/*div.news-detail div.article table tr td {
    border: 1px solid #eee;
}*/
div.news-detail div.article>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    position: relative;
}

div.news-detail div.article>div::before {
    content: '';
    width: 1920px;
    height: 790px;
    background: url(../img/fontiers-bg.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -8rem;
    left: -29%;
    z-index: -1;
}

div.news-detail div.article>div img {
    box-shadow: 0 0 20px rgb(0, 0, 0, .1);
}

div.news-footer-menu div.content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

div.news-footer-menu {
    padding: 7rem 0 6rem;
    background: url(../img/bottom-bg.png) no-repeat center;
    background-size: 100%;
}

div.news-footer-menu div.content::before {
    content: '';
    width: 28px;
    height: 4px;
    background-color: #0057b8;
    position: absolute;
    top: -6rem;
    left: 0;
}

div.news-footer-menu span.menu-title {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 2.8rem;
}

div.news-footer-menu ul li a {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #999999;
    transition: 0.3s all ease;
    font-weight: 400;
}

div.news-footer-menu ul li a:hover {
    color: #0057B8;
}