/* =============================================
   PRODUCTS SECTION - Clean & Simple
   ============================================= */

.products-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Category Filter */
.category-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    padding: 20px 0;
}

.filter-link {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-link:hover {
    background-color: #0a6bc1 !important;
    border-color: #0a6bc1 !important;
    color: #fff !important;
}

.filter-link.active {
    background-color: #0a6bc1;
    border-color: #0a6bc1;
    color: #fff;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* Product Card */
.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f5f5f5;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 20px;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}

.product-price {
    font-size: 16px;
    color: #0a6bc1;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.product-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-link {
    display: inline-block;
    padding: 8px 16px;
    background: #0a6bc1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.product-link:hover {
    background: #084a94;
}

/* Section Footer */
.section-footer {
    text-align: center;
}

.view-more-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #0a6bc1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background: #084a94;
}

.view-more-btn i {
    margin-left: 8px;
}


body #search-header .searchFormGroup input,
#search-list .searchFormGroup input {
    border-color: #0a6bc1;
}

body #search-header .searchFormGroup .searchSub,
#search-list .searchFormGroup .searchSub {
    background-color: #0a6bc1;
}

.imagelink .owl-nav .owl-prev:hover,
.postSlider .owl-nav .owl-prev:hover,
.mlist .owl-nav .owl-prev:hover,
.ff_topSlider .owl-nav .owl-prev:hover,
.imagelink .owl-nav .owl-next:hover,
.postSlider .owl-nav .owl-next:hover,
.mlist .owl-nav .owl-next:hover,
.ff_topSlider .owl-nav .owl-next:hover,
.agent-pc .ff_indexPage .ad01.mlist .content_list .item_block .item_wrapper .item_info .title::before {
    background-color: #0a6bc1;
}

.mlist .owl-dots .owl-dot.active span,
.imagelink .owl-dots .owl-dot.active span,
.mlist .owl-dots .owl-dot:hover span,
.imagelink .owl-dots .owl-dot:hover span {
    background-color: #0a6bc1;
    /* border-color: #0a6bc1; */
}

.mcustomize .container_content .contentbody .description a:hover {
    background-color: #0a6bc1;
    border-color: #0a6bc1;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover,
.project.mlistpost .tabBtn .post-prev:not(.empty):hover,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover,
.service.mlistpost .tabBtn .post-next:not(.empty):hover,
.project.mlistpost .tabBtn .post-next:not(.empty):hover,
.team.mlistpost .tabBtn .post-next:not(.empty):hover,
.news.mlistpost .tabBtn .post-next:not(.empty):hover,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover {
    background-color: #0a6bc1;
}

#navWrapper .content .nav>.navitem>a:hover {
    border-color: #0a6bc1;
    color: #0a6bc1;
}

#navWrapper .content .nav>.navitem .subnav li a:hover {
    background-color: #0a6bc1;
}

.mlist:not(.imagelink) .content_list .item_block:hover .details {
    border-color: #0a6bc1;
    background-color: #0a6bc1;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #0a6bc1;
}

::-webkit-scrollbar {
    background-color: #0a6bc1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0a6bc1;
}

#pages .page-item.active,
#pages .page-item:hover {
    border-color: #0a6bc1;
    background-color: #0a6bc1;
}

.ff_pageTarget .container_target a:hover {
    color: #0a6bc1;
}

.ff_pageTarget .container_target a:last-child {
    color: #0a6bc1;
}

.postSlider .tab_button .item_block:hover .item_img:after,
.postSlider .tab_button .item_block.current .item_img:after {
    border-color: #0a6bc1;
}

body #navWrapper .content .nav>.navitem:hover>a {
    color: #0a6bc1;
}

body #navWrapper .content .nav>.navitem>a.active {
    border-color: #0a6bc1;
}

body #navWrapper .content .nav>.navitem .subnav {
    border-color: #0a6bc1;
}

body #navWrapper .content .nav>.navitem .subnav li a:hover {
    background-color: #0a6bc1;
}

