
#page{
}

.bg-pagein{}
.fixed_height{ margin-top: 90px;}

#header{

}

#topbar{
    background:#f8961f; color: #fff; padding:6px 0px;
}
#topbar a{color: #fff; }

#logo img{ max-height: 62px;}

.section-header h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.section-header.dark h2 {
    color: #000;
}

.title-page{ color: #194C24;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title-page-sc{ color: #29455b;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.text-main{ color: #29455b;}

.btn-themes{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 24px;
    background: #F90;
    border-radius: 10px;
    border: 1px solid #F90;
    width: fit-content;
    margin: 0 auto;
}
.btn-themes a{
    color: #fff;
}
@media screen and (max-width: 768px) {
    .title-page{ font-size: 32px;}
    header{
        position: relative;
    }
    main{ margin-top: 0;}
}

#banner{
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-about #description h2, .banner-reseller #description h2, .banner-contact  #description h2, .banner-services  #description h2,  #description h2, .banner-post #description h2{ text-align: center;}

#banner #description{
    color: #fff;
    text-align: left;
    width: 480px;
}

#banner #description h2{
    color: #FBFCFE;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}

#banner #description p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 30px 0;
    color: white;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}
#banner #description a{
    display: inline-block;
    margin-top: 20px;
   background: #29455b;
    border: none;
    border-radius: 4px;
    padding: 16px 40px;

}

@media screen and (max-width: 768px) {
    #banner{
        height: 380px;
    }

    #banner #description{
        width: 100%;
        text-align: center;
    }

    #banner #description button{
        margin: 0 auto;
    }
}
#pnmenu{ background: #181818;}
#pnmenu i{ cursor: pointer;}
#top-phone{ font-weight: 700;}

#banner-page{
    background: #f5f5f5;
    padding: 80px 0;
    text-align: center;
}
#banner-page h2{
     font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #fff;
        padding: 16px 18px;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #f8961f;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: #fff;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        padding-top: 0;
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-nav-dropdown);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--color-nav-dropdown-hover);
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }

    .navmenu .megamenu {
        position: static;
    }

    .navmenu .megamenu ul {
        margin: 0;
        padding: 10px;
        box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
        display: block;
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        display: flex;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
    }

    .navmenu .megamenu ul li {
        flex: 1;
    }

    .navmenu .megamenu ul li a,
    .navmenu .megamenu ul li:hover>a {
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

    .navmenu .megamenu ul li a:hover,
    .navmenu .megamenu ul li .active,
    .navmenu .megamenu ul li .active:hover {
        color: #fff;;
    }

    .navmenu .megamenu:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dd-box-shadow {
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.15);
    }
}

/* Mobile Navigation */
@media (max-width: 1199px) {

    #icon-menu{ position: absolute; top: 10px; right: 0px;}
    .mobile-nav-toggle {
        color: #fff;
        font-size: 36px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.1);
        padding-top: 0;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #fff3cd;
        padding: 10px 20px;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(0,0,0, 0.1);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        color: #fff3cd;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #fff3cd;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        color: #fff3cd;
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul,
    .navmenu .megamenu ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 3px 0;
        margin: 3px 20px;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        margin-top: -10px;
    }

    .navmenu .dropdown ul ul,
    .navmenu .megamenu ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active,
    .navmenu .megamenu>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .mobile-nav-toggle.bi-x {
        color: #fff;
        position: absolute;
        font-size: 48px;
        top: -10px;
        right:0px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
    .mobile-nav-active .navmenu>ul>li a {
        color: #fff;
    }
}

/*--------------------------------------------------------------
# Mix And Match Section
--------------------------------------------------------------*/

#mix-match{
    background:#1b1b1b;
}

/*--------------------------------------------------------------
# Contact Line Section
--------------------------------------------------------------*/

#contact-line{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/bgcontact.jpg");
    background-attachment: scroll;
    background-position: 50% -18px;
    padding: 60px 0;
    color: #fff;
}
#contact-line a{
    color: #fff;
}

#contact-line .icon span {
    display: block;
    text-align: center;
    line-height:60px;
    width: 60px;
    height: 60px;
    border-radius: 200px;
    border-color: #f99620;
    background-color: #f99620;
    margin: 0 auto;
}

#contact-line .icon i {
    background: #fff;
    color: #f99620;
    padding: 10px;
    border-radius: 200px;
}

#contact-line .title  {
        margin-top:20px;
        font-size: 42px;
}

