html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.button {
    border-radius: 0px;
}

.is-scroll-lock {
    overflow: hidden
}

.soft-br {
    display: block
}

.gt {
    font-family: serif
}

.img-scale img {
    transition: transform 1.5s ease;
    transform-origin: center;
    will-change: transform
}

.img-scale:hover img {
    transform: scale(1.1)
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.linle-clamp--2 {
    -webkit-line-clamp: 2
}

.line-clamp--3 {
    -webkit-line-clamp: 3
}

.appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.container {
    width: 1200px;
    max-width: none;
    margin: auto;
    will-change: width;
    box-sizing: border-box
}

.hm-page-news--detail ul{
    list-style-type: disc;
}

 .hm-page-news--detail b {
     font-weight: bold;
 }

 .hm-page-news--detail .full-news-article table {
     font-size: 14px;
 }

.hm-page-news--detail p.prnews_p {
     font-size: 0.62em;
     color: black;
     margin: 0in;
 }


@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 2.14286rem
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
        padding: 0 2.14286rem
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 960px;
        padding: 0 2.14286rem
    }
}

@media screen and (min-width: 1280px) {
    .container {
        width: 1200px;
        padding: 0
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1400px;
        padding: 0
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    min-width: 10rem;
    height: 3.14286rem;
    padding: 0 1.78571rem;
    font-size: 1.07143rem;
    line-height: 3.14286rem;
    text-align: center;
    box-sizing: border-box
}

.button--md {
    width: 12.85714rem;
    height: 3.42857rem;
    line-height: 3.42857rem
}

.button--primary {
    color: #fff;
    background-color: #910028
}

.button--secondary {
    color: #fff;
    background-color: #00848a
}

.button--secondary:hover {
    background-color: #01686d
}

.button.blue {
    color: #fff;
    background-color: #003263
}

.button.blue:hover {
    background-color: #003263
}

.button--hover {
    transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1)
}

.button--hover:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-5px)
}

.button--outline {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    transition: color .2s ease-in-out
}

.button--outline:hover {
    color: #666;
    background-color: #fff
}

.button--outline.blue {
    color: #003263;
    border-color: #003263
}

.button--outline.blue:hover {
    border-color: #fff;
    background-color: #fff
}

.button--link {
    width: auto;
    min-width: initial;
    height: auto;
    padding: 0;
    color: #910028
}

#hm-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: 15px;
    background-color: transparent
}

#hm-header .brand-huntsman {
    width: 14.42857rem;
    height: 4.14286rem;
    margin-top: 1.71429rem
}

#hm-header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

#hm-header .nav {
    flex: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3.57143rem
}

#hm-header .nav-list__item.active a,
#hm-header .nav-list__item a:hover {
    border-color: #910028
}

#hm-header .nav-list {
    display: flex;
    align-items: center
}

#hm-header .nav-list__item {
    margin-right: 2.5rem
}

#hm-header .nav-list__item--search {
    margin-left: auto !important
}

#hm-header .nav-list__item>a {
    padding-bottom: 1rem;
    font-size: 1.07143rem;
    line-height: 1.21429rem;
    color: #fff;
    border-bottom: 4px solid transparent
}

#hm-header .submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    width: 500px;
    margin-top: 50px;
    transition: all 0.3s cubic-bezier(0.22, 0.88, 0.01, 0.99) 0.2s
}

#hm-header .menu-item-has-children:nth-of-type(2) .submenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#hm-header .submenu__item:not(:first-child) {
    margin-top: 10px
}

#hm-header .submenu__item a {
    display: block;
    width: 200px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    box-sizing: border-box
}

#hm-header .submenu__item.active a,
#hm-header .submenu__item a:hover {
    background-color: #910028
}

#hm-header.is-fixed {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff
}

#hm-header.is-fixed .brand-huntsman {
    width: 150px;
    height: 42px;
    margin-top: 16px
}

#hm-header.is-fixed .nav {
    margin-top: 33px
}

#hm-header.is-fixed .nav-list__item>a {
    color: #707070
}

#hm-header.is-fixed:not(.is-open) .brand-huntsman {
    background-image: url(../img/logo.svg)
}

