@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
@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);
}

html,
html *:not(i),
body,
body *:not(i) {
    font-family: 'Noto Sans TC', Arial, "Open Sans", "新微軟正黑體", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

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: #333333;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.scrollup:hover {
    background-color: #767676;
    color: #fff;
}


/* ************************
Editor area style
************************ */

.editor-area {
    color: #444546;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 15px;
}

.editor-area p {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #444546;
    line-height: 25px;
    font-size: 15px;
    display: block;
}

.editor-area p:first-child {
    margin-top: 0;
}

.editor-area p:last-child {
    margin-bottom: 0;
}

div[class*="col-"]>img,
div[class*="col-"]>.img-fluid {
    margin-bottom: 0;
}

.editor-area ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 25px;
}

.editor-area ol {
    list-style-type: decimal;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 25px;
}

.editor-area h1 {
    font-size: 34px;
}

.editor-area h2 {
    font-size: 28px;
    line-height: 34px;
}

.editor-area h3 {
    font-size: 24px;
    line-height: 30px;
}

.editor-area h4 {
    font-size: 21px;
    line-height: 27px;
}

.editor-area h5 {
    font-size: 18px;
    line-height: 24px;
}

.editor-area h6 {
    font-size: 16px;
    line-height: 22px;
}

.editor-area h1,
.editor-area h2,
.editor-area h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
}

.editor-area h4,
.editor-area h5,
.editor-area h6 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #333333;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
}

.editor-area h1:first-child,
.editor-area h2:first-child,
.editor-area h3:first-child,
.editor-area h4:first-child,
.editor-area h5:first-child,
.editor-area h6:first-child {
    margin-top: 0;
}

.editor-area h1:last-child,
.editor-area h2:last-child,
.editor-area h3:last-child,
.editor-area h4:last-child,
.editor-area h5:last-child,
.editor-area h6:last-child {
    margin-bottom: 0;
}


