@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: "Montserrat", sans-serif;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 600
}

code,
kbd,
samp {
    font-family: "Montserrat", sans-serif;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Montserrat";
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-weight: 400
}

html.hidden,
body.hidden {
    overflow: hidden
}

header {
    background: #fff;
    position: relative;
    z-index: 12
}

@media only screen and (max-width: 992px) {
    header .o-container {
        padding-right: 0
    }
}

.mn-bg-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1920px;
    height: 100%;
    z-index: 11;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

@media only screen and (max-width: 1920px) {
    .mn-bg-overlay {
        width: 100%
    }
}

.mn-bg-overlay.active {
    opacity: .4;
    visibility: visible
}

.header-lm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0
}

@media only screen and (max-width: 992px) {
    .header-lm {
        padding: 0 0;
        height: 82px
    }
}

.header-lm .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-lm .logo svg {
    float: left
}

@media only screen and (max-width: 992px) {
    .header-lm .logo svg {
        height: 34px;
        width: auto
    }
}

.header-lm .mobile-menu-item {
    display: none
}

@media only screen and (max-width: 992px) {
    .header-lm .mobile-menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 164px
    }
}

.header-lm .mobile-menu-item .mobile-search {
    height: 100%;
    width: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ececec
}

.header-lm .mobile-menu-item .mobile-search svg {
    float: left
}

.header-lm .mobile-menu-item .mobile-menu-toggle {
    height: 100%;
    width: 82px;
    padding: 0 31px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.header-lm .mobile-menu-item .mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    background: #000;
    display: block;
    border-radius: 4px;
    -webkit-transition: .5s;
    transition: .5s
}

.header-lm .mobile-menu-item .mobile-menu-toggle span:nth-child(2) {
    margin: 6px 0
}

.header-lm .mobile-menu-item .mobile-menu-toggle.active span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-lm .mobile-menu-item .mobile-menu-toggle.active span:nth-child(2) {
    display: none
}

.header-lm .mobile-menu-item .mobile-menu-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px
}

.header-lm .mobile-menu {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    height: calc(100vh - 82px);
    background: #f7f7f7;
    z-index: 12;
    display: none
}

.header-lm .mobile-menu.active {
    display: block
}

.header-lm .mobile-menu .quote-form {
    width: 100%
}

.header-lm .mobile-menu .quote-form a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 18px 0;
    background: #e50019;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none
}

.header-lm .mobile-menu .quote-form a svg {
    float: left;
    margin-right: 13px
}

.header-lm .mobile-menu .menu-mn {
    margin: 30px 0;
    max-height: calc(100% - 242px);
    overflow: auto
}

.header-lm .mobile-menu .menu-mn .item {
    width: 100%
}

.header-lm .mobile-menu .menu-mn .item>a {
    width: 100%;
    text-decoration: none;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    color: #000
}

@media only screen and (max-width: 680px) {
    .header-lm .mobile-menu .menu-mn .item>a {
        font-size: 16px
    }
}

.header-lm .mobile-menu .menu-mn .item>a.active {
    background: #efefef
}

.header-lm .mobile-menu .menu-mn .item>a.mobile-sub-sv span {
    width: calc(100% - 20px)
}

.header-lm .mobile-menu .menu-mn .item>a.mobile-sub-sv:after {
    content: "";
    width: 0;
    height: 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.header-lm .mobile-menu .menu-mn .item .mobile-sub-menu {
    width: 100%;
    padding: 0 15px 0 40px;
    display: none
}

.header-lm .mobile-menu .menu-mn .item .mobile-sub-menu.active {
    display: block
}

.header-lm .mobile-menu .menu-mn .item .mobile-sub-menu a {
    border-left: 3px solid #eee;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none
}

.header-lm .mobile-menu .mobile-mb-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 40px 30px 20px
}

.header-lm .mobile-menu .mobile-mb-bottom .langs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #c2c2c2
}

@media only screen and (max-width: 680px) {
    .header-lm .mobile-menu .mobile-mb-bottom .langs {
        font-size: 14px
    }
}

.header-lm .mobile-menu .mobile-mb-bottom .langs a {
    text-decoration: none;
    color: #c2c2c2
}

.header-lm .mobile-menu .mobile-mb-bottom .langs a.active {
    color: #000
}

.header-lm .mobile-menu .mobile-mb-bottom .langs span {
    margin: 0px 20px
}

.header-lm .mobile-menu .mobile-mb-bottom .socials {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 25px
}

.header-lm .mobile-menu .mobile-mb-bottom .socials svg {
    float: left
}

.header-lm .mobile-menu .mobile-mb-bottom .socials a {
    margin-right: 40px;
    float: left
}

.header-lm .mobile-menu .mobile-mb-bottom .socials a:last-child {
    margin-right: 0
}

@media only screen and (max-width: 992px) {
    .header-lm .right {
        display: none
    }
}

.header-lm .right .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.header-lm .right .top-menu .spk-t {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #636363;
    font-weight: 500;
    cursor: pointer
}

.header-lm .right .top-menu .spk-t a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #636363
}

.header-lm .right .top-menu .spk-t:first-child {
    padding-left: 0
}

.header-lm .right .top-menu .spk-t .sv {
    margin-right: 8px
}

.header-lm .right .top-menu .spk-t .sv svg {
    float: left
}

.header-lm .right .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
    margin-bottom: 6px
}

.header-lm .right .menu:hover .mn-item,
.header-lm .right .menu.gray-hover .mn-item {
    opacity: .3
}

.header-lm .right .menu:hover .mn-bg-overlay,
.header-lm .right .menu.gray-hover .mn-bg-overlay {
    opacity: .4;
    visibility: visible
}

.header-lm .right .menu .item {
    margin: 0 20px;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .header-lm .right .menu .item {
        margin: 0 10px
    }
}

.header-lm .right .menu .item:last-child {
    margin-right: 0
}

.header-lm .right .menu .item:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 87%
}

.header-lm .right .menu .item:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 79%;
    border-bottom: 3px solid #e50019;
    -webkit-transition: .5s;
    transition: .5s
}

.header-lm .right .menu .item .mn-item {
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

@media only screen and (max-width: 1380px) {
    .header-lm .right .menu .item .mn-item {
        font-size: 14px
    }
}

.header-lm .right .menu .item:hover .mn-sub-menu,
.header-lm .right .menu .item.active .mn-sub-menu {
    display: block
}

.header-lm .right .menu .item:hover .mn-item,
.header-lm .right .menu .item.active .mn-item {
    opacity: 1
}

.header-lm .right .menu .item:hover .sub-menu,
.header-lm .right .menu .item.active .sub-menu {
    display: block
}

.header-lm .right .menu .item:hover:before,
.header-lm .right .menu .item.active:before {
    width: 90%
}

.header-lm .right .menu .mn-sub-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    width: 250px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 0;
    display: none
}

.header-lm .right .menu .mn-sub-menu ul {
    margin: 0 0;
    padding: 0 0
}

.header-lm .right .menu .mn-sub-menu li {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

.header-lm .right .menu .mn-sub-menu a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    text-decoration: none;
    color: #000
}

.header-lm .right .menu .mn-sub-menu a:hover {
    background: #efefef
}

.header-lm .sub-menu {
    position: absolute;
    width: 1920px;
    top: 105px;
    right: 0;
    display: none
}

@media only screen and (max-width: 1920px) {
    .header-lm .sub-menu {
        width: 100%
    }
}

@media only screen and (max-width: 1380px) {
    .header-lm .sub-menu {
        top: 104px
    }
}

.header-lm .sub-menu.active {
    display: block
}

.header-lm .sub-menu .list {
    width: 1180px;
    background: #fbfbfb;
    padding: 40px 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #b5b5b5
}

@media only screen and (max-width: 1380px) {
    .header-lm .sub-menu .list {
        padding: 30px 30px
    }
}

@media only screen and (max-width: 1200px) {
    .header-lm .sub-menu .list {
        width: 100%
    }
}

.header-lm .sub-menu .sub-item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 15px
}

.header-lm .sub-menu .sub-item:nth-child(4n) {
    margin-right: 0
}

.header-lm .sub-menu .sub-item a {
    text-decoration: none
}

.header-lm .sub-menu .sub-item .title a {
    font-size: 14px;
    font-weight: 500;
    color: #313033;
    margin-bottom: 30px
}

@media only screen and (max-width: 1380px) {
    .header-lm .sub-menu .sub-item .title a {
        margin-bottom: 20px
    }
}

.header-lm .sub-menu .sub-item .li {
    width: 100%;
    padding: 5px 0
}

.header-lm .sub-menu .sub-item .li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #313033;
    -webkit-transition: .5s;
    transition: .5s
}

.header-lm .sub-menu .sub-item .li a:hover {
    color: #b5b5b5
}

.full-search {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: none
}

.full-search.active {
    display: block
}

.full-search .full-search-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.full-search .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px
}

@media only screen and (max-width: 1024px) {
    .full-search .box {
        width: calc(100% - 60px)
    }
}

.full-search .inp {
    width: 100%;
    position: relative
}

.full-search input {
    width: 100%;
    height: 90px;
    border: none;
    background: #fff;
    padding: 0 100px 0 30px;
    outline: none;
    font-size: 33px
}

@media only screen and (max-width: 992px) {
    .full-search input {
        height: 70px;
        font-size: 24px
    }
}

@media only screen and (max-width: 680px) {
    .full-search input {
        font-size: 16px;
        height: 60px;
        padding: 0 45px 0 15px
    }
}

.full-search button {
    position: absolute;
    top: 50%;
    right: 50px;
    background: none;
    outline: none;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

@media only screen and (max-width: 680px) {
    .full-search button {
        right: 15px
    }
}

.full-search button svg {
    float: left
}

@media only screen and (max-width: 680px) {
    .full-search button svg {
        width: 20px
    }
}

.o-container {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 992px) {
    .o-container {
        max-width: 1660px
    }
    .o-container--large {
        max-width: 1300px
    }
    .o-container--small {
        max-width: 915px
    }
}

.o-container:after {
    display: block !important;
    clear: both !important;
    content: "" !important
}

.window-wrapper {
    width: 1920px;
    margin: 0px auto;
    overflow: hidden
}

@media only screen and (max-width: 1920px) {
    .window-wrapper {
        width: 100%
    }
}

footer {
    width: 100%;
    padding: 45px 0 30px 0;
    position: relative;
    background-color: #fff
}

@media only screen and (max-width: 1780px) {
    footer .o-container {
        padding-left: 120px
    }
}

@media only screen and (max-width: 1280px) {
    footer .o-container {
        padding-left: .9375rem
    }
}

@media only screen and (max-width: 680px) {
    footer {
        padding: 30px 0
    }
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((-100vw - -1920px) / 2);
    width: calc((100vw - 1920px) / 2);
    background: #fff;
    height: 100%;
    z-index: 10
}

@media only screen and (max-width: 1920px) {
    footer:before {
        display: none
    }
}

footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc((-100vw - -1920px) / 2);
    width: calc((100vw - 1920px) / 2);
    background: #fff;
    height: 100%;
    z-index: 10
}

@media only screen and (max-width: 1920px) {
    footer:after {
        display: none
    }
}

.footer-social {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #ee1d23
}

@media only screen and (max-width: 1280px) {
    .footer-social {
        display: none
    }
}

