* {
    box-sizing: border-box;
}

.page-template-overview {
    margin: 0;
}

.page-template-overview .overview-top .overview-sidebar,
.overview-left {
    width: 25%;
    float: left;
}

.page-template-overview .overview-top .overview-sidebar {
    padding: 20px 108px 0 0;
}

.overview-left {
    padding: 0 10px 0 0;
}

.overview-left-content h3 {
    color: #fff;
}

.page-template-overview .overview-top .overview-description,
.overview-right {
    width: 75%;
    float: left;
}

.overview-right {
    padding: 0 0 0 10px;
}

.page-template-overview .overview-top {
    /*border-bottom: 1px solid #0075C9;*/
    float: left;
    margin: 70px 0 0;
    padding: 0 0 20px 0;
}

.overview-description .entry-content p {
    font-weight: 300;
    line-height: 30px;
}

.relative {
    position: relative;
}

.section-banner-overview {
    float: left;
    width: 100%;
    clear: both;
    padding: 63px 0 0;
}

.overview-left-content {
    background: #0075C9;
    padding: 30px;
}

.overview-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.overview-hero-content h3 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 58px;
}

.overview-hero-content h3 span {
    font-weight: 500;
}

.overview-hero-content h3 span>span {
    font-weight: 900;
}

.more-link.btn {
    padding: 15px 37px;
}

.overview-hero-content {
    padding: 167px 75px 52px;
}

.hide_download .file-pfd {
    display: none;
}

.has-line {
    max-width: 1340px;
    margin: 0 auto;
    border-bottom: 1px solid #0075C9;
}