body #navWrapper .content .jsMoveEl {
    background-color: #0a6bc1;
}

body #navWrapper .content .nav>.navitem>a.active {
    border-top-color: #0a6bc1;
}

.ff_indexPage .mlist .content_wrapper .more:hover {
    background-color: #0a6bc1;
}

.mlist .owl-dots .owl-dot.active span,
.imagelink .owl-dots .owl-dot.active span,
.mlist .owl-dots .owl-dot:hover span,
.imagelink .owl-dots .owl-dot:hover span {
    box-shadow: 0 0 0 2px #0a6bc1;
}

#sliderDirThemb,
#sliderDotThemb {
    border-color: #0a6bc1;
}

.ff_indexPage .service .content_list .item_block:hover .item_box:after,
.npagePage:not(.post) .service .content_list .item_block:hover .item_box:after {
    border-color: #0a6bc1;
}

.bodyindex .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper,
.bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper,
.bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper,
.bodyproject .mlist.project .content_list .item_block:hover .item_box .item_wrapper {
    background-color: #0a6bc1;
}

.bodyindex .mlistpost.project .content_list .item_block:hover .item_tags,
.bodyindex .mlist.project .content_list .item_block:hover .item_tags,
.bodyproject .mlistpost.project .content_list .item_block:hover .item_tags,
.bodyproject .mlist.project .content_list .item_block:hover .item_tags {
    background-color: #0a6bc1;
}

.bodyindex .mlistpost.project .content_list .item_block:hover .item_img .item_mask,
.bodyindex .mlist.project .content_list .item_block:hover .item_img .item_mask,
.bodyproject .mlistpost.project .content_list .item_block:hover .item_img .item_mask,
.bodyproject .mlist.project .content_list .item_block:hover .item_img .item_mask {
    border-color: #0a6bc1;
}

.bodylistpost.bodyproject .npagePage .description a.more {
    color: #0a6bc1;
    border-color: #0a6bc1;
}

.bodylistpost.bodyproject .npagePage .description a.more:hover {
    background-color: #0a6bc1;
    border-color: #0a6bc1;
}

.bodyindex .mlist.team .content_list .item_block .item_img,
.bodylist.bodyteam .mlist.team .content_list .item_block .item_img {
    background-color: #0a6bc1;
}

.bodyindex .mlist.news .content_list .item_block:hover .item_box .item_wrapper .date_wrap,
.bodylist.bodynews .mlist.news .content_list .item_block:hover .item_box .item_wrapper .date_wrap {
    color: #0a6bc1;
}

.bodyindex .mlist.news .content_list .item_block:hover .details .fa,
.bodylist.bodynews .mlist.news .content_list .item_block:hover .details .fa {
    color: #0a6bc1;
}

.bodyindex .mlist.news .content_list .item_block .date_wrap:after,
.bodylist.bodynews .mlist.news .content_list .item_block .date_wrap:after {
    background-color: #0a6bc1;
}

.ff_postPage .news.mlistpost .item_tags>a:hover {
    color: #0a6bc1;
}

.mcustomize.initlayout .container_content .contentbody .description a {
    background-color: #0a6bc1;
}

.mcustomize.tlir .container_content .contentbody .description a,
.mcustomize.tril .container_content .contentbody .description a {
    background-color: #0a6bc1;
}

#mcontact .contactform .inputtxt.submit {
    background-color: #0a6bc1;
    border-color: #0a6bc1;
}

#mcontact .contactform .inputtxt.submit:hover {
    background-color: #0a6bc1;
    border-color: #0a6bc1;
}

.bodyindex .videom.mlist .content_list .item_mask:after,
.bodyvideom .videom.mlist .content_list .item_mask:after {
    background-color: #0a6bc1;
}

.bodyindex .videom.mlist .content_list .item_wrapper .details,
.bodyvideom .videom.mlist .content_list .item_wrapper .details {
    background-color: #0a6bc1;
}

.bodyindex .videom.mlist .content_list .item_info .title,
.bodyvideom .videom.mlist .content_list .item_info .title {
    color: #0a6bc1;
}

