@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
/*思源黑*/
/*@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);*/

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

* {
    -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 SC",
        "Noto Sans TC",
        Arial,
        "Open Sans",
        "新微軟正黑體",
        "Microsoft JhengHei",
        "微軟正黑體",
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #6f6f6f;
}

main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

label.error {
    display: none !important;
}

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

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

::placeholder {
    color: rgb(199, 199, 199) !important;
    font-style: italic;
}

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

img.img-responsive,
img.img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: none !important;
}

.cms_around div:not(.col-sm-4):not(.col-sm-6) {
    margin: auto 15px;
}

#verifyImgCode {
    cursor: pointer;
}

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

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

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

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

.all-trans:hover {
    -o-transition: all .5s linear !important;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    transition: all .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;
}

.justifyContain {
    display: block;
    text-align: justify;
    text-align-last: justify;
}

.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;
}

.ckeditor_div_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hidden {
    display: none !important;
}

#capcha_image {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

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

/* 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);
}

.cms_margin_auto {
    margin: auto !important;
}

.cms_no_margin {
    margin: 0 !important;
}

.cms_no_padding {
    padding: 0 !important;
}

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

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

/*************************
Editor area style
*************************/

.editor-area {
    color: #232323;
}

.editor-area p {
    color: #232323;
    line-height: 24px;
    font-size: 16px;
    display: block;
    letter-spacing: normal;
    margin: 0;
}

.editor-area p b {
    color: #232323;
}

.editor-area p:not(:last-child) {
    margin-bottom: 10px;
}

.editor-area ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.editor-area ol {
    list-style-type: decimal;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;

}

.editor-area ul li,
.editor-area ol li {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    padding: 0;
    letter-spacing: normal;
}

.editor-area ul li:not(:last-child),
.editor-area ol li:not(:last-child) {
    margin-bottom: 5px;
}

.editor-area h1 {
    font-size: 34px;
    line-height: 42px;
}

.editor-area h2 {
    font-size: 28px;
    line-height: 36px;
}

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

.editor-area h4 {
    font-size: 21px;
    line-height: 29px;
}

.editor-area h5 {
    font-size: 18px;
    line-height: 26px;
}

.editor-area h6 {
    font-size: 16px;
    line-height: 26px;
}

.editor-area h1,
.editor-area h2,
.editor-area h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 600;
    display: block;
    letter-spacing: normal;
}

.editor-area h4,
.editor-area h5,
.editor-area h6 {
    margin: 0;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 600;
    display: block;
    letter-spacing: normal;
}

/*************************
Plugin Blueimp style
*************************/

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

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

.gsc-adBlock {
    display: none !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #b3c578;
    border-color: #b3c578;
}

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

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

/*************************
Modal style
*************************/

.modal {
    z-index: 99999;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: unset;
    border-radius: 10px;
    outline: 0;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    display: inline;
    font-size: 18px;
    font-weight: bold;
}

.modal-title,
.modal-body {
    color: #232323;
}

.modal-body div.contact_message {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-body .contact_message {
    color: #232323 !important;
    text-align: center;
    font-size: 16px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-title {
    color: #232323 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.modal-footer {
    justify-content: center !important;
    border-top: none !important;
}

/*************************
Facebook plugin style
*************************/
/* Facebook Plugin */

.fb-comments {
    width: 100% !important;
}

.fb-comments iframe[style] {
    width: 100% !important;
}

.fb-like-box {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe[style] {
    min-width: 280px;
    width: 100% !important;
}

.fb-comments span {
    width: 100% !important;
}

.fb-comments iframe span[style] {
    width: 100% !important;
}

.fb-like-box span {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe span[style] {
    min-width: 280px;
    width: 100% !important;
}

/* define bootstrap 5 columns */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
    .fbBox {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .close:focus,
    .close:hover {
        color: #232323;
        text-decoration: none;
        opacity: .75;
    }

    .close {
        float: right;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        color: #232323;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .close:focus,
    .close:hover {
        color: #232323;
        text-decoration: none;
        opacity: .75;
    }

    button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
    }
}

/*************************
web Search popup
*************************/

.search-popup-thumb {
    border-left: 1px solid rgba(0, 0, 0, .15);
    padding-left: 15px;
    display: inline-block;
    line-height: 15px;
    position: relative;
}

.search-popup-btn {
    color: #232323;
    margin-left: 11px;
}

.search-popup-style .fancybox__content>.f-button.is-close-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #ffffff;
    display: none;
}

.search-popup-style .fancybox__backdrop {
    background: rgba(0, 0, 0, 0.85);
}

.search-popup-style .fancybox__content {
    padding: 0;
    background-color: transparent;
}

.search-popup-style .fancybox-is-open .fancybox__backdrop {
    opacity: 0.9;
}

.searchform .search-input {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #ffffff;
    padding: 15px 50px 15px 0;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
}

.searchform .search-input.error {
    margin-bottom: 0;
    background-color: transparent !important;
    padding: 15px 0;
    font-size: 18px;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 2px solid rgb(255, 0, 0) !important;
}

.searchform .search-input.error::placeholder {
    color: #ff5555 !important;
}

.searchform .search-input::placeholder {
    color: #ffffff !important;
    font-style: normal;
}

.searchform .search-input:focus::placeholder {
    color: #ffffff !important;
    font-style: normal;
    opacity: 1;
}

.searchform .search-input:focus {
    border-color: #ffffff !important;
}

.search-popup-style .fancybox-content {
    background-color: transparent;
    max-width: 650px;
    width: 100%;
}

#searchpopup .searchform {
    position: relative;
    width: 600px;
}

.search-result-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: unset;
    box-shadow: unset;
    border: 0;
    border-radius: 5px;
    line-height: 1;
    padding: 4px;
    font-size: 20px;
    color: #ffffff;
    background-color: transparent;
}

.search-result-btn:hover {
    color: #bd1786;
}

.search-result-btn i {
    margin-right: 0;
}

.search-result-btn span {
    display: none;
}

@media (max-width:767px) {
    .search-popup-btn {
        margin-left: 0;
    }
}

/*************************
AJAX loading
*************************/

#ajax_loading {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/images/common/ajax_loading.svg');
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}


/* theme style */

a {
    transition: 0.4s ease-in-out;
}

.mainSec {
    padding: 90px 0;
    background-color: #f3f4f6;
    overflow: auto;
    background-color: #f8f9fa;
}

.datepicker-item .form-control {
    border: 1px solid #bdbdbd;
    padding: .375rem .75rem;
    border-radius: 3px 0 0 3px;
    border-radius: 0 3px 3px 0;
}

.datepicker-item .input-group-append .input-append-icon {
    background-color: #f8f9fa;
    border: 1px solid #bdbdbd;
    padding: 7px;
    display: block;
    min-width: 40px;
    text-align: center;
}


.input-group-append {
    cursor: pointer;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: unset;
}

/* header start */

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: block;
}

.taiway-header nav.navbar-default,
.taiway-header nav.navbar.bootsnav {
    top: 0;
    background-color: transparent;
    box-shadow: unset;
    z-index: 103;
}

.h-bottom .nav-header-container {
    border-bottom: 1px solid #ffffffa7;
}

.taiway-header.sticky .h-bottom .nav-header-container {
    border-bottom: 1px solid transparent;
}

.taiway-header.sticky nav.navbar-default,
.taiway-header.sticky nav.navbar.bootsnav {
    top: -80px;
}

.page-index .taiway-header nav.navbar-default,
.page-index .taiway-header nav.navbar.bootsnav {
    background-color: transparent;
}

body.blueImp-open .taiway-header nav.navbar-default,
body.blueImp-open .taiway-header nav.navbar.bootsnav {
    top: -80px;
}

.taiway-header.sticky nav.navbar-default,
.taiway-header.sticky nav.navbar.bootsnav {
    background-color: #bd1786;
}

.taiway-header a.logo {
    padding: 0;
}

.taiway-header a.logo img {
    width: auto;
    height: 60px;
    max-height: unset;
    display: none;
}

.page-index .taiway-header a.logo .pc-img {
    display: inline-block;
}

.page-index .taiway-header a.logo .mb-img {
    display: none;
}

body:not(.page-index) .taiway-header a.logo .wh-img {
    display: inline-block;
}

.h-top {
    padding: 20px 0 0 0;
}

header nav .nav-header-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-menu .navbar-collapse {
    justify-content: center;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    margin-top: -4px;
}

.taiway-header nav.navbar.bootsnav ul.nav>li>a {
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 20px 0 20px 0;
    margin: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.active>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.active>a,
header nav.navbar .navbar-nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.active>a {
    color: #ffffff;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a,
header nav.navbar .navbar-nav>li.dropdown.on>a,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
    color: #ffffff;
}

header.taiway-header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
header.taiway-header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
    padding: 20px 0 20px 0;
}

header.taiway-header.sticky nav.navbar.bootsnav li.dropdown .mega-menu-full {
    top: 60px !important;
}

.taiway-header nav.navbar.bootsnav ul.nav>li>a::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 1.5px;
    background-color: #ffffff;
    left: 50%;
    bottom: 10px;
    visibility: hidden;
    transform: translateX(-50%);
    transition: 0.4s ease-in-out;
}

.taiway-header nav.navbar.bootsnav ul.nav>li>a:hover,
.taiway-header nav.navbar.bootsnav ul.nav>li.on>a {
    color: #ffffff;
}

.taiway-header nav.navbar.bootsnav ul.nav>li>a:hover::before,
.taiway-header nav.navbar.bootsnav ul.nav>li.on>a::before {
    width: 100%;
    visibility: visible;
}