#hm-header.is-open #hm-header__overlay {
    visibility: visible;
    height: 530px
}

#hm-header.is-fixed.is-open .nav-list__item>a {
    color: #fff
}

#hm-header.is-menu-open .nav-list__item.active .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#hm-header.is-search-open #hm-header__search {
    visibility: visible;
    height: 630px
}

#hm-header.is-search-open #hm-header__search .search-label {
    opacity: 1;
    transform: translateY(0)
}

#hm-header.is-out #hm-header__overlay {
    transition-delay: 0.3s
}

#hm-header__search {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    visibility: hidden
}

#hm-header__search .search-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 865px;
    margin: 250px auto 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.22, 0.88, 0.01, 0.99) 0.2s;
    border-bottom: 1px solid #fff
}

#hm-header__search .search-label ::-webkit-clear-button {
    display: none
}

#hm-header__search .search-label ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25)
}

#hm-header__search .search-label .icon-search {
    width: 3rem;
    height: 2.78571rem;
    margin-left: 1.42857rem
}

#hm-header__search .search-box__text {
    width: 100%;
    height: 70px;
    font-size: 36px;
    line-height: 70px;
    color: #fff;
    border: none;
    outline: none;
    background-color: transparent
}

#hm-header__overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    height: 0;
    transition: all 0.7s cubic-bezier(0.22, 0.88, 0.01, 0.99);
    background-color: #707070
}

@media screen and (max-width: 991px) {
    #hm-header {
        display: none
    }
}

@media screen and (min-width: 992px) {
    #hm-header .nav-list__item {
        margin-right: 2.14286rem
    }
}

@media screen and (min-width: 1600px) {
    #hm-header .nav-list__item {
        margin-right: 4.28571rem
    }
}

#hm-header-mobile.is-menu-open .mobile-nav-list,
#hm-header-mobile.is-search-open .mobile-search .search-label {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#hm-header-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%
}

#hm-header-mobile:after {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent
}

#hm-header-mobile .menu--narrow-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem
}

#hm-header-mobile .menu--narrow-width .brand-huntsman {
    width: 11.85714rem;
    height: 3.21429rem;
    transition: none
}

#hm-header-mobile .menu--narrow-width .search {
    margin-left: auto;
    margin-right: 2.85714rem
}

#hm-header-mobile .menu--narrow-width .search .icon-search {
    width: 2.14286rem;
    height: 2.14286rem
}

#hm-header-mobile .menu--narrow-width .burger {
    position: relative;
    width: 2.85714rem;
    height: 2.07143rem;
    font-size: 0;
    color: #fff;
    border-top: 3px solid currentColor;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

#hm-header-mobile .menu--narrow-width .burger:before,
#hm-header-mobile .menu--narrow-width .burger:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    will-change: transform;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.22, 0.88, 0.01, 0.99);
    background-color: currentColor;
    -webkit-tap-highlight-color: transparent
}

#hm-header-mobile .mobile-nav {
    visibility: hidden;
    position: fixed;
    top: 5.35714rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #707070
}

#hm-header-mobile .mobile-nav-list {
    padding: 2.5rem 2.85714rem;
    will-change: opacity, visibility, transform;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s cubic-bezier(0.22, 0.88, 0.01, 0.99)
}

#hm-header-mobile .mobile-nav-list__item {
    padding: 1.42857rem 2.14286rem;
    border-bottom: 1px solid #fff
}

#hm-header-mobile .mobile-nav-list__item:first-child {
    border-top: 1px solid #fff
}

#hm-header-mobile .mobile-nav-list__item a {
    display: block;
    font-size: 1.42857rem;
    color: #fff
}

#hm-header-mobile .mobile-search {
    display: none
}

#hm-header-mobile .mobile-search .search-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 7.14286rem auto 0;
    border-bottom: 1px solid #fff
}

#hm-header-mobile .mobile-search .search-label ::-webkit-clear-button {
    display: none
}

#hm-header-mobile .mobile-search .search-label ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25)
}

#hm-header-mobile .mobile-search .search-label .icon-search {
    width: 3rem;
    height: 2.5rem;
    margin-left: 1.42857rem
}

