html,
body {
    overflow-x: hidden;
}

.grid-center {
    width: 96%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grid-center.grid-extra-padding {
    padding-left: 8.33333%;
    padding-right: 8.33333%
}

@media (max-width:599px) {
    .grid-center.grid-extra-padding {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1200px) {
    .grid-center.grid-extra-padding {
        padding-left: calc(100% / 12 + 50px);
        padding-right: calc(100% / 12 + 50px)
    }
}

@media (min-width:1920px) {
    .grid-center.grid-extra-padding {
        padding-left: 100px
    }
}

.grid-center.grid-home-padding {
    padding-left: 8.33333%;
    padding-right: 8.33333%
}

@media (max-width:599px) {
    .grid-center.grid-home-padding {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1200px) {
    .grid-center.grid-home-padding {
        padding-left: 8.33333%;
        padding-right: 8.33333%
    }
}

@media (min-width:1920px) {
    .grid-center.grid-home-padding {
        padding-left: 0
    }
}

.grid-center.grid-slider-padding {
    padding-left: 8.33333%;
    padding-right: 0
}

@media (max-width:599px) {
    .grid-center.grid-slider-padding {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .grid-center.grid-slider-padding {
        padding-left: 8.33333%;
        padding-right: 0
    }
}

@media (min-width:1920px) {
    .grid-center.grid-slider-padding {
        padding-left: 0
    }
}

.grid-center.grid-center-padding {
    padding-left: 8.33333%;
    padding-right: 8.33333%
}

@media (max-width:599px) {
    .grid-center.grid-center-padding {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1200px) {
    .grid-center.grid-center-padding {
        padding-left: 8.33333%;
        padding-right: 8.33333%
    }
}

@media (min-width:1920px) {
    .grid-center.grid-center-padding {
        padding-left: 0;
        padding-right: 0
    }
}

.grid-center.grid-product-padding {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:599px) {
    .grid-center.grid-product-padding {
        padding-left: 20px;
        padding-right: 20px
    }

    .min-height .grid-center.grid-product-padding {
        padding-left: 0px;
        padding-right: 0px
    }

    .ui.grid {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width:1200px) {
    .grid-center.grid-product-padding {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1920px) {
    .grid-center.grid-product-padding {
        padding-left: 0;
        padding-right: 0
    }
}

@font-face {
    font-family: fontello;
    src: url("/assets/font/fontello.eot?98094981");
    src: url("/assets/font/fontello.eot?98094981#iefix") format("embedded-opentype"), url("/assets/font/fontello.woff?98094981") format("woff"), url("/assets/font/fontello.ttf?98094981") format("truetype"), url("/assets/font/fontello.svg?98094981#fontello") format("svg");
    font-weight: 400;
    font-style: normal
}

.syk-icon {
    font-family: fontello;
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 2em;
    font-weight: 400
}

.syk-icon.icon-right {
    margin-left: 10px
}

.syk-icon.icon-left {
    margin-right: 10px
}

.syk-icon.step-icon {
    font-size: 22px
}

.syk-icon.alert {
    font-size: 30px;
    margin-right: 20px
}

.step.active .syk-icon.step-icon {
    color: #fff
}

.syk-logo {
    /* display: -webkit-box;
display: -ms-flexbox;
display: flex; */
    width: 112px;
    margin-right: 5%;

}

.syk-logo img {
    /* height: 100%; */
    max-width: 100%;
}

nav.ui.menu {
    height: 72px;
    border-radius: 0;
    position: fixed;
    width: 100%;
    z-index: 20;
}

nav.ui.menu.mobile {
    height: 56px;
    margin: 0;
}

nav.ui.menu.mobile .hamberger {
    height: 56px
}

nav.ui.menu.mobile .syk-logo img {
    max-width: 100%;
}

nav.ui.menu.mobile .menu-search {
    padding: 0
}

.ui.menu.mobile.islogin .mobile-menu-right.nologin {
    display: none
}

.ui.menu.mobile.islogin .mobile-menu-right.islogin,
.ui.menu.mobile .mobile-menu-right.nologin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.ui.menu.islogin .item.right.nologin,
.ui.menu.mobile .mobile-menu-right.islogin {
    display: none
}

.ui.menu.islogin .item.right.islogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui.menu .item {
    text-transform: uppercase;
    padding: .92857143em 0em .92857143em 1.54285714em;
    /* padding: .92857143em 1.54285714em */
}

.ui.menu .item.logout {
    border: none;
    padding: 0
}

.ui.menu .item.desktop {
    font-weight: 400
}

.ui.menu .item.red {
    color: #e82d00
}

.ui.menu .item.grey {
    color: #6d6d6d
}

.ui.menu .item:before {
    display: none
}

.ui.menu .item.right.nologin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui.menu .item.right.islogin {
    display: none
}

.ui.menu .item.shop,
.ui.menu .item.user-dropdown {
    padding: .52857143em .77142857em
}

.ui.menu.desktop {
    margin: 0;
    display: none
}

@media (min-width:600px) {
    .ui.menu.desktop {
        display: none
    }
}

@media (min-width:992px) {
    .ui.menu.desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 0 25px;
    }
}

.ui.menu.mobile {
    margin-top: 0
}

.ui.menu.mobile.-active .nav-mobile,
.ui.menu.mobile.-active .nav-mobile-transform {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width:600px) {
    .ui.menu.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

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

.ui.menu.mobile .menu-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ui.menu .mobile-menu-right>.item {
    display: inline-block;
    padding: 0 5px
}

.ui.menu .mobile-menu-right>.item i {
    color: #323233;
    font-size: 25px
}

.hamberger {
    height: 72px;
    width: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 100
}

.hamberger.disactive {
    opacity: 0;
    visibility: hidden
}

.hamberger:hover {
    cursor: pointer
}

.hamberger:hover .bar {
    background-color: #e92d01bf
}

.hamberger .bars {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px
}

.hamberger .bar {
    background-color: #e82d00;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    width: 30px
}

@media (max-width:599px) {
    .hamberger .bar {
        width: 25px
    }
}

.hamberger .bar.-upper {
    top: 0
}

.hamberger .bar.-bottom {
    bottom: 0
}

.hamberger.-active .bar {
    bottom: auto;
    top: 7px
}

.hamberger.-active .bar.-upper {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.hamberger.-active .bar.-bottom {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.hamberger.-active:hover {
    cursor: auto
}

.hamberger.-active:hover .bar {
    background-color: #e92d01bf
}

.nav-mobile,
.nav-mobile-transform {
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: .3s cubic-bezier(.55, .055, .675, .19);
    transition: .3s cubic-bezier(.55, .055, .675, .19);
    width: 100%;
    will-change: transform;
    visibility: hidden;
    opacity: 0
}

.nav-mobile-transform {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.nav-mobile {
    position: fixed;
    background-color: #323233;
    height: 102vh;
    overflow: hidden;
    z-index: 99;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.nav-mobile.active {
    display: block
}

.nav-box {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 8.33333%;
    padding-right: 8.33333%;
    padding-bottom: 50px;
    overflow-y: auto;
}

@media (max-width:599px) {
    .nav-box {
        padding-top: 50px
    }
}

.ui.accordion .title.menu-title {
    color: #e82d00;
    font-weight: 900;
    font-size: 44px;
    line-height: 1.2em;
    text-transform: uppercase
}

@media (max-width:599px) {
    .ui.accordion .title.menu-title {
        font-size: 24px
    }
}

.ui.accordion .title.menu-icon {
    font-family: fontello;
    color: #e82d00;
    font-size: 30px;
    padding: 0
}

.ui.accordion .title.menu-icon:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block
}

.ui.accordion .menu-title {
    display: inline-block;
    color: #e82d00;
    font-size: 44px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: .5em 0
}

@media (max-width:599px) {
    .ui.accordion .menu-title {
        font-size: 24px
    }
}

.ui.accordion .menu-title.grey {
    color: #c9c9c9
}

.ui.accordion .menu-item {
    color: #c9c9c9;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    margin-right: 30px;
    line-height: 3.2;
    white-space: nowrap
}

@media (max-width:599px) {
    .ui.accordion .menu-item {
        font-size: 14px;
        line-height: 2.4
    }
}

.ui.accordion .menu-language {
    margin-top: 20px
}

.ui.accordion .menu-language .item {
    border: 1px solid #c9c9c9;
    color: #c9c9c9
}

.ui.accordion .menu-language .item.active {
    border: 1px solid #e82d00;
    color: #e82d00;
    background: transparent
}

.menu-search {
    padding: .92857143em .74285714em
}

.menu-search input {
    -webkit-transition: .5s;
    transition: .5s;
    width: 0
}

.menu-search input::-webkit-input-placeholder {
    opacity: 0
}

.menu-search input:-ms-input-placeholder,
.menu-search input::-ms-input-placeholder {
    opacity: 0
}

.menu-search input::placeholder {
    opacity: 0
}

.menu-search input.active {
    width: 50px
}

.menu-search input.active::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    opacity: 1
}

.menu-search input.active:-ms-input-placeholder,
.menu-search input.active::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    opacity: 1
}

.menu-search input.active::placeholder {
    font-size: 12px;
    font-weight: 400;
    opacity: 1
}

.menu-search.mobile input {
    width: 0
}

.menu-search.mobile input::-webkit-input-placeholder {
    opacity: 0
}

.menu-search.mobile input:-ms-input-placeholder,
.menu-search.mobile input::-ms-input-placeholder {
    opacity: 0
}

.menu-search.mobile input::placeholder {
    opacity: 0
}

.menu-search.mobile input.active,
.menu-search.mobile input:focus {
    width: 50px
}

.menu-search.mobile input.active::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    opacity: 1
}

.menu-search.mobile input.active:-ms-input-placeholder,
.menu-search.mobile input.active::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    opacity: 1
}

.menu-search.mobile input.active::placeholder {
    font-size: 12px;
    font-weight: 400;
    opacity: 1
}

.menu-search.mobile input.active:focus {
    width: 50px
}

.menu-search input {
    width: 75px;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.menu-search input::-webkit-input-placeholder {
    font-family: DM Sans, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 400;
    opacity: 1
}

.menu-search input:-ms-input-placeholder,
.menu-search input::-ms-input-placeholder {
    font-family: DM Sans, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 400;
    opacity: 1
}

.menu-search input::placeholder {
    font-family: DM Sans, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 400;
    opacity: 1
}

.menu-search input:focus {
    -webkit-transition: .5s;
    transition: .5s;
    width: 120px
}

.menu-search input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.menu-search input:focus:-ms-input-placeholder,
.menu-search input:focus::-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.menu-search input:focus::placeholder {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.ui.modal {
    border-radius: 0
}

@media only screen and (max-width:991px) {
    .ui.modal .close {
        color: #e82d00
    }
}

.ui.modal .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px 80px
}

@media (max-width:599px) {
    .ui.modal .wrapper {
        padding: 24px 16px 50px
    }
}

.ui.modal .wrapper .forget {
    margin-top: 20px;
    margin-bottom: 20px
}

.ui.modal .wrapper .forget a {
    color: #6d6d6d;
    text-decoration: underline
}

.ui.modal .wrapper .input {
    width: 80%;
    border-radius: 0
}

.ui.modal .wrapper .input:focus {
    border-radius: 0;
    border-color: #323233
}

@media (max-width:599px) {
    .ui.modal .wrapper .input {
        width: 100%
    }
}

.or {
    width: 200px;
    text-align: center
}

@media (max-width:599px) {
    .or {
        width: 100%
    }
}

.menu-divider {
    display: block;
    width: 100%
}

footer {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 80px;
    color: #fff
}

@media (max-width:599px) {
    footer {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

footer:before {
    content: "";
    width: 101vw;
    height: 100%;
    background: #504848;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:599px) {
    footer:before {
        width: 100vw
    }
}

/* footer .ui.grid>.column .title {
font-size: 14px
} */

/* footer .ui.grid>.column.footer-slogan {
width: 40%;
font-size: 14px;
margin-right: 50%
} */

/* @media (max-width:599px) {
footer .ui.grid>.column.footer-slogan {
width: 100%;
margin-right: 0
}
}

@media (min-width:600px) {
footer .ui.grid>.column.footer-slogan {
width: 100%;
margin-right: 0
}
}

@media (min-width:768px) {
footer .ui.grid>.column.footer-slogan {
width: 40%;
margin-right: 50%
}
}

@media (min-width:1200px) {
footer .ui.grid>.column.footer-slogan {
width: 25%;
margin-right: 0
}
} */

footer .ui.grid>.column.footer-column {
    width: 33.33333%
}

@media (max-width:599px) {
    footer .ui.grid>.column.footer-column {
        width: 100%
    }
}

@media (min-width:600px) {
    footer .ui.grid>.column.footer-column {
        width: 100%
    }
}

@media (min-width:768px) {
    footer .ui.grid>.column.footer-column {
        width: 33.33333%
    }
}

@media (min-width:1200px) {
    footer .ui.grid>.column.footer-column {
        width: 25%
    }
}

footer .contact {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

footer .contact,
footer .copyright {
    color: #c9c9c9;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .5px
}

.mobile .section.examination-slider .slider .slick,
.mobile .section.main-slider .slider .slick,
.mobile .section.photo-slider .slider .slick {
    position: relative;
    left: 0
}

/* .mobile .section.main-slider .column.slider {
padding-right: 0
} */

.section.examination-slider,
.section.main-slider,
.section.photo-slider {
    margin-top: 100px;
    margin-bottom: 550px
}

@media (max-width:599px) {

    .section.examination-slider,
    .section.main-slider,
    .section.photo-slider {
        margin-bottom: 50px
    }
}

.section.examination-slider .slider,
.section.main-slider .slider,
.section.photo-slider .slider {
    position: relative
}

.section.examination-slider .slider .slick,
.section.main-slider .slider .slick,
.section.photo-slider .slider .slick {
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:599px) {

    .section.examination-slider .slider .slick,
    .section.main-slider .slider .slick,
    .section.photo-slider .slider .slick {
        position: relative;
        left: 0
    }
}

.section.photo-slider {
    margin-bottom: 400px
}

@media (max-width:599px) {
    .section.photo-slider {
        margin-bottom: 50px
    }
}

.section.examination-slider {
    margin-top: 50px;
    margin-bottom: 520px
}

@media (max-width:599px) {
    .section.examination-slider {
        margin-bottom: 50px
    }
}

.slick-next,
.slick-prev {
    top: -45px;
    left: 0;
    right: auto
}

.slick-next:before,
.slick-prev:before {
    content: ""
}

.slick-prev {
    display: inline-block;
    /* background: url("/assets/images/btn_arrow_normal_2x.png"); */
    background-size: 40px;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg) translate(0);
    transform: rotate(180deg) translate(0)
}

.slick-prev:hover {
    /* background: url("/assets/images/btn_arrow_hover_2x.png"); */
    background-size: 40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-next,
.slick-prev:hover {
    cursor: pointer;
    width: 40px;
    height: 40px
}

.slick-next {
    display: inline-block;
    /* background: url("/assets/images/btn_arrow_normal_2x.png"); */
    background-size: 40px;
    -webkit-transform: translate(0);
    transform: translate(0);
    left: 50px
}

.slick-next:hover {
    /* background: url("/assets/images/btn_arrow_hover_2x.png"); */
    background-size: 40px;
    width: 40px;
    height: 40px
}

.product-card {
    /*width: 100%; */
    /* max-width: 348px; */
    margin: 7px 11px;
    position: relative;

}

/* @media (max-width:599px) {
.product-card {
max-width: 300px
}
}

@media (max-width:380px) {
.product-card {
max-width: 250px
}
}

@media (min-width:600px) {
.product-card {
max-width: 300px
}
}

@media (min-width:1200px) {
.product-card {
max-width: 348px
}
} */

.product-card:hover {
    cursor: pointer
}

.product-card:hover>article:before {
    content: "";
    display: block;
    width: 100%;
    -webkit-transition: .5s cubic-bezier(.17, .67, .77, .86);
    transition: .5s cubic-bezier(.17, .67, .77, .86)
}

.product-card:focus {
    outline: none;
    opacity: .8
}

.product-card>figure {
    overflow: hidden;
    max-height: 275px;
    margin: 0
}

.product-card>figure>img {
    width: 100%;
    max-width: 348px
}

.product-card>article {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 16px 40px;
    overflow: hidden;
    min-height: 140px
}



.product-card>article>h4 {
    color: #323233;
    font-size: 28px;
    margin-top: 10px;
    line-height: 1.25em;
    letter-spacing: .03em;
    text-transform: uppercase
}

.activity-card {
    display: block;
    border-bottom: 1px solid #c9c9c9;
    font-size: 0;
    position: relative;
    margin-bottom: 40px
}

.activity-card>figure {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    width: 160px;
    height: 160px
}

@media (max-width:599px) {
    .activity-card>figure {
        width: 100%;
        height: auto
    }
}

.activity-card>figure img {
    width: 100%;
    max-width: 599px
}

.activity-card article {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

@media (max-width:599px) {
    .activity-card article {
        width: 100%
    }
}

.activity-card article>.activity-time {
    font-size: 16px;
    color: #6d6d6d
}

.activity-card article>.activity-title {
    font-size: 24px;
    font-weight: 900;
    color: #323233
}

.photo-card {
    margin: 7px 10px
}

.photo-card>figure>img {
    width: 100%
}

@media (max-width:599px) {
    .photo-card {
        max-width: 300px
    }
}

@media (max-width:380px) {
    .photo-card {
        max-width: 250px
    }
}

@media (min-width:600px) {
    .photo-card {
        max-width: auto
    }
}

/*.photo-card.-activity>figure>img {
width: 100%;
max-width: 300px
}

@media (min-width:600px) {
.photo-card.-activity>figure>img {
max-width: 520px
}
}

@media (min-width:768px) {
.photo-card.-activity>figure>img {
max-width: none
}
}*/

.photo-card>figure {
    margin: 0
}

/* .product-list-card {
display: inline-block;
vertical-align: top;
font-size: 0;
width: calc(100% / 2 - 17px);
margin-right: 15px;
margin-left: 15px;
margin-bottom: 24px
}

.product-list-card:hover {
opacity: .85
}

.product-list-card:nth-child(odd) {
margin-left: 0
}

.product-list-card:nth-child(2n) {
margin-right: 0
}

@media (min-width:992px) {
.product-list-card {
width: calc(100% / 3 - 30px)
}

.product-list-card:nth-child(odd) {
margin-left: 15px
}

.product-list-card:nth-child(2n) {
margin-right: 15px
}

.product-list-card:nth-child(3n+1) {
margin-left: 0
}

.product-list-card:nth-child(3n) {
margin-right: 0
}
}

.product-list-card>figure {
margin: 0
}

.product-list-card>figure>img {
width: 100%
}

.product-list-card>article {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-top: 5px;
padding-bottom: 10px;
font-size: 18px;
font-weight: 900
}

@media (max-width:599px) {
.product-list-card>article {
font-size: 14px
}
}

.product-list-card>article>span {
color: #323233;
line-height: 1.43
} */

.button-row {
    width: 100%;
    text-align: center;
    margin-top: 80px
}

.ui.basic.button.syk-button {
    border-radius: 0;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle
}

.ui.basic.button.syk-button.-main {
    color: #e82d00 !important;
    border-color: #e82d00 !important
}

.ui.basic.button.syk-button.-fluid {
    width: 100%
}

@media (max-width:599px) {
    .ui.basic.button.syk-button.-fluid {
        max-width: auto
    }
}

@media (min-width:600px) {
    .ui.basic.button.syk-button.-fluid {
        max-width: 200px
    }
}

.ui.basic.button.syk-button.two {
    max-width: 200px;
    width: calc(50% - .25em - 2px)
}

.ui.basic.button.syk-button.-small {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.ui.basic.button.syk-button.-large {
    width: 100%;
    max-width: 680px
}

.about-banner {
    width: 100%
}

.about-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 42px
}

@media (max-width:599px) {
    .about-title {
        font-size: 24px
    }
}

@media (min-width:600px) {
    .about-title {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .about-title {
        font-size: 42px
    }
}

.section.main-news {
    background: #f2f2f2;
    margin-bottom: 0;
    position: relative;
}




.section.main-news .ui.grid .news-row .time-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.section.main-news .ui.grid .news-row .text-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;

}

@media (max-width:599px) {
    .section.main-news .ui.grid .news-row .text-box {
        width: 100%
    }
}

.section.main-news .ui.grid .news-row:hover:after {
    content: "";
    display: block;
    width: 50%;
    -webkit-transition: .5s cubic-bezier(.17, .67, .77, .86);
    transition: .5s cubic-bezier(.17, .67, .77, .86)
}


.section.main-news .ui.grid .news-row .news-year {
    display: block;
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
    color: #101010;
}


.section.main-news .ui.grid .news-row .news-date {
    font-size: 20px;
    line-height: 1.31;
    color: #323233;
    margin-left: 10px;
}



.section.main-news .ui.grid .news-row .news-title {
    display: inline-block;
    font-size: 22px;
    line-height: 1.38;
    color: #6d6d6d;
    margin-top: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60.72px;
}

@media (max-width:1400px) {
    .section.main-news .ui.grid .news-row .news-year {
        font-size: 30px;
    }

    .section.main-news .ui.grid .news-row .news-date {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .section.main-news .ui.grid .news-row .news-title {
        font-size: 16px;
        height: 40.72px;
    }
}


.list-news .grid .news-row {
    margin-bottom: 50px;
    margin-right: 1rem
}

.list-news .grid .news-row:after {
    content: "";
    display: block;
    background: #c9c9c9;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width:599px) {
    .list-news .grid .news-row:after {
        left: 1rem;
        width: calc(100% - 1rem)
    }
}

.list-news .grid .news-row:before {
    content: "";
    display: block;
    background: url("/assets/images/arrow_2x.png");
    background-size: 10px;
    height: 16px;
    width: 10px;
    position: absolute;
    bottom: calc(50% - 8px);
    right: 20px
}

@media (max-width:599px) {
    .list-news .grid .news-row:before {
        right: 5px;
        bottom: calc(50% - 2rem - 8px)
    }
}

.list-news .grid .news-row .news-year {
    display: block;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.43;
    color: #6d6d6d
}

.list-news .grid .news-row .news-date {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.31;
    color: #323233
}

.list-news .grid .news-row .news-title {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.38;
    color: #6d6d6d
}

.list-news .grid .news-row .news-title:before {
    content: "0";
    display: block;
    opacity: 0;
    font-size: 14px;
    line-height: 1.43
}

.backbutton {
    display: inline-block
}

@media (max-width:599px) {
    .backbutton {
        display: none
    }
}

.backbutton>img {
    position: relative;
    top: 10px;
    width: 32px;
    height: 32px
}

.backbutton>span {
    color: #e82d00;
    font-weight: 900;
    vertical-align: baseline
}

.paginator {
    display: block;
    width: 100%;
    text-align: center
}

.paginator ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.paginator ul li {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    color: #e82d00;
    margin: 0 10px
}

.paginator ul li img {
    width: 32px;
    height: 32px;
    position: relative;
    top: 8px
}

.paginator ul li a {
    color: #c9c9c9
}

.page-subtitle {
    font-size: 24px;
    font-weight: 900;
    color: #323233
}

@media (max-width:599px) {
    .page-subtitle {
        font-size: 18px
    }
}

.iso-image {
    text-align: center
}

.iso-image img {
    width: 100%
}

.ui.grid>.row>.column.iso-image>img,
.ui.grid>.row>.iso-image>img {
    max-width: 680px
}

.row-adjustment {
    top: -50px
}

.image-row {
    width: 100%;
    max-width: 450px
}

.ui.secondary.menu {
    height: auto
}

.ui.default.dropdown:not(.button)>.text,
.ui.dropdown:not(.button)>.default.text {
    color: #323233
}

.ui.default.disabled.dropdown:not(.button)>.text,
.ui.disabled.dropdown:not(.button)>.default.text {
    color: #6d6d6d
}

.guide-card {
    display: inline-block;
    text-align: center;
    margin-bottom: 100px
}

@media (min-width:600px) {
    .guide-card {
        margin-bottom: 100px
    }
}

@media (min-width:992px) {
    .guide-card {
        margin-bottom: 0
    }
}

.guide-card:hover .guide-text:before {
    width: 90%;
    -webkit-transition: .5s;
    transition: .5s
}

.guide-card>img {
    margin-bottom: 40px;
    width: 100%;
    max-width: 420px
}

.guide-card .guide-text {
    display: block;
    color: #323233;
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
    position: relative
}

.guide-card .guide-text:before {
    content: "";
    display: block;
    background-color: #e82d00;
    height: 2px;
    width: 50%;
    position: relative;
    bottom: 20px;
    left: 50%;
    margin-bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.guide-optional-top-image {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

.guide-optional-top-image img {
    width: 100%;
    max-width: 360px
}

.guide-optional-bottom-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.guide-optional-bottom-image article.three {
    width: 33.333333%
}

.guide-optional-bottom-image article.two {
    width: 50%
}

@media (max-width:599px) {
    .guide-optional-bottom-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .guide-optional-bottom-image article.three {
        width: 100%
    }

    .guide-optional-bottom-image article.two {
        width: 50%
    }
}

@media (min-width:600px) {
    .guide-optional-bottom-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .guide-optional-bottom-image article {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .guide-optional-bottom-image article.three {
        width: 100%
    }
}

@media (min-width:768px) {
    .guide-optional-bottom-image {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: row
    }
}

.guide-optional-bottom-image img {
    width: 100%
}

.guide-optional-bottom-image p {
    color: #323233;
    font-size: 14px;
    letter-spacing: 1.2px;
    margin: 1em 40px
}

.ui.fluid.selection.purchase-guide {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #323233
}

.page-guide .syk-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 14px;
    color: #e82d00
}

.page-guide .ui.disabled.dropdown,
.page-guide .ui.dropdown .menu>.disabled.item {
    opacity: 1;
    background: #c9c9c9;
    color: #6d6d6d;
    border-color: #c9c9c9
}

.page-guide .ui.disabled.dropdown .syk-icon,
.page-guide .ui.dropdown .menu>.disabled.item .syk-icon {
    display: none
}

.page-guide .ui.selection.dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase
}

.page-guide .ui.selection.dropdown:hover {
    border-color: #323233
}

.page-guide .ui.selection.dropdown.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-guide .ui.selection.dropdown.active .menu {
    border-color: #323233;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.page-guide .ui.selection.dropdown.active .menu .item {
    font-weight: 400;
    text-transform: uppercase
}

.page-guide .ui.selection.dropdown.active:hover {
    border-color: #323233
}

.purchase-guide-subtitle {
    font-size: 28px
}

.purchase-guide-number,
.purchase-guide-subtitle {
    font-weight: 900;
    color: #323233;
    line-height: 1.25;
    margin-bottom: 20px
}

.purchase-guide-number {
    font-size: 76px
}

.suggest-result-image {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto
}

.suggest-result-image>img {
    width: 100%;
    max-width: 500px
}

.suggest-result-more-button {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: left;
    font-size: 12px
}

.suggest-result-more-button .ui.basic.button.syk-button {
    font-size: 12px
}

.suggest-result-more-button .ui.basic.button.syk-button.-small {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width:992px) {
    .suggest-result-more-button {
        font-size: 14px;
        position: absolute;
        bottom: 10px;
        right: 1rem
    }

    .suggest-result-more-button .ui.basic.button.syk-button {
        font-size: 14px
    }
}

.suggest-text {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #323233
}

.suggest-text>a {
    color: #e82d00
}

.suggest-hint {
    font-weight: 400;
    letter-spacing: 1.2px;
    font-size: 14px;
    color: #323233
}

.table-head {
    color: #323233;
    font-size: 16px;
    letter-spacing: .5px
}

.table-txt {
    color: #6d6d6d;
    font-size: 18px;
    letter-spacing: .5px
}

.align-right {
    width: 100%;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1rem
}

.download,
.print {
    display: inline-block;
    height: 40px;
    color: #323233;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 24px;
    font-size: 16px
}

.download:hover,
.print:hover {
    cursor: pointer;
    color: #e82d00
}

.download>img,
.print>img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 13px
}

.align-center {
    margin-top: 100px;
    width: 100%;
    text-align: center
}

.align-center>.lead {
    font-size: 24px
}

.ui.grid>.row>.column.mb30 {
    margin-bottom: 30px
}

.accordion .link-title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .1em;
    padding: .5em 0
}

.accordion .link-title:hover {
    cursor: pointer
}

.accordion .content {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.accordion .content.active,
.accordion .content.isactive {
    margin-top: 10px;
    max-height: 2000px;
    opacity: 1;
    padding: .5em 0;
    -webkit-transition: .5s;
    transition: .5s
}

.accordion .content .list-item-pd {
    margin-left: 40px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0
}

.list-item-pd {
    display: block;
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #323233;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .list-item-pd {
        font-size: 16px
    }
}

.list-item-pd:hover {
    color: #323233
}

/*.list-item-pd:hover:after {
content: "";
width: 80px
}

.list-item-pd:after {
content: "";
display: block;
width: 0;
height: 2px;
background: #e82d00;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: .5s;
transition: .5s
}

.list-item-pd.active:after,
.list-item-pd.active:hover:after {
content: "";
width: 80px
} */

.product-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: none
}

.product-category-list>.list-item {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 9px;
    color: #323233;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .product-category-list>.list-item {
        font-size: 16px
    }
}

.product-category-list>.list-item:hover:after {
    content: "";
    width: 80px
}

.product-category-list>.list-item:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #e82d00;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.product-category-list>.list-item.active:after,
.product-category-list>.list-item.active:hover:after {
    content: "";
    width: 80px
}

.product-category-list.ui.accordion .title:not(.ui).list-item {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    color: #323233;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .product-category-list.ui.accordion .title:not(.ui).list-item {
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .product-category-list.ui.accordion .title:not(.ui).list-item {
        font-size: 16px
    }
}

.product-category-list.ui.accordion .title:not(.ui).list-item:hover:after {
    content: "";
    width: 80px
}

.product-category-list.ui.accordion .title:not(.ui).list-item:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #e82d00;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.product-category-list.ui.accordion .title:not(.ui).list-item.active:after,
.product-category-list.ui.accordion .title:not(.ui).list-item.active:hover:after {
    content: "";
    width: 80px
}

.product-category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-category-item .list-item {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    padding-left: 20px;
    color: #323233;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase
}

.product-category-item .list-item.active {
    color: #e82d00
}

.info-title {
    font-weight: 900;
    font-size: 30px
}

.product-info {
    margin-top: 30px
}

.product-info.ui.segment {
    padding-top: 0
}

.diagram-container,
.image-container,
.video-container {
    margin: 0 auto;
    text-align: left
}

.diagram-container>img,
.image-container>img,
.video-container>img {
    width: 100%;
    max-width: 600px
}

.text-container {
    font-size: 20px
}

.diagram-container>img {
    width: 100%;
    max-width: 850px
}

.video-container>video {
    width: 100%;
    max-width: 300px
}

.note {
    margin-top: 20px;
    padding-left: 1rem
}

.note p {
    font-size: 14px;
    color: #6d6d6d;
    letter-spacing: .6px;
    line-height: 1.3
}

.ui.accordion .title.product-info-tab {
    font-size: 18px
}

.ui.accordion .title.product-info-tab>span {
    color: #323233;
    font-weight: 900
}

.ui.accordion .title.product-info-tab>i {
    color: #e82d00
}

.ui.accordion .title.order-tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 8px;
    border-bottom: 1px solid #c9c9c9;
    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
}

.ui.accordion .title.order-tab>span {
    color: #e82d00;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase
}

.ui.accordion .title.order-tab>img {
    width: 32px;
    height: 32px
}

.ui.form .inline.fields {
    margin-bottom: 10px
}

.ui.form .inline.fields:first-child {
    margin-top: 10px
}

@media (min-width:600px) {
    .ui.form .inline.fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ui.form .inline.fields>.radio-title {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .5px;
    color: #323233;
    margin: .035714em 3em 0 0;
    width: 33%
}

@media (max-width:599px) {
    .ui.form .inline.fields>.radio-title {
        width: 100%;
        margin: 5px 0
    }
}

@media (min-width:600px) {
    .ui.form .inline.fields>.radio-title {
        width: 100%;
        margin: 5px 0
    }
}

@media (min-width:768px) {
    .ui.form .inline.fields>.radio-title {
        width: 200px;
        margin: .035714em 3em 0 0
    }
}

.radio-boxs {
    margin-top: 9px
}

.price-box,
.radio-boxs {
    border-bottom: 1px solid #c9c9c9
}

.price-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0
}

.price-row {
    margin-bottom: 40px
}

.price-row .price-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.38;
    letter-spacing: .5px;
    color: #323233;
    margin: .035714em 3em 0 0
}

@media (max-width:599px) {
    .price-row .price-title {
        width: 100%;
        margin: 0 0 20px
    }
}

@media (min-width:600px) {
    .price-row .price-title {
        width: 100%;
        margin: 0 0 20px
    }
}

@media (min-width:768px) {
    .price-row .price-title {
        width: 200px;
        margin: .035714em 3em 0 0
    }
}

.price-row .price {
    font-size: 32px;
    font-weight: 900
}

.price-row>.note {
    color: #6d6d6d
}

@media (max-width:599px) {
    .price-row>.note {
        display: block;
        padding-left: 0
    }
}

@media (min-width:600px) {
    .price-row>.note {
        display: block;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .price-row>.note {
        display: inline-block;
        padding-left: 1rem
    }
}

.price-row>.note>a {
    color: #6d6d6d;
    text-decoration: underline
}

.submit-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100px
}

.ui.input.submit-btn>input {
    width: 100%;
    max-width: 472px;
    color: #e82d00;
    text-transform: uppercase;
    font-weight: 900;
    border: 2px solid #e82d00;
    border-radius: 0
}

.ui.accordion .title:not(.ui).link-title {
    font-weight: 900;
    font-size: 16px
}

.ui.accordion .title:not(.ui).link-title:hover {
    cursor: pointer
}

.downloadblock {
    margin: 10px 0
}

.ui.form.profile,
.ui.form.register {
    max-width: 512px;
    min-width: 280px;
    width: 100%
}

.ui.form.profile .field.action,
.ui.form.register .field.action {
    margin-top: 30px
}

.ui.form.profile .field .input,
.ui.form.register .field .input {
    border-radius: 0
}

.ui.form.profile .field .input:focus,
.ui.form.register .field .input:focus {
    border-radius: 0;
    border-color: #323233
}

.ui.form.profile .field.error label,
.ui.form.register .field.error label {
    color: #e82d00;
    padding: 0
}

.ui.form.profile .field.error input,
.ui.form.register .field.error input {
    border-color: #e82d00;
    background: #fff
}

.ui.form .field .prompt.label {
    white-space: normal;
    background: #fff !important;
    border: 0 solid transparent !important;
    color: #e82d00 !important;
    padding: 0;
    font-weight: 400
}

.password-hint {
    font-size: 16px
}

.order-list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.order-list .success-message {
    background-color: #c9c9c9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 100px
}

@media (max-width:599px) {
    .order-list .success-message {
        padding: 20px 40px
    }
}

.mt50 {
    margin-top: 50px
}

.img-wrapper {
    width: 100%;
    text-align: center
}

@media (max-width:599px) {
    .img-wrapper {
        margin-top: 30px
    }
}

@media (max-width:599px) {
    .img-wrapper.-aboveline {
        border-top: 4px solid #979797;
        padding-top: 20px;
        margin-top: 0
    }
}

.img-wrapper img {
    width: 100%;
    max-width: 160px
}

.row-header {
    margin-top: 10px;
    background-color: #6d6d6d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .15em;
    font-size: 16px
}

@media (max-width:599px) {
    .row-header {
        font-size: 14px
    }
}

.link-wrapper {
    font-size: 16px;
    text-align: center
}

@media (max-width:599px) {
    .link-wrapper {
        font-size: 14px
    }
}

.link-wrapper a {
    color: #6d6d6d;
    text-decoration: underline
}

@media (max-width:599px) {
    .link-wrapper.-underline {
        padding-bottom: 10px;
        border-bottom: 1px solid #6d6d6d
    }
}

.delete-wrapper,
.text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:599px) {

    .delete-wrapper,
    .text-wrapper {
        font-size: 14px
    }
}

.delete-wrapper a,
.text-wrapper a {
    color: #6d6d6d;
    text-decoration: underline
}

.delete-wrapper label,
.text-wrapper label {
    display: none
}

@media (max-width:599px) {

    .delete-wrapper form,
    .text-wrapper form {
        width: 100%
    }
}

@media (max-width:599px) {

    .delete-wrapper.-underline,
    .text-wrapper.-underline {
        border-bottom: 1px solid #6d6d6d
    }
}

@media (max-width:599px) {

    .delete-wrapper.-aboveline,
    .text-wrapper.-aboveline {
        border-top: 4px solid #979797;
        margin-bottom: 10px
    }
}

@media (max-width:599px) {

    .delete-wrapper.-start,
    .text-wrapper.-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:599px) {

    .delete-wrapper.-between,
    .text-wrapper.-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.delete-wrapper .mobile-text,
.text-wrapper .mobile-text {
    display: none;
    margin-right: 10px
}

@media (max-width:599px) {

    .delete-wrapper .mobile-text,
    .text-wrapper .mobile-text {
        display: inline
    }
}

@media (min-width:600px) {

    .delete-wrapper .mobile-text,
    .text-wrapper .mobile-text {
        display: inline
    }
}

@media (min-width:992px) {

    .delete-wrapper .mobile-text,
    .text-wrapper .mobile-text {
        display: none
    }
}

@media (max-width:599px) {

    .delete-wrapper,
    .text-wrapper {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width:600px) {

    .delete-wrapper,
    .text-wrapper {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.delete-wrapper .blocker,
.text-wrapper .blocker {
    display: inline
}

@media (min-width:600px) {

    .delete-wrapper .blocker,
    .text-wrapper .blocker {
        display: inline
    }
}

@media (min-width:992px) {

    .delete-wrapper .blocker,
    .text-wrapper .blocker {
        display: block
    }
}

.delete-wrapper.ui.input input,
.text-wrapper.ui.input input {
    padding: .617857143em;
    max-width: 150px
}

@media (max-width:599px) {

    .delete-wrapper.ui.input input,
    .text-wrapper.ui.input input {
        max-width: 100px
    }
}

.delete-wrapper .action-btn,
.text-wrapper .action-btn {
    border: none;
    color: #e82d00
}

.delete-wrapper .action-btn.delete>span,
.text-wrapper .action-btn.delete>span {
    display: none
}

@media (max-width:599px) {

    .delete-wrapper .action-btn.delete>span,
    .text-wrapper .action-btn.delete>span {
        display: inline
    }
}

.delete-wrapper .action-btn.delete>i,
.text-wrapper .action-btn.delete>i {
    display: inline-block
}

@media (max-width:599px) {

    .delete-wrapper .action-btn.delete,
    .text-wrapper .action-btn.delete {
        border: none;
        width: auto;
        padding: 0
    }
}

.delete-wrapper .action-btn>span,
.text-wrapper .action-btn>span {
    display: none
}

@media (max-width:599px) {

    .delete-wrapper .action-btn>span,
    .text-wrapper .action-btn>span {
        display: inline
    }
}

.delete-wrapper .action-btn>i,
.text-wrapper .action-btn>i {
    display: inline-block
}

@media (max-width:599px) {

    .delete-wrapper .action-btn>i,
    .text-wrapper .action-btn>i {
        display: none
    }
}

@media (max-width:599px) {

    .delete-wrapper .action-btn,
    .text-wrapper .action-btn {
        border: 2px solid #e82d00;
        width: 100%;
        padding: .78571429em 1.5em
    }
}

.delete-wrapper a {
    color: #e82d00;
    text-decoration: none
}

.ui.grid .result-row {
    margin-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:599px) {
    .ui.grid .result-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:599px) {
    .ui.grid .result-row.-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.ui.grid .result-row.m0 {
    margin-top: 0
}

.ui.grid .result-row span {
    margin-right: 1rem;
    font-size: 18px
}

.ui.grid .result-row .form-width {
    max-width: 200px;
    width: calc(50% - .25em - 2px)
}

.ui.grid .result-row .form-width .ui.basic.button.syk-button {
    width: 100%
}

.ui.grid .result-row .ship-note {
    width: 100%;
    text-align: right;
    margin-right: 1rem;
    font-size: 14px;
    font-weight: 400;
    color: #8d8d8f;
    margin-top: 5px
}

.ui.grid .result-row .result {
    font-weight: 900;
    font-size: 24px
}

.ui.grid>.row.-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ui.grid>.row>.column.choose-grid,
.ui.grid>.row>.column.delete-grid {
    position: absolute;
    top: 50px;
    right: 0
}

@media (min-width:600px) {

    .ui.grid>.row>.column.choose-grid,
    .ui.grid>.row>.column.delete-grid {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (min-width:992px) {

    .ui.grid>.row>.column.choose-grid,
    .ui.grid>.row>.column.delete-grid {
        position: relative;
        top: 0;
        right: 0
    }
}

.ui.grid>.row>.column.choose-grid {
    position: absolute;
    top: 40px;
    right: 0
}

@media (min-width:600px) {
    .ui.grid>.row>.column.choose-grid {
        position: relative;
        top: 0;
        right: 0
    }
}

.row.info .column-blocker,
.row.row-header .column-blocker {
    display: block;
    width: 100%;
    height: 20px;
    margin-left: 1rem;
    margin-right: 1rem
}

@media (max-width:599px) {

    .row.info .column-blocker,
    .row.row-header .column-blocker {
        display: none
    }
}

@media (min-width:600px) {

    .row.info .column-blocker,
    .row.row-header .column-blocker {
        display: block
    }
}

@media (min-width:992px) {

    .row.info .column-blocker,
    .row.row-header .column-blocker {
        display: none
    }
}

.ui.selection.dropdown.date-dropdown {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #6d6d6d;
    min-width: 9em;
    margin-right: 5px
}

.filter-text {
    font-size: 16px;
    line-height: 37px;
    color: #6d6d6d
}

@media (max-width:599px) {
    .ui .divider.-desktoponly {
        opacity: 0
    }
}

.history-search {
    padding: .728571em .74285714em;
    display: inline;
    border-bottom: 1px solid #6d6d6d;
    margin-left: 30px
}

.history-search input {
    border: none;
    outline: none;
    min-width: 200px
}

.mini-height {
    margin-bottom: 100px
}

.swal2-popup.syk-popup {
    border-radius: 0
}

::-moz-selection {
    background-color: #e82d00a1
}

::selection {
    background-color: #e82d00a1
}

body.overflow-hidden {
    overflow: hidden
}

main {
    padding-top: 50px
}

.center {
    text-align: center
}

.min-height {
    padding-top: 0;
    min-height: calc(100vh - 381px);
}

.min-height.-activity,
.min-height.-leadbuy {
    min-height: calc(100vh - 950px)
}

@media (max-width:599px) {

    .min-height.-activity,
    .min-height.-leadbuy {
        min-height: calc(100vh - 510px)
    }
}

.min-height.-leadbuy {
    min-height: calc(100vh - 1300px)
}

.section {
    margin-top: 50px;
    margin-bottom: 80px
}

@media (max-width:599px) {
    .section {
        margin-bottom: 30px
    }
}

@media (max-width:599px) {

    .ui.grid>.column:not(.row),
    .ui.grid>.row>.column {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.main-title {
    color: #6d6d6d;
    font-size: 44px;
    max-width: 790px
}

@media (max-width:599px) {
    .main-title {
        font-size: 26px
    }
}

.sub-title {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 400;
    max-width: 620px
}

@media (max-width:599px) {
    .sub-title {
        font-size: 12px
    }
}

.page-title {
    color: #323233;
    font-size: 60px;
    text-transform: uppercase
}

@media (max-width:599px) {
    .page-title {
        font-size: 28px
    }
}

.page-article {
    font-size: 18px;
    color: #323233;
    letter-spacing: .5px;
    line-height: 1.8
}

.ui.grid .row.table-divider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px
}

.ui.grid .row.table-divider.-black:after {
    content: "";
    background-color: #323233
}

.ui.grid .row.table-divider:after {
    content: "";
    display: block;
    width: calc(100% - 2rem);
    height: 1.1px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 0;
    left: 1rem
}

.table-header {
    color: #323233;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 22px;
    text-transform: uppercase
}

@media (max-width:599px) {
    .table-header {
        font-size: 14px
    }
}

@media (min-width:600px) {
    .table-header {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .table-header {
        font-size: 16px
    }
}

.table-content {
    color: #6d6d6d;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 26px
}

@media (max-width:599px) {
    .table-content {
        font-size: 16px
    }
}

@media (min-width:600px) {
    .table-content {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .table-content {
        font-size: 18px
    }
}

/* new start*/
body {
    font-size: 16px;
}

body,
.ui.menu,
.ui.button,
h1,
h2,
h3,
h4,
h5,
.ui.accordion .title:not(.ui) {
    font-family: DM Sans, 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.ui.menu {
    box-shadow: none;
    border: 0;
    font-size: 20px;
}

.ui.menu .item.right {
    font-size: 18px;
}

.ui.menu .item.right .ui.item {
    color: #101010;
}

.ui.menu .item a {
    color: #101010;
}

.ui.menu .item a:hover {
    color: #EC1C24;
}

.ui.menu .active.item,
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
    background: transparent;

}

.ui.menu .item.user {
    color: #212121;
    padding-left: 0.9em;
}

.ui.menu .item.user i {
    margin-right: 8px;
}

.ui.menu .item.user:hover {
    color: #EC1C24;
    cursor: pointer;
}

@media (max-width:1500px) {
    .ui.menu {
        font-size: 18px;
    }
}

@media (max-width:1300px) {

    .ui.menu,
    .ui.menu .item.right {
        font-size: 16px;
    }

    .syk-logo {
        margin-right: 0;
        width: 90px;
    }

}

@media (max-width:1200px) {

    .ui.menu,
    .ui.menu .item.right {
        font-size: 14px;
    }

    .ui.menu .item {
        padding: .92857143em 0em .92857143em .84285714em;
    }

    .syk-logo {
        margin-right: 0;
        width: 80px;
        align-items: center;
        display: flex;
    }


}

@media (max-width:991px) {
    .syk-logo {
        margin-left: 1.5rem;

    }
}


/* index banner */
.index_banner {
    margin-top: 72px;
}

@media (max-width:599px) {
    .index_banner {
        margin-top: 56px;
    }
}

.index_banner .grid-center.grid-home-padding {
    width: 100%;
    max-width: 1440px;
    padding: 0 2%;
}

.banner-img img {
    max-width: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index_banner .slick-dots {
    bottom: 10px;
}

.index_banner .slick-dots li {
    width: 13px;
    height: 13px;
}

.index_banner .slick-dots li button {
    border-radius: 50px;
    background: #212121;
    opacity: 0.3;
    width: 13px;
    height: 13px;

}

.index_banner .slick-dots li.slick-active button {
    opacity: 0.95;
    background: #EC1C24;
}

.index_banner .slick-slide {
    position: relative;
}

.index_banner .banner-desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.index-banner-content {
    width: 55%;
    margin-top: 12%;
}

.banner-title {
    font-size: 80px;
    font-weight: bold;
    color: #EC1C24;
    line-height: 1.1;
    margin-bottom: 20px;
}

.banner-txt {
    font-size: 38px;
    font-weight: bold;
    color: #6A6A6A;
    line-height: 1.15;
}

.banner-btn {
    margin-top: 20px;
}

.banner-btn a {
    display: inline-block;
    padding: 12px 35px 12px 22px;
    background: #7B7B7B;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-btn a:hover {
    background: #EC1C24;
}

@media (max-width:1500px) {
    .banner-title {
        font-size: 70px;
    }

    .index-banner-content {
        width: 45%;
        margin-top: 8%;
    }

    .banner-txt {
        font-size: 35px;
    }
}

@media (max-width:1300px) {
    .banner-title {
        font-size: 50px;
    }

    .index-banner-content {
        width: 45%;
        margin-top: 8%;
    }

    .banner-txt {
        font-size: 25px;
    }

    .banner-btn a {
        padding: 10px 35px 10px 22px;
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .banner-title {
        font-size: 40px;
    }

    .index-banner-content {
        margin-top: 10%;
    }

    .banner-txt {
        font-size: 20px;
        line-height: 1.3;
    }

    .banner-btn a {
        padding: 8px 25px 8px 12px;
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .banner-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .index-banner-content {
        margin-top: 5%;
    }

    .banner-txt {
        font-size: 18px;
        line-height: 1.3;
    }

    .banner-btn a {
        padding: 8px 25px 8px 12px;
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .banner-title {
        font-size: 23px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .banner-txt {
        font-size: 16px;
        font-weight: normal;
    }

    .index-banner-content {
        width: 50%;
    }

    .banner-btn {
        margin-top: 8px;
    }

    .banner-btn a {
        padding: 5px 25px 5px 12px;
    }
}

@media (max-width:480px) {
    .index_banner .banner-desc {
        position: static;
    }

    .index-banner-content {
        background: #eee;
        width: 100%;
        margin-top: 0;
        padding: 20px 20px 40px;
        text-align: center;
    }

    .index_banner .grid-center.grid-home-padding {
        padding: 0;
    }

    .banner-title {
        position: absolute;
        left: 10%;
        top: 15%;
        width: 45%;
        text-align: left;
    }
}


.section.main-slider {
    margin-top: 50px;
    margin-bottom: 80px;
}

.index-head-title {
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.1;
}

.section.main-slider .slick-slider {
    position: relative;
}

.index-news-slider .slick-next,
.index-news-slider .slick-prev,
.section.main-slider .slick-slider .slick-next,
.section.main-slider .slick-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

}

.index-news-slider .slick-next,
.section.main-slider .slick-slider .slick-next {
    left: auto;
    right: 0;
}

.section.index-product-slider .slick-list {
    overflow: initial;
    width: 90%;
    margin: 0 auto;
}

.section.index-product-slider .slick-initialized .slick-slide {
    display: flex;
    color: #7B7B7B;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.section.index-product-slider .slick-initialized .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.section.index-product-slider .slick-initialized .slick-slide.slick-current.slick-active+.slick-slide,
.section.index-product-slider .slick-initialized .slick-slide.slick-current.slick-active+.slick-slide+.slick-slide {
    opacity: 0.35;
}

.section.index-product-slider .desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 60.2px;
}

.section.main-slider a {
    color: #7B7B7B;
}

.section.main-slider .slick-initialized .slick-slide:hover h4 {
    color: #e82d00
}

.section.main-slider .product-card {
    display: flex;
}

.section.main-slider .product-card>figure {
    width: 60%;
    text-align: center;
}

.section.main-slider .product-card>figure img {
    margin: 0 auto;
}

.section.main-slider .product-card>article {
    width: 40%;
}

.section.main-news .grid-center.grid-slider-padding,
.section.main-slider .grid-center.grid-slider-padding {
    width: 100%;
    padding: 0 2%;
}


@media (max-width:1400px) {
    .product-card>article>h4 {
        font-size: 25px;
    }

    .index-head-title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width:1200px) {
    .section.main-slider {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .section.main-slider .product-card>article>h4 {
        font-size: 25px;
    }

    .section.main-slider .product-card>figure {
        width: 50%;
    }

    .section.main-slider .product-card>article {
        width: 50%;
    }

    .section.main-slider .slick-list {
        overflow: hidden;
    }

    .index-head-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width:599px) {
    .section.main-slider .ui.grid {
        margin: 0;
    }

    .section.main-slider {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .index-head-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .main-slider .product-card>article {
        padding: 0px 15px 0px;
    }

    .section.main-slider .product-card>figure {
        width: 40%;
    }

    .section.main-slider .product-card>article {
        width: 60%;
    }

    .section.main-slider .product-card>article>h4 {
        font-size: 20px;
    }

}

@media (max-width:450px) {
    .section.main-slider {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .section.main-slider .product-card {
        flex-wrap: wrap;
    }

    .section.main-slider .product-card>figure {
        width: 100%;
    }

    .section.main-slider .product-card>article {
        width: 100%;
    }

    .main-slider .product-card>article {
        padding: 0px;
    }
}


.index-news-slider .slick-next,
.index-news-slider .slick-prev,
.section.main-slider .slick-next,
.section.main-slider .slick-prev {
    background: none;
}

.index-news-slider .slick-next:before,
.section.main-slider .slick-next:before {
    content: "\f105";
    font-family: "fontawesome";
    font-size: 60px;
    color: #101010;
}

.index-news-slider .slick-prev:before,
.section.main-slider .slick-prev:before {
    content: "\f104";
    font-family: "fontawesome";
    font-size: 60px;
    color: #101010;
}

@media (max-width:599px) {

    .index-news-slider .slick-next:before,
    .section.main-slider .slick-next:before {

        font-size: 40px;
    }

    .index-news-slider .slick-prev:before,
    .section.main-slider .slick-prev:before {

        font-size: 40px;
    }
}

.section.main-news {
    margin: 0;
    padding-top: 130px;
    padding-bottom: 150px;

}

.section.main-news .index-head-title {
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.section.main-news .grid-slider-padding {
    position: relative;
    z-index: 2;
}

.section.main-news .slick-list {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 60px 0;
}

.section.main-news .news-row {
    margin: 15px 35px;
    display: block;
}

.section.main-news .slick-slide {
    position: relative;
}

.section.main-news .slick-slide::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #707070;
}

.section.main-news .slick-slide.slick-current::before {
    display: none;
}

.main-news_bg {
    background: url(../images/index/index-news-bg.jpg);
    width: 100%;
    height: 490px;
    position: absolute;
    top: 0;

}

.btn-box {
    margin-top: 30px;
    color: #101010;
    padding: 0 5px 2px;
    border-bottom: 1px solid #101010;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.news-row:hover .btn-box {
    color: #e82d00;
    border-bottom: 1px solid #e82d00;

}

.section.main-news .ui.grid .news-row:hover .news-year {
    color: #e82d00;
}

@media (max-width:1500px) {
    .section.main-news {
        padding-top: 100px;
    }

    .main-news_bg {
        height: 430px;
    }

}

@media (max-width:1200px) {
    .section.main-news {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .main-news_bg {
        height: 320px;
    }

    .section.main-news .slick-list {
        padding: 35px 0;
    }

    .section.main-news .news-row {
        margin: 10px 25px;
    }

}

@media (max-width:991px) {
    .section.main-news {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

@media (max-width:599px) {
    .section.main-news {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .main-news_bg {
        height: 280px;
    }
}

/*footer*/

footer .ui.grid>.column .title {
    font-size: 18px;
    font-weight: bold;
    color: #e82d00
}

footer .ui.grid>.column .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

footer .contact {
    font-size: 15px;
    color: #CFCFCF;
}

@media (min-width: 1200px) {
    .qrcode-column {
        text-align: right;
    }
}

@media (max-width: 1200px) {

    footer .ui.grid>.column .title {
        font-size: 15px;
    }

    footer .ui.grid>.column .name {
        font-size: 16px;
        margin-bottom: 5px;
    }

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

/*�折�*/
.min-height {
    padding-top: 72px;
    background: #F0EEEC;
}

@media (max-width:599px) {
    .min-height {
        padding-top: 56px;
    }
}

.section {
    margin-top: 30px;
    margin-bottom: 0px;
}

.ui.breadcrumb {
    text-align: right;
    display: block;
}

.ui.breadcrumb .active.section {
    color: #e82d00;
    font-weight: normal;
}

.ui.grid>.row>.column.pro-category {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.pro-category article>span {
    font-size: 28px;
    line-height: 1.2;
}

.pro-category .product-list-card {
    display: flex;
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro-category .product-list-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pro-category .product-list-card figure {
    padding: 15px 20px;
    margin: 0;
    width: 40%;
    display: flex;
    align-items: center;
}

.pro-category .product-list-card figure img {
    max-width: 100%;
}

.pro-category .pro-category a article>span {
    color: #101010;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-bottom: 10px;
}

.pro-category article {
    padding: 30px 30px 30px 0;
    width: 60%;
}

.pro-category a article .desc {
    color: #7B7B7B;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 60.2px;
}

.pro-category a:hover article>span {
    color: #e82d00;
}

.pro-category a .btn-box {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro-category a:hover .btn-box {
    color: #e82d00;
    border-bottom: 1px solid #e82d00;
}


.align-center {
    margin-top: 30px;
    padding-bottom: 80px;
}

.ui.basic.button.syk-button.-main {
    background: #e82d00 !important;
    border: 0;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ui.basic.button.syk-button.-main:hover {
    background: #ac0d0d !important;
}

@media (max-width: 1200px) {
    .pro-category article>span {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .pro-category article>span {
        font-size: 25px;
    }

    .pro-category .product-list-card {
        width: 100%;
        margin: 0 1rem 2rem;

    }
}

@media (max-width: 599px) {
    .pro-category article>span {
        font-size: 20px;
    }

    .pro-category .product-list-card {
        width: 100%;
        margin: 0 1.5rem 2rem;

    }

    .section+.section {
        margin-top: 0;
    }

    .align-center {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {

    .pro-category .product-list-card figure {
        width: 100%;
    }

    .pro-category article {
        width: 100%;
    }
}

.ui.grid>.row>.column.nine {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 0;
}

.nine .product-list-card {
    width: calc(100% / 3 - 2rem);
    margin: 0 1rem 2rem;
    background: #fff;
    border-radius: 5px;
    color: #101010;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media (max-width:599px) {
    .ui.grid>.row>.column.nine {
        padding: 0 1rem;
    }

    .nine .product-list-card {
        width: calc(100% / 2 - 1rem);
        margin: 0 .5rem 1.5rem;
    }
}

/* @media (max-width:450px) {
.ui.grid>.row>.column.nine{
padding: 0 1.5rem;
}
.nine .product-list-card{
width: 100%;
margin: 0 0 1.5rem;
}
} */


.nine .product-list-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.nine .product-list-card figure {
    padding: 15px 20px;
    margin: 0;
    text-align: center;
}

.nine .product-list-card figure img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 100%;
}

.nine .product-list-card:hover figure img {
    transform: scale(1.05);
}

.nine .product-list-card article {
    padding: 10px 20px;
}

.nine .product-list-card article>span {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width:450px) {
    .nine .product-list-card article>span {
        font-size: 20px;
    }
}

.nine .product-list-card:hover article>span {
    color: #e82d00
}

.nine .product-list-card article .desc {
    color: #7B7B7B;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 40.2px;
}

.accordion.attachment {
    border-left: 1px solid #C1C1C1;
}

.list-item-pd {
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
}

.accordion.attachment>.content {
    position: relative;
}

.accordion.attachment>.content::before,
.list-item-pd::before {
    content: '';
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e82d00;
    opacity: 0;
}

.accordion .content.active,
.accordion .content.isactive {
    margin-top: 0;
    padding: 0;
}

.accordion.attachment>.list-item-pd:hover,
.accordion.attachment>.list-item-pd.active {
    color: #e82d00
}

.accordion.attachment>.list-item-pd.active::before,
.accordion.attachment>.content.isactive:before {
    opacity: 1;
}

.accordion .content .list-item-pd {
    padding: 8px 20px 8px 58px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
}

.accordion .content .list-item-pd.active::first-letter,
.accordion .content .list-item-pd:hover::first-letter {
    color: #e82d00
}

.accordion .content .list-item-pd::before {
    content: "";
    width: 8px;
    height: 1px;
    background: #C1C1C1;
    opacity: 1;
    display: block;
    position: absolute;
    transform: translate(32px, 17px) rotate(40deg);
    opacity: 0;
}

.accordion .content .list-item-pd.active::before {
    opacity: 1;
    background: #e82d00;
}

.accordion .content .list-item-pd::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #C1C1C1;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.accordion .content .list-item-pd.active::after {
    background: #e82d00;
}

@media (max-width:1200px) {
    .list-item-pd {
        font-size: 18px;
    }

    .accordion .content .list-item-pd {
        font-size: 16px;
    }
}

/*�𤩎��閰喟敦��*/

.four>.list-item-pd {
    border-left: 1px solid #C1C1C1;
}

.four>.list-item-pd.active {
    color: #e82d00;
}

.product-info {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin: 0 1rem;
}

@media (max-width:599px) {
    .product-info {
        margin: 30px 0 0px;
    }

}

.order-tab-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
}

@media (max-width:599px) {
    .order-tab-wrap {
        padding: 20px 10px;
    }

}

.ui.accordion .title.order-tab {
    background: #e82d00;
    padding: 8px 30px;
    border-bottom: 0;
    position: relative;
}

@media (max-width:599px) {
    .ui.accordion .title.order-tab {
        padding: 8px 20px;
    }
}

.ui.accordion .title.order-tab::after {
    content: "\f107";
    font-family: 'fontawesome';
    color: #fff;
    font-size: 30px;
}

.ui.accordion .title.order-tab.active::after {
    content: "\f106";
}

.ui.accordion .title.order-tab>span {
    color: #fff;
    font-size: 25px;
}

@media (max-width:599px) {
    .ui.accordion .title.order-tab>span {
        font-size: 18px;
    }

    .ui.accordion .title.order-tab::after {
        font-size: 20px;
    }
}

.ui.form .inline.fields {
    padding: 8px 20px;
}

.order-tab-wrap .price-box,
.order-tab-wrap .radio-boxs {
    border: 0;
}

.order-tab-wrap .ui.form.radio-boxs+.ui.form.radio-boxs {
    background: #F9F9F9;
}


.ui.form.radio-boxs-2 .inline.fields {
    margin: 0;
    padding: 10px 20px;
}

.price-box {
    padding: 0;
}

.price-box {
    margin-top: 20px;
}

.price-row>.note {
    margin-top: 0;
}

.price-row>.note>a {
    color: #e82d00;

}

.price-row>.note>a:hover {
    color: #ac0d0d;
}

.order-tab-wrap .ui.basic.button.syk-button.-large {
    width: 100%;
    max-width: 100%;
    background: #7B7B7B !important;
    font-size: 20px;
    text-transform: capitalize;
}

.order-tab-wrap .ui.basic.button.syk-button.-large:hover {
    background: #e82d00 !important;
}

.price-row {
    padding: 0 20px;
    margin-bottom: 20px;
}

.nav-mobile .ui.accordion .fa {
    color: #e82d00;
    font-size: 25px;
    padding: 0;
}

.min-height.-activity .section.main-slider {
    margin-bottom: 0px;
    padding-bottom: 80px
}

@media (max-width: 1200px) {
    .min-height.-activity .section.main-slider {
        margin-bottom: 0px;
        padding-bottom: 50px
    }
}

@media (max-width: 599px) {
    .min-height.-activity .section.main-slider {
        margin-bottom: 0px;
        padding-bottom: 30px
    }
}

@media (max-width: 450px) {
    .min-height.-activity .section.main-slider {
        margin-bottom: 0px;
        padding-bottom: 20px
    }
}

.comm-slick {
    margin-top: 50px;
}

.comm-slick .slick-next,
.comm-slick .slick-prev,
.section.main-slider .comm-slick .slick-next,
.section.main-slider .comm-slick .slick-prev {
    border: 1px solid #000;
    top: -25px;
}

.comm-slick .slick-prev,
.section.main-slider .comm-slick .slick-prev {
    left: 10px;
}

.comm-slick .slick-next,
.section.main-slider .comm-slick .slick-next {
    left: 70px;
    right: auto;
}

.comm-slick .slick-next:before,
.comm-slick .slick-prev:before,
.section.main-slider .comm-slick .slick-next:before,
.section.main-slider .comm-slick .slick-prev:before {
    font-size: 35px;
    line-height: 1;
}