@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideLeft{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideRight{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-20px)}70%{transform:translateY(-10px)}90%{transform:translateY(-4px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1}to{transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1)}50%{opacity:1}to{opacity:0;transform:scale(.3)}}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-fade-in-down{animation:fadeInDown .6s ease-out}.animate-fade-in-left{animation:fadeInLeft .6s ease-out}.animate-fade-in-right{animation:fadeInRight .6s ease-out}.animate-scale-in{animation:scaleIn .5s ease-out}.animate-slide-up{animation:slideUp .5s ease-out}.animate-slide-down{animation:slideDown .5s ease-out}.animate-slide-left{animation:slideLeft .5s ease-out}.animate-slide-right{animation:slideRight .5s ease-out}.animate-bounce{animation:bounce 1s}.animate-pulse{animation:pulse 2s infinite}.animate-rotate{animation:rotate 1s linear infinite}.animate-zoom-in{animation:zoomIn .6s}.animate-zoom-out{animation:zoomOut .6s}.animate-rubber-band{animation:rubberBand 1s}.animate-shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97)}.animate-wobble{animation:wobble 1s}.animate-flip-in-x{animation:flipInX .75s}.animate-flip-in-y{animation:flipInY .75s}.animate-slow{animation-duration:2s}.animate-slower{animation-duration:3s}.animate-fast{animation-duration:.5s}.animate-faster{animation-duration:.3s}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-stagger-1{animation-delay:.1s}.animate-stagger-2{animation-delay:.2s}.animate-stagger-3{animation-delay:.3s}.animate-stagger-4{animation-delay:.4s}.animate-stagger-5{animation-delay:.5s}.animate-stagger-6{animation-delay:.6s}.hover-scale:hover{transform:scale(1.05);transition:transform .3s ease}.hover-scale-sm:hover{transform:scale(1.02);transition:transform .3s ease}.hover-scale-lg:hover{transform:scale(1.1);transition:transform .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .3s ease}.hover-bounce:hover{animation:bounce .6s}.hover-pulse:hover{animation:pulse 1s}.hover-rotate:hover{transform:rotate(5deg);transition:transform .3s ease}.hover-glow:hover{box-shadow:0 0 20px rgba(244,227,78,.5);transition:box-shadow .3s ease}.focus-scale:focus{transform:scale(1.02);transition:transform .2s ease}.focus-glow:focus{box-shadow:0 0 0 3px rgba(244,227,78,.3);transition:box-shadow .2s ease}.loading-spinner{animation:rotate 1s linear infinite}.loading-pulse{animation:pulse 1.5s ease-in-out infinite}.loading-bounce{animation:bounce 1.4s ease-in-out infinite both}.text-typing:after{content:"|";animation:pulse 1s infinite}.text-gradient{background:linear-gradient(45deg,#FFC5D3,#000);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.card-entrance{animation:fadeInUp .6s ease-out}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.btn-animate{transition:all .3s ease;position:relative;overflow:hidden}.btn-animate:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.btn-animate:active{transform:translateY(0)}.btn-animate:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-animate:hover:before{left:100%}.page-enter{animation:fadeInRight .6s ease-out}.page-exit{animation:fadeInLeft .4s ease-out reverse}@media (max-width:768px){.animate-fade-in-down,.animate-fade-in-left,.animate-fade-in-right,.animate-fade-in-up{animation:fadeIn .4s ease-out}.hover-lift:hover{transform:none;box-shadow:none}.card-hover:hover{transform:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.animate-bounce,.animate-pulse,.loading-bounce,.loading-pulse,.loading-spinner{animation:none!important}}.animation-paused{animation-play-state:paused}.animation-running{animation-play-state:running}.animation-fill-both{animation-fill-mode:both}.animation-fill-forwards{animation-fill-mode:forwards}.animation-fill-backwards{animation-fill-mode:backwards}.animate-on-scroll{opacity:0;transition:all .6s ease-out}.animate-on-scroll.animated{opacity:1}.animate-on-scroll.fade-up{transform:translateY(30px)}.animate-on-scroll.fade-up.animated{transform:translateY(0)}.animate-on-scroll.fade-down{transform:translateY(-30px)}.animate-on-scroll.fade-down.animated{transform:translateY(0)}.animate-on-scroll.fade-left{transform:translateX(-30px)}.animate-on-scroll.fade-left.animated{transform:translateX(0)}.animate-on-scroll.fade-right{transform:translateX(30px)}.animate-on-scroll.fade-right.animated{transform:translateX(0)}.animate-on-scroll.scale{transform:scale(.8)}.animate-on-scroll.scale.animated{transform:scale(1)}.dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:998}.profile-dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;width:280px;background:#fff;box-shadow:0 0 13px 0 rgba(236,236,241,.44);border-radius:8px;z-index:999;max-height:calc(100vh - 100px);overflow-y:auto}.profile-dropdown-menu #sidebar-menu{padding:21px 17px 17px}.profile-dropdown{position:absolute;top:100%;right:0;background:white;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);min-width:250px;max-width:280px;z-index:1000;margin-top:8px;animation:dropdownFadeIn .2s ease-out;max-height:70vh;overflow-y:auto;text-align:left}.profile-dropdown:hover{display:block}.header-customize-item.account,.header-customize-item.account>div{pointer-events:auto}.profile-dropdown:before{content:"";position:absolute;top:-6px;right:20px;width:12px;height:12px;background:white;border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5;transform:rotate(45deg)}.dropdown-header{display:none;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:12px 12px 0 0}.dropdown-header span{font-weight:600;color:#374151;font-size:16px}.close-btn{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.close-btn:hover{background-color:#e5e7eb;color:#374151}.profile-dropdown .dropdown-menu-list{padding:0}.profile-dropdown .dropdown-menu-group{border-bottom:1px solid #f3f4f6}.profile-dropdown .dropdown-menu-group:last-child{border-bottom:none}.profile-dropdown .dropdown-menu-item{display:flex;align-items:center;justify-content:flex-start;padding:10px 16px;text-decoration:none;color:#121212;font-size:14px;font-weight:500;text-transform:capitalize;transition:all .4s ease;width:100%;text-align:left;margin:0;border:none;background:none;cursor:pointer;position:relative}.profile-dropdown .dropdown-menu-item:hover{background-color:#f5f5f2;color:#000000}.profile-dropdown .dropdown-menu-item.logout-item{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:13.5px}.profile-dropdown .dropdown-menu-item span{margin-right:8px;font-size:18px;color:#121212;min-width:20px;text-align:center}.profile-dropdown .dropdown-menu-item:hover span{color:#000000}.profile-dropdown .dropdown-menu-parent{display:flex;align-items:center;padding:10px 16px;text-decoration:none;color:#121212;font-size:14px;font-weight:500;text-transform:capitalize;transition:all .4s ease;width:100%;text-align:left;margin:0;border:none;background:none;cursor:pointer;position:relative}.profile-dropdown .dropdown-menu-parent:hover{background-color:#f5f5f2;color:#000000}.profile-dropdown .dropdown-menu-parent span{margin-right:8px;font-size:18px;color:#121212;min-width:20px;text-align:center}.profile-dropdown .dropdown-menu-parent:hover span{color:#000000}.profile-dropdown .dropdown-menu-parent .dropdown-arrow{margin-left:auto;margin-right:15px;font-size:1rem;transition:transform .2s ease;color:#121212;position:absolute;right:15px;display:inline-block}.profile-dropdown .dropdown-menu-parent .dropdown-arrow:after{content:"\e9a2";font-family:icomoon;display:inline-block;transition:transform .2s}.profile-dropdown .dropdown-menu-parent.open .dropdown-arrow:after{transform:rotate(-180deg)}.profile-dropdown .dropdown-submenu{background-color:#fff;padding:0;border-top:1px solid #e5e7eb}.profile-dropdown .dropdown-submenu.nested{background-color:#fff;padding-left:0}.profile-dropdown .dropdown-submenu .dropdown-menu-item{padding:.4rem 1.5rem .4rem 2rem;font-size:15px;color:#64666c;font-weight:500}.profile-dropdown .dropdown-submenu .dropdown-menu-item:before{content:"";width:7px;height:2px;margin-right:4px;background-color:#64666c;position:absolute;left:1.5rem;top:50%;transform:translateY(-50%)}.profile-dropdown .dropdown-submenu .dropdown-menu-item:hover{background-color:#f5f5f2;color:#000000}.profile-dropdown .dropdown-submenu .dropdown-menu-item:hover:before{background-color:#000000}.profile-dropdown .dropdown-submenu.nested .dropdown-menu-item{padding-left:4.5rem;font-size:14px}.profile-dropdown .dropdown-submenu .dropdown-menu-parent.nested{padding:.4rem 1.5rem .4rem 2rem;font-size:15px;color:#64666c;font-weight:500}.profile-dropdown .dropdown-submenu .dropdown-menu-parent.nested:before{content:"";width:7px;height:2px;margin-right:4px;background-color:#64666c;position:absolute;left:1.5rem;top:50%;transform:translateY(-50%)}.profile-dropdown .dropdown-submenu .dropdown-menu-parent.nested:hover{background-color:#f5f5f2;color:#000000}.profile-dropdown .dropdown-submenu .dropdown-menu-parent.nested:hover:before{background-color:#000000}.profile-dropdown .dropdown-submenu.nested .dropdown-menu-parent.nested{padding-left:4.5rem;font-size:14px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.dropdown-backdrop{display:block}.profile-dropdown,.profile-dropdown-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);right:auto;min-width:280px;max-width:90vw;max-height:80vh;margin-top:0;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.2)}.profile-dropdown:before{display:none}.profile-dropdown .dropdown-menu-item,.profile-dropdown .dropdown-menu-parent{padding:12px 20px;font-size:14px}.profile-dropdown .dropdown-menu-item span,.profile-dropdown .dropdown-menu-parent span{font-size:16px;margin-right:8px}.dropdown-header{display:flex}}@media (max-width:480px){.profile-dropdown{min-width:360px;max-width:85vw}.profile-dropdown .dropdown-menu-item,.profile-dropdown .dropdown-menu-parent{padding:10px 18px;font-size:14px}}.color-1{background-color:#fff!important;color:#111!important}.color-1 .accent,.color-1 .gray,.color-1 .muted,.color-1 .secondary{color:#64666c!important}.color-2 #header.style-absolute #main-nav #menu-primary-menu>li.current-item>a,.color-2 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a,.color-2 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a #menu-primary-menu>li.current-item>a,.color-2 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item a,.color-2 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover a,.color-2 #main-nav #menu-primary-menu>li .sub-menu .menu-item.current-item a,.color-2 #main-nav #menu-primary-menu>li .sub-menu .menu-item:hover a,.color-2 #main-nav #menu-primary-menu>li .sub-menu .nav-menu-item:hover a,.color-2 #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover>a,.color-2 #menu-primary-menu>li>a:hover,.color-2 .bg-coupon a,.color-2 .blog .list-blog .widget-blog-1 .main-title a:hover,.color-2 .blog-detail-side-bar-content .nav-links .title-post a,.color-2 .box-latest .box-content h3 a:hover,.color-2 .box-latest .heading .tag,.color-2 .cv-form-details .list-infor li .detail a,.color-2 .employer-block .box-content h3 a:hover,.color-2 .features-job .job-archive-header h3 a:hover,.color-2 .features-job .job-archive-header h4 a,.color-2 .features-job.style-3 .box-content h3 a:hover,.color-2 .features-job.style-3 .box-content h4 a,.color-2 .group-form #amount,.color-2 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item:hover .nav-menu-item.current-item>a,.color-2 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item>a,.color-2 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item>a,.color-2 .icon-call-calling .path1:before,.color-2 .icon-call-calling .path2:before,.color-2 .icon-call-calling .path3:before,.color-2 .icon-call-calling .path4:before,.color-2 .job-category-box .btn-category-job,.color-2 .job-category-box h1 a:hover,.color-2 .menu-mobile-popup #menu-primary-menu .current-item>a,.color-2 .navigation-menu-footer li a:hover,.color-2 .nice-select .option.selected,.color-2 .salary-slider-one .salary-outer,.color-2 .shopping-cart .coupon .cp-form .btn i,.color-2 .sl-icon-box .icon-content h5 a:hover,.color-2 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover,.color-2 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover span:before,.color-2 .sticky-area-wrap .header-ct-right .bell .sub-notification-heading span,.color-2 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .status,.color-2 .sub-categorie .group-menu-category ul li a:hover,.color-2 .sub-categorie ul.pop-up li.active span:before,.color-2 .sub-categorie ul.pop-up li:hover span:before,.color-2 .sub-categorie-mobile .pop-up .categories-mobile:hover>a,.color-2 .sub-categorie-mobile .pop-up .categories-mobilea:active>a,.color-2 .sub-categorie-mobile ul.pop-up li.active span:before,.color-2 .sub-categorie-mobile ul.pop-up li:hover span:before,.color-2 .tf-button span,.color-2 .tf-iconbox.style-3 .box-content button,.color-2 .tf-sl2.wd-review-job.thumb2 .tes-box .number,.color-2 .wd-form-login .group-ant-choice a,.color-2 .wd-form-login .menu-tab li.active,.color-2 .wd-form-login .menu-tab li:hover,.color-2 .wd-job-author2 .content-left .content .category,.color-2 .wd-job-location .content .category:hover,.color-2 .wd-job-location .content h6 a:hover,.color-2 .wd-testimonials .author-group .position,.color-2 .wd-thum-career .job-archive-header .career-info li:first-child,.color-2 .widget-blog-1 .sub-title,.color-2 .widget-comment-wrap .content-post .button a,.color-2 .widget-filter button:hover,.color-2 .widget-side-bar .categories-wrap .categories-item:hover a,.color-2 .wrapper-author-page-title .tf-btn:first-child,.color-2 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head,.color-2 .wrapper-author-page-title.style2 .wd-author-page-title h4 a,.color-2 a:focus,.color-2 a:hover{color:#8b91dd}.color-2 .tf-iconbox .icon svg path,.color-2 .wd-review-job .icon-review .icon svg path,.color-2 .wd-review-job.thumb1 .trader-box .icon svg circle,.color-2 .wd-review-job.thumb1 .trader-box .icon svg path{stroke:#8b91dd}.color-2 .group-icon .sl-icon-box.box:hover .icon svg path,.color-2 .wd-review-job.contentbox1 .icon svg path{fill:#8b91dd}.color-2 .bg-coupon,.color-2 .btn-primary,.color-2 .btn-primary:hover,.color-2 .cv-road-map .inner .dot-icon,.color-2 .employer-block.style-2 .inner-box .button-readmore button,.color-2 .employer-block.style-3 .inner-box button,.color-2 .employer-block.wd-shop.stc .btn-employer,.color-2 .employer-block:hover,.color-2 .features-job.ct-tab.active,.color-2 .features-job.style-3.mb1:hover,.color-2 .features-job.style-3:hover,.color-2 .features-job:hover,.color-2 .group-form .ui-slider-handle,.color-2 .group-pricing-v1.st2 .pricing-box.active,.color-2 .group-pricing-v1.st2 .pricing-box:hover,.color-2 .group-select-display .btn-display.active,.color-2 .group-select-display .btn-display:hover,.color-2 .group-select-display .menu-tab .ct-tab.active,.color-2 .job-article.single-job .menu-tab li.active,.color-2 .menu-mobile-popup .button a,.color-2 .navigation-menu-footer li a:after,.color-2 .pricing-box .btn,.color-2 .pricing-box .btn:hover,.color-2 .pricing-box.active .btn,.color-2 .salary-slider-one .ui-widget-content .ui-state-default,.color-2 .shopping-cart .coupon .cp-form .btn,.color-2 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .time:before,.color-2 .sticky-area-wrap .header-ct-right .button a,.color-2 .tab-term li.active,.color-2 .tab-term li:hover,.color-2 .tf-btn,.color-2 .tf-button.style-1,.color-2 .tf-iconbox.style-3:hover,.color-2 .wd-cv-item .profile h4,.color-2 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-2 .wd-findjob-filer .button-filter,.color-2 .wd-form-login button,.color-2 .wd-review-job .list-review2 li.active:before,.color-2 .wd-review-job .list-review2 li:hover:before,.color-2 .widget-filter button,.color-2 .widget-filter button:hover,.color-2 .wrapper-author-page-title .tf-btn:hover,.color-2 .wrapper-author-page-title.style2 .btn-author,.color-2 .wrapper-author-page-title.style2 .btn-author:hover,.color-2 .wrapper-author-page-title.style2 .btn-popup{border-color:#8b91dd}.color-2 #header.style-absolute #main-nav #menu-primary-menu li.current-item>a:after,.color-2 #header.style-absolute #main-nav #menu-primary-menu li:hover>a:after,.color-2 #main-nav #menu-primary-menu li.current-item a:after,.color-2 #main-nav #menu-primary-menu li:hover a:after,.color-2 #scroll-top:before,.color-2 #subscribe-form button,.color-2 .banner-contact-v1 a,.color-2 .box-latest .heading .tag:hover,.color-2 .btn-primary,.color-2 .btn-primary:hover,.color-2 .cv-form-details .btn-dowload,.color-2 .cv-form-details .form-job-single button,.color-2 .cv-form-details .wd-social ul li a:hover,.color-2 .cv-road-map:after,.color-2 .employer-block.style-2 .inner-box .button-readmore button:hover,.color-2 .employer-block.style-3 .inner-box button:hover,.color-2 .employer-block.wd-shop.stc .btn-employer:hover,.color-2 .features-job .inner-box .button-readmore .btn-apply,.color-2 .features-job .inner-box .button-readmore button.btn-apply,.color-2 .features-job .job-archive-footer .job-tag li a:hover,.color-2 .features-job.style-2.stc-apply .job-footer-right span.icon-dollar,.color-2 .features-job.style-3 .category .job-tag li a:hover,.color-2 .features-job.style-3 .group-btn button,.color-2 .form-candidate button,.color-2 .frag-btn:hover,.color-2 .group-form .ui-slider-range,.color-2 .group-pricing-v1 .menu-tab li.active,.color-2 .group-pricing-v1 .menu-tab li:hover,.color-2 .group-pricing-v1.st2 .pricing-box.active,.color-2 .group-pricing-v1.st2 .pricing-box:hover,.color-2 .group-select-display .btn-display.active,.color-2 .group-select-display .btn-display:hover,.color-2 .infor-contact-v1,.color-2 .list-social li a:hover,.color-2 .menu-mobile-popup .menu-tab .user-tag.active,.color-2 .pagination-job li a:hover,.color-2 .pagination-job li.current a,.color-2 .pricing-box .btn:hover,.color-2 .pricing-box .group-tag .tag2,.color-2 .pricing-box.active .btn,.color-2 .progress-item .donat-bg .custom-donat,.color-2 .rating-review .right-rating .rating-details .donat-bg .custom-donat,.color-2 .salary-slider-one .ui-slider .ui-slider-range,.color-2 .select-language .dropdown-item.active,.color-2 .select-language .dropdown-item:active,.color-2 .shop-details .shop-content button,.color-2 .shopping-cart .coupon .group-ip button,.color-2 .shopping-cart .list-shop li .quantity .btn-quantity.active,.color-2 .shopping-cart .list-shop li .quantity .btn-quantity:hover,.color-2 .shopping-cart .view-cart .btn,.color-2 .sticky-area-wrap .header-ct-right .bell .sub-notification-button,.color-2 .sticky-area-wrap .header-ct-right .bell:after,.color-2 .sticky-area-wrap .header-ct-right .button a:hover,.color-2 .switcher-container h2 a,.color-2 .tf-btn-submit,.color-2 .tf-btn:hover,.color-2 .tf-button.style-1:hover,.color-2 .wd-author-page-title .tag-head,.color-2 .wd-cv-item .item-group .content-left:after,.color-2 .wd-cv-skill .progress-item .donat-bg .custom-donat:after,.color-2 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-2 .wd-findjob-filer .button-filter:hover,.color-2 .wd-form-login button,.color-2 .wd-job-author2 .content-left .content .tags a:hover,.color-2 .wd-job-author2 .content-right .price .icon-dollar,.color-2 .wd-job-author2 .content-right .top .btn,.color-2 .wd-meta-select-job button,.color-2 .wd-meta-select-job button.btn-pri,.color-2 .wd-payment .btn-payment,.color-2 .wd-review-job .list-review2 li.active:before,.color-2 .wd-review-job .list-review2 li:hover:before,.color-2 .wd-review-job.page-text.stc .tf-button,.color-2 .wd-thum-career .career-tag li a:hover,.color-2 .widget-blog-1 .sub-title:hover,.color-2 .widget-filter button,.color-2 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-2 .wrap-testimonials .menu-tab .user-tag.active,.color-2 .wrapper-author-page-title.style2 .btn-author:hover,.color-2 .wrapper-author-page-title.style2 .btn-popup,.color-2 button.btn-find{background-color:#8b91dd}.color-2 .features-job.style-3 .group-btn button:hover,.color-2 button.btn-find:hover{background-color:#8b91dd;opacity:.9}.color-2 .group-input input[name=radio]{accent-color:#8b91dd}.color-2 .wd-form-login .menu-tab li.active,.color-2 .wd-form-login .menu-tab li:hover,.color-2 .wd-thum-career .job-archive-header .career-info li:first-child,.color-2 .widget-blog-1 .sub-title,.color-2 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head{background:rgba(139,145,221,.1)}.color-2 .wrapper-author-page-title .btn-author:hover{background:rgba(0,0,0,0)}.color-2 .tf-btn:hover,.color-2 .widget-blog-1 .sub-title:hover,.color-2 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-2 .wrapper-author-page-title .tf-btn.btn-popup,.color-2 .wrapper-author-page-title .tf-btn:first-child:hover{color:#fff}.color-2 .menu-item .current-item{color:#8b91dd!important}.color-3 #header.style-absolute #main-nav #menu-primary-menu>li.current-item>a,.color-3 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a,.color-3 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a #menu-primary-menu>li.current-item>a,.color-3 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item a,.color-3 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover a,.color-3 #main-nav #menu-primary-menu>li .sub-menu .menu-item.current-item a,.color-3 #main-nav #menu-primary-menu>li .sub-menu .menu-item:hover a,.color-3 #main-nav #menu-primary-menu>li .sub-menu .nav-menu-item:hover a,.color-3 #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover>a,.color-3 #menu-primary-menu>li>a:hover,.color-3 .bg-coupon a,.color-3 .blog .list-blog .widget-blog-1 .main-title a:hover,.color-3 .blog-detail-side-bar-content .nav-links .title-post a,.color-3 .box-latest .box-content h3 a:hover,.color-3 .box-latest .heading .tag,.color-3 .cv-form-details .list-infor li .detail a,.color-3 .employer-block .box-content h3 a:hover,.color-3 .features-job .job-archive-header h3 a:hover,.color-3 .features-job .job-archive-header h4 a,.color-3 .features-job.style-3 .box-content h3 a:hover,.color-3 .features-job.style-3 .box-content h4 a,.color-3 .group-form #amount,.color-3 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item:hover .nav-menu-item.current-item>a,.color-3 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item>a,.color-3 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item>a,.color-3 .icon-call-calling .path1:before,.color-3 .icon-call-calling .path2:before,.color-3 .icon-call-calling .path3:before,.color-3 .icon-call-calling .path4:before,.color-3 .job-category-box .btn-category-job,.color-3 .job-category-box h1 a:hover,.color-3 .menu-mobile-popup #menu-primary-menu .current-item>a,.color-3 .navigation-menu-footer li a:hover,.color-3 .nice-select .option.selected,.color-3 .salary-slider-one .salary-outer,.color-3 .shopping-cart .coupon .cp-form .btn i,.color-3 .sl-icon-box .icon-content h5 a:hover,.color-3 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover,.color-3 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover span:before,.color-3 .sticky-area-wrap .header-ct-right .bell .sub-notification-heading span,.color-3 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .status,.color-3 .sub-categorie .group-menu-category ul li a:hover,.color-3 .sub-categorie ul.pop-up li.active span:before,.color-3 .sub-categorie ul.pop-up li:hover span:before,.color-3 .sub-categorie-mobile .pop-up .categories-mobile:hover>a,.color-3 .sub-categorie-mobile .pop-up .categories-mobilea:active>a,.color-3 .sub-categorie-mobile ul.pop-up li.active span:before,.color-3 .sub-categorie-mobile ul.pop-up li:hover span:before,.color-3 .tf-button span,.color-3 .tf-iconbox.style-3 .box-content button,.color-3 .tf-sl2.wd-review-job.thumb2 .tes-box .number,.color-3 .wd-form-login .group-ant-choice a,.color-3 .wd-form-login .menu-tab li.active,.color-3 .wd-form-login .menu-tab li:hover,.color-3 .wd-job-author2 .content-left .content .category,.color-3 .wd-job-location .content .category:hover,.color-3 .wd-job-location .content h6 a:hover,.color-3 .wd-testimonials .author-group .position,.color-3 .wd-thum-career .job-archive-header .career-info li:first-child,.color-3 .widget-blog-1 .sub-title,.color-3 .widget-comment-wrap .content-post .button a,.color-3 .widget-filter button:hover,.color-3 .widget-side-bar .categories-wrap .categories-item:hover a,.color-3 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head,.color-3 .wrapper-author-page-title.style2 .wd-author-page-title h4 a,.color-3 a:focus,.color-3 a:hover{color:#fb236a}.color-3 .tf-iconbox .icon svg path,.color-3 .wd-review-job .icon-review .icon svg path,.color-3 .wd-review-job.thumb1 .trader-box .icon svg circle,.color-3 .wd-review-job.thumb1 .trader-box .icon svg path{stroke:#fb236a}.color-3 .group-icon .sl-icon-box.box:hover .icon svg path,.color-3 .wd-review-job.contentbox1 .icon svg path{fill:#fb236a}.color-3 .bg-coupon,.color-3 .btn-primary,.color-3 .btn-primary:hover,.color-3 .cv-road-map .inner .dot-icon,.color-3 .employer-block.style-2 .inner-box .button-readmore button,.color-3 .employer-block.style-3 .inner-box button,.color-3 .employer-block.wd-shop.stc .btn-employer,.color-3 .employer-block:hover,.color-3 .features-job.ct-tab.active,.color-3 .features-job.style-3.mb1:hover,.color-3 .features-job.style-3:hover,.color-3 .features-job:hover,.color-3 .group-form .ui-slider-handle,.color-3 .group-select-display .btn-display.active,.color-3 .group-select-display .btn-display:hover,.color-3 .group-select-display .menu-tab .ct-tab.active,.color-3 .job-article.single-job .menu-tab li.active,.color-3 .menu-mobile-popup .button a,.color-3 .navigation-menu-footer li a:after,.color-3 .pricing-box .btn,.color-3 .salary-slider-one .ui-widget-content .ui-state-default,.color-3 .shopping-cart .coupon .cp-form .btn,.color-3 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .time:before,.color-3 .sticky-area-wrap .header-ct-right .button a,.color-3 .tab-term li.active,.color-3 .tab-term li:hover,.color-3 .tf-btn,.color-3 .tf-button.style-1,.color-3 .tf-iconbox.style-3:hover,.color-3 .wd-cv-item .profile h4,.color-3 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-3 .wd-findjob-filer .button-filter,.color-3 .wd-form-login button,.color-3 .wd-review-job .list-review2 li.active:before,.color-3 .wd-review-job .list-review2 li:hover:before,.color-3 .widget-filter button,.color-3 .widget-filter button:hover,.color-3 .wrapper-author-page-title .tf-btn:hover,.color-3 .wrapper-author-page-title.style2 .btn-author,.color-3 .wrapper-author-page-title.style2 .btn-author:hover,.color-3 .wrapper-author-page-title.style2 .btn-popup{border-color:#fb236a}.color-3 #header.style-absolute #main-nav #menu-primary-menu li.current-item>a:after,.color-3 #header.style-absolute #main-nav #menu-primary-menu li:hover>a:after,.color-3 #main-nav #menu-primary-menu li.current-item a:after,.color-3 #main-nav #menu-primary-menu li:hover a:after,.color-3 #scroll-top:before,.color-3 #subscribe-form button,.color-3 .banner-contact-v1 a,.color-3 .box-latest .heading .tag:hover,.color-3 .btn-primary,.color-3 .btn-primary:hover,.color-3 .cv-form-details .btn-dowload,.color-3 .cv-form-details .form-job-single button,.color-3 .cv-form-details .wd-social ul li a:hover,.color-3 .cv-road-map:after,.color-3 .employer-block.style-2 .inner-box .button-readmore button:hover,.color-3 .employer-block.style-3 .inner-box button:hover,.color-3 .employer-block.wd-shop.stc .btn-employer:hover,.color-3 .features-job .inner-box .button-readmore .btn-apply,.color-3 .features-job .inner-box .button-readmore button.btn-apply,.color-3 .features-job .job-archive-footer .job-tag li a:hover,.color-3 .features-job.style-2.stc-apply .job-footer-right span.icon-dollar,.color-3 .features-job.style-3 .category .job-tag li a:hover,.color-3 .features-job.style-3 .group-btn button,.color-3 .form-candidate button,.color-3 .frag-btn:hover,.color-3 .group-form .ui-slider-range,.color-3 .group-pricing-v1 .menu-tab li.active,.color-3 .group-pricing-v1 .menu-tab li:hover,.color-3 .group-pricing-v1.st2 .pricing-box.active,.color-3 .group-pricing-v1.st2 .pricing-box:hover,.color-3 .group-select-display .btn-display.active,.color-3 .group-select-display .btn-display:hover,.color-3 .infor-contact-v1,.color-3 .list-social li a:hover,.color-3 .menu-mobile-popup .menu-tab .user-tag.active,.color-3 .pagination-job li a:hover,.color-3 .pagination-job li.current a,.color-3 .pricing-box .btn:hover,.color-3 .pricing-box .group-tag .tag2,.color-3 .pricing-box.active .btn,.color-3 .progress-item .donat-bg .custom-donat,.color-3 .rating-review .right-rating .rating-details .donat-bg .custom-donat,.color-3 .salary-slider-one .ui-slider .ui-slider-range,.color-3 .select-language .dropdown-item.active,.color-3 .select-language .dropdown-item:active,.color-3 .shop-details .shop-content button,.color-3 .shopping-cart .coupon .group-ip button,.color-3 .shopping-cart .list-shop li .quantity .btn-quantity.active,.color-3 .shopping-cart .list-shop li .quantity .btn-quantity:hover,.color-3 .shopping-cart .view-cart .btn,.color-3 .sticky-area-wrap .header-ct-right .bell .sub-notification-button,.color-3 .sticky-area-wrap .header-ct-right .bell:after,.color-3 .sticky-area-wrap .header-ct-right .button a:hover,.color-3 .switcher-container h2 a,.color-3 .tf-btn-submit,.color-3 .tf-btn:hover,.color-3 .tf-button.style-1:hover,.color-3 .wd-author-page-title .tag-head,.color-3 .wd-cv-item .item-group .content-left:after,.color-3 .wd-cv-skill .progress-item .donat-bg .custom-donat:after,.color-3 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-3 .wd-findjob-filer .button-filter:hover,.color-3 .wd-form-login button,.color-3 .wd-job-author2 .content-left .content .tags a:hover,.color-3 .wd-job-author2 .content-right .price .icon-dollar,.color-3 .wd-job-author2 .content-right .top .btn,.color-3 .wd-meta-select-job button,.color-3 .wd-meta-select-job button.btn-pri,.color-3 .wd-payment .btn-payment,.color-3 .wd-review-job .list-review2 li.active:before,.color-3 .wd-review-job .list-review2 li:hover:before,.color-3 .wd-review-job.page-text.stc .tf-button,.color-3 .wd-thum-career .career-tag li a:hover,.color-3 .widget-blog-1 .sub-title:hover,.color-3 .widget-filter button,.color-3 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-3 .wrap-testimonials .menu-tab .user-tag.active,.color-3 .wrapper-author-page-title.style2 .btn-author:hover,.color-3 .wrapper-author-page-title.style2 .btn-popup,.color-3 button.btn-find{background-color:#fb236a}.color-3 .features-job.style-3 .group-btn button:hover,.color-3 button.btn-find:hover{background-color:#fb236a;opacity:.9}.color-3 .group-input input[name=radio]{accent-color:#fb236a}.color-3 .wd-form-login .menu-tab li.active,.color-3 .wd-form-login .menu-tab li:hover,.color-3 .wd-thum-career .job-archive-header .career-info li:first-child,.color-3 .widget-blog-1 .sub-title,.color-3 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head{background:rgba(251,35,106,.1)}.color-3 .wrapper-author-page-title .btn-author:hover{background:rgba(0,0,0,0)}.color-3 .tf-btn:hover,.color-3 .widget-blog-1 .sub-title:hover,.color-3 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-3 .wrapper-author-page-title .tf-btn.btn-popup,.color-3 .wrapper-author-page-title .tf-btn:first-child:hover{color:#fff}.color-3 .menu-item .current-item{color:#fb236a!important}.color-4 #header.style-absolute #main-nav #menu-primary-menu>li.current-item>a,.color-4 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a,.color-4 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a #menu-primary-menu>li.current-item>a,.color-4 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item a,.color-4 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover a,.color-4 #main-nav #menu-primary-menu>li .sub-menu .menu-item.current-item a,.color-4 #main-nav #menu-primary-menu>li .sub-menu .menu-item:hover a,.color-4 #main-nav #menu-primary-menu>li .sub-menu .nav-menu-item:hover a,.color-4 #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover>a,.color-4 #menu-primary-menu>li>a:hover,.color-4 .bg-coupon a,.color-4 .blog .list-blog .widget-blog-1 .main-title a:hover,.color-4 .blog-detail-side-bar-content .nav-links .title-post a,.color-4 .box-latest .box-content h3 a:hover,.color-4 .box-latest .heading .tag,.color-4 .cv-form-details .list-infor li .detail a,.color-4 .employer-block .box-content h3 a:hover,.color-4 .features-job .job-archive-header h3 a:hover,.color-4 .features-job .job-archive-header h4 a,.color-4 .features-job.style-3 .box-content h3 a:hover,.color-4 .features-job.style-3 .box-content h4 a,.color-4 .group-form #amount,.color-4 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item:hover .nav-menu-item.current-item>a,.color-4 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item>a,.color-4 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item>a,.color-4 .icon-call-calling .path1:before,.color-4 .icon-call-calling .path2:before,.color-4 .icon-call-calling .path3:before,.color-4 .icon-call-calling .path4:before,.color-4 .job-category-box .btn-category-job,.color-4 .job-category-box h1 a:hover,.color-4 .menu-mobile-popup #menu-primary-menu .current-item>a,.color-4 .navigation-menu-footer li a:hover,.color-4 .nice-select .option.selected,.color-4 .salary-slider-one .salary-outer,.color-4 .shopping-cart .coupon .cp-form .btn i,.color-4 .sl-icon-box .icon-content h5 a:hover,.color-4 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover,.color-4 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover span:before,.color-4 .sticky-area-wrap .header-ct-right .bell .sub-notification-heading span,.color-4 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .status,.color-4 .sub-categorie .group-menu-category ul li a:hover,.color-4 .sub-categorie ul.pop-up li.active span:before,.color-4 .sub-categorie ul.pop-up li:hover span:before,.color-4 .sub-categorie-mobile .pop-up .categories-mobile:hover>a,.color-4 .sub-categorie-mobile .pop-up .categories-mobilea:active>a,.color-4 .sub-categorie-mobile ul.pop-up li.active span:before,.color-4 .sub-categorie-mobile ul.pop-up li:hover span:before,.color-4 .tf-button span,.color-4 .tf-iconbox.style-3 .box-content button,.color-4 .tf-sl2.wd-review-job.thumb2 .tes-box .number,.color-4 .wd-form-login .group-ant-choice a,.color-4 .wd-form-login .menu-tab li.active,.color-4 .wd-form-login .menu-tab li:hover,.color-4 .wd-job-author2 .content-left .content .category,.color-4 .wd-job-location .content .category:hover,.color-4 .wd-job-location .content h6 a:hover,.color-4 .wd-testimonials .author-group .position,.color-4 .wd-thum-career .job-archive-header .career-info li:first-child,.color-4 .widget-blog-1 .sub-title,.color-4 .widget-comment-wrap .content-post .button a,.color-4 .widget-filter button:hover,.color-4 .widget-side-bar .categories-wrap .categories-item:hover a,.color-4 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head,.color-4 .wrapper-author-page-title.style2 .wd-author-page-title h4 a,.color-4 a:focus,.color-4 a:hover{color:#1967d2}.color-4 .tf-iconbox .icon svg path,.color-4 .wd-review-job .icon-review .icon svg path,.color-4 .wd-review-job.thumb1 .trader-box .icon svg circle,.color-4 .wd-review-job.thumb1 .trader-box .icon svg path{stroke:#1967d2}.color-4 .group-icon .sl-icon-box.box:hover .icon svg path,.color-4 .wd-review-job.contentbox1 .icon svg path{fill:#1967d2}.color-4 .bg-coupon,.color-4 .btn-primary,.color-4 .btn-primary:hover,.color-4 .cv-road-map .inner .dot-icon,.color-4 .employer-block.style-2 .inner-box .button-readmore button,.color-4 .employer-block.style-3 .inner-box button,.color-4 .employer-block.wd-shop.stc .btn-employer,.color-4 .employer-block:hover,.color-4 .features-job.ct-tab.active,.color-4 .features-job.style-3.mb1:hover,.color-4 .features-job.style-3:hover,.color-4 .features-job:hover,.color-4 .group-form .ui-slider-handle,.color-4 .group-select-display .btn-display.active,.color-4 .group-select-display .btn-display:hover,.color-4 .group-select-display .menu-tab .ct-tab.active,.color-4 .job-article.single-job .menu-tab li.active,.color-4 .menu-mobile-popup .button a,.color-4 .navigation-menu-footer li a:after,.color-4 .pricing-box .btn,.color-4 .salary-slider-one .ui-widget-content .ui-state-default,.color-4 .shopping-cart .coupon .cp-form .btn,.color-4 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .time:before,.color-4 .sticky-area-wrap .header-ct-right .button a,.color-4 .tab-term li.active,.color-4 .tab-term li:hover,.color-4 .tf-btn,.color-4 .tf-button.style-1,.color-4 .tf-iconbox.style-3:hover,.color-4 .wd-cv-item .profile h4,.color-4 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-4 .wd-findjob-filer .button-filter,.color-4 .wd-form-login button,.color-4 .wd-review-job .list-review2 li.active:before,.color-4 .wd-review-job .list-review2 li:hover:before,.color-4 .widget-filter button,.color-4 .widget-filter button:hover,.color-4 .wrapper-author-page-title .tf-btn:hover,.color-4 .wrapper-author-page-title.style2 .btn-author,.color-4 .wrapper-author-page-title.style2 .btn-author:hover,.color-4 .wrapper-author-page-title.style2 .btn-popup{border-color:#1967d2}.color-4 #header.style-absolute #main-nav #menu-primary-menu li.current-item>a:after,.color-4 #header.style-absolute #main-nav #menu-primary-menu li:hover>a:after,.color-4 #main-nav #menu-primary-menu li.current-item a:after,.color-4 #main-nav #menu-primary-menu li:hover a:after,.color-4 #scroll-top:before,.color-4 #subscribe-form button,.color-4 .banner-contact-v1 a,.color-4 .box-latest .heading .tag:hover,.color-4 .btn-primary,.color-4 .btn-primary:hover,.color-4 .cv-form-details .btn-dowload,.color-4 .cv-form-details .form-job-single button,.color-4 .cv-form-details .wd-social ul li a:hover,.color-4 .cv-road-map:after,.color-4 .employer-block.style-2 .inner-box .button-readmore button:hover,.color-4 .employer-block.style-3 .inner-box button:hover,.color-4 .employer-block.wd-shop.stc .btn-employer:hover,.color-4 .features-job .inner-box .button-readmore .btn-apply,.color-4 .features-job .inner-box .button-readmore button.btn-apply,.color-4 .features-job .job-archive-footer .job-tag li a:hover,.color-4 .features-job.style-2.stc-apply .job-footer-right span.icon-dollar,.color-4 .features-job.style-3 .category .job-tag li a:hover,.color-4 .features-job.style-3 .group-btn button,.color-4 .form-candidate button,.color-4 .frag-btn:hover,.color-4 .group-form .ui-slider-range,.color-4 .group-pricing-v1 .menu-tab li.active,.color-4 .group-pricing-v1 .menu-tab li:hover,.color-4 .group-pricing-v1.st2 .pricing-box.active,.color-4 .group-pricing-v1.st2 .pricing-box:hover,.color-4 .group-select-display .btn-display.active,.color-4 .group-select-display .btn-display:hover,.color-4 .infor-contact-v1,.color-4 .list-social li a:hover,.color-4 .menu-mobile-popup .menu-tab .user-tag.active,.color-4 .pagination-job li a:hover,.color-4 .pagination-job li.current a,.color-4 .pricing-box .btn:hover,.color-4 .pricing-box .group-tag .tag2,.color-4 .pricing-box.active .btn,.color-4 .progress-item .donat-bg .custom-donat,.color-4 .rating-review .right-rating .rating-details .donat-bg .custom-donat,.color-4 .salary-slider-one .ui-slider .ui-slider-range,.color-4 .select-language .dropdown-item.active,.color-4 .select-language .dropdown-item:active,.color-4 .shop-details .shop-content button,.color-4 .shopping-cart .coupon .group-ip button,.color-4 .shopping-cart .list-shop li .quantity .btn-quantity.active,.color-4 .shopping-cart .list-shop li .quantity .btn-quantity:hover,.color-4 .shopping-cart .view-cart .btn,.color-4 .sticky-area-wrap .header-ct-right .bell .sub-notification-button,.color-4 .sticky-area-wrap .header-ct-right .bell:after,.color-4 .sticky-area-wrap .header-ct-right .button a:hover,.color-4 .switcher-container h2 a,.color-4 .tf-btn-submit,.color-4 .tf-btn:hover,.color-4 .tf-button.style-1:hover,.color-4 .wd-author-page-title .tag-head,.color-4 .wd-cv-item .item-group .content-left:after,.color-4 .wd-cv-skill .progress-item .donat-bg .custom-donat:after,.color-4 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-4 .wd-findjob-filer .button-filter:hover,.color-4 .wd-form-login button,.color-4 .wd-job-author2 .content-left .content .tags a:hover,.color-4 .wd-job-author2 .content-right .price .icon-dollar,.color-4 .wd-job-author2 .content-right .top .btn,.color-4 .wd-meta-select-job button,.color-4 .wd-meta-select-job button.btn-pri,.color-4 .wd-payment .btn-payment,.color-4 .wd-review-job .list-review2 li.active:before,.color-4 .wd-review-job .list-review2 li:hover:before,.color-4 .wd-review-job.page-text.stc .tf-button,.color-4 .wd-thum-career .career-tag li a:hover,.color-4 .widget-blog-1 .sub-title:hover.widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-4 .widget-filter button,.color-4 .wrap-testimonials .menu-tab .user-tag.active,.color-4 .wrapper-author-page-title.style2 .btn-author:hover,.color-4 .wrapper-author-page-title.style2 .btn-popup,.color-4 button.btn-find{background-color:#1967d2}.color-4 .features-job.style-3 .group-btn button:hover,.color-4 button.btn-find:hover{background-color:#1967d2;opacity:.9}.color-4 .group-input input[name=radio]{accent-color:#1967d2}.color-4 .wd-form-login .menu-tab li.active,.color-4 .wd-form-login .menu-tab li:hover,.color-4 .wd-thum-career .job-archive-header .career-info li:first-child,.color-4 .widget-blog-1 .sub-title,.color-4 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head{background:rgba(25,103,210,.1)}.color-4 .wrapper-author-page-title .btn-author:hover{background:rgba(0,0,0,0)}.color-4 .tf-btn:hover,.color-4 .widget-blog-1 .sub-title:hover,.color-4 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-4 .wrapper-author-page-title .tf-btn.btn-popup,.color-4 .wrapper-author-page-title .tf-btn:first-child:hover{color:#fff}.color-4 .menu-item .current-item{color:#1967d2!important}.color-5 #header.style-absolute #main-nav #menu-primary-menu>li.current-item>a,.color-5 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a,.color-5 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a #menu-primary-menu>li.current-item>a,.color-5 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item a,.color-5 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover a,.color-5 #main-nav #menu-primary-menu>li .sub-menu .menu-item.current-item a,.color-5 #main-nav #menu-primary-menu>li .sub-menu .menu-item:hover a,.color-5 #main-nav #menu-primary-menu>li .sub-menu .nav-menu-item:hover a,.color-5 #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover>a,.color-5 #menu-primary-menu>li>a:hover,.color-5 .bg-coupon a,.color-5 .blog .list-blog .widget-blog-1 .main-title a:hover,.color-5 .blog-detail-side-bar-content .nav-links .title-post a,.color-5 .box-latest .box-content h3 a:hover,.color-5 .box-latest .heading .tag,.color-5 .cv-form-details .list-infor li .detail a,.color-5 .employer-block .box-content h3 a:hover,.color-5 .features-job .job-archive-header h3 a:hover,.color-5 .features-job .job-archive-header h4 a,.color-5 .features-job.style-3 .box-content h3 a:hover,.color-5 .features-job.style-3 .box-content h4 a,.color-5 .group-form #amount,.color-5 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item:hover .nav-menu-item.current-item>a,.color-5 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item>a,.color-5 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item>a,.color-5 .icon-call-calling .path1:before,.color-5 .icon-call-calling .path2:before,.color-5 .icon-call-calling .path3:before,.color-5 .icon-call-calling .path4:before,.color-5 .job-category-box .btn-category-job,.color-5 .job-category-box h1 a:hover,.color-5 .menu-mobile-popup #menu-primary-menu .current-item>a,.color-5 .navigation-menu-footer li a:hover,.color-5 .nice-select .option.selected,.color-5 .salary-slider-one .salary-outer,.color-5 .shopping-cart .coupon .cp-form .btn i,.color-5 .sl-icon-box .icon-content h5 a:hover,.color-5 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover,.color-5 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover span:before,.color-5 .sticky-area-wrap .header-ct-right .bell .sub-notification-heading span,.color-5 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .status,.color-5 .sub-categorie .group-menu-category ul li a:hover,.color-5 .sub-categorie ul.pop-up li.active span:before,.color-5 .sub-categorie ul.pop-up li:hover span:before,.color-5 .sub-categorie-mobile .pop-up .categories-mobile:hover>a,.color-5 .sub-categorie-mobile .pop-up .categories-mobilea:active>a,.color-5 .sub-categorie-mobile ul.pop-up li.active span:before,.color-5 .sub-categorie-mobile ul.pop-up li:hover span:before,.color-5 .tf-button span,.color-5 .tf-iconbox.style-3 .box-content button,.color-5 .tf-sl2.wd-review-job.thumb2 .tes-box .number,.color-5 .wd-form-login .group-ant-choice a,.color-5 .wd-job-author2 .content-left .content .category,.color-5 .wd-job-location .content .category:hover,.color-5 .wd-job-location .content h6 a:hover,.color-5 .wd-testimonials .author-group .position,.color-5 .wd-thum-career .job-archive-header .career-info li:first-child,.color-5 .widget-blog-1 .sub-title,.color-5 .widget-comment-wrap .content-post .button a,.color-5 .widget-filter button:hover,.color-5 .widget-side-bar .categories-wrap .categories-item:hover a,.color-5 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head,.color-5 .wrapper-author-page-title.style2 .wd-author-page-title h4 a,.color-5 a:focus,.color-5 a:hover{color:#059669}.color-5 .tf-iconbox .icon svg path,.color-5 .wd-review-job .icon-review .icon svg path,.color-5 .wd-review-job.thumb1 .trader-box .icon svg circle,.color-5 .wd-review-job.thumb1 .trader-box .icon svg path{stroke:#059669}.color-5 .group-icon .sl-icon-box.box:hover .icon svg path,.color-5 .wd-review-job.contentbox1 .icon svg path{fill:#059669}.color-5 .bg-coupon,.color-5 .btn-primary,.color-5 .btn-primary:hover,.color-5 .cv-road-map .inner .dot-icon,.color-5 .employer-block.style-2 .inner-box .button-readmore button,.color-5 .employer-block.style-3 .inner-box button,.color-5 .employer-block.wd-shop.stc .btn-employer,.color-5 .employer-block:hover,.color-5 .features-job.ct-tab.active,.color-5 .features-job.style-3.mb1:hover,.color-5 .features-job.style-3:hover,.color-5 .features-job:hover,.color-5 .group-form .ui-slider-range,.color-5 .group-select-display .btn-display.active,.color-5 .group-select-display .btn-display:hover,.color-5 .group-select-display .menu-tab .ct-tab.active,.color-5 .job-article.single-job .menu-tab li.active,.color-5 .menu-mobile-popup .button a,.color-5 .navigation-menu-footer li a:after,.color-5 .pricing-box .btn,.color-5 .salary-slider-one .ui-widget-content .ui-state-default,.color-5 .shopping-cart .coupon .cp-form .btn,.color-5 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .time:before,.color-5 .sticky-area-wrap .header-ct-right .button a,.color-5 .tab-term li.active,.color-5 .tab-term li:hover,.color-5 .tf-btn,.color-5 .tf-button.style-1,.color-5 .tf-iconbox.style-3:hover,.color-5 .wd-cv-item .profile h4,.color-5 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-5 .wd-findjob-filer .button-filter,.color-5 .wd-form-login button,.color-5 .wd-review-job .list-review2 li.active:before,.color-5 .wd-review-job .list-review2 li:hover:before,.color-5 .widget-filter button,.color-5 .widget-filter button:hover,.color-5 .wrapper-author-page-title .tf-btn:hover,.color-5 .wrapper-author-page-title.style2 .btn-author,.color-5 .wrapper-author-page-title.style2 .btn-author:hover,.color-5 .wrapper-author-page-title.style2 .btn-popup{border-color:#059669}.color-5 #header.style-absolute #main-nav #menu-primary-menu li.current-item>a:after,.color-5 #header.style-absolute #main-nav #menu-primary-menu li:hover>a:after,.color-5 #main-nav #menu-primary-menu li.current-item a:after,.color-5 #main-nav #menu-primary-menu li:hover a:after,.color-5 #scroll-top:before,.color-5 #subscribe-form button,.color-5 .banner-contact-v1 a,.color-5 .box-latest .heading .tag:hover,.color-5 .btn-primary,.color-5 .btn-primary:hover,.color-5 .cv-form-details .btn-dowload,.color-5 .cv-form-details .form-job-single button,.color-5 .cv-form-details .wd-social ul li a:hover,.color-5 .cv-road-map:after,.color-5 .employer-block.style-2 .inner-box .button-readmore button:hover,.color-5 .employer-block.style-3 .inner-box button:hover,.color-5 .employer-block.wd-shop.stc .btn-employer:hover,.color-5 .features-job .inner-box .button-readmore .btn-apply,.color-5 .features-job .inner-box .button-readmore button.btn-apply,.color-5 .features-job .job-archive-footer .job-tag li a:hover,.color-5 .features-job.style-2.stc-apply .job-footer-right span.icon-dollar,.color-5 .features-job.style-3 .category .job-tag li a:hover,.color-5 .features-job.style-3 .group-btn button,.color-5 .form-candidate button,.color-5 .frag-btn:hover,.color-5 .group-form .ui-slider-range,.color-5 .group-pricing-v1 .menu-tab li.active,.color-5 .group-pricing-v1 .menu-tab li:hover,.color-5 .group-pricing-v1.st2 .pricing-box.active,.color-5 .group-pricing-v1.st2 .pricing-box:hover,.color-5 .group-select-display .btn-display.active,.color-5 .group-select-display .btn-display:hover,.color-5 .infor-contact-v1,.color-5 .list-social li a:hover,.color-5 .menu-mobile-popup .menu-tab .user-tag.active,.color-5 .pagination-job li a:hover,.color-5 .pagination-job li.current a,.color-5 .pricing-box .btn:hover,.color-5 .pricing-box .group-tag .tag2,.color-5 .pricing-box.active .btn,.color-5 .progress-item .donat-bg .custom-donat,.color-5 .rating-review .right-rating .rating-details .donat-bg .custom-donat,.color-5 .salary-slider-one .ui-slider .ui-slider-range,.color-5 .select-language .dropdown-item.active,.color-5 .select-language .dropdown-item:active,.color-5 .shop-details .shop-content button,.color-5 .shopping-cart .coupon .group-ip button,.color-5 .shopping-cart .list-shop li .quantity .btn-quantity.active,.color-5 .shopping-cart .list-shop li .quantity .btn-quantity:hover,.color-5 .shopping-cart .view-cart .btn,.color-5 .sticky-area-wrap .header-ct-right .bell .sub-notification-button,.color-5 .sticky-area-wrap .header-ct-right .bell:after,.color-5 .sticky-area-wrap .header-ct-right .button a:hover,.color-5 .switcher-container h2 a,.color-5 .tf-btn-submit,.color-5 .tf-btn:hover,.color-5 .tf-button.style-1:hover,.color-5 .wd-author-page-title .tag-head,.color-5 .wd-cv-item .item-group .content-left:after,.color-5 .wd-cv-skill .progress-item .donat-bg .custom-donat:after,.color-5 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-5 .wd-findjob-filer .button-filter:hover,.color-5 .wd-form-login button,.color-5 .wd-job-author2 .content-left .content .tags a:hover,.color-5 .wd-job-author2 .content-right .price .icon-dollar,.color-5 .wd-job-author2 .content-right .top .btn,.color-5 .wd-meta-select-job button,.color-5 .wd-meta-select-job button.btn-pri,.color-5 .wd-payment .btn-payment,.color-5 .wd-review-job .list-review2 li.active:before,.color-5 .wd-review-job .list-review2 li:hover:before,.color-5 .wd-review-job.page-text.stc .tf-button,.color-5 .wd-thum-career .career-tag li a:hover,.color-5 .widget-blog-1 .sub-title:hover,.color-5 .widget-filter button,.color-5 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-5 .wrap-testimonials .menu-tab .user-tag.active,.color-5 .wrapper-author-page-title.style2 .btn-author:hover,.color-5 .wrapper-author-page-title.style2 .btn-popup,.color-5 button.btn-find{background-color:#059669}.color-5 .features-job.style-3 .group-btn button:hover,.color-5 button.btn-find:hover{background-color:#059669;opacity:.9}.color-5 .group-input input[name=radio]{accent-color:#059669}.color-5 .wrapper-author-page-title .btn-author:hover{background:rgba(0,0,0,0)}.color-5 .tf-btn:hover,.color-5 .widget-blog-1 .sub-title:hover,.color-5 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-5 .wrapper-author-page-title .tf-btn.btn-popup,.color-5 .wrapper-author-page-title .tf-btn:first-child:hover{color:#fff}.color-5 .menu-item .current-item{color:#059669!important}.color-6 #header.style-absolute #main-nav #menu-primary-menu>li.current-item>a,.color-6 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a,.color-6 #header.style-absolute #main-nav #menu-primary-menu>li:hover>a #menu-primary-menu>li.current-item>a,.color-6 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item a,.color-6 #main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover a,.color-6 #main-nav #menu-primary-menu>li .sub-menu .menu-item.current-item a,.color-6 #main-nav #menu-primary-menu>li .sub-menu .menu-item:hover a,.color-6 #main-nav #menu-primary-menu>li .sub-menu .nav-menu-item:hover a,.color-6 #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover>a,.color-6 #menu-primary-menu>li>a:hover,.color-6 .bg-coupon a,.color-6 .blog .list-blog .widget-blog-1 .main-title a:hover,.color-6 .blog-detail-side-bar-content .nav-links .title-post a,.color-6 .box-latest .box-content h3 a:hover,.color-6 .box-latest .heading .tag,.color-6 .cv-form-details .list-infor li .detail a,.color-6 .employer-block .box-content h3 a:hover,.color-6 .features-job .job-archive-header h3 a:hover,.color-6 .features-job .job-archive-header h4 a,.color-6 .features-job.style-3 .box-content h3 a:hover,.color-6 .features-job.style-3 .box-content h4 a,.color-6 .group-form #amount,.color-6 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item:hover .nav-menu-item.current-item>a,.color-6 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item .nav-sub.current-item>a,.color-6 .header-default .header-ct-center #menu-primary-menu .menu-item-has-children.current-item>a,.color-6 .icon-call-calling .path1:before,.color-6 .icon-call-calling .path2:before,.color-6 .icon-call-calling .path3:before,.color-6 .icon-call-calling .path4:before,.color-6 .job-category-box .btn-category-job,.color-6 .job-category-box h1 a:hover,.color-6 .menu-mobile-popup #menu-primary-menu .current-item>a,.color-6 .navigation-menu-footer li a:hover,.color-6 .nice-select .option.selected,.color-6 .salary-slider-one .salary-outer,.color-6 .shopping-cart .coupon .cp-form .btn i,.color-6 .sl-icon-box .icon-content h5 a:hover,.color-6 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover,.color-6 .sticky-area-wrap .header-ct-right .account .sub-account-item a:hover span:before,.color-6 .sticky-area-wrap .header-ct-right .bell .sub-notification-heading span,.color-6 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .status,.color-6 .sub-categorie .group-menu-category ul li a:hover,.color-6 .sub-categorie ul.pop-up li.active span:before,.color-6 .sub-categorie ul.pop-up li:hover span:before,.color-6 .sub-categorie-mobile .pop-up .categories-mobile:hover>a,.color-6 .sub-categorie-mobile .pop-up .categories-mobilea:active>a,.color-6 .sub-categorie-mobile ul.pop-up li.active span:before,.color-6 .sub-categorie-mobile ul.pop-up li:hover span:before,.color-6 .tf-button span,.color-6 .tf-iconbox.style-3 .box-content button,.color-6 .tf-sl2.wd-review-job.thumb2 .tes-box .number,.color-6 .wd-form-login .group-ant-choice a,.color-6 .wd-job-author2 .content-left .content .category,.color-6 .wd-job-location .content .category:hover,.color-6 .wd-job-location .content h6 a:hover,.color-6 .wd-testimonials .author-group .position,.color-6 .wd-thum-career .job-archive-header .career-info li:first-child,.color-6 .widget-blog-1 .sub-title,.color-6 .widget-comment-wrap .content-post .button a,.color-6 .widget-filter button:hover,.color-6 .widget-side-bar .categories-wrap .categories-item:hover a,.color-6 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head,.color-6 .wrapper-author-page-title.style2 .wd-author-page-title h4 a,.color-6 a:focus,.color-6 a:hover{color:#3c65f5}.color-6 .tf-iconbox .icon svg path,.color-6 .wd-review-job .icon-review .icon svg path,.color-6 .wd-review-job.thumb1 .trader-box .icon svg circle,.color-6 .wd-review-job.thumb1 .trader-box .icon svg path{stroke:#3c65f5}.color-6 .group-icon .sl-icon-box.box:hover .icon svg path,.color-6 .wd-review-job.contentbox1 .icon svg path{fill:#3c65f5}.color-6 .bg-coupon,.color-6 .btn-primary,.color-6 .btn-primary:hover,.color-6 .cv-road-map .inner .dot-icon,.color-6 .employer-block.style-2 .inner-box .button-readmore button,.color-6 .employer-block.style-3 .inner-box button,.color-6 .employer-block.wd-shop.stc .btn-employer,.color-6 .employer-block:hover,.color-6 .features-job.ct-tab.active,.color-6 .features-job.style-3.mb1:hover,.color-6 .features-job.style-3:hover,.color-6 .features-job:hover,.color-6 .group-form .ui-slider-handle,.color-6 .group-select-display .btn-display.active,.color-6 .group-select-display .btn-display:hover,.color-6 .group-select-display .menu-tab .ct-tab.active,.color-6 .job-article.single-job .menu-tab li.active,.color-6 .menu-mobile-popup .button a,.color-6 .navigation-menu-footer li a:after,.color-6 .pricing-box .btn,.color-6 .salary-slider-one .ui-widget-content .ui-state-default,.color-6 .shopping-cart .coupon .cp-form .btn,.color-6 .sticky-area-wrap .header-ct-right .bell .sub-notification-item .time:before,.color-6 .sticky-area-wrap .header-ct-right .button a,.color-6 .tab-term li.active,.color-6 .tab-term li:hover,.color-6 .tf-btn,.color-6 .tf-button.style-1,.color-6 .tf-iconbox.style-3:hover,.color-6 .wd-cv-item .profile h4,.color-6 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-6 .wd-findjob-filer .button-filter,.color-6 .wd-form-login .menu-tab li.active,.color-6 .wd-form-login .menu-tab li:hover,.color-6 .wd-form-login button,.color-6 .wd-review-job .list-review2 li.active:before,.color-6 .wd-review-job .list-review2 li:hover:before,.color-6 .widget-filter button,.color-6 .widget-filter button:hover,.color-6 .wrapper-author-page-title .tf-btn:hover,.color-6 .wrapper-author-page-title.style2 .btn-author,.color-6 .wrapper-author-page-title.style2 .btn-author:hover,.color-6 .wrapper-author-page-title.style2 .btn-popup{border-color:#3c65f5}.color-6 #header.style-absolute #main-nav #menu-primary-menu li.current-item>a:after,.color-6 #header.style-absolute #main-nav #menu-primary-menu li:hover>a:after,.color-6 #main-nav #menu-primary-menu li.current-item a:after,.color-6 #main-nav #menu-primary-menu li:hover a:after,.color-6 #scroll-top:before,.color-6 #subscribe-form button,.color-6 .banner-contact-v1 a,.color-6 .box-latest .heading .tag:hover,.color-6 .btn-primary,.color-6 .btn-primary:hover,.color-6 .cv-form-details .btn-dowload,.color-6 .cv-form-details .form-job-single button,.color-6 .cv-form-details .wd-social ul li a:hover,.color-6 .cv-road-map:after,.color-6 .employer-block.style-2 .inner-box .button-readmore button:hover,.color-6 .employer-block.style-3 .inner-box button:hover,.color-6 .employer-block.wd-shop.stc .btn-employer:hover,.color-6 .features-job .inner-box .button-readmore .btn-apply,.color-6 .features-job .inner-box .button-readmore button.btn-apply,.color-6 .features-job .job-archive-footer .job-tag li a:hover,.color-6 .features-job.style-2.stc-apply .job-footer-right span.icon-dollar,.color-6 .features-job.style-3 .category .job-tag li a:hover,.color-6 .features-job.style-3 .group-btn button,.color-6 .form-candidate button,.color-6 .frag-btn:hover,.color-6 .group-form .ui-slider-range,.color-6 .group-pricing-v1 .menu-tab li.active,.color-6 .group-pricing-v1 .menu-tab li:hover,.color-6 .group-pricing-v1.st2 .pricing-box.active,.color-6 .group-pricing-v1.st2 .pricing-box:hover,.color-6 .group-select-display .btn-display.active,.color-6 .group-select-display .btn-display:hover,.color-6 .infor-contact-v1,.color-6 .list-social li a:hover,.color-6 .menu-mobile-popup .menu-tab .user-tag.active,.color-6 .pagination-job li a:hover,.color-6 .pagination-job li.current a,.color-6 .pricing-box .btn:hover,.color-6 .pricing-box .group-tag .tag2,.color-6 .pricing-box.active .btn,.color-6 .progress-item .donat-bg .custom-donat,.color-6 .rating-review .right-rating .rating-details .donat-bg .custom-donat,.color-6 .salary-slider-one .ui-slider .ui-slider-range,.color-6 .select-language .dropdown-item.active,.color-6 .select-language .dropdown-item:active,.color-6 .shop-details .shop-content button,.color-6 .shopping-cart .coupon .group-ip button,.color-6 .shopping-cart .list-shop li .quantity .btn-quantity.active,.color-6 .shopping-cart .list-shop li .quantity .btn-quantity:hover,.color-6 .shopping-cart .view-cart .btn,.color-6 .sticky-area-wrap .header-ct-right .bell .sub-notification-button,.color-6 .sticky-area-wrap .header-ct-right .bell:after,.color-6 .sticky-area-wrap .header-ct-right .button a:hover,.color-6 .switcher-container h2 a,.color-6 .tf-btn-submit,.color-6 .tf-btn:hover,.color-6 .tf-button.style-1:hover,.color-6 .wd-author-page-title .tag-head,.color-6 .wd-cv-item .item-group .content-left:after,.color-6 .wd-cv-skill .progress-item .donat-bg .custom-donat:after,.color-6 .wd-filter-radio .round input[type=checkbox]:checked+label,.color-6 .wd-findjob-filer .button-filter:hover,.color-6 .wd-form-login button,.color-6 .wd-job-author2 .content-left .content .tags a:hover,.color-6 .wd-job-author2 .content-right .price .icon-dollar,.color-6 .wd-job-author2 .content-right .top .btn,.color-6 .wd-meta-select-job button,.color-6 .wd-meta-select-job button.btn-pri,.color-6 .wd-payment .btn-payment,.color-6 .wd-review-job .list-review2 li.active:before,.color-6 .wd-review-job .list-review2 li:hover:before,.color-6 .wd-review-job.page-text.stc .tf-button,.color-6 .wd-thum-career .career-tag li a:hover,.color-6 .widget-blog-1 .sub-title:hover,.color-6 .widget-filter button,.color-6 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-6 .wrap-testimonials .menu-tab .user-tag.active,.color-6 .wrapper-author-page-title.style2 .btn-author:hover,.color-6 .wrapper-author-page-title.style2 .btn-popup,.color-6 button.btn-find{background-color:#3c65f5}.color-6 .features-job.style-3 .group-btn button:hover,.color-6 button.btn-find:hover{background-color:#3c65f5;opacity:.9}.color-6 .group-input input[name=radio]{accent-color:#3c65f5}.color-6 .wd-form-login .menu-tab li.active,.color-6 .wd-form-login .menu-tab li:hover,.color-6 .wd-thum-career .job-archive-header .career-info li:first-child,.color-6 .widget-blog-1 .sub-title,.color-6 .wrapper-author-page-title.style2 .wd-author-page-title .tag-head{background:rgba(25,103,210,.1)}.color-6 .wrapper-author-page-title .btn-author:hover{background:rgba(0,0,0,0)}.color-6 .tf-btn:hover,.color-6 .widget-blog-1 .sub-title:hover,.color-6 .widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a:hover,.color-6 .wrapper-author-page-title .tf-btn.btn-popup,.color-6 .wrapper-author-page-title .tf-btn:first-child:hover{color:#fff}.color-6 .menu-item .current-item{color:#3c65f5!important}