#hm-header-mobile .mobile-search .search-text {
    width: 100%;
    height: 5rem;
    font-size: 2.57143rem;
    line-height: 5rem;
    color: #fff;
    border: none;
    outline: none;
    background-color: transparent
}

#hm-header-mobile.is-open:after {
    display: block;
    background-color: #707070
}

#hm-header-mobile.is-menu-open .mobile-nav {
    visibility: visible
}

#hm-header-mobile.is-menu-open .burger {
    border-top-color: transparent;
    /* transform: translateY(8px) */
}

#hm-header-mobile.is-menu-open .burger:before {
    transform: rotate(45deg) translateX(3px);
    margin-top: 0
}

#hm-header-mobile.is-menu-open .burger:after {
    transform: rotate(-45deg) translateX(1px);
    margin-top: 0
}

#hm-header-mobile.is-search-open .mobile-search {
    display: block
}

#hm-header-mobile.is-fixed:not(.is-open) {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff
}

#hm-header-mobile.is-fixed:not(.is-open) .brand-huntsman {
    width: 11.85714rem;
    height: 3.21429rem
}

#hm-header-mobile.is-fixed:not(.is-open) .burger {
    color: #707070
}

#hm-header-mobile.is-fixed:not(.is-open) .brand-huntsman {
    background-image: url(../img/logo.svg)
}

@media screen and (max-width: 991px) {
    #hm-header-mobile {
        display: block
    }
}

#hm-footer {
    padding: 3.21429rem 0;
    color: #fff;
    background-color: #2b3336
}

#hm-footer .footer-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}

#hm-footer .nav {
    display: flex;
    justify-content: space-between;
    width: 55%;
    font-size: 1.14286rem;
    line-height: 3.14286rem
}

#hm-footer .nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

#hm-footer .nav-list__item {
    width: 30%
}

#hm-footer .nav-list__item:nth-of-type(2) {
    order: 4
}

#hm-footer .nav-list__item:nth-of-type(3) {
    order: 5
}

#hm-footer .nav-list__item:nth-of-type(6) {
    order: 6
}

#hm-footer .brand {
    margin-top: 1.07143rem
}

#hm-footer .copyrights {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 2.5rem
}

#hm-footer .rights {
    font-size: .85714rem;
    line-height: 2.42857rem
}

#hm-footer .social {
    display: flex;
    align-self: center;
    margin-left: auto
}

#hm-footer .social a {
    display: block
}

#hm-footer .social a+a {
    margin-left: 1.07143rem
}

/* #hm-footer .social img {
    display: block;
    width: 2.28571rem;
    height: 2.28571rem
} */

@media screen and (max-width: 768px) {
    #hm-footer {
        padding: 2.14286rem 0
    }

    #hm-footer .footer-menu {
        flex-direction: column
    }

    #hm-footer .footer-menu .brand {
        margin-top: 0;
        text-align: left
    }

    #hm-footer .footer-menu .nav {
        width: 100%;
        margin-top: 2.85714rem
    }

    #hm-footer .footer-menu .nav-list__item {
        width: 50%
    }

    #hm-footer .footer-menu .nav-list__item:nth-of-type(2) {
        order: 3
    }

    #hm-footer .footer-menu .nav-list__item:nth-of-type(3) {
        order: 1
    }

    #hm-footer .footer-menu .nav-list__item:nth-of-type(4) {
        order: 5
    }

    #hm-footer .footer-menu .nav-list__item:nth-of-type(5) {
        order: 4
    }

    #hm-footer .copyrights {
        flex-direction: column
    }

    #hm-footer .copyrights .social {
        margin-right: auto;
        margin-left: 0
    }

    #hm-footer .copyrights .social a+a {
        margin-left: 2.14286rem
    }

    #hm-footer .copyrights .rights {
        margin-top: 4.28571rem;
        line-height: 1.71429rem;
        text-align: center
    }
}

#hm-cookie p {
    font-size: 16px;
}
#hm-cookie .control a {
    width: 15.71429rem;
    height: 3.57143rem;
    line-height: 2.57143rem;
    font-size: 1.5rem;
    transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