.header-widgets {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header-widgets .widget-item {
    padding: 0;
    line-height: 1;
}

.header-widgets .widget-item:last-child {
    margin-right: 0;
}

.top-header-area {
    background-color: #232323;
}

.col-head-logo {
    margin: 0 auto;
}

.col-head-widget {
    padding: 0;
}

.v-line {
    width: 1px;
    height: 16px;
    background-color: #ffffff;
}

.header-widgets .widget-item .widget-link {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 10px 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
    letter-spacing: normal;
    border-radius: 50px;
    margin: 0;
    font-size: 13px;
    width: 34px;
    height: 34px;
    transition: 0.2s ease-in-out;
}

.header-widgets .widget-item .widget-link:hover {
    background-color: #ffffff;
    color: #bd1786;
}

.header-widgets .widget-item .widget-link.inquiry-btn {
    position: relative;
    height: 32px;
    width: auto;
    padding: 10px 13px;
    font-size: 12px;
}

.header-widgets .widget-item .widget-link.inquiry-btn i {
    margin-right: 8px;
}

.inquiry-btn .unit {
    position: absolute;
    top: -8px;
    right: -6px;
    background-color: #ffffff;
    color: #bd1786;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
}

.inquiry-btn:hover .unit {
    background-color: #ff9800;
    color: #ffffff;
}

.header-widgets .widget-item .widget-link.language-btn {
    position: relative;
    width: auto;
    padding: 0;
    border: 1px solid #ffffff;
    padding: 10px 15px;
    font-weight: 600;
    letter-spacing: .5px;
}

.header-widgets .widget-item .widget-link.language-btn:hover {
    background-color: #ffffff;
    color: #232323;
}

.header-widgets .widget-item .widget-link.language-btn i {
    margin-right: 8px;
}

.header-widgets .widget-item .widget-link.search-popup-btn {
    border: 1px solid #fff;
    padding: 10px 12px;
    color: #fff;
    background-color: transparent;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    width: auto;
}

.header-widgets .widget-item .widget-link.search-popup-btn:hover {
    background-color: #ffffff;
    color: #232323;
}

.header-widgets .widget-item .widget-link.search-popup-btn span {
    margin-left: 5px;
    display: inline-block;
}

.dropdown-style-1 .dropdown-menu {
    padding: 10px 0 0 0;
    margin: 0;
    background-color: transparent;
}

.dropdown-style-1 .dropdown-menu ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-style-1 .dropdown-menu ul li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.dropdown-style-1.language-style .dropdown-menu {
    padding: 10px 0 0 0;
    margin: 0;
    background-color: transparent;
    min-width: 90px;
    text-align: center;
    left: 50% !important;
    transform: translateX(-50%);
}

.dropdown-style-1.language-style .dropdown-menu li a {
    display: block;
    font-weight: 400;
    color: #232323;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 10px;
}

.dropdown-style-1.language-style .dropdown-menu li a:hover {
    background-color: #bd1786;
    color: #ffffff;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full {
    position: fixed;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full.is-open {
    display: block !important;
    opacity: 1 !important;
    z-index: 99;
    position: fixed;
}

.header_backdrop {
    position: fixed;
    width: 100%;
    height: calc(100% - 141px);
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 60%;
    display: none;
    z-index: 99;
}

.sticky .header_backdrop {
    height: calc(100% - 60px);
}

.header-editor h3 {
    color: #242424;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.header-editor p {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}

.header-editor p:not(:last-child) {
    margin: 0 0 10px 0;
}

.header-editor .more-btn {
    color: #bd1786;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 8px;
    margin: 0;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.header-editor .more-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.header-editor .category-thumb .thumb-content {
    border-bottom: 1px solid #dedede;
    margin-bottom: 24px;
}

.header-editor .thumb-image img {
    margin-bottom: 0 !important;
}

.header-editor .thumb-image .row {
    margin: 0 -10px;
}

.header-editor .thumb-image .row>* {
    padding: 0 10px;
}

.header-editor h4 {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 12px 0;
}

.header-editor h5 {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.header-editor hr {
    border: unset;
    background-color: #e4e4e4;
    margin: 12px 0;
    height: 2px;
    opacity: 1;
}


.header-editor .hightlight-thumb {
    display: flex;
    flex: wrap;
}

.header-editor .hightlight-thumb .thumb-image {
    width: 220px;
}

.header-editor .hightlight-thumb .thumb-content {
    flex: 1;
    padding-left: 34px;
}

.header-editor .hightlight-thumb .thumb-content p {
    font-size: 13px;
    line-height: 21px;
}

.taiway-header nav.navbar .row-mega {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

.taiway-header nav.navbar.bootsnav li.dropdown .mega-menu-full.getIn {
    opacity: 1;
    display: block;
}

.taiway-header nav.navbar.bootsnav li.dropdown .mega-menu-full {
    padding: 28px 0;
    margin-top: -1px;
    border-top: 5px solid #bd1786;
    background: linear-gradient(90deg, #fff calc(40% + 40px), #fff 0);
}

.taiway-header.sticky nav.navbar.bootsnav li.dropdown .mega-menu-full {
    margin-top: 0;
}

.taiway-header nav.navbar .col-mega-left {
    width: 480px;
    display: flex;
    flex-direction: column;
    padding: 0 28px 0 0;
}

.taiway-header nav.navbar .col-mega-right {
    margin-bottom: 0;
    padding: 0 0 0 36px;
    background: linear-gradient(90deg, #ffffff calc(100%), transparent 0);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    border-left: 1px solid #dedede;
}

.taiway-header .mega-menu-row {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-column {
    width: 100%;
    padding: 0 !important;
}


nav.navbar.bootsnav li.dropdown .mega-menu-full .mega-menu-column ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -10px;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .mega-menu-column ul li {
    width: 100%;
    display: block;
    padding: 5px 10px;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .mega-menu-column.column-2 ul li {
    padding: 5px 10px;
    width: 50%;
}

.mega-menu-column ul li a {
    position: relative;
    padding: 0;
    padding-left: 0;
    font-weight: 600;
    color: #020E28;
    display: block;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: normal;
    transition: 0.35s ease-in-out;
}

.mega-menu-column ul li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0px;
    width: 0px;
    height: 2px;
    border-radius: 5px;
    background-color: #bd1786;
    transition: 0.35s ease-in-out;
}


nav.navbar.navbar-default ul li.dropdown .dropdown-menu li.active>a {
    color: #232323;
}

nav.navbar.navbar-default ul li.dropdown .dropdown-menu li>a:hover {
    color: #bd1786;
    padding-left: 14px;
}


nav.navbar.navbar-default ul li.dropdown .dropdown-menu li>a:hover::before {
    width: 8px;
}

.simple-dropdown .dropdown-menu {
    background-color: #ffffff;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu>li>a {
    font-size: 14px;
    letter-spacing: normal;
    color: #6f6f6f;
    line-height: 22px;
    font-weight: 400;
}

#mobileMenu {
    display: none;
}

.row-highlight {
    margin: 0 -15px;
}

.col-hightlight {
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    padding: 0 15px;
    width: 50%;
}

.hightlight-item {
    position: relative;
    width: fit-content;
}

.hightlight-item img {
    margin: 0 !important;
}

.hightlight-item::before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 80%) 0%, rgba(0, 0, 0, 50%) 46%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 80%) 0%, rgba(0, 0, 0, 50%) 46%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 80%) 0%, rgba(0, 0, 0, 50%) 46%, rgba(0, 0, 0, 0) 100%);
}

.hightlight-item .txt {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header-editor .hightlight-item h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: normal;
}

.header-editor .hightlight-item p {
    color: #ffffff;
}

@media (min-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1000px;
    }

    header .container-lg {
        max-width: 96%;
    }
}

@media (min-width: 1439px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1290px;
    }

    header .container-lg {
        max-width: 1290px;
    }

    .taiway-header nav.navbar .col-mega-left {
        width: 580px;
    }
}


@media (max-width: 1299px) {
    .taiway-header nav.navbar.bootsnav ul.nav>li>a {
        letter-spacing: 1px;
        font-size: 15px;
        margin: 0 10px;
    }

    .header-editor .hightlight-item h3 {
        font-size: 24px;
    }

    .header-editor .more-btn {
        padding: 9px 20px;
    }
}

@media (max-width:1199px) {
    .header_backdrop {
        display: none !important;
    }

    .taiway-header nav.navbar-default,
    .taiway-header nav.navbar.bootsnav {
        background-color: #ffffff;
    }

    .page-index .taiway-header nav.navbar-default,
    .page-index .taiway-header nav.navbar.bootsnav {
        background-color: #ffffff;
    }

    .taiway-header.sticky nav.navbar-default,
    .taiway-header.sticky nav.navbar.bootsnav {
        background-color: #ffffff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    }

    header nav .row {
        margin: 0;
    }

    .page-index .taiway-header a.logo img.pc-img {
        display: none;
    }

    .page-index .taiway-header a.logo img.mb-img {
        display: inline-block;
    }

    body:not(.page-index) .taiway-header a.logo .wh-img {
        display: none;
    }

    body:not(.page-index) .taiway-header a.logo .mb-img {
        display: inline-block;
    }

    #mobileMenu {
        display: block;
    }

    #accordion {
        display: none;
    }

    #mobileMenu_toggle {
        display: block;
        padding: 4px 0;
    }

    nav.navbar.bootsnav li.dropdown .mega-menu-full {
        position: absolute;
    }

    .col-head-logo {
        margin-right: auto !important;
        margin-left: auto !important;
        order: 2;
        padding: 0 !important;
        flex: unset;
        text-align: center;
        max-width: unset;
        width: fit-content;
    }

    .col.accordion-menu {
        flex: 30%;
        max-width: unset;
        width: auto;
        padding: 0;
        order: 1;
    }

    .col-head-widget {
        flex: 30%;
    }

    nav.navbar.bootsnav .navbar-toggler {
        float: left;
    }

    .header-widgets {
        justify-content: flex-end;
    }

    .header-widgets .widget-item:not(:last-child) {
        margin: 0;
    }

    .language-widget {
        display: none;
    }

    .navbar-default .navbar-toggler .icon-bar {
        background-color: #000;
        height: 1px;
        transition-duration: .25s;
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    #mobileMenu_toggle.navbar-toggler.is-on .icon-bar:nth-child(2) {
        transform: rotate(45deg) translateX(5px) translateY(5px);
    }

    #mobileMenu_toggle.navbar-toggler.is-on .icon-bar:nth-child(3) {
        opacity: 0;
    }

    #mobileMenu_toggle.navbar-toggler.is-on .icon-bar:nth-child(4) {
        transform: rotate(-45deg) translateX(5px) translateY(-5px);
    }

    .search-widget {
        display: none;
    }

    .navbar-nav>li.dropdown>.fas,
    .navbar-nav>li.dropdown>.fa-solid {
        display: block;
    }

    .accordion-menu .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .accordion-menu nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }

    .accordion-menu nav.navbar.bootsnav .navbar-nav {
        display: none !important;
    }

    .toggle-scroll {
        overflow: hidden;
    }

    .toggle-scroll .taiway-header nav.navbar-default,
    .toggle-scroll .taiway-header nav.navbar.bootsnav {
        left: calc(100% - 200px);
    }

    #mobileMenu .mobileMenu-wrap {
        position: fixed;
        top: 0;
        left: calc(-100% + 200px);
        height: 100%;
        width: calc(100% - 200px);
        background-color: #ffffff;
        z-index: 301;
        transition: 0.4s ease-in-out;
    }

    #mobileMenu.is-open .mobileMenu-wrap {
        left: 0;
    }

    .mobileMenu-widget {
        padding: 22px 20px;
        background-color: #f3f4f6;
    }

    .mobileMenu-nav {
        padding: 10px 0;
        overflow-y: scroll;
        height: calc(100vh - 84px);
    }

    .mobileMenu-backdrop {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #232323d6;
        opacity: 0;
        overflow: hidden;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition-delay: .13s;
        transition-duration: .4s;
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    }

    .is-open .mobileMenu-wrap {
        left: 0;
    }

    .mobileMenu-nav .mega-menu .container {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .mobileMenu-widget {
        display: flex;
    }

    .mobileMenu-widget .language-widget {
        display: block;
        flex: 50%;
        padding-right: 10px;
    }

    .mobileMenu-widget .language-widget .btn-group {
        display: flex;
    }

    .mobileMenu-widget .language-widget .language-btn {
        color: #ffffff;
        margin: 0;
        background-color: #bd1786;
        border: 1px solid #bd1786;
        height: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        padding: 10px 14px;
    }

    .mobileMenu-widget .language-widget .language-btn i {
        margin-right: 10px;
    }

    .mobileMenu-widget .language-widget .language-btn::after {
        margin-left: 10px;
    }

    .mobileMenu-widget .dropdown-style-1.language-style .dropdown-menu {
        padding: 10px 0 0 0;
        margin: 0;
        background-color: transparent;
        min-width: 88px;
        text-align: center;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 100% !important;
    }

    .mobileMenu-widget .search-widget {
        display: block;
        margin-left: auto;
        flex: 50%;
        padding-left: 10px;
    }

    .mobileMenu-widget .search-widget .search-popup-btn {
        padding: 10px 14px;
        margin: 0;
        color: #bd1786;
        border: 1px solid #bd1786;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
    }

    .mobileMenu-widget .search-widget .search-popup-btn i {
        margin-right: 10px;
    }

    #mobile_accordion .dropdown-toggle::after {
        display: none;
    }

    #mobile_accordion {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mobile_accordion>.megamenu-fw {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

    #mobile_accordion>.megamenu-fw>a {
        padding: 10px 20px;
        font-size: 17px;
        line-height: 25px;
        display: block;
        letter-spacing: 1px;
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
        color: #3D3B40;
        transition: 0.4s ease-in-out;
    }

    #mobile_accordion .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 44px;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 20px;
    }

    #mobile_accordion .dropdown-toggle::before {
        transition: 0.4s ease-in-out;
    }

    #mobile_accordion .mega-menu {
        position: relative;
        padding: 0;
        border-radius: 0;
        display: none;
        top: unset !important;
        transition: unset;
    }

    .hightlight-widget {
        display: none;
    }

    .header-editor .category-thumb h3 {
        display: none;
    }

    #mobile_accordion .col-mega-left>ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #mobile_accordion .col-mega-left>ul>li {
        list-style: none;
    }

    #mobile_accordion .mega-menu-column {
        width: 100%;
        padding: 0 !important;
    }

    #mobile_accordion .mega-menu-column>ul {
        padding: 0;
    }

    #mobileMenu .header-editor {
        padding: 20px 20px 20px 20px;
    }

    #mobile_accordion .col-mega-left {
        padding: 10px 20px;
        background-color: #f3f4f6;
    }

    #mobile_accordion>.megamenu-fw>a::before {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #bd1786;
        opacity: 0;
        transition: 0.4s ease-in-out;
    }

    #mobile_accordion>.megamenu-fw>a:hover {
        color: #bd1786;
    }

    #mobile_accordion>.megamenu-fw.is-active>a {
        color: #bd1786;
        font-weight: 600;
    }

    #mobile_accordion>.megamenu-fw.is-active>a::before {
        opacity: 1;
    }

    #mobile_accordion>.megamenu-fw .dropdown-toggle::before {
        color: #3D3B40;
    }

    #mobile_accordion>.megamenu-fw.is-active .dropdown-toggle::before {
        color: #bd1786;
    }

    #mobile_accordion>.megamenu-fw.is-active .dropdown-toggle::before {
        transform: rotate(-180deg);
    }

    #mobile_accordion>.megamenu-fw .col-mega-left {
        margin-bottom: 10px;
    }


    .inquiry-btn .unit {
        background-color: #bd1786;
        color: #ffffff;
        font-size: 10px;
        padding-bottom: 1px;
    }

    .inquiry-btn:hover .unit {
        background-color: #bd1786;
        color: #ffffff;
    }

    .col-mega-right {
        display: none;
    }
}


@media (max-width:767px) {

    .toggle-scroll .taiway-header nav.navbar-default,
    .toggle-scroll .taiway-header nav.navbar.bootsnav {
        left: calc(100% - 62px);
    }

    #mobileMenu .mobileMenu-wrap {
        left: calc(-100% + 62px);
        width: calc(100% - 62px);
    }

    .header-widgets .widget-item .widget-link.inquiry-btn {
        position: relative;
        height: 32px;
        width: 32px;
        padding: 10px 10px;
    }

    .header-widgets .widget-item .widget-link.inquiry-btn span:not(.unit) {
        display: none;
    }

    .header-widgets .widget-item .widget-link.inquiry-btn i {
        margin-right: 0;
    }
}

/* header end */

/* footer start */

footer {
    background-color: #3d3b40;
}

.footer-main {
    padding: 60px 0 30px 0;
}

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

.footer-bottom .footer-wrap {
    padding: 20px 0;
}


.foot-info-1 {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
}

.foot-contact-item {
    display: flex;
}

.foot-contact-item .item-img {
    width: 45px;
    height: 45px;
    display: inline-flex;
    border: 1px dashed #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.foot-contact-item .item-img img {
    margin-bottom: 0;
    width: 20px;
    height: 20px;
}

.foot-contact-item .item-txt {
    text-align: left;
    padding-left: 10px;
    margin-top: -1px;
    flex: 1;
}

.foot-contact-item .item-txt h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 2px 0;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.foot-contact-item .item-txt p {
    margin: 0 0 0px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: .2px;
}

.foot-contact-item .item-txt p:last-child {
    margin-bottom: 0;
}

.foot-contact-item .item-txt p a {
    color: #ffffff;
}

.foot-info-widget .widget-title {
    font-size: 18px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding-bottom: 8px;
    margin: 0 0 15px 0;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 600;

}

.foot-info-widget .widget-title i {
    margin-right: 6px;
    width: 22px;
    display: inline-flex;
    justify-content: center;
    letter-spacing: normal;
}

.footer-main .address {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 22px;
    display: flex;
    margin-top: 10px;
}

.footer-main .address i {
    margin-right: 6px;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: normal;
    width: 13px;
    display: inline-flex;
    justify-content: center;
}

.footer-main .address span {
    flex: 1;
}

.col-foot-contact {
    margin-bottom: 30px;
}

.social-info-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.social-info-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 100%;
    display: flex;
    word-break: break-all;
}

.social-info-list li:not(:last-child) {
    margin-bottom: 8px;
}

.social-info-list li i {
    margin-right: 6px;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: normal;
    width: 14px;
    display: inline-flex;
    justify-content: center;
}

.social-info-list li a {
    color: #ffffff;
}

.social-info-list li a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-map {
    height: 100%;
}

.footer-map iframe {
    width: 100% !important;
    height: 137px !important;
    margin-bottom: -7px;
}

.copy-right {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 23px;
    text-align: right;
}

.sitemap-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0;
}

.sitemap-list li {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

.sitemap-list li:not(:last-child)::before {
    content: '';
    right: 0;
    top: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
}

.sitemap-list li a {
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
}

.sitemap-list li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.social-icon-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
    padding: 0;
    justify-content: flex-end;
}

.social-icon-list li {
    list-style: none;
    padding: 0 10px;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
}

.social-icon-list li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bd1786;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 20px;
    letter-spacing: normal;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.social-icon-list li a:hover {
    opacity: 1;
}

.foot-info-widget-2 {
    display: block;
    text-align: center;
    width: fit-content;
}

.foot-info-widget-2 .social-icon-list {
    display: inline-flex;
    justify-content: center;
}

.footer-logo {
    text-align: left;
    max-height: unset;
    max-width: unset;
    text-align: center;
    width: fit-content;
}

.footer-logo .img-logo {
    height: 90px;
    margin-bottom: 10px;
}