#contact-line .desc  {
    font-size: 22px;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.homepro-home{ background:#1c1c1c;}

.homepro-home .homepro-item{
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
}
.homepro-home .homepro-item  .iconsale{ position: absolute; top: 10px; right: 10px;}
.homepro-home .homepro-item .imgbox{
    border-radius: 8px 8px 0 0;
}
.homepro-item .qcach{ font-size: 13px;}
.homepro-item .price{ font-weight: bold;}
.homepro-item .price .sale-price{
    margin-right: 20px;
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through ;
    flex-shrink: 0;
}
.homepro-home .homepro-item .info{
    padding: 15px;
}
.homepro-home .homepro-item .info h4 a{
    font-size: 18px;
    color: #0a7a0a;
    font-weight: bold;
}
.homepro-home .homepro-item .info ul{
    margin:0;
    padding:0;
    font-size: 15px;
    font-weight: normal;
}
.homepro .btn-like{ cursor: pointer;}
.homepro .btn-like i{ font-size: 20px;}

.pro-item h4 a{
    font-size: 18px;
    color: #0a7a0a;
    font-weight: bold;
}

.pro-item .imgbox{ height: 220px;}

.homepro h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 575px) {
    .homepro h4 {
        font-size: 16px;
    }
}

.homepro #categories{

}
.homepro #categories a{
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    border-radius: 24px;
    background:#F8F8F8;
}

.homepro .homepro-item .inner{
    background: #F8F8F8;
    border-radius: 8px;
}

.homepro-page .homepro-item {
    margin-top: 25px;
}

.homepro-page .homepro-item .inner{
    padding: 8px;
}

.homepro-page .homepro-item .inner .img{
    padding: 20px;
}

.homepro .homepro-item .info{
    padding: 8px;
}

.homepro .homepro-item .info .btn-light{
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.homepro .homepro-item .homepro-img {
    border-radius: 8px;
    margin-bottom: 15px;
}

.homepro .homepro-item h4 {

    font-weight: 400;
    text-overflow: ellipsis;
    whitespace: nowrap;
    overflow: hidden;
}
.homepro .homepro-item h4 a{
    font-size: 15px;
}
.homepro .homepro-item .para-homepro{
    border-radius: 15px;
    background: #FFF;
}

.homepro .homepro-item .para-homepro span{
    padding: 8px 12px;
    border-right: 1px solid #EBEBEB;
    font-size: 14px;
}
.homepro .homepro-item .para-homepro span:last-child{
    border-right:none;
}

.homepro .homepro-item .price {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 0;
}

.related-pro .section-header h2 {
    color: #000;
}


#panel_product_cate{ margin-top: 60px;}
#panel_product_cate .box{ position: relative;}
#panel_product_cate .box .title{ position: absolute; top: 10px; left: 10px; font-size: 24px; color: #fff; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;}
#panel_product_cate .box .img{ height: 280px; overflow: hidden; position: relative;}
#panel_product_cate .box .img img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 100%;}
#panel_product_cate .box .icon{ position: absolute; bottom: 10px; left: 10px;}
#panel_product_cate .box a:hover{ color: #fff;}
#panel_product_cate .box a:hover .icon svg circle {
    fill: #748a8c;
}
#panel_product_cate .box a:hover .icon svg path {
    fill: #fff;
}



@media screen and (max-width: 768px) {
    #panel_product_cate .box{ margin-bottom: 10px; }
    #panel_product_cate .box .img img{ border-radius: 8px;}
}

#processing{ margin-top:60px;}
#processing .steps{
    margin-top: 60px;
     text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

#processing .steps .step, #processing .steps .step a {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 150px;
    width: 100%;
    text-align: center;
}
#processing .steps .step{
    margin-right: 35px;
}
#processing .steps .step .step-title{
    margin-top:15px;
}
#processing .steps .step img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    display: block;
    object-fit: cover;
}
#processing .steps .step:not(:last-child):after {
    content: "";
    background-image: url(../images/how-it-works-arrow.png);
    background-position: center center;
    background-size: 48px auto;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 48px;
    right: -48px;
    z-index: 1000;
}
#processing .steps .step:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #processing .steps .step, #processing .steps .step a {
        max-width: 80px;
    }

    #processing .steps .step img {
        max-width: 80px;
        height: 80px;
    }

    #processing .steps .step:not(:last-child):after {
        top: 18px;
    }

}