.footer-social div {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-social svg {
    float: left
}

.footer-social svg path {
    -webkit-transition: .5s;
    transition: .5s
}

.footer-social a {
    padding: 20px 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-social a:hover {
    background: #313033
}

.footer-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .footer-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-top .loogo {
    margin-top: 15px
}

@media only screen and (max-width: 680px) {
    .footer-top .loogo {
        width: 100%
    }
}

.footer-top .slogan {
    font-size: 15px;
    color: #313033;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .footer-top .slogan {
        width: 60%
    }
}

.footer-top .slogan img {
    margin: 0 10px
}

@media only screen and (max-width: 680px) {
    .footer-top .slogan {
        display: none
    }
}

.footer-menu {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.footer-menu .item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 100px
}

.footer-menu .item:nth-child(4n) {
    margin-right: 0
}

.footer-menu .mobile-menu-title {
    display: none
}

@media only screen and (max-width: 680px) {
    .footer-menu .mobile-menu-title {
        display: block;
        font-size: 18px;
        color: #313033;
        font-weight: 500;
        margin: 0 0;
        padding: 0 0
    }
}

.footer-menu a {
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    line-height: 31px;
    color: #313033;
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-menu a.menu-title {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500
}

.footer-menu a:hover {
    color: #999
}

@media only screen and (max-width: 680px) {
    .footer-menu {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px
    }
    .footer-menu .item {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 30px
    }
    .footer-menu .item:last-child {
        margin-bottom: 0
    }
    .footer-menu .item.active a {
        display: block
    }
    .footer-menu a {
        display: none
    }
    .footer-menu a.menu-title {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0
    }
}

.footer-sub-menu {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.footer-sub-menu li:last-child a {
    margin-right: 0
}

.footer-sub-menu li:first-child a {
    color: #ee1d23
}

.footer-sub-menu li a {
    color: #313033;
    font-size: 14px;
    font-weight: 500;
    margin-right: 55px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-sub-menu li a:hover {
    color: #ee1d23
}

@media only screen and (max-width: 680px) {
    .footer-sub-menu {
        display: none;
        border-bottom: none;
        padding-bottom: 0
    }
    .footer-sub-menu+.footer-sub-menu {
        display: block
    }
    .footer-sub-menu a {
        width: 100%;
        display: block;
        margin-right: 0;
        line-height: 30px;
        text-align: center
    }
}

.footer-bottom {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 680px) {
    .footer-bottom {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #313033
}

@media only screen and (max-width: 680px) {
    .copyright {
        font-size: 14px;
        width: 100%;
        margin-bottom: 30px;
        text-align: center
    }
}

.footer-mobile-social {
    display: none
}

@media only screen and (max-width: 1280px) {
    .footer-mobile-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 45px
    }
}

.footer-mobile-social div {
    padding: 0 30px
}

@media only screen and (max-width: 680px) {
    .footer-mobile-social {
        margin-bottom: 30px
    }
    .footer-mobile-social div {
        padding: 0 15px
    }
}

.home-slide {
    position: relative;
    height: calc(100vh - 120px) !important;
    width: 100%
}

@media only screen and (max-width: 992px) {
    .home-slide {
        height: auto !important;
        background: #1b212d
    }
}

.home-slide .go-down {
    position: absolute;
    bottom: 80px;
    right: 140px;
    z-index: 3;
    margin-top: 0
}

.home-slide .go-down svg {
    float: left
}

@media only screen and (max-width: 992px) {
    .home-slide .go-down {
        bottom: 30px;
        right: 30px
    }
    .home-slide .go-down svg {
        width: 40px
    }
}

@media only screen and (max-width: 680px) {
    .home-slide .go-down {
        display: none
    }
}

.main-slider__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #1b212d;
    background: -webkit-gradient(linear, left top, right top, from(#1b212d), to(rgba(27, 33, 45, 0)));
    background: linear-gradient(90deg, #1b212d 0%, rgba(27, 33, 45, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1b212d", endColorstr="#1b212d", GradientType=1);
    opacity: .8
}

.swiper-tab-slide-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

@media only screen and (max-width: 992px) {
    .swiper-tab-slide-content {
        position: relative
    }
}

.swiper-tab-slide-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 160px;
    background: #f3f3f3
}

.swiper-tab-slide-content:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 160px;
    background: #f3f3f3
}

.swiper-tab-slide {
    position: relative;
    overflow: hidden;
    width: 100%
}

.swiper-tab-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 37.5%;
    background: #f3f3f3
}

.swiper-tab-slide:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 37.5%;
    background: #f3f3f3
}

.swiper-tab-slide .swiper-slide {
    cursor: pointer
}

.swiper-tab-slide .tab-slide-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    background: #f3f3f3;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .swiper-tab-slide .tab-slide-text {
        font-size: 16px
    }
}

.swiper-tab-slide .swiper-slide-active .tab-slide-text {
    background: rgba(0, 0, 0, .3);
    color: #fff
}

@media only screen and (max-width: 992px) {
    .swiper-tab-slide {
        background: #f3f3f3
    }
}

.promo-container {
    position: relative
}

.promo-container .swiper-slide-active .promo-slider-content-wrapper {
    opacity: 1
}

.promo-container .swiper-pagination {
    z-index: 2
}

.promo-container .promo-slider-content-wrapper {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 1900px) {
    .promo-container .promo-slider-content-wrapper {
        margin-left: 120px
    }
}

@media only screen and (max-width: 1200px) {
    .promo-container .promo-slider-content-wrapper {
        margin-left: 15px
    }
}

@media(max-width: 992px) {
    .promo-container .promo-slider-content-wrapper {
        position: relative;
        margin: 30px 0;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        margin-left: 0px
    }
}

@media(max-width: 992px) {
    .promo-container .swiper-pagination {
        display: none
    }
}

.promo-container .mobile-slide-img {
    display: none
}

@media(max-width: 992px) {
    .promo-container .mobile-slide-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        height: 330px;
        width: 100%;
        display: block
    }
}

.promo-container .swiper-slide {
    height: calc(100vh - 120px) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (max-height: 940px) {
    .promo-container .swiper-slide {
        height: calc(100vh - 120px) !important
    }
}

@media(max-width: 992px) {
    .promo-container .swiper-slide {
        height: auto !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        background: none !important
    }
}

@media(max-width: 992px) {
    .promo-container .swiper-slide .o-container {
        padding: 0
    }
}

.promo-container .swiper-slide .slider-content {
    max-width: 650px;
    margin-left: 90px
}

@media only screen and (max-width: 1280px) {
    .promo-container .swiper-slide .slider-content {
        margin-left: 0
    }
}

@media(max-width: 992px) {
    .promo-container .swiper-slide .slider-content {
        max-width: 100%
    }
}

.promo-container .swiper-slide .slider-content h1 {
    font-size: 54px;
    line-height: 69px;
    color: #fff
}

@media only screen and (max-width: 1780px) {
    .promo-container .swiper-slide .slider-content h1 {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width: 1540px) {
    .promo-container .swiper-slide .slider-content h1 {
        font-size: 30px;
        line-height: 40px
    }
}

@media(max-width: 992px) {
    .promo-container .swiper-slide .slider-content h1 {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
        padding: 0 15px
    }
}

.promo-container .swiper-slide .slider-content h2 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
    opacity: .9
}

@media(max-width: 992px) {
    .promo-container .swiper-slide .slider-content h2 {
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
        padding: 0 15px
    }
}

.promo-container .swiper-slide .slider-content .lnk {
    margin-top: 70px
}

@media only screen and (max-width: 1540px) {
    .promo-container .swiper-slide .slider-content .lnk {
        margin-top: 30px
    }
}

@media only screen and (max-width: 992px) {
    .promo-container .swiper-slide .slider-content .lnk {
        display: inline-block
    }
}

.promo-container .swiper-slide .slider-content a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #1a2329;
    border-radius: 37px;
    padding: 22px 30px;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width: 992px) {
    .promo-container .swiper-slide .slider-content a {
        display: inline-block;
        padding: 15px 20px;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.promo-container .swiper-slide .slider-content a svg {
    margin-left: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.promo-container .swiper-slide .slider-content a:hover svg {
    margin-left: 40px
}

@media(max-width: 992px) {
    .promo-container .swiper-slide .slider-content a {
        width: 100%;
        margin-left: 15px
    }
}

@media(max-width: 992px) {
    .promo-container {
        margin-bottom: 0
    }
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
    position: relative;
    overflow: hidden
}

.swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, .4)
}

.swiper-pagination-bullet-active::before {
    background-color: #fff;
    -webkit-animation: slide-progress 4s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    animation: slide-progress 4s cubic-bezier(0.3, 0, 0.3, 1) forwards
}

.swiper-paused .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes slide-progress {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-progress {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px !important
}

.swiper-pagination-bullet-active {
    background: transparent !important
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, .2) !important;
    opacity: 1 !important
}

.mySwiper {
    height: 300px
}

.mySwiper2 {
    height: 1200px;
    float: right
}

@media(max-width: 992px) {
    .mySwiper2 {
        float: none;
        height: 500px
    }
}

@media only screen and (max-width: 680px) {
    .mySwiper2 {
        height: auto;
        margin-bottom: 45px
    }
}

.mySwiper2 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 550px;
    height: 550px
}

.mySwiper2 .swiper-slide img {
    opacity: 0
}

@media(max-width: 992px) {
    .mySwiper2 .swiper-slide {
        width: 300px;
        height: 300px
    }
}

.mySwiper2 .swiper-slide-active img {
    opacity: 1
}

.mySwiper2 .swiper-slide-prev img,
.mySwiper2 .swiper-slide-next img {
    opacity: 1
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%
}

.slider-thumb-wrapper {
    position: relative;
    margin-left: 80px;
    margin-top: 100px
}

@media only screen and (max-width: 1610px) {
    .slider-thumb-wrapper .swiper-container-autoheight {
        max-height: 500px
    }
}

@media(max-width: 992px) {
    .slider-thumb-wrapper {
        margin-top: 60px;
        margin-left: 0
    }
}

@media only screen and (max-width: 680px) {
    .slider-thumb-wrapper {
        margin-bottom: 30px;
        margin-top: 30px
    }
}

.history-next,
.history-prev {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    position: absolute;
    left: -80px;
    top: 0;
    cursor: pointer;
    line-height: 55px;
    text-align: center
}

@media(max-width: 992px) {
    .history-next,
    .history-prev {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        z-index: 10;
        left: 15px
    }
}

@media(max-width: 992px) {
    .history-prev {
        top: 44px
    }
}

.history-next {
    top: 80px
}

@media(max-width: 992px) {
    .history-next {
        right: 20px;
        left: unset;
        top: 44px
    }
}

.history-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.thumb-content .thumb-date {
    font-size: 140px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    line-height: 150px
}

@media(max-width: 992px) {
    .thumb-content .thumb-date {
        font-size: 70px;
        width: 100%;
        display: block;
        text-align: center
    }
}

.thumb-content .thumb-desc {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    width: 360px
}

@media(max-width: 992px) {
    .thumb-content .thumb-desc {
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        width: 100%
    }
}

.slide-left-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    height: calc(100% - 120px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 145px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 10
}

@media only screen and (max-width: 1540px) {
    .slide-left-navigation {
        width: 100px
    }
}

@media only screen and (max-width: 1200px) {
    .slide-left-navigation {
        display: none
    }
}

.slide-left-navigation a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 20px 0
}

.slide-left-navigation a svg {
    float: left
}

.hm-swiper-bottom {
    position: absolute;
    bottom: 0;
    left: 90px;
    width: 100%;
    z-index: 3
}

@media only screen and (max-width: 1780px) {
    .hm-swiper-bottom {
        left: 145px
    }
}

@media only screen and (max-width: 992px) {
    .hm-swiper-bottom {
        bottom: auto;
        top: 315px;
        left: 0
    }
}

.hm-swiper-bottom .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px;
    width: 66%
}

@media only screen and (max-width: 1540px) {
    .hm-swiper-bottom .list {
        width: 62%
    }
}

@media only screen and (max-width: 1280px) {
    .hm-swiper-bottom .list {
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 1200px) {
    .hm-swiper-bottom .list {
        width: 85%
    }
}

@media only screen and (max-width: 992px) {
    .hm-swiper-bottom .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 15px;
        width: 100%
    }
}

.hm-swiper-bottom .swiper-pagination {
    width: calc(100% - 120px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 992px) {
    .hm-swiper-bottom .swiper-pagination {
        width: 100%
    }
}

.hm-swiper-bottom .swiper-pagination .swiper-pagination-bullet {
    width: calc(12% - 20px);
    height: 4px;
    margin-right: 20px
}

@media only screen and (max-width: 992px) {
    .hm-swiper-bottom .swiper-pagination .swiper-pagination-bullet {
        width: 100%;
        margin-right: 10px
    }
}

.hm-swiper-bottom .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.hm-swiper-bottom .hm-swiper-arrow {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 992px) {
    .hm-swiper-bottom .hm-swiper-arrow {
        width: 100%;
        margin-top: -155px
    }
}

.hm-swiper-bottom .hm-swiper-arrow .arr {
    width: 51px;
    height: 51px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.hm-swiper-bottom .hm-swiper-arrow .arr svg {
    float: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 17px
}

@media only screen and (max-width: 992px) {
    .hm-swiper-bottom .hm-swiper-arrow .arr {
        width: 40px;
        height: 40px
    }
}

.slide-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 340px;
    z-index: 4
}

@media only screen and (max-width: 1200px) {
    .slide-video {
        display: none
    }
}

@media only screen and (max-width: 680px) {
    .slide-video {
        display: block;
        position: relative;
        width: 100%
    }
}

.slide-video a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.slide-video .img {
    width: 50%;
    height: 218px;
    background-position: center center;
    background-size: cover;
    position: relative
}

.slide-video .img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 26px solid #fff
}

.slide-video .text {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: end;
    text-align: left;
    padding: 15px 30px;
    background-position: center center;
    background-size: cover;
    position: relative
}

.slide-video .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6
}

.slide-video .text .play-sv {
    float: left;
    position: relative;
    z-index: 2
}

.slide-video .text .play-sv svg {
    float: left
}

.slide-video .text .play-text {
    width: calc(100% - 30px);
    padding-left: 20px;
    position: relative;
    z-index: 2;
    color: #fff
}

.slide-video .text .play-text .nm {
    font-size: 24px;
    font-weight: 500
}

.slide-video .text .play-text .wtV {
    padding-left: 36px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    position: relative
}

.slide-video .text .play-text .wtV:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 1px;
    background: #fff
}

.slide-video .text .dd {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #000
}

.slide-video .text .play {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #000
}

.slide-video .text .play:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #000;
    margin-right: 10px
}