.footer-logo h5 {
    display: block;
    color: #ffffff;
    margin: 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.col-link {
    margin-left: auto;
}

.site-link-list {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-link-list li {
    padding: 0 10px;
    margin: 0;
}

.site-link-list li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

@media (max-width:1199px) {
    .col-foot-1 {
        margin-bottom: 30px;
        width: 145px;
    }

    .col-foot-2 {
        width: 780px;
    }
}

@media (max-width:992px) {
    .footer-map {
        margin-top: 30px;
    }

    .footer-map iframe {
        height: 210px !important;
    }

    .col-foot-1 {
        width: 100%;
    }

    .foot-info-widget-2 {
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .footer-main {
        padding: 45px 0;
    }

    .foot-info-widget {
        margin-bottom: 30px;
    }

    .footer-map {
        margin-top: 0;
    }

    .col-copyright {
        width: 100%;
        flex: unset;
        max-width: 100%;
    }

    .copy-right {
        text-align: left;
    }
}

/* footer end */

/* loading start */

.pre-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 200;
}

.pre-loading img {
    width: 150px;
}

/* loadind end */

/* main swiper start */

.mobile-swiper {
    display: none;
}

.swiper-img {
    width: 100%;
}


.main-swiper .swiper-slide {
    background-color: #f3f4f6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto !important;
}

.swiper-content {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.swiper-txt {
    width: 40%;
    text-align: left;
}

.swiper-txt h2 {
    font-size: 54px;
    line-height: 62px;
    margin: 15px 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #232323;
}

.swiper-txt h4 {
    margin: 15px 0;
    font-weight: 400;
    color: #6f6f6f;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 30px;
}

.swiper-btn {
    margin: 15px 0;
}


.main-swiper-pagination {
    display: flex;
    justify-content: center;
    z-index: 1;
    bottom: 20px !important;
    top: auto;
}

.main-swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #ffffff;
    margin: 0 7px !important;
    opacity: 1;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

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

.main-swiper-arrow-buttons {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    top: 0;
    left: 0;
}

.main-swiper-arrow-buttons .main-swiper-arrow-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: auto;
    right: auto;
    top: auto;
    width: 50px;
    height: 50px;
    margin-top: 50px;
    transition: 0.4s ease-in-out;
}

.main-swiper-arrow-buttons .main-swiper-arrow-button:hover {
    background-color: #ffffff;
}

.main-swiper-arrow-buttons .main-swiper-arrow-button:hover span::before {
    background-color: #232323;
}

.arrow-icon-left::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    -webkit-mask-size: cover;
    mask-image: url(../../images/arrow-left.svg);
    -webkit-mask-image: url(../../images/arrow-left.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.arrow-icon-right::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    -webkit-mask-size: cover;
    mask-image: url(../../images/arrow-right.svg);
    -webkit-mask-image: url(../../images/arrow-right.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.main-swiper-arrow-buttons .main-swiper-arrow-button:hover {
    opacity: 1;
}

.mainSlider {
    padding: 0;
}

@media (max-width:767px) {
    .pc-swiper {
        display: none;
    }

    .mobile-swiper {
        display: block;
    }

    .main-swiper-arrow-buttons {
        display: none;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 20px !important;
    }

    .mainSlider {
        overflow: visible;
        position: relative;
    }

    .swiper-container,
    .swiper {
        overflow: visible;
    }
}

/* main swiper end */

/* owl start */
.material-symbols-outlined {
    font-variation-settings:
        'FILL'0,
        'wght'200,
        'GRAD'0,
        'opsz'24
}

.news-date-2 {
    display: flex;
    align-items: center;
}

.news-date-2::before {
    content: '\ebcc';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    color: #bd1786;
}


.owl-carousel {
    opacity: 0;
}

.owl-carousel.owl-loaded {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background-color: #232323;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #bd1786;
    border-radius: 10px;
    margin: 0 8px;
    transition: 0.4s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #bd1786;
}

/* owl end */

/* pagination start */

.pagination_nav {
    margin-top: 25px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: -5px;
}

.pagination .page-item {
    padding: 5px;
}

.pagination .page-item.disabled .page-link {
    opacity: .5;
}

.pagination .page-item .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    color: #4d4d4d;
    border: unset;
    font-size: 14px;
    letter-spacing: normal;
    transition: 0.4s ease-in-out;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: #3d3b40;
    color: #ffffff;
}

.backBox {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* pagination end */

/* button start */

.sec-more {
    margin-top: 15px;
    text-align: center;
}

.btn-style-1 {
    display: inline-flex;
    padding: 17px 30px;
    line-height: 1;
    background-color: #bd1786;
    color: #ffffff;
    border-radius: 6px;
    border: 1.5px solid #bd1786;
    letter-spacing: normal;
    font-size: 16px;
    transition: 0.4s ease-in-out;
    font-weight: 600;
    min-width: 200px;
    justify-content: center;
}

.btn-style-1:hover {
    background-color: #a01373;
    border-color: #a01373;
    color: #ffffff;
}


.btn-style-2 {
    display: inline-flex;
    padding: 14px 30px;
    line-height: 1;
    background-color: #ffffff;
    color: #bd1786;
    border-radius: 10px;
    border: 1px solid #ffffff;
    letter-spacing: normal;
    font-size: 16px;
    transition: 0.4s ease-in-out;
    font-weight: 600;
    min-width: 200px;
    justify-content: center;
}

.btn-style-2:hover {
    background-color: #ffffff;
    color: #bd1786;
}

.btn-style-3 {
    width: 34px;
    height: 34px;
    font-size: 13px;
    letter-spacing: normal;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #ba168676;
    color: #bd1786;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}

.btn-style-3:hover {
    background-color: #bd1786;
    border: 1px solid #bd1786;
    color: #ffffff;
}


.btn-style-4 {
    display: inline-flex;
    padding: 14px 30px;
    line-height: 1;
    background-color: #ff9800;
    color: #ffffff;
    border: 1px solid #ff9800;
    border-radius: 30px;
    letter-spacing: normal;
    font-size: 16px;
    transition: 0.4s ease-in-out;
    font-weight: 800;
    min-width: 200px;
    justify-content: center;
}

.btn-style-4:hover {
    background-color: #ffffff;
    color: #bd1786;
}


/* button end */

/* main start */

.main-title-item {
    margin-bottom: 45px;
}

.home-about-edit .btn-style-1 {
    margin-top: 20px;
    min-width: unset;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 15px;
}

.home-about-edit .main-title-item {
    margin-bottom: 45px;
}

.editor-area .main-title,
.main-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0;
    color: #232323;
    position: relative;
}

.main-title-item.style-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #dbdbdb;
}

.main-news-sec .main-title-item.style-2 {
    border-color: #ffffff;
}

.main-title-item.style-2 .main-title {
    color: #bd1786;
    padding-bottom: 15px;
    font-weight: 800;
}

.main-title-item.style-2 .main-title::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    position: absolute;
    transform: rotate(75deg);
    background-image: url(../../images/title-1.png);
    top: -17px;
    left: -27px;
}

.main-title-item.style-2 .sec-more {
    padding-bottom: 10px;
    margin-top: 0;
}

.main-title-item.style-2 .btn-style-4 {
    padding: 11px 40px 12px 40px;
    min-width: 160px;
    letter-spacing: normal;
    font-size: 15px;
}


.main-title-item.style-2 .btn-style-4:hover {
    background-color: #bd1786;
    color: #ffffff;
    border: 1px solid #bd1786;
}

.style-2 .main-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #bd1786;
}

.main-title-item.style-1 {
    text-align: center;
}

.style-1 .main-title {
    padding: 0 95px;
    display: inline-block;
    top: 0;
}

.style-1 .main-title:before,
.style-1 .main-title:after {
    position: absolute;
    top: 0;
    content: '';
    width: 80px;
    height: 1.5px;
    background: #bd1786;
    display: inline-block;
    transform: translateY(-50%);
    top: 50%;
}

.style-1 .main-title:before {
    left: 0;
}

.style-1 .main-title:after {
    right: 0;
}


.main-title-item.style-4 .main-title {
    color: #bd1786;
    padding-bottom: 15px;
    font-weight: 800;
}

.main-title-item.style-4 .main-title::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    position: absolute;
    transform: rotate(75deg);
    background-image: url(../../images/title-1.png);
    top: -17px;
    left: -27px;
}

.editor-area .sub-title,
.sub-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    color: #bd1786;
}

.light-style .main-title {
    color: #ffffff;
}

.light-style .sub-title {
    color: rgba(255, 255, 255, 0.6);
}

.main-about-sec {
    padding: 90px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .main-about-sec::before {
    content: '';
    width: 350px;
    height: 754px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: top;
    background-image: url(../../images/main-about-bg-1.png);
} */

.main-info-sec {
    padding: 60px 0;
    position: relative;
    background-color: #f3f4f6;
}

.main-idea-sec {
    padding: 0;
    position: relative;
    background-color: #f3f4f6;
}

.main-idea-sec .container-fluid {
    padding: 0 30px;
}

.mail-box {
    position: relative;
    padding: 40px 40px 40px 140px;
    margin-left: -100px;
    background-color: #ffffff;
}

.editor-area .mail-box p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #232323;
    letter-spacing: normal;
}

.home-about-edit .row-sec {
    align-items: center;
}

.home-about-edit .sec-title {
    margin-bottom: 30px;
    padding-left: 200px;
}

.home-about-edit .sec-title h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
}

.home-about-edit .col-image {
    width: 400px;
}

.home-about-edit .col-conent {
    flex: 1;
}

/* .mail-box::before {
    content: "\f10d";
    font-style: normal;
    font-family: 'font awesome 6 free';
    font-weight: 600;
    color: #bd1786;
    opacity: 20%;
    font-size: 25px;
    position: absolute;
    left: 13px;
    top: 13px;
}

.mail-box::after {
    content: "\f10e";
    font-style: normal;
    font-family: 'font awesome 6 free';
    font-weight: 600;
    color: #bd1786;
    opacity: 20%;
    font-size: 25px;
    position: absolute;
    right: 13px;
    bottom: 13px;
} */

.main-about-sec>* {
    position: relative;
    z-index: 1;
}

.col-idea {
    margin-bottom: 0px;
    padding: 0;
}

.home-about-edit>.row {
    margin: 0 0;
}

.home-about-edit>.row>div[class*="col-"] {
    padding: 0 0;
}

.home-about-edit .sec-image {
    position: relative;
    z-index: 1;
}

.home-about-edit .sec-image img {
    margin-bottom: 0 !important;
}

.home-about-edit .sec-image.style-1 {
    position: relative;
    padding: 0 0 16px 16px;
}

.home-about-edit .sec-image.style-1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 120px;
    height: 120px;
    border-width: 0 0 1px 1px;
    border-color: #bd178638;
    border-style: solid;
    opacity: 0;
}

.home-about-edit .sec-image.style-2 {
    position: relative;
    padding: 16px 16px 0 0;
    margin-top: 20px;
}

.editor-area .point-thumb {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 40px 10px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.editor-area .col-idea:first-child .point-thumb {
    border-left: unset;
}

.editor-area .point-thumb:before,
.editor-area .point-thumb:after {
    content: '';
    border-color: transparent;
    transition: all .4s;
    border-style: solid;
    border-width: 0;
    height: 24px;
    position: absolute;
    width: 24px;
    display: none;
}

.editor-area .point-thumb:before {
    border-color: #bd1786;
    border-left-width: 3px;
    border-top-width: 3px;
    left: -1.5px;
    top: -1.5px;
}

.editor-area .point-thumb:after {
    border-color: #bd1786;
    border-right-width: 3px;
    border-bottom-width: 3px;
    bottom: -1.5px;
    right: -1.5px;
}

.editor-area .point-thumb:hover:before,
.editor-area .point-thumb:hover:after {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
}

.editor-area .point-thumb .thumb-image {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editor-area .point-thumb .thumb-image img {
    margin-bottom: 0;
    max-width: 50px;
    max-height: 50px;
}

.editor-area .point-thumb .thumb-content {
    width: 100%;
    padding: 25px 0 0 0;
}

.editor-area .point-thumb .thumb-content h5 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}


.main-products-sec {
    padding: 60px 0;
    position: relative;
    overflow: visible;
    background-color: #ffffff;
}

.main-products-sec>* {
    position: relative;
    z-index: 1;
}

.col-edit-1 {
    width: 100%;
    margin-bottom: 30px;
}

.col-edit-2 {
    width: 32%;
}


.prds-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.prds-carousel .owl-item {
    display: flex;
    align-items: stretch;
}

.prds-carousel .col-prds-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: unset;
    width: 100%;
    padding: 1px;
}

.prd-thumb-2 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.prd-thumb-2 .thumb-image {
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 45px;
}

.prd-thumb-2 .thumb-image img {
    margin-bottom: 0;
    transition: .4s ease-in-out;
}

.prd-thumb-2:hover .thumb-image img {
    transform: scale(1.2);
}

.prd-thumb-2 .thumb-content {
    padding: 12px 4px 0 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.prd-thumb-2 .thumb-content h6 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #bd1786;
}

.prd-thumb-2 .thumb-content h3 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.prd-thumb-2 .thumb-content h3 a:hover {
    text-decoration: underline;
    color: #bd1786;
}

.prd-thumb-2 .thumb-content h3 a {
    color: #232323;
}

.prd-thumb-2 .thumb-content p {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0 20px 0;
    color: #4d4d4d;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.prd-thumb-2 .thumb-content .btn-style-5 {
    margin-top: auto;
}

.btn-style-5 {
    display: flex;
    padding: 10px 30px;
    line-height: 1;
    background-color: #F2D0E7;
    color: #bd1786;
    border-radius: 30px;
    border: 1px solid #F2D0E7;
    letter-spacing: normal;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    font-weight: 600;
    min-width: 200px;
    justify-content: center;
}

.btn-style-5:hover {
    background-color: #bd1786;
    color: #ffffff;
    border: 1px solid #bd1786;
}

.prd-thumb {
    border: 0;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.owl-carousel .owl-item.active .prd-thumb .thumb-image {
    opacity: 1;
}

.owl-carousel .owl-item.active .prd-thumb .thumb-content {
    opacity: 1;
}

.prd-thumb .thumb-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    opacity: 10%;
    padding-bottom: 100%;
    transition: 0.4s ease-in-out;
}

.prd-thumb .thumb-image>a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prd-thumb .thumb-image>a::before {
    content: "\f002";
    position: absolute;
    font-family: 'font awesome 6 free';
    font-weight: 600;
    font-size: 18px;
    display: flex;
    color: #ffffff;
    background-color: #23232391;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.prd-thumb:hover .thumb-image>a::before {
    opacity: 1;
}

.prd-thumb .thumb-image>a>img {
    margin-bottom: 0;
    padding: 50px 50px 50px;
    max-height: 100%;
    vertical-align: middle;
    transition: 0.4s ease-in-out;
}

.prd-thumb:hover .thumb-image>a>img {
    transform: scale(1.12);
}

.prd-thumb .thumb-content {
    padding: 0 20px 20px 20px;
    opacity: 10%;
    transition: 0.4s ease-in-out;
}

.prd-thumb .thumb-content h4 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    font-weight: 600;
}

.prd-thumb .thumb-content h4 a {
    color: #232323;
    transition: .3s ease-in-out;
}

.prd-thumb .thumb-content h4 a:hover {
    color: #bd1786;
}

.prd-thumb .thumb-content h6 {
    font-size: 15px;
    line-height: normal;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #bd1786;
    transition: .3s ease-in-out;
}

.prd-thumb .thumb-content p {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0 0;
    color: #4d4d4d;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.owl-carousel {
    position: relative;
    padding: 0 0 45px 0;
}

.owl-carousel .owl-nav {
    opacity: 1;
    transition: .3s ease-in-out;

}

.owl-carousel:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    top: calc(50%);
    transform: translateY(-50%);
    background-color: #bd1786;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #bd1786;
    transition: 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-size: 26px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: #bd1786;
}

.owl-carousel .owl-nav button.owl-next {
    right: -70px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
}

.owl-carousel .owl-dots .owl-dot {
    border-color: #bd1786;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #bd1786;
}

.main-news-sec {
    padding: 60px 0;
    z-index: 1;
    position: relative;
    background-color: #F7E4F1;
}

.news-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.news-carousel .owl-item {
    display: flex;
    align-items: stretch;
}

.news-carousel .col-news {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: unset;
    width: 100%;
    padding: 1px;
}

.col-news {
    width: 100%;
    flex: unset;
    max-width: unset;
    margin-bottom: 30px;
}


.news-carousel .col-news {
    width: 100%;
    margin-bottom: 0;
}

.news-thumb-2 {
    padding: 15px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}


.news-thumb-2 .thumb-image img {
    margin-bottom: 0;

}

.news-thumb-2 .thumb-image a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.news-thumb-2 .thumb-content {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-thumb-2 .thumb-content h3 {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px 0;
    font-weight: 700;
    letter-spacing: normal;
}

.news-thumb-2 .thumb-content h3 a {
    color: #bd1786;
}

.news-thumb-2 .thumb-content p {
    font-size: 15px;
    line-height: 23px;
    margin: 2px 0 20px 0;
    letter-spacing: normal;
    color: #6f6f6f;
    height: 46px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-thumb-2 .thumb-content .btn-style-6 {
    margin-top: auto;
}

.news-style-2 .news-thumb-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    flex-direction: row;
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
}

.news-style-2.row .col-news:last-child .news-thumb-2 {
    border-bottom: unset;
    padding-bottom: 0;
}

.news-style-2 .news-thumb-2 .thumb-content h3 {
    font-size: 20px;
    line-height: 28px;
}

.news-style-2 .news-thumb-2 .thumb-image {
    width: 350px;
}

.news-style-2 .news-thumb-2 .thumb-image a {
    border-radius: 10px;
}

.news-style-2 .news-thumb-2 .thumb-image a img {
    transition: .4s ease-in-out;
}

.news-style-2 .news-thumb-2:hover .thumb-image a img {
    transform: scale(1.15);
}

.news-style-2 .news-thumb-2 .thumb-content {
    flex: 1;
    padding-left: 30px;
    padding-top: 0;
    height: auto;
}

.news-style-2 .news-thumb-2 .thumb-content .btn-style-6 {
    margin-top: unset;
}

.btn-style-6 {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
}

.btn-style-6:after {
    content: '\e8e4';
    background-color: #f5f5f5;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: .3s ease-in-out;
}

.btn-style-6:hover {
    color: #bd1786;
}

.btn-style-6:hover:after {
    background-color: #bd1786;
    color: #ffffff;
}

.news-thumb {
    padding: 10px;
    background-color: #f3f4f6;
    overflow: hidden;
    position: relative;
    height: 100%;
}

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

.news-thumb .thumb-image a {
    display: block;
}

.news-thumb .thumb-image a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 50%);
    z-index: 1;
    opacity: 0;
    transition: .4s ease-in-out;
}

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

.news-thumb .thumb-image img {
    margin: 0;
    transition: 0.4s ease-in-out;
}

.news-thumb:hover .thumb-image img {
    transform: scale(1.2);
}

.news-thumb .thumb-content {
    margin-top: 18px;
    position: relative;
}

.news-thumb .thumb-content hr {
    margin: 10px 0;
    border-top: 1px solid #dedede;
    opacity: 1;
}

.news-thumb .thumb-content h4 {
    font-size: 21px;
    line-height: 29px;
    margin: 0 0 5px 0;
    font-weight: 600;
    position: relative;
}