#hm-cookie .control a:hover {
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%) !important;
    transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
    #hm-cookie .container {
        padding: 0px;
        /* padding-bottom: 4rem; */
    }
    #hm-cookie p {
        font-size: 14px;
        line-height: 1.5rem;
    }
}



.pagination .pages {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .page {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .page a {
    display: block;
    width: 2.42857rem;
    height: 2.42857rem;
    font-size: 1.14286rem;
    line-height: 2.42857rem;
    text-align: center;
    color: #aaa
}

.pagination .page+.page {
    margin-left: 1.07143rem
}

.pagination .page.active a {
    color: #fff;
    background-color: #910028
}

.hm-page-breadcrumb {
    width: 100%;
    height: 2.42857rem;
    color: #fff;
    background-color: #910028; 
    z-index: 1
}

.hm-page-breadcrumb--secondary {
    background-color: #00848a
}

.hm-page-breadcrumb--secondary .inner {
    background-color: #00848a
}

.hm-page-breadcrumb--blue {
    background-color: #003263
}

.hm-page-breadcrumb--blue .inner {
    background-color: #003263
}

.hm-page-breadcrumb .inner {
    z-index: 100;
    height: 2.42857rem;
    background-color: #910028
}

.hm-page-sustainability .hm-page-breadcrumb {
    background-color: #00848a
}

.hm-page-market--detail .hm-page-breadcrumb {
    background-color: transparent;
}

.hm-page-breadcrumb .crumbs {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 2.42857rem
}

.hm-page-breadcrumb .crumbs a {
    color: #fff
}

.hm-page-breadcrumb .crumbs__item:not(:first-child) {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: .85714rem
}

.hm-page-breadcrumb .crumbs__item:not(:first-child):before {
    content: '';
    width: 0;
    height: 0;
    margin-right: .57143rem;
    font-size: 0;
    border: 4px solid transparent;
    border-left-color: #fff
}

.hm-page-breadcrumb .inner.affixed {
    position: absolute;
    top: 73px;
    right: 0;
    left: 0;
    width: 100%
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.card--white .card__info .title,
.card--white .card__info .desc {
    color: #fff
}

.card__cover img {
    display: block;
    width: 100%
}

.card__info {
    margin-top: 3.14286rem
}

.card__info .title {
    font-size: 1.71429rem;
    line-height: 2.28571rem
}

.card__info .desc {
    margin-top: .92857rem;
    font-size: 1.14286rem;
    line-height: 2.14286rem;
    color: #535353
}

.card__info .ctrl {
    margin-top: 3.07143rem
}

.card__foot {
    margin-top: 3.07143rem
}

.tiles--reverse-odd .tile:nth-of-type(odd) .tile__object {
    right: auto;
    left: 0
}

.tiles--reverse-odd .tile:nth-of-type(odd) .tile__content {
    margin-left: 50%
}

.tiles--reverse-odd .tile:nth-of-type(odd) .tile__content {
    padding-left: 6.42857rem
}

.tiles--reverse-odd .tile--fixed:nth-of-type(odd) .tile__content {
    padding-left: 4.28571rem
}

.tiles--reverse-even .tile:nth-of-type(even) .tile__object {
    right: auto;
    left: 0
}

.tiles--reverse-even .tile:nth-of-type(even) .tile__content {
    margin-left: 50%
}

.tiles--reverse-even .tile:nth-of-type(even) .tile__content {
    padding-left: 6.42857rem
}

.tiles--reverse-even .tile--fixed:nth-of-type(even) .tile__content {
    padding-left: 4.28571rem
}

.tiles--gray .tile {
    background-color: #e8e8e8
}

.tiles--dark-gray .tile {
    color: #fff;
    background-color: #666666
}

.tiles--blue .tile {
    color: #fff;
    background-color: #003263
}

.tiles--primary .tile {
    color: #fff;
    background-color: #910028
}

.tiles--secondary .tile {
    color: #fff;
    background-color: #00848a
}

.tiles--orange .tile {
    color: #fff;
    background-color: #ba5808
}

.tiles--indigo .tile {
    color: #fff;
    background-color: #4c6a95
}

.tile {
    position: relative;
    padding: 8.92857rem 0;
    background-color: #fff
}

.tile--fixed .tile__content {
    padding-left: 4.28571rem;
    padding-right: 4.28571rem
}

.tile--reverse .tile__object {
    right: auto;
    left: 0
}

.tile--reverse .tile__content {
    margin-left: 50%;
    padding-left: 6.42857rem;
    padding-right: 0
}

.tile--full {
    padding: 7.14286rem 0
}

.tile--full .tile__object {
    width: 100%
}

.tile--full .tile__content {
    width: 100%;
    padding: 0;
    text-align: center
}

.tile--gray {
    background-color: #e8e8e8
}

.tile--dark-gray {
    color: #fff;
    background-color: #666
}

.tile--blue {
    color: #fff;
    background-color: #003263
}

.tile--primary {
    color: #fff;
    background-color: #910028
}

.tile--secondary {
    color: #fff;
    background-color: #00848a
}

.tile--orange {
    color: #fff;
    background-color: #ba5808
}

.tile--indigo {
    color: #fff;
    background-color: #4c6a95
}

.tile__object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box
}

.tile__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    padding-right: 6.42857rem;
    box-sizing: border-box
}

.tile__content .title {
    font-size: 2.28571rem;
    line-height: 3.71429rem
}

.tile__content .subtitle {
    margin-top: 1.78571rem;
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

.tile__content .content {
    margin-top: 2.14286rem;
    font-size: 1.14286rem;
    line-height: 2.28571rem
}

.tile__content .control {
    margin-top: 2.85714rem
}

.tile .swiper-container,
.tile .swiper-wrapper,
.tile .swiper-slide {
    height: 100%;
    min-height: 320px;
}
.tile .swiper-pagination-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.tile .swiper-pagination-wrap .inner {
    padding: 0 10px;
}
.tile .swiper-pagination-wrap .inner,
.tile .swiper-pagination {
    bottom: 2.14286rem;
    right: 0;
    left: 0;
    width: 100%;
    height: 10px;
}
.tile .swiper-button-prev,
.tile .swiper-button-next {
    width: 2.85714rem;
    height: 2.85714rem;
    font-family: Simsun, serif;
    font-size: 2.28571rem;
    line-height: 2.85714rem;
    text-align: center;
    color: #00848a;
    border: 1px solid #00848a;
    background: none;
}
.tile .swiper-button--white {
    color: #fff;
    border-color: #fff;
}
.tile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    opacity: 1;
    vertical-align: top;
    background-color: #fff;
    cursor: pointer;
}
.tile .swiper-pagination-bullet-active {
    background-color: #f68b33;
}
.tile .swiper-button-next {
    right: .71429rem;
}

@media screen and (max-width: 991px) {

    .tiles--reverse-odd .tile:nth-of-type(odd) .tile__content,
    .tiles--reverse-even .tile:nth-of-type(even) .tile__content,
    .tile--reverse .tile__content {
        margin: 2.14286rem 0 0;
        padding: 0
    }

    .tiles--reverse-odd .tile--fixed:nth-of-type(odd) .tile__content,
    .tiles--reverse-even .tile--fixed:nth-of-type(even) .tile__content,
    .tile--fixed .tile__content {
        padding: 0 2.14286rem
    }

    .tile {
        display: block;
        padding: 0 0 2.14286rem
    }

    .tile--full {
        padding-top: 2.14286rem;
        padding-bottom: 2.85714rem
    }

    .tile--full .tile__object {
        position: absolute;
        padding-top: 0
    }

    .tile--full .tile__content {
        margin-top: 0
    }

    .tile__object {
        position: static;
        padding-top: 50%;
        width: auto
    }

    .tile__content {
        width: auto;
        margin-top: 2.14286rem;
        padding: 0
    }

    .tile__content .title {
        line-height: 1.2
    }

    .tile__content .content {
        margin-top: 1.42857rem
    }
}

/* html,
body {
    height: 100%;
    overflow: hidden
} */

.scroll-container {
    height: 100%
}

.hm-page {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: #fff
}

.hm-page-banner {
    position: relative;
    height: 28.57143rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden
}

.hm-page-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(#000, transparent) no-repeat 50% 0;
    height: 10.71429rem
}

.hm-page-banner .title {
    display: inline-block;
    vertical-align: middle;
    height: 6.42857rem;
    margin-top: 17.85714rem;
    padding: 0 2.85714rem;
    font-size: 2.57143rem;
    line-height: 6.42857rem;
    color: #fff;
    background-color: rgba(0, 50, 90, 0.9)
}

.hm-page-banner .desc {
    font-size: 1.14286rem;
    line-height: 2.28571rem;
    color: #fff
}

.hm-page-banner .container {
    display: flex;
    align-items: flex-end;
    height: 100%
}

.hm-page-banner .brief {
    display: inline-block;
    vertical-align: middle;
    max-width: 47.14286rem;
    margin-bottom: 3.57143rem;
    padding: 2.14286rem 2.85714rem 2.14286rem;
    color: #fff;
    background-color: rgba(0, 50, 90, 0.9);
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.22, 0.88, 0.01, 0.99)
}

