@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft JhengHei', helvetica, arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

a {
    text-decoration: none !important;
    color: #252525;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #222;
}

a,
input,
button {
    outline: none !important;
}

ul {
    list-style-type: none;
}

@media (max-width:767px) {
    .header-inner {
        max-width: 100% !important;
        padding: 0 12px !important;
    }
}

.header {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    z-index: 999;
    transition: all 1s;
}

.logo img {
    width: auto;
    height: 80px;
}

/* @media (min-width:576px) {
    .logo img {
        height: 80px;
    }
} */

@media (min-width:768px) {
    .logo img {
        height: 100px;
    }
}

.search-box {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.search-box input {
    min-width: 120px;
}

.search-box span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #727171;
    padding: 4px 10px;
}

.search-box span i {
    font-size: 18px;
    color: #fff;
}

@media (min-width:992px) {
    .search-box {
        border: 2px solid #727171;
        border-radius: 10px;
    }

    .search-box span {
        padding: 4px 20px;
    }
}

.user-item {
    position: relative;
}

.user-item img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.user-item b {
    font-size: 14px;
    color: #000;
}

.user-item span {
    position: absolute;
    left: 14px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #bc121a;
    color: #fff;
    font-size: 13px;
}

.lang .user-item b{
    display: inline-block;
    margin: 0 4px;
}

.lang .user-item.active b{
    color: #ecbe46;
}

.header-ads {
    background-image: url(../images/ads.png);
    background-position: calc(100% - 60%);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 160px;
}

@media (min-width:768px) {
    .header-ads {
        height: 220px;
    }
}

.ads-text {
    position: absolute;
    right: 0;
}

.ads-text-sty {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .8);
}

@media (min-width:768px) {
    .ads-text-sty {
        font-size: 44px;
        text-shadow: none;
    }
}

.ads-name {
    display: none;
}

@media (min-width:576px) {
    .ads-name {
        display: block;
        position: absolute;
        left: 0;
    }
}

.ads-name-bj {
    background-image: url(../images/ads-box.png);
    background-repeat: no-repeat;
    width: 252px;
    height: 96px;
    padding: 20px 50px 20px 20px;
}

.ads-name i {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
}

.header-nav-box {
    background-color: #eee;
}

.product-btn-down {
    background-color: #eee !important;
    color: #333 !important;
    border-radius: 0;
}

.nav1-item {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    display: block;
    padding: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all .6s;
}

.nav1-item:hover,
.nav1-item.active {
    font-weight: bold;
    border-color: #fff;
}

