.image{
	position: relative;
	width: 100%;
}
.image_img{
	display: block;
	width: 100%;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-family: sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.25s;
}
.overlay-blur{
	backdrop-filter: blur(2px);
}
.overlay-primary{
	background-color: #005392aa;
}
.overlay-success{
	background-color: #018375aa;
}
.overlay-black{
	background-color: #000000aa;
}
.overlay > *{
	transform: translateY(30px);
	transition: transform 0.25s;
}
.overlay:hover{
	opacity: 1;
}
.overlay:hover > *{
	transform: translateY(0);
}

.div-overflow-x{
	width: 2048px;
    overflow-x: auto;
    white-space: nowrap;
}

/*.dropdown-item:focus, .dropdown-item:hover {
	background-color: rgba(0,0,0,0);
    color: #ff9a00!important;
}*/

.navbar-nav li a {
    color: #0ba7d6!important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

ul li .dropdown-item{
    color: #777!important;
}

@media (max-width: 767px) {
    .dropdown-menu{
        padding-left: 40px;
    }
    .dropdown-menu li a {
        text-align: left;
    }
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    opacity: .4;
    border-radius: 50%;
}

.badge-primary {
    color: #fff;
    background-color: #0BA7D6;
}

.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
    color: #0ba7d6;
}

.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
    color: #0a83a7;
}

/*.btn-primary:hover {
    color: #0AA7D6!important;
}

.btn-primary:focus {
    color: white;
    background-color: #0AA7D6!important;
}*/

.p-shop-cate1 {
    width: 100%;
    border-style: solid;
    border-color: #DDDDDD!important;
    padding-left: 10px;
    border-width: 0 0 1px 0;
    padding-top: 2px;
    padding-bottom: 0;
}

.container-div-0-bloc-6-margin-top {
    margin-top: 10px;
    margin-bottom: 30px;
}

.tab-content {
    padding: 25px 25px 25px 25px;
}

.btn-primary-outline:focus {
    background-color: #0ba7d6;
    color: white!important;
}

.btn-primary-outline:active {
    background-color: #0ba7d6;
    color: white!important;
}

.btn-primary:focus {
    background-color: white;
    color: #0ba7d6!important;
}

.btn-primary:active {
    background-color: white;
    color: #0ba7d6!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #0ba7d6;
    border-color: #005cbf;
    color: white!important;
}

.btn-success:focus {
    background-color: #7EB92E;
    color: white!important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff!important;
    background-color: #7EB92E;
}

input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.15, #C5C5C5),
        color-stop(0.15, #C5C5C5)
    );
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #E9E9E9;
    border: 1px solid #CECECE;
    height: 15px;
    width: 15px;
}

a {
    color: #0da7d6;
}

a:hover {
    color: #19748f;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff!important;
    background-color: #0da7d6;
    border-radius: 6px;
}

.container-div-0-style {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.process-step:before{
    height:2px;
    content:"";
    display:block;
    background-color:#0DA7D6FF;
    position:absolute;
    width:50%;
    top:45px;
    left:75%;
}
.process-step-circle:hover{
    background-color:#0DA7D6FF;
}
.h3-73-style:hover{
    color:#FEFFFF!important;
}
.process-step .active{
    background-color:#0DA7D6FF;
}
.process-step .active .active{
    color:#FEFFFF!important;
}
.process-step-circle {
    display: flex;
    justify-content: center;
    height: 90px;
    text-align: center;
    width: 90px;
    border-style: solid;
    border-color: #0DA7D6FF!important;
    align-items: center;
    border-radius: 50px 50px 50px 50px;
    border-width: 2px 2px 2px 2px;
}

.tc-zinnwaldite-brown {
    color: #0DA7D6FF!important;
}

.full-width-div{
    height:auto;
}

@media (max-width: 575px) {
    .container-div-margin-footer {
        width: 100%;
    }
    .h4-footer-menu-margin-top{
        margin-top:35px;
    }
    .search-xs-top-div {
        margin-top: 0;
    }
}

.b-divider {
    border-bottom: 1px solid rgba(0,0,0,0);
}

.p-shop-cate1 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav-tabs {
    border-style: solid;
    display: flex;
    justify-content: center;
    border-width: 0 0 1px 0;
}

/*email protect
.cry_em:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}*/

@media (max-width: 991px) {
    .navbar-brand img {
        width: auto;
    }
}

.page-link {
    color: #4e638f;
}

.page-item.active .page-link {
    background-color: #4e638f;
    border-color: #4e638f;
}

.nav-blocs {
    background-color: #f3f3f3;
}

::placeholder {
    color: #c9c9c9 !important;
    font-size: 1em;
    font-weight: 300;
}

.show_img img{border: solid 3px #eee;opacity: 0.5}
.show_img img.active{border: solid 3px #999;opacity: 1}

.texture-darken::before {
    background: rgba(0,0,0,0);
}

.tc-white {
    color: #FEFFFF!important;
    text-shadow: 0 0 10px #000;
}
.blocs-content {
    z-index: 0;
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}


/*首頁最下方手機版5按鈕*/
.phone_link {
    display: none;
}
@media (max-width: 1024px) {
    .phone_link {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background-color: #aa834b;
        border-top: 1px solid white;
        z-index: 99;
    }
    .phone_link .item_div {
        display: flex;
        flex-wrap: nowrap;
    }
    .phone_link .item_div .phone_item {
        height: 75px;
        flex-grow: 1;
        text-align: center;
        padding: 10px 0 0;
        border-left: 1px solid white;
    }
    .phone_link .item_div .phone_item:first-child {
        border-left: 1px solid transparent;
    }
    a {
        color: #242424;
        cursor: pointer;
        transition: all 0.4s ease;
    }
    .phone_link .item_div .phone_item .title {
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .phone_link .item_div .phone_item img {
        width: 32px;
        height: 32px;
        padding-top: 5px;
    }
    .phone_link .item_div p{
        margin-top: 0;
    }
    .item_div span{
        color: white;
        font-size: 2em;
    }
    .item_div a{
        background-color: var(--primary-color-1);
    }
    .item_div a:hover{
        background-color: grey;
    }
}