.col-droplang{}
#droplang{
 width: auto;

}
#droplang button{
    background: none; border: none; font-size: 15px;
}
#droplang .flagimg { width: 22px; margin-left: 10px;}

#home-show{
    margin-top: 60px;
    background: url(../images/bgsection.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 200px;
    font-weight: 300;
}
#home-show .box{
    position:relative;
}
#home-show .box h2 {
    position: absolute;
    margin: 0 auto;
    color: #29455b;
    background-color: #fff;
    padding: 16px 48px;
    font-weight: 700;
    top: 35px;
}

#home-show .box .img{ height: 600px; overflow: hidden; position: relative;}
#home-show .box .img img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

#home-show .box .view-detail {
    position: absolute;
    padding:  .5rem 1.2rem;
    font-weight: 700;
    text-align: center;
    bottom: 10px;
    background-color: #748a8c;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home-show .box .view-detail a{
    color: #fff;
}

@media screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
# Customer Says Section
--------------------------------------------------------------*/

.customer-say{
    background: #000;
    color: #fff;
}

.customer-say .event-item {
    background: #303030;
    padding: 10px;
    margin:  0 10px;
}

.customer-say .event-item .info{
    padding: 5px;
    position: relative;
}

.customer-say .event-item .info .gicon{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
}
.customer-say .event-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    position: relative;
}

.customer-say .event-item .description {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.customer-say .event-item .img {
        width: 50px;
        border-radius:50%;
}


@media (min-width: 1200px) {
    .customer-say .swiper-slide-active+.swiper-slide {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        z-index: 1;
    }
}

@media (max-width: 575px) {

    .customer-say .event-item {
        min-height: 500px;
        padding: 0;
        margin: 0;
    }

    .customer-say .section-header {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .customer-say .event-item .info {
        display: block;
    }

    .customer-say .event-item::before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        inset: 0;
    }

}

.customer-say .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.customer-say .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background-color: #d1d1d7;
    opacity: 1;
    border-radius: 10px;
}

.customer-say .swiper-pagination .swiper-pagination-bullet-active {
    background-color: yellow;
}


#about-us{ position: relative; padding: 80px 0;}
#about-us .section-header h2{ color: #0c0c0c;}
#about-us-warp{ width: 60%; margin: 0 auto;}

#about-us p{
    font-weight: 400;
    font-size:16px;
    color:#6D7071;
    text-align: justify;
}

#about-us .figure .figure-caption{
    background: #396543;
    color: #FBFCFE;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #about-us{ padding-top: 0!important;  padding-bottom: 0!important; }
    #about-us .figure{
        margin-top: 60px;
    }
    #about-us h2{ text-align: center; margin-top: 15px;}
    #about-us .figure .figure-caption{ width: 100%;}
    #pnmenu{ position:relative;}
    .col-droplang{ position: absolute; right: 60px; top: 26px; width: fit-content;}
}

#counter{ background: #F3F4F6; color: #202226; height: 520px; margin-bottom: 120px;}
#img-counter{
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    #counter{ height: auto; padding-bottom: 30px; margin-bottom: 5px;}
    #img-counter{
        margin-top: 10px;
    }
}

#services{ margin-top: 180px;}
.service_item{
    display: flex;
    padding: 40px 20px 32px 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 8px;
    border-top: 4px solid #194C24;
    background: #F8F9FB;
    text-align: center;
    margin: 0 12px;
}
.service_item .title{
    color: #202226;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service_item .description{
    color: #6D7071;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.post-detail img{
    max-width: 100%!important;
    height: auto!important;
}

@media screen and (max-width: 768px) {
    #services{ margin-top: 10px;}
    .service_item{ margin-top: 30px;}

    .post-detail img{ margin-bottom: 10px;}
}

.carousel-panel{ position: relative;}
.carousel-panel .owl-nav button.owl-prev{  position: absolute;  top: 10px;  left: -30px; z-index: 9999; border: none;}
.carousel-panel .owl-nav button.owl-prev span{ font-size: 80px;}

.carousel-panel .owl-nav button.owl-next{ position: absolute; top: 10px; right: -30px; z-index: 9999; border: none;}
.carousel-panel .owl-nav button.owl-next span{ font-size: 80px;}

@media screen and (max-width: 768px) {
    .carousel-panel .owl-nav button.owl-prev{  left: 0px;}
    .carousel-panel .owl-nav button.owl-next{ right: 0px;}
}