.hm-page-banner .brief__title {
    font-size: 2.57143rem;
    line-height: 1
}

.hm-page-banner .brief__desc {
    margin-top: 2.14286rem;
    font-size: 1.14286rem;
    line-height: 2.28571rem
}

.hm-page-banner--list {
    height: 46.42857rem
}

@media screen and (max-width: 768px) {
    .hm-page-banner .container {
        padding: 0
    }

    .hm-page-banner .brief {
        display: block;
        max-width: none;
        width: 100%;
        margin-bottom: 0;
        padding-left: 2.14286rem;
        padding-right: 2.14286rem
    }
}

html,
body {
    font-family: Helvetica, FZLTHJW, sans-serif;
    font-size: 14px
}

a {
    text-decoration: none
}

video {
    display: block
}

.swiper-button-prev,
.swiper-button-next {
    outline: none
}

.select-wrap {
    position: relative
}

.select-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.42857rem;
    margin-top: -2.5px;
    display: inline-block;
    vertical-align: middle;
    border: .35714rem solid transparent;
    border-top-color: #b5b5b5
}

.select-wrap select {
    cursor: pointer;
    width: 100%;
    height: 2.85714rem;
    padding: 0 2.85714rem 0 1.42857rem;
    line-height: 2.85714rem;
    color: #707070;
    outline: none;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    appearance: none
}