.news-thumb .thumb-content h4 a {
    color: #232323;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 58px;
}

.news-thumb .thumb-content h4 a:hover {
    color: #bd1786;
}

.news-thumb .thumb-content p {
    font-size: 15px;
    line-height: 23px;
    margin: 2px 0 0 0;
    letter-spacing: normal;
    color: #6f6f6f;
    height: 69px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-thumb .thumb-content .btn-item {
    margin-top: 20px;
}

.news-thumb .thumb-content .more-btn {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    font-weight: 600;
    align-items: center;
    background-color: #232323;
    padding: 2px 10px 4px 12px;
    transition: .3s ease-in-out;
}

.news-thumb .thumb-content .more-btn:hover {
    background-color: #bd1786;
}

.news-thumb .thumb-content .more-btn::after {
    content: '+';
    margin-left: 10px;
}

.news-date-2 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    color: #838383;
    margin-bottom: 10px;
}

.news-date-1 {
    width: 60px;
    height: 60px;
    background-color: #bd1786;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

.news-date-1 .date-item .dt-y {
    display: block;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 2px;
}

.news-date-1 .date-item .dt-m,
.news-date-1 .date-item .dt-d {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
}

.news-date-1 .date-item .dt-m::after {
    content: '/';
    margin-left: 3px;
}

.news-date-2 .sec-more {
    text-align: center;
    margin-top: 20px;
}

.main-app-sec {
    padding: 60px 0;
    position: relative;
    background-color: #f3f4f6;
}

.main-app-sec .row-app {
    margin-bottom: 45px;
}

.row-app {
    margin: 0 -15px 0 -15px;
}

.col-app-2 {
    width: 33.33333%;
    flex: unset;
    max-width: unset;
    margin-bottom: 30px;
    padding: 0 15px;
}

.col-app {
    width: 50%;
    flex: unset;
    max-width: unset;
    margin-bottom: 30px;
    padding: 0 15px;
}

.app-carousel .col-app {
    width: 100%;
    margin-bottom: 0;
    padding: 0 5px;
}

.app-thumb-2 {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.app-thumb-2 .thumb-image img {
    margin: 0;
    transition: 0.4s ease-in-out;
}

.app-thumb-2 .thumb-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #bd1786de;
    padding: 15px;
    border-radius: 5px;
    letter-spacing: normal;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}

.app-thumb-2 .thumb-content h3 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.app-thumb-2:hover .thumb-content {
    opacity: 0;
    bottom: -100px;
}

.app-thumb-2 .overflow-content {
    position: absolute;
    bottom: -100px;
    left: 20px;
    right: 20px;
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.app-thumb-2:hover .overflow-content {
    opacity: 1;
    bottom: 20px;
}

.app-thumb-2 .overflow-content h3 {
    color: #232323;
    font-size: 24px;
    line-height: normal;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.app-thumb-2 .overflow-content p {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0;
}

.read-more {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: 1px;
}

.read-more .r-t {
    color: #bd1786;
}

.r-line {
    position: relative;
    width: 100%;
    display: block;
    background-color: #b5b5b5;
    height: 1px;
    flex: 1;
    margin-left: 10px;
}

.r-line::before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #bd1786;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.app-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.app-thumb .thumb-image img {
    margin: 0;
    transition: 0.4s ease-in-out;
}

.app-thumb .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(0deg, #232323 0%, #23232300 100%);
    padding: 60px 20px 20px 20px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-items: center;
    transition: 0.4s ease-in-out;
}

.app-thumb .thumb-content h4 {
    color: #ffffff;
    margin: 0;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    position: relative;
}

.app-thumb .thumb-content h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 55px;
    height: 2px;
    background-color: #ff9800;
    transition: 0.4s ease-in-out;
}

.app-thumb:hover .thumb-content h4::after {
    width: 85px;
}

.app-thumb:hover .thumb-image img {
    transform: scale(1.2);
}

.app-thumb:hover .thumb-content {
    height: 100%;
}

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

.main-media-sec {
    overflow: hidden;
    padding: 60px 0 30px 0;
    position: relative;
    background-color: #F7E4F1;
}

.main-media-sec .main-title-item.style-2 {
    border-color: #ffffff;
}

.media-thumb-2 {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    display: flex;
    flex-direction: column;
}

.media-thumb-2 .thumb-image a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.media-thumb-2 .thumb-image img {
    margin: 0;
    transition: .4s ease-in-out;
}

.media-thumb-2:hover .thumb-image img {
    transform: scale(1.2);
}

.media-thumb-2 .thumb-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.media-thumb-2 .thumb-content h3 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: normal;
    margin: 13px 0 13px 0;
    font-weight: 700;
}

.media-thumb-2 .thumb-content h3 a {
    color: #232323;
}

.media-thumb-2 .thumb-button {
    margin-top: auto;
}

.media-thumb-2 .thumb-button .video-popup {
    display: inline-flex;
    align-items: center;
    background-color: #F2D0E7;
    color: #bd1786;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: 600;
    padding: 8px 8px 8px 13px;
    border-radius: 30px;
    width: fit-content;
}

.media-thumb-2 .thumb-button .video-popup:after {
    content: '\e037';
    background-color: #bd1786;
    color: #ffffff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: .3s ease-in-out;
}

.media-thumb-2 .thumb-button .video-popup:hover {
    background-color: #bd1786;
    color: #ffffff;
}

.media-thumb-2 .thumb-button .video-popup:hover:after {
    background-color: #ffffff;
    color: #bd1786;
}

.media-thumb {
    position: relative;
    height: 100%;
    background-color: #ffffff;
}

.home-media-edit div[class*="col-"] {
    margin-bottom: 30px;
}

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

.media-thumb .thumb-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #232323;
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.media-thumb .thumb-image img {
    margin-bottom: 0;
}

.media-thumb .thumb-content {
    padding: 20px;
}

.media-thumb .thumb-content h5 {
    margin-bottom: 0;
}

.media-thumb .thumb-content h5 a {
    color: #232323;
}

.media-thumb .thumb-content h5 a:hover {
    color: #232323;
    text-decoration: underline;
}

.main-customer-sec {
    padding: 70px 0;
    background-color: #ffffff;
}

.main-customer-sec>* {
    position: relative;
    z-index: 1;
}

.home-client-edit {
    position: relative;
}

.marqueeBox {
    height: 360px;
    overflow: hidden;
    position: relative;
    border: 2px solid #e9e9ed;
}

.marqueeScroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    animation: marquee 13s linear infinite;
}

.row-marquee {
    justify-content: center;
}

.col-marquee {
    max-width: unset;
    flex: unset;
    width: 20%;
}

@keyframes marquee {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}


.home-client-edit p {
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    height: 130px;
}

.home-client-edit p img {
    margin: 0;
    max-height: 90px;
    transition: .3s ease-in-out;
}

.home-client-edit p:hover {
    background-color: #ffffff;
}

.home-client-edit p:hover img {
    filter: unset;
}

/* main end */

/* page start */

.page-bg-style {
    position: relative;
    overflow: hidden;
}

.page-bg-style>* {
    position: relative;
    z-index: 1;
}

.page-bg-style::before {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    left: -50px;
    width: 350px;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    background-image: url(../../images/main-common-1_1.svg);
    opacity: 60%;
}

.page-bg-style::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -150px;
    right: -150px;
    width: 600px;
    height: 660px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/main-common-4_1.svg);
    opacity: 60%;
}

.page-bg-style-1 {
    position: relative;
    overflow: hidden;
}

.page-bg-style-1>* {
    position: relative;
    z-index: 1;
}

.page-bg-style-1::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 550px;
    height: 308px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/h4-bg01.png);
}

.page-bg-style-1::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 550px;
    height: 308px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/h4-bg02.png);
}

.page-bg-style-2 {
    position: relative;
    overflow: hidden;
    background-color: #f3f4f6;
    background-image: unset !important;
}

.page-bg-style-2>* {
    position: relative;
    z-index: 1;
}

.page-bg-style-2::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 550px;
    height: 308px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/h4-bg04.png);
}

.page-bg-style-2::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 550px;
    height: 308px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/h4-bg03.png);
}

.page-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
}

.banner_opacity {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #232323;
    top: 0;
    left: 0;
    opacity: 55%;
}

.banner-height {
    min-height: unset;
    align-items: center;
    display: flex;
    padding: 150px 0 20px 0;
    position: relative;
    justify-content: center;
    z-index: 1;
    min-height: 400px;
}

.col-banner-title {
    width: 100%;
}

.col-banner-breadcrumb {
    width: 100%;
}

.banner-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.5;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
}

.banner-content .breadcrumb {
    width: 100%;
    justify-content: center;
}

.banner-content .breadcrumb ul li,
.banner-content .breadcrumb ul li a {
    color: #ffffff;
}

.breadcrumb-widget {
    padding: 10px 0;
    background-color: #f3f4f6;
}

.breadcrumb ul li {
    letter-spacing: normal;
    font-size: 14px;
    line-height: normal;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    color: #232323;
}

.breadcrumb ul>li:after {
    content: "\f054";
    font-size: 12px;
    opacity: 1;
    position: relative;
    top: -1px;
    padding: 0 5px 0 6px;
}

.page-contact-info {
    padding: 60px 0 35px 0;
    position: relative;
    overflow: hidden;
}

.page-contact-map {
    padding: 0;
}

.page-title-item {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.editor-area .page-title-item,
.page-title-item {
    margin-bottom: 60px;
}

.editor-area .page-title,
.page-title {
    font-size: 45px;
    line-height: 53px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    color: #232323;
    position: relative;
}

.page-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 80px;
    background-color: #bd1786;
}

.editor-area .page-decs,
.page-decs {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 24px;
    letter-spacing: normal;
}

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

.contact-thumb {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-top: 15px;
}

.editor-area .contact-thumb .thumb-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 75px;
    background-color: #bd1786;
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDkgMTE5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwOSAxMTkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwOSw3OS40VjM5LjhjMC03LjItMy44LTEzLjgtMTAtMTcuM0w2NC41LDIuN2MtNi4yLTMuNi0xMy45LTMuNi0yMC4xLDBMMTAsMjIuNUMzLjgsMjYuMSwwLDMyLjcsMCwzOS44djM5LjYNCgljMCw3LjIsMy44LDEzLjgsMTAsMTcuM2wzNC40LDE5LjhjNi4yLDMuNiwxMy45LDMuNiwyMC4xLDBsMzQuNC0xOS44QzEwNS4yLDkzLjIsMTA5LDg2LjYsMTA5LDc5LjR6Ii8+DQo8L3N2Zz4NCg==);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: relative;
    top: -15px;
}

.editor-area .contact-thumb .thumb-image img {
    margin: 0;
    width: 100%;
    max-height: 40px;
    max-width: 40px;
    filter: brightness(0) invert(1);
}

.editor-area .contact-thumb .thumb-content {
    flex: 1;
    padding-left: 20px;
}

.editor-area .contact-thumb .thumb-content h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 4px 0;
    position: relative;
    top: -6px;
}

.editor-area .contact-thumb:hover .thumb-content h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 4px 0;
    position: relative;
    top: -6px;
}

.editor-area .contact-thumb .thumb-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.editor-area .contact-thumb .thumb-content ul li {
    list-style: none;
    padding: 0;
    display: flex;
}

.editor-area .contact-thumb .thumb-content ul li h6 {
    width: 42px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
}

.editor-area .contact-thumb .thumb-content ul li p {
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
}

.editor-area .contact-thumb .thumb-content ul li p a {
    color: #4d4d4d;
}

.page-contact-map iframe {
    width: 100% !important;
    height: 300px !important;
    margin-bottom: -8px;
}

.page-contact-form {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    background-color: #f3f4f6;
}

.page-contact-form>* {
    position: relative;
    z-index: 1;
}

.contact-form {
    color: #242424;
}

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

.form-control {
    padding: 10px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    color: #232323;
    box-shadow: none;
    transition: 0.3s ease-in-out;
}

.form-prds-control[readonly] {
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 15px;
    padding: 12px 10px;
}

.form-prds-control[readonly]:focus {
    border-color: #e5e7eb !important;
}

.input-group .form-control {
    padding: 8px;
    flex: 1;
    border-color: #bdbdbd;
    border-radius: 3px;
}

.input-group>.form-control:focus {
    z-index: 5;
}

.input-group-text {
    border-radius: 3px;
}

.form-select {
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    color: #232323;
    box-shadow: none;
    transition: 0.3s ease-in-out;
}

.form-control::placeholder {
    color: #afafaf !important;
    font-style: normal;
}

.form-control:focus,
.form-select:focus {
    border-color: #232323;
    box-shadow: unset;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: #232323;
    background-color: transparent;
    border: unset;
    padding: 12px 7px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent;
}

.event-label {
    display: block;
    width: fit-content;
    margin: 0 0 10px 0;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 600;
    color: #232323;
    position: relative;
}

.event-label.req::before {
    content: '*';
    position: absolute;
    top: 0;
    right: -10px;
    color: #d00;
}

.verify-item {
    display: flex;
}

.verify-item .form-control {
    width: 180px;
}

#capcha_image {
    margin-bottom: 0;
    padding-left: 15px;
}

.verify-item #verifyImgCode {
    max-height: 40px;
    border-radius: 5px;
}

#capcha_image:after {
    font-size: 12px;
}

.form-check {
    display: inline-flex;
    font-size: 15px;
    padding: 0;
    margin-bottom: 0;
}

.form-check .form-check-input {
    margin-left: 0;
    margin-right: 16px;
    margin-top: 4px;
    width: 24px;
    height: 24px;
    padding: 0;
}

.form-check-input[type=radio] {
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    transition: 0.4s ease-in-out;
}

.form-check-input[type=checkbox] {
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    transition: 0.4s ease-in-out;
}

.form-check-input[type=radio]:focus {
    box-shadow: unset;
}

.form-check-input[type=checkbox]:focus {
    box-shadow: unset;
}

.form-check-label {
    cursor: pointer;
    position: relative;
    top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.form-check-label a {
    font-weight: 600;
    color: #bd1786;
}

.form-check-label a:hover {
    color: #bd1786;
    text-decoration: underline;
}

.form-check-input:checked[type=radio] {
    background-image: unset;
}

.form-check-input[type=radio]::before {
    content: "\f00c";
    font-family: 'font awesome 6 free';
    font-weight: 600;
    color: #ffffff;
    letter-spacing: normal;
    line-height: normal;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    position: absolute;
    top: 1px;
    left: 1px;
}

.form-check-input:checked[type=radio]::before {
    opacity: 1;
}

.form-check-input:checked[type=radio] {
    background-color: #bd1786;
    border-color: #bd1786 !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: unset;
}

.form-check-input[type=checkbox]::before {
    content: "\f00c";
    font-family: 'font awesome 6 free';
    font-weight: 600;
    color: #ffffff;
    letter-spacing: normal;
    line-height: normal;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    position: absolute;
    top: 4px;
    left: 5px;
}

.form-check-input:checked[type=checkbox]::before {
    opacity: 1;
}

.form-check-input:checked[type=checkbox] {
    background-color: #bd1786;
    border-color: #bd1786 !important;
}

.form-check-input[type=checkbox]:hover,
.form-check-input[type=checkbox]:active {
    border-color: #232323 !important;
}

.submit_btn[disabled] {
    background-color: #cf6db0;
    border-color: #cf6db0;
}

.submit_btn[disabled]:hover {
    background-color: #cf6db0;
    border-color: #cf6db0;
    color: #ffffff;
}

.page-news-list {
    padding: 60px 0 45px 0;
    position: relative;
    overflow: hidden;
}

.page-news-view {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.news-wrap {
    padding: 30px;
    background-color: #f3f4f6;
}

.news-title-item {
    padding: 0;
    background-color: #f3f4f6;
    position: relative;
    margin-bottom: 30px;
    min-height: 60px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
}


.news-title-item h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #232323;
    margin: 0 0 5px 0;
}


.page-about-view {
    padding: 60px 0 60px 0;
}

.page-search {
    padding: 60px 0;
}

.page-search .alert-box {
    border-radius: 0;
    padding: 20px;
    background-color: #f3f4f6;
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

.page-search .alert-box h4 {
    font-size: 24px;
    line-height: 32px;
    color: #232323;
    margin: 0;
    font-weight: 600;
}

.page-search .alert-box h4 span {
    color: #bd1786;
}

.page-regional-view {
    padding: 60px 0;
}

.categories-widget {
    margin-bottom: 50px;
}

.categories-widget ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;
    justify-content: center;
}

.categories-widget ul li {
    list-style: none;
    padding: 0 10px;
    margin-bottom: 20px;
}

.categories-widget ul li a {
    display: inline-flex;
    padding: 10px 20px 10px 21px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1px;
    border-radius: 40px;
    color: #bd1786;
    border: 1px solid #bd1786;
    justify-content: center;
    min-width: 100px;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
}

.categories-widget ul li a:hover {
    background-color: #bd1786;
    color: #ffffff;
}

.categories-widget ul li.active a {
    background-color: #bd1786;
    color: #ffffff;
}

.row-local {
    margin: 0 -25px;
}

.col-local-1 {
    padding: 0 25px;
}

.col-local-2 {
    padding: 0 25px;
}

.col-local-2 .widget-content>div[role*="editorarea"]>div[role*="editorarea"] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}

