/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
@font-face {
    font-family: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
} */


html {
    scroll-behavior: smooth;
}

body {
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.header-full-width .container {
    width: 90%;
}

.navigation-n101m-16 .header {
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.ftInfo {
}

    .ftInfo h3 {
    }

        .ftInfo h3:before {
        }

    .ftInfo ul {
        list-style: none;
    }

        .ftInfo ul li {
            margin: 0 0 15px;
            padding-left: 30px;
        }

            .ftInfo ul li span {
                text-transform: uppercase;
                font-weight: bold;
            }

            .ftInfo ul li:nth-child(1) {
                background: url(images/f1.png) left center no-repeat;
                display: block;
            }

            .ftInfo ul li:nth-child(2) {
                background: url(images/f2.png) left center no-repeat;
            }

            .ftInfo ul li:nth-child(3) {
                background: url(images/f3.png) left center no-repeat;
            }

.ftSocial {
}

    .ftSocial ul {
        margin: 0;
        list-style: none;
        display: flex;
        gap: 10px;
    }

        .ftSocial ul li {
            margin: 0;
        }

            .ftSocial ul li a {
                display: block;
                width: 35px;
                height: 35px;
                border: 2px solid white;
                border-radius: 50%;
            }

            .ftSocial ul li:nth-child(1) a {
                background: url(images/s4.png) center center no-repeat;
                background-size: 35px;
            }

            .ftSocial ul li:nth-child(2) a {
                background: url(images/s1.png) center center no-repeat;
                background-size: 35px;
            }

            .ftSocial ul li:nth-child(3) a {
                background: url(images/s3.png) center center no-repeat;
                background-size: 35px;
            }

            .ftSocial ul li:nth-child(4) a {
                background: url(images/s2.png) center center no-repeat;
                background-size: 40px;
            }

.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    border-top: 1px solid #666;
}

    .copyright p {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

.aboutInfo {
}

    .aboutInfo p {
        text-align: justify;
    }

    .aboutInfo h2 {
        padding-bottom: 10px;
        position: relative;
        display: block;
        font-size: 32px;
    }

        .aboutInfo h2:after {
            content: "";
            display: block;
            height: 3px;
            width: 40px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            background: #fee400;
            left: 0;
            position: absolute;
            bottom: 0;
            border-radius: .5em;
        }

    .aboutInfo:hover h2:after {
        width: 80px;
    }

.btnDefault {
    background: #004c8f;
}

    .btnDefault span {
    }

.aboutImage .col-inner {
    position: relative;
}

.aboutImage .img-inner:before {
    content: '';
    background: #0d0c0c;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1;
}

.aboutImage img {
    transition: all .3s;
}

.aboutImage:hover img {
    transform: scale(1.1);
}

.aboutImage .video-button-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; /* width: 64px; */ /* height: 64px; */
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .aboutImage .video-button-wrapper a {
        margin: 0;
        color: white;
        background: #004c8f;
        border-color: #004c8f;
    }

        .aboutImage .video-button-wrapper a i {
        }

.aboutPageHeading {
}

    .aboutPageHeading h1 {
        padding-bottom: 10px;
        margin-bottom: 20px;
        position: relative;
    }

        .aboutPageHeading h1:after {
            content: "";
            width: 120px;
            display: block;
            height: 4px;
            background: #0067b5;
            margin: 0 auto;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
            border-radius: 20px;
            overflow: hidden;
        }

    .aboutPageHeading:hover h1:after {
        width: 150px;
    }

.headingDefault {
}

    .headingDefault .section-title {
        margin: 0;
        justify-content: center;
    }

        .headingDefault .section-title b {
            display: none;
        }

        .headingDefault .section-title .section-title-main {
            margin: 0;
            line-height: 1.8;
            color: #0067b5;
            text-align: center;
            text-transform: uppercase;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 32px;
            font-weight: 600;
        }

            .headingDefault .section-title .section-title-main:after {
                content: "";
                display: block;
                height: 3px;
                width: 64px;
                background: #fee400;
                margin: 0 auto;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                border-radius: .5em;
            }

    .headingDefault:hover .section-title-main:after {
        width: 140px;
    }

.loitheItem {
    margin-bottom: 30px;
}

.icon-box {
    align-items: center;
}

.loitheItem .icon-box-img {
}

    .loitheItem .icon-box-img .icon {
    }

        .loitheItem .icon-box-img .icon .icon-inner {
        }

            .loitheItem .icon-box-img .icon .icon-inner img {
                padding: 0;
            }

.loitheItem .icon-box-text {
    padding-left: 30px;
}

    .loitheItem .icon-box-text h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #333030;
    }

    .loitheItem .icon-box-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: #595454;
    }

