.layout-blog{padding-bottom:30px}.layout-blog .title-page{margin-bottom:30px;display:block}.layout-blog .title-page .btxt_blog{text-align:center;display:block;font-size:3rem;color:var(--subColor);line-height:1;position:relative;background-color:#fff;z-index:1;margin-bottom:30px}@media (max-width: 767px){.layout-blog .title-page .btxt_blog{font-size:2rem}}.layout-blog .title-page .see_more_blog{font-weight:600;color:var(--mainColor);font-size:1.4rem}@media (max-width: 767px){.layout-blog .title-page .see_more_blog{display:none !important}}.layout-blog .title-page .see_more_blog:hover{color:var(--hover)}.layout-blog .d-md-none.text-center{text-align:center}.layout-blog .d-md-none.text-center .see_more_blog_mob{display:inline-block;border:1px solid var(--mainColor);color:var(--mainColor);font-size:14px;font-weight:500;padding:3px 15px;border-radius:10px}.layout-blog .d-md-none.text-center .see_more_blog_mob:hover{border:1px solid var(--hover);color:var(--hover)}.layout-blog .list-news .item_blog{display:block;position:relative;background:#fff;overflow:hidden;border:1px solid #e8e8ee;margin-bottom:15px;border-radius:10px}.layout-blog .list-news .item_blog .update_date{display:flex;margin-bottom:7px;font-size:12px;color:#838383;justify-content:space-between}.layout-blog .list-news .item_blog .update_date .user_name b{color:var(--mainColor);font-weight:500}.layout-blog .list-news .item_blog .image-blog{padding-bottom:63.5%;height:auto;display:block;position:relative;background-color:#f8f8f8}.layout-blog .list-news .item_blog .image-blog .user_date{position:absolute;bottom:-10px;left:10px;background-color:var(--mainColor);padding:7px 10px;color:#fff;font-size:1.4rem;font-weight:400;line-height:1.4;display:flex;justify-content:center;align-items:center;z-index:2}.layout-blog .list-news .item_blog .image-blog .user_date svg{width:16px;height:16px;margin-right:5px;margin-bottom:1px}.layout-blog .list-news .item_blog .image-blog .user_date svg path{fill:#fff}.layout-blog .list-news .item_blog .image-blog img{width:auto !important;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;transition:.3s ease-in-out all;will-change:opacify;transform:scale(1.02)}.layout-blog .list-news .item_blog .blog_content{position:relative;width:100%;padding:10px;background-color:#fff;margin-top:15px}.layout-blog .list-news .item_blog .blog_content h3,.layout-blog .list-news .item_blog .blog_content h2{margin-bottom:7px;line-height:22px}.layout-blog .list-news .item_blog .blog_content h3 a,.layout-blog .list-news .item_blog .blog_content h2 a{color:var(--textColor);font-size:16px;line-height:22px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px}.layout-blog .list-news .item_blog .blog_content h3 a:hover,.layout-blog .list-news .item_blog .blog_content h2 a:hover{color:var(--subColor)}.layout-blog .list-news .item_blog .blog_content .conten_info_blog{min-height:73.8px}.layout-blog .list-news .item_blog .blog_content .blog_description{color:var(--textColor);line-height:20px;margin-bottom:10px;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;height:40px}.layout-blog .list-news .item_blog .blog_content .read_more{font-weight:600}.layout-blog .list-news .item_blog:hover .image-blog img{transform:scale(1.1)}.article-image{display:block}.article-image img{width:100%;border-radius:10px}.article-image p{margin-bottom:0px}@media (min-width: 992px){.row-cus{justify-content:center}}.box_img_cont .article-details{margin-top:-60px;background-color:#fff;padding:30px;border-radius:10px}@media (max-width: 767px){.box_img_cont .article-details{margin-top:15px;padding:0px}}@media (min-width: 992px){.side-right-stick{position:sticky;top:75px}}@media (max-width: 992px){.side-right-stick{margin-top:30px}}.aside-content-blog{border:1px solid #dee2e6;border-radius:10px;padding:15px;margin-bottom:30px;background-color:#fff}@media (max-width: 767px){.aside-content-blog{margin-bottom:25px}}.aside-content-blog .title-head{color:var(--textColor);margin:0;font-size:1.8rem;font-weight:600;padding:0px 0px 8px;border-bottom:.5px dashed #ebe0e0;margin-bottom:10px;line-height:1.4}.aside-content-blog .nav-category ul{padding:0;margin:0;list-style:none}.aside-content-blog .nav-category ul .nav-item .nav-link{display:block;padding:3px 0}.aside-content-blog .nav-category ul .nav-item .nav-link.pr-5{padding-right:30px}.aside-content-blog .nav-category ul .nav-item:hover>a,.aside-content-blog .nav-category ul .nav-item:focus>a{color:var(--mainColor);background-color:transparent}.aside-content-blog .nav-category ul .nav-item:hover>.down_icon::before,.aside-content-blog .nav-category ul .nav-item:hover>.down_icon::after,.aside-content-blog .nav-category ul .nav-item:focus>.down_icon::before,.aside-content-blog .nav-category ul .nav-item:focus>.down_icon::after{background-color:var(--mainColor)}.aside-content-blog .nav-category ul .nav-item.active>.nav-link{color:var(--mainColor)}.aside-content-blog .nav-category ul .menu_down{padding-left:10px !important}.aside-content-blog .nav-category ul .down_icon{width:30px;height:30px;top:0px;right:0;transition:0.5s all;cursor:pointer;position:absolute;display:flex;justify-content:center;align-items:center}.aside-content-blog .nav-category ul .down_icon::before,.aside-content-blog .nav-category ul .down_icon::after{position:absolute;content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(-90deg);transform:translate(-50%, -50%) rotate(-90deg);background-color:currentColor;-webkit-transition:opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;transition:opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out, opacity 0.4s ease-in-out;transition:transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out}.aside-content-blog .nav-category ul .down_icon::before{width:11px;height:1px;opacity:1}.aside-content-blog .nav-category ul .down_icon::after{width:1px;height:11px}.aside-content-blog .nav-category ul .down_icon:hover::before,.aside-content-blog .nav-category ul .down_icon:hover::after,.aside-content-blog .nav-category ul .down_icon:focus::before,.aside-content-blog .nav-category ul .down_icon:focus::after{background-color:var(--subColor)}.aside-content-blog .nav-category ul .down_icon.cls_mn>a{color:var(--mainColor)}.aside-content-blog .nav-category ul .down_icon.cls_mn::after{-webkit-transform:translate(-50%, -50%) rotate(90deg);transform:translate(-50%, -50%) rotate(90deg)}.aside-content-blog .nav-category ul .down_icon.cls_mn::before{opacity:0}.blog_noibat{border:1px solid #dee2e6;border-radius:10px;padding:15px;background-color:#fff}.blog_noibat h2{color:var(--textColor);margin:0;font-size:1.8rem;font-weight:600;padding:0px 0px 8px;border-bottom:.5px dashed #ebe0e0;margin-bottom:15px;line-height:1.4}.blog_noibat h2 a{color:var(--textColor);position:relative}.blog_noibat h2 a:hover{color:var(--subColor)}.blog_noibat .blog_content .item{display:flex;flex-wrap:wrap;margin-bottom:10px;background-color:#fff;padding:0px 0px 10px;margin-left:10px}.blog_noibat .blog_content .item .post-thumb{width:100px;margin-right:10px;position:relative}.blog_noibat .blog_content .item .post-thumb .idnex_blog{position:absolute;top:calc(50% - 16px);left:-15px;border:2px solid #fff;height:28px;width:28px;line-height:26px;text-align:center;border-radius:100%;background:var(--mainColor);color:#fff;font-size:12px;z-index:2}.blog_noibat .blog_content .item .post-thumb a{display:block;width:100%;aspect-ratio:600/380;overflow:hidden;border-radius:4px;position:relative}.blog_noibat .blog_content .item .post-thumb a img.loaded{width:auto !important;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.blog_noibat .blog_content .item .contentright{width:calc(100% - 110px)}.blog_noibat .blog_content .item .contentright h3{font-size:14px;margin:0;margin-bottom:0px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog_noibat .blog_content .item .contentright h3:hover,.blog_noibat .blog_content .item .contentright h3:focus{color:var(--subColor)}.blog_noibat .blog_content .item .contentright h3:hover a,.blog_noibat .blog_content .item .contentright h3:focus a{color:var(--subColor)}.blog_noibat .blog_content .item .time-post{margin-bottom:0px}.blog_noibat .blog_content .item .time-post span{font-size:13px;font-style:italic}.blog_noibat .blog_content .item.full-width{margin-left:0px !important}.blog_noibat .blog_content .item.full-width .contentright{width:100% !important}.layout-article{padding-bottom:30px}.pagi-div{display:block;position:relative;width:100%}.alert-success,.alert-danger{margin-bottom:15px}.article-main .time-post{font-weight:400;color:#747474;display:inline-block;margin-right:10px}.article-main .time-post svg{width:15px;height:15px;margin-top:-5px;margin-right:2px}.article-main .article-title{margin-top:0px;margin-bottom:4px;font-size:2.6rem;font-weight:600;color:#333;line-height:initial}.article-main .goto-wrapper{width:100%;background:#f5f5f5;display:table;margin-bottom:1em;padding:10px;position:relative;border-radius:5px}.article-main .goto-wrapper .title-goto-wrapper{font-weight:600;display:flex;align-items:center;justify-content:space-between;font-size:1.6rem}.article-main .goto-wrapper .title-goto-wrapper p{margin-bottom:0px}.article-main .goto-wrapper .title-goto-wrapper .toc_toggle{color:#bcbdc1;display:inline-block;vertical-align:2px;margin-left:8px}.article-main .goto-wrapper .title-goto-wrapper .toc_toggle a{color:var(--mainColor);padding:0 1px}.article-main .goto-wrapper .title-goto-wrapper .toc_toggle a:hover{color:var(--subColor)}.article-main .goto-wrapper .menu-toc{margin-top:8px}.article-main .goto-wrapper .menu-toc .toc-list{list-style:decimal;list-style-type:disc;list-style-position:inherit;padding-left:20px}.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item{color:#000;margin-bottom:4px;font-size:1.6rem}.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item a{color:#000;font-size:1.6rem}.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item a:hover{color:var(--hover)}.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item .is-collapsible{list-style:decimal;list-style-type:circle;list-style-position:inherit;padding-left:20px}.article-main .posts{font-size:1.4rem;margin-bottom:10px}.article-main .rte h1,.article-main .rte h2,.article-main .rte h3,.article-main .rte h4,.article-main .rte h5,.article-main .rte h6{font-weight:bold}.article-main .rte h2:before,.article-main .rte h3:before{position:relative;display:block;content:" ";height:70px;margin-top:-70px;visibility:hidden}@media (max-width: 767px){.article-main .rte iframe{width:100%}}.article-main .rte ul{list-style:initial;padding-left:25px;margin-bottom:15px}.article-main form{display:block;padding:10px;background:#f5f5f5;margin-bottom:0px;border-radius:10px}.article-main form label{display:block;margin-bottom:4px;font-weight:700}.article-main form label .required{color:#ff0000}.article-main .form-group input{height:40px;border:solid 1px #cfcfcf;padding:0 15px;outline:none;width:100%;margin-bottom:15px;border-radius:10px}.article-main .form-group input::placeholder{color:#7c7c7c}.article-main .form-group input:-ms-input-placeholder{color:#7c7c7c}.article-main .form-group input::-ms-input-placeholder{color:#7c7c7c}.article-main textarea{border:solid 1px #cfcfcf;padding:10px;outline:none;width:100%;border-radius:10px}.article-main textarea::placeholder{color:#7c7c7c;opacity:1}.article-main textarea:-ms-input-placeholder{color:#7c7c7c}.article-main textarea::-ms-input-placeholder{color:#7c7c7c}.article-main .button_45{margin-top:15px}.article-main .title-form-coment{color:var(--textColor);margin:0;font-size:1.8rem;font-weight:600;margin-bottom:15px;line-height:1.4}.article-comment-list{margin-top:20px}.article-comment-list .article-comment{margin-bottom:10px;padding-bottom:10px;border-bottom:1px dotted #c9c8c5;display:flex;justify-content:space-between}.article-comment-list .article-comment:last-child{border-bottom:0px dotted #c9c8c5}.article-comment-list .article-comment .article-comment-user-image{margin:0;float:left;width:45px;height:45px;display:block;border-radius:50%;border:1px solid #ddd;flex-grow:0;flex:none;overflow:hidden}.article-comment-list .article-comment .article-comment-user-comment{display:block;float:left;padding-left:10px;word-break:break-word;font-size:1.4rem;flex-grow:1}.article-comment-list .article-comment .user-name-comment{margin:0;font-size:1.4rem;font-weight:500 !important}.article-comment-list .article-comment .article-comment-date-bull{display:block;color:#b0b0b0;font-size:1.2rem}.article-comment-list .article-comment .cm{font-size:1.4rem;color:#707070;margin:0px}.box_tag_sharing{display:flex;justify-content:space-between;align-items:center;margin:15px 0px;gap:10px}@media (max-width: 767px){.box_tag_sharing{display:block}}.box_content_share{display:block;margin:0px 0px 15px;gap:10px;background-color:#f5f5f5;padding:10px;border-radius:5px}.box_content_share .box_info_share{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}@media (max-width: 767px){.box_content_share .box_info_share{display:block}}.box_content_share .box_info_tag .thump-break .mb-break{margin-right:10px;padding-right:10px;position:relative;display:inline-block}.box_content_share .box_info_tag .thump-break .mb-break:before{content:'';width:1px;height:15px;background:#000;position:absolute;right:-3px;top:4px}.box_content_share .box_info_tag .thump-break .mb-break:last-child:before{display:none}.box_content_share .box_info_tag .thump-break .a-stock,.box_content_share .box_info_tag .thump-break .a-vendor,.box_content_share .box_info_tag .thump-break .variant-sku{color:var(--mainColor);font-weight:500}@media (max-width: 991px){.box_content_share .box_info_tag .inventory_quantity .thump-break .mb-break{display:block}.box_content_share .box_info_tag .inventory_quantity .thump-break .mb-break:before{display:none}}.box_content_share .article-title{color:var(--subColor);text-transform:uppercase;font-weight:700;margin-bottom:0px}@media (max-width: 767px){.tag_article{display:block;margin-bottom:10px}}.tag_article .inline{font-weight:600;margin-right:4px}.tag_article a{color:var(--textColor);display:inline-block;position:relative}.tag_article a:hover{color:var(--mainColor)}.social-sharing{min-width:190px}.social-sharing .social-media{display:flex;align-items:center;gap:10px}.social-sharing .social-media li.title svg{width:20px;height:20px;margin-right:4px}.social-sharing .social-media li a{width:28px;height:28px;background:var(--mainColor);display:flex;justify-content:center;align-items:center;border-radius:5px}.social-sharing .social-media li a svg{width:20px;height:20px}.social-sharing .social-media li a svg path{fill:#fff !important}.social-sharing .social-media li a:hover{background:var(--subColor)}.blog_related{margin-top:30px;margin-bottom:15px}@media (max-width: 767px){.blog_related{margin-top:0px}}.blog_related .title{font-size:4rem;font-weight:800;line-height:1.4;z-index:2;position:relative;font-family:"Raleway", sans-serif;margin-bottom:15px;text-align:center}@media (max-width: 1025px){.blog_related .title{font-size:3rem}}@media (max-width: 767px){.blog_related .title{font-size:2rem}}.blog_related .item_blog{display:block;position:relative;background:#fff;overflow:hidden;border:1px solid #e8e8ee;margin-bottom:15px;border-radius:10px}.blog_related .item_blog .update_date{display:flex;margin-bottom:7px;font-size:12px;color:#838383;justify-content:space-between}.blog_related .item_blog .update_date .user_name b{color:var(--mainColor);font-weight:500}.blog_related .item_blog .image-blog{padding-bottom:63.5%;height:auto;display:block;position:relative;background-color:#f8f8f8}.blog_related .item_blog .image-blog .user_date{position:absolute;bottom:-10px;left:10px;background-color:var(--mainColor);padding:7px 10px;color:#fff;font-size:1.4rem;font-weight:400;line-height:1.4;display:flex;justify-content:center;align-items:center;z-index:2}.blog_related .item_blog .image-blog .user_date svg{width:16px;height:16px;margin-right:5px;margin-bottom:1px}.blog_related .item_blog .image-blog .user_date svg path{fill:#fff}.blog_related .item_blog .image-blog img{width:auto !important;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;transition:.3s ease-in-out all;will-change:opacify;transform:scale(1.02)}.blog_related .item_blog .blog_content{position:relative;width:100%;padding:10px;background-color:#fff;margin-top:15px}.blog_related .item_blog .blog_content h3{margin-bottom:7px;line-height:22px}.blog_related .item_blog .blog_content h3 a{color:var(--textColor);font-size:16px;line-height:22px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px}.blog_related .item_blog .blog_content h3 a:hover{color:var(--subColor)}.blog_related .item_blog .blog_content .conten_info_blog{min-height:73.8px}.blog_related .item_blog .blog_content .blog_description{color:var(--textColor);line-height:20px;margin-bottom:10px;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;height:40px}.blog_related .item_blog .blog_content .read_more{font-weight:600}.blog_related .item_blog:hover .image-blog img{transform:scale(1.1)}.blog_related .blog-swiper .swiper-pagination-bullets{text-align:center;display:flex;justify-content:center;align-items:center;gap:4px}.blog_related .blog-swiper .swiper-pagination-bullets .swiper-pagination-bullet{box-shadow:none;outline:0;width:20px;height:3px;border-radius:3px;background:rgba(0,0,0,0.2);padding:0;font-size:0;opacity:1}.blog_related .blog-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{transition:all .2s;background:var(--mainColor)}.blog_related .blog-swiper .swiper-button-next{font-size:0;line-height:0;position:absolute;top:50%;display:flex;justify-content:center;align-items:center;padding:0;cursor:pointer;color:#fff;outline:none;border:0px;background:transparent;text-align:center;z-index:2;right:8px;opacity:0;-webkit-transition:all .25s ease;transition:all .25s ease;-webkit-transform:translate(32px, -50%);-ms-transform:translate(32px, -50%);transform:translate(32px, -50%);margin-top:0px;background-color:var(--mainColor);visibility:visible;opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%;width:60px;height:60px}@media (max-width: 1199px){.blog_related .blog-swiper .swiper-button-next{width:50px;height:50px}}@media (max-width: 1025px){.blog_related .blog-swiper .swiper-button-next{width:36px;height:36px}}.blog_related .blog-swiper .swiper-button-next svg{width:100%;height:100%}.blog_related .blog-swiper .swiper-button-next svg path{stroke:#fff}.blog_related .blog-swiper .swiper-button-next:after{display:none}.blog_related .blog-swiper .swiper-button-next:hover{background-color:var(--subColor)}@media (max-width: 767px){.blog_related .blog-swiper .swiper-button-next{display:none}}.blog_related .blog-swiper .swiper-button-prev{font-size:0;line-height:0;position:absolute;top:50%;display:flex;justify-content:center;align-items:center;padding:0;cursor:pointer;color:#fff;outline:none;border:0px;background:transparent;text-align:center;z-index:2;left:8px;opacity:0;-webkit-transition:all .25s ease;transition:all .25s ease;-webkit-transform:translate(-32px, -50%) rotate(180deg);-ms-transform:translate(-32px, -50%) rotate(180deg);transform:translate(-32px, -50%) rotate(180deg);margin-top:0px;background-color:var(--mainColor);visibility:visible;opacity:1;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);border-radius:50%;width:60px;height:60px}@media (max-width: 1199px){.blog_related .blog-swiper .swiper-button-prev{width:50px;height:50px}}@media (max-width: 1025px){.blog_related .blog-swiper .swiper-button-prev{width:36px;height:36px}}.blog_related .blog-swiper .swiper-button-prev svg{width:100%;height:100%}.blog_related .blog-swiper .swiper-button-prev svg path{stroke:#fff}.blog_related .blog-swiper .swiper-button-prev:after{display:none}.blog_related .blog-swiper .swiper-button-prev:hover{background-color:var(--subColor)}@media (max-width: 767px){.blog_related .blog-swiper .swiper-button-prev{display:none}}@media (max-width: 767px){.blog_related .blog-swiper .swiper-button-next,.blog_related .blog-swiper .swiper-button-prev{width:30px;height:30px;line-height:30px}.blog_related .blog-swiper .swiper-button-next:after,.blog_related .blog-swiper .swiper-button-prev:after{font-size:1.2rem}}.blog_related .blog-swiper .swiper-button-lock{display:none !important}.blog_related .blog-swiper .swiper-button-disabled{opacity:0.35}.blog_related .blog-swiper:hover .swiper-button-next{visibility:visible;opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.blog_related .blog-swiper:hover .swiper-button-next.swiper-button-disabled{opacity:0.35}.blog_related .blog-swiper:hover .swiper-button-prev{visibility:visible;opacity:1;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.blog_related .blog-swiper:hover .swiper-button-prev.swiper-button-disabled{opacity:0.35}.blog_related .blog-swiper:hover .swiper-button-prev.swiper-button-lock{display:none}.blog_related .blog-swiper .swiper-button-next,.blog_related .blog-swiper .swiper-button-prev{width:30px;height:30px;line-height:30px}.blog_related .blog-swiper .swiper-button-next:after,.blog_related .blog-swiper .swiper-button-prev:after{font-size:1.2rem}@media (max-width: 768px){.blog_related .blog-swiper .swiper-button-next{display:block}.blog_related .blog-swiper .swiper-button-prev{display:block}}.box_blog_list{margin-bottom:30px}.box_blog_list:last-child{margin-bottom:0px}.article-image{overflow:hidden;display:flex;-o-justify-content:center;-moz-justify-content:center;-webkit-justify-content:center;-os-justify-content:center;-o-display:flex;-moz-display:flex;-webkit-display:flex;-os-display:flex;align-items:center;position:relative;height:auto !important;width:100%;min-width:100%;padding-bottom:52%;background-color:#f5f5f5;border-radius:20px;margin-bottom:20px}.article-image img{width:auto;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;object-fit:contain;transition:0.5s all}.blog-duan .item_project{position:relative;margin-bottom:30px}@media (max-width: 600px){.blog-duan .item_project{background-color:#f7f7f7;border-radius:10px;overflow:hidden}}.blog-duan .item_project .image-blog{overflow:hidden;display:flex;-o-justify-content:center;-moz-justify-content:center;-webkit-justify-content:center;-os-justify-content:center;-o-display:flex;-moz-display:flex;-webkit-display:flex;-os-display:flex;align-items:center;position:relative;height:auto !important;width:100%;min-width:100%;padding-bottom:65.5%;background-color:#f5f5f5;border-radius:10px;margin-bottom:15px}.blog-duan .item_project .image-blog img{width:auto;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;object-fit:contain;transition:0.5s all}.blog-duan .item_project .blog_content{background-color:#fff;z-index:1;text-align:left}.blog-duan .item_project .blog_content .project-index{display:none}.blog-duan .item_project .blog_content .project-index span{font-size:4rem;line-height:1.4;font-weight:600;opacity:.4}.blog-duan .item_project .blog_content h3,.blog-duan .item_project .blog_content h2{font-size:2rem;margin-bottom:5px;font-weight:600}@media (max-width: 1025px){.blog-duan .item_project .blog_content h3,.blog-duan .item_project .blog_content h2{font-size:1.8rem}}@media (max-width: 600px){.blog-duan .item_project .blog_content h3,.blog-duan .item_project .blog_content h2{font-size:1.6rem}}.blog-duan .item_project .blog_content .box_top_see{display:block;padding-top:20px;margin-top:20px;border-top:1px solid #e6e6e6}.blog-duan .item_project .blog_content .box_top_see .read_more{transition:all 0.3s ease-in-out;font-size:1.4rem;font-weight:400;display:inline-block;position:relative;color:var(--mainColor)}.blog-duan .item_project .blog_content .box_top_see .read_more svg{margin-left:5px;width:13px;height:13px;vertical-align:-2px}.blog-duan .item_project .blog_content .box_top_see .read_more svg path{fill:var(--mainColor);transition:all 0.3s ease-in-out}.blog-duan .item_project .blog_content .box_top_see .read_more:hover{color:var(--subColor)}.blog-duan .item_project .blog_content .box_top_see .read_more:hover svg path{fill:var(--subColor)}@media (max-width: 767px){.blog-duan .item_project .blog_content .button-more-null{min-height:31.8px;height:31.8px;display:block}}.blog-duan .item_project:hover .image-blog img{transform:scale(1.1)}.layout-blog-tuyen-dung .animation_image img{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0);transition:-webkit-clip-path 0.8s cubic-bezier(0.57, 0.57, 0, 0.97);transition:clip-path 0.8s cubic-bezier(0.57, 0.57, 0, 0.97);transition:clip-path 0.8s cubic-bezier(0.57, 0.57, 0, 0.97),-webkit-clip-path 0.8s cubic-bezier(0.57, 0.57, 0, 0.97)}.layout-blog-tuyen-dung .animation_image img.visible{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.layout-blog-tuyen-dung .recruit_1 .group_heading{margin-bottom:30px}.layout-blog-tuyen-dung .recruit_3 .heading_1,.layout-blog-tuyen-dung .recruit_1 .heading_1{margin-bottom:1rem;text-align:center;font-size:4rem;font-weight:800;line-height:1.4;z-index:2;position:relative;font-family:"Raleway", sans-serif;color:var(--mainColor)}@media (max-width: 1025px){.layout-blog-tuyen-dung .recruit_3 .heading_1,.layout-blog-tuyen-dung .recruit_1 .heading_1{font-size:3rem}}@media (max-width: 767px){.layout-blog-tuyen-dung .recruit_3 .heading_1,.layout-blog-tuyen-dung .recruit_1 .heading_1{font-size:2.4rem}}.layout-blog-tuyen-dung section.recruit_1 .ht{position:absolute;top:31%;left:0;max-width:20rem}.layout-blog-tuyen-dung section.recruit_1 svg.ht_2.ht,.layout-blog-tuyen-dung section.recruit_1 svg.ht_3.ht{left:unset;right:0;top:16%}.layout-blog-tuyen-dung section.recruit_1 svg.ht_3.ht{top:38%}.layout-blog-tuyen-dung .justify-center{justify-content:center}.layout-blog-tuyen-dung .gallery,.layout-blog-tuyen-dung .row{display:flex;flex-flow:row wrap;width:100%}.layout-blog-tuyen-dung .row{max-width:1000px;margin-left:auto;margin-right:auto;padding:0}@media screen and (min-width: 850px){.layout-blog-tuyen-dung .large-8{flex-basis:75%;max-width:75%}}.layout-blog-tuyen-dung .flex{display:flex}.layout-blog-tuyen-dung .relative{position:relative !important}.layout-blog-tuyen-dung .justify-between{justify-content:space-between}.layout-blog-tuyen-dung .items-center{align-items:center}.layout-blog-tuyen-dung .list_benefit .inner:before{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background-image:linear-gradient(180deg, rgba(227,21,24,0) 0%, var(--subColor) 49.5%, rgba(227,21,24,0) 100%);transform:translateX(-50%)}.layout-blog-tuyen-dung .list_benefit .item_benefit{margin-bottom:30px}.layout-blog-tuyen-dung .list_benefit .item_benefit:before{content:'';position:absolute;bottom:50%;left:50%;transform:translate(-50%, 50%);width:1.042rem;height:1.042rem;border-radius:5.208rem;border:1px solid #EDD3D5;background-color:#fff;z-index:1}.layout-blog-tuyen-dung .box_img{overflow:hidden;position:relative}.layout-blog-tuyen-dung .box_img img{border-radius:10px}.layout-blog-tuyen-dung .list_benefit .item_benefit:nth-child(even) .box_img{order:2}.layout-blog-tuyen-dung .item_benefit>*{width:40%}.layout-blog-tuyen-dung .list_benefit h2{text-transform:initial}.layout-blog-tuyen-dung .text_linear{background:linear-gradient(90deg, var(--mainColor) 0%, var(--subColor) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.layout-blog-tuyen-dung .heading_30{font-weight:700;font-size:2rem;line-height:1.3}.layout-blog-tuyen-dung .desc_content_1,.layout-blog-tuyen-dung .desc_sec_2,.layout-blog-tuyen-dung .desc_sec_1{line-height:1.4;color:#000;font-size:1.6rem}.layout-blog-tuyen-dung .desc_content_1,.layout-blog-tuyen-dung .desc_sec_2{font-size:1.4rem;display:block}.layout-blog-tuyen-dung .desc_sec_2{text-align:center}.layout-blog-tuyen-dung .box_list_tuyen_dung{width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:bottom;background-size:unset;margin-bottom:-4rem;padding-top:7.65625rem;padding-bottom:6.927rem;position:relative}.layout-blog-tuyen-dung .box_list_tuyen_dung:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom, #fff, #fff, #fff, #fff, #fff, #fff, transparent, transparent, transparent)}.layout-blog-tuyen-dung .table_custom #table_list span.icon>img{width:28px}.layout-blog-tuyen-dung .table_custom #table_title{background:var(--mainColor);overflow:hidden}.layout-blog-tuyen-dung .table_custom #table_list{background:transparent;margin-bottom:30px}.layout-blog-tuyen-dung .table_custom ul>li{display:flex;align-items:center;margin:10px 0px}.layout-blog-tuyen-dung .table_custom ul>li:nth-child(even){background:#F4F4F4}.layout-blog-tuyen-dung .table_custom ul>li>span{display:flex;align-items:center;justify-content:center;padding:0 0.625rem;width:100%}.layout-blog-tuyen-dung .table_custom #table_list>li>span:first-child,.layout-blog-tuyen-dung .table_custom #table_title>li>span:first-child{justify-content:center}.layout-blog-tuyen-dung .table_custom #table_list>li>span:nth-child(2),.layout-blog-tuyen-dung .table_custom #table_title>li>span:nth-child(2){justify-content:flex-start}.layout-blog-tuyen-dung .table_custom #table_list>li>span:nth-child(3),.layout-blog-tuyen-dung .table_custom #table_title>li>span:nth-child(3){justify-content:center}.layout-blog-tuyen-dung .table_custom #table_list>li>span:nth-child(4),.layout-blog-tuyen-dung .table_custom #table_title>li>span:nth-child(4){justify-content:center;text-align:center}.layout-blog-tuyen-dung .table_custom #table_list>li>span:nth-child(5),.layout-blog-tuyen-dung .table_custom #table_title>li>span:nth-child(5){justify-content:center}.layout-blog-tuyen-dung #jobs_table_list_wrap{margin-top:0.3rem}.layout-blog-tuyen-dung .table_custom ul>li.title>span{height:3.125rem;font-weight:600;font-size:1.4rem;line-height:1.4}.layout-blog-tuyen-dung .table_custom #table_title>li>span{display:flex;align-items:center;border-right:1px solid rgba(255,255,255,0.2);color:#fff}.layout-blog-tuyen-dung .table_custom #table_title>li>span:last-child{border:none}.layout-blog-tuyen-dung .table_custom #table_list>li>span{min-height:4rem}.layout-blog-tuyen-dung .table_custom #table_list>li>span:nth-child(2) a{font-weight:600;font-size:1.4rem;line-height:1.4;text-transform:initial;color:#333;transition:.4s all}.layout-blog-tuyen-dung .table_custom #table_list>li:hover>span:nth-child(2) a{color:var(--subColor)}.layout-blog-tuyen-dung .table_custom #table_list>li>span>strong{display:none}.layout-blog-tuyen-dung .table_custom .jobs_table_list>li>span:nth-child(2) a{font-weight:600;font-size:1.4rem;line-height:1.4;text-transform:initial;color:#333;transition:.4s all}.layout-blog-tuyen-dung .table_custom .jobs_table_list>li>span:first-child,.layout-blog-tuyen-dung .table_custom .jobs_table_title>li>span:first-child{width:20%}.layout-blog-tuyen-dung .table_custom .jobs_table_list>li>span:nth-child(5),.layout-blog-tuyen-dung .table_custom .jobs_table_title>li>span:nth-child(5),.layout-blog-tuyen-dung .table_custom .jobs_table_list>li>span:nth-child(4),.layout-blog-tuyen-dung .table_custom .jobs_table_title>li>span:nth-child(4),.layout-blog-tuyen-dung .table_custom .jobs_table_list>li>span:nth-child(3),.layout-blog-tuyen-dung .table_custom .jobs_table_title>li>span:nth-child(3){width:40%}.layout-blog-tuyen-dung .table_custom li>span{padding:5px}.layout-blog-tuyen-dung .view_mobile{display:none !important}@media only screen and (max-width: 991px){.layout-blog-tuyen-dung .table_custom #table_list>li>span,.layout-blog-tuyen-dung .table_custom #table_title>li>span{width:100% !important}.layout-blog-tuyen-dung .table_custom #table_title{display:none}.layout-blog-tuyen-dung .table_custom #table_list{border:none !important}.layout-blog-tuyen-dung .table_custom #table_list>li{flex-direction:column;margin-bottom:1.25rem !important;border:none;background:rgba(96,177,58,0.1);border-radius:0.625rem}.layout-blog-tuyen-dung .table_custom #table_list>li>span:not(:last-of-type){border-right:none}.layout-blog-tuyen-dung .table_custom #table_list>li>span>strong{display:block;width:50%;text-align:center !important;padding:0.75rem !important}.layout-blog-tuyen-dung .table_custom #table_list>li>span>span.btn_apply{display:flex;justify-content:center}.layout-blog-tuyen-dung .table_custom #table_list>li>span>span{width:50%;text-align:center !important;padding:0.75rem !important}.layout-blog-tuyen-dung .table_custom #table_list>li>span+span{border-top:1px solid rgba(76,76,76,0.1)}.layout-blog-tuyen-dung .table_custom span.icon{display:none}}@media (max-width: 767px){.layout-blog-tuyen-dung .table_custom #table_list>li>span>strong{text-align:left !important}.layout-blog-tuyen-dung span.view_mobile{display:flex !important}.layout-blog-tuyen-dung span.view_mobile .button{background:var(--mainColor);color:#fff;padding:5px 10px;margin:10px 0px}.layout-blog-tuyen-dung span.view_mobile .button:hover{background:var(--subColor)}.layout-blog-tuyen-dung .list_benefit .item_benefit:not(:last-child){border-bottom:1px solid rgba(51,51,51,0.1);padding-bottom:1.5rem;margin-bottom:1.5rem}.layout-blog-tuyen-dung .list_benefit .item_benefit{flex-direction:column;gap:2rem}.layout-blog-tuyen-dung .list_benefit .item_benefit>*{width:100%}.layout-blog-tuyen-dung .list_benefit .item_benefit:nth-child(even) .box_img{order:unset}.layout-blog-tuyen-dung .list_benefit .inner:before{position:unset}.layout-blog-tuyen-dung .box_list_tuyen_dung{background-image:none !important;padding:0px 0px 60px}}.article-tuyen-dung .article-details{display:block;position:relative}.article-tuyen-dung .apply_wrapper{background:#e8f2ff;padding:15px;border-radius:10px;margin-bottom:15px}.article-tuyen-dung .apply_wrapper span.title{font-weight:700}.article-tuyen-dung .apply_wrapper p{font-weight:400;margin-bottom:0.6rem}.article-tuyen-dung .apply_wrapper strong{font-weight:700}.article-tuyen-dung form{background:transparent}.article-tuyen-dung .btn_apply{background:var(--subColor);font-weight:500;color:#fff;border:1px solid transparent;transition:0.4s all;display:block;padding:5px;width:100%;margin:10px 0px;text-align:center;border-radius:5px}.article-tuyen-dung .btn_apply.btn_hover:hover{background:var(--mainColor)}.article-tuyen-dung .form_tuyen_dung{padding:10px;border-radius:10px;background-color:#e8f2ff}