.col-local-2 .widget-content>div[role*="editorarea"]>div[role*="editorarea"]>.editor-section {
    width: 50%;
    padding: 0 15px 30px 15px;
}

.col-local-2 .widget-content>p {
    display: none;
}

.local-widget {
    background-color: #f7f7f7;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.local-widget:not(:last-child) {
    margin-bottom: 40px;
}

.local-widget>* {
    position: relative;
    z-index: 1;
}

.local-widget::after {
    content: '';
    position: absolute;
    top: -200px;
    right: -100px;
    width: 650px;
    height: 650px;
    background-image: url(../../images/h1-bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 55%;
    background-size: contain;
}

.editor-area .local-widget .widget-title {
    height: 100%;
    border-right: 1px dashed #dedede;
    text-align: center;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.editor-area .local-widget .widget-title h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

.editor-area .local-widget .widget-title img {
    margin: 0;
    height: 60px;
}


.editor-area .company-table th {
    padding: 0 0 10px 0;
    height: 60px;
}

.editor-area .company-table th img {
    max-height: 50px;
    margin: 0;
    max-width: 200px;
}

.editor-area .company-table tbody td {
    font-size: 14px;
    line-height: 22px;
    color: #6f6f6f;
}

.editor-area .company-table tbody td:nth-child(1) {
    width: 20px;
    padding: 7px 0 7px 0;
    vertical-align: top;
}

.editor-area .company-table tbody td:nth-child(2) {
    padding: 7px 0 7px 10px;
    vertical-align: top;
}

.editor-area .company-table tbody td a {
    color: #6f6f6f;
}

.editor-area .company-table tbody td a:hover {
    color: #232323;
    text-decoration: underline;
}

.editor-area .company-table tbody td i {
    font-size: 12px;
    color: #ffffff;
    background-color: #bd1786;
    display: inline-flex;
    width: 24px;
    height: 24px;
    line-height: normal;
    letter-spacing: normal;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.page-inquiry-form {
    padding: 60px 0;
    background-color: #ffffff;
}

.inquiry-table-widget {
    margin-bottom: 50px;
}

.inquiry-form-wrapper {
    padding: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 10%);
    border-radius: 15px;
}

.inquiry-table {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.inquiry-table thead {
    background-color: #bd1786;
}

.inquiry-table thead th {
    color: #ffffff;
    padding: 15px 10px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inquiry-table tbody td {
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    color: #232323;
    line-height: 23px;
    letter-spacing: 0.5px;
}

.inquiry-table tbody td a {
    color: #232323;
}

.inquiry-table tbody td a:hover {
    color: #bd1786;
}

.inquiry-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #f3f4f6;
}

.td-number {
    width: 140px;
    font-weight: 600;
}

.td-image {
    width: 100px;
}

.td-quality {
    width: 100px;
}

.td-quality .form-control {
    text-align: center;
    letter-spacing: normal;
}

.td-operating {
    width: 140px;
}

tbody .td-image span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
}

.td-image a {
    display: flex;
    position: relative;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 6px;
}

.td-image a img {
    max-height: 100%;
    max-width: 100%;
}

.td-image a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 60%);
    opacity: 0;
    transition: .3s ease-in-out;
}

.td-image a::after {
    content: '\f0c1';
    font-family: 'font awesome 6 free';
    font-weight: 600;
    width: 34px;
    height: 34px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    top: calc(50% + 15px);
    left: 50%;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
}

.td-image a:hover::before {
    opacity: 1;
}

.td-image a:hover::after {
    opacity: 1;
    top: calc(50%);
}

.page-prds-list {
    position: relative;
    padding: 90px 0;
    background-color: #f3f4f6;
}

.row-prds-list .col-prds-list {
    width: 33.333333%;
    flex: unset;
    max-width: unset;
    margin-bottom: 30px;
}

.page-prds-list .editor-area {
    margin-bottom: 40px;
}

.page-prds-list .prd-thumb .thumb-image {
    opacity: 1;
}

.page-prds-list .prd-thumb .thumb-content {
    opacity: 1;
    padding: 0 20px 20px 20px;
}

.prds-list-style .prd-thumb:hover .thumb-content {
    position: relative;
    z-index: 103;
}

.prd-thumb .btn-style-group {
    margin-top: 20px;
}

.prd-thumb .thumb-overlay {
    position: absolute;
    top: calc(50%);
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #000000ae;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 102;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.prd-thumb:hover .thumb-overlay {
    opacity: 1;
    top: calc(50%);
}

.btn-add-inquiry {
    display: inline-flex;
    padding: 7px 11px;
    color: #232323;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.btn-add-inquiry:hover {
    color: #bd1786;
}

.btn-prd-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    color: #ffffff;
    border: unset;
    border-radius: 30px;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 0;
    transition: .2s ease-in-out;
}

.btn-prd-btn::before {
    content: '\f002';
    font-family: 'font awesome 6 free';
    font-weight: 600;
    font-size: 21px;
    letter-spacing: normal;
    line-height: normal;
}

.btn-prd-btn:hover {
    background-color: #ffffff;
    color: #bd1786;
}

.page-advanced {
    padding: 90px 0;
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #f3f4f6;
}

.filter-widget .widget-title {
    display: none;
}

.filter-widget .filter-form {
    position: relative;
    z-index: 1;
    border-radius: 0;
    padding: 30px 30px 30px 30px;
    background-color: #f3f4f6;
    border: 1px solid #ececec;
}

.filter-widget .col-input {
    width: 25%;
}

.filter-btn-widget {
    display: none;
}

.btn-filter-popup {
    display: inline-flex;
    width: 100%;
    padding: 13px;
    background-color: #bd1786;
    color: #ffffff;
    box-shadow: unset;
    border: unset;
    border-radius: 0;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.btn-filter-popup i {
    margin-right: 10px;
    font-size: 14px;
}

.btn-popup-close {
    display: inline-flex;
    padding: 20px;
    background-color: transparent;
    color: #232323;
    box-shadow: unset;
    border: unset;
    border-radius: unset;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.btn-popup-close i {
    font-size: 20px;
}

.page-prds-info {
    padding: 90px 0 60px 0;
    background-color: #f3f4f6;
}

.row-prdview {
    margin: 0 -20px;
}

.col-prdview-left {
    width: 50%;
    padding: 0 20px;
}

.col-prdview-right {
    width: 50%;
    padding: 0 20px;
}

.prdview-title-item h6 {
    color: #bd1786;
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: normal;
}

.prdview-title-item h3 {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    color: #232323;
    position: relative;
}

.prdview-title-item p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 30px 0 0 0;
    color: #4d4d4d;
}

.editor-area .accordion-header {
    margin: 0;
}

.prd-sec-1 {
    padding: 90px 0 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.prd-sec-1 .col {
    margin-bottom: 30px;
}

.page-prds-latest {
    padding: 60px 0 60px 0;
}

.page-prds-latest .container-fluid {
    padding: 0 90px;
}

.page-prds-latest .prds-carousel {
    margin-top: 0;
}

.page-market-cate {
    padding: 60px 0 55px 0;
}

.page-prds-cate {
    padding: 60px 0 40px 0;
    background-color: #f3f4f6;
}

.prds-list-style .prd-thumb {
    border: unset;
    background-color: transparent;
}

.prds-list-style .prd-thumb .thumb-image {
    background-color: #ffffff;
}

.prds-carousel.prds-list-style .prd-thumb .thumb-image {
    background-color: #f3f4f6;
}

.prds-list-style .prd-thumb .thumb-content {
    padding: 20px 0 0 0;
}

.col-prds-cate {
    margin-bottom: 30px;
}

.cate-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    height: 100%;
    transition: .3s ease-in-out;
}

.cate-thumb:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 14%);
}

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

.cate-thumb .thumb-image a img {
    margin: 0;
    padding: 35px;
    transition: 0.4s ease-in-out;
}

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

.cate-thumb .thumb-content {
    text-align: center;
    padding: 20px;
}

.cate-thumb .thumb-content h4 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    margin: 0;
    font-weight: 600;
}

.cate-thumb .thumb-content h4 a {
    color: #232323;
}

.cate-thumb .thumb-content h4 a:hover {
    color: #bd1786;
}

.page-filter-search {
    padding: 60px 0 0 0;
    overflow: visible;
}

.filter-form {
    color: #232323;
}

.page-filter-result {
    padding: 4vh 0;
}

.result-alert-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.result-alert-box h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    color: #232323;
}

.result-alert-box h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    color: #ff5f00;
    letter-spacing: .5px;
}

.noVertical {
    display: flex;
    width: 100%;
    max-height: 70vh;
}

.scrollbar-wrapper .noVertical {
    align-items: flex-start;
}

.filter-result-widget .os-content {
    display: flex;
    flex-direction: column;
}

.rwd-table-style {
    border-radius: 0;
}

.table-row {
    display: flex;
}

.table-cell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    line-height: 20px;
    min-width: 130px;
    color: #232323;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}

.table-body .table-row .table-cell:not(:last-child) {
    border-right: 2px solid #fff;
}

.table-body .table-row:not(:last-child) .table-cell {
    border-bottom: unset;
}

.table-body .table-row:nth-child(even) .table-cell {
    background-color: #f3f4f6;
}

.table-body .table-row:nth-child(even) .table-cell.td-image,
.table-body .table-row:nth-child(even) .table-cell.td-name {
    background-color: #dee2e6;
}

.table-body .table-row:hover .table-cell {
    background-color: #fae8f3 !important;
}

.table-row .table-cell:first-child,
.table-head .table-row .table-cell {
    border-left: unset;
}

.table-head .table-row .table-cell {
    font-weight: 600;
    background-color: #bd1786;
    color: #ffffff;
}

.table-head .table-row .table-cell:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.table-head .table-row .table-cell.td-name {
    border-right: unset;
}

/* .table-head .table-row .table-cell:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 24px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
} */

.td-image a img {
    margin: 0;
}

.table-head {
    position: sticky;
    top: 0;
    z-index: 4;
}

.table-cell.td-image {
    min-width: unset;
    width: 120px;
    flex: 0 0 120px;
    left: 0;
    position: sticky;
    left: 0;
    z-index: 3;
}

.table-cell.td-name {
    flex: 0 0 180px;
    min-width: unset;
    width: 180px;
    font-weight: 600;
    position: sticky;
    left: 120px;
    z-index: 2;
    color: #232323;
    box-shadow: 5px 0 5px -2px rgba(0, 0, 0, 0.1);
}

.table-body .table-row .table-cell.td-name {
    border-right: unset;
}

.table-body .table-row .table-cell.td-name a {
    color: #b11e81;
}

.table-cell.td-name::after {
    display: none !important;
}

.table-cell.td-draw {
    width: 84px;
    flex: unset;
}

.table-cell.td-draw img {
    margin: 0;
}

.view-btn {
    background-color: #3276c3;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-flex;
    line-height: 18px;
    border-radius: 30px;
    font-weight: 600;
    justify-content: center;
    transition: .3s ease-in-out;
}

.view-btn:hover {
    background-color: #2860a0;
    color: #ffffff;
}

.draw-btn {
    font-size: 14px;
    line-height: 20px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.table-cell.td-number {
    width: 90px;
    flex: unset;
}

.table-cell.td-operating {
    width: 100px;
    flex: unset;
}

.inquiry-table .table-cell.td-image {
    width: 180px;
    flex: unset;
}

.inquiry-table .td-image a {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 10px;
}

.inquiry-table .table-cell.td-series {
    width: 180px;
    font-weight: 600;
}

.inquiry-table .table-cell.td-name {
    width: unset;
    flex: 1;
    font-weight: 600;
}

.inquiry-table .table-cell.td-quantity {
    width: 200px;
    flex: unset;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-number {
    margin: 0 -1px;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
}

.input-number:focus,
.input-number:hover,
.input-number::placeholder {
    border-color: #e4e4e4 !important;
    font-style: normal;
}

.input-number-dec,
.input-number-inc {
    padding: 6px 10px;
    background-color: #f3f4f6;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.input-number-dec {
    border-radius: 5px 0 0 5px;
}

.input-number-inc {
    border-radius: 0 5px 5px 0;
}

.input-number-dec::before,
.input-number-inc::before {
    content: '';
    font-family: 'font awesome 6 free';
    font-weight: 600;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;
}

.input-number-dec::before {
    content: '\f068';
}

.input-number-inc::before {
    content: '\2b';
}

.table-setable-box {
    margin-top: 30px;
    text-align: right;
}


.prdview-info-item {
    margin-top: 20px;
}


.info-box-1 {
    border-left: 3px solid #bd1786;
    padding: 20px;
    background-color: #f3f4f6;
}

.editor-area ul {
    padding: 0 0 0 0;
    margin: 0 0 16px 16px;
}

.editor-area ol {
    padding: 0 0 0 0;
    margin: 0 0 16px 16px;
}

.editor-area ul li,
.editor-area ol li {
    color: #242424;
    font-size: 16px;
    line-height: 21px;
}

.editor-area ul li:not(:last-child),
.editor-area ol li:not(:last-child) {
    margin-bottom: 10px;
}

.page-prds3-edit .editor-area .nav-tabs {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.editor-area .nav-tabs .nav-item {
    display: block;
    margin: 0;
}

.editor-area .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    color: #232323;
    padding: 12px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    border-radius: 0;
    border: unset;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin: 0;
}

.page-prds3-edit .editor-area .nav-tabs {
    box-shadow: 0 0 10px rgba(0, 0, 0, 5%);
    border-radius: 10px;
    overflow: hidden;
    border: unset;
}

.page-prds3-edit .editor-area .nav-tabs .nav-item {
    flex: 1;
}

.page-prds3-edit .editor-area .nav-tabs .nav-item .nav-link {
    border: unset;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    line-height: normal;
}

.page-prds3-edit .editor-area .nav-tabs .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #e4e4e4;
}

.page-prds3-edit .editor-area .nav-tabs .nav-item .nav-link.active {
    background-color: #3d3b40;
    color: #ffffff;
}

.page-prds3-edit .editor-area .nav-tabs .nav-item .nav-link:hover {
    background-color: #3d3b40;
    color: #ffffff;
}

.editor-area .tab-content {
    padding-top: 40px;
}

.prdview-info-item .editor-area h4 {
    color: #232323;
    margin-bottom: 5px;
}

.prdview-info-item .editor-area h6 {
    margin-bottom: 5px;
}

.prdview-button-item {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.prdview-button-item .btn-add-inquiry {
    background-color: #f26b11;
    color: #ffffff;
    border-color: #f26b11;
    border-radius: 10px;
    padding: 7px;
    height: 50px;
    width: 150px;
    font-size: 18px;
}

.prdview-button-item .btn-add-inquiry:hover {
    color: #ffffff;
    background-color: #d25a0a;
    border-color: #d25a0a;
}

.prdview-button-item .btn-pdf-file {
    margin-right: 15px;
}

.btn-pdf-file {
    display: inline-flex;
    align-items: center;
    padding: 7px;
    border-radius: 0;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 600;
    background-color: #4d4d4d;
    color: #ffffff;
    border: 1px solid #4d4d4d;
    height: 50px;
    width: 200px;
    justify-content: center;
    align-items: center;
}

.btn-pdf-file:active,
.btn-pdf-file:focus {
    background-color: #242424;
    color: #ffffff;
    border: 1px solid #242424;
}

.btn-pdf-file:hover {
    color: #ffffff;
    background-color: #242424;
}

.btn-pdf-file img {
    width: 24px;
    margin: 0 7px 0 0;
}

.row-prds-cate-2 {
    margin: 0 -15px;
}

.col-prds-cate-2 {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 25%;
    flex: unset;
    max-width: unset;
}

.cate-thumb-2 {
    background-color: #3d3d3d;
    text-align: center;
    transition: .3s ease-in-out;
}

.cate-thumb-2:hover {
    background-color: #bd1786;
}

.cate-thumb-2 .thumb-image {
    padding: 30px;
}

.cate-thumb-2 .thumb-image a {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cate-thumb-2 .thumb-image img {
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.cate-thumb-2 .thumb-content {
    padding-bottom: 20px;
}

.cate-thumb-2 .thumb-content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.cate-thumb-2 .thumb-content h4 a {
    color: #ffffff;
}

.blueImp-open main {
    position: relative;
    z-index: 2;
}

.blueImpGallery {
    margin: 40px 0 0 0;
    padding: 20px;
    background-color: #f3f4f6;
    border-radius: 10px;
}

.blueImpGallery #links {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px -10px -10px;
}

.blueImpGallery #links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 10px;
    position: relative;
    height: 240px;
}

.blueImpGallery #links a img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    z-index: 1;
    margin: 0;
}

.blueImpGallery #links a::before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.blueimp-gallery>.indicator>li {
    margin: 4px;
}