.select-wrap select::-ms-expand {
    display: none
}

.select-wrap--gray {
    border-color: #626262;
    background-color: #e5e5e5
}

.select-wrap--gray:after {
    border-top-color: #000
}

.select-wrap--gray select {
    color: #000;
    background-color: #e5e5e5
}

.icon-search {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../img/search_white.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.is-fixed:not(.is-open) .icon-search {
    background-image: url(../img/search.svg)
}

.link-primary {
    color: #910028;
    border-bottom: 2px solid transparent
}

.link-primary:hover {
    border-bottom-color: #910028
}

.link-white {
    color: #fff;
    border-bottom: 2px solid transparent
}

.link-white:hover {
    color: #fff;
    border-bottom-color: #fff
}

.link-cyan {
    color: #00848a;
    border-bottom: 2px solid transparent
}

.link-cyan:hover {
    color: #00848a;
    border-bottom-color: #00848a
}

.brand-huntsman {
    display: block;
    width: 140px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all 0.3s cubic-bezier(0.22, 0.88, 0.01, 0.99)
}

.brand-huntsman--white {
    background-image: url(../img/logo_white.svg)
}

.brand-huntsman img {
    display: block
}

.block-head {
    position: relative
}

.block-head .caption {
    position: relative;
    font-size: 32px;
    line-height: 36px
}

.block-head .caption::after {
    content: '';
    display: block;
    width: 70px;
    margin: 10px 0 0 25px;
    font-size: 0;
    border-bottom: 3px solid #910028
}

@media screen and (max-width: 991px) {

    html,
    body {
        font-size: 12px
    }

    .block-head {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .block-head .caption {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.42857rem;
        line-height: 2rem;
        text-align: left
    }

    .block-head .caption:after {
        width: 100%;
        margin: 1px 0 0
    }
}

@media screen and (max-width: 320px) {

    html,
    body {
        width: 320px;
        min-width: 320px;
        margin: auto
    }
}