.item-right {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.menu {
    display: none;
}

.mobile-menu {
    display: block;
}

@media (min-width:992px) {
    .mobile-menu {
        display: none;
    }

    .menu {
        display: block;
    }
}

.menu .nav-item {
    margin: 0;
}

@media (min-width:992px) {
    .menu .nav-item {
        margin: 0 10px;
    }
}

@media (min-width:1200px) {
    .menu .nav-item {
        margin: 0 10px;
    }
}

@media (min-width:1440px) {
    .menu .nav-item {
        margin: 0 20px;
    }
}

.navbar-nav .nav-item {
    display: flex;
    flex-direction: column;
}

@media (min-width:992px) {
    .navbar-nav .nav-item {
        flex-direction: row;
        align-items: center;
    }
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    display: flex;
    position: relative;
}

@media (min-width:992px) {
    .navbar-nav .nav-link {
        padding: 0 !important;
        position: relative;
        justify-content: center;
    }

    .navbar-nav .nav-link::after {
        content: '';
        display: block;
        width: 1px;
        height: 16px;
        background-color: #bfbfbf;
        margin: 4px 20px;
    }

    .navbar-nav .nav-item:last-child .nav-link::after {
        display: none;
    }
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #999;
}

.navbar-brand {
    margin: 20px 40px 10px 40px;
    display: flex;
    justify-content: center;
}

.navbar-brand img {
    width: auto;
    height: 42px;
}

.navbar-box {
    background-color: #fafafa;
    border-radius: 10px;
}

.mobile-tit {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.mobile-tit span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.offcanvas {
    max-width: 75%;
}

.offcanvas-header {
    justify-content: flex-end;
}

.menubar {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    border-radius: 0;
}

@media (min-width:768px) {
    .menubar {
        margin-left: 10px;
    }
}

.menubar .bi {
    color: #000 !important;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: rgb(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: 0 0 0 0 rgb(130 138 145 / 0%);
}

.mobile-navbar .nav-item .nav-link.active {
    color: #333;
}

@media (min-width:992px) {
    .mobile-navbar .nav-item .nav-link.active {
        color: #333;
    }
}

@media (max-width:991px) {
    .mobile-navbar .nav-item {
        border-bottom: 1px solid #ededed;
    }
}

.mobile-navbar li .nav-link.active {
    color: #ecbe46 !important;
}

.title-sty {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

@media (min-width:1400px) {
    .title-sty{
        font-size: 30px;
    }
}

.nt-box {
    background-color: #eee;
}

.nt-box i {
    font-size: 30px;
    color: #ecbe46;
    margin-right: 4px;
}

.index-swiper,
.index1-swiper {
    height: 300px;
}

@media (min-width:576px) {
    .index-swiper {
        height: 100%;
    }
}

.swiper-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile {
    display: block;
}

.pc {
    display: none;
}

@media (min-width:576px) {
    .swiper-img img {
        /* width: auto; */
        height: 100%;
    }

    .mobile {
        display: none;
    }

    .pc {
        display: block;
    }
}

.pag-sty .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.pag-sty .swiper-pagination-bullet-active {
    background-color: #ecbe46;
}


.item-style {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.item-style i {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 14px;
    font-style: normal;
}

.item-style h4 {
    font-size: 18px;
    font-weight: bold;
}

.left-box {
    border-color: #dee2e6 !important;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .left-box {
        margin-right: 30px;
    }
}

.top-box {
    border-color: #dee2e6 !important;
}

.top-box .bi{
    font-size: 24px;
    color: #ecbe46;
}

.top-box img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.pro-nav-item span {
    width: 30px;
    height: 30px;
}

.pro-nav-item b {
    font-weight: normal;
    font-size: 18px;
    color: #666;
    transition: all .6s;
}

.img-sty {
    position: absolute;
    width: 26px;
    height: auto;
    transition: all .6s;
}

.img-show {
    opacity: 1;
}

.img-hov {
    opacity: 0;
}

/* .pro-nav-item .img-hov {
    opacity: 1;
} */

.pro-nav-item:hover .img-show,
.pro-nav-item.active .img-show {
    opacity: 0;
}

.pro-nav-item:hover .img-hov,
.pro-nav-item.active .img-hov {
    opacity: 1;
}

.pro-nav-item:hover b,
.pro-nav-item.active b {
    color: #ecbe46;
    font-weight: bold;
}

.pro-nav-item:hover .hov1 {
    color: #71ba2f;
}

.pro-nav-item:hover .hov2 {
    color: #ff0000;
}

.pro-nav-item:hover .hov3 {
    color: #f41637;
}

.pro-nav-item:hover .hov4 {
    color: #74d5af;
}

.btn-pro::after {
    display: none;
}

.icon-list .bi{
    font-size: 24px;
    color: #ecbe46;
}

.hid,
.sho{
    transition: all .4s;
}

.sho{
    display: none;
}

.btn-pro.show .hid{
    display: none;
}

.btn-pro.show .sho{
    display: block;
}

.pro-down-menu{
    position: initial !important;
    transform: translate3d(0,0,0) !important;
}

.btn-primary {
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: #999;
    color: #fff !important;
    font-size: 15px;
    padding: 6px 18px;
    transition: all .6s;
}

@media (min-width:576px) {
    .btn-primary {
        background-color: #fff;
        color: #666 !important;
        padding: 4px 12px;
    }
}

.btn-primary:hover {
    border-color: #ecbe46;
    background-color: #ecbe46;
    color: #fff !important;
}

.item-bj {
    padding: 12px 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}

.tit-tab {
    /* display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%; */
}

.tit-tab img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.title-ico img {
    width: 24px;
    height: auto;
    margin: 0 2px;
}

@media (max-width:991px) {
    .row-sty{
        padding-left: 12px;
        padding-right: 12px;
    }
    .row-sty > .col{
        padding-left: 4px;
        padding-right: 4px;
    }
}


.card {
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body h4 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-body i {
    font-style: normal;
    color: #999;
    font-size: 14px;
}

.card-body b {
    font-size: 18px;
    color: #333;
}

.pre-pri {
    color: rgb(231, 18, 18) !important;
}

.hov-box {
    position: absolute;
    bottom: -100%;
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .94);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    transition: all .6s;
}

.hov-box span{
    height: auto !important;
}

.btn-add {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66%;
    background-color: #ecbe46;
    color: #fff !important;
    padding: 8px;
    font-size: 13px;
    border-radius: 4px;
    transition: all .6s;
}

@media (min-width:1200px) {
    .btn-add {
        padding: 6px 4px;
        font-size: 16px;
    }
}

@media (min-width:1400px) {
    .btn-add {
        padding: 6px 16px;
    }
}

@media (max-width:374px) {
    .btn-add {
        width: 62%;
    }
    .btn-add1{
        width: 62%;
    }
}

.btn-add:hover {
    background-color: #ecbe46;
    background-image: linear-gradient(-90deg, #f3c960, #daa41b);
}

.font-eng {
    font-family: Arial, Helvetica, sans-serif;
}

.card-img {
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.card:hover .card-img img {
    transform: scale(1.1);
}

.card-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    transition: all .6s;
    opacity: 0;
}

.number-btn {
    width: 30%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    background-color: #fff;
}

@media (max-width:374px) {
    .number-btn{
        width: 36%;
    }
    .number-btn1{
        width: 36%;
    }
}

.btn-outline-secondary {
    border-radius: 2px;
    background-color: #eee;
    border: 0;
    width: 20px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-outline-secondary i {
    font-size: 10px;
    color: #333;
}

.card:hover .card-body h4 {
    color: #ecbe46;
}

.card:hover .hov-box {  /* /// */
    bottom: 0;
}

.card:hover .card-img::after {
    opacity: 1;
}

.footer {
    background-image: url(../images/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.footitle {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width:768px) {
    .footitle {
        font-size: 21px;
    }
}

.text-sty {
    font-size: 16px;
    color: #fff !important;
}

.share-icon {
    display: block;
    margin-right: 10px;
}

.share-icon img {
    width: 30px;
    height: auto;
}

.text-sty1:hover {
    opacity: .7;
}

.footer-text {
    font-size: 14px;
    color: #fff;
}

.footer-menu {
    border: 0;
    background-color: rgba(255, 255, 255, 0) !important;
    position: initial !important;
    transform: translate3d(0, 0, 0) !important;
}

.btn-foo-sty {
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0) !important;
}

#back-to-top {
    position: fixed;
    bottom: 15%;
    right: 1.7%;
    z-index: 999;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #222;
}

.back-to-top i {
    font-size: 22px;
    color: #fff;
}

.fix-box {
    position: fixed;
    bottom: 5%;
    right: 15px;
    z-index: 9;
}

.fix-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background-color: #0cc45c;
    box-shadow: -2px 5px 20px rgba(0, 0, 0, .4);
}

.fix-icon i {
    font-size: 28px;
    color: #fff;
}

.fix-tex {
    opacity: 0;
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 10px;
    box-shadow: -2px 5px 20px rgba(0, 0, 0, .4);
    transition: all .4s;
}

.fix-inner:hover .fix-tex {
    opacity: 1;
}

.breadcrumb-item{
    font-weight: bold;
}

.breadcrumb-item.active{
    color: #ecbe46;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: var(--bs-breadcrumb-divider, ">");
}

.title{
    font-weight: bold;
    font-size: 18px;
    color: #ecbe46;
}

.titleH3{
    font-size: 24px;
}

@media (min-width:768px) {
    .colLeft{
        padding-right: 0;
    }

    .colRight{
        padding-left: 0;
    }
}

.textP{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.list-group-item span{
    width: 100%;
}

.list-group-item1 span{
    width: auto;
}

@media (min-width:992px) {
    .list-group-item span:nth-child(1){
        width: 110px;
    }
    
    .list-group-item span:nth-child(2){
        width: auto;
    }
}

.map{
    border-radius: 10px;
    border: 5px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map iframe{
    width: 100%;
}
.ws{
    width: 66px;
    height: 3px;
    background-color: #ecbe46;
}

.title1{
    font-size: 24px;
}

@media (min-width:768px) {
    .title1{
        font-size: 30px;
    }
}

.form-floating label{
    color: #666;
}

.submit-btn{
    background-color: #ecbe46;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 30px;
}

.submit-btn:hover{
    background-color: #ECBE46;
}

.boxTop{
    height: 70px;
    position: relative;
    border-color: #f4f4f4 !important;
    transition: all 1s;
}

.card-title{
    overflow: hidden;
    margin: 0;
}

.time{
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.textHid{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.boxTop .card-title,
.boxTop .time{
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s;
}

.boxTop .card-title{
    margin: 0;
}

.boxTop .time{
    margin-top: 35px;
}


.page-item,
.page-link{
    border: none;
}

.page-link{
    border-radius: 0 !important;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.page-link:hover,
.page-link.active{
    color: #fff;
    background-color: #ecbe46;
    border-radius: 5px !important;
}

.page-link .bi{
    font-size: 15px;
}

.list-group{
    border-radius: 10px;
    background-color: #e6fee7;
}

.icon img{
    width: 50px;
    height: 50px;
}

.btnFilter{
    background-color: #fff !important;
    border-color: #ddd !important;
    color: #333 !important;
    width: 160px;
}

.slider-for{
    border: 1px solid #ededed;
}

.slider-nav .slick-list{
    padding: 0 !important;
}

.slider-nav .slick-slide{
    width: auto !important;
    height: 82px !important;
    border: 1px solid #ddd;
    margin: 0 5px;
}

.slider-nav .slick-current{
    border-color: #ecbe46;
}

.navImg{
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navImg img{
    width: 80px;
    height: 80px;
}

.navImg img{
    object-fit: cover;
}

.titleName{
    font-size: 22px;
}

@media (min-width:992px) {
    .titleName{
        font-size: 26px;
    }
}

.ppices{
    color: red;
    font-weight: bold;
    font-size: 22px;
}

.input-group-style button{
    background-color: #fff !important;
    width: 36px;
    color: #6c757d !important;
}

.quantity-minus,
.quantity-plus{
    height: auto !important;
}


.product-detail-2 .quantity-minus, .product-detail-2 .quantity-plus{
    height:30px!important;
}

.product-detail-2 .quantity-minus, .product-detail-2 .quantity-plus{
    display:inline-block; line-height:20px!important; height:34px!important; margin-right:5px;
}


.input-style{
    display: flex;
    align-items: center;
    position: relative;
}

.input-style::before,
.input-style::after{
    content: '';
    display: block;
    position: absolute;
    top: auto;
    width: 1px;
    height: 16px;
    background-color: #ddd;
}

.input-style::before{
    left: 0;
}

.input-style::after{
    right: 0;
}

.btnAdd{
    background-color: #ecbe46;
    background-image: linear-gradient(90deg, #DFAB28, #DFAB28);
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 26px;
}

.btnAdd:hover{
    background-image: none;
}

.list-navs a{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #ecbe46;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 12px;
}

@media (min-width:768px) {
    .list-navs a{
        font-size: 18px;
        padding: 10px 20px;
    }
}

.swiper-pagination{
    bottom: 0 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    height: 8px;
    border-radius: 20px;
    background-color: #ecbe46;
}

.popup-body{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
}

.popup-body.active{
    display: block;
}

.popup-body .container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.close-btn{
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 999;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn i{
    color: #fff;
    font-size: 20px;
}


.dropdown-item.active, .dropdown-item:active{
    background-color: #ededed !important;
}

.title-style {
    color: #333;
    font-weight: bold;
}

.title-line {
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #ecbe46;
    margin: 10px 0 30px;
}

.text-con p {
    color: #555;
    font-size: 16px;
}

.news-img {
    display: inline-block;
    overflow: hidden;
    height: 270px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.news-title {
    display: inline-block;
    padding: 10px 0 0 0;
}

.news-title i {
    font-style: normal;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.news-title h5 {
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin: 5px 0 10px;
    transition: all .6s;
}

.news-title p {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list:hover .news-img img {
    transform: scale(1.1);
}

.news-list:hover .news-title h5 {
    color: #ecbe46;
}

.btn-more {
    font-size: 16px;
    color: #fff !important;
    background-color: #727171 !important;
    padding: 10px 20px;
}

.btn-more:hover {
    background-color: #ecbe46 !important;
    color: #000 !important;
}

.about {
    padding: 40px 0;
}

.about-bj {
    background-image: url(../images/about-bj.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.text-con {
    width: 100%;
}

@media (min-width: 768px) {
    .text-con {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .about {
        padding: 60px 0;
    }
}

.has-error-2 { color:#dc3545; }
.btn-more-2 {
    font-size: 16px;
    color: #fff !important;
    background-color: #0CC45C !important;
    padding: 10px 35px;
}

.btn-more-2:hover {
    background-color: #0CC45C !important;
    color: #fff !important;
}

.slick-track { min-width:336px; }