.blueimp-gallery-svgasimg>.next {
    font-size: 0;
    overflow: hidden;
    display: none;
}

.blueimp-gallery-svgasimg>.prev {
    font-size: 0;
    overflow: hidden;
    display: none;
}

.blueimp-gallery-display.blueimp-gallery-svgasimg>.next,
.blueimp-gallery-display.blueimp-gallery-svgasimg>.prev {
    display: block;
}



.blueimp-gallery-display>.close {
    font-size: 0;
}

.blueimp-gallery-display>.close {
    font-size: 0;
    background-color: #fff;
    border-radius: 50%;
    background-size: 15px;
}


.blueimp-gallery>.slides>.slide {
    height: calc(100% - 110px);
    margin-top: 55px;
}

.blueimp-gallery>.indicator>li:after {
    left: 6px;
}

.editor-area .gallery-sec-1 img {
    margin-bottom: 0 !important;
}

.editor-area .gallery-sec-1 .row {
    margin: 0 -15px;
}

.editor-area .gallery-sec-1 .row div[class*="col-"] {
    padding: 0 15px;
    margin-bottom: 30px;
}


.editor-area .point-thumb-2 {
    background-color: #f3f4f6;
    padding: 30px;
    text-align: center;
}

.editor-area .point-thumb-2 .thumb-image {
    margin-bottom: 15px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editor-area .point-thumb-2 .thumb-image img {
    margin-bottom: 0 !important;
    max-width: 75px;
    max-height: 80px;
}

.editor-area .point-thumb-2 .thumb-content h5 {
    font-size: 20px;
    line-height: 30px;
}

.about-sec-1 {
    margin-bottom: 40px;
}

.ponit-sec-1 {
    margin-bottom: 40px;
}

.pre-loading {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    display: block !important;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.pre-loading .loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pre-loading .loading-logo img {
    width: 130px;
}


.pre-loading .loading-logo .load_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pre-loading .loading-logo .load_box span {
    display: block;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

.col-head-toggler {
    display: none;
}

.editor-area .accordion-button {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    background-color: #eeddeb;
    color: #bd1786;
}

.editor-area .accordion-item {
    border-radius: 5px !important;
    overflow: hidden;
    border: unset !important
}

.editor-area .accordion-item ol {
    padding-left: 0;
}

.editor-area .accordion-item .accordion-button {
    box-shadow: unset;
    border-radius: 5px 5px 0 0 !important;
}

.editor-area .accordion-item .accordion-button::after {
    background-image: unset;
    background-color: #bd1786;
    -webkit-mask-size: cover;
    mask-image: var(--bs-accordion-btn-icon);
    -webkit-mask-image: var(--bs-accordion-btn-icon);
}

.editor-area .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

.editor-area .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #bd1786;
    box-shadow: unset;
}

.editor-area .accordion-button:not(.collapsed)::after {
    background-color: #ffffff;
}

.info-editor .main-title-item.style-4 {
    margin-bottom: 30px;
}

.info-editor .main-title-item.style-4 .main-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-editor img {
    margin-bottom: 0 !important;
}

.info-editor p {
    color: #3D3B40;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .3px;
    text-align-last: left;
}

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

.editor-area .esg-img img {
    max-width: 100%;
}

.page-prds-edit {
    margin-top: 40px;
}

.page-prds3-edit {
    margin-top: 40px;
}

#inquiryModal .modal-dialog {
    max-width: 740px;
    margin-top: 15px;
}

#inquiryModal .modal-header {
    padding: 10px 30px;
}

#inquiryModal .modal-body {
    padding: 20px 30px;
}

.modal-header .btn-close {
    box-shadow: unset;
}

.inquiry-sec {
    display: none;
    margin-top: 30px;
}

.inquiry-sec .form-title {
    font-size: 28px;
}

.inquiry-form-info {
    margin: 0 0 20px 0;
    background-color: #f3f4f6;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e5e7eb;
}


.inquiry-form .col-input-2 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.inquiry-form .col-button {
    margin-top: 10px;
}

.inquiry-form #submit_btn {
    padding: 11px;
    min-width: 105px;
    font-size: 14px;
}

.inquiry-form .event-label {
    font-size: 15px;
    margin-bottom: 6px;
}

.form-title {
    position: relative;
    font-size: 21px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    border-bottom: solid 3px #ff9800;
}

.form-title span {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.form-title span:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #bd1786;
    bottom: -3px;
    width: 100%;
}

.inquiry-form {
    color: #232323;
}

.inquiry-form .col-input {
    margin-bottom: 15px;
}

.form-check-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.form-check-group .form-check {
    width: 33.333333%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.form-check .form-check-input {
    margin-right: 10px;
    margin-bottom: 0;
}

.form-check-label {
    top: 6px;
    font-size: 15px;
    line-height: 20px;
}

@media (max-width:1199px) {
    header nav.navbar .col-head-toggler {
        display: block;
        width: auto;
        position: absolute !important;
        top: 20px;
        padding: 0;
        left: 0;
        z-index: 1;
    }

    .nav-header-container {
        display: none !important;
    }

    .header-widgets .v-line {
        display: none;
    }

    .header-widgets .widget-item .widget-link.inquiry-btn {
        border-color: #bd1786;
        color: #bd1786;
    }

    .taiway-header .h-top {
        padding: 10px 20px !important;
    }
}

@media (max-width:991px) {
    .nav-header-container {
        display: none !important;
    }

    .taiway-header.sticky nav.navbar-default,
    .taiway-header.sticky nav.navbar.bootsnav {
        top: 0;
    }

    header nav .row {
        margin: 0;
    }

    .banner-height {
        padding: 110px 0 20px 0;
        min-height: 300px;
    }

    .col-edit-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-edit-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .col-app {
        width: 50%;
    }

    .categories-widget {
        margin-bottom: 40px;
    }

    .categories-widget ul {
        margin: 0 -8px;
    }

    .categories-widget ul li {
        padding: 0 8px;
        margin-bottom: -1px;
        width: 100%;
    }

    .categories-widget ul li a {
        width: 100%;
        min-width: unset;
        border-radius: 0;
        padding: 12px 20px;
        background-color: #fff;
    }

    .categories-widget ul li:first-child a {
        border-radius: 10px 10px 0 0;
    }

    .categories-widget ul li:last-child a {
        border-radius: 0 0 10px 10px;
    }

    .categories-widget ul li a:hover {
        background-color: #ffffff;
        color: #bd1786;
    }

    .local-widget {
        background-color: transparent;
        border-radius: unset;
        padding: 0;
        box-shadow: unset;
    }

    .editor-area .local-widget::after {
        display: none;
    }

    .editor-area .local-widget .widget-title {
        padding-right: 0;
        border-right: unset;
        padding-bottom: 20px;
    }

    .editor-area .local-widget .widget-content {
        background-color: #f3f4f6;
        padding: 30px;
        position: relative;
        overflow: hidden;
    }

    .editor-area .local-widget .widget-content>* {
        position: relative;
        z-index: 1;
    }

    .editor-area .local-widget .widget-content::after {
        content: '';
        position: absolute;
        top: -200px;
        right: -100px;
        width: 400px;
        height: 400px;
        background-image: url(../../images/h1-bg3.png);
        background-position: center;
        background-repeat: no-repeat;
        opacity: 55%;
        background-size: contain;
    }

    .row-prds-list .col-prds-list {
        width: 50%;
    }


    .filter-btn-widget {
        display: block;
    }

    .filter-widget {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100%;
        background-color: #ffffff;
        border-radius: 0;
        z-index: 300;
        transition: 0.4s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    }

    .filter-widget.is-open {
        left: 0;
    }

    .filter-widget .widget-title {
        display: flex;
        padding: 12px 0;
        border-bottom: 1px solid #e4e4e4;
        align-items: center;
        justify-content: space-between;
    }

    .filter-widget .widget-title h3 {
        margin: 0;
        padding: 0 0 0 20px;
        color: #232323;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .filter-widget .widget-content {
        height: calc(100% - 170px);
        overflow-y: auto;
        background-color: #ffffff;
    }

    .filter-widget .filter-form {
        padding: 20px;
        box-shadow: unset;
        background-image: unset;
        position: unset;
        margin: 0;
        border-radius: 0;
    }

    .filter-widget .filter-form .row {
        position: unset;
    }

    .filter-widget .col-input {
        width: 100%;
        margin-bottom: 20px;
    }

    .filter-widget .col-button {
        padding: 0;
        flex: unset;
        width: auto;
    }

    .filter-widget .button-item {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        left: 0;
        padding: 20px;
        border-top: 1px solid #e4e4e4;
        background-color: #ffffff;
    }

    .filter-widget .button-item .btn-style-1 {
        width: 100%;
        min-width: unset;
        justify-content: center;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .page-prds-list {
        padding: 60px 0;
    }

    .prd-thumb .thumb-overlay {
        opacity: 1;
        justify-content: flex-end;
        align-items: flex-start;
        top: 50%;
        padding: 20px;
        width: 100%;
    }

    .btn-add-inquiry {
        background-color: #bd1786;
        color: #fff;
        border-color: #bd1786;
    }

    .btn-add-inquiry:hover {
        color: #ffffff;
    }

    .btn-prd-btn {
        display: none;
    }

    .prd-sec-1 .row-cols-5>* {
        width: 33.333333%;
    }


    .table-head {
        display: none;
    }

    .rwd-table-style {
        box-shadow: unset;
        border-radius: 0;
        overflow: unset;
    }

    .rwd-table-style .table-body {
        display: flex;
        flex-wrap: wrap;
    }

    .noVertical {
        border: unset;
    }

    .table-row {
        display: block;
        width: calc(50% - 10px);
        overflow: hidden;
        border: 1px solid #ebe8e8;
        margin-bottom: 20px;
        height: 100%;
        background-color: #ffffff;
    }

    .table-body .table-row:not(:last-child) .table-cell {
        border-bottom: unset;
    }

    .table-body .table-row:hover .table-cell {
        background-color: #ffffff !important;
    }

    .inquiry-table .table-row {
        border: 1px solid #ebe8e8;
    }

    .table-row:nth-child(2n+1) {
        margin-right: 10px;
    }

    .table-row:nth-child(2n+2) {
        margin-left: 10px;
    }

    .table-row:nth-child(odd) .table-cell {
        background-color: transparent;
    }

    .table-cell {
        flex: unset;
        width: 100% !important;
        display: flex;
        text-align: left;
        padding: 0;
        align-items: unset;
        border-radius: unset !important;
        border-top: 1px solid #ebe8e8;
    }

    .table-cell:first-child {
        border-top: unset;
    }

    .table-body .table-row:nth-child(even) .table-cell {
        background-color: #ffffff;
    }

    .table-body .table-row .table-cell:not(:last-child) {
        border-right: unset;
    }

    .table-body .table-row:nth-child(even) .table-cell.td-image,
    .table-body .table-row:nth-child(even) .table-cell.td-name {
        background-color: #ffffff;
    }

    .table-cell::before {
        content: attr(data-th);
        display: flex;
        width: 115px;
        background-color: #f3f4f6;
        padding: 15px;
        align-items: center;
        font-weight: 600;
        border-right: 1px solid #ebe8e8;
        color: #232323;
        text-align: left;
    }

    .table-cell .td-item {
        flex: 1;
        padding-left: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-row:not(.th-row) .table-cell.td-image {
        height: auto;
        text-align: center;
    }

    .table-cell .view-btn {
        width: 100%;
        padding: 8px 15px;
    }

    .td-image a {
        width: 120px;
        height: 120px;
    }

    .table-setable-box {
        margin-top: 10px;
    }

    .page-prds-info {
        padding: 60px 0 30px 0;
    }

    .row-prdview {
        margin: 0 -15px;
    }

    .col-prdview-left {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .col-prdview-right {
        width: 100%;
        padding: 0 15px;
    }

    .prdview-title-item h6 {
        font-size: 18px;
    }

    .prdview-title-item h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .prd_gallery .f-thumbs__slide {
        width: 23%;
        height: 90px;
    }

    .prd_gallery .f-thumbs__slide__button {
        height: 90px;
    }

    .prd-sec-1 {
        padding: 50px 0 20px 0;
    }

    .page-prds-latest {
        padding: 60px 0 60px 0;
    }

    .page-prds-cate {
        padding: 60px 0 15px 0;
    }

    .page-market-cate {
        padding: 60px 0 55px 0;
    }

    .col-prds-cate-2 {
        width: 33.333333%;
    }

    .col-marquee {
        max-width: unset;
        flex: unset;
        width: 33.333333%;
    }

    .home-client-edit p {
        max-height: 75px;
    }

    .main-about-sec {
        padding: 60px 0;
    }

    .main-products-sec {
        padding: 60px 0;
    }

    .main-products-sec::after {
        display: none;
    }

    .main-news-sec {
        padding: 60px 0;
    }

    .main-app-sec {
        padding: 60px 0;
    }

    .main-customer-sec {
        padding: 60px 0;
    }

    .main-media-sec {
        padding: 60px 0 30px 0;
    }

    .prds-list-style .prd-thumb:hover:after {
        opacity: 0;
        display: none;
    }

    .prds-list-style .prd-thumb:hover .thumb-content h6 {
        color: #bd1786;
    }

    .prds-list-style .prd-thumb:hover .thumb-content h4 a {
        color: #232323;
    }

    .prds-list-style .prd-thumb:hover .thumb-content p {
        color: #4d4d4d;
    }

    .blueImpGallery #links a {
        width: 25%;
        height: 160px;
    }

    .home-client-edit p img {
        max-height: 60px;
    }

    .home-client-edit p {
        max-width: 130px;
    }

    .editor-area .main-title,
    .main-title {
        font-size: 32px;
        line-height: 42px;
    }

    .editor-area .col-idea:nth-child(3n + 1) .point-thumb {
        border-left: unset;
    }

    .main-title-item {
        margin-bottom: 40px;
    }

    .prd-thumb .thumb-image>a>img {
        padding: 35px;
    }

    .rwd-table-style .table-body {
        border: unset;
    }

    .page-filter-search {
        padding: 45px 0 0 0;
    }

    .v-line {
        display: none;
    }

    .page-about-view {
        padding: 45px 0 45px 0;
    }

    .page-search {
        padding: 45px 0;
    }
}


@media (max-width:767px) {
    .main-products-sec {
        padding: 50px 0;
    }

    .editor-area .main-title,
    .main-title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: normal;
        padding-bottom: 12px;
    }

    .owl-carousel.prds-carousel {
        margin-bottom: 30px;
    }

    .main-products-sec::before {
        width: 460px;
        height: 458px;
    }

    .col-news {
        width: 100%;
    }

    .main-news-sec {
        padding: 45px 0;
    }

    .sec-more {
        margin-top: 0;
    }

    .main-app-sec {
        padding: 45px 0;
    }

    .col-app {
        width: 100%;
    }

    .main-customer-sec {
        padding: 45px 0;
    }

    .main-media-sec {
        padding: 45px 0 15px 0;
    }

    .page-contact-info {
        padding: 45px 0 15px 0;
    }

    .page-contact-form {
        padding: 50px 0 50px 0;
    }

    .editor-area .page-title-item,
    .page-title-item {
        margin-bottom: 25px;
    }

    .editor-area .page-title,
    .page-title {
        font-size: 32px;
        line-height: 40px;
    }

    .page-contact-info::after {
        width: 400px;
        height: 600px;
    }

    .page-contact-info::before {
        width: 280px;
        height: 280px;
    }

    .banner-title {
        font-size: 32px;
        line-height: 40px;
    }

    .page-news-list {
        padding: 50px 0;
    }

    .page-news-view {
        padding: 50px 0;
    }

    .pagination_nav {
        margin-top: 10px;
    }

    .page-about-view {
        padding: 45px 0 45px 0;
    }

    .page-search {
        padding: 45px 0;
    }

    .news-wrap {
        padding: 20px;
    }

    .col-local-2 .widget-content>div[role*="editorarea"]>div[role*="editorarea"]>.editor-section {
        width: 100%;
    }

    .page-regional-view {
        padding: 50px 0;
    }

    .row-prds-list {
        margin: 0 -10px;
    }

    .row-prds-list .col-prds-list {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 24px;
    }

    .prd-thumb .thumb-image>a>img {
        padding: 30px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 24px;
    }

    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl,
    .top-header-area>.container-lg,
    .top-header-area>.container-md,
    .top-header-area>.container-sm,
    .top-header-area>.container-xl,
    .top-header-area>.container-xxl {
        padding: 0 24px;
    }

    .prd-sec-1 .row-cols-5>* {
        width: 100%;
    }

    .prd-sec-1 {
        padding: 50px 0;
    }

    .pre-loading img {
        width: 120px;
    }

    .table-row {
        width: calc(100%);
        margin-bottom: 20px;
    }

    .table-row:nth-child(2n+1) {
        margin-right: 0;
    }

    .table-row:nth-child(2n+2) {
        margin-left: 0;
    }

    .page-filter-result {
        padding: 45px 0 45px 0;
    }

    .result-alert-box {
        display: block;
    }

    .result-alert-box h3 {
        margin: 0 0 5px 0;
    }

    .page-inquiry-form {
        padding: 45px 0;
    }

    .col-prdview-left {
        width: 100%;
    }

    .col-prdview-right {
        width: 100%;
    }

    .prdview-button-item {
        margin-top: 20px;
        justify-content: flex-end;
    }

    .row-prds-cate-2 {
        margin: 0 -10px;
    }

    .col-prds-cate-2 {
        padding: 0 10px;
    }

    .col-prds-cate-2 {
        width: 50%;
    }

    .cate-thumb-2 .thumb-image {
        padding: 20px 30px;
    }

    .cate-thumb-2 .thumb-image a {
        width: 80px;
        height: 80px;
    }

    .cate-thumb-2 .thumb-content {
        padding-bottom: 10px;
    }

    .cate-thumb-2 .thumb-content h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .col-marquee {
        max-width: unset;
        flex: unset;
        width: 50%;
    }

    .home-client-edit p {
        max-height: 65px;
        margin-bottom: 20px;
        max-width: 120px;
    }

    .blueImpGallery #links a {
        width: 50%;
        height: 150px;
    }

    .main-title-item {
        margin-bottom: 30px;
    }

    .home-about-edit .main-title-item {
        margin-bottom: 30px;
    }

    .style-2 .main-title::after {
        height: 4px;
        width: 110px;
        background-color: #bd1786;
    }

    .mail-box {
        padding: 25px;
    }

    .mail-box:after,
    .mail-box::before {
        font-size: 25px;
    }

    .main-about-sec {
        padding: 45px 0;
    }

    .main-products-sec {
        padding: 45px 0;
    }

    .editor-area .point-thumb {
        padding: 20px 20px;
    }

    .editor-area .point-thumb .thumb-image {
        width: 45px;
        height: 45px;
    }

    .editor-area .point-thumb .thumb-image img {
        max-width: 45px;
        max-height: 35px;
    }

    .editor-area .point-thumb .thumb-content {
        padding: 15px 0 0 0;
    }

    .editor-area .point-thumb .thumb-content h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .page-prds-latest {
        padding: 45px 0 45px 0;
    }

    .page-prds-cate {
        padding: 45px 0 20px 0;
    }

    .page-market-cate {
        padding: 45px 0 40px 0;
    }

    .page-prds-list {
        padding: 45px 0 45px 0;
    }

    .info-box-1 {
        padding: 20px;
    }

    .prdview-button-item .btn-pdf-file {
        margin-right: 10px;
        width: auto;
        font-size: 14px;
        letter-spacing: normal;
    }

    .prdview-button-item .btn-add-inquiry {
        width: 110px;
        font-size: 16px;
        letter-spacing: normal;
        height: 42px;
    }

    .btn-pdf-file img {
        width: 20px;
        margin: 0 5px 0 0;
    }

    .btn-add-inquiry::before {
        margin-right: 5px;
    }

    .page-prds-info {
        padding: 45px 0 45px 0;
    }

    .main-app-sec .row-app {
        margin-bottom: 25px;
    }

    .style-1 .main-title {
        padding: 0 55px;
    }

    .style-1 .main-title:before,
    .style-1 .main-title:after {
        width: 40px;
    }

    #searchpopup .searchform {
        width: 300px;
    }

    .btn-add-inquiry {
        font-size: 14px;
    }

    .prd-thumb .thumb-overlay {
        padding: 12px;
    }

    .inquiry-table-widget {
        margin-bottom: 45px;
    }

    .inquiry-form-wrapper {
        padding: 20px;
    }

    .banner-height {
        padding: 110px 0 20px 0;
        min-height: 250px;
    }

    .col-copyright {
        margin-bottom: 10px;
    }

    .col-link {
        margin: unset;
    }

    .cate-thumb .thumb-image a img {
        padding: 10px;
    }

    .cate-thumb .thumb-content {
        padding: 10px;
    }

    .cate-thumb .thumb-content h4 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
    }

    .breadcrumb ul {
        text-align: center;
    }

    .prd-thumb:hover .thumb-overlay {
        width: auto;
        height: auto;
        top: 0;
        right: 0;
        left: unset;
        transform: unset;
    }

    .mega-menu-column.column-2 ul li {
        width: 100%;
    }

    .mega-menu-column ul li {
        list-style: none;
    }

    .mega-menu-column ul li {
        margin: 5px 0;
    }

    .form-check-group .form-check {
        width: 50%;
    }
}