#partner{ margin-top: 80px; margin-bottom: 80px; }
#partner .carousel-panel{ margin-top: 50px;}
#partner .owl-carousel .owl-item img{ width: unset; max-width: 100%; max-height: 60px; }
#partner .owl-carousel .owl-item .item{height: 60px; display:flex;
    justify-content: center;
    align-items: center;}
#partner .owl-carousel .owl-item{
    
}

#contact{
    background: url(../images/bgcontact.png) left bottom repeat-x #F8F9FB;
    height: 560px;
    color: #fff;
}
#contact-warp{ width: 60%; margin: 0 auto;}
#contact-info{ color: #FBFCFE; background:#29455b; padding: 30px 20px;}
#contact-info h3{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
}
#contact-info p{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
#contact .title-page{ margin-top: 80px; margin-bottom: 30px;}
#contact .contact-item i{ font-size: 35px; margin-right: 12px; }

#contact #btnContact{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #29455b;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
}

#panel-contact .contact-item i{ font-size: 35px; margin-right: 12px; color: #b48b24;}

#panel-contact #btnContact{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 6px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #29455b;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #contact{ padding-top: 10px; height: auto;}
    #contact-info{ padding: 20px;}
    #contact-info h3{
        font-size: 20px;
    }
    #frmContact{ padding-bottom: 20px;}
    #contact .title-page{ margin-top: 20px;}
}

#news{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/bgcontact.jpg");
    background-attachment: scroll;
    background-position: 50% -18px;
    padding: 60px 0;
    color: #fff;
}
#panel-news-main .item_news{ margin-bottom: 20px;}

#news .item_news .img img{border-radius: 8px 8px 0px 0px;
}
#news .item_news .date{ margin-top: 12px;}
#news .item_news .title{ margin-top: 12px;}
#news .item_news .title a{
    color:  #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;}

#news .item_news .desc{
    color: #eee;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#news .item_news .more a{
    color:  #fff;
}

.pnhome_pro{ background: #fff; padding: 5px 15px; margin-bottom: 15px; }
.pnhome_pro .title{
    text-align: center;
    margin-bottom: 22px;
}
.pnhome_pro .title a{
    color: #B48B24;
    font-family: 'Lora', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#pncatehome{
    background: #fff;
    padding: 50px 20px;
}
.cate_home{
    margin-bottom: 15px;
}
.cate_home .home_list_pro{
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}
.row_home_pro{
    margin: 0 -8px;
}
.row_home_pro:after{
    clear:both;
    content:'';
    display:block;
}
.row_home_pro .home_pro{
    display: inline-block;
    width: 25%;
}
.home_pro .in{
    margin:10px 8px;
    min-height:258px;
    overflow: hidden;
    text-align:center;
}
.home_pro .in h2{
    margin:0;
    font-size:16px;
    overflow: hidden;
    line-height: 22px;
}
.home_pro .in h2 a{
    color: #000;
}
.home_pro .img{
    height:160px;
    position: relative;
    text-align: center;
    position: relative;
}
.home_pro .img img{
    max-width:100%;
    max-height:160px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.home_pro .in .price{
    margin:12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #ff5c00;
}
.home_pro .in .price a{
    background:#29455b;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    display: inline-block;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-transform: uppercase;
}

.home_pro .in .info_pro{
    padding: 10px;
}


@media screen and (max-width: 768px) {
    .row_home_pro .home_pro{
        width: 50%;
    }
}

#panel-products-details{}
#panel-products-details .tilte_producst{
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#panel-products-details .price{
    font-size: 18px;
    font-weight: 500;
    color: #29455b;
}

#panel-products-details .price{ font-weight: bold;}
#panel-products-details .price .sale-price{
    margin-right: 20px;
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through ;
    flex-shrink: 0;
}

#panel-products-details .item-color{ border-radius: 50%; height: 50px; width: 50px; margin: 0 8px;}

#panel-products-details .desc ul{ list-style: unset;}

#hotline a{ font-size: 18px; font-size: 600; }

.title_cate_home{ font-size: 20px; color:#02305c; font-weight: bold; text-transform: uppercase; }

#panel_search {
    position: absolute;
    width: 100%;
    padding: 16px 5px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    left: 0;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
}
#panel_search.showpn {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

#panel_search .close {
    cursor: pointer;
    font-size: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
    color: #333;
    right: 0px;
}
#panel_search .close::before {
    content: "+";
    font-size: 70px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    position: relative;
    left: 1px;
}

