@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 思源黑 */
/* @import url(//fonts.googleapis.com/earlyaccess/notosanstc.css); */
/* 黑體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css); */
/* 仿宋體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css); */
/* 楷書 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css); */
/* 明體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexming.css); */
/* 圓體 */
/* @import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css); */
/* * {
    -webkit-text-size-adjust: none;
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
} */
html,
html *:not(i),
body,
body *:not(i) {
    font-family: "Roboto",
        "Noto Sans TC",
        "Open Sans",
        "sans-serif",
        Arial,
        "微軟正黑體",
        "Microsoft JhengHei" !important;
}

label.error {
    display: none !important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

[placeholder]::-webkit-input-placeholder.error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
    color: #ff0000 !important;
}

.transition *,
.transition:hover * {
    -o-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 1s 0s ease;
    opacity: 0;
}

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

.div-table img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-table.no-margin img {
    margin: 0;
}

#verifyImgCode {
    cursor: pointer;
}

.error404 {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.youtube_content {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube_content {
    padding-bottom: 56.25%;
}

.youtube_content iframe,
.youtube_content object,
.youtube_content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.all-trans {
    -o-transition: all 0.5s linear !important;
    -webkit-transition: all 0.5s linear !important;
    -moz-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
}

.all-trans:hover {
    -o-transition: all 0.5s linear !important;
    -webkit-transition: all 0.5s linear !important;
    -moz-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
}

.overlybox {
    display: block;
    overflow: hidden;
}

.overlybox img {
    transition: all 0.5s;
}

.overlybox:hover img {
    transform: scale(1.4);
}

.fullTexty {
    text-align: justify;
    text-justify: auto;
}

.overflowTexty {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow_multi {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noDisplay {
    display: none;
}

.spriteIMG {
    background-image: url(images/common_images/sprite.png);
    background-repeat: no-repeat;
}

#verifyImgCode {
    cursor: pointer;
}

/* This code is tested with latest version of Firefox and Chrome */
.image-shadow-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    margin-bottom: 30px;
}

.image-shadow-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 14px;
    left: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg) skew(-0deg);
    -moz-transform: rotate(-5deg) skew(-0deg);
    -ms-transform: rotate(-5deg) skew(-0deg);
    -o-transform: rotate(-5deg) skew(-0deg);
    transform: rotate(-5deg) skew(-0deg);
}

.image-shadow-box:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 14px;
    right: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(5deg) skew(0deg);
    -moz-transform: rotate(5deg) skew(0deg);
    -ms-transform: rotate(5deg) skew(0deg);
    -o-transform: rotate(5deg) skew(0deg);
    transform: rotate(5deg) skew(0deg);
}