.exBanner {
}

    .exBanner h3 {
        line-height: 1.5;
        font-size: 1.8em;
        font-weight: 600;
        margin: 0 0 5px;
    }

    .exBanner p {
        font-size: .95em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        margin: 0;
        padding: 0;
    }

.flickity-page-dots {
    bottom: 6px;
}

    .flickity-page-dots .dot {
        background: white;
        border: none;
        position: relative;
        width: 36px;
        height: 5px;
        opacity: 1;
    }

        .flickity-page-dots .dot.is-selected {
            background-color: #999 !important;
            border: none;
        }

        .flickity-page-dots .dot:after {
            display: block;
            content: '';
            height: 100%;
            background: #0067b5;
            -webkit-transition: width 5s;
            -moz-transition: width 5s;
            -o-transition: width 5s;
            transition: width 5s;
            opacity: 0;
            width: 0;
            left: 0;
        }

    .flickity-page-dots .is-selected:after {
        width: 100%;
        opacity: 1;
    }

.postHomeBox {
}

.postHotHomeSlide {
}

.postItem {
    margin-bottom: 30px;
}

.postThumb {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    border-radius: 20px;
}

    .postThumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 500ms;
    }

.postContent {
}

.postDate {
    color: #0067b5;
    margin: 5px 0 0;
}

.postTitle {
}

    .postTitle a {
        font-size: 1.2rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        text-decoration: none;
        color: #333030;
    }

.postItem:hover .postThumb img {
    transform: scale(1.2);
}

.owl-nav {
}

.stPostHome .postHomeBox .postHotHomeSlide .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 15px;
    border: 0;
    color: #fff;
    background: #0067b5;
    opacity: .5;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.stPostHome .postHomeBox .postHotHomeSlide .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 15px;
    border: 0;
    color: #fff;
    background: #0067b5;
    opacity: .5;
    display: inline-block;
    text-align: center;
    margin: 0;
}

    .stPostHome .postHomeBox .postHotHomeSlide .owl-prev:hover, .stPostHome .postHomeBox .postHotHomeSlide .owl-next:hover {
        opacity: 1;
    }

.proHomeItem {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 30px;
}

.proHomeThumb {
}

    .proHomeThumb img {
        transition: 500ms;
    }

.proHomeRead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proHomeItem .proHomeThumb:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
}

.proHomeRead .text {
    transition: all .5s;
    color: #fff;
    background: #0067b5;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 16px;
    width: 140px;
    opacity: 0;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.proHomeItem:hover .proHomeThumb img {
}

.proHomeItem:hover .proHomeThumb:before, .proHomeItem:hover .proHomeRead .text {
    opacity: 1;
}

.proHomeItem .adorn {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none
}

    .proHomeItem .adorn span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%
    }

        .proHomeItem .adorn span:before, .proHomeItem .adorn span:after {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 1px;
            opacity: 0;
            background-color: #0067b5;
            top: 50%;
            left: 50%;
            -webkit-transition: all .5s ease .2s;
            -moz-transition: all .5s ease .2s;
            -o-transition: all .5s ease .2s;
            transition: all .5s ease .2s
        }

        .proHomeItem .adorn span:first-child {
            transform: rotate(45deg)
        }

        .proHomeItem .adorn span:last-child {
            transform: rotate(-45deg)
        }

