footer {
   	background: var(--footer_main_bg_color, #000000) !important;
    font-weight: 400;
    font-size: 14px;
    color: #383838;
    margin-top: -240px;
    position: relative;
    clear: both;
    overflow: hidden;
}
footer.m-t-100 {
    margin-top: 60px;
}
@media (max-width: 768px) {
    footer {
        margin-top: 80px;
    }
}
@media (max-width: 991px) {
    footer.m-t-100 {
        margin-top: 100px;
    }
}
.footer__top {
    padding-top: 51px;
    padding-bottom: 51px;
}

@media (max-width: 991px) {
    .footer__top [class^="col"] {
        margin-bottom: 0;
    }
    .footer__top {
        padding-top: 25px;
        padding-bottom: 33px;
    }
}

@media (max-width: 991px) {
    .footer__social__bar {
        background: #d7d7d7;
        padding: 10px 15px;
    }
    .footer .footer__social {
        float: right;
    }
    .footer .footer__social ul li {
        display: inline-block;
        margin-left: 30px;
        line-height: 40px;
    }
    .footer .footer__social i {
        font-size: 30px;
    }
    .footer .footer__social-link {
        color: var(--footer_main_f_color, #333333);
    }
    .footer .footer__social-link:hover {
        color: var(--footer_main_f_color, #333333);
    }
    .footer .footer__social-link.active {
        color: var(--footer_main_f_color, #333333);
    }
}
.footer__menu {
    margin-top: 0px;
}
.footer__nav-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--footer_main_f_color, #d0343d);
    font-weight: 700;
}
.footer__des {
    font-size: 16px;
    font-weight: 400;
    color: var(--footer_link_f_color, #383838);
}
.footer__list {
    margin-bottom: 10px;
}
.footer__link {
    color: var(--footer_link_f_color, #383838);
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none !important;
    display: block;
}
.footer__link:hover {
    color: var(--footer_link_hover_color, #383838);
}
.footer__form-box {
    font-size: 16px;
    margin-top: 50px;
    position: relative;
}
.footer__form-box input {
    width: 100%;
    padding: 12px 120px 12px 10px;
    outline: none;
    border: none;
    background: #242424;
    border-right: none;
    color: #e0e0e0;
}
.footer__form-box button {
    position: absolute;
    padding: 16px 10px;
    right: 0;
}
.footer__bottom {
    padding: 40px 0;
    border-top: 1px solid #666;
}
.footer__copyright-text {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .footer__copyright-text {
        text-align: left;
        margin-bottom: 0;
    }
}
.footer__copyright-text p {
    margin: 0;
}
.footer__copyright-text a {
    color: #888;
}
.footer__copyright-text a:hover {
    color: var(--footer_link_hover_color, #d0343d);
}
.footer .btn--border-black {
    font-family: "Noto Sans TC", Serif, "arial";
    color: #383838;
    border: 1px solid #cccccc;
    background: #f0f0f0;
    padding: 13px 15px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.03);
    border-radius: 1.75px;
}
.footer i {
    font-size: 20px;
}
.footer select {
    font-size: 16px;
    outline: none;
    border: 1px solid #cccccc;
    padding: 0 15px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.03);
    border-radius: 1.75px;
    background: url("../img/arrow-down.webp") no-repeat scroll 95% center transparent;
    background-size: 15px 15px;
	appearance:none;
	 -moz-appearance:none;
	 -webkit-appearance:none;
 }
 @media(max-width:768px){
 .footer select {
    background: url("../img/arrow-down.webp") no-repeat scroll right center transparent;
    background-size: 15px 15px;
    min-width: 165px;
 }
 }

.footer .select2-selection--single {
    font-size: 16px;
    outline: none;
    border: 1px solid #cccccc !important;
    padding: 4px 15px;
    background-color: transparent !important;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.03);
    border-radius: 1.75px !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
}

@media (max-width: 768px) {
    .footer select {
        outline: none;
        border: 0;
        padding: 9px 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    .footer .select2-selection--single {
        border: none !important;
        box-shadow: none;
    }
}
.copyright-area{
	background:#ffffff;
	height:60px;
	line-height:60px;
	text-align:center;
}
.copyright-text{
	color:#000000;
	font-size:12px;
}
@media(max-width:768px){
	.copyright-area{
	background:#000000;
}
.copyright-text{
	color:#ffffff;
	text-align:left;
}
}


.footer .barcode {
    width: 100px;
    height: auto;
}
@media (min-width: 1199px) {
    .footer .app-area {
        background: #fbfbfb;
        padding-left: 10%;
    }
    .footer .app-area {
        text-align: center;
    }
}
.footer .app-area {
    background: #fbfbfb;
}