.corner3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.corner4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.corner5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.corner6px {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.corner7px {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.corner8px {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.corner9px {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.corner10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.corner11px {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

/* margin bottom */
.cms_mb0 {
    margin-bottom: 0px;
}

.cms_mb10 {
    margin-bottom: 10px;
}

.cms_mb20 {
    margin-bottom: 20px;
}

.cms_mb30 {
    margin-bottom: 30px;
}

.cms_mb40 {
    margin-bottom: 40px;
}

.cms_mb50 {
    margin-bottom: 50px;
}

.cms_mb60 {
    margin-bottom: 60px;
}

.cms_mb70 {
    margin-bottom: 70px;
}

.cms_mb80 {
    margin-bottom: 80px;
}

.cms_mb90 {
    margin-bottom: 90px;
}

.cms_mb100 {
    margin-bottom: 100px;
}

.cms_mb110 {
    margin-bottom: 110px;
}

.cms_mb120 {
    margin-bottom: 120px;
}

/* margin top */
.cms_mt0 {
    margin-top: 0px;
}

.cms_mt10 {
    margin-top: 10px;
}

.cms_mt20 {
    margin-top: 20px;
}

.cms_mt30 {
    margin-top: 30px;
}

.cms_mt40 {
    margin-top: 40px;
}

.cms_mt50 {
    margin-top: 50px;
}

.cms_mt60 {
    margin-top: 60px;
}

.cms_mt70 {
    margin-top: 70px;
}

.cms_mt80 {
    margin-top: 80px;
}

.cms_mt90 {
    margin-top: 90px;
}

.cms_mt100 {
    margin-top: 100px;
}

.cms_mt110 {
    margin-top: 110px;
}

.cms_mt120 {
    margin-top: 120px;
}

/* margin left */
.cms_ml0 {
    margin-left: 0px;
}

.cms_ml10 {
    margin-left: 10px;
}

.cms_ml20 {
    margin-left: 20px;
}

.cms_ml30 {
    margin-left: 30px;
}

.cms_ml40 {
    margin-left: 40px;
}

.cms_ml50 {
    margin-left: 50px;
}

.cms_ml60 {
    margin-left: 60px;
}

.cms_ml70 {
    margin-left: 70px;
}

.cms_ml80 {
    margin-left: 80px;
}

.cms_ml90 {
    margin-left: 90px;
}

.cms_ml100 {
    margin-left: 100px;
}

.cms_ml110 {
    margin-left: 110px;
}

.cms_ml120 {
    margin-left: 120px;
}

/* margin right */
.cms_mr0 {
    margin-right: 0px;
}

.cms_mr10 {
    margin-right: 10px;
}

.cms_mr20 {
    margin-right: 20px;
}

.cms_mr30 {
    margin-right: 30px;
}

.cms_mr40 {
    margin-right: 40px;
}

.cms_mr50 {
    margin-right: 50px;
}

.cms_mr60 {
    margin-right: 60px;
}

.cms_mr70 {
    margin-right: 70px;
}

.cms_mr80 {
    margin-right: 80px;
}

.cms_mr90 {
    margin-right: 90px;
}

.cms_mr100 {
    margin-right: 100px;
}

.cms_mr110 {
    margin-right: 110px;
}

.cms_mr120 {
    margin-right: 120px;
}

/* *** editor-area *** */
.editor-area {
    color: #000;
    letter-spacing: .5px;
}

.editor-area p {
    color: #000;
    line-height: 26px;
    font-size: 16px;
    margin: 15px 0;
}

.editor-area p:last-child {
    margin-bottom: 0;
}

.editor-area img {
    margin-bottom: 15px;
}

.editor-area ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.editor-area ol {
    list-style-type: decimal;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.editor-area h1 {
    font-size: 36px;
}

.editor-area h2 {
    font-size: 30px;
}

.editor-area h3 {
    font-size: 24px;
}

.editor-area h4 {
    font-size: 17px;
}

.editor-area h5 {
    font-size: 14px;
}

.editor-area h6 {
    font-size: 12px;
}

.editor-area h1,
.editor-area h2,
.editor-area h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold;
    line-height: 1.25;
}

.editor-area h4,
.editor-area h5,
.editor-area h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    line-height: 1.35;
}

.editor-area a:hover {
    text-decoration: underline;
}

.scrollup {
    width: 50px;
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #333333;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.scrollup:hover {
    background-color: #767676;
    color: #fff;
}

.blueimp-gallery>.indicator>li {
    background-size: cover;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.indicator {
    display: block;
}

.blueImpGallery #links a {
    width: 200px;
    height: 150px;
    display: inline-block;
    text-align: center;
    margin: 7px;
}

.blueImpGallery #links a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

/* *****************************
            symod
***************************** */
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../../../fonts/glyphicons-halflings-regular.eot");
    src: url("../../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    left: 0;
    width: 100%;
    bottom: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.carousel-caption {
    padding-top: 0 !important;
}

.editor-area .nav.nav-tabs {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.editor-area .nav.nav-tabs li a {
    background-color: #3366cc;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.editor-area .nav.nav-tabs li.active a {
    background-color: #cc9900;
    color: #fff;
}

.editor-area .nav.nav-tabs li:hover a {
    border-color: #cc9900;
    background-color: #cc9900;
}

.editor-area .tab-content {
    padding: 0;
    border: none;
    margin-top: 15px;
}

.form-control::-webkit-input-placeholder {
    color: #555;
}

.form-control:-moz-placeholder {
    color: #555;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #555;
}

.form-control::-ms-input-placeholder {
    color: #555;
}

.form-control::placeholder {
    color: #555;
}

/* *****************************
            common
***************************** */
a {
    color: #3366cc;
}

a:hover,
a:focus {
    color: #2e57a6;
}

::selection {
    background: #2e57a6;
}

::-moz-selection {
    background: #2e57a6;
}

::-webkit-selection {
    background: #2e57a6;
}

.section-title {
    margin: 2px 0px;
}

.section-title>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.section-title .title {
    margin-bottom: 0;
    position: relative;
}

.section-title p.left-bordered {
    margin-bottom: 0;
}

.inner-header.divider {
    background-position: center;
}

.inner_title {
    margin-top: 0;
    font: bold 24px "Open Sans", sans-serif;
    padding: 2px 0px;
    position: relative;
}

.inner_title span {
    border-bottom: 3px solid #093683;
}

.rs-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nev_btn a {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    text-align: center;
    min-width: 147px;
    padding: 0 20px;
    border: 2px solid #2e57a6;
    color: #2e57a6;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.nev_btn a:hover {
    background-color: #2e57a6;
    color: #fff;
}

.nev_btn a.disabled,
.nev_btn a.disabled:hover {
    border-color: #999;
    cursor: not-allowed;
    color: #999;
    background-color: transparent;
}

.float-right {
    float: right !important;
}

.page_nev {
    margin-top: 20px;
    padding-top: 20px;
}

.bg-theme-colored {
    background-color: #2e57a6 !important;
}

.btn-theme-colored {
    background-color: #3366cc;
    border-color: #3366cc;
}

.btn-theme-colored:focus,
.btn-theme-colored.focus {
    background-color: #2e57a6;
    border-color: #2e57a6;
}

.btn-theme-colored:hover {
    background-color: #2e57a6;
    border-color: #2e57a6;
}

.text-theme-colored {
    color: #2e57a6 !important;
}

.line-bottom:after {
    border-color: #337ab7;
}

.breadcrumb_title {
    color: #fff;
    font-size: 33px !important;
    margin: 0;
}

.breadcrumb>li {
    color: #777;
}

.breadcrumb.white li.active {
    color: #fff;
}

.breadcrumb.white li a:hover {
    color: #5bc0de;
}

.breadcrumb li {
    font-size: 18px;
    line-height: 25px;
}

.breadcrumb>li+li::before {
    font-size: 14px;
    margin: 0 5px;
}

.pagination>.page-ellipsis>a {
    cursor: default;
}

.pagination>.page-ellipsis>a:focus,
.pagination>.page-ellipsis>a:hover {
    color: #337ab7;
    background-color: transparent;
}

.products_section .container {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .editor-area .nav-tabs>li {
        width: 100%;
    }

    .pagination>li>a {
        padding: 8px;
    }

    .inner-header.divider>.container {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* *****************************
            header
***************************** */
.menuzord-brand img {
    max-height: 100px;
}

.menuzord-brand {
    margin: 0;
}

.border-top-theme-colored2-2px {
    border-top: 2px solid #2e57a6;
}

.icon-theme-colored2 a {
    color: #fff;
}

.topbar-language li {
    display: inline-block;
}

.styled-icons.icon-sm a {
    margin: 0px 7px 0px 0;
    font-size: 16px;
}

.styled-icons.icon-sm a:hover {
    color: #2e57a6;
}

.header-top .widget {
    line-height: 30px;
    margin: 0px 0;
}

.topbar-language li a {
    color: #fff;
    font-size: 14px;
}

.topbar-language li:first-child a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.topbar-language li.active a,
.topbar-language li:hover a {
    color: #2e57a6;
}

.menuzord-menu>li>a {
    font-size: 15px;
    letter-spacing: 0px;
}

.menuzord-menu ul.dropdown li a {
    font-size: 13px;
    white-space: normal;
    letter-spacing: 0px;
}

.menuzord-menu ul.dropdown li a::before {
    font-family: "FontAwesome";
    content: "\f0da";
    display: none;
    margin-right: 5px;
}

.menuzord-menu ul.dropdown li a:hover::before {
    display: inline-block;
}

.widget .search-button {
    background-color: #5bc0de;
    border: 1px solid #5bc0de;
    color: #fff;
}

.menuzord .search_bar {
    width: 240px;
    display: inline-block;
    float: right;
    padding: 14px 0;
}

.header-middle>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header-middle .widget h5 {
    word-break: break-all;
    font-size: 14px !important;
}

.menuzord-menu>li>a {
    padding: 8px 20px;
}

.header-middle .search_bar .widget {
    margin-bottom: 0;
}

.header-middle .search_bar .widget form {
    margin-bottom: 0;
}

.fix-logo {
    display: none;
}

.menuzord-menu ul.dropdown {
    background-color: rgba(255, 255, 255, 1);
}

.header_right .search_bar .input-group-btn {
    width: auto;
}

.header_right .search_bar .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1001px) {
    .header-nav-wrapper .widget {
        margin: 0;
    }

    .header-nav-wrapper .widget form {
        margin: 0;
    }

    .menuzord .menuzord-menu .nav_search {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-middle .widget.no-border {
        float: right;
        width: 210px;
    }

    .header_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header_right .search_bar {
        padding-right: 20px;
    }

    .header-middle>.container {
        padding: 0px !important;
    }

    .header-nav-wrapper .container {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .menuzord-menu>li>a {
        padding: 8px 6px;
    }

    .menuzord .search_bar {
        width: 180px;
    }
}

@media (max-width: 1000px) {
    .menuzord .search_bar {
        display: none;
    }

    .menuzord-menu>li.nav_search>a>i {
        float: none;
    }

    /* .menuzord > a {
        right: 43%;
        top: 0;
        left: auto;
        bottom: 0;
        margin: auto;
        height: auto !important;
        padding: 8px 0 10px !important;
        line-height: normal;
        border: 1px solid #777;
        margin-bottom: 15px !important;
    } */
    .menuzord .showhide em {
        margin: 3.5px 19px 0;
    }

    .header-nav-wrapper.bg-white {
        background-color: #ffffff !important;
    }

    .menuzord {
        background-color: #fcfcfc;
    }

    .header-nav .header-nav-wrapper {
        box-shadow: none;
        padding: 10px 0px;
    }
}

/* @media (max-width: 1000px) and (min-width: 996px) {
    .header-nav .header-nav-wrapper .menuzord {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
} */
@media (max-width: 995px) and (min-width: 901px) {
    /* .header-nav .header-nav-wrapper .menuzord {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    } */
    .menuzord-menu>li>a {
        padding: 8px 13px;
    }

    .menuzord .showhide {
        float: none;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .menuzord-brand img {
        max-height: 80px;
    }

    .header-middle>.container>.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header-middle .widget.no-border {
        display: none;
    }

    .header-middle .menuzord-brand {
        margin-bottom: 10px;
    }

    .menuzord-responsive .showhide {
        position: absolute;
        right: 0;
        top: -116px;
    }

    .scroll-to-fixed-fixed .menuzord-responsive .showhide {
        top: -106px;
    }
}

@media (max-width: 900px) {
    .scroll-to-fixed-fixed .fix-logo {
        display: block;
    }

    .scroll-to-fixed-fixed .fix-logo img {
        max-height: 50px;
    }

    .scroll-to-fixed-fixed .menuzord .showhide {
        padding-top: 20px;
    }

    /* .menuzord > a {
        position: relative;
        right: 43%;
        top: 0;
        left: auto;
        bottom: 0;
    } */
}

@media (max-width: 767px) {
    .menuzord-menu>li>a+.dropdown.on {
        display: block !important;
    }
}

@media (max-width: 420px) {
    .menuzord-brand img {
        max-height: 50px;
    }

    .menuzord-responsive .showhide {
        top: -112px;
    }
}

/* *****************************
            footer
***************************** */
.footer {
    background-color: #3e3a39;
}

.footer .container {
    padding: 20px 0px !important;
}

.footer .footer-bottom .container {
    padding: 10px 0px !important;
}

.footer .list-inline {
    margin: 20px 0 0;
    font-size: 13px;
}

.footer .list-inline i {
    width: 15px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
}

.footer .list-inline li {
    display: block;
    letter-spacing: 1px;
}

.footer .list-inline li>a {
    color: #fff;
    position: relative;
    padding-left: 19px;
    display: block;
}

.footer .list-inline li>a:hover,
.footer .list-inline li>a:hover i {
    color: #cc9900;
}

.footer-bottom {
    background-color: #333;
}

.footer-bottom>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer-bottom .styled-icons {
    line-height: normal;
    text-align: right;
}

.footer-bottom .styled-icons.icon-dark a {
    background-color: #555;
}

.footer .widget .widget-title {
    margin-bottom: 10px;
    padding: 3px;
    background-color: transparent;
    line-height: normal;
    display: block;
    letter-spacing: 1px;
    position: relative;
    padding-left: 27px;
}

.footer .widget .widget-title::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../../../images/common/icon/icon-4.svg);
    position: absolute;
    top: 1px;
    left: 0px;
}

.footer .widget ul {
    padding-left: 5px;
}

.footer .widget .widget-title a {
    color: #fff;
}

.footer .widget .widget-title a:hover {
    color: #cc9900;
}

.footer .widget ul li {
    font-size: 14px;
    letter-spacing: 1px;
}

.footer .widget ul li a {
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.footer .widget ul li a i {
    padding-right: 6px;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.footer .widget ul li a:hover,
.footer .widget ul li a:hover i {
    color: #cc9900;
}

.footer .widget.dark {
    margin-bottom: 0;
}

.footer .line-bottom:after {
    border: 1px solid #fff;
}

.footer .widget.dark+.widget.dark {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .footer {
        text-align: left;
    }

    .footer .list-inline {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .footer .widget.dark {
        margin-bottom: 20px;
        padding-left: 9px;
    }

    .footer .widget.dark ul {
        padding-left: 2px;
    }

    .footer-bottom>.container>.row {
        display: inline-block;
    }

    .footer-bottom .styled-icons {
        text-align: center;
        margin-top: 15px;
    }

    .footer .line-bottom:after {
        left: 27px;
        margin-left: -25px;
    }
}

/* *****************************
            sidebar
***************************** */
.widget .widget-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    background-color: #2e57a6;
    padding: 7px 15px;
    display: none;
    color: #fff;
}

.widget .widget-title i {
    padding-right: 7px;
}

.nav-item ul {
    display: none;
}

.categories ul.list li a {
    font-size: 14px;
    letter-spacing: 0.5px;
    display: block;
    line-height: normal;
    color: #666;
}

.categories ul.list li a i {
    position: absolute;
    right: 4px;
    top: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
}

.widget ul.list li .im_list li {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.widget ul.list li .im_list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.nav-item.nav-show .im_menu i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-item.nav-show ul.im_list {
    display: block !important;
}

.nav-item>a {
    font-weight: 400;
}

.widget ul.list li .im_list {
    margin-left: 0;
}

.widget ul.list li .im_list li a {
    color: #000000;
    padding: 6px 25px 6px 35px;
}

.widget ul.list li .im_list li.got_u>a {
    background-color: #f3f3f3;
    color: #000;
}

.widget ul.list li .im_list li:hover>a {
    background-color: #5bc0de;
    color: #fff;
}

.widget ul.list li.nav-item.nav-show {
    padding-bottom: 0;
}

.widget ul.list>li {
    background-color: #5bc0de;
    position: relative;
    margin: 0;
    padding: 0;
}

.widget ul.list li>a {
    color: #fff;
}

.widget .list-border li {
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.categories .nav-item.nav-show>a i {
    top: 7px;
    right: 10px;
}

.categories .nav-item>a {
    padding: 6px 25px 6px 20px;
}

.categories .im_list {
    background-color: #fff;
}

.widget ul.list li .im_list li:hover a {
    background-color: #f1f1f1;
    color: #000;
    position: relative;
}

.widget ul.list li .im_list li a::before {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    font-size: 18px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #767676;
}

/* *****************************
            home-news
***************************** */
.home_news_sec .btn {
    border-radius: 0;
}

@media (min-width: 992px) {
    .home_news_sec .left_title {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .home_news_sec .section-title>.row {
        display: block;
    }

    .home_news_sec .left_title {
        margin-bottom: 10px;
        text-align: center;
    }

    .home_news_sec .right_title {
        text-align: center;
    }

    .home_news_sec .section-title p.left-bordered {
        border: none;
    }
}

/* *****************************
            home-link
***************************** */
.home_link_sec .team-thumb img {
    margin-bottom: 0;
}

.home_link_sec .team-bottom-part {
    background-color: #fff;
    padding: 0px !important;
}

.row_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-members.style2:hover .team-bottom-part {
    border-color: #2e57a6 !important;
}

/* .home_link_sec .icon-box .icon {margin-bottom: 15px;}
.icon-box.iconbox-theme-colored .icon {color: #2E57A6;}
.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {box-shadow: 0 0 0 3px #2E57A6;}
.icon-box.iconbox-theme-colored .icon.icon-bordered {border-color: #2E57A6;}
.icon-box.iconbox-theme-colored:hover .icon.icon-bordered {background-color: #2E57A6;color: #fff;}
.icon-box.iconbox-theme-colored .icon.icon-bordered > a {display: block;}
.icon-box.iconbox-theme-colored:hover .icon.icon-bordered > a {color: #fff;}
.home_link_sec .icon-box-title a {color: #3366CC;}
.home_link_sec .icon-box-title a:hover {color: #2E57A6;}
.home_link_sec .icon-box-title + p {color: #777;} */
@media (min-width: 992px) {
    .home_link_sec .left_title {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .home_link_sec .section-title>.row {
        display: block;
    }

    .home_link_sec .section-content>.row_link {
        display: block;
    }

    .home_link_sec .left_title {
        margin-bottom: 10px;
        text-align: center;
    }

    .home_link_sec .right_title {
        text-align: center;
    }

    .home_link_sec .section-title p.left-bordered {
        border: none;
    }
}

/* *****************************
            rwd-table
***************************** */
.rwd-table {
    background: #fff;
}

.rwd-table a {
    color: #595656;
}

.rwd-table a::before {
    font-family: "FontAwesome";
    content: "\f0da";
    margin-right: 5px;
}

.rwd-table a:hover {
    color: #2e57a6;
}

.rwd-table tr:nth-child(odd) {
    background: #e4f3fa;
}

.rwd-table tr:first-child {
    background: #5bc0de;
    word-break: keep-all;
}

.rwd-table tr:first-child th {
    color: #fff;
    text-align: center;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
    border-bottom: 2px solid #dddddd;
}

.rwd-table td {
    display: table;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 6.5em;
    display: table-cell;
    vertical-align: middle;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table th,
.rwd-table td:before {
    color: #555;
    font-weight: bold;
}

@media (min-width: 768px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 1px 10px;
        border: 1px solid #dddddd;
    }

    .rwd-table th {
        border-bottom-width: 2px;
    }
}

/* *****************************
        products-grid
***************************** */
.row_products_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.row_products_grid .col_list {
    width: 25%;
    height: auto;
    padding: 0 8px;
}

.row_products_grid .products_grid_menu {
    height: 100%;
}

.products_grid_list {
    padding: 5px;
    height: 100%;
    border: 1px solid #5bc0de;
    overflow: hidden;
}

.products_grid_list img {
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* .products_grid_list:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} */
.products_grid_list h6 {
    font-size: 14px;
    margin-top: 0.5rem;
    word-break: break-all;
    margin-bottom: 0;
    color: #1f406d;
    position: relative;
    height: 22px;
}

.products_grid_list h6:after {
    content: "";
    background-color: #b3b3b3;
    height: 1px;
    display: block;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.products_grid_list p {
    font-size: 13px;
    margin-bottom: 0;
    word-break: break-all;
    color: #2e57a6;
}

.products_grid_menu:hover {
    -webkit-box-shadow: 1px 1px 10px #ddd;
    -moz-box-shadow: 1px 1px 10px #ddd;
    -mz-box-shadow: 1px 1px 10px #ddd;
    box-shadow: 1px 1px 10px #ddd;
}

@media (max-width: 991px) {
    .row_products_grid .col_list {
        width: 50%;
    }

    .products_grid_list {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .products_grid_list {
        padding: 5px;
    }

    .products_grid_list h6,
    ducts_grid_list p {
        line-height: normal;
    }
}

/* *****************************
        products-list
***************************** */
.col_umn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col_umn .top {
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font: 12px/1.6 'Open Sans';
}

@media (min-width:992px) {
    .col_umn .top {
        height: 26px !important;
    }
}

.col_umn .top a {
    color: #ffffff;
}

.col_umn .top a:hover {
    color: #093683;
}

.top .product_no {
    width: 12%;
    border: 1px solid #c7d1e7;
    border-bottom: none;
    border-right: none;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center;
    background-color: #2e57a6;
}

.top .product_name {
    width: 12%;
    border: 1px solid #c7d1e7;
    border-bottom: none;
    border-right: none;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    background-color: #2e57a6;
}

.top .chemical_name {
    width: 76%;
    border: 1px solid #c7d1e7;
    border-bottom: none;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #2e57a6;
}

.col_umn .top span {
    display: block;
    word-break: break-all;
    line-height: normal;
}

.col_umn .left {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 98px !important;
}

.col_umn .right {
    width: 76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 98px !important;
}

.product_pic {
    border: 1px solid #c7d1e7;
    width: 100%;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.product_pic:hover>a {
    opacity: 1;
}

.product_pic a {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product_pic img {
    width: auto;
    height: 85px;
}

.product_content {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 12px/1.6 'Open Sans';
}

.product_content .table-responsive {
    width: 100%;
    height: 100%;
    border-color: #c7d1e7;
}

.product_content .table {
    margin: 0;
    width: 100%;
    height: 100%;
}

.product_content .table th,
.product_content .table td {
    vertical-align: middle;
    padding: 0px 4px;
    line-height: normal;
}

.right .product_others {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_content .table-bordered>tbody>tr>td,
.product_content .table-bordered>tbody>tr>th,
.product_content .table-bordered>tfoot>tr>td,
.product_content .table-bordered>tfoot>tr>th,
.product_content .table-bordered>thead>tr>td,
.product_content .table-bordered>thead>tr>th {
    border-color: #c7d1e7;
}

.right .inquiry,
.right .sds,
.right .msds {
    width: 100%;
    border: 1px solid #c7d1e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-left: none;
    border-bottom: none;
    justify-content: center;
    padding: 5px;
}

.right .inquiry {
    /* height: 43%; */
    border-bottom: 1px solid #c7d1e7;
}

.product_others .inquiry .btn {
    font-size: 25px;
    padding: 0;
    line-height: 60px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-mail {
    width: 27px;
    padding-bottom: 4px;
}

.product_others .inquiry .btn:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 4px;
    left: 4px;
}

.right .sds {
    height: 28%;
}

.right .msds {
    border-bottom: 1px solid #ddd;
    height: 29%;
}

@media (max-width: 767px) {
    .product_content .table-responsive {
        margin-bottom: 0;
        border-top: none;
    }

    .col_umn .top {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .top .product_no {
        word-break: break-all;
        width: 50%;
    }

    .top .product_name {
        word-break: break-all;
        width: 50%;
        border-right: 1px solid #c7d1e7;
    }

    .top .chemical_name {
        width: 100%;
        word-break: break-all;
    }

    .col_umn .left {
        width: 100%;
    }

    .product_pic {
        border-right: 1px solid #c7d1e7;
        border-bottom: none;
    }

    .col_umn .right {
        width: 100%;
    }

    .inquiry .btn {
        padding: inherit;
    }

    .product_others .inquiry .btn {
        font-size: 20px;
        padding: 0px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .product_others .inquiry .btn:before {
        width: 40px;
        height: 40px;
        top: 2px;
        left: 2px;
    }
}

@media (max-width: 400px) {
    .inquiry .btn,
    .sds .btn,
    .msds .btn {
        padding: 5px;
    }
}

/* *****************************
        products-view
***************************** */
.row_prodetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.products_left,
.products_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.products_left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.prodetail_img img {
    width: 100%;
}

.related_assets {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related_assets .inquiry {
    width: 100%;
}

.related_assets .sds,
.related_assets .msds {
    width: calc(50% - 5px);
}

.related_assets .inquiry .btn,
.related_assets .sds .btn,
.related_assets .msds .btn {
    display: block;
    margin: 5px 0;
}

.related_goods .line-bottom {
    color: #337ab7;
    font: bold 24px 'Open Sans', sans-serif;
    margin-top: 0;
    position: relative;
}

.related_goods {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px dashed #999;
}

.products_view_no,
.products_view_name {
    background-color: #f0f0f0;
    color: #777777;
    font: 12px/1.6 'Open Sans';
}

.products_right .products_view_no td,
.products_right .products_view_name td {
    background-color: #ffffff;
    color: #2e57a6;
    font-weight: 600;
}

@media (max-width: 767px) {
    .row_prodetail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row_prodetail .products_left {
        margin-bottom: 20px;
    }

    .related_assets {
        width: 100%;
    }
}

/* *****************************
            news-list
***************************** */
@media (min-width: 768px) {
    .news_list_sec .rwd-table th,
    s_list_sec .rwd-table td {
        padding: 1px;
    }
}

/* *****************************
            news-view
***************************** */
.entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.entry-meta .entry-title {
    margin: 0;
}

.page_nev .rs-vertical-middle {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
}

.page_nev .nev_btn a {
    min-width: auto;
}

@media (max-width: 767px) {
    .news_view_sec .entry-title {
        font-size: 16px;
    }
}

/* *****************************
            contact
***************************** */
.nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-fill .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
    background-color: transparent;
    border: 2px solid #5bc0de;
    color: #337ab7;
    border-radius: 0;
    margin: 0 5px 5px 0;
    padding: 0.5rem 0.8rem;
    font-weight: 500;
}

.nav-fill .nav-item:hover {
    background-color: #337ab7;
    color: #fff;
    border-color: #337ab7;
}

p.method-title {
    position: relative;
}

.method-title span.move2 {
    position: absolute;
    top: -80px;
    left: 0;
}

.contact_sec .method-title img {
    margin-bottom: 0;
    max-height: 15px;
}

.contactable .table tr td {
    padding: 3px;
    line-height: normal;
}

/* *****************************
            inquiry
***************************** */
.inquiry_sec .rwd-table td:before {
    width: 135px;
}

.inquiry_sec .rwd-table td {
    white-space: nowrap;
}

.inquiry_sec .rwd-table select {
    padding: 4px;
    margin-right: 3px;
    width: 55px;
}

.inquiry_sec .rwd-table input {
    border: 1px solid rgb(169, 169, 169);
    margin: 0 3px;
}

.inquiry_sec .responsive_table {
    margin-bottom: 40px;
}

.form-control.upperfont {
    width: 50%;
    display: inline-block;
}

#capcha_image {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 0;
}

#capcha_image:after {
    content: "\f021";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    left: auto;
}

.inquiry_sec .rwd-table td img {
    max-height: 100px;
}

@media (min-width: 768px) {
    .inquiry_sec .rwd-table th,
    uiry_sec .rwd-table td {
        text-align: center;
    }
}

@media (max-width: 350px) {
    .inquiry_sec .responsive_table .btn {
        padding: 8px 10px;
    }
}

/* *****************************
            search
***************************** */
.search_sec .search_bar .widget {
    margin-bottom: 20px;
}

.search_sec .search_bar .widget form {
    margin-bottom: 0;
}

@media (min-width: 1001px) {
    .search_sec .search_bar {
        display: none;
    }
}

.download-table th {
    background-color: #2e57a6;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e5e9f3;
}

.download-table th,
.download-table td {
    vertical-align: middle !important;
    text-align: center;
}

.download-table th:first-child,
.download-table td:first-child {
    vertical-align: middle !important;
    text-align: left;
}

.download-table a {
    display: inline-block;
    background-color: rgb(60, 144, 184);
    border: 1px solid rgb(60, 144, 184);
    padding: 2px 10px;
    margin: 3px 0px;
    border-radius: 0px;
    font-size: 13px;
    cursor: pointer;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

.products_download {
    text-transform: uppercase;
}

.ajax_delete_inquiry {
    cursor: pointer;
}

ul.list {
    margin-top: 0;
}

.category_nav {
    margin: 0;
}

.category_nav a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    padding: 5px 10px;
    background-color: #2e57a6;
    color: #fff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 4px 10px;
    letter-spacing: .5px;
    vertical-align: middle;
}

.products_right table th {
    min-width: 135px;
    font-size: 13px;
    font-weight: 400;
}

.products_right .table-bordered>tbody>tr:last-child>th:first-child {
    border-bottom-color: #c7d1e7;
}

.products_right .table-bordered>tbody>tr>th,
.products_right .table-bordered>tfoot>tr>th,
.products_right .table-bordered>thead>tr>th {
    border-color: #c7d1e7;
    border-right-color: #c7d1e7;
    border-left-color: #c7d1e7;
    border-top-color: #c7d1e7;
}

.products_right .table-bordered>tbody>tr>td,
.products_right .table-bordered>tfoot>tr>td,
.products_right .table-bordered>thead>tr>td {
    border-color: #c7d1e7;
}

.products_right table tbody tr th {
    background-color: #dfe4f1;
    color: #2e57a6;
}

.products_right table td {
    font-size: 13px;
    color: #000000;
}

.header-nav .scroll-to-fixed-fixed .menuzord-menu>li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.scroll-to-fixed-fixed .menuzord-brand img {
    height: 70px;
}

.scroll-to-fixed-fixed .menuzord-menu ul.dropdown {
    top: 37px;
}

.class_tree_list {
    display: table;
    width: 100%;
}

.class_tree_list>ul {
    display: block;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
}

.class_tree_list>ul::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 0.5px dotted #767676;
    bottom: 0;
    left: 0;
}

.class_tree_list>ul>li>a,
.class_tree_list>ul>li {
    font-weight: 400;
    font-size: 14px;
    color: #015293;
    display: block;
    position: relative;
    line-height: 28px;
}

/* .class_tree_list > ul > li {
    padding-left: 5px;
    border-left: 10px solid #015293;
    font-weight: 600;
} */
.class_tree_list>ul>li span {
    padding-left: 5px;
    border-left: 10px solid #015293;
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 0;
    font-size: 15px;
}

.class_tree_list>ul>li {
    margin-bottom: 10px;
}

.class_tree_list>ul>ul>li>a,
.class_tree_list>ul>ul>li {
    font-size: 14px;
    color: #5bc0de;
}

.class_tree_list ul .inline-category {
    border: 0;
}

.class_tree_list ul .inline-category li,
.class_tree_list>ul>.inline-category>li>a {
    border: 0;
}

.class_tree_list>ul>ul>li {
    margin: 0px 0px 5px 0px;
    line-height: 17px;
    position: relative;
    vertical-align: top;
}

.class_tree_list>ul>ul>ul>li>a {
    display: inline-block;
    color: #000000;
    position: relative;
    padding-left: 8px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 12px;
}

.class_tree_list>ul>ul>ul>li>a::before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #767676;
}

.class_tree_list>ul>ul>li>a:hover,
.class_tree_list>ul>ul>ul>li>a:hover {
    color: #3366cc;
}

.class_tree_list>ul>ul>ul>li {
    display: inline-block;
    width: 33%;
    padding-right: 6px;
    vertical-align: top;
}

.tree_list_title {
    font: bold 24px "Open Sans", sans-serif;
    line-height: 45px;
    color: #337ab7;
    position: relative;
}

.tree_list_title span {
    position: absolute;
    top: -140px;
}

.class_tree_list>ul>ul>ul {
    margin: 0;
    padding-left: 2px;
}

.class_tree_list>ul>ul {
    margin: 0 0px 10px 0px;
    vertical-align: top;
}

.inline-category {
    display: inline-block !important;
    width: 32%;
}

@media (max-width: 767px) {
    .inline-category {
        width: 49%;
    }

    .class_tree_list>ul>ul>ul>li {
        width: 49%;
    }
}

.products_breadcrums {
    text-align: right;
}

.products_breadcrums a {
}

.products_breadcrums li {
    font-size: 14px;
}

.products_breadcrums .breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0;
}

@media (max-width: 991px) {
    .products_breadcrums {
        text-align: center;
    }
}

.kind-title {
    font: bold 12px 'Open Sans', sans-serif;
    color: #093683;
}

.kind-title::before {
    width: 100%;
    display: block;
    content: '';
    border-bottom: 1px dotted #767676;
    margin-bottom: 10px;
}

.kind-title:first-of-type::before {
    border-bottom: 0px;
    margin: 0;
}

.kind-title::after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #777777;
    margin-left: 5px;
}

.contact_sec .method-title img {
    max-height: unset;
}

.contactable .table tr td {
    border: 0px;
    font: 12px/180% "Open Sans", sans-serif;
}

.editor-area .contactable .table tr td p {
    font: 14px/180% Arial;
    font-weight: 600;
    color: #4bcaf0;
    letter-spacing: 1px;
}

.editor-area .editor-section {
    position: relative;
}

.editor-area .editor-section span.tags {
    position: absolute;
    top: -200px;
}

.contact_sec .method-title img {
    max-height: unset;
}

.rwd-table a::before {
    display: none;
}

.inquiry_sec .rwd-table td {
    text-align: center;
}

@media (max-width:767px) {
    .inquiry_sec .rwd-table td {
        text-align: left;
    }

    #capcha_image {
        margin-left: 0;
        margin-top: 10px;
    }
}

.footer-bottom .styled-icons {
    visibility: hidden;
}

.class_tree_list>ul>ul {
    margin: 0 0 0 0;
}

/* slidebox */
.fixed-silde-wrap {
    position: fixed;
    width: 350px;
    max-height: 200px;
    bottom: 0;
    right: 0;
    transform: translateX(335px);
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}

.fixed-silde-wrap img {
    margin: 0;
}

.fixed-slide-close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 10px;
    z-index: 3;
    background-color: #1f3f6dab;
    border: 1px solid #fff;
    cursor: pointer;
    width: 36px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.fixed-slide-close .linebox {
    width: 20px;
}

.fixed-slide-close .linebox .line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
}

.fixed-silde-wrap.close:hover {
    opacity: 1;
    transform: translateX(325px);
}

.fixed-silde-wrap.open {
    transform: translateX(0);
    opacity: 1;
}

.fixed-silde-wrap.close {
    transform: translateX(335px);
}

.fixed-slide-open {
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.fixed-silde-wrap.open .fixed-slide-open {
    display: none;
}

.fixed-silde-wrap.open:hover .fixed-slide-close {
    opacity: 0.6;
}

.fixed-silde-wrap.open:hover .fixed-slide-close:hover {
    opacity: 1;
}

/* addstyle */
.menuzord.theme-colored .menuzord-menu>li.active>a,
.menuzord.theme-colored .menuzord-menu>li:hover>a,
.menuzord.theme-colored .menuzord-menu ul.dropdown li:hover>a {
    background-color: #2e57a6;
}

.swiper-slide-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.swiper-height {
    height: 420px;
}

.swiper-slide-thumb .swiper-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.swiper-slide-thumb .swiper-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-buttons {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-image: unset;
    background-color: rgba(0, 0, 0, 20%);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.swiper-buttons .swiper-button-next:hover,
.swiper-buttons .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 60%);
}

.swiper-buttons .swiper-button-next::after,
.swiper-buttons .swiper-button-prev::after {
    content: '';
    font-family: "revicons";
    color: #ffffff;
    font-size: 20px;
}

.swiper-buttons .swiper-button-prev::after {
    content: "\e824";
}

.swiper-buttons .swiper-button-next::after {
    content: "\e825";
}

.swiper-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    box-sizing: border-box;
    margin: 0 6px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2.4px solid #ffffff;
    border-radius: 50%;
    opacity: .4;
    transition: 0.3s ease-in-out;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

.swiper-slide-thumb .editor-area {
    text-align: center;
}

.swiper-slide-thumb .editor-area h4 {
    font-size: 24px;
    line-height: normal;
    color: #ffffff;
    margin: 0;
}

.swiper-slide-thumb .editor-area h2 {
    font-size: 60px;
    line-height: normal;
    color: #ffffff;
    margin: 0;
}

.swiper-slide-thumb .editor-area p {
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0 20px 0;
}

.swiper-content .editor-area>* {
    opacity: 0;
    transform: translateY(-30px);
    transition: all .9s;
}

.swiper-slide-active .swiper-content .editor-area>* {
    opacity: 1;
    transform: none;
}

.swiper-slide-active .swiper-content .editor-area>*:nth-child(1) {
    transition-delay: 0.3s;
}

.swiper-slide-active .swiper-content .editor-area>*:nth-child(2) {
    transition-delay: 0.4s;
}

.swiper-slide-active .swiper-content .editor-area>*:nth-child(3) {
    transition-delay: 0.5s;
}

.swiper-slide-active .swiper-content .editor-area>*:nth-child(4) {
    transition-delay: 0.6s;
}

.swiper-slide-active .swiper-content .editor-area>*:nth-child(5) {
    transition-delay: 0.7s;
}

.swiper-slide-active .swiper-content .editor-area>*:nth-child(6) {
    transition-delay: 0.8s;
}

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

.row-flex>* {
    float: unset !important;
}

.btn-theme-colored {
    background-color: #2e57a6;
    border-color: #2e57a6;
}

.home_news_sec {
    padding: 50px 0;
}

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

.section-title .title {
    margin-bottom: 0;
    position: relative;
    color: #2e57a6;
    font-size: 36px;
    line-height: normal;
}

/* .row-newslist {
    margin: 0;
} */
.col-newslist {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.col-newslist:not(:first-child) {
    border-left: 1px solid #dfdfdf;
}

.news-thumb-1 {
    padding: 5px 0;
    height: 100%;
}

.news-thumb-1 .news-date {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    font-weight: 600;
    line-height: normal;
    color: #808080;
}

.news-thumb-1 .news-title {
    font-size: 21px;
    line-height: normal;
    margin: 0;
    font-weight: 600;
}

.news-thumb-1 .news-title a {
    color: #2e57a6;
    transition: 0.3s ease-in-out;
}

.news-thumb-1 .news-title a:hover {
    text-decoration: underline;
    color: #093683;
}

.readmore-box {
    text-align: right;
}

.home_link_sec {
    padding: 0 0 20px 0;
}

.col-linklist {
    margin-bottom: 30px;
}

.link-thumb-1 {
    position: relative;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 5px;
    transition: 0.3s ease-in-out;
}

.link-thumb-1 .thumb-image {
    position: relative;
    overflow: hidden;
}

.link-thumb-1 .thumb-image::before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100%);
    height: calc(100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(46, 87, 166, 30%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.link-thumb-1 .thumb-image img {
    margin: 0;
    transition: 0.3s ease-in-out;
}

.link-thumb-1:hover .thumb-image img {
    transform: scale(1.12);
}

.link-thumb-1 .thumb-content {
    text-align: center;
    padding: 10px 5px 5px 5px;
}

.link-thumb-1 .thumb-content h3 {
    color: #2e57a6;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: normal;
}

.link-thumb-1:hover {
    border-color: #2e57a6;
}

.link-thumb-1:hover .thumb-image::before {
    opacity: 1;
}

.overlink {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 3;
}

.topbar-language li a {
    color: #404040;
    font-size: 14px;
}

.topbar-language li:first-child a {
    border-color: #a8a8a8;
}

.menuzord-menu>li>a {
    padding: 7px 13px;
    font-size: 17px;
}

.header-nav .header-nav-wrapper {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 2%);
}

.head-mail-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    color: #ffffff;
    font-size: 25px;
    border-radius: 50%;
    background-color: #2e57a6;
    padding-bottom: 3px;
    line-height: normal;
    margin-right: 10px;
}

.widget .search-button {
    background-color: #2e57a6;
    border: 1px solid #2e57a6;
    color: #fff;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

.widget .search-input {
    border: 1px solid #dfe4f1;
    background-color: #dfe4f1;
    height: 45px;
    padding: 10px 15px;
    line-height: normal;
    font-weight: 400;
    width: 100%;
    font-size: 18px;
    color: #767676;
}

.widget .search-input::placeholder {
    color: #9e9e9e;
}

.header-middle .widget .head-mail-title {
    font-weight: 600;
    font-size: 16px;
    color: #808080;
}

.header-middle .widget .head-mail-text {
    letter-spacing: .5px;
    margin: 0;
    font-size: 14px;
}

.menuzord-brand img {
    transition: 0.3s ease-in-out;
    height: 100px;
}

.breadcrumb_sec {
    padding: 10px 0;
}

.breadcrumb {
    margin: 0;
    padding: 10px 0;
}

.breadcrumb li {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

.breadcrumb li a {
    color: #333333;
    transition: 0.3s ease-in-out;
}

.breadcrumb li a:hover {
    color: #2e57a6;
    text-decoration: underline;
}

.breadcrumb li.active {
    color: #333333;
}

.inner_title {
    color: #2e57a6;
    font-size: 32px;
    margin: 5px 0 20px 0;
    padding: 0;
}

.inner_title span {
    border: unset;
}

.edit_video_thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.edit_video_thumb .row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.editor-area .edit_video_thumb .thumb-content {
    padding: 30px 0;
}

.editor-area .edit_video_thumb h2 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}

.editor-area .edit_video_thumb h6 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
}

.editor-area .edit_video_thumb p {
    margin: 40px 0 0 0;
}

.video-btn {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 60%);
    color: #333333;
    font-size: 20px;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    letter-spacing: normal;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 20%);
    transition: 0.3s ease-in-out;
}

.video-btn:hover {
    background-color: rgba(255, 255, 255, 80%);
    color: #333333;
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 30%);
    text-decoration: unset !important;
}

.video-btn:active,
.video-btn:focus {
    color: #333333;
}

.about_sec_3 {
    padding: 45px 0;
}

.about_info_thumb {
    padding: 15px 0;
}

.about_info_thumb h3 {
    color: #2e57a6;
}

.editor-area ul {
    margin-top: 0;
    margin-bottom: 0;
}

.editor-area ul li {
    font-size: 16px;
    line-height: 24px;
    color: #404040;
}

.editor-area ul li:not(:last-child) {
    margin-bottom: 0 0 4px 0;
}

.row-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about_info_thumb:nth-child(even) .col-info-image {
    order: 2;
}

.about_info_thumb:nth-child(even) .col-info-content {
    order: 1;
}

.news-thumb-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    height: 100%;
}

.news-thumb-2 .thumb-content {
    flex: 1;
    padding-left: 20px;
}

.news-date-2 {
    position: relative;
    width: 43px;
}

.news-date-2 .news-y {
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 13px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #2e57a6;
    margin-left: 2px;
}

.news-md {
    position: relative;
    width: 43px;
    height: 50px;
    color: #2e57a6;
}

.news-md .news-m,
.news-md .news-d {
    position: absolute;
    font-size: 21px;
    line-height: 21px;
    color: #2e57a6;
    font-style: italic;
    font-weight: 800;
}

.news-md .news-m {
    top: 0;
    left: 0;
}

.news-md .news-d {
    bottom: 0;
    right: 0;
}

.news-md::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 60px;
    width: 1px;
    background-color: #2e57a6;
    transform: translate(-50%, -50%) rotate(45deg);
}

.entry-date {
    padding: 5px;
}

.entry-date .news-date-2 .news-y {
    color: #ffffff;
    margin-left: -7px;
}

.entry-date .news-md .news-m,
.entry-date .news-md .news-d {
    color: #ffffff;
}

.entry-date .news-md::before {
    background-color: #ffffff;
}

.row-newslist-2 {
    display: flex;
    flex-wrap: wrap;
}

.col-newslist-2 {
    margin-bottom: 20px;
}

.news-thumb-2 .thumb-content .news-title {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 400;
}

.news-thumb-2 .thumb-content .news-title a {
    color: #333333;
}

.news-thumb-2 .thumb-content .news-title a:hover {
    text-decoration: underline;
    color: #2e57a6;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #2e57a6;
    border-color: #2e57a6;
}

.inner-header.divider .container {
    margin-bottom: 0 !important;
}

.news_view_sec .editor-area h3 {
    position: relative;
    padding-left: 16px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #333333;
    margin: 20px 0;
}

.news_view_sec .editor-area h3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: calc(100% - 7px);
    background-color: #333333;
}

#wrapper {
    max-width: 100%;
    overflow: hidden;
}

.simple-button-plugin {
    margin: 2px;
}

.contact_sec .editor-area .location_thumb {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.contact_sec .editor-area .location_thumb h3 {
    color: #2e57a6;
    font-size: 20px;
}

.editor-area .contactable .table tr td h5 {
    color: #2e57a6;
    font-size: 16px;
}

.contactable .table>thead>tr>th {
    border: unset;
    padding: 3px 3px 10px 3px;
    font-size: 16px;
    line-height: 21px;
    color: #2e57a6;
    border: unset;
}

.contactable .table tr td {
    border: 0px;
    font-size: 13px;
    line-height: 19px;
    padding: 4px 3px;
}

.contactable .table tr td:nth-child(1) {
    text-align: center;
}

.contactable .table .fa-mobile {
    font-size: 18px;
}

.contactable .table {
    margin: 15px 0;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info p {
    color: #2e57a6;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.row-input {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.col-input-left {
    width: 240px;
    padding-right: 20px;
}

.col-input-right {
    flex: 1;
}

.input-label {
    position: relative;
    margin-bottom: 0;
}

.req {
    position: absolute;
    top: 0px;
    right: -10px;
    color: #d00;
    display: block;
    line-height: normal;
    letter-spacing: normal;
    font-size: 19px;
}

.inquiry_form .form-control {
    border: 1px solid #b0bfde;
}

.inquiry_form .form-control:focus,
.inquiry_form .form-control:active {
    border: 1px solid #2e57a6 !important;
    box-shadow: 0 0 0 4px #2e57a61a;
}

.input-item-1 {
    display: flex;
}

.input-item-1 .sex-select {
    margin-left: 20px;
}

.input-item-1 select[name="cm_sex"] {
    width: 200px;
}

.inquiry_form .form-group {
    margin-bottom: 0;
    display: flex;
}

.form-group.flex-end {
    justify-content: flex-end;
}

.download-table-style {
    border: unset;
}

.download-table-style .table-striped>tbody td {
    border: unset;
    padding: 15px 0;
    border-bottom: 1px dashed #dfdfdf;
    vertical-align: middle;
}

.download-table-style .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.download-table-style .table-striped>tbody td h6 {
    color: #2e57a6;
    font-size: 17px;
    line-height: 21px;
    margin: 0;
}

.download-table-style .table-striped>tbody td h6 a {
    color: #2e57a6;
    font-weight: bold;
}

.download-table-style .table-striped>tbody td p {
    margin: 3px 0 0 0;
    font-size: 13px;
    color: #808080;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 1px;
}

.download-table-style .table-striped>tbody td:nth-child(1) {
    width: 56px;
    padding-right: 20px;
}

.download-table-style .table-striped>tbody td:last-child {
    padding-right: 0;
}

.btn-download {
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
    justify-content: center;
    align-items: center;
    background-color: #2e57a6;
    color: #ffffff;
    border-radius: 50%;
    border: unset;
    transition: 0.3s ease-in-out;
}

.btn-download:hover {
    background-color: #093683;
    color: #ffffff;
    text-decoration: none !important;
}

.prd_level_1 h3 {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    background-color: #2e57a6;
    padding: 6px 10px;
}

.prd_level_1 h3 span {
    display: block;
    opacity: 0;
    position: absolute;
    top: -135px;
    z-index: -1;
}

.prd_level_2 {
    margin-bottom: -5px;
}

.prd_level_2 h4 {
    font-size: 21px;
    line-height: 25px;
    color: #2e57a6;
    margin: 0 0 0 0;
    font-weight: 600;
    letter-spacing: .5px;
}

.prd_level_2 p {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    margin: 5px 0 0 0;
    letter-spacing: .5px;
}

.prd_level_3 h5 {
    font-size: 16px;
    position: relative;
    padding-left: 14px;
    margin: 0 0 0 0;
    letter-spacing: .5px;
    color: #2e57a6;
    font-weight: 600;
    line-height: 18px;
}

.prd_level_3 h5 a {
    color: #2e57a6;
    left: 0;
    position: relative;
    transition: 0.3s ease-in-out;
}

.prd_level_3 h5 a:hover {
    left: 3px;
    text-decoration: underline;
    color: #093683;
}

.prd_level_3 h5::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 16px;
    width: 6px;
    background-color: #2e57a6;
    margin-right: 5px;
    top: 0;
    left: 0;
}

.col-prd-2-left,
.col-prd-2-right {
    margin: 10px 0;
}

.col-prd-2-left {
    width: 240px;
    border-right: 1.5px solid #dfdfdf;
    padding-right: 30px;
    margin-right: 30px;
}

.col-prd-2-right {
    flex: 1;
}

.row-prd-3 {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.col-prd-3 {
    width: 50%;
    padding: 6px;
}

.prd_grid_list {
    margin: 5px 0 0 0;
}

.prd_grid_list li {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
}

.prd_grid_list li a {
    color: #404040;
    position: relative;
    left: 0;
    transition: 0.3s ease-in-out;
}

.prd_grid_list li a:hover {
    left: 3px;
    color: #2e57a6;
    text-decoration: underline;
}

.prd_grid_list li {
    position: relative;
    padding-left: 14px;
}

.prd_grid_list li::before {
    content: '';
    display: block;
    margin-right: 5px;
    width: 6px;
    height: 0;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #404040;
    border-bottom: 2px solid #404040;
}

.row-prd-2 {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1.5px solid #dfdfdf;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.category_nav a {
    background-color: #2e57a6;
}

.widget ul.list li>a {
    color: #404040;
    background-color: #dfe4f1;
}

.widget ul.list li .im_list li a {
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}

.widget ul.list li .im_list li a:hover {
    color: #2e57a6;
    text-decoration: underline;
}

.btn-download-2 {
    padding: 10px 17px;
    line-height: normal;
    font-weight: 600;
    background-color: #2e57a6;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    display: inline-block;
    margin: 4px 2px;
}

.btn-download-2:hover {
    color: #ffffff;
    background-color: #093683;
    transition: 0.3s ease-in-out;
}

.btn-download-2 i {
    margin-left: 10px;
}

.products_grid_sec .editor-area div[class="row"] {
    margin: 0 -10px;
}

.products_grid_sec .editor-area div[class="col"] {
    padding: 0 10px;
}

.row_products_grid {
    margin: 0 -8px;
}

.row_products_grid .col_list {
    padding: 0 8px;
    margin-bottom: 16px !important;
}

.products_grid_list {
    padding: 0;
    border: 2px solid #dfe4f1;
    background: #dfe4f1;
}

.products_grid_list img {
    background-color: #ffffff;
}

.btn-primary {
    background-color: #2e57a6;
    border-color: #2e57a6;
}

.btn-primary:hover {
    background-color: #093683;
    border-color: #093683;
}

.inquiry .btn-primary {
    background: #dfe4f1;
    color: #2e57a6;
    border-color: #dfe4f1;
}

.inquiry .btn-primary:hover {
    background-color: #2e57a6;
    color: #ffffff;
    border-color: #2e57a6;
}

.products_download {
    color: #2e57a6;
    border-color: #2e57a6;
    transition: 0.3s ease-in-out;
}

.products_download:hover {
    border-color: #2e57a6;
    background-color: #2e57a6;
    color: #ffffff;
}

.related_goods .line-bottom {
    color: #2e57a6;
}

.products_grid_menu:hover {
    box-shadow: unset;
}

.btn {
    transition: 0.3s ease-in-out;
}

.btn-theme-colored2 {
    background-color: #2e57a6;
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #2e57a6;
    border-color: #2e57a6;
}

.btn-theme-colored:hover,
.btn-theme-colored2:hover {
    color: #fff;
    background-color: #093683;
    border-color: #093683;
}

.fixed-silde-wrap {
    z-index: 3;
}

.products_grid_img {
    background-color: #ffffff;
    height: auto !important;
}

.products_grid_list img {
    transform: unset;
    top: unset;
}

.products_grid_list .grid-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 9px 0 6px 0;
}

.products_grid_list .grid-content .p-number {
    display: block;
    border: 0;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    font-weight: 600;
    padding: 0 8px 0 0;
    letter-spacing: normal;
    color: #1f406d;
    margin-bottom: 3px;
}

.products_grid_list .grid-content .p-name {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    color: #1f406d;
    letter-spacing: normal;
    padding: 0;
    margin-bottom: 3px;
}

.products_grid_list:hover .grid-content>*,
.products_grid_list:hover .grid-content>*::before {
    text-decoration: underline;
}

.products_grid_list .p-number:after {
    bottom: unset;
    top: 1px;
    right: -1px;
    height: 14px;
    width: 1px;
    transform: unset;
    left: unset;
    background-color: #b1b1b1;
    opacity: 0;
}

.products_grid_list .p-cas {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 15px;
    margin-top: 0;
    height: auto;
    color: #2e57a6;
    font-size: 12px;
    letter-spacing: normal;
}

.products_grid_list .p-cas::before {
    content: 'CAS No.';
    margin-right: 5px;
    display: inline-block;
}

.products_grid_list .p-cas span {
    display: inline-block;
    margin: 0 4px;
    position: relative;
    top: 1px;
}

.footer a {
    transition: 0.3s ease-in-out;
}

.editor-area .img-flag {
    max-width: 50px;
    padding: 1px;
    background: #f0f0f0;
}

.header_right .search_bar .search-input:focus {
    border-color: #2e57a6;
}

.alert-info {
    color: #2e57a6;
    border-color: #b0bfde;
    background-color: #e5e9f3;
}

.editor-area .btn:hover {
    text-decoration: unset !important;
}

@media (min-width: 992px) {
    .header_right {
        display: flex;
    }

    .header_right .search_bar {
        padding-right: 20px;
        flex: 1;
    }
}

@media (max-width:992px) {
    .about_info_thumb:nth-child(even) .col-info-image {
        order: 1;
    }

    .about_info_thumb:nth-child(even) .col-info-content {
        order: 2;
    }

    .menuzord .showhide {
        width: 39px;
    }

    .menuzord .showhide em {
        margin: 3.5px 0px 0;
    }

    .contactable {
        border: unset;
        margin: 0;
    }

    .col-newslist {
        width: 50%;
    }

    .col-newslist:nth-child(2n+1) {
        border-left: unset;
    }
}

@media (max-width:767px) {
    .input-label {
        margin-bottom: 5px;
    }

    .row-input {
        flex-wrap: wrap;
    }

    .col-input-left {
        width: 100%;
        padding-right: 0;
    }

    .col-input-right {
        flex: unset;
        width: 100%;
    }

    .input-item-1 select[name="cm_sex"] {
        width: 100px;
    }

    #capcha_image {
        margin-left: 20px;
        margin-top: 0;
    }

    .col-prd-2-left {
        width: 140px;
        padding-right: 15px;
        margin-right: 15px;
    }

    .col-prd-3 {
        width: 100%;
    }

    .prd_level_2 h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .prd_level_1 h3 {
        width: 100%;
        text-align: center;
    }

    .prd_level_1 h3 span {
        top: -165px;
    }

    .col-newslist {
        width: 100%;
        border-left: unset;
    }

    .col-newslist:not(:first-child) {
        border-left: unset;
    }

    .news-thumb-1 {
        padding-top: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #dfdfdf;
    }

    .swiper-slide-thumb {
        padding-bottom: 35px;
    }

    .swiper-height {
        height: 300px;
    }

    .swiper-buttons .swiper-button-next,
    .swiper-buttons .swiper-button-prev {
        display: none;
    }

    .swiper-slide-thumb .editor-area h2 {
        font-size: 42px;
    }
}

.news-thumb-3 {
    border: 1px solid #dddddd;
    padding: 10px;
    display: flex;
}

.news-thumb-3 .right-content {
    width: 160px;
    margin-right: 10px;
}

.news-thumb-3 .right-content img {
    margin-bottom: 0;
}

.news-thumb-3 .left-content a {
    font-size: 16px;
    color: #3A7FC7;
    line-height: 20px !important;
    font-weight: bold;
    padding-top: 0;
}

.news-thumb-3 .left-content a:hover {
    color: #175190;
}

.news-thumb-3 .left-content {
    align-items: center;
    width: calc(100% - 170px);
}

.news-thumb-3 .left-content h4.news-title {
    padding-top: 0;
    margin-top: 0;
    line-height: 20px !important;
}

.news-thumb-3 .left-content p {
    text-align: justify;
}

h3.post-title {
    color: #3A7FC7;
    font-weight: bold;
}