.input-wrapper {
    height: 70px;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    padding: 5px 15px;
    margin: 8px
}

.input-wrapper span.input-text {
    font-weight: 600;
    color: #b1b1b1
}

.input-wrapper input {
    border: none;
    display: block;
    width: 100%;
    padding: 5px 0
}

.input-wrapper input:focus,
.input-wrapper input:hover {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-wrapper select {
    border: none;
    display: block;
    width: 100%;
    padding: 5px 0
}

.input-wrapper select:focus,
.input-wrapper select:hover {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.u-clearfix:after {
    display: block !important;
    clear: both !important;
    content: "" !important
}

.u-font-size-2xsmall {
    font-size: .625rem
}

.u-font-size-xsmall {
    font-size: .75rem
}

.u-font-size-small,
small {
    font-size: .875rem
}

.u-font-size-regular {
    font-size: 1rem
}

.u-font-size-medium {
    font-size: 1.125rem
}

.u-font-size-large {
    font-size: 1.25rem
}

.u-font-size-xlarge {
    font-size: 1.5rem
}

.u-h1 {
    font-size: 2.5rem
}

.u-h2 {
    font-size: 2rem
}

.u-h3 {
    font-size: 1.75rem
}

.u-h4 {
    font-size: 1.5rem
}

.u-h5 {
    font-size: 1.25rem
}

.u-h6 {
    font-size: 1rem
}

@media print {
    *,
    *::before,
    *::after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]::after {
        content: " (" attr(href) ")"
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.u-hidden {
    display: none !important
}

.u-visible {
    display: block !important
}

.u-is-mobile {
    display: block
}

@media(min-width: 992px) {
    .u-is-mobile {
        display: none
    }
}

.u-is-desktop {
    display: none
}

@media(min-width: 992px) {
    .u-is-desktop {
        display: block
    }
}

.u-float-left {
    float: left
}

.u-float-right {
    float: right
}

.u-float-none {
    float: none
}

.u-gap-top {
    margin-top: 3.3125rem
}

@media(min-width: 992px) {
    .u-gap-top {
        margin-top: 4.6875rem
    }
}

.u-gap-top-medium {
    margin-top: 2.875rem
}

@media(min-width: 992px) {
    .u-gap-top-medium {
        margin-top: 3.375rem
    }
}

.u-gap-bottom {
    margin-bottom: 4.6875rem
}

.u-gap-left {
    margin-left: 4.6875rem
}

.u-gap-right {
    margin-right: 4.6875rem
}

.u-gap-top-small {
    margin-top: 2.1875rem
}

.u-responsive-img {
    max-width: 100%
}

.u-noscroll,
.u-noscroll body {
    height: 100% !important;
    overflow: hidden !important
}

.home-product-carousel {
    width: 100%;
    background: #e50019;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0
}

@media only screen and (max-width: 992px) {
    .home-product-carousel {
        padding: 45px 0
    }
}

@media only screen and (max-width: 680px) {
    .home-product-carousel {
        padding: 30px 0
    }
}

.home-product-carousel .top {
    margin-bottom: 55px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .home-product-carousel .top {
        margin-bottom: 20px
    }
}

.home-product-carousel .top .title {
    width: 65%;
    font-size: 32px;
    font-weight: 300;
    color: #fff
}

@media only screen and (max-width: 1380px) {
    .home-product-carousel .top .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 992px) {
    .home-product-carousel .top .title {
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .home-product-carousel .top .title {
        font-size: 20px
    }
}

.home-product-carousel .top .title strong {
    display: block;
    font-weight: 500;
    position: relative
}

.home-product-carousel .top .title strong:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 35%;
    width: 30%;
    height: 2px;
    background: #fff
}

@media only screen and (max-width: 1200px) {
    .home-product-carousel .top .title strong:after {
        left: 45%
    }
}

.home-product-carousel .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 992px) {
    .home-product-carousel .top .right {
        width: 100%;
        margin-top: 30px
    }
}

@media only screen and (max-width: 680px) {
    .home-product-carousel .top .right {
        margin-top: 15px
    }
}

.home-product-carousel .top .right .all a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-product-carousel .top .right .all a:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    margin-left: 15px
}

.home-product-carousel .top .right .hm-pr-arrow {
    width: 104px;
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .home-product-carousel .top .right .hm-pr-arrow {
        width: 90px
    }
}

.home-product-carousel .list {
    width: 100%
}

.home-product-carousel .list .home-product-listing {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-product-carousel .list .home-product-listing .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-product-carousel .list .home-product-listing .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.home-product-carousel .list .home-product-listing .swiper-slide a {
    background: #d80119;
    padding: 40px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.home-product-carousel .list .home-product-listing .swiper-slide a .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
}

.home-product-carousel .list .home-product-listing .swiper-slide a .img img {
    float: left;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: .5s;
    transition: .5s
}

.home-product-carousel .list .home-product-listing .swiper-slide a .name {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.home-product-carousel .list .home-product-listing .swiper-slide a:hover {
    background: #fff
}

.home-product-carousel .list .home-product-listing .swiper-slide a:hover .img img {
    -webkit-filter: none;
    filter: none
}

.home-product-carousel .list .home-product-listing .swiper-slide a:hover .name {
    color: #e50019
}

.hm-arrow {
    width: 51px;
    height: 51px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.hm-arrow svg {
    float: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 17px
}

@media only screen and (max-width: 992px) {
    .hm-arrow {
        width: 40px;
        height: 40px
    }
}

.home-solutions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 100px 0 0 0;
    background: #f7f7f7;
    float: left
}

@media only screen and (max-width: 992px) {
    .home-solutions {
        padding: 45px 0
    }
}

@media only screen and (max-width: 680px) {
    .home-solutions {
        padding: 30px 0
    }
}

.home-solutions .top {
    margin-bottom: 60px
}

@media only screen and (max-width: 680px) {
    .home-solutions .top {
        margin-bottom: 30px
    }
}

.home-solutions .top .title {
    font-size: 44px;
    font-weight: 500;
    color: #dfdfdf;
    line-height: normal;
    line-height: initial
}

@media only screen and (max-width: 1380px) {
    .home-solutions .top .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .home-solutions .top .title {
        font-size: 24px
    }
}

.home-solutions .top .title div {
    font-size: 32px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    margin-top: 15px
}

@media only screen and (max-width: 1380px) {
    .home-solutions .top .title div {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .home-solutions .top .title div {
        font-size: 24px;
        margin-top: 5px
    }
}

.home-solutions .top .title div:after {
    content: "";
    margin-left: 60px;
    width: 310px;
    height: 2px;
    background: #b5b5b5
}

@media only screen and (max-width: 992px) {
    .home-solutions .top .title div:after {
        display: none
    }
}

.home-solutions .top .desc {
    max-width: 600px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300
}

@media only screen and (max-width: 1380px) {
    .home-solutions .top .desc {
        font-size: 18px
    }
}

@media only screen and (max-width: 680px) {
    .home-solutions .top .desc {
        font-size: 16px;
        margin-top: 15px
    }
}

.home-solutions .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
    background: #fff
}

@media only screen and (max-width: 680px) {
    .home-solutions .list {
        margin-top: 30px
    }
}

.home-solutions .list .left {
    width: 50%;
    position: relative
}

@media only screen and (max-width: 992px) {
    .home-solutions .list .left {
        width: 100%
    }
}

.home-solutions .list .left .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media only screen and (max-width: 992px) {
    .home-solutions .list .left .img {
        height: 280px
    }
}

.home-solutions .list .left .box {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e50019;
    padding: 28px 45px 45px 25px;
    width: 55%
}

@media only screen and (max-width: 992px) {
    .home-solutions .list .left .box {
        display: none
    }
}

.home-solutions .list .left .box .name {
    font-size: 30px;
    font-weight: 500;
    color: #fff
}

@media only screen and (max-width: 1380px) {
    .home-solutions .list .left .box .name {
        font-size: 20px
    }
}

.home-solutions .list .left .box .lnk {
    margin-top: 30px
}

.home-solutions .list .left .box .lnk a {
    color: #fff;
    text-decoration: none;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500
}

.home-solutions .list .left .box .lnk a:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    margin-left: 15px
}

.home-solutions .list .right {
    width: 50%;
    padding: 50px 90px 90px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1024px) {
    .home-solutions .list .right {
        padding: 0 30px 30px 30px
    }
}

@media only screen and (max-width: 992px) {
    .home-solutions .list .right {
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .home-solutions .list .right {
        padding: 0 15px 15px 15px
    }
}

.home-solutions .list .right .hm-sol-item {
    width: calc(50% - 35px);
    height: 110px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #ebebeb;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 15px;
    cursor: default
}

@media only screen and (max-width: 1024px) {
    .home-solutions .list .right .hm-sol-item {
        width: 100%;
        height: auto;
        margin-top: 30px
    }
}

@media only screen and (max-width: 680px) {
    .home-solutions .list .right .hm-sol-item {
        margin-top: 15px;
        font-size: 14px;
        padding-bottom: 10px
    }
}

.home-solutions .list .right .hm-sol-item:first-child {
    padding-top: 0
}

.home-solutions .list .right .hm-sol-item:nth-child(2) {
    padding-top: 0
}

.home-solutions .list .right .hm-sol-item span {
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    display: block;
    position: relative
}

.home-solutions .list .right .hm-sol-item span:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e50019;
    -webkit-transition: .5s;
    transition: .5s
}

.home-solutions .list .right .hm-sol-item:hover span {
    color: #e50019;
    padding-left: 36px
}

.home-solutions .list .right .hm-sol-item:hover span:after {
    width: 24px
}

.all-i a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.all-i a:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    margin-left: 15px
}

.home-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 100px 0 110px 0;
    background: #f7f7f7;
    float: left
}

@media only screen and (max-width: 992px) {
    .home-news {
        padding: 45px 0
    }
}

@media only screen and (max-width: 680px) {
    .home-news {
        padding: 30px 0
    }
}

.home-news .top {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

@media only screen and (max-width: 992px) {
    .home-news .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 680px) {
    .home-news .top {
        margin-bottom: 30px
    }
}

.home-news .top .title {
    font-size: 44px;
    font-weight: 500;
    color: #dfdfdf;
    line-height: normal;
    line-height: initial;
    width: calc(100% - 315px)
}

@media only screen and (max-width: 1380px) {
    .home-news .top .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 992px) {
    .home-news .top .title {
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .home-news .top .title {
        font-size: 24px
    }
}

.home-news .top .title div {
    font-size: 32px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    margin-top: 15px
}

@media only screen and (max-width: 1380px) {
    .home-news .top .title div {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .home-news .top .title div {
        font-size: 24px;
        margin-top: 10px
    }
}

.home-news .top .title div:after {
    content: "";
    margin-left: 60px;
    width: 310px;
    height: 2px;
    background: #b5b5b5
}

@media only screen and (max-width: 680px) {
    .home-news .top .title div:after {
        display: none
    }
}

.home-news .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 992px) {
    .home-news .top .right {
        width: 100%;
        margin-top: 30px
    }
}

.home-news .top .right .hm-pr-arrow {
    width: 104px;
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .home-news .top .right .hm-pr-arrow {
        width: 90px
    }
}

.home-news .top .right .all-i a {
    color: #e50019
}

.home-news .top .right .all-i a:after {
    background: #e50019
}

.home-news .list {
    width: 100%
}

.home-news .list .home-news-carousel {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-news .list .home-news-carousel .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-news .list .home-news-carousel .swiper-slide {
    height: auto
}

.home-news .list .home-news-carousel .swiper-slide a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none
}

.home-news .list .home-news-carousel .swiper-slide a .img {
    width: 100%;
    height: 280px;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 680px) {
    .home-news .list .home-news-carousel .swiper-slide a .img {
        height: 240px
    }
}

.home-news .list .home-news-carousel .swiper-slide a .box {
    width: 100%;
    padding: 50px 40px 30px 40px;
    height: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 680px) {
    .home-news .list .home-news-carousel .swiper-slide a .box {
        padding: 15px 15px;
        height: calc(100% - 240px)
    }
}

.home-news .list .home-news-carousel .swiper-slide a .box .title {
    font-size: 20px;
    font-weight: 500;
    color: #313033;
    width: 100%
}

@media only screen and (max-width: 1380px) {
    .home-news .list .home-news-carousel .swiper-slide a .box .title {
        font-size: 18px
    }
}

@media only screen and (max-width: 680px) {
    .home-news .list .home-news-carousel .swiper-slide a .box .title {
        font-size: 16px
    }
}

.home-news .list .home-news-carousel .swiper-slide a .box .date {
    font-size: 15px;
    font-weight: 600;
    color: #acacac;
    opacity: .7;
    border-bottom: 2px solid #dedede;
    padding: 0 55px 17px 0;
    margin-top: 50px
}

@media only screen and (max-width: 680px) {
    .home-news .list .home-news-carousel .swiper-slide a .box .date {
        margin-top: 20px;
        padding: 0 15px 10px 0;
        font-size: 14px
    }
}

.home-part-brochure {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px
}

@media only screen and (max-width: 1380px) {
    .home-part-brochure {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 680px) {
    .home-part-brochure {
        margin-bottom: 30px
    }
}

.home-part-brochure .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-part-brochure .list .item {
    width: calc(50% - 30px);
    position: relative
}

@media only screen and (max-width: 992px) {
    .home-part-brochure .list .item {
        width: 100%
    }
}

.home-part-brochure .list .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: #ee1d23;
    z-index: 3
}

@media only screen and (max-width: 992px) {
    .home-part-brochure .list .item:before {
        width: 20px
    }
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item:before {
        width: 15px
    }
}

.home-part-brochure .list .item .bg {
    width: 100%;
    height: 460px;
    background-position: center center;
    background-size: cover;
    position: relative
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item .bg {
        height: 330px
    }
}

.home-part-brochure .list .item .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5
}

.home-part-brochure .list .item .box {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70%
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item .box {
        width: calc(100% - 45px);
        left: 30px
    }
}

.home-part-brochure .list .item .box .title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    width: 100%;
    white-space: nowrap
}