#shares a:hover {
    border-color: #0a6bc1;
    background-color: #0a6bc1;
}

#online_open:hover {
    border-color: #0a6bc1;
    background-color: #0a6bc1;
}

#olx_head {
    background-color: #0a6bc1;
}

#olx_qq li a:hover {
    color: #0a6bc1;
}

a {
    color: #0a6bc1;
}

#mm-slider .slider-info .title {
    color: #0a6bc1;
}

.mlist .container_header .title {
    color: #0a6bc1;
}

.mm-listview>li>a.active {
    color: #0a6bc1;
}

#category .label {
    background-color: #0a6bc1;
}

.dropmenu ul li a.active {
    color: #0a6bc1;
}

#pages a.active,
#pages a:hover {
    color: #0a6bc1;
}

.npagePage.post #postWrapper .item_tags a:hover {
    border-color: #0a6bc1;
    background-color: #0a6bc1;
}

.agent-mobile .project .item_block:hover .item_wrapper {
    background-color: #0a6bc1;
}

.agent-mobile .npagePage.post .project #postInfo .description a {
    border-color: #0a6bc1;
}

.agent-mobile .npagePage.post #postInfo .description a:hover {
    background-color: #0a6bc1;
}

.agent-mobile .ad01 .content_list li .title {
    color: #0a6bc1;
}

.agent-mobile .ad01 .content_list li:hover .item_wrapper {
    background-color: #0a6bc1;
}

.agent-mobile .team_tabs .tab_content .content_list li .title {
    color: #0a6bc1;
}

.agent-mobile .team .item_block:hover .title {
    color: #0a6bc1;
}

.agent-mobile .news .item_block:hover .item_info .title {
    color: #0a6bc1;
}

.agent-mobile #sitecontent .news #listContent .item_block:hover .title {
    color: #0a6bc1;
}

.cate-title {
    background-color: #0a6bc1;
}

#online a {
    color: #0a6bc1;
}

.agent-mobile .project .item_block:hover {
    background-color: #0a6bc1;
}

.agent-mobile .indexPage .mcustomize .description a {
    background-color: #0a6bc1;
    border-color: #0a6bc1;
}

.agent-mobile .team .item_block:hover .item_wrapper {
    background-color: #0a6bc1;
}

body #navWrapper .content .nav>.navitem>a.active {
    color: #0a6bc1;
}

body #navWrapper .content .nav>.navitem>a {
    color: #666;
}

.agent-pc .bodylist .mlist.project .module_container .content_wrapper .item_block:hover .item_wrapper::after,
.agent-pc .ff_indexPage .mlist.project .module_container .content_wrapper .item_block:hover .item_wrapper::after,
.agent-pc .mlist.team_tabs .module_container .content_wrapper .tab_content .item_block:hover .item_wrapper::after,
.agent-pc .ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block .item_wrapper,
.agent-pc #olx_head,
.agent-pc #mcontact .ff_social a:hover,
.agent-pc .service.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .videom.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .service.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .videom.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .imagelink .owl-nav .owl-prev:hover,
.agent-pc .postSlider .owl-nav .owl-prev:hover,
.agent-pc .mlist .owl-nav .owl-prev:hover,
.agent-pc .mlist .owl-nav .owl-next:hover,
.agent-pc .service .owl-nav .owl-prev:hover,
.agent-pc .postSlider .owl-nav .owl-next:hover,
.agent-pc .ff_topSlider .owl-nav .owl-next:hover,
.agent-pc .service .owl-nav .owl-next:hover,
.agent-pc body #navWrapper .content .nav>.navitem .subnav li a:hover {
    background-color: #0a6bc1;
}

.agent-pc .ff_topSlider .owl-nav .owl-prev:hover {
    background-color: #0a6bc1;
}

#shares a {
    color: #999;
}

.bodyindex .videom.mlist .content_list .item_info .title,
.bodyvideom .videom.mlist .content_list .item_info .title {
    color: #666;
}