.swiper-brand-widget {
    border: 2px solid #bd1786;
    border-radius: 15px;
    padding: 0 0 30px 0;
    margin-bottom: -10px;
}

.main-title-item.style-3 {
    position: relative;
    text-align: center;
    margin: -24px 0 30px 0;
    display: flex;
    justify-content: center;
}

.main-title-item.style-3 .main-title {
    width: fit-content;
    padding: 0 24px;
    background-color: #ffffff;
    font-weight: 700;
    color: #bd1786;
}


.brand-swiper {
    width: 100%;
    height: 200px;
}

.brand-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.brand-swiper .swiper-slide .swiper-item {
    width: 20%;
    height: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.brand-swiper .swiper-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-item {
    text-align: center;
}

.brand-item img {
    margin: 0;
    max-width: 150px;
    max-height: 70px;
}

.brand-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.brand-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 1px solid #bd1786;
    border-radius: 50%;
    background: transparent;
    margin: 0 7px;
    opacity: 1;
    transition: .3s ease-in-out;
}

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

.brand-swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.brand-swiper .swiper-vertical>.swiper-pagination-bullets {
    display: none;
}

@media (max-width:991px) {

    .owl-carousel {
        padding-bottom: 55px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
    }

    .owl-carousel .owl-nav button.owl-prev span,
    .owl-carousel .owl-nav button.owl-next span {
        font-size: 23px;
    }

    .page-prds-latest .container-fluid {
        padding: 0 15px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        top: unset;
        transform: unset;
        bottom: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: 45px;
        top: unset;
        transform: unset;
        bottom: 0px;
        right: 0;
    }

    .owl-carousel .owl-dots {
        justify-content: flex-start;
        padding-left: 90px;
        bottom: 10px;
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }

    .brand-swiper {
        height: 400px;
        overflow: hidden;
    }

    .brand-swiper .swiper-slide .swiper-item {
        width: 33.333333%;
        height: 33.333333%;
    }

    .brand-swiper .swiper-pagination {
        display: none;
    }

    .news-style-2 .news-thumb-2 .thumb-image {
        width: 300px;
    }

    .home-about-edit .sec-title {
        margin-bottom: 30px;
        padding: 0;
        text-align: center;
    }

    .home-about-edit .row-sec {
        align-items: unset;
    }

    .mail-box {
        padding: 22px;
        background-color: #fff;
        margin-left: 30px;
    }

    .home-about-edit .col-image {
        width: 320px;
    }

}



@media (max-width:767px) {
    .brand-swiper {
        height: 450px;
        overflow: hidden;
    }

    .main-title-item.style-3 .main-title {
        width: 240px;
        padding: 0 20px;
    }

    .brand-item img {
        max-width: 120px;
        max-height: 60px;
    }

    .brand-swiper .swiper-slide .swiper-item {
        width: 50%;
        height: 20%;
    }

    .brand-swiper .swiper-pagination {
        display: none;
    }

    .main-title-item.style-2 .main-title {
        flex: 1;
    }

    .main-title-item.style-2 .btn-style-4 {
        padding: 9px 15px 10px 15px;
        min-width: unset;
        letter-spacing: normal;
        font-size: 14px;
    }

    .main-title-item.style-2 .main-title {
        padding-bottom: 13px;
    }

    .mainSlider {
        margin-top: 70px;
    }

    .page-prds-list .editor-area {
        margin-bottom: 20px;
    }

    .about-image {
        padding-right: 45px;
    }

    .editor-area .esg-img {
        margin-top: 30px;
    }

    .news-style-2 .news-thumb-2 .thumb-image {
        width: 100%;
    }

    .news-style-2 .news-thumb-2 .thumb-content {
        padding-left: 0;
        padding-top: 30px;
    }

    .home-about-edit .sec-title h2 {
        font-weight: 900;
        font-size: 28px;
        line-height: 36px;
    }

    .mail-box {
        padding: 0;
        background-color: transparent;
        margin-left: 0;
        text-align: center;
        letter-spacing: normal;
    }

    .editor-area .mail-box p {
        letter-spacing: normal;
    }

    .info-editor .main-title-item.style-4 .main-title {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .info-editor .main-title-item.style-4 {
        margin-bottom: 20px;
    }

    .prd_gallery .f-thumbs__slide {
        width: 23%;
        height: 70px;
    }

    .prd_gallery .f-thumbs__slide__button {
        height: 70px;
    }

    .page-prds3-edit .editor-area .nav-tabs {
        border-radius: 10px;
    }

    .page-prds3-edit .editor-area .nav-tabs .nav-item:not(:last-child) .nav-link {
        border-bottom: 1px solid #e4e4e4;
        border-right: unset;
    }

    .page-prds3-edit .editor-area .nav-tabs .nav-item {
        width: 100%;
        flex: unset;
    }

    .col-app-2 {
        width: 100%;
    }

    #inquiryModal .modal-header {
        padding: 10px 20px;
    }

    #inquiryModal .modal-body {
        padding: 20px 20px;
    }

}

.widget-outer-box {
    padding: 12px;
    background-color: #ffffff;
    border-radius: 10px;
}

.widget-thumb {
    border: 1px dashed #e4e4e4;
    padding: 15px;
    border-radius: 5px;
}


.widget-head {
    padding-bottom: 8px;
}

.widget-head h4 {
    position: relative;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    color: #232323;
    font-weight: 600;
    padding-left: 21px;
}

.widget-head h4::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 6px;
    background: linear-gradient(90deg, #bd1786 calc(50%), #ff9800 0);
}

.widget-body {
    padding-left: 20px;
}

.widget-thumb .widget-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-thumb .widget-body ul li {
    font-size: 15px;
    font-weight: 600;
    margin: 4px 0;
}

.widget-thumb .widget-body ul li a {
    color: #232323;
    position: relative;
}

.widget-thumb .widget-body ul li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -19px;
    width: 0px;
    height: 2px;
    border-radius: 5px;
    background-color: #bd1786;
    transition: 0.3s ease-in-out;
}

.widget-thumb .widget-body ul li.active a {
    color: #bd1786;
}

.widget-thumb .widget-body ul li.active a::before {
    width: 9px;
}

.widget-thumb .widget-body ul li a:hover {
    color: #bd1786;
}

.widget-thumb .widget-body ul li a:hover::before {
    width: 9px;
}

.col-main-left {
    width: 25%;
}

.col-main-right {
    width: 75%;
}

.panel_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 50%;
    z-index: 999;
    background-color: #ffffff;
    display: none;
    cursor: pointer;
}

body.slide_opened {
    overflow: hidden;
}

.mobile-slide {
    display: none;
}

.slide_toggler_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 13px;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #f26b11;
    background-color: #f26b11;
    transition: 0.3s ease-in-out;
    position: fixed;
    z-index: 9;
    font-weight: 600;
    width: 10px;
    left: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    writing-mode: vertical-lr;
    padding: 7px 15px;
    border-radius: 0 10px 10px 0;
    letter-spacing: .5px;
    top: 190px;
}

.slide_nav .panel_wrap {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: unset;
    transform: translateX(300px);
    display: flex;
    flex-direction: column;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

.slide_nav.opened .panel_wrap {
    transform: translateX(0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 10%);
}

.slide_close_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #3d3b40;
    padding: 0;
    line-height: 1;
    border: unset;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.slide_close_btn .t-i {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #3d3b40;
    -webkit-mask-size: cover;
    mask-image: url(../../images/close.svg);
    -webkit-mask-image: url(../../images/close.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.panel_head {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

.panel_head .h-t {
    font-size: 1rem;
    padding: 4px;
    font-weight: 600;
    color: #3d3b40;
    position: relative;
    top: 1px;
    margin-right: auto;
}

.panel_body .widget-thumb {
    border: unset;
}

.editor-area .table-style-1 {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 5%);
}

.editor-area .table-style-1 td {
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #232323;
    font-weight: 600;
    letter-spacing: .2px;
}

.editor-area .table-style-1 tr:nth-child(even) td {
    background-color: #fff5ef;
}

.editor-area .table-style-1 tr td:nth-child(2) {
    width: 115px;
}

.editor-area .download-btn {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3276c3;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
}

.editor-area .download-btn:hover {
    background-color: #265d9a;
}

.editor-area .download-btn::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -webkit-mask-size: cover;
    mask-image: url(../../images/download.svg);
    -webkit-mask-image: url(../../images/download.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    margin-right: 5px;
}

@media (max-width:992px) {
    .col-main-left {
        width: 100%;
        order: 2;
    }

    .col-main-right {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .mobile-slide {
        display: block;
    }

    .inquiry-sec .form-title {
        font-size: 24px;
    }
}

.pre-loading {
    display: none;
}

#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-top: 3px solid #1F1F1F;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader-txt {
    position: absolute;
    top: calc(50% + 65px);
    left: calc(50% + 7px);
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 600;
    color: #6f6f6f;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    text-align: center;
}

.loader .loader-icon img {
    -webkit-animation: loaderpulse alternate 900ms infinite;
    animation: loaderpulse alternate 900ms infinite;
    width: 70px;
}

.letter-holder {
    padding: 16px;
}

.letter {
    float: left;
    font-size: 17px;
    color: #777;
}

.letter {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.l-1 {
    animation-delay: 0.48s;
}

.l-2 {
    animation-delay: 0.6s;
}

.l-3 {
    animation-delay: 0.72s;
}

.l-4 {
    animation-delay: 0.84s;
}

.l-5 {
    animation-delay: 0.96s;
}

.l-6 {
    animation-delay: 1.08s;
}

.l-7 {
    animation-delay: 1.2s;
}

.l-8 {
    animation-delay: 1.32s;
}

.l-9 {
    animation-delay: 1.44s;
}

.l-10 {
    animation-delay: 1.56s;
}

@keyframes loadingF {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}



#cms-loadding {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#cms-loadding li {
    list-style: none;
}

#cms-loadding.default .lq-hexagon {
    position: fixed;
    top: calc(50% - 40px);
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0px 0px -80px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid rgba(205, 0, 1, 0.1);
}

#cms-loadding.default .lq-hexagon:before {
    content: '';
    width: 164px;
    height: 164px;
    display: block;
    position: absolute;
    border: 2px solid #bd1786;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 35px, 35px, 0px);
    z-index: 10;
    animation: rotate infinite;
    animation-duration: 3s;
    animation-timing-function: linear;
}

#cms-loadding.default .lq-hexagon:after {
    content: '';
    width: 164px;
    height: 164px;
    display: block;
    position: absolute;
    border: 2px solid #bd178622;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 164px, 150px, 0px);
    z-index: 9;
    animation: rotate2 3s linear infinite;
}