.home-part-brochure .list .item .box .title:after {
    content: "";
    margin-left: 60px;
    width: 100%;
    height: 2px;
    background: #b5b5b5
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item .box .title:after {
        display: none
    }
}

@media only screen and (max-width: 1380px) {
    .home-part-brochure .list .item .box .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item .box .title {
        font-size: 20px
    }
}

.home-part-brochure .list .item .box .desc {
    font-size: 18px;
    color: #fff;
    margin-top: 35px;
    max-width: 380px
}

@media only screen and (max-width: 1380px) {
    .home-part-brochure .list .item .box .desc {
        font-size: 16px
    }
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item .box .desc {
        font-size: 14px;
        margin-top: 20px
    }
}

.home-part-brochure .list .item .box .lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item .box .lnk {
        margin-top: 30px
    }
}

.home-part-brochure .list .item .box .lnk a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #1a2329;
    border-radius: 37px;
    padding: 22px 30px;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width: 680px) {
    .home-part-brochure .list .item .box .lnk a {
        font-size: 12px;
        padding: 15px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.home-part-brochure .list .item .box .lnk a svg {
    margin-left: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.home-part-brochure .list .item .box .lnk a:hover svg {
    margin-left: 40px
}

.home-part-brochure.how-to-buy-bg {
    background: #fff;
    display: block;
    padding: 110px 0 200px 0
}

@media only screen and (max-width: 1280px) {
    .home-part-brochure.how-to-buy-bg {
        padding: 110px 0
    }
}

@media only screen and (max-width: 992px) {
    .home-part-brochure.how-to-buy-bg {
        padding: 45px 0
    }
}

@media only screen and (max-width: 680px) {
    .home-part-brochure.how-to-buy-bg {
        padding: 30px 0
    }
}

.home-part-brochure.how-to-buy-bg .list .item:first-child .bg:before {
    display: none
}

.home-part-brochure.how-to-buy-bg .list .item:first-child .box {
    color: #000
}

.home-part-brochure.how-to-buy-bg .list .item:first-child .box .title {
    color: #000
}

.home-part-brochure.how-to-buy-bg .list .item:first-child .box .title:after {
    display: none
}

.home-part-brochure.how-to-buy-bg .list .item:first-child .box .desc {
    color: #000
}

.home-part-brochure.how-to-buy-bg .list .item:first-child .box .lnk a {
    background-color: #ee1d23;
    color: #fff
}

img {
    max-width: 100%;
    height: auto
}

.mv-container {
    width: 1400px;
    margin: 0px auto
}

@media only screen and (max-width: 1430px) {
    .mv-container {
        width: 100%
    }
}

.mk-container {
    width: 1200px;
    margin: 0px auto
}

@media only screen and (max-width: 1230px) {
    .mk-container {
        width: 100%
    }
}

.detail-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.detail-banner .bg {
    width: 100%;
    height: 420px;
    background-position: center center;
    background-size: cover;
    display: none !important
}

.detail-banner .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #1b212d;
    background: -webkit-gradient(linear, left top, right top, from(#1b212d), to(rgba(27, 33, 45, 0)));
    background: linear-gradient(90deg, #1b212d 0%, rgba(27, 33, 45, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1b212d", endColorstr="#1b212d", GradientType=1);
    opacity: .8;
    width: 80%;
    height: 100%
}

@media only screen and (max-width: 1380px) {
    .detail-banner .bg {
        height: 320px
    }
}

@media only screen and (max-width: 992px) {
    .detail-banner .bg {
        height: 380px
    }
}

@media only screen and (max-width: 680px) {
    .detail-banner .bg {
        height: 240px
    }
}

.detail-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    display: none !important
}

@media only screen and (max-width: 680px) {
    .detail-banner .banner-text {
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: 15px
    }
}

.detail-banner .banner-text h1 {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    line-height: initial
}

@media only screen and (max-width: 1380px) {
    .detail-banner .banner-text h1 {
        font-size: 42px
    }
}

@media only screen and (max-width: 992px) {
    .detail-banner .banner-text h1 {
        font-size: 42px
    }
}

@media only screen and (max-width: 680px) {
    .detail-banner .banner-text h1 {
        font-size: 24px
    }
}

.detail-banner .banner-text h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400
}

@media only screen and (max-width: 992px) {
    .detail-banner .banner-text h2 {
        font-size: 18px
    }
}

@media only screen and (max-width: 680px) {
    .detail-banner .banner-text h2 {
        font-size: 15px
    }
}

@media only screen and (max-width: 680px) {
    .detail-banner.form-breadcrumb {
        display: none
    }
}

.breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f1f1f1
}

@media only screen and (max-width: 680px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb .list {
    width: 100%;
    padding: 21px 0 24px 0
}

.breadcrumb .list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0;
    padding: 0 0
}

.breadcrumb .list li {
    color: #6a6a6a;
    font-size: 13px;
    font-weight: 600
}

@media only screen and (max-width: 992px) {
    .breadcrumb .list li {
        font-size: 12px
    }
}

.breadcrumb .list li:after {
    content: "/";
    opacity: .5;
    font-weight: 300;
    color: #6a6a6a
}

.breadcrumb .list li:last-child:after {
    opacity: 0
}

.breadcrumb .list li:last-child span {
    opacity: 1
}

.breadcrumb .list li a {
    text-decoration: none;
    color: #6a6a6a;
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s
}

.breadcrumb .list li a:hover {
    opacity: 1
}

.breadcrumb .list span {
    font-size: 13px;
    font-weight: 500;
    color: #6a6a6a;
    opacity: .7;
    margin: 0 15px
}

@media only screen and (max-width: 992px) {
    .breadcrumb .list span {
        font-size: 12px
    }
}

.breadcrumb .list span span {
    margin: 0 0
}

.pr-detail-file {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    padding: 10px 0
}

.pr-detail-file .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -50px
}

@media only screen and (max-width: 992px) {
    .pr-detail-file .list {
        margin-bottom: 0
    }
}

.pr-detail-file .list .item {
    width: auto;
    min-width: 240px;
    margin-right: 40px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .06);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .06)
}

@media only screen and (max-width: 992px) {
    .pr-detail-file .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.pr-detail-file .list .item:nth-child(3) {
    margin-right: 0;
    margin-bottom: 0
}

.pr-detail-file .list .item .box {
    background: #fff;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 25px;
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .pr-detail-file .list .item .box {
        padding: 10px 15px
    }
}

.pr-detail-file .list .item .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #ee1d23;
    -webkit-transition: .7s;
    transition: .7s;
    z-index: 0
}

.pr-detail-file .list .item .box.active:before {
    width: 100%
}

.pr-detail-file .list .item .box.active .img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.pr-detail-file .list .item .box.active .name span {
    color: #fff
}

.pr-detail-file .list .item .box.active .view-file {
    color: #fff
}

.pr-detail-file .list .item .box.active a {
    color: #fff
}

.pr-detail-file .list .item .box a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.pr-detail-file .list .item .box .img {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 11px;
    z-index: 1
}

.pr-detail-file .list .item .box .img img {
    float: left;
    -webkit-transition: .5s;
    transition: .5s
}

.pr-detail-file .list .item .box .right {
    width: calc(100% - 75px);
    z-index: 1
}

.pr-detail-file .list .item .box .name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.pr-detail-file .list .item .box .name span {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    line-height: initial;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px
}

@media only screen and (max-width: 992px) {
    .pr-detail-file .list .item .box .name span {
        font-size: 16px
    }
}

.pr-detail-file .list .item .box .view-file {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px;
    position: relative
}

.pr-detail-file .list .item .box .view-file a {
    position: relative;
    color: #000
}

.pr-detail-file .list .item .box .view-file a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.pr-detail-file .list .item .box .view-file a:hover {
    color: #ee1d23
}

.pr-detail-file .list .item .box .view-file a:hover:after {
    width: 100%
}

.pr-detail-file .list .item.catalog .box:hover:before {
    width: 10px
}

.pr-detail-file .list .item.catalog .box:hover .img img {
    -webkit-filter: none;
    filter: none
}

.pr-detail-file .list .item.catalog .box:hover .name span {
    color: #000
}

.pr-detail-file .list .item.catalog .box:hover .view-file {
    color: #000
}

.pr-detail-file .list .item.catalog .box:hover a {
    color: #000
}

.pr-detail-file .list .item.catalog .box:hover label+a {
    color: #ee1d23
}