.mlist .owl-dots .owl-dot.active span,
.imagelink .owl-dots .owl-dot.active span,
.mlist .owl-dots .owl-dot:hover span,
.imagelink .owl-dots .owl-dot:hover span {
    background-color: transparent;
    /* border-color: #0a6bc1; */
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title,
.agent-pc .bodylist .mlist.news .module_container .content_wrapper .item_block:hover .details,
.agent-pc .ff_indexPage .mlist.news .module_container .content_wrapper .item_block:hover .details,
.agent-pc #olx_qq li a:hover,
.agent-pc .bodylist .mlist.news .module_container .content_wrapper .item_block:hover .item_box .item_info .title,
.agent-pc .ff_indexPage .mlist.news .module_container .content_wrapper .item_block:hover .item_box .item_info .title,
.agent-pc .mlistpost.news .item_tags>a:hover,
.agent-pc .ff_pageList .mlist.team .item_block:hover .item_index {
    color: #0a6bc1;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .details,
.agent-pc #online_open:hover,
.agent-pc #shares a:hover,
.agent-pc .service.mlistpost .item_tags>a:hover,
.agent-pc .service.mlistpost .item_tags>a.active,
.agent-pc .project.mlistpost .item_tags>a:hover,
.agent-pc .project.mlistpost .item_tags>a.active,
.agent-pc #pages .page-item.active,
.agent-pc #pages .page-item:hover {
    border-color: #0a6bc1;
    background-color: #0a6bc1;
}

.agent-pc .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #fff;
}

.bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper,
.bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper {
    background: rgba(255, 180, 57, 0.42);
}

.bodyindex .mlist.team .content_list .item_block:hover .details {
    border-color: #fff;
}

.agent-pc .ff_indexPage .mlist.news .module_container .content_wrapper .item_block:hover .details {
    background-color: transparent;
    color: transparent;
}

.bodyindex .mlist.project .content_list .item_block:hover .details,
.bodylist .mlist.project .content_list .item_block:hover .details {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.npagePage .ff_pageTarget .container_target a:first-child {
    color: #666;
}

.bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #fff;
}

.bodyindex .videom.mlist .content_list .item_img,
.bodyvideom .videom.mlist .content_list .item_img {
    box-shadow: 0 0 0 20px rgba(255, 175, 41, .06);
}

.ff_indexPage .mcounter .content_list li .title {
    color: rgba(255, 255, 255, .8);
}

body #navWrapper .content .nav>.navitem .subnav li a {
    color: #666;
}

.agent-pc .bodylist .mlist.news .module_container .content_wrapper .item_block:hover .details {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

.agent-mobile .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #fff;
}

.agent-mobile .module.mcustomize .header .title,
.agent-mobile #mcontact .container_header .title {
    color: #0a6bc1;
}

.agent-mobile .project .item_block:hover .item_wrapper,
.agent-mobile #category .label,
.agent-mobile .cate-title {
    background-color: #0a6bc1;
}

.ff_indexPage .mcounter .bgmask {
    background: linear-gradient(to top, #0a6bc1 220px, #fff 220px);
}

.ff_indexPage .mcounter .content_list li:nth-child(2) {
    color: #0a6bc1;
}

.bodyindex .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.bodyproject .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    color: rgba(255, 255, 255, .8);
}

.agent-pc .ff_indexPage .ad01.mlist .content_list .item_block .item_wrapper .item_info .title::before {
    background: #0a6bc1;
}

.agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    color: #0a6bc1
}

.agent-pc .bodyindex .team .content_wrapper .content_list .item_block:hover .item_des .description::before,
.agent-pc .bodylist .team .content_wrapper .content_list .item_block:hover .item_des .description::before {
    color: #0a6bc1;
}

.team.mlistpost .tabBtn .post-prev .infor-wrap .subtitle {
    color: #888;
}


.agent-mobile .ad01 .content_list li .title { color: #333;}

.agent-pc body #search-header .searchFormGroup .searchSub:hover,
#search-list .searchFormGroup .searchSub:hover {
    background: #007ab5;
}