#pnsearch{ position: relative; margin-left: 120px;}
#pnsearch span {
    border: 1px solid #848c92;
    cursor: pointer;
    font-size: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#pmlistsearch{position: absolute; top: 38px; left: 0; z-index: 9999;}
#pmlistsearch .in{ border: 1px solid #eee; padding: 10px;  background: #fff;}
#pmlistsearch .in .item_sct{ padding: 3px 0;}
#ftmsearch .form-control{ border: 1px solid #032c43;}

#panel_search select{ padding-top: 11px; padding-bottom: 11px;}

.title_home{ color: #02305c; text-transform: uppercase;}

#panel-aboutus{
    background: #F8F9FB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

#panel-sub-aboutus{ margin-top: 80px; margin-bottom: 80px;}
.sub-aboutus{ margin-top: 50px;}

@media screen and (max-width: 768px) {
    #panel-aboutus{ padding-top:30px;}
    #panel-sub-aboutus{ margin-top: 30px;}
    #panel-sub-aboutus .title-page{ text-align: center;}
}

.sub-reseller .ifrmap iframe{ width: 100%!important; }

.sub-reseller .title{
    color: #202226;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;}

#panel-products{

}

#footer {
    background: #1a1c20;
    position: relative;
    color: #8b8d94;
}
#footer #footer_text{
    padding: 80px 0;
    color: #8b8d94;
}

#footer #footer_text #bottom_intro .title{
    color: #FBFCFE;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}
#footer #footer_text #bottom_intro a{
    color: #8b8d94;
}

#footer h2{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#footer .location-list{
    margin: 0;
    padding: 0;
}

#footer #footer_text #bottom_intro .location-list a:hover{
    color: #fff;
}

#footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}
#footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

#footer .copyright{ border-top: 1px solid #ccc; padding: 12px 0; color: #888;}

@media screen and (max-width: 768px) {
    #footer #footer_text{ padding-top: 15px; padding-bottom: 5px;}
    #footer #footer_text #bottom_intro h3{ font-size: 16px;}
}

.nav-tabs{ border: none; margin-bottom: 30px;}
.nav-tabs .nav-link{
    color: #000;
}
.nav-tabs .nav-link.active{
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #B48B24;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pnCarousel {
    position: relative;
}
.pnCarousel .owl-theme .custom-nav {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
}
.pnCarousel .owl-theme .custom-nav .owl-prev, .pnCarousel .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.pnCarousel .owl-theme .custom-nav .owl-prev i, .pnCarousel .owl-theme .custom-nav .owl-next i {
    font-size: 80px;
    color: #cecece;
}
.pnCarousel .owl-theme .custom-nav .owl-prev {
    left: 0;
}
.pnCarousel .owl-theme .custom-nav .owl-next {
    right: 0;
}

.pnCarousel .owl-carousel .owl-item img{ max-height: 350px; max-width: 100%; width: auto!important; margin: 0 auto;}

.pagination > li > a{ background: #29455b; color: #fff;}
.pagination .page-item.active .page-link{ background: #0056AA; color: #fff; border: 1px solid #29455b;}
.pagination .page-item .page-link:hover{color: #0056AA;}

#canvasCart{}
#canvasCart .offcanvas-footer{ border-top: 1px solid #ccc;}
#canvasCart .offcanvas-footer #shipping { color: #707070; font-weight: 400;}
#canvasCart #clean-cart{ cursor: pointer;}
#canvasCart .trash-item-cart{ cursor: pointer;}
#canvasCart .list-cart{
    background: #F8F8F8;
    padding: 10px 0;
}
#canvasCart .list-cart h3{
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

#canvasCart .list-cart .price {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#canvasCart .list-cart .price .price-sales{
    margin-left: 20px;
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through ;
    flex-shrink: 0;
}

:root {
    --swiper-navigation-size: 44;

}

.swiper-button-next-01, .swiper-button-prev-01 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    border-radius: 50%;
    border: 1px solid #474747;
    background: #fff;
    width: 60px;
    height: 60px;
}

.swiper-button-next-01, .swiper-button-prev-01 i{
    font-size: 20px;
}

.swiper-button-next-01 {
    right: 10px;
    left: auto;
}

.swiper-button-prev-01{
    left: 10px;
    right: auto;
}
.img-post{ height: 220px; overflow: hidden; position: relative;}
.img-post img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

.fa-star{ color: #fcd53f;}

.slides-3 .swiper-pagination{
    margin-top: 20px;
    position: relative;
}

.list-group-item.active{ background: #f8961f; border-color: #f8961f;}