/* ************************
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;
}

.blueImpGallery #links a {
    max-width: 200px;
    height: 150px;
    display: inline-block;
    text-align: center;
    margin: 7px;
}

.blueImpGallery #links a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.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: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    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: #000;
}

.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: #000 !important;
    text-align: center;
    font-size: 16px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-title {
    color: #000 !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: #000;
        text-decoration: none;
        opacity: .75;
    }
    .close {
        float: right;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }
    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .close:focus,
    .close:hover {
        color: #000;
        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;
}

#searchpopup .fancybox-close-small {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #ffffff;
}

.search-popup-style .fancybox-bg {
    background: #000000;
}

.search-popup-style .fancybox-is-open .fancybox-bg {
    opacity: 0.9;
}

.searchform .search-input {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    font-size: 18px;
    color: #ffffff;
}

.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: #dfdfdf !important;
}

.searchform .search-input:focus {
    border-color: #e6e6e6 !important;
}

.search-popup-style .fancybox-content {
    background-color: transparent;
    max-width: 650px;
    width: 100%;
}

#searchpopup .searchform {
    position: relative;
}

.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: 6px 6px;
    font-size: 14px;
}

.search-result-btn i {
    margin-right: 3px;
}

@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;
}

.editor-area div[class*="col-"] {
    margin-bottom: 30px;
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 0;
}

.header-with-topbar.sticky .navbar-top {
    top: 0;
}

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: #990000;
}

header a.logo img {
    max-height: unset;
    height: 40px;
}

header nav.navbar-default,
nav.navbar.bootsnav {
    background-color: #eeedeb;
}

.header-with-topbar.sticky.header-appear .navbar-top {
    background-color: #eeedeb;
}

.nav.navbar.navbar-default ul.nav>li {
    text-align: center;
}

@media (min-width:992px) {
    header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
        padding: 26px 0;
    }
    nav.navbar.navbar-default ul.nav>li>.main_link {
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        position: relative;
    }
    .nav.navbar.navbar-default ul.nav>li>.main_link .tw,
    nav.navbar.navbar-default ul.nav>li>.main_link .en {
        display: block;
    }
    nav.navbar.navbar-default ul.nav>li>.main_link .tw {
        letter-spacing: 1px;
        position: relative;
        text-align: center;
        transition: 0.3s ease-in-out;
    }
    nav.navbar.navbar-default ul.nav>li>.main_link .en {
        font-size: 14px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: none;
        position: absolute;
        top: 25px;
        left: 50%;
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
        transition: 0.3s ease-in-out;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown.on>a .en,
    nav.navbar.bootsnav ul.nav>li.dropdown>a:hover .en {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        color: #990000;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown.on>a .tw,
    nav.navbar.bootsnav ul.nav>li.dropdown>a:hover .tw {
        transform: translateY(-20px);
        opacity: 0;
        color: #990000;
    }
}

[class*="main_sec"] {
    padding: 45px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

[class*="main_sec"] .container {
    position: relative;
    z-index: 1;
}

.main_sec_filter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.main_sec_news {
    background-size: auto;
    background-repeat: repeat;
}

.main_sec_news .main_sec_filter {
    opacity: 0.88;
}

.main_sec_brand {
    background-color: #eeead7;
}

.main_title_item {
    text-align: center;
    margin-bottom: 36px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.main_title_item h6 {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: #684000;
}

.main_title_item h2 {
    font-size: 26px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #990000;
}

.main_title_item .main_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_title_item .main_title h2 {
    z-index: 1;
    padding: 0 20px;
}

.main_title_item .main_title::before,
.main_title_item .main_title::after {
    position: absolute;
    display: block;
    width: calc(50% - 80px);
    height: 1px;
    content: "";
    background: #a01212;
    top: 50%;
    transform: translateY(-50%);
}

.main_title_item .main_title::before {
    left: 0;
}

.main_title_item .main_title::after {
    right: 0;
}

.readmore_item {
    text-align: center;
    margin-top: 10px;
}

.readmore_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1.5px solid #990000;
    color: #ffffff;
    background-color: #990000;
    padding: 8px 16px 9px 17px;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 160px;
    transition: 0.3s ease-in-out;
}

.readmore_btn:hover {
    background-color: transparent;
    color: #990000;
}

.footer_style {
    background-color: #444546;
}

.foot_top {
    padding: 30px 0 22px 0;
}

.foot_bottom {
    padding: 8px 0;
    color: #ffffff;
}

.social_info_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -5px;
    justify-content: center;
}

.social_info_list li {
    padding: 5px;
    color: #ffffff;
    position: relative;
    font-size: 14px;
}

.social_info_list li i {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 12px;
    font-size: 11px;
}

.social_info_list li a {
    color: #ffffff;
}

.social_info_list li a:hover {
    color: #eeead7;
}

.foot_icon {
    margin-bottom: 20px;
}

.social_icon_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -5px;
    justify-content: center;
}

.social_icon_list li {
    padding: 5px;
    position: relative;
}

.social_icon_list li a {
    margin-right: 5px;
    width: 36px;
    height: 36px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 50%;
    font-size: 20px;
}

.social_icon_list li a:hover {
    color: #444546;
    background-color: #ffffff;
    border-color: #ffffff;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.copy_right {
    text-align: center;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.foot_logo {
    text-align: center;
    margin-bottom: 10px;
}

.foot_logo img {
    height: 80px;
    margin-bottom: 0;
}

.thumb_card .thumb_image .thumb_image_hover {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.thumb_card .thumb_image img {
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.thumb_card .thumb_image .thumb_image_hover::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.thumb_card .thumb_image .thumb_image_hover:hover img {
    transform: scale(1.15);
}

.thumb_card .thumb_image .thumb_image_hover:hover::after {
    opacity: 1;
}

.thumb_card {
    padding: 0;
    position: relative;
}

.thumb_content {
    margin-top: 10px;
}

.thumb_card h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
}

.thumb_card h5 a {
    color: #990000;
    display: -webkit-box;
    max-height: 24px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.thumb_card h5 a:hover {
    color: #3e0406;
}

.thumb_card p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
    display: -webkit-box;
    max-height: 40px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6f6f6f;
}

.thumb_date {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #6f6f6f;
    display: inline-block;
    margin-bottom: 5px;
}

.more_btn {
    position: relative;
    font-size: 14px;
    color: #6f6f6f;
    padding-right: 46px;
    transition: 0.3s ease-in-out;
}

.more_btn::before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #8f8f8f;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}

.more_btn:hover {
    padding-right: 86px;
    color: #990000;
}

.more_btn:hover::before {
    width: 80px;
    background-color: #990000;
}

.col-news {
    margin-bottom: 30px;
}

.row-brand {
    margin: 0 -15px;
}

.col-brand {
    margin-bottom: 30px;
    width: 20%;
    padding: 0 15px;
}

.main_sec_brand .col-brand {
    width: 16.666666%;
}

.brand_thumb .thumb_image .thumb_image_hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.brand_thumb .thumb_image .thumb_image_hover {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.brand_thumb .thumb_content {
    text-align: center;
}

.brand_thumb .thumb_content h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.01rem;
}

.brand_thumb .thumb_content h4 a {
    transition: 0.3s ease-in-out;
}

.brand_thumb .thumb_content h4 a:hover {
    color: #990000;
}

.swiper-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.1;
}

.swiper-main-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiper-content {
    display: flex;
}

.swiper-height {
    height: 600px;
}

.swiper-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.swiper-content h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.swiper-content h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.swiper-slide img {
    margin-bottom: 0;
}

.swiper-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1.5px solid #990000;
    color: #ffffff;
    background-color: #990000;
    padding: 8px 16px 9px 17px;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transition: 0.3s ease-in-out;
}

.swiper-btn:hover {
    color: #990000;
    background-color: transparent;
}

.swiper-button-next.swiper-button-black-highlight,
.swiper-button-prev.swiper-button-black-highlight {
    width: 50px;
    height: 50px;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}

.swiper-button-next.swiper-button-black-highlight:hover,
.swiper-button-prev.swiper-button-black-highlight:hover {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-white .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
    right: 10px;
    bottom: 10px;
    top: unset;
    background-color: #990000;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
}

.scroll-top-arrow:hover {
    background-color: #3e0406;
}

.page_banner_sec {
    background-color: #990000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_filter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.banner_height {
    min-height: 110px;
    padding: 20px 0;
}

.banner_main_title {
    position: relative;
}

.banner_main_title h2 {
    color: #ffffff;
    margin: 0;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500;
}

.breadcrumb {
    justify-content: flex-end;
    padding: 0;
}

.breadcrumb li,
.breadcrumb li a {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
}

[class*="page_item"] {
    padding: 45px 0;
    position: relative;
}

[class*="page_item"] .container {
    position: relative;
    z-index: 1;
}

.page_sec_filter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.edit_txt-item {
    background-color: #eeead78c;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #eeead7;
}

.edit_txt-item:first-child {
    margin-top: 0;
}

.edit_txt-item:last-child {
    margin-bottom: 0;
}

.edit_img_item {
    padding: 30px;
}

.edit_img_item img {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 500;
}

.pagination {
    justify-content: center;
    margin: -4px;
}

.pagination .page-item {
    padding: 4px;
}

.pagination .page-item .page-link {
    border: 1px solid #444546;
    color: #444546;
    border-radius: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    padding: 5px 5px 6px 5px;
    line-height: normal;
    letter-spacing: normal;
    justify-content: center;
    align-items: center;
    float: unset;
    margin: 0;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.pagination .page-item .page-link i {
    font-size: 12px;
    line-height: normal;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:active {
    background-color: #444546;
    border-color: #444546;
    color: #ffffff;
    box-shadow: unset;
}

.newsview-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #990000;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: .1rem solid #cecece;
}

.date-item {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
}

.news-sec-body {
    padding-top: 30px;
}

.backBox {
    border-top: .1rem solid #cecece;
    padding-top: 30px;
}

.page-btn {
    padding: 6px 12px;
    border: 0.1rem solid #6f6f6f;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background-color: #6f6f6f;
}

.page-btn i {
    font-size: 14px;
}

.page-btn:hover {
    color: #6f6f6f;
    background-color: transparent;
    border-color: #6f6f6f;
}

.left-menu-panel .main-panel {
    display: block;
    list-style: none;
    padding: 0;
    margin: -5px 0;
}

.left-menu-panel .main-panel>li {
    position: relative;
    padding: 5px 0;
}

.left-menu-panel .main-panel>li>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 0 6px 9px;
    background-color: #efebdd;
    color: #444546;
    transition: 0.3s ease-in-out;
}

.left-menu-panel .main-panel>li:hover>a {
    color: #ffffff;
    background-color: #990000;
}

.left-menu-panel .main-panel>li.active>a {
    color: #ffffff;
    background-color: #990000;
}

.left-menu-panel .sub-panel {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-menu-panel .sub-panel>li {
    padding-left: 8px;
    margin: 10px 0;
}

.left-menu-panel .sub-panel>li>a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 0 12px;
    position: relative;
    line-height: 18px;
    transition: 0.3s ease-in-out;
}

.left-menu-panel .sub-panel>li>a:hover {
    color: #990000;
    font-weight: 500;
}

.left-menu-panel .sub-panel>li.active>a {
    color: #990000;
    font-weight: 500;
}

.left-menu-panel .sub-panel>li>a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #444546;
    transition: 0.3s ease-in-out;
}

.left-menu-panel .sub-panel>li>a:hover::before {
    width: 4px;
    background-color: #990000;
}

.left-menu-panel .sub-panel>li.active>a::before {
    width: 4px;
    background-color: #990000;
}

.panel-dropdown {
    position: absolute;
    top: 5px;
    width: 100%;
    right: 0;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
    color: #444546;
    justify-content: flex-end;
    transition: 0.3s ease-in-out;
}

.panel-dropdown::before {
    content: "\e61a";
    font-family: "themify";
}

.active>.panel-dropdown::before {
    color: #ffffff;
    content: "\e622";
}

li:hover>.panel-dropdown {
    color: #ffffff;
}

.active>.panel-dropdown {
    color: #ffffff;
}

.left-menu-panel .sub-panel.show {
    display: block;
}

.product-sec-head {
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: .1rem solid #cecece;
}

.product-bread-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-bread-list li {
    font-size: 20px;
    color: #990000;
    font-weight: 500;
    line-height: normal;
}

.product-bread-list li::after {
    content: "\e649";
    font-family: 'themify';
    font-size: 13px;
    margin: 0 5px;
    display: inline-block;
    font-weight: 600;
}

.product-bread-list li:last-child:after {
    display: none;
}

.page_item_productlist .navigation {
    margin-top: 20px;
}

.panel_title_item {
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: .1rem solid #cecece;
}

.panel_title_item h3 {
    font-size: 20px;
    color: #990000;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.row-product {
    margin: 0 -10px;
}

.col-product {
    padding: 0 10px;
    margin-bottom: 20px;
}

.product_thumb {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
}

.product_thumb.thumb_card .thumb_image {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_thumb.thumb_card .thumb_content {
    margin-top: 0;
    padding: 10px;
}

.product_thumb.thumb_card .thumb_content h4 {
    font-size: 14px;
    color: #990000;
    line-height: 22px;
    letter-spacing: 0.03rem;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.product_thumb.thumb_card .thumb_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product_thumb.thumb_card .thumb_content ul li {
    display: flex;
    font-size: 13px;
    line-height: 21px;
}

.product_thumb.thumb_card .thumb_content ul li .ttl {
    width: 38px;
    font-weight: 500;
}

.product_thumb.thumb_card .thumb_content ul li .txt {
    flex: 1;
}

.mainCollapse_btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 10px;
    background-color: #444546;
    color: #ffffff;
    border: unset;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: none;
    transition: 0.3s ease-in-out;
}

.mainCollapse_btn::before {
    content: "\e64b";
    font-family: themify;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.mainCollapse_btn.active::before {
    transform: rotate(180deg);
}

.mainCollapse_btn.active {
    background-color: #990000;
    color: #ffffff;
}

.label_style_1 {
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
}

.input_style_1 {
    padding: 6px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    transition: 0.3s ease-in-out;
}

.input_style_1::placeholder {
    color: #b5b5b5 !important;
}

.row-form {
    margin: 0 -10px;
}

.col-form {
    margin-bottom: 15px;
    padding: 0 10px;
}

.submit-btn {
    background-color: #990000;
    color: #ffffff;
    border: .1rem solid #990000;
    padding: 6px 30px;
    line-height: normal;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.submit-btn:hover,
.submit-btn:focus,
.submit-btn:active {
    background-color: transparent;
    color: #990000;
    border-color: #990000;
}

.input_group_1 {
    display: flex;
    align-items: center;
}

.input_group_1 .input_style_1 {
    flex: 1;
}

.input_group_1 #capcha_image {
    margin-left: 10px;
}

.input_group_1 #capcha_image img {
    height: 35px;
    border: 1px solid #dddddd;
}

.contact_info .social_info_list {
    display: block;
    color: #000000;
}

.contact_info .social_info_list li {
    color: #000000;
}

.contact_info .social_info_list li a {
    color: #000000;
}

.contact_info .social_info_list li i {
    color: #f8f6fb;
    border: 1px solid #444546;
    background-color: #444546;
    border-radius: 0;
}

.contact_map {
    margin-top: 20px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.contact_map iframe {
    width: 100% !important;
    height: 287px !important;
}

main {
    background-image: url(../../images/main_bg_1.png);
}

.contact_form_title {
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: .1rem solid #cecece;
}

.contact_form_title h3 {
    font-size: 20px;
    color: #990000;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    letter-spacing: 1px;
}

.brand-sec-head {
    text-align: center;
}

.brand-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #990000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.navbar-toggler .icon-bar {
    transition: 0.3s ease-in-out;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    opacity: 0;
    transform: scale(0);
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(4) {
    transform: rotate(45deg) translate(-5px, -5px);
}

.product-input-group {
    position: relative;
    margin-bottom: 20px;
}

.product-input-group .medium-input {
    margin-bottom: 0;
    padding: 10px 40px 10px 10px;
    color: #333333;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.product-input-group .medium-input::placeholder {
    font-style: normal;
    color: #b9b9b9 !important;
}

.product-input-group .search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border: unset;
    height: calc(100% - 2px);
    width: 40px;
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.product-input-group .search-btn:hover {
    background-color: #eaeaea;
}

@media (max-width:991px) {
    .swiper-height {
        height: 500px;
    }
    .swiper-button-next.swiper-button-black-highlight,
    .swiper-button-prev.swiper-button-black-highlight {
        display: none;
    }
    nav.navbar.bootsnav .navbar-nav {
        background-color: rgba(62, 4, 6, 0.9);
    }
    .navbar-nav li>a,
    nav.navbar.navbar-default ul.nav>li>a,
    nav.navbar-brand-top.navbar.navbar-default ul.nav>li>a,
    header .navbar-nav li>a,
    header nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li>a,
    header nav.navbar-fixed-top.header-light.white-link .navbar-nav>li>a,
    nav.navbar.bootsnav li.dropdown ul.mega-menu-full li>a,
    header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a,
    nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 15px 15px;
    }
    nav.navbar.navbar-default ul.nav>li>.main_link:hover {
        color: rgba(255, 255, 255, 0.6);
    }
    header nav.navbar .navbar-nav>li.active>a,
    nav.navbar.bootsnav ul.nav>li.active>a,
    .dropdown-menu,
    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 !important;
    }
    .left-menu-panel {
        margin-bottom: 30px;
    }
    .mainCollapse_nav {
        display: none;
    }
    .mainCollapse_nav .main-panel {
        margin-top: 15px;
    }
    .mainCollapse_btn {
        display: block;
    }
    .panel_title_item {
        display: none;
    }
    .contact_info {
        margin-top: 20px;
    }
    .col-brand {
        width: 25%;
    }
    .main_sec_brand .col-brand {
        width: 25%;
    }
}

@media (max-width:767px) {
    .row-brand {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col-brand {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .swiper-content h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .swiper-content h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .swiper-height {
        height: 350px;
    }
    .swiper-btn {
        padding: 8px 12px 9px 13px;
    }
    .social_info_list li {
        width: 100%;
        text-align: center;
    }
    .social_info_list li i {
        display: none;
    }
    .contact_info .social_info_list li {
        width: 100%;
        text-align: left;
    }
    .contact_info .social_info_list li i {
        display: inline-flex;
    }
    .edit_img_item {
        padding: 0;
    }
    .banner_main_title h2 {
        text-align: center;
        margin-bottom: 5px;
    }
    .breadcrumb {
        justify-content: center;
    }
    .col-brand {
        width: 50%;
    }
    .main_sec_brand .col-brand {
        width: 50%;
    }
    header a.logo img {
        height: 35px;
    }
}