@media only screen and (max-width: 680px) {
    .pr-detail-file .list .item.catalog .view-file {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.pr-detail-file .list .item.catalog a {
    color: #000;
    letter-spacing: 1px
}

@media only screen and (max-width: 680px) {
    .pr-detail-file .list .item.catalog a {
        width: 100%
    }
}

.pr-detail-file .list .item.catalog a:after {
    background: #000 !important
}

.pr-detail-file .list .item.catalog label {
    margin: 0 10px;
    letter-spacing: 1px
}

@media only screen and (max-width: 680px) {
    .pr-detail-file .list .item.catalog label {
        margin: 3px 0
    }
}

.pr-detail-file .list .item.catalog label+a {
    color: #ee1d23 !important
}

.pr-detail-file .list .item.catalog label+a:after {
    background: #ee1d23 !important
}

.product-carousel-desc {
    width: 100%;
    margin: 100px 0 60px 0
}

@media only screen and (max-width: 992px) {
    .product-carousel-desc {
        margin: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .product-carousel-desc {
        margin: 30px 0
    }
}

.product-carousel-desc .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-carousel-desc .thumbs-gallery {
    width: 38%
}

@media only screen and (max-width: 1280px) {
    .product-carousel-desc .thumbs-gallery {
        width: 42%
    }
}

@media only screen and (max-width: 992px) {
    .product-carousel-desc .thumbs-gallery {
        width: 100%
    }
}

.product-carousel-desc .thumbs-gallery .swiper-container {
    width: 100%;
    overflow: hidden
}

.product-carousel-desc .thumbs-gallery img {
    width: 100%;
    height: auto;
    float: left
}

.product-carousel-desc .product-lt-slide {
    margin-bottom: 30px
}

.product-carousel-desc .product-lt-slide .swiper-slide {
    max-height: 445px
}

.product-carousel-desc .product-lt-slide .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.product-carousel-desc .product-lt-slide .swiper-slide a img {
    float: left
}

.product-carousel-desc .product-lt-slide .lt-zoom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3
}

.product-carousel-desc .product-lt-slide .lt-zoom img {
    float: left
}

.product-carousel-desc .product-th-slide .swiper-slide {
    cursor: pointer
}

.product-carousel-desc .product-th-progress {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.product-carousel-desc .product-th-progress .sw-pagination {
    width: calc(100% - 134px);
    height: 4px;
    position: relative;
    background: #e8e8e8
}

.product-carousel-desc .product-th-progress .sw-pagination span {
    background: #afafaf
}

@media only screen and (max-width: 680px) {
    .product-carousel-desc .product-th-progress .sw-pagination {
        width: calc(100% - 100px)
    }
}

.product-carousel-desc .product-th-progress .sw-arrow {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .product-carousel-desc .product-th-progress .sw-arrow {
        width: 85px
    }
}

.product-carousel-desc .product-th-progress .sw-arrow .arr {
    width: 51px;
    height: 51px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer
}

.product-carousel-desc .product-th-progress .sw-arrow .arr svg {
    float: left
}

@media only screen and (max-width: 680px) {
    .product-carousel-desc .product-th-progress .sw-arrow .arr {
        width: 40px;
        height: 40px
    }
}

.product-carousel-desc .pr-dt-detail {
    width: 54%;
    padding-right: 60px
}

@media only screen and (max-width: 992px) {
    .product-carousel-desc .pr-dt-detail {
        width: 100%;
        margin-top: 30px;
        padding-right: 0
    }
}

.product-carousel-desc .pr-dt-detail .title {
    margin: 0 0;
    font-size: 44px;
    font-weight: 600;
    color: #ee1d23
}

@media only screen and (max-width: 1380px) {
    .product-carousel-desc .pr-dt-detail .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .product-carousel-desc .pr-dt-detail .title {
        font-size: 24px
    }
}

.product-carousel-desc .pr-dt-detail .sub-title {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin: 0 0;
    margin-top: -10px
}

@media only screen and (max-width: 1380px) {
    .product-carousel-desc .pr-dt-detail .sub-title {
        font-size: 26px
    }
}

@media only screen and (max-width: 680px) {
    .product-carousel-desc .pr-dt-detail .sub-title {
        font-size: 20px;
        margin-top: 5px
    }
}

.product-carousel-desc .pr-dt-detail .desc {
    width: 100%;
    max-height: 365px;
    overflow: auto;
    margin-top: 40px;
    padding-right: 30px
}

@media only screen and (max-width: 1280px) {
    .product-carousel-desc .pr-dt-detail .desc {
        max-height: 250px
    }
}

@media only screen and (max-width: 1280px) {
    .product-carousel-desc .pr-dt-detail .desc {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (max-width: 680px) {
    .product-carousel-desc .pr-dt-detail .desc {
        max-height: 200px;
        margin-top: 20px;
        font-size: 16px
    }
}

.product-carousel-desc .pr-dt-detail .desc::-webkit-scrollbar {
    width: 4px
}

.product-carousel-desc .pr-dt-detail .desc::-webkit-scrollbar-track {
    background: #e8e8e8
}

.product-carousel-desc .pr-dt-detail .desc::-webkit-scrollbar-thumb {
    background: #afafaf
}

.product-carousel-desc .pr-dt-detail .desc::-webkit-scrollbar-thumb:hover {
    background: #afafaf
}

.product-technic-detail {
    width: 100%;
    margin: 100px 0
}

@media only screen and (max-width: 992px) {
    .product-technic-detail {
        margin: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .product-technic-detail {
        margin: 30px 0
    }
}

.product-technic-detail .top {
    margin-bottom: 100px
}

@media only screen and (max-width: 992px) {
    .product-technic-detail .top {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .top {
        margin-bottom: 30px
    }
}

.product-technic-detail .top .title {
    font-size: 44px;
    font-weight: 500;
    color: #dfdfdf;
    line-height: normal;
    line-height: initial
}

@media only screen and (max-width: 1380px) {
    .product-technic-detail .top .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .top .title {
        font-size: 24px
    }
}

.product-technic-detail .top .title div {
    font-size: 32px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    margin-top: 15px
}

@media only screen and (max-width: 1380px) {
    .product-technic-detail .top .title div {
        font-size: 26px
    }
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .top .title div {
        font-size: 20px;
        margin-top: 5px
    }
}

.product-technic-detail .top .title div:after {
    content: "";
    margin-left: 60px;
    width: 310px;
    height: 2px;
    background: #b5b5b5
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .top .title div:after {
        display: none
    }
}

.product-technic-detail .top .desc {
    max-width: 600px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 300
}

.product-technic-detail .list {
    width: 100%
}

.product-technic-detail .list .accordion-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-technic-detail .list .accordion-item .accordion-title {
    width: 100%;
    padding: 33px 30px;
    border-bottom: 4px solid #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .list .accordion-item .accordion-title {
        padding: 15px 10px;
        border-bottom: 2px solid #f6f6f6
    }
}

.product-technic-detail .list .accordion-item .accordion-title span {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
    padding-right: 15px
}

@media only screen and (max-width: 1380px) {
    .product-technic-detail .list .accordion-item .accordion-title span {
        font-size: 18px
    }
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .list .accordion-item .accordion-title span {
        font-size: 16px
    }
}

.product-technic-detail .list .accordion-item .accordion-title .sv {
    float: right
}

.product-technic-detail .list .accordion-item .accordion-title .sv svg {
    float: left
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .list .accordion-item .accordion-title .sv svg {
        width: 16px;
        height: auto
    }
}

.product-technic-detail .list .accordion-item .accordion-title .sv svg path {
    -webkit-transition: .5s;
    transition: .5s
}

.product-technic-detail .list .accordion-item .accordion-desc {
    display: none;
    padding: 30px 0 100px 0;
    width: 100%
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .list .accordion-item .accordion-desc {
        padding: 15px 0
    }
}

.product-technic-detail .list .accordion-item .accordion-desc .vl {
    width: 100%;
    padding: 15px 15px;
    border-bottom: 4px solid #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .list .accordion-item .accordion-desc .vl {
        padding: 15px 0;
        border-bottom: 2px solid #f6f6f6;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-technic-detail .list .accordion-item .accordion-desc .vl div {
    font-size: 20px;
    font-weight: 600;
    width: 35%
}

@media only screen and (max-width: 1380px) {
    .product-technic-detail .list .accordion-item .accordion-desc .vl div {
        font-size: 18px
    }
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .list .accordion-item .accordion-desc .vl div {
        font-size: 16px;
        width: 100%
    }
}

.product-technic-detail .list .accordion-item .accordion-desc .vl div+div {
    font-size: 23px;
    font-weight: 400;
    padding-left: 15px;
    width: 65%
}

@media only screen and (max-width: 680px) {
    .product-technic-detail .list .accordion-item .accordion-desc .vl div+div {
        font-size: 16px;
        width: 100%;
        padding-left: 0
    }
}

.product-technic-detail .list .accordion-item.js-active .accordion-title {
    background: #f7f7f7
}

.product-technic-detail .list .accordion-item.js-active .accordion-title span {
    color: #ee1d23
}

.product-technic-detail .list .accordion-item.js-active .accordion-title .sv svg path {
    stroke: #ee1d23
}

.product-technic-detail .list .accordion-item.js-active .accordion-desc {
    display: block
}

.product-general-features {
    width: 100%;
    padding: 60px 0;
    padding-bottom: 120px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #f7f7f7), to(#f7f7f7));
    background: linear-gradient(180deg, white 0%, white 50%, #f7f7f7 50%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f7f7f7", GradientType=1)
}

@media only screen and (max-width: 992px) {
    .product-general-features {
        padding: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .product-general-features {
        padding: 30px 0
    }
}

.product-general-features .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 680px) {
    .product-general-features .top .tmt-title {
        max-width: calc(100% - 100px)
    }
}

.product-general-features .top .hmt-arrow {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .product-general-features .top .hmt-arrow {
        width: 90px
    }
}

.product-general-features .top .hmt-w {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .product-general-features .top .hmt-w {
        width: 90px
    }
}

.product-general-features .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px
}

@media only screen and (max-width: 992px) {
    .product-general-features .list {
        margin-top: 60px
    }
}

@media only screen and (max-width: 680px) {
    .product-general-features .list {
        margin-top: 30px
    }
}

.product-general-features .list .general-features-carousel {
    width: 100%;
    overflow: hidden
}

.product-general-features .list .img {
    width: 100%;
    height: 280px;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 680px) {
    .product-general-features .list .img {
        height: 240px
    }
}

.product-general-features .list .img a {
    width: 100%;
    height: 100%;
    position: relative;
    outline: none
}

.product-general-features .list .img .lt-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.product-general-features .list .img .lt-zoom img {
    float: left
}

.product-general-features .list .box {
    width: 100%;
    height: calc(100% - 280px);
    padding: 40px 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 680px) {
    .product-general-features .list .box {
        padding: 15px 15px;
        height: calc(100% - 240px)
    }
}

.product-general-features .list .box .title {
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (max-width: 680px) {
    .product-general-features .list .box .title {
        margin-bottom: 15px;
        font-size: 24px
    }
}

.product-general-features .list .box .desc {
    font-size: 20px;
    font-weight: 300
}

@media only screen and (max-width: 680px) {
    .product-general-features .list .box .desc {
        font-size: 16px
    }
}

.product-general-features .list .box .d-lnk {
    margin-top: auto
}

.product-general-features .list .box .d-lnk a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #e50019;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-general-features .list .box .d-lnk a:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e50019;
    margin-left: 13px
}

.product-general-features .list .box .d-lnk span {
    font-size: 12px;
    font-weight: 500
}

.tmt-title {
    font-size: 32px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tmt-title:after {
    content: "";
    width: 310px;
    height: 2px;
    background: #b5b5b5;
    margin-left: 50px
}

@media only screen and (max-width: 680px) {
    .tmt-title:after {
        display: none
    }
}

@media only screen and (max-width: 1380px) {
    .tmt-title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .tmt-title {
        font-size: 24px
    }
}

.detail-page {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.description-top-image {
    width: 100%;
    margin: 40px 0;
    float: left;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .description-top-image {
        margin: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .description-top-image {
        margin: 30px 0
    }
}

.description-top-image .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

@media only screen and (max-width: 992px) {
    .description-top-image .img {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 680px) {
    .description-top-image .img {
        margin-bottom: 15px
    }
}

.description-top-image .img img {
    float: left
}

.description-top-image .title {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin-bottom: 45px
}

@media only screen and (max-width: 1380px) {
    .description-top-image .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 992px) {
    .description-top-image .title {
        font-size: 32px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 680px) {
    .description-top-image .title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.description-top-image .desc {
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 400;
    line-height: 34px
}

@media only screen and (max-width: 1380px) {
    .description-top-image .desc {
        font-size: 16px
    }
}

@media only screen and (max-width: 992px) {
    .description-top-image .desc {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (max-width: 680px) {
    .description-top-image .desc {
        font-size: 16px;
        line-height: 28px
    }
}

.text-and-image {
    width: 100%;
    float: left;
    margin: 100px 0
}

@media only screen and (max-width: 992px) {
    .text-and-image {
        margin: 30px 0
    }
}

@media only screen and (max-width: 680px) {
    .text-and-image {
        margin: 15px 0
    }
}

.text-and-image .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-and-image .list .img {
    width: 45%;
    height: 560px;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 992px) {
    .text-and-image .list .img {
        width: 100%;
        height: 280px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 680px) {
    .text-and-image .list .img {
        height: 240px
    }
}

.text-and-image .list .text {
    width: 55%;
    padding-left: 90px;
    font-size: 20px;
    color: #7a7a7a;
    font-weight: 400
}

@media only screen and (max-width: 992px) {
    .text-and-image .list .text {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width: 680px) {
    .text-and-image .list .text {
        font-size: 16px
    }
}

.text-and-image .list .text .dsc1 {
    font-weight: 500;
    margin-bottom: 50px;
    color: #181818
}

@media only screen and (max-width: 992px) {
    .text-and-image .list .text .dsc1 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 680px) {
    .text-and-image .list .text .dsc1 {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 992px) {
    .text-and-image.right-image .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.text-and-image.right-image .list .text {
    padding-right: 90px;
    padding-left: 0
}

@media only screen and (max-width: 992px) {
    .text-and-image.right-image .list .text {
        padding-right: 0
    }
}

.full-text-to-video {
    width: 100%;
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative
}

@media only screen and (max-width: 992px) {
    .full-text-to-video {
        margin: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 680px) {
    .full-text-to-video {
        margin: 15px 0
    }
}

.full-text-to-video .left {
    width: 100%;
    height: 100%;
    background: #ee1d23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width: 992px) {
    .full-text-to-video .left {
        position: relative;
        height: auto;
        padding: 30px 0
    }
}

.full-text-to-video .left .box {
    max-width: 500px
}

@media only screen and (max-width: 1100px) {
    .full-text-to-video .left .box {
        max-width: 460px
    }
}

@media only screen and (max-width: 992px) {
    .full-text-to-video .left .box {
        max-width: 100%
    }
}

.full-text-to-video .left .box .name {
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, .2)
}

@media only screen and (max-width: 1380px) {
    .full-text-to-video .left .box .name {
        font-size: 32px
    }
}

@media only screen and (max-width: 992px) {
    .full-text-to-video .left .box .name {
        padding-bottom: 15px;
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .full-text-to-video .left .box .name {
        font-size: 24px
    }
}

.full-text-to-video .left .box .desc {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding-top: 45px
}

@media only screen and (max-width: 992px) {
    .full-text-to-video .left .box .desc {
        padding-top: 15px;
        font-size: 18px
    }
}

@media only screen and (max-width: 680px) {
    .full-text-to-video .left .box .desc {
        font-size: 16px
    }
}

.full-text-to-video .left .box .desc a {
    font-weight: 500;
    color: #fff
}

.full-text-to-video .right {
    position: relative;
    width: 50%;
    height: 530px;
    z-index: 3;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 992px) {
    .full-text-to-video .right {
        width: 100%;
        height: 280px
    }
}

@media only screen and (max-width: 680px) {
    .full-text-to-video .right {
        height: 240px
    }
}

.full-text-to-video .right:before {
    content: "";
    background: #000;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-text-to-video .right .wp-number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.full-text-to-video .right .wp-number a {
    padding: 15px 30px;
    background: #fff;
    border-radius: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: nowrap
}

@media only screen and (max-width: 680px) {
    .full-text-to-video .right .wp-number a {
        font-size: 12px;
        padding: 15px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.full-text-to-video .right .wp-number a .sv {
    margin-right: 15px
}

.full-text-to-video .right .wp-number a svg {
    float: left
}

.about-number-kademe {
    width: 100%;
    float: left;
    margin: 100px 0;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 150px
}

@media only screen and (max-width: 992px) {
    .about-number-kademe {
        margin: 30px 0;
        padding-top: 30px;
        background-size: contain;
        background-position: center center
    }
}

@media only screen and (max-width: 680px) {
    .about-number-kademe {
        margin: 15px 0;
        padding-top: 15px
    }
}

.about-number-kademe .top {
    margin-bottom: 60px
}

@media only screen and (max-width: 992px) {
    .about-number-kademe .top {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .top {
        margin-bottom: 30px
    }
}

.about-number-kademe .top .title {
    font-size: 60px;
    font-weight: 500;
    color: #dfdfdf;
    line-height: normal;
    line-height: initial
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .top .title {
        font-size: 24px
    }
}

.about-number-kademe .top .title div {
    font-size: 44px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    margin-top: 15px
}

@media only screen and (max-width: 1380px) {
    .about-number-kademe .top .title div {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .top .title div {
        font-size: 24px;
        margin-top: 5px
    }
}

.about-number-kademe .top .desc {
    max-width: 600px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 300
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .top .desc {
        font-size: 16px;
        margin-top: 15px
    }
}

.about-number-kademe .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .about-number-kademe .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.about-number-kademe .list .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 55px 77px;
    background: #fff
}

@media only screen and (max-width: 1024px) {
    .about-number-kademe .list .left {
        padding: 30px 30px
    }
}

@media only screen and (max-width: 992px) {
    .about-number-kademe .list .left {
        width: 100%;
        padding: 30px 30px
    }
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .list .left {
        padding: 15px 15px
    }
}

.about-number-kademe .list .left .item {
    width: 50%;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 45px 45px
}

@media only screen and (max-width: 1024px) {
    .about-number-kademe .list .left .item {
        padding: 30px 30px
    }
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .list .left .item {
        width: 100%;
        padding: 15px 0px;
        border-right: 0
    }
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .list .left .item:nth-child(3) {
        border-bottom: 1px solid #f2f2f2 !important
    }
}

.about-number-kademe .list .left .item:nth-child(2n) {
    border-right: 0
}

.about-number-kademe .list .left .item:nth-child(3),
.about-number-kademe .list .left .item:nth-child(4) {
    border-bottom: 0
}

.about-number-kademe .list .left .item .number {
    width: 100%;
    position: relative;
    font-size: 60px;
    font-weight: 400;
    color: #000
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .list .left .item .number {
        font-size: 42px
    }
}

.about-number-kademe .list .left .item .number:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #e50019;
    margin-top: 5px
}

.about-number-kademe .list .left .item .name {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .list .left .item .name {
        font-size: 14px;
        margin-top: 15px
    }
}

.about-number-kademe .list .right {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media only screen and (max-width: 992px) {
    .about-number-kademe .list .right {
        width: 100%;
        height: 280px
    }
}

@media only screen and (max-width: 680px) {
    .about-number-kademe .list .right {
        height: 240px
    }
}

.gray-bg-page {
    background: #f7f7f7
}

.news-filter {
    width: 100%;
    padding: 80px 0
}

@media only screen and (max-width: 992px) {
    .news-filter {
        padding: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .news-filter {
        padding: 30px 0
    }
}

.news-filter .search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-filter .search .inp {
    width: 64%;
    position: relative
}

@media only screen and (max-width: 992px) {
    .news-filter .search .inp {
        width: 60%
    }
}

@media only screen and (max-width: 680px) {
    .news-filter .search .inp {
        width: 100%
    }
}

.news-filter .search input {
    width: 100%;
    height: 63px;
    background: #fff;
    border-radius: 37px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 0 75px 0 30px
}

.news-filter .search input::-webkit-input-placeholder {
    color: #000
}

.news-filter .search input::-moz-placeholder {
    color: #000
}

.news-filter .search input:-ms-input-placeholder {
    color: #000
}

.news-filter .search input::-ms-input-placeholder {
    color: #000
}

.news-filter .search input::placeholder {
    color: #000
}

.news-filter .search input::-webkit-input-placeholder {
    color: #000
}

.news-filter .search input:-ms-input-placeholder {
    color: #000
}

@media only screen and (max-width: 680px) {
    .news-filter .search input {
        font-size: 16px
    }
}

.news-filter .search button {
    position: absolute;
    padding: 0 0;
    margin: 0 0;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    cursor: pointer;
    background: none
}

.news-filter .search button svg {
    float: left
}

.news-filter .search .select {
    width: 27%
}

@media only screen and (max-width: 1024px) {
    .news-filter .search .select {
        width: 30%
    }
}

@media only screen and (max-width: 992px) {
    .news-filter .search .select {
        width: 35%
    }
}

@media only screen and (max-width: 680px) {
    .news-filter .search .select {
        width: 100%;
        margin-top: 15px
    }
}

.news-filter .search .select select {
    width: 100%;
    height: 63px;
    border-radius: 37px;
    border: none;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    outline: none
}

@media only screen and (max-width: 680px) {
    .news-filter .search .select select {
        font-size: 13px
    }
}

.news-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-list .item {
    width: calc((100% / 3) - 40px);
    margin-right: 60px;
    margin-bottom: 60px
}

@media only screen and (max-width: 1024px) {
    .news-list .item {
        width: calc((100% / 3) - 20px);
        margin-right: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 992px) {
    .news-list .item {
        width: calc((100% / 2) - 15px);
        margin-right: 30px
    }
}

@media only screen and (max-width: 680px) {
    .news-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.news-list .item:nth-child(3n) {
    margin-right: 0
}

@media only screen and (max-width: 992px) {
    .news-list .item:nth-child(3n) {
        margin-right: 30px
    }
}

@media only screen and (max-width: 680px) {
    .news-list .item:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .news-list .item:nth-child(2n) {
        margin-right: 0px
    }
}

.news-list .item a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none
}

.news-list .item a .img {
    width: 100%;
    height: 280px;
    background-position: center center;
    background-size: cover;
    position: relative
}

@media only screen and (max-width: 680px) {
    .news-list .item a .img {
        height: 240px
    }
}

.news-list .item a .img .latest-post-time {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 84px;
    padding: 0 18px;
    background: #e50019;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 680px) {
    .news-list .item a .img .latest-post-time {
        font-size: 16px;
        height: 74px
    }
}

.news-list .item a .img .latest-post-time span {
    font-size: 40px;
    line-height: 29px
}

@media only screen and (max-width: 680px) {
    .news-list .item a .img .latest-post-time span {
        font-size: 33px;
        line-height: 16px
    }
}

.news-list .item a .box {
    width: 100%;
    padding: 50px 40px 30px 40px;
    height: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 680px) {
    .news-list .item a .box {
        height: calc(100% - 240px);
        padding: 15px 15px
    }
}

.news-list .item a .box .title {
    font-size: 20px;
    font-weight: 500;
    color: #313033;
    width: 100%
}

@media only screen and (max-width: 680px) {
    .news-list .item a .box .title {
        font-size: 16px
    }
}

.news-list .item a .box .date {
    font-size: 15px;
    font-weight: 600;
    color: #acacac;
    opacity: .7;
    border-bottom: 2px solid #dedede;
    padding: 0 55px 17px 0;
    margin-top: 50px
}

@media only screen and (max-width: 680px) {
    .news-list .item a .box .date {
        font-size: 14px;
        margin-top: 20px
    }
}

.video-gallery-list .img {
    position: relative
}

.video-gallery-list .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e50019;
    opacity: .2
}

.video-gallery-list .img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 38px;
    height: 47px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.489' height='46.859' viewBox='0 0 37.489 46.859'%3E%3Cpath id='Icon_ionic-ios-play' data-name='Icon ionic-ios-play' d='M9,7.964V52.39a1.144,1.144,0,0,0,1.713,1.054L45.929,31.232a1.259,1.259,0,0,0,0-2.094L10.713,6.924A1.133,1.133,0,0,0,9,7.964Z' transform='translate(-9 -6.751)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: contain
}

.more-pg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 100px 0
}

@media only screen and (max-width: 992px) {
    .more-pg {
        margin: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .more-pg {
        margin: 30px 0
    }
}

.more-pg .load-more-dt {
    width: auto;
    padding: 22px 100px;
    font-size: 16px;
    font-weight: 500;
    color: #1a2329;
    cursor: pointer;
    border-radius: 37px;
    border: 1px solid #4e4e4e
}

@media only screen and (max-width: 680px) {
    .more-pg .load-more-dt {
        padding: 15px 15px;
        width: 100%;
        text-align: center
    }
}

.news-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0;
    margin-bottom: 100px
}

@media only screen and (max-width: 992px) {
    .news-detail {
        padding: 60px 0;
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 680px) {
    .news-detail {
        padding: 30px 0;
        margin-bottom: 30px
    }
}

.news-detail .top {
    margin-bottom: 45px;
    width: 100%
}

@media only screen and (max-width: 680px) {
    .news-detail .top {
        margin-bottom: 30px
    }
}

.news-detail .top h1 {
    width: 100%;
    font-size: 36px;
    font-weight: 500
}

@media only screen and (max-width: 680px) {
    .news-detail .top h1 {
        font-size: 20px
    }
}

.news-detail .top .bot {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #cbcbcb
}

@media only screen and (max-width: 680px) {
    .news-detail .top .bot {
        margin-top: 30px
    }
}

.news-detail .top .bot .date {
    font-size: 15px;
    font-weight: 600;
    color: #acacac;
    opacity: .7
}

@media only screen and (max-width: 680px) {
    .news-detail .top .bot .date {
        font-size: 14px
    }
}

.news-detail .top .bot .prev-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #1a2329;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer
}

@media only screen and (max-width: 680px) {
    .news-detail .top .bot .prev-page {
        font-size: 14px
    }
}

.news-detail .top .bot .prev-page a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a2329
}

.news-detail .top .bot .prev-page svg {
    float: left;
    margin-right: 20px
}

@media only screen and (max-width: 680px) {
    .news-detail .top .bot .prev-page svg {
        margin-right: 15px
    }
}

.news-detail .news-content {
    width: 100%
}

.news-detail .news-content img {
    margin: 0px auto;
    display: block
}

.news-detail .news-content .kisa-aciklama {
    margin-bottom: 40px;
    color: #181818
}

@media only screen and (max-width: 680px) {
    .news-detail .news-content .kisa-aciklama {
        margin-bottom: 15px
    }
}

.news-detail .news-content .desc {
    font-size: 20px;
    color: #7a7a7a;
    margin-top: 50px
}

@media only screen and (max-width: 680px) {
    .news-detail .news-content .desc {
        font-size: 16px;
        margin-top: 30px
    }
}

.quote-form-container {
    width: 100%;
    background: #fff;
    margin-top: 90px;
    margin-bottom: 100px;
    padding: 80px 130px
}

@media only screen and (max-width: 1280px) {
    .quote-form-container {
        padding: 60px 60px
    }
}

@media only screen and (max-width: 992px) {
    .quote-form-container {
        padding: 30px 30px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 680px) {
    .quote-form-container {
        padding: 15px 15px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.quote-form-container .top .title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0;
    padding: 0 0
}

@media only screen and (max-width: 1380px) {
    .quote-form-container .top .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .quote-form-container .top .title {
        font-size: 24px
    }
}

.quote-form-container .top .title:after {
    content: "";
    width: 310px;
    height: 2px;
    background: #b5b5b5;
    margin-left: 55px
}

@media only screen and (max-width: 680px) {
    .quote-form-container .top .title:after {
        display: none
    }
}

.quote-form-container .top .desc {
    font-size: 20px;
    font-weight: 300;
    color: #5b5b5b;
    margin-top: 20px
}

@media only screen and (max-width: 680px) {
    .quote-form-container .top .desc {
        margin-top: 5px;
        font-size: 16px
    }
}

.quote-form-container .form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px
}

@media only screen and (max-width: 1380px) {
    .quote-form-container .form {
        margin-top: 40px
    }
}

@media only screen and (max-width: 992px) {
    .quote-form-container .form {
        margin-top: 60px
    }
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form {
        margin-top: 30px
    }
}

.quote-form-container .form .left,
.quote-form-container .form .right {
    width: calc(50% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media only screen and (max-width: 992px) {
    .quote-form-container .form .left,
    .quote-form-container .form .right {
        width: calc(50% - 15px)
    }
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .left,
    .quote-form-container .form .right {
        width: 100%
    }
}

.quote-form-container .form .inp {
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

.quote-form-container .form .inp label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #1a2329;
    float: left
}

.quote-form-container .form .inp label sup {
    color: #ee1d23
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .inp label {
        font-size: 14px
    }
}

.quote-form-container .form .inp input,
.quote-form-container .form .inp select,
.quote-form-container .form .inp textarea {
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    height: 50px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0;
    margin: 0 0;
    float: left;
    resize: none
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .inp input,
    .quote-form-container .form .inp select,
    .quote-form-container .form .inp textarea {
        font-size: 14px;
        height: 45px
    }
}

.quote-form-container .form .inp textarea {
    height: 154px
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .inp textarea {
        height: 120px
    }
}

.quote-form-container .form .bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 100px
}

@media only screen and (max-width: 992px) {
    .quote-form-container .form .bottom {
        margin-top: 60px
    }
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .bottom {
        margin-top: 30px
    }
}

.quote-form-container .form .bottom .policy {
    width: 37%;
    font-size: 16px;
    color: #5b5b5b;
    font-weight: 400
}

@media only screen and (max-width: 992px) {
    .quote-form-container .form .bottom .policy {
        width: calc(100% - 320px)
    }
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .bottom .policy {
        width: 100%;
        font-size: 14px
    }
}

.quote-form-container .form .bottom .policy a {
    color: #5b5b5b;
    font-weight: 500;
    text-decoration: underline
}

.quote-form-container .form .bottom .robots {
    width: 304px
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .bottom .robots {
        width: 100%;
        margin-top: 30px
    }
}

.quote-form-container .form .bottom .robots iframe {
    max-width: 100%;
    float: left
}

.quote-form-container .form .bottom .send {
    width: 24%
}

@media only screen and (max-width: 992px) {
    .quote-form-container .form .bottom .send {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-top: 30px
    }
}

.quote-form-container .form .bottom .send button {
    width: 100%;
    height: 63px;
    border-radius: 37px;
    background: #ee1d23;
    outline: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

@media only screen and (max-width: 680px) {
    .quote-form-container .form .bottom .send button {
        font-size: 12px;
        padding: 15px 15px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px
}

@media only screen and (max-width: 1380px) {
    .product-list {
        padding-top: 40px
    }
}

@media only screen and (max-width: 992px) {
    .product-list {
        padding-top: 60px
    }
}

@media only screen and (max-width: 680px) {
    .product-list {
        padding-top: 30px
    }
}

.product-list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

@media only screen and (max-width: 680px) {
    .product-list-item {
        margin-bottom: 30px
    }
}

.product-list-item .title {
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0;
    padding: 0 0
}

.product-list-item .title:after {
    content: "";
    width: 310px;
    height: 2px;
    background: #b5b5b5;
    margin-left: 55px
}

@media only screen and (max-width: 680px) {
    .product-list-item .title:after {
        display: none
    }
}

@media only screen and (max-width: 1380px) {
    .product-list-item .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 680px) {
    .product-list-item .title {
        font-size: 24px
    }
}

.product-list-item .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

@media only screen and (max-width: 992px) {
    .product-list-item .list {
        margin-top: 60px
    }
}

@media only screen and (max-width: 680px) {
    .product-list-item .list {
        margin-top: 30px
    }
}

.product-list-item .list .item {
    width: calc(25% - 30px);
    height: auto;
    margin-right: 40px;
    background: #fff;
    margin-bottom: 40px
}

@media only screen and (max-width: 1280px) {
    .product-list-item .list .item {
        width: calc(25% - 15px);
        margin-right: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .product-list-item .list .item {
        width: calc((100% / 3) - 15px);
        margin-right: 20px
    }
}

@media only screen and (max-width: 992px) {
    .product-list-item .list .item {
        width: calc((100% / 2) - 15px);
        margin-right: 30px
    }
}

@media only screen and (max-width: 680px) {
    .product-list-item .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.product-list-item .list .item:nth-child(4n) {
    margin-right: 0
}

@media only screen and (max-width: 1024px) {
    .product-list-item .list .item:nth-child(4n) {
        margin-right: 20px
    }
}

@media only screen and (max-width: 680px) {
    .product-list-item .list .item:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 1024px) {
    .product-list-item .list .item:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .product-list-item .list .item:nth-child(3n) {
        margin-right: 30px
    }
}

@media only screen and (max-width: 680px) {
    .product-list-item .list .item:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .product-list-item .list .item:nth-child(2n) {
        margin-right: 0
    }
}

.product-list-item .list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.product-list-item .list .item .img {
    width: 100%;
    height: 280px;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 680px) {
    .product-list-item .list .item .img {
        height: 240px
    }
}

.product-list-item .list .item .box {
    padding: 38px 40px;
    width: 100%;
    height: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 680px) {
    .product-list-item .list .item .box {
        height: calc(100% - 240px);
        padding: 15px 15px
    }
}

.product-list-item .list .item .name {
    font-size: 24px;
    font-weight: 500;
    color: #000
}

@media only screen and (max-width: 680px) {
    .product-list-item .list .item .name {
        font-size: 16px
    }
}

.product-list-item .list .item .desc {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 15px
}

.product-list-item .list .item .detail {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #e50019;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 15px 0 0 0;
    padding: 0 0
}

.product-list-item .list .item .detail:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e50019;
    margin-left: 13px
}

.product-list-item.carousel-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 680px) {
    .product-list-item.carousel-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.product-list-item.carousel-list .title {
    width: calc(100% - 120px)
}

@media only screen and (max-width: 680px) {
    .product-list-item.carousel-list .title {
        width: 100%
    }
}

.product-list-item.carousel-list .category-carousel-arrow {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 680px) {
    .product-list-item.carousel-list .category-carousel-arrow {
        width: 90px;
        margin-top: 20px
    }
}

.product-list-item.carousel-list .category-carousel-arrow .arrow {
    width: 51px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333;
    cursor: pointer
}

@media only screen and (max-width: 680px) {
    .product-list-item.carousel-list .category-carousel-arrow .arrow {
        width: 40px;
        height: 40px
    }
    .product-list-item.carousel-list .category-carousel-arrow .arrow svg {
        width: auto;
        height: 17px
    }
}

.product-list-item.carousel-list .category-carousel-arrow .arrow svg {
    float: left
}

.product-list-item.three-category .list .item {
    width: calc((100% / 3) - 26.66666666666667px);
    margin-right: 40px
}

@media only screen and (max-width: 1280px) {
    .product-list-item.three-category .list .item {
        width: calc((100% / 3) - 15px);
        margin-right: 20px
    }
}

@media only screen and (max-width: 992px) {
    .product-list-item.three-category .list .item {
        width: calc(50% - 15px);
        margin-right: 30px
    }
}

@media only screen and (max-width: 680px) {
    .product-list-item.three-category .list .item {
        width: 100%;
        margin-right: 0
    }
}

.product-list-item.three-category .list .item:nth-child(3n) {
    margin-right: 0
}

@media only screen and (max-width: 992px) {
    .product-list-item.three-category .list .item:nth-child(3n) {
        margin-right: 30px
    }
}

@media only screen and (max-width: 680px) {
    .product-list-item.three-category .list .item:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .product-list-item.three-category .list .item:nth-child(2n) {
        margin-right: 0
    }
}

.description-left-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 160px 0 220px 0
}

@media only screen and (max-width: 992px) {
    .description-left-image {
        padding: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .description-left-image {
        padding: 30px 0
    }
}

.description-left-image .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.description-left-image .list .img {
    width: 44%;
    height: 470px;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 992px) {
    .description-left-image .list .img {
        width: 100%;
        height: 280px
    }
}

@media only screen and (max-width: 680px) {
    .description-left-image .list .img {
        height: 240px
    }
}

.description-left-image .list .box {
    width: 44%;
    color: #181818
}

@media only screen and (max-width: 992px) {
    .description-left-image .list .box {
        width: 100%;
        margin-top: 30px
    }
}

.description-left-image .list .title {
    font-size: 44px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px
}

@media only screen and (max-width: 1380px) {
    .description-left-image .list .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .description-left-image .list .title {
        margin-bottom: 15px;
        font-size: 24px
    }
}

.description-left-image .list .sub-desc {
    font-size: 22px;
    margin-bottom: 20px
}

@media only screen and (max-width: 680px) {
    .description-left-image .list .sub-desc {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.description-left-image .list .desc {
    font-size: 20px;
    font-weight: 300
}

@media only screen and (max-width: 680px) {
    .description-left-image .list .desc {
        font-size: 16px
    }
}

.detail-dealer-ship {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-position: right center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-color: #f7f7f7;
    min-height: 820px;
    position: relative
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship {
        min-height: 0;
        min-height: initial;
        padding: 30px 0
    }
}

.detail-dealer-ship .o-container {
    position: relative;
    height: 100%
}

.detail-dealer-ship .box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    padding: 50px 50px;
    width: 500px
}

@media only screen and (max-width: 992px) {
    .detail-dealer-ship .box {
        width: calc(100% - 30px);
        left: 15px
    }
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .box {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        padding: 15px 15px
    }
}

.detail-dealer-ship .title {
    font-size: 44px;
    font-weight: 500;
    color: #000;
    margin: 0 0;
    padding: 0 0
}

@media only screen and (max-width: 1380px) {
    .detail-dealer-ship .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .title {
        font-size: 24px
    }
}

.detail-dealer-ship .numbers {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .numbers {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.detail-dealer-ship .numbers .lt {
    width: 150px
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .numbers .lt {
        width: 100%;
        margin-top: 30px
    }
    .detail-dealer-ship .numbers .lt:first-child {
        margin-top: 0
    }
}

.detail-dealer-ship .numbers .lt .nm {
    font-size: 60px;
    font-weight: 400
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .numbers .lt .nm {
        font-size: 42px
    }
}

.detail-dealer-ship .numbers .lt .nm:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e50019;
    display: block;
    margin-top: 5px
}

.detail-dealer-ship .numbers .lt .name {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .numbers .lt .name {
        margin-top: 15px
    }
}

.detail-dealer-ship .find-dealer {
    margin-top: 100px
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .find-dealer {
        margin-top: 30px
    }
}

.detail-dealer-ship .find-dealer a {
    width: 320px;
    height: 63px;
    text-decoration: none;
    border-radius: 37px;
    background: #ee1d23;
    outline: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

@media only screen and (max-width: 680px) {
    .detail-dealer-ship .find-dealer a {
        font-size: 12px;
        padding: 15px 15px;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.after-sales-project {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1380px) {
    .after-sales-project {
        margin: 40px 0
    }
}

@media only screen and (max-width: 680px) {
    .after-sales-project {
        margin: 30px 0
    }
}

.after-sales-project .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 60px 0
}

@media only screen and (max-width: 1380px) {
    .after-sales-project .item {
        padding: 40px 0
    }
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item {
        padding: 15px 0
    }
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.after-sales-project .item:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 50%
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item:after {
        display: none
    }
}

.after-sales-project .item .bg {
    width: 44%;
    height: 420px;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .bg {
        width: 100%;
        height: 240px
    }
}

.after-sales-project .item .text {
    width: 42%
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .text {
        width: 100%;
        margin-top: 30px
    }
}

.after-sales-project .item .text .img {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.after-sales-project .item .text .img img {
    float: left
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .text .img {
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.after-sales-project .item .text .title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0;
    padding: 0 0
}

@media only screen and (max-width: 1380px) {
    .after-sales-project .item .text .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .text .title {
        font-size: 24px
    }
}

.after-sales-project .item .text .title:after {
    content: "";
    width: 310px;
    height: 2px;
    background: #b5b5b5;
    margin-left: 55px
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .text .title:after {
        display: none
    }
}

.after-sales-project .item .text .desc {
    font-size: 18px;
    font-weight: 300;
    color: #5b5b5b;
    margin-top: 20px
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .text .desc {
        font-size: 16px;
        margin-top: 15px
    }
}

.after-sales-project .item .text .lnk {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .text .lnk {
        margin-top: 20px
    }
}

.after-sales-project .item .text .lnk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background: #ee1d23;
    border-radius: 37px;
    padding: 15px 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px
}

.after-sales-project .item .text .lnk a .sv {
    margin-left: 70px
}

.after-sales-project .item .text .lnk a svg {
    float: left
}

@media only screen and (max-width: 680px) {
    .after-sales-project .item .text .lnk a {
        width: 100%;
        padding: 15px 30px;
        font-size: 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contact-maps-adress {
    width: 100%;
    margin-top: 30px
}

.contact-maps-adress .img-mapping {
    width: 100%;
    position: relative
}

@media only screen and (max-width: 1690px) {
    .contact-maps-adress .img-mapping {
        display: none
    }
}

.contact-maps-adress .img-mapping img {
    width: 100%
}

.contact-maps-adress .img-mapping span {
    position: absolute
}

.contact-maps-adress .img-mapping span svg {
    float: left
}

.contact-maps-adress .img-mapping span svg path {
    -webkit-transition: .5s;
    transition: .5s;
    fill: #b1b1b1
}

.contact-maps-adress .img-mapping span .name {
    position: absolute;
    bottom: calc(100% + 25px);
    left: 50%;
    width: 200px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 12px 13px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    transition: .5s all;
    z-index: 3
}

.contact-maps-adress .img-mapping span .name:after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    width: 0;
    border-top: 14px solid rgba(0, 0, 0, .7);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.contact-maps-adress .img-mapping span:hover svg path {
    fill: #e50019
}

.contact-maps-adress .img-mapping span:hover .name {
    opacity: 1;
    visibility: visible
}

.contact-maps-adress #google-live-map {
    width: 100%;
    height: 700px;
    display: none
}

@media only screen and (max-width: 1690px) {
    .contact-maps-adress #google-live-map {
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .contact-maps-adress #google-live-map {
        height: 450px
    }
}

@media only screen and (max-width: 992px) {
    .contact-maps-adress #google-live-map {
        height: 340px
    }
}

@media only screen and (max-width: 680px) {
    .contact-maps-adress #google-live-map {
        height: 240px
    }
}

.contact-address {
    width: 100%;
    background: #fff;
    padding: 40px 0 100px 0
}

@media only screen and (max-width: 992px) {
    .contact-address {
        padding: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .contact-address {
        padding: 30px 0
    }
}

.contact-address .title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0;
    padding: 0 0
}

@media only screen and (max-width: 1380px) {
    .contact-address .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 680px) {
    .contact-address .title {
        font-size: 24px
    }
}

.contact-address .title:after {
    content: "";
    width: 310px;
    height: 2px;
    background: #b5b5b5;
    margin-left: 55px
}

@media only screen and (max-width: 680px) {
    .contact-address .title:after {
        display: none
    }
}

.contact-address .list {
    width: 100%;
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 992px) {
    .contact-address .list {
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 680px) {
    .contact-address .list {
        margin-top: 30px
    }
}

.contact-address .list .iframe {
    width: 70%
}

.contact-address .list .iframe iframe {
    width: 100%;
    height: 520px
}

@media only screen and (max-width: 992px) {
    .contact-address .list .iframe iframe {
        height: 280px
    }
}

@media only screen and (max-width: 680px) {
    .contact-address .list .iframe iframe {
        height: 240px
    }
}

@media only screen and (max-width: 1280px) {
    .contact-address .list .iframe {
        width: 60%
    }
}

@media only screen and (max-width: 992px) {
    .contact-address .list .iframe {
        width: 100%;
        margin-top: 30px
    }
}

.contact-address .list .address {
    width: 30%;
    padding-left: 6%
}

@media only screen and (max-width: 1280px) {
    .contact-address .list .address {
        width: 40%
    }
}

@media only screen and (max-width: 992px) {
    .contact-address .list .address {
        padding-left: 0;
        width: 100%
    }
}

.contact-address .list .address .name {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px
}

@media only screen and (max-width: 680px) {
    .contact-address .list .address .name {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.contact-address .list .address .item {
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (max-width: 680px) {
    .contact-address .list .address .item {
        margin-bottom: 15px
    }
}

.contact-address .list .address .lbl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px
}

.contact-address .list .address .dsc {
    font-size: 16px;
    font-weight: 500;
    color: #9b9b9b
}

.contact-address .list .address .lnk {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width: 680px) {
    .contact-address .list .address .lnk {
        margin-top: 30px
    }
}

.contact-address .list .address .lnk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background: #ee1d23;
    border-radius: 37px;
    padding: 15px 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px
}

@media only screen and (max-width: 680px) {
    .contact-address .list .address .lnk a {
        width: 100%;
        padding: 15px 15px;
        text-align: center;
        font-size: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contact-address .list .address .lnk a .sv {
    margin-left: 70px
}

.contact-address .list .address .lnk a svg {
    float: left
}

.contact-address-list {
    width: 100%;
    padding: 70px 0 140px 0
}

@media only screen and (max-width: 992px) {
    .contact-address-list {
        padding: 60px 0
    }
}

@media only screen and (max-width: 680px) {
    .contact-address-list {
        padding: 30px 0
    }
}

.contact-address-list .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-address-list .list .items {
    width: calc((100% / 3) - 47px);
    margin-right: 70px;
    margin-top: 70px;
    background: #fff;
    padding: 50px 50px
}

@media only screen and (max-width: 1440px) {
    .contact-address-list .list .items {
        padding: 30px 30px
    }
}

@media only screen and (max-width: 1280px) {
    .contact-address-list .list .items {
        width: calc((100% / 3) - 20px);
        margin-right: 30px
    }
}

@media only screen and (max-width: 992px) {
    .contact-address-list .list .items {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 680px) {
    .contact-address-list .list .items {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
        padding: 15px 15px
    }
}

.contact-address-list .list .items:nth-child(3n) {
    margin-right: 0
}

@media only screen and (max-width: 992px) {
    .contact-address-list .list .items:nth-child(3n) {
        margin-right: 30px
    }
}

@media only screen and (max-width: 680px) {
    .contact-address-list .list .items:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .contact-address-list .list .items:nth-child(2n) {
        margin-right: 0
    }
}

.contact-address-list .list .items .name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 70px
}

@media only screen and (max-width: 680px) {
    .contact-address-list .list .items .name {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.contact-address-list .list .items .item {
    margin-bottom: 20px
}

@media only screen and (max-width: 680px) {
    .contact-address-list .list .items .item {
        margin-bottom: 15px
    }
}

.contact-address-list .list .items .lbl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px
}

.contact-address-list .list .items .dsc {
    font-size: 16px;
    font-weight: 500;
    color: #9b9b9b
}

.contact-address-list .list .items .lnk {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width: 992px) {
    .contact-address-list .list .items .lnk {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 680px) {
    .contact-address-list .list .items .lnk {
        margin-top: 20px
    }
}

.contact-address-list .list .items .lnk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background: #ee1d23;
    border-radius: 37px;
    padding: 15px 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px
}

@media only screen and (max-width: 992px) {
    .contact-address-list .list .items .lnk a {
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .contact-address-list .list .items .lnk a {
        padding: 15px 15px;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px
    }
}

.contact-address-list .list .items .lnk a .sv {
    margin-left: 70px
}

@media only screen and (max-width: 992px) {
    .contact-address-list .list .items .lnk a .sv {
        margin-left: 15px
    }
}

.contact-address-list .list .items .lnk a svg {
    float: left
}

.search-result-page {
    width: 100%
}

.result-search {
    width: 100%;
    background: #f9f9f9;
    padding: 90px 0
}

@media only screen and (max-width: 680px) {
    .result-search {
        padding: 30px 0
    }
}

.result-search .box {
    width: 1000px;
    margin: 0px auto;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .result-search .box {
        width: 100%;
        padding: 0 15px
    }
}

.result-search .lbl {
    font-size: 35px;
    font-weight: 500
}

@media only screen and (max-width: 680px) {
    .result-search .lbl {
        font-size: 24px
    }
}

.result-search .inp {
    width: 100%;
    position: relative;
    margin-top: 20px
}

.result-search input {
    width: 100%;
    height: 90px;
    border: none;
    background: #fff;
    padding: 0 100px 0 30px;
    outline: none;
    font-size: 33px
}

@media only screen and (max-width: 992px) {
    .result-search input {
        height: 70px;
        font-size: 24px
    }
}

@media only screen and (max-width: 680px) {
    .result-search input {
        font-size: 16px;
        height: 60px;
        padding: 0 45px 0 15px
    }
}

.result-search button {
    position: absolute;
    top: 50%;
    right: 50px;
    background: none;
    outline: none;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

@media only screen and (max-width: 680px) {
    .result-search button {
        right: 15px
    }
}

.result-search button svg {
    float: left
}

@media only screen and (max-width: 680px) {
    .result-search button svg {
        width: 20px
    }
}

.result-list {
    width: 100%;
    padding: 40px 0
}

@media only screen and (max-width: 680px) {
    .result-list {
        padding: 30px 0
    }
}

.result-list .result-found {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #565656
}

@media only screen and (max-width: 680px) {
    .result-list .result-found {
        font-size: 16px
    }
}

.result-list .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

@media only screen and (max-width: 992px) {
    .result-list .list {
        margin-top: 30px
    }
}

@media only screen and (max-width: 680px) {
    .result-list .list {
        margin-top: 15px
    }
}

.result-list .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px
}

.result-list .list .item a {
    width: 100%;
    border: 2px solid #f3f3f3;
    padding: 40px 50px;
    text-decoration: none
}

@media only screen and (max-width: 992px) {
    .result-list .list .item a {
        padding: 30px 30px
    }
}

@media only screen and (max-width: 680px) {
    .result-list .list .item a {
        padding: 15px 15px
    }
}

.result-list .list .item .jb {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #e50019;
    opacity: .7
}

@media only screen and (max-width: 680px) {
    .result-list .list .item .jb {
        font-size: 14px
    }
}

.result-list .list .item .text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0 25px 0;
    color: #313033;
    font-weight: 500;
    font-size: 20px
}

@media only screen and (max-width: 680px) {
    .result-list .list .item .text {
        margin: 15px 0;
        font-size: 16px
    }
}

.result-list .list .item .date {
    width: 360px;
    font-size: 15px;
    font-weight: 600;
    color: #acacac;
    opacity: .7;
    border-bottom: 2px solid #dedede;
    padding-bottom: 15px
}

@media only screen and (max-width: 680px) {
    .result-list .list .item .date {
        max-width: 100%;
        font-size: 14px
    }
}

.blog-banner-title {
    width: 100%;
    padding: 26px 0
}

@media only screen and (max-width: 680px) {
    .blog-banner-title {
        padding: 20px 0
    }
}

.blog-banner-title h1 {
    padding: 0 0;
    margin: 0 0;
    font-size: 64px;
    font-weight: 600;
    color: #e50019
}

@media only screen and (max-width: 992px) {
    .blog-banner-title h1 {
        font-size: 44px
    }
}

@media only screen and (max-width: 680px) {
    .blog-banner-title h1 {
        font-size: 30px
    }
}

.blog-post-banner {
    width: 100%;
    height: 520px;
    background: #ee1d23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (max-width: 992px) {
    .blog-post-banner {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.blog-post-banner .blog-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media only screen and (max-width: 992px) {
    .blog-post-banner .blog-box {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        padding: 30px 0
    }
}

.blog-post-banner .blog-box .bx {
    max-width: 44%
}

@media only screen and (max-width: 992px) {
    .blog-post-banner .blog-box .bx {
        max-width: 100%
    }
}

.blog-post-banner .blog-banner-title {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    padding: 0 0
}

@media only screen and (max-width: 1540px) {
    .blog-post-banner .blog-banner-title {
        font-size: 34px
    }
}

@media only screen and (max-width: 992px) {
    .blog-post-banner .blog-banner-title {
        font-size: 24px
    }
}

@media only screen and (max-width: 680px) {
    .blog-post-banner .blog-banner-title {
        font-size: 18px
    }
}

.blog-post-banner .blog-banner-title:after {
    content: "";
    width: 70%;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 30px
}

@media only screen and (max-width: 680px) {
    .blog-post-banner .blog-banner-title:after {
        margin-top: 15px
    }
}

.blog-post-banner .blog-link {
    margin-top: 40px
}

@media only screen and (max-width: 1540px) {
    .blog-post-banner .blog-link {
        margin-top: 30px
    }
}

@media only screen and (max-width: 680px) {
    .blog-post-banner .blog-link {
        margin-top: 15px
    }
}

.blog-post-banner .blog-link a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

.blog-post-banner .blog-link a svg {
    margin-right: 15px
}

.blog-post-banner .blog-date {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-top: 50px
}

@media only screen and (max-width: 1540px) {
    .blog-post-banner .blog-date {
        margin-top: 30px
    }
}

@media only screen and (max-width: 680px) {
    .blog-post-banner .blog-date {
        margin-top: 15px;
        font-size: 13px
    }
}

.blog-post-banner .blog-img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 992px) {
    .blog-post-banner .blog-img {
        width: 100%;
        height: 300px;
        position: relative;
        top: auto;
        right: auto
    }
}

@media only screen and (max-width: 680px) {
    .blog-post-banner .blog-img {
        height: 240px
    }
}

.blog-post-banner .blog-img .latest-post-time {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 84px;
    padding: 0 18px;
    background: #e50019;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 680px) {
    .blog-post-banner .blog-img .latest-post-time {
        font-size: 16px;
        height: 74px
    }
}

.blog-post-banner .blog-img .latest-post-time span {
    font-size: 40px;
    line-height: 29px
}

@media only screen and (max-width: 680px) {
    .blog-post-banner .blog-img .latest-post-time span {
        font-size: 33px;
        line-height: 16px
    }
}

.blog-detail-banner {
    width: 100%;
    height: 420px;
    background-position: center center;
    background-size: cover;
    position: relative
}

.blog-detail-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #1b212d;
    background: -webkit-gradient(linear, left top, right top, from(#1b212d), to(rgba(27, 33, 45, 0)));
    background: linear-gradient(90deg, #1b212d 0%, rgba(27, 33, 45, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1b212d", endColorstr="#1b212d", GradientType=1);
    opacity: .8
}

.blog-detail-banner .blog-tt {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    z-index: 1
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(44px / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (44px / 2));
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-feature-settings: normal, ;
    font-feature-settings: normal, ;
    font-variant: normal;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


/*# sourceMappingURL=main.css.map*/