.proHomeItem:hover .adorn span:before {
    width: 100%;
    opacity: 1;
    left: -80%
}

.proHomeItem:hover .adorn span:after {
    width: 100%;
    opacity: 1;
    left: 80%
}

.pageAboutx1 .row.row-collapse {
    padding: 0 15px 0px;
}

.btnAboutPage {
    background: rgb(0, 112, 192);
    border-color: rgb(0, 112, 192);
}

    .btnAboutPage span {
        color: rgb(255, 255, 0);
    }

.headingForm {
}

    .headingForm h3 {
        padding: 0px 12px;
        margin: 0 0px 24px 0px;
        border-left: 4px solid #0067b5;
        color: #0067b5;
    }

.headingForm {
}

    .headingForm .wpcf7-form-control {
        -webkit-appearance: none;
        outline: 0;
        border: 1px solid #1f81c2;
        border-radius: 5px;
        box-shadow: none;
    }

    .headingForm .wpcf7-textarea {
    }

    .headingForm .wpcf7-submit {
        background: #0067b5;
        margin-bottom: 0;
    }

    .headingForm .wpcf7 form .wpcf7-response-output {
        margin: 10px 0;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
    }

    .headingForm form {
        margin-bottom: 0;
    }

.imgContact {
}

.asideContact {
}

    .asideContact h3 {
        padding: 0px 15px;
        border-left: 4px solid #0067b5;
        color: #0067b5;
        border-color: #0067b5;
        font-size: 1.1em;
        margin-bottom: 25px;
    }

    .asideContact .wpcf7-form-control {
        -webkit-appearance: none;
        outline: 0;
        border: 1px solid #cbcbcb;
        border-radius: 2px;
        box-shadow: none;
    }

    .asideContact .wpcf7-textarea {
    }

    .asideContact .wpcf7-submit {
        background: #0067b5;
        color: #ffe300;
        border-color: #0067b5;
        margin-bottom: 0;
    }

    .asideContact .wpcf7 form .wpcf7-response-output {
        margin: 10px 0;
    }

pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: .9em;
}

.colContactK .imgContact {
}

.imgContact .img-inner {
}

    .imgContact .img-inner img {
    }

.iBoxContact {
    margin-bottom: 10px;
}

    .iBoxContact .icon-box {
    }

        .iBoxContact .icon-box .icon-box-img {
        }

            .iBoxContact .icon-box .icon-box-img .icon {
            }

                .iBoxContact .icon-box .icon-box-img .icon .icon-inner {
                }

                    .iBoxContact .icon-box .icon-box-img .icon .icon-inner img {
                        padding: 0;
                    }

    .iBoxContact .icon-box-text {
    }

        .iBoxContact .icon-box-text h3 {
            font-size: .95em;
            margin-bottom: 5px;
            color: white;
        }

        .iBoxContact .icon-box-text p {
            color: white;
        }

.bai-viet-lien-quan {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: rgb(241 245 249);
}

.relate-post {
    font-weight: bold;
    font-size: 26px;
    color: #006ab5;
}

.postTwo {
    background-color: white;
    padding: .75rem;
    border-radius: .5rem;
    margin-bottom: 33px;
    display: flex;
    gap: .75rem;
    align-items: center;
}

.postRelate {
    flex-wrap: wrap;
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 30px !important;
}

.page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.postPage {
    padding: 30px 0;
}

.pagePostDetails {
    padding: 30px 0 0px 0;
}

.postTwoThumb {
    width: 202px;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}

.postRelate .postTwoThumb {
    width: 100%;
    height: 200px;
}

.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}

.postTwoTitle {
    margin-bottom: 10px;
}

    .postTwoTitle a {
        font-size: 16px;
        color: #0f172a;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-weight: bold;
        height: 52px;
    }