#cms-loadding.default .hexagon-container {
    position: relative;
    top: 33px;
    left: 41px;
    border-radius: 50%;
}

#cms-loadding.default .hexagon {
    position: absolute;
    width: 40px;
    height: 23px;
    background-color: #bd1786;
}

#cms-loadding.default .hexagon:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 11.5px solid #bd1786;
}

#cms-loadding.default .hexagon:after {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 11.5px solid #bd1786;
}

#cms-loadding.default .hexagon.hex_1 {
    top: 0px;
    left: 0px;
    animation: Animasearch 3s ease-in-out infinite;
    animation-delay: 0.21429s;
}

#cms-loadding.default .hexagon.hex_2 {
    top: 0px;
    left: 42px;
    animation: Animasearch 3s ease-in-out infinite;
    animation-delay: 0.42857s;
}

#cms-loadding.default .hexagon.hex_3 {
    top: 36px;
    left: 63px;
    animation: Animasearch 3s ease-in-out infinite;
    animation-delay: 0.64286s;
}

#cms-loadding.default .hexagon.hex_4 {
    top: 72px;
    left: 42px;
    animation: Animasearch 3s ease-in-out infinite;
    animation-delay: 0.85714s;
}

#cms-loadding.default .hexagon.hex_5 {
    top: 72px;
    left: 0px;
    animation: Animasearch 3s ease-in-out infinite;
    animation-delay: 1.07143s;
}

#cms-loadding.default .hexagon.hex_6 {
    top: 36px;
    left: -21px;
    animation: Animasearch 3s ease-in-out infinite;
    animation-delay: 1.28571s;
}

#cms-loadding.default .hexagon.hex_7 {
    top: 36px;
    left: 21px;
    animation: Animasearch 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

#cms-loadding.style2 .lq-spinner-run div {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #1a191d;
    animation: lq-spinner-run 0.8s linear infinite;
}

#cms-loadding.style2 .lq-loading-spinner {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
}

#cms-loadding.style2 .lq-spinner-run {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

@keyframes lq-spinner-run {
    0% {
        background: #bd1786;
    }

    25% {
        background: #bd1786;
    }

    25.25% {
        background: #1a191d;
    }

    100% {
        background: #1a191d;
    }
}

@-webkit-keyframes lq-spinner-run {
    0% {
        background: #bd1786;
    }

    25% {
        background: #bd1786;
    }

    25.25% {
        background: #1a191d;
    }

    100% {
        background: #1a191d;
    }
}

@keyframes Animasearch {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    15%,
    50% {
        transform: scale(0.5);
        opacity: 0;
    }

    65% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }

    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }

    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
        clip: rect(0px, 164px, 150px, 0px);
    }

    50% {
        clip: rect(0px, 164px, 0px, 0px);
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(720deg);
        clip: rect(0px, 164px, 150px, 0px);
    }
}

@keyframes rotate3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.select-fill-in-input[readonly] {
    background-color: #ffffff;
    padding-right: 34px;
    cursor: pointer;
}

.select-fill-in-input[readonly]::placeholder {
    color: #696969 !important;
}

.select-input-box {
    position: relative;
}

.select-input-box::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}

.opened .select-input-box::after {
    transform: translateY(-50%) rotate(-180deg);
}

.searchby-box {
    position: sticky;
    top: 0;
    padding: 10px;
    background-color: #f3f4f6;
}

.searchby-box .form-control {
    margin: 0;
}

.select-dropdown-widget {
    position: relative;
}

.select-dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    padding-top: 5px;
    min-width: 250px;
    width: 100%;
}

.select-dropdown-panel .select-dropdown-menu {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 20%);
    padding: 0;
    margin: 0;
    max-height: 245px;
    overflow-y: auto;
    border-radius: 5px;
}

.select-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.select-dropdown-list li {
    cursor: pointer;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 8px 12px;
    transition: 0.3s ease-in-out;
}

.select-dropdown-list li:hover {
    background-color: #f3f4f6;
}

.select-dropdown-list li:not(:last-child) {
    border-bottom: 1px solid #e9eaed;
}

.select-dropdown-list li.selected {
    background-color: #bd1786;
    color: #ffffff;
}

#other_item {
    opacity: 0;
}

#other_item.opened {
    opacity: 1;
}

#mainCarousel .f-carousel__slide {
    background-color: #ffffff;
    border-radius: 5px;
}

#mainCarousel .f-button {
    border-radius: 50%;
}

#mainCarousel .f-button svg {
    width: 20px;
    height: 20px;
}

#navCarousel {
    margin-top: 10px;
}

#navCarousel .f-carousel__viewport {
    margin-left: 0;
}

.f-carousel__track #mainCarousel .f-carousel__slide {
    background-color: #ffffff;
}

#navCarousel .f-carousel__slide {
    border: 1px solid transparent;
    width: 25%;
    border-radius: 0;
    padding: 0 3px;
}

#navCarousel .f-nav_button {
    padding: 0;
    border: 1px solid #d8dce2;
    outline: unset;
    box-shadow: unset;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

#navCarousel .f-carousel__slide:hover .f-nav_button {
    border-color: #232323;
}

#navCarousel .is-nav-selected .f-nav_button {
    border-color: #232323;
}

#navCarousel .f-carousel__track {
    margin: 0 -3px;
}

.fancybox__backdrop {
    background-color: #ffffff;
}

.f-button {
    color: #000;
    background-color: transparent;
    transition: .3s ease-in-out;
}

.fancybox__toolbar,
.fancybox__nav {
    --f-button-svg-filter: unset;
    --f-button-shadow: none;
    text-shadow: unset;
}

.fancybox__infobar {
    color: #000;
    text-shadow: unset;
}

.f-button:hover:not([disabled]) {
    color: #fff;
    background-color: rgb(0 0 0);
}

.fancybox__container {
    --fancybox-color: #333;
    --fancybox-bg: #fff;

    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__toolbar {

    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: none;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.prds-popup-style .fancybox__slide {
    padding: 30px 0px;
}

.prds-popup-style .f-thumbs__slide {
    width: auto;
}

.prds-popup-style .fancybox__thumbs {
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;

    --f-thumb-width: 68px;
    --f-thumb-height: 68px;
    --f-thumb-gap: 12px;
    --f-thumb-offset: 5px;
    --f-thumb-outline: 0;
    background-color: #ffffff;
}

.prds-popup-style .fancybox__thumbs .f-thumbs__slide {
    border: 1px solid #d1d5db;
    border-radius: 4px;
    transition: all 0.2s;
}

.prds-popup-style .fancybox__thumbs .f-thumbs__slide:hover,
.prds-popup-style .fancybox__thumbs .f-thumbs__slide.is-nav-selected {
    border: 1px solid #232323;
}


#mobile_field {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    display: none;
}

#mobile_field ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    background-color: #242424;
}

#mobile_field ul li {
    flex: 1;
}

#mobile_field ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 65%);
}

#mobile_field ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    height: 45px;
    background-color: #000000;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

#mobile_field ul li a:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #6f6f6f;
    transition: 0.3s ease-in-out;
}

#mobile_field ul li a:hover:before {
    opacity: 85%;
}

#mobile_field ul li a.facebook::before {
    background-color: #395498;
}

#mobile_field ul li a.facebook-messenge::before {
    background-color: #0080f7;
}

#mobile_field ul li a.location::before {
    background-color: #31a350;
}

#mobile_field ul li a.youtube::before {
    background-color: #da0000;
}

#mobile_field ul li a.mail::before {
    background-color: #696969;
}

#mobile_field ul li a.tel::before {
    background-color: #ff9800;
}

.footer_mobile_height .footer-bottom {
    padding-bottom: 45px;
}

@media (max-width:480px) {
    #mobile_field {
        display: block;
    }
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    height: 16px;
}

/* addstyle 250516 */

section:not(.page-prds-info) .editor-area ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    padding: 0;
    border-bottom: unset;
}

section:not(.page-prds-info) .editor-area ul.nav-tabs .nav-item {
    padding: 8px;
}

.editor-area ul.nav-tabs .nav-item .nav-link {
    background-color: #e9ecef;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 13px 16px;
    transition: 0.3s ease-in-out;
    color: #3d3b40;
}

section:not(.page-prds-info) .editor-area ul.nav-tabs .nav-item .nav-link:hover,
section:not(.page-prds-info) .editor-area ul.nav-tabs .nav-item .nav-link.active {
    background-color: #f26b11;
    color: #ffffff;
}

.footer_mobile_height .footer-bottom {
    padding-bottom: 0;
}

.inquiry-form-wrapper .form-title {
    margin-bottom: 20px;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .editor-area ul {
    list-style: disc;
    margin-left: 14px;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .editor-area ul li {
    list-style: disc;
}

.editor-area img.img-responsive,
.editor-area img.img-fluid {
    margin-bottom: 1rem;
    margin-top: .6rem;
}

.editor-area {
    color: #232323;
    line-height: 1.65;
    font-size: 16px;
    letter-spacing: normal;
}

.editor-area h1,
.editor-area h2 {
    line-height: 1.2;
}

.editor-area h3,
.editor-area h4 {
    line-height: 1.5;
}

.editor-area h5,
.editor-area h6 {
    line-height: 1.4;
}

.editor-area p {
    line-height: 1.65;
}

.editor-area ul li,
.editor-area ol li {
    line-height: 1.5;
}

.editor-area a:hover,
.editor-area a:active {
    color: #bd1786;
}

.editor-area .media-thumb-2 .thumb-image img {
    margin: 0;
}

@media (min-width:1024px) {
    .editor-area h1 {
        font-size: 2.5rem;
    }

    .editor-area h2 {
        font-size: 2rem;
    }

    .editor-area h3 {
        font-size: 1.75rem;
    }

    .editor-area h4 {
        font-size: 1.5rem;
    }

    .editor-area h5 {
        font-size: 1.25rem;
    }

    .editor-area h6 {
        font-size: 1.1rem;
    }
}

.editor-area ul li:not(:last-child),
.editor-area ol li:not(:last-child) {
    margin-bottom: 8px;
}

.market-title-widget p {
    display: none;
}

.col-local-2 .widget-content>div[contenteditable]>div[role*="editorarea"]>div[role*="editorarea"] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}

.col-local-2 .widget-content>div[contenteditable]>div[role*="editorarea"]>div[role*="editorarea"]>div.editor-section {
    width: 50%;
    padding: 0 15px 30px 15px;
}

.prd-thumb-2 .thumb-image {
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .editor-area h3 {
    font-size: 1.75rem;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .editor-area h4 {
    font-size: 1.5rem;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .editor-area h5 {
    font-size: 1.25rem;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .editor-area h6 {
    font-size: 1rem;
}

.editor-area .table-style-1 tr td:nth-child(2) {
    text-align: right;
}

.editor-area .download-btn {
    display: inline-flex;
}

.editor-area .download-btn:hover {
    color: #ffffff;
}

.editor-area .edit-download-btn {
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #3276c3;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.3;
}

.editor-area .edit-download-btn::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -webkit-mask-size: cover;
    mask-image: url(../../images/download.svg);
    -webkit-mask-image: url(../../images/download.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    margin-right: 15px;
}

.editor-area .edit-download-btn:hover {
    background-color: #265d9a;
    color: #ffffff;
}

#mainCarousel .f-carousel__slide {
    overflow: hidden;
}

.banner-height {
    min-height: 300px;
    padding: 160px 0 20px 0;
}

.banner_opacity {
    opacity: 0;
}

.banner-title {
    margin-bottom: 10px;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.editor-area .edit_thumb_1 {
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 15%);
    overflow: hidden;
    height: 100%;
}

.editor-area .edit_thumb_1 .thumb-image img {
    margin-bottom: 0 !important;
}

.editor-area .edit_thumb_1 .thumb-content {
    padding: 1.5rem 1.5rem .7rem 1.5rem;
}

.editor-area .edit_thumb_1 .thumb-content h3 {
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width:1199px) {

    .banner-height {
        min-height: 200px;
        padding: 110px 0 30px 0;
    }
}


@media (max-width:767px) {
    .col-local-2 .widget-content>div[contenteditable]>div[role*="editorarea"]>div[role*="editorarea"]>div.editor-section {
        width: 100%;
    }

    .editor-area .table-style-1 td {
        padding: 12px;
        font-size: 16px;
        letter-spacing: normal;
    }

    .editor-area .table-style-1 tr td:nth-child(2) {
        width: 92px;
    }

    .editor-area .download-btn {
        padding: 8px;
    }
}

@media (min-width:768px) {

    .prd-thumb .thumb-image>a>img {
        padding: 37px;
    }

}

@media (max-width:480px) {
    .footer_mobile_height .footer-bottom {
        padding-bottom: 45px;
    }

    .editor-area .edit-download-btn {
        padding: 10px 12px;
    }

    .editor-area .edit-download-btn::before {
        margin-right: 10px;
    }
}

#mobile_accordion .container-lg {
    padding: 0 !important;
}

#mobile_accordion .mega-menu-column>ul {
    list-style: none;
}

#mobile_accordion .mega-menu-column>ul li {
    list-style: none;
    margin: 5px 0;
}

.editor-area .edit-table-1 thead th {
    padding: 10px 13px;
    background-color: #3276c3;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #3276c3;
    letter-spacing: 1px;
    line-height: 1.4;
}

.editor-area .edit-table-1 thead th img {
    max-width: 35px;
    max-height: 35px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    padding: 3px;
    background-color: #ffffff;
}

.editor-area .edit-table-1 tbody td {
    padding: 15px 13px;
    font-size: 16px;
    border: 1px solid #e1e5e9;
    line-height: 1.4;
}

.editor-area .edit-table-1 tbody tr:nth-child(even) td {
    background-color: #f0f1f3;
}

.editor-area .download-table-1 tbody td a {
    display: inline-flex;
    color: #232323;
    transition: 0.3s ease-in-out;
}

.editor-area .download-table-1 tbody td a:hover {
    color: #3276c3;
}

.editor-area .download-table-1 tbody td ul {
    margin: 8px 0 8px 16px;
}

.editor-area .download-table-1 tbody td ul li {
    margin: 8px 0;
    font-size: 16px;
}

#mobile_accordion>li>a {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 25px;
    display: block;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    color: #3D3B40;
    transition: 0.4s ease-in-out;
}

.filter_info_widget {
    margin-bottom: 30px;
}

.filter_info_widget h3 {
    border-bottom: 2px solid #dedede;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .filter-widget .col-input {
        width: 33.333333%;
    }
}

@media (max-width:991px) {
    .noVertical {
        max-height: unset;
    }

    .table-cell::before {
        padding: 10px;
        width: 126px;
    }

    .table-cell .td-item {
        padding: 10px;
    }

    .td-image a {
        width: 70px;
        height: 70px;
        padding: 3px;
    }

    .filter_info_widget .editor-area h3 {
        line-height: 1.3;
    }

    .table-cell .view-btn {
        padding: 5px 20px 6px 20px;
        font-size: 13px;
        letter-spacing: 1px;
        width: auto;
    }
}


.page-filter-search .container,
.page-filter-result .container {
    max-width: 1550px;
    width: 96%;
}

@media (max-width:991px) {

    .page-filter-search .container,
    .page-filter-result .container {
        max-width: 100%;
        width: 100%;
    }
}