.page-template-overview select,
.page-template-overview select:active {
    background: url(../images/select.svg) no-repeat 95% center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.page-template-overview .choose_product select.down {
    background: url(../images/select-down.svg) no-repeat 95% center #fff;
}

.overview-list .slick-arrow {
    position: absolute;
    top: 107px;
    left: 0;
    font-size: 0;
    width: 65px;
    height: 65px;
    background: url(../images/arrow_small.svg) center center no-repeat;
    border: none;
    z-index: 2;
    background-color: #808080;
    cursor: pointer;
}

.overview-list .slick-next {
    left: 75px;
}

.choose_product .btn:hover {
    background-color: #00AEEF;
}

.overview-list .slick-arrow:hover {
    background-color: #0075C9;
}

.overview-bottom {
    clear: both;
}

.overview-bottom .arrow-down {
    position: static;
    display: inline-block;
    margin: 0 0 6px 10px;
}

.list-product {
    clear: both;
    background: #E9EFF8;
    padding: 140px 0 120px;
    width: 100%;
}

.product-content {
    background-color: #fff;
    border: 5px solid #EAF0F7;
    padding: 30px 0 0 0;
    height: 100%;
}

.element-item:hover .product-content {
    border-color: #0075C9;
}

.count-product {
    position: absolute;
    top: -97px;
}

.cate-name a {
    font-size: 17px;
    color: #575756;
    text-decoration: underline;
}

.cate-name a:hover {
    color: #0075C9;
}

.button.is-checked {
    color: white;
}

.button:active {
    box-shadow: none;
}

.list-product .tab-content .tab {
    position: relative;
}


/* ---- button-group ---- */

.button-group {
    margin-bottom: 75px;
    border-bottom: 1px solid #0075C9;
    margin-top: 63px;
    float: left;
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button:active,
.button-group .button.is-checked {
    color: #0075C9;
    border-color: #0075C9;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 19%;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    position: relative;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-bottom: 0;
    padding: 10px 15px 10px 15px;
    align-items: center;
    border-bottom: none;
    background-color: #fff;
    line-height: 28px;
}

.button-group .button:first-child {
    width: 20%;
}

.button-group .button:last-child {
    width: 23%;
}

.is-checked .arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0075C9;
    border-top: none;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.element-item {
    position: relative;
    float: left;
    width: 25%;
    margin: 0;
}

.item-content {
    padding: 0 17px 30px;
}

.img-product {
    text-align: center;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-product img {
    display: block;
    margin: 0 auto;
}

.product-excerpt p {
    font-size: 17px;
    font-weight: 300;
    color: #575756;
    margin-bottom: 37px;
    min-height: 87px;
}

.product-content h3.product-title {
    margin-bottom: 11px;
}

.product-content .more-product {
    font-size: 20px;
    font-weight: 500;
    color: #0075C9;
}

.product-content .more-product:hover {
    text-decoration: underline;
}

.overview-description h1 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 50px;
    line-height: 60px;
}

.section-banner-overview .overview-left-content {
    height: 410px;
}

.overview-sidebar .plus,
.overview-sidebar .arrow-cate {
    line-height: 38px;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.nav-links .category_has_child:not(.current_page_parent) ul.children {
    display: none;
}

.nav-links .category_has_child.active ul.children {
    display: block;
    margin-bottom: 0;
}

.nav-links ul.children li a {
    line-height: 25px;
    padding-bottom: 5px;
    display: inline-block;
}

.overview-sidebar .active .arrow-cate:after {
    content: "_";
    font-size: 20px;
    font-weight: 300;
    color: #0075C9;
    top: -7px;
    position: relative;
}

.overview-sidebar .arrow-cate:after {
    content: "+";
    font-weight: 300;
    font-size: 20px;
}

.category_has_child {
    position: relative;
}

.children {
    display: flex;
    flex-flow: row wrap;
}

.product-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.page-template-overview .site-content {
    clear: both;
}

.page-template-overview .site-footer,
.page-template-overview .section-directory,
.tax-xypex_product_tax .section-directory,
.tax-xypex_product_tax .site-footer {
    clear: both;
}

.page-template-overview .sidebar-mobile {
    display: none;
}

.tax-xypex_product_tax .nav-links .page_item.active>a {
    color: #0075C9;
    font-weight: 700;
}

.tax-xypex_product_tax .overview-top {
    float: left;
    margin: 70px 0 0;
    padding: 0 0 90px 0;
    width: 100%;
}

.tax-xypex_product_tax .overview-sidebar {
    padding: 20px 108px 0 0;
    width: 25%;
    float: left;
}

.tax-xypex_product_tax .overview-top .overview-description {
    width: 75%;
    float: left;
}

.tax-xypex_product_tax .archive-description h1 {
    font-size: 50px;
    line-height: 60px;
}

.tax-xypex_product_tax .page-header a {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #00AEEF;
    color: #fff;
    padding: 12px 43px 12px 27px;
    position: relative;
    margin: 17px 0 0;
}

.tax-xypex_product_tax .page-header a svg {
    position: absolute;
    top: 18px;
    right: 17px;
}

.tax-xypex_product_tax .page-header a:hover {
    background-color: #0075C9;
}

.item-content-category .title {
    margin: 0 0 30px 0;
}

.tax-xypex_product_tax .overview-description .item-content-category p {
    font-size: 20px;
    line-height: 34px;
}

.tax-xypex_product_tax .item-content-category a {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.tax-xypex_product_tax .item-content-category a:hover {
    text-decoration: underline;
}

.list-data-bottom>span.btn-safety {
    padding: 15px 40px;
}

.list-data-bottom>span {
    display: inline-block;
    padding: 15px 32px 15px;
    background: #0075C9;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    min-width: 205px;
    text-align: center;
}

.list-data-bottom {
    display: inline-block;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
}

.tax-xypex_product_tax header.page-header {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #0075C9;
}

.list-item-tax .item-wrapper {
    border-bottom: 1px solid #0075C9;
    margin: 52px 0 0 0;
    padding: 0px 0 47px 0;
    float: left;
    width: 100%;
    clear: both;
}

.item-content-category {
    max-width: 575px;
    float: right;
    width: 100%;
}

.item-image {
    display: inline-block;
    text-align: center;
    width: calc(100% - 575px);
}

.item-bottom {
    margin: 47px 0 0;
    position: relative;
}

.list-data-bottom.active .bg-fixed {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.list-data-bottom.active>span,
.data-list {
    position: relative;
    z-index: 10;
}

.list-data-bottom.active .data-list {
    transform: translateY(0);
    opacity: 1;
    height: auto;
}

.data-list {
    opacity: 0;
    position: absolute;
    transform: translateY(10px);
    z-index: 10;
    background: #fff;
    width: 477px;
    left: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.list-data-bottom.active .data-list {
    padding: 8px 30px;
}

.data-list span a span {
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.list-item:last-child {
    border: none;
}

.list-item {
    border-bottom: 1px solid #CCCCCC;
    padding: 24px 5px 20px;
}

.list-item span.name {
    width: 343px;
    font-size: 20px;
}

.list-item span.view {
    width: 100px;
}

.list-item span {
    display: inline-block;
}

.tax-xypex_product_tax .item-content-category .list-item a:hover svg {
    fill: #0075C9;
    text-decoration: none;
}

.tax-xypex_product_tax .item-content-category .list-item a:hover {
    text-decoration: none;
}

.tax-xypex_product_tax .item-content-category .list-item a:hover span {
    color: #0075C9;
}

.list-data-bottom.active {
    cursor: inherit;
}

.tax-xypex_product_tax .sidebar-mobile {
    display: none;
}

.archive-description p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.list-data-bottom.active svg {
    transform: rotate(180deg);
}

.list-data-bottom.active .file-pfd svg {
    transform: initial;
}

.single-xypex_product .nav-breadcrumb {
    max-width: 1380px;
    padding: 18px 0 70px 0;
    margin: auto;
}

.single-xypex_product .wrapper-ss-1 {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-ss-1 .overview-sidebar {
    padding: 20px 108px 0 0;
    width: 25%;
}

.wrapper-ss-1 .overview-description {
    width: 75%;
}

.wrapper-ss-1 h1 {
    display: inline-block;
}

.wrapper-ss-1 .button {
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    background-color: #9A2617;
    color: #fff;
    padding: 15px 25px;
}

.wrapper-ss-1 .button:hover {
    background-color: #c1101e !important;
}

.wrapper-ss-1 .button svg {
    display: none;
}

.wrapper-ss-1 .tab-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
    border-bottom: 1px solid #0075C9;
}

.wrapper-ss-1 .tab-head .tab {
    width: auto;
    padding: 10px 30px 5px 25px;
}

.wrapper-ss-1 .tab-head .tab>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-ss-1 .tab-head .tab.all {
    padding: 10px 44px 5px 36px
}

.wrapper-ss-1 .page-header {
    margin: 0 0 39px 0;
    padding: 0;
}

.wrapper-ss-1 .tab-content {
    margin: 50px 0 0 0;
}

.wrapper-ss-1 .item-bottom {
    margin: 50px 0 45px 0;
}

.wrapper-ss-1 .section-banner {
    padding: 30px 0 0 55px;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wrapper-ss-1 .img-banner img {
    float: left;
    padding: 0 80px 0 0;
}

.wrapper-ss-1 .text-banner {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    max-width: 410px;
}

.section-bottom .section2-about-xypex .col-left h3.title-ss2 {
    padding-bottom: 20px
}

.section-3 h3 {
    margin: 0 0 35px 0;
}

.section-bottom .section2-about-xypex {
    padding: 82px 0 126px 0;
    margin-top: 95px;
}

.section-bottom .section-3 .section_3_top {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #808080;
    margin: 0 -15px;
}

.section-3 .section_3_top .col-left {
    width: 42%;
    padding: 0 15px;
}

.section-3 .section_3_top .col-right {
    width: 58%;
    text-align: left;
    padding: 0 15px;
}

.section-3 .section_3_top .col-right ul {
    padding: 0 0 0 20px;
}

.section_3_top {
    padding: 100px 0 61px 0;
}

.text-banner li {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    margin: 0 0 5px 0;
}


/* .col-left .text-banner li {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    list-style: none;
    position: relative;
    margin: 0 0 20px 0;
    max-width: 380px;
}
.col-left .text-banner li:before {
    width: 26px;
    height: 24px;
    content: "";
    background: url(../images/icon_li.svg) no-repeat left top;
    position: absolute;
    left: -40px;
    top: 5px;
    background-size: cover;
} */

.section_3_bottom .ss-col-3 {
    width: 33.333%;
}

.section_3_bottom .ss-col-3.ss-center {
    /* padding: 0 30px 0 0;*/
}

.section_3_bottom .ss-col-3 h3 {
    margin: 0;
}

.section_3_bottom {
    display: flex;
    padding: 50px 0 70px 0;
    border-bottom: 1px solid #808080;
}

.section-bottom .section4-about-xypex {
    padding: 83px 0 0 0;
}

.section-bottom .section4-about-xypex .inner-bottom {
    margin: 58px 0 0 0;
}

.section-bottom .section4-about-xypex .inner-bottom .col-left {
    width: 36%;
}

.section-bottom .section4-about-xypex .inner-bottom .col-right {
    width: 64%;
    padding: 0 0 0 35px;
}

.section-bottom .section4-about-xypex .inner-bottom .slides-numbers {
    padding: 11px 0 0 0;
    padding-right: calc((100vw - 1378px)/2);
}

.section-bottom .section4-about-xypex .inner-bottom span.above-title {
    padding: 35px 0 34px 0;
}

.section-bottom .section4-about-xypex .inner-top h3.title-projects {
    padding-bottom: 10px
}

.sidebar-mobile {
    display: none;
}

.section-warranty {
    padding: 67px 0 70px;
}

.section-warranty a.button:hover,
.list-data-bottom>span:hover {
    background: #00AEEF;
}

.wrapper-ss-1 .button:hover {
    background: #0075C9;
}

.section-warranty a.button {
    color: #fff;
    background: #0075C9;
    display: inline-block;
    font-weight: 500;
    padding: 8px 83px;
}

.section-warranty .col-right a.button:last-child {
    padding: 8px 89px;
    float: right;
    margin-left: 25px;
}

.section-warranty .row {
    display: flex;
}

.section-warranty .col-left,
.section-warranty .col-right {
    width: 50%;
}

.section-warranty .col-right {
    text-align: right;
}

.section-warranty h3.title-projects {
    margin: 0;
}

.overview-sidebar .nav-links .page_item.active>a {
    color: #0075C9;
    font-weight: 700;
    line-height: 1.15;
    padding: 10px 15px 10px 0;
    display: block;
}

.overview-sidebar .children .active a,
.overview-sidebar .children .active:before {
    color: #0075C9;
}

.bg-mobile,
.section-3 .accordion-item-1 h3 .arrow-sub {
    display: none;
}

.img-mobile {
    position: absolute;
    right: 80px;
    bottom: 0;
}

.img-mobile {
    float: left;
}

.single-xypex_product .tech-notes h3.title-ss2 {
    margin: 68px 0 35px 0;
}

.single-xypex_product .tech-notes h3.title-ss2.title-application {
    margin: 83px 0 35px 0;
}

.single-xypex_product .arrow-sub svg {
    opacity: 1;
}

.single-xypex_product .technote-content .tech-notes {
    margin: 0;
}

.single-xypex_product .coating .tech-notes .tech-notes .title-ss2 {
    display: none;
}

.single-xypex_product .coating .title-ss2.title-application {
    display: block;
}

.product-tittle {
    color: #575756;
}

.product-tittle:hover {
    color: #0075C9;
}

.page-template-overview .page-header,
.page-template-overview .entry-header {
    padding: 0;
}

.choose_product>* {
    width: 100%;
}

.choose_product select {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
    background-color: #f5f5f5;
    border: 1px solid #808080;
}

form.choose_product {
    margin: 38px 0 0 0;
}

.choose_product .btn {
    text-transform: uppercase;
    text-align: center;
    margin: 8px 0 0 0;
}

.section_3_bottom .ss-col-3 {
    padding: 0 20px;
}


/*.overview-top .about-xypex .row {
    margin: 0 -10px;
}*/

.tax-xypex_product_tax .list-data-brochure {
    margin-top: 20px;
}

body.loading-projects {
    position: relative;
}

body.loading-projects:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    background: rgb(0 0 0 / 50%);
    z-index: 9;
}

body.loading-projects:before {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 3px solid #969696;
    border-top-color: #000000;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
    position: fixed;
    left: 50%;
    top: 50vh;
    z-index: 9;
    opacity: 1;
}

.overview_list_icon_content {
    display: flex;
    flex-wrap: wrap;
}

.overview_list_icon_content .round-icon>* {
    width: 2.5em;
    height: 2.5em;
}

.overview_list_icon_content .round-icon path .leftimg-banner img {
    display: table;
    margin: auto;
}

.leftimg-banner {
    margin-bottom: 30px;
}

.overview_list_icon_content h3 {
    font-weight: 500;
}

.overview_list_icon_content .content a {
    font-weight: 700;
}

.overview_list_icon_content .item:nth-child(1) {
    padding-top: 20px;
    border-top: 1px solid #0075C9;
    border-bottom: none;
}

.overview_list_icon_content .item:nth-child(2) {
    border-top: none;
    border-bottom: 1px solid #0075C9;
    padding-top: 20px;
    margin-bottom: 20px;
}

.overview_list_icon_content .item {
    width: 100%;
}

@media (min-width: 1024px) {
    .overview_list_icon_content {
        margin: 0 -10px;
    }
    .overview_list_icon_content .item {
        padding: 0 10px;
    }
    .overview_list_icon_content>* {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .overview_list_icon_content .item:nth-child(1),
    .overview_list_icon_content .item:nth-child(2) {
        border-top: 1px solid #0075C9;
        border-bottom: 1px solid #0075C9;
        padding-top: 20px;
    }
    .overview_list_icon_content .item:nth-child(1) {
        width: 66.66%;
    }
    .overview_list_icon_content .item:nth-child(2) {
        width: 33.33%;
    }
    .overview_list_icon_content .item:nth-child(3),
    .overview_list_icon_content .item:nth-child(4),
    .overview_list_icon_content .item:nth-child(5) {
        width: 33.33%;
    }
    .overview_list_icon_content .item:nth-child(3) h3,
    .overview_list_icon_content .item:nth-child(4) h3,
    .overview_list_icon_content .item:nth-child(5) h3,
    .overview_list_icon_content .item:nth-child(6) h3,
    .overview_list_icon_content .item:nth-child(7) h3,
    .overview_list_icon_content .item:nth-child(8) h3 {
        font-size: 22px;
        color: #575756;
    }
}

@media (max-width: 1366px) {
    .page-template-overview .overview-top .overview-sidebar,
    .tax-xypex_product_tax .overview-sidebar,
    .wrapper-ss-1 .overview-sidebar {
        padding: 20px 50px 0 0;
    }
    .button-group .button {
        font-size: 18px;
    }
    .wrapper-ss-1 .tab-head .tab {
        width: auto;
        padding: 10px 22px 5px 18px;
    }
    .wrapper-ss-1 .tab-head .tab.all {
        padding: 10px 30px 5px 22px;
    }
    .section-banner-overview .overview-left-content h3 {
        font-size: 27px;
    }
}

@media (max-width: 1199px) {
    .tax-xypex_product_tax .list-data-brochure {
        margin-top: 0;
    }
    .page-template-overview .overview-left-content {
        padding: 30px 10px;
    }
    .wrapper-ss-1 .img-banner img {
        padding: 0;
        width: 80%;
    }
    .wrapper-ss-1 .tab-head .tab,
    .wrapper-ss-1 .tab-head .tab.all {
        padding: 10px 11px 5px 11px;
    }
    .wrapper-ss-1 .tab-head .tab>div {
        font-size: 16px;
    }
    .section-3 .section_3_top .col-right,
    .section-3 .section_3_top .col-left {
        width: 50%;
    }
    .section-warranty a.button,
    .section-warranty .col-right a.button:last-child {
        width: 270px;
        padding: 8px 0;
        text-align: center;
        margin: 0 0 15px 0
    }
    .section-bottom .section-3 .section_3_top {
        margin: 0 -15px;
    }
    .section_3_bottom .ss-col-3.ss-center,
    .section-3 .section_3_top .col-left,
    .section-3 .section_3_top .col-right {
        padding: 0 15px
    }
    .button-group .button:last-child {
        width: 26%;
    }
    .button-group .button {
        width: 18%;
    }
    .item-image {
        width: 100%;
    }
    .item-content-category {
        width: 100%;
        max-width: 100%;
    }
    .page-template-overview .tab-content .tab h3 {
        font-size: 26px;
    }
    .element-item {
        width: 33.3333%;
    }
    .page-template-overview .nav-links .page_item a,
    .tax-xypex_product_tax .nav-links .page_item a {
        font-size: 18px;
    }
    .list-data-bottom>span.btn-safety,
    .list-data-bottom>span {
        padding: 15px 25px;
    }
    .section2-about-xypex .col-right,
    .section2-about-xypex .col-left {
        width: 100%;
        order: 1;
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .tax-xypex_product_tax .list-data-brochure {
        margin-top: 20px;
    }
    .product-tittle,
    .page-template-overview .tab-content .tab h3 {
        font-size: 30px;
    }
    .wrapper-ss-1 .list-data-bottom {
        /* display: block; */
        margin: 0 0 20px 0;
        cursor: pointer;
    }
    .wrapper-ss-1 .data-list {
        width: 100%;
    }
    .wrapper-ss-1 .list-data-bottom.active .data-list {
        padding: 8px 10px;
    }
    .list-item span {
        text-align: left;
        font-size: 20px;
    }
    .list-item span.name {
        width: 35%;
        float: left;
    }
    .list-item {
        text-align: right;
        display: flex;
        justify-content: space-between;
    }
    .list-data-bottom>span,
    .list-data-bottom>span.btn-safety {
        display: flex;
        width: 207px;
        padding: 15px;
        text-align: center;
        justify-content: space-between;
        align-items: center;
    }
    .wrapper-ss-1 .tab-head .tab,
    .wrapper-ss-1 .tab-head .tab.all {
        padding: 10px 0 5px 0;
    }
    .wrapper-ss-1 .tab-head .tab:last-child {
        border-bottom: 1px solid #808080;
    }
    .wrapper-ss-1 .tab-head .tab.active:last-child {
        border-color: #0075C9;
    }
    .wrapper-ss-1 .tab-head {
        display: block;
        border-bottom: none;
    }
    .wrapper-ss-1 .section-banner {
        padding: 30px 30px 0 30px;
        flex-wrap: wrap;
    }
    .img-banner {
        margin: 30px 0 0;
    }
    .wrapper-ss-1 .tab-head .tab {
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .wrapper-ss-1 .tab-head .tab.active {
        border-color: #0075C9;
        border: none;
        border-bottom: 1px solid;
    }
    .wrapper-ss-1 .tab-head .tab.active>div {
        border: 1px solid #0075C9;
        border-bottom: none;
    }
    .wrapper-ss-1 .tab-head .tab>div {
        justify-content: space-between;
        padding: 10px 10px 0 10px;
    }
    .wrapper-ss-1 .tab-head .tab {
        margin: 0;
        display: block;
        padding: 10px 0;
    }
    .wrapper-ss-1 .tab-head .tab>div {
        justify-content: space-between;
    }
    .page-template-overview .overview-top,
    .tax-xypex_product_tax .overview-top {
        margin: 50px 0 0;
        padding: 0 0 30px 0;
    }
    .page-template-overview .overview-top .overview-sidebar,
    .overview-left,
    .tax-xypex_product_tax .overview-sidebar,
    .wrapper-ss-1 .overview-sidebar {
        width: 30%;
        padding: 20px 20px 0 0;
    }
    .overview-description .entry-content p,
    .archive-description p {
        line-height: 1.7;
    }
    .overview-left-content {
        padding: 20px;
    }
    .overview-left-content h3 {
        color: #fff;
        font-size: 20px;
    }
    .single-xypex_product .nav-breadcrumb {
        padding: 18px 0 50px 0;
    }
    .button-group .button:last-child {
        width: 32%;
    }
    .button-group .button {
        width: 16%;
        font-size: 14px;
    }
    .button-group {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .element-item {
        width: 50%;
    }
    .overview-left {
        padding: 0;
    }
    .overview-bottom .arrow-down {
        margin: 0 0 3px 5px;
    }
    .page-template-overview .overview-top .overview-description,
    .overview-right,
    .tax-xypex_product_tax .overview-top .overview-description,
    .wrapper-ss-1 .overview-description {
        width: 70%;
    }
    .overview-hero-content {
        padding: 125px 30px 62px;
        height: 410px;
    }
    .page-template-overview .nav-links .page_item a,
    .tax-xypex_product_tax .nav-links .page_item a {
        font-size: 18px;
    }
    .choose_product select {
        padding: 15px 20px;
    }
    .section-banner-overview .overview-left-content h3 {
        font-size: 25px;
    }
    .choose_product .btn {
        font-size: 20px;
        padding: 15px 30px;
    }
    .overview-hero-content h3 {
        font-size: 30px;
    }
    .more-link.btn {
        font-size: 20px;
    }
    .overview-list .slick-next {
        left: 60px;
    }
    .overview-list .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .overview-description h1 {
        display: block;
    }
    .wrapper-ss-1 .button {
        float: none;
        font-size: 0.9em;
        padding: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .single-xypex_product .content-ss1 {
        font-size: 30px;
    }
    .single-xypex_product .text-banner {
        font-size: 20px;
    }
    .button-group .button {
        flex: 1;
        line-height: 1;
    }
}

@media (max-width: 880px) {
    .tax-xypex_product_tax .overview-sidebar.sidebar-mobile {
        display: inline-block;
        padding: 0;
        width: 100%;
        margin-top: 50px;
    }
    .tax-xypex_product_tax .overview-top .overview-description {
        width: 100%;
    }
    .tax-xypex_product_tax .overview-sidebar {
        display: none;
    }
    .page-template-overview .sidebar-mobile.overview-top {
        display: block;
        width: 100%;
        margin: 40px 0 20px 0;
    }
    .page-template-overview .sidebar-mobile.overview-top .overview-sidebar {
        display: block;
    }
    .page-template-overview .overview-top .overview-sidebar {
        display: none;
    }
    .page-template-overview .overview-top .overview-sidebar,
    .overview-left {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .page-template-overview .overview-top .overview-description,
    .overview-right,
    .tax-xypex_product_tax .overview-top {
        width: 100%;
        margin: 30px 0 0;
    }
    .wrapper-ss-1 .overview-sidebar,
    .section-3 .text-banner {
        display: none;
    }
    .wrapper-ss-1 .overview-sidebar .sidebar-mobile,
    .section-3 .active .text-banner {
        display: block;
    }
    .wrapper-ss-1 .overview-description {
        width: 100%;
    }
    .sidebar-mobile {
        display: block;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .list-item-tax .item-wrapper {
        padding: 0px 0 0px 0;
    }
    .item-bottom {
        margin: 35px 0 0;
    }
    .section-bottom .section2-about-xypex {
        margin-top: 25px
    }
    .section-bottom .section2-about-xypex .section_3_top .col-right {
        margin: 0;
    }
    .section_3_bottom .row {
        margin: 0 -15px;
    }
    .page-template-overview .overview-top {
        margin: 0;
    }
    .list-product {
        padding: 140px 0 90px;
    }
    .section-bottom .section2-about-xypex .col-left {
        order: 2;
    }
    .section-bottom .section2-about-xypex .col-right {
        margin: 0 0 40px 0;
    }
    .section-bottom .section2-about-xypex {
        padding: 82px 0 70px 0;
    }
    .wrapper-ss-1 .text-banner {
        position: relative;
        width: 50%;
    }
    .section-3 .section_3_top .col-right,
    .section-3 .section_3_top .col-left,
    .section_3_bottom .ss-col-3 {
        width: 100%;
    }
    .section_3_bottom {
        flex-wrap: wrap;
        display: block;
    }
    .wrapper-ss-1 .bg-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
    }
    .wrapper-ss-1 h1 {
        display: block;
    }
    .wrapper-ss-1 .button {
        float: none;
    }
    .single-xypex_product .overview-top>.container {
        padding: 0;
    }
    .single-xypex_product .wrapper-ss-1 {
        margin: 0;
    }
    .wrapper-ss-1 .tab-head,
    .wrapper-ss-1 .page-header,
    .wrapper-ss-1 .tab-head,
    .wrapper-ss-1 .item-bottom,
    .wrapper-ss-1 .content-ss1,
    .tab-content .overview_list_icon_content {
        padding: 0 4.545454545vw;
    }
    .section-3 .accordion-item h3 {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .section-3 .accordion-item .active svg {
        transform: rotate(180deg);
    }
    .bg-mobile,
    .section-3 .accordion-item-1 h3 .arrow-sub {
        display: inline-block;
        pointer-events: none;
    }
    .section-3 .accordion-item-1 h3 .arrow-sub {
        padding-right: 20px;
    }
    .accordion-item-1 {
        border-bottom: 1px solid #808080;
    }
    .section-bottom .section-3 .section_3_top {
        border: none;
    }
    .section_3_bottom {
        padding: 0;
        border-bottom: none;
    }
    .section_3_bottom,
    .section-bottom .section-3 .section_3_top {
        padding: 0 15px;
    }
    .section-bottom .section4-about-xypex .inner-bottom .col-left {
        width: 100%;
        order: 2;
        padding: 0;
    }
    .section-bottom .section4-about-xypex .inner-bottom .container {
        padding-left: 4.545454545vw;
        padding-right: 4.545454545vw;
    }
    .section-bottom .section4-about-xypex .inner-bottom .col-right {
        width: 100%;
        padding: 0;
        margin: -140px 0 0 0;
    }
    .section-bottom .section4-about-xypex .inner-top {
        padding: 0 0 100px 0;
    }
    .section-warranty .row {
        display: flex;
        flex-wrap: wrap;
    }
    .section-warranty .col-left,
    .section-warranty .col-right {
        width: 100%;
    }
    .section-bottom .section4-about-xypex .inner-bottom .col-right ul.list-image-projects li.item {
        padding: 0;
    }
    .section-warranty .col-right {
        text-align: left;
    }
    .section-warranty .col-right {
        text-align: left;
        margin: 30px 0 0;
    }
    .section-warranty a.button,
    .section-warranty .col-right a.button:last-child {
        width: 48%;
    }
    .section_3_bottom .ss-col-3.ss-center,
    .section_3_bottom .ss-col-3,
    .section-3 .section_3_top .col-left,
    .section-3 .section_3_top .col-right {
        padding: 10px 0;
    }
    .section-3 .accordion-item-1 h3 {
        display: flex;
        justify-items: center;
        justify-content: space-between;
        margin: 0;
        cursor: pointer;
    }
    .section-3 {
        padding: 40px 0 0;
    }
    .section-3 .active .text-banner {
        padding: 0 0 10px 0;
    }
    .item-content-category {
        max-width: 100%;
    }
    .col-left .text-banner ul {
        padding-left: 30px;
    }
    .col-left .text-banner li {
        font-size: 20px;
        line-height: 34px;
        margin: 0 0 10px 0;
        max-width: 100%;
    }
    .col-left .text-banner li:before {
        width: 18px;
        height: 17px;
        left: -30px;
        top: 8px;
    }
    .overview-right {
        padding: 0;
    }
    .button-group .button {
        width: 100%;
    }
    .button-group .button:last-child {
        width: 100%;
    }
    .button-group .button:first-child {
        width: 100%;
        display: inline-block;
    }
    .button-group .button:first-child>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .element-item {
        width: 50%;
    }
    .section-banner-overview .overview-left-content {
        height: auto;
    }
    .tax-xypex_product_tax .archive-description h1,
    .overview-description h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .single-xypex_product .technote-content {
        padding: 0 4.545454545vw;
    }
    .button-group .button {
        position: relative;
        padding: 5px 10px 5px 10px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .button-group .button:after {
        position: absolute;
        bottom: -7px;
        content: "";
        width: 100%;
        height: 1px;
        left: 0;
        right: 0;
        background: #808080;
    }
    .button-group .button.active:after {
        background: #0075C9;
    }
    .button-group {
        border: none;
    }
    .wrapper-ss-1 .list-data-bottom.active .data-list {
        background: none;
        padding: 0 4.545454545vw;
    }
    .wrapper-ss-1 .list-data-bottom.active .data-list .list-item {
        background: #fff;
        padding: 24px 10px 19px;
    }
    .page-template-overview .overview-left-content {
        padding: 30px 15px;
    }
    .single-xypex_product .nav-breadcrumb {
        padding: 18px 0 30px 0;
    }
    .list-item span.name {
        width: calc(100% - 160px);
    }
    .list-item span.view {
        width: 100px;
    }
    .list-item span.file-pfd {
        width: 69px;
    }
}

@media (max-width: 639px) {
    .overview-hero-content {
        padding: 165px 20px 62px;
    }
    .overview-hero-content h3 {
        margin-bottom: 50px;
        font-size: 22px;
    }
    .wrapper-ss-1 .text-banner,
    .single-xypex_product .technote-content .accordion-item .tab-title .title {
        width: 100%;
        max-width: 100%;
    }
    .single-xypex_product .technote-content .accordion-item .tab-icon {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0;
    }
    .element-item {
        width: 100%;
    }
    .product-excerpt p {
        margin-bottom: 20px;
        min-height: 0px;
    }
    .img-product {
        height: auto;
        padding-bottom: 15px;
    }
    .page-template-overview .tab-content .tab h3 {
        font-size: 22px;
    }
    .page-template-overview .button-group .button {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    .list-data-bottom {
        display: inline-block;
        margin: 0 0 20px 0;
        clear: both;
        width: 100%;
    }
    .list-data-bottom:last-child {
        margin: 0;
    }
    .list-data-bottom.active .data-list {
        width: 100%;
        padding: 8px;
    }
    .list-data-bottom>span {
        position: relative;
    }
    .list-data-bottom>span,
    .list-data-bottom>span.btn-safety {
        width: 100%;
    }
    .wrapper-ss-1 .list-data-bottom.active .data-list {
        padding: 0;
    }
    .list-data-bottom>span svg {
        position: absolute;
        right: 16px;
        top: 22px;
    }
    .list-item {
        padding: 5px 5px 10px;
        display: flex;
        align-items: center;
    }
    .list-item span.view,
    .list-item span.file-pfd {
        text-align: center;
        width: auto;
    }
}

@media (max-width: 479px) {
    .button-group .button:last-child {
        width: 100%;
    }
    .list-product {
        padding: 80px 0 120px;
    }
    .count-product {
        position: absolute;
        top: -50px;
    }
    .element-item {
        width: 100%;
    }
}


/*  Video CSS Slider Started*/
@media (min-width: 1200px){
.section-bottom .section2-about-xypex .inner-bottom .slides-numbers {
    justify-content: right;
    padding-right: 18px;
    width: 58%;
}
.section-bottom .section2-about-xypex .inner-bottom {
    margin-top: 13px;
    padding-bottom: 40px;
}
}
@media (max-width: 1199px){
.section-bottom .section2-about-xypex .inner-bottom .slides-numbers {
 justify-content: left;
 width: 100%;
}
.section-bottom .section4-about-xypex .inner-bottom {
 margin: 0;
 padding-bottom: 40px;
}
}
@media (max-width: 767px){
.section-bottom .section4-about-xypex .inner-bottom {
 margin: 0;
 padding-bottom: 0;
}
}
/* Video Css slider ended*/