.postTwoDescription {
    font-size: 0.95em;
    color: #0f172a;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.signPostBoxEx {
    border: 1px solid #f2f2f2;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.signPostBoxTitle {
}

    .signPostBoxTitle h1 {
        margin: 0 0 25px 0;
        line-height: 1.4;
        color: #0067b5;
        text-align: center;
    }

.signDate {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.signPostBoxContent {
}

.button.icon.is-small {
    border-width: 1px;
    background: white;
    color: #0066b5;
}

.breamBox {
    min-height: 40px;
    background-color: rgb(242, 242, 242);
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget {
}

    .widget .widget-title {
        background: #0066b5;
        color: #ffe300;
        display: block;
        padding: 15px 30px;
    }

        .widget .widget-title span {
        }

    .widget .is-divider {
        display: none;
    }

    .widget ul {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 14px 20px;
        margin-bottom: 30px;
    }

        .widget ul li {
        }

            .widget ul li a {
                border-bottom: 1px solid #f2f2f2;
                display: block;
                line-height: 18px;
                padding: 10px 24px 10px 5px;
                position: relative;
                margin-bottom: 0;
            }

            .widget ul li:last-child a {
                border: none;
            }

.asideProBox {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    border-top: 0;
}

.asideProSlide {
}

.aisdeProItem {
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
}

.aisdeProThumb {
}

    .aisdeProThumb img {
    }

.aisdeProTitle {
    padding: 6px 10px;
    text-align: center;
}

    .aisdeProTitle a {
        color: #0066b5;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 16px;
    }


.textwidget .asideProBox .asideProSlide .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 15px;
    border: 0;
    color: #fff;
    background: #0067b5;
    opacity: .5;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.textwidget .asideProBox .asideProSlide .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 15px;
    border: 0;
    color: #fff;
    background: #0067b5;
    opacity: .5;
    display: inline-block;
    text-align: center;
    margin: 0;
}

    .textwidget .asideProBox .asideProSlide .owl-prev:hover, .textwidget .asideProBox .asideProSlide .owl-next:hover {
        opacity: 1;
    }

.boxPostColex {
}

.pPageItem {
    gap: 20px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
    display: flex;
    padding: .75rem;
    border-radius: .5rem;
    background: white;
}

.pPageItemThumb {
    position: relative;
    max-width: 310px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 230px;
    width: 310px;
}

    .pPageItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pPageItemContent {
}

.pPageItemTitle {
}

    .pPageItemTitle a {
        font-weight: bold;
        color: black;
        font-size: 18px;
    }

.pPageItemDate {
    color: #0066b5;
}

.pPageItemDescription {
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pPageItemRead {
    margin-top: 15px;
}

    .pPageItemRead a {
        height: 35px;
        background: #0066b5;
        border: 1px solid #cbd5e1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 700;
        font-size: .775rem;
        text-transform: uppercase;
        line-height: 130%;
        color: white;
        max-width: 110px;
    }

.product-short-description {
}

    .product-short-description ul {
    }

        .product-short-description ul li {
            list-style: square;
            color: #0066b5;
        }

.proEmail {
    margin-bottom: 30px;
}

    .proEmail a {
        height: 35px;
        background: url(images/ic2.png) 10px center no-repeat #0066b5;
        background-size: 20px;
        border: 1px solid #cbd5e1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .5rem;
        font-weight: 700;
        font-size: .775rem;
        text-transform: uppercase;
        line-height: 130%;
        color: white;
        max-width: 88px;
        padding-left: 30px;
    }

.woocommerce-Tabs-panel section {
    padding: 0 !important;
}

.woocommerce-Tabs-panel .pageAboutx1 .row.row-collapse {
    padding: 0 0px 0px;
}

.tab-panels {
    padding-top: 0;
}

.tabs.wc-tabs {
    display: none;
}

#fEmail section {
    padding: 0 !important;
}
.slick-current .slideThumbItem {
    border: 2px solid #0067b5;
}
.product-footer {
    margin-top: 50px;
}

.product-footer .woocommerce-tabs {
    padding: 0px 0;
    border-top: none;
}

table {
    overflow: auto;
    display: block;
}

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

    table td {
        padding: 0 10px;
        border: 1px solid #999;
    }

    table tr td {
        padding: 5px !important;
    }

table {
    color: black;
}

    table td {
        color: black;
    }

.product-detail-n114m-4 {
}

    .product-detail-n114m-4 a {
        text-decoration: none
    }

    .product-detail-n114m-4 .img-box {
        width: 100%;
        /* float: left; */
        position: relative;
        z-index: 1;
        text-align: center
    }

        .product-detail-n114m-4 .img-box .viewer {
            border: 1px solid #f2f2f2;
            margin: 0 auto;
            position: relative;
            height: 0;
            width: 100%;
            padding-bottom: 100%;
            display: block;
        }

            .product-detail-n114m-4 .img-box .viewer .square-cont {
                position: absolute;
                width: 100%;
                height: 100%
            }

        .product-detail-n114m-4 .img-box .thumbnail {
            padding: 0;
            margin: 5px auto 10px auto;
            width: 100%;
            max-width: 452px;
            overflow: hidden;
            position: relative;
            height: 64px;
            box-sizing: border-box
        }

            .product-detail-n114m-4 .img-box .thumbnail ul {
                margin: 1px 8px 0 0;
                padding: 0;
                list-style-type: none;
                white-space: nowrap;
                width: auto;
                min-width: 1000px;
                box-sizing: border-box;
                position: absolute;
                height: 64px;
                left: 22px;
                transition: .5s
            }

                .product-detail-n114m-4 .img-box .thumbnail ul li {
                    transition: border-color .2s ease-out;
                    width: 60px;
                    height: 60px;
                    border: 2px solid #e5e5e5;
                    border-radius: 2px;
                    padding: 2px;
                    margin-right: 6px;
                    float: left;
                    cursor: pointer
                }

                .product-detail-n114m-4 .img-box .thumbnail ul .current {
                    border: 2px solid #0067b5
                }

            .product-detail-n114m-4 .img-box .thumbnail .arrow {
                position: absolute;
                height: 64px;
                line-height: 64px;
                width: 24px;
                background: #e5e5e5;
                color: #403c3c;
                cursor: pointer
            }

                .product-detail-n114m-4 .img-box .thumbnail .arrow:hover {
                    background: #0067b5;
                    color: #fff
                }

            .product-detail-n114m-4 .img-box .thumbnail .a-right {
                right: 0
            }

            .product-detail-n114m-4 .img-box .thumbnail .a-left {
                left: 0
            }

    .product-detail-n114m-4 .vw-video {
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .product-detail-n114m-4 .midpic {
        display: block
    }

        .product-detail-n114m-4 .midpic > span {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            text-align: center
        }

            .product-detail-n114m-4 .midpic > span > img {
                display: inline-block;
                max-width: 100%;
                max-height: 100%;
                overflow: hidden;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto
            }

        .product-detail-n114m-4 .midpic img {
            user-select: none
        }

    .product-detail-n114m-4 .attributes-box {
        width: 55%;
        float: right;
        color: #403c3c
    }

        .product-detail-n114m-4 .attributes-box .name {
            color: #0067b5;
            line-height: 1;
            padding-bottom: 20px;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #f2f2f2;
            font-size: 2rem
        }

        .product-detail-n114m-4 .attributes-box .items {
            list-style: none;
            margin-bottom: 3px;
            padding: 0;
            font-size: 1.8rem
        }

            .product-detail-n114m-4 .attributes-box .items label {
                color: #0067b5;
                margin: 5px 5px 5px 0;
                font-weight: normal
            }

            .product-detail-n114m-4 .attributes-box .items li {
                list-style: square;
                color: #0067b5
            }

        .product-detail-n114m-4 .attributes-box .annex {
            margin: 0 0 16px 0;
            font-size: 1.6rem
        }

            .product-detail-n114m-4 .attributes-box .annex .file {
                margin: 5px
            }

            .product-detail-n114m-4 .attributes-box .annex i {
                color: #0067b5;
                margin-right: 10px
            }

            .product-detail-n114m-4 .attributes-box .annex a {
                color: #333030
            }

                .product-detail-n114m-4 .attributes-box .annex a:hover {
                    color: #0067b5
                }

        .product-detail-n114m-4 .attributes-box .desc {
            margin: 15px 0;
            color: #595454;
            line-height: 1.7;
            white-space: break-spaces;
            font-size: 1.6rem
        }

        .product-detail-n114m-4 .attributes-box .d-mail {
            border-top: 1px solid #f2f2f2;
            padding: 18px 0
        }

            .product-detail-n114m-4 .attributes-box .d-mail .bbn {
                line-height: 1.6;
                background: #595454;
                padding: 8px 16px;
                display: inline-block;
                margin-right: 5px;
                font-size: 1.8rem
            }

            .product-detail-n114m-4 .attributes-box .d-mail a {
                color: #fff
            }

            .product-detail-n114m-4 .attributes-box .d-mail i {
                margin-right: .5rem
            }

            .product-detail-n114m-4 .attributes-box .d-mail .email {
                background: #0067b5
            }

                .product-detail-n114m-4 .attributes-box .d-mail .email:hover {
                    background: #003469
                }

    .product-detail-n114m-4 .clear {
        clear: both
    }

    .product-detail-n114m-4 .information-box {
        padding: 0 4px 0 4px;
        margin-top: 10px;
        overflow: hidden;
        line-height: 1.6;
        font-size: 1.6rem
    }

        .product-detail-n114m-4 .information-box table, .product-detail-n114m-4 .information-box td, .product-detail-n114m-4 .information-box p, .product-detail-n114m-4 .information-box img, .product-detail-n114m-4 .information-box video, .product-detail-n114m-4 .information-box iframe {
            max-width: 100%
        }

        .product-detail-n114m-4 .information-box p {
            margin: 1px 0
        }

        .product-detail-n114m-4 .information-box table {
            overflow: auto;
            display: block
        }

            .product-detail-n114m-4 .information-box table td {
                padding: 0 10px;
                border: 1px solid #999
            }

        .product-detail-n114m-4 .information-box .product-information-content .product-information-box .nei-table {
            overflow: hidden
        }

            .product-detail-n114m-4 .information-box .product-information-content .product-information-box .nei-table table {
                display: table
            }

                .product-detail-n114m-4 .information-box .product-information-content .product-information-box .nei-table table tr td {
                    padding: 5px
                }

                    .product-detail-n114m-4 .information-box .product-information-content .product-information-box .nei-table table tr td p {
                        margin: 0
                    }

    .product-detail-n114m-4 .product-tag {
        padding: 10px 3px 0 3px
    }

        .product-detail-n114m-4 .product-tag .title {
            display: inline-block;
            font-size: 1.8rem
        }

        .product-detail-n114m-4 .product-tag .items {
            display: inline-block
        }

            .product-detail-n114m-4 .product-tag .items a {
                color: #0067b5;
                border: 1px solid #d8d8d8;
                padding: 5px 5px;
                border-radius: 4px;
                margin-right: 5px;
                display: inline-block;
                margin-bottom: 10px
            }

                .product-detail-n114m-4 .product-tag .items a:hover {
                    color: #004c8f
                }

@media(max-width:768px) {
    .product-detail-n114m-4 .img-box {
        width: 100%;
        padding-right: 0
    }

        .product-detail-n114m-4 .img-box .thumbnail {
            max-width: initial;
            height: 90px
        }

            .product-detail-n114m-4 .img-box .thumbnail ul {
                height: 90px
            }

                .product-detail-n114m-4 .img-box .thumbnail ul li {
                    width: 90px;
                    height: 90px;
                    line-height: 90px
                }

            .product-detail-n114m-4 .img-box .thumbnail .arrow {
                height: 90px;
                line-height: 90px
            }

    .product-detail-n114m-4 .attributes-box {
        width: 100%
    }

        .product-detail-n114m-4 .attributes-box .items {
            font-size: 1.6rem
        }

        .product-detail-n114m-4 .attributes-box .name {
            margin: 10px 0 10px 0;
            font-size: 1.8rem
        }

        .product-detail-n114m-4 .attributes-box .d-mail {
            padding: 15px 0 0 0
        }

    .product-detail-n114m-4 .information-box {
        padding: 0
    }

        .product-detail-n114m-4 .information-box img {
            width: initial !important;
            height: initial !important
        }

        .product-detail-n114m-4 .information-box .product-information-content .product-information-box .nei-table {
            overflow: scroll
        }

        .product-detail-n114m-4 .information-box .product-information-content .product-information-box p iframe {
            height: auto !important
        }

    .product-detail-n114m-4 .product-tag {
        padding: 10px 0 0 0
    }

        .product-detail-n114m-4 .product-tag .title {
            display: block;
            margin-bottom: 10px
        }

        .product-detail-n114m-4 .product-tag .items a {
            font-size: 1.4rem
        }
}

@media(min-width:768px) {
    .product-detail-n114m-4 {
        color: #0066b5
    }

        .product-detail-n114m-4 .product-tag {
            display: none
        }

        .product-detail-n114m-4 .attributes-box .name {
            font-weight: bold
        }

        .product-detail-n114m-4 .attributes-box .items label {
            color: #000;
            font-weight: bold
        }

        .product-detail-n114m-4 .attributes-box .items li {
            color: #0066b5
        }

        .product-detail-n114m-4 .attributes-box .d-mail .email {
            color: #ffe300;
            background: #0066b5
        }

        .product-detail-n114m-4 .attributes-box .d-mail a {
            color: #ffe300
        }
}

.slideMain {
    border: 1px solid #f2f2f2;
    margin: 0 auto;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;cursor: pointer;
}

.slideThumb {
    margin-top: 6px;
}

.slideMainThumb {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

    .slideMainThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
    }
.product-title{
    color:black;
}
.slideThumbItem {
    transition: border-color .2s ease-out;
    border: 2px solid #e5e5e5;
    border-radius: 2px;
    padding: 2px;
    margin-right: 6px;
    cursor: pointer;
}

    .slideThumbItem img {
    }
.f-thumbs__slide__button {
   max-width:unset;
}
/*Desktop*/
@media (max-width: 48em) {
    .loitheItem .icon-box-text {
        padding-left: 0;
    }
    .pPageItemThumb {
        max-width: 100%;
        width: 100%;
    }

    .pPageItem {
        flex-wrap: wrap;
    }

    .colContactK .imgContact {
        height: 320px;
        margin-bottom: -295px !important;
    }

    .imgContact .img-inner img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .imgContact .img-inner {
        height: 100%;
        object-fit: cover;
    }

    .iBoxContact .icon-box-text h3 {
    }

    .iBoxContact .icon-box-text p {
    }
}

@media (min-width: 1200px) {
    .colContactK .imgContact {
        margin-bottom: -205px !important;
    }

    .container-width, .full-width .ubermenu-nav, .container, .row, .row.row-collapse {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container-width, .full-width .ubermenu-nav, .container, .row, .row.row-collapse {
        max-width: 1360px;
    }
}

@media (min-width: 1366px) {
}

@media (min-width: 1680px) {
    .container-width, .full-width .ubermenu-nav, .container, .row, .row.row-collapse {
        max-width: 1580px;
    }
}
