﻿:root{--primary_color: #23743a;--secondary_color: #23743a;--third_color: #dd3333;--title_color: #333333;--border_color: #e5e5e5;--text_color: #333333}html{font-size:16px;color:#323232;overflow-x:hidden;line-height:1.8}body{font-family:"Montserrat",sans-serif;color:var(--text_color)}@media(min-width: 1200px){.container{max-width:1300px}}input,textarea{outline:none}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}body::-webkit-scrollbar{width:10px;background-color:#f5f5f5}body::-webkit-scrollbar-thumb{background-color:var(--secondary_color);border:2px solid var(--secondary_color)}a{text-decoration:unset}.img-wrap{overflow:hidden}.img-wrap img{height:100%;max-width:100%;width:100%;object-fit:cover;transition:.3s}.thc-center-horizontal{display:flex;flex-direction:row;justify-content:center;align-items:center}.search-button-toggle{display:none}.title-thc{background:#fff;padding:0 0 10px;text-align:center;color:var(--primary_color);text-transform:uppercase;font-weight:bold;font-size:25px;display:flex;align-items:center}.title-thc:before{content:"";width:30px;height:30px;display:block;margin-right:15px;background-size:contain;background-repeat:no-repeat}.primary-button{display:block;width:max-content}.primary-button button,.primary-button a{color:#fff;text-transform:uppercase;font-size:20px;background:var(--primary_color);border-radius:5px;text-align:center;display:inline-flex;align-items:center;justify-content:center;font-weight:500;padding:6px 6px 6px 40px;transition:.5s all;cursor:pointer;position:relative}.primary-button button i,.primary-button a i{width:40px;height:40px;padding:10px;background:var(--primary_color);border-radius:50%;border:1px solid #fff;margin-left:10px;transition:.5s all;transform:rotate(0deg);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px}.primary-button.small button,.primary-button.small a{padding:5px;font-size:16px;text-transform:unset;min-width:170px;height:40px;font-weight:bold}.primary-button.small i{width:25px;height:25px;font-size:13px}.primary-button.white a{background:#fff;color:var(--secondary_color)}.primary-button.white i{background:var(--primary_color);color:#fff}.primary-button:hover a{box-shadow:0 4px 15px 0 var(--primary_color)}.primary-button:hover i{transform:rotate(360deg)}.img-wrap img,.thumbnail-wrapper img{transition:.3s}.img-wrap:hover,.thumbnail-wrapper:hover{cursor:pointer}.img-wrap:hover img,.thumbnail-wrapper:hover img{transform:scale(1.1)}.img-wrap:hover.no-scale-image img,.thumbnail-wrapper:hover.no-scale-image img{transform:none}.thumbnail-wrapper{position:relative;display:block;width:100%;padding-bottom:66.67%;overflow:hidden}.thumbnail-wrapper img{position:absolute;top:0;left:0}.no-scale-image:hover img{transform:unset}.card-project{margin-bottom:10px;height:100%}.card-project .card-wrap{position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}.card-project .card-wrap .thumbnail-wrapper{box-shadow:0 10px 30px rgba(0,0,0,.15)}.card-project .card-wrap .card-info{background:#ebebeb;padding:15px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.card-project .card-wrap .card-info>div{flex:1;display:flex;flex-direction:column;justify-content:space-around}.card-project .card-wrap .card-info a .title-post{color:var(--primary_color);font-weight:700;font-size:16px;text-transform:uppercase;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.card-project .card-wrap .card-info .project-info{font-weight:bold}.card-project .card-wrap .card-info .project-info span{font-weight:normal}.card-project .card-wrap .card-info .primary-button{margin-top:20px}.card-project .card-wrap .card-info .primary-button a{font-weight:normal;font-size:14px}.card-post.style-1 .img-wrap{position:relative}.card-post.style-1 .img-wrap .list-info{position:absolute;z-index:111;background:rgba(0,0,0,.5411764706);width:100%;height:100%;color:#fff;padding:40px 25px;display:flex;flex-direction:column;justify-content:end;opacity:0;transition:all .5s ease-in-out}.card-post.style-1 .img-wrap .list-info .item{display:flex}.card-post.style-1 .img-wrap .list-info .item .tieu-de{width:140px;padding-right:20px}.card-post.style-1 .img-wrap .list-info .item .detail{flex:1}.card-post.style-1 .img-wrap:hover .list-info{opacity:1}.card-post{margin-bottom:30px;transition:unset !important}.card-post .card-info .title-post{font-size:18px;font-weight:bold;color:#000;margin-top:15px}.card-post .card-info .desc{padding:0;text-align:left;margin:10px 0;background:unset;transition:unset !important;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-post .card-info .link{padding:5px 25px;background:var(--primary_color);color:#fff}.card-post .meta{display:flex;color:#6f7071}.card-post .meta .post-time{margin-right:30px}.card-post .meta a{color:inherit}.card-post:hover{color:#fff;cursor:pointer}.card-post:hover .date{background:var(--primary_color);color:#fff}.card-post:hover .card-info .title-post{color:var(--secondary_color)}.card-post:hover .card-info .desc{color:#000}.column-sidebar{margin-top:20px;border:1px solid var(--border_color);margin-bottom:20px}.column-sidebar.no-border{border:unset}.column-sidebar.no-border .title-sb{padding:unset}.column-sidebar .block-sidebar{border-radius:5px;margin-bottom:25px;padding:5px}.column-sidebar .block-sidebar .title-sb{text-transform:uppercase;margin-bottom:10px;font-style:normal;font-weight:600;font-size:1.3rem;line-height:127%;background:#fff;padding:5px 10px}.column-sidebar .block-sidebar ul li a{color:var(--text_color);width:100%;padding:2px 0;display:block}.column-sidebar .block-sidebar ul li a:hover{color:var(--secondary_color)}.column-sidebar .content .item{margin-left:10px;padding-bottom:10px;display:flex;align-items:center}.column-sidebar .content .item label{margin-left:5px}.category-detail .archive-news-layout .title-thc{width:max-content;margin:auto;margin-bottom:15px}.meta-box{margin-bottom:20px;border-radius:5px;align-items:center;color:#999}.meta-box .count_views{margin:0 15px}.meta-box .author-avatar-link{height:45px;width:45px;border-radius:100%;overflow:hidden;margin-right:15px;border:1px solid var(--border_color)}.meta-box .author-avatar-link img{object-fit:contain;height:100%;width:100%}.share-social ul{display:flex;list-style:none;margin-left:0 !important;padding-left:0}.section-social{margin:34px 0}.share-social .box-ic{font-size:24px}.share-social .box-ic a{padding:10px 24px;color:#fff;font-size:12px;border-radius:4px;text-decoration:none}.box-ic .ic-facebook{background:#4769a5;border-bottom:4px solid #344259}.box-ic .ic-email{background:#ea4335;border-bottom:4px solid #bb362a}.box-ic .ic-pinterest{background:#cd252b;border-bottom:4px solid #a41e22}.box-ic .ic-twitter{background:#65ccef;border-bottom:4px solid #51a3bf}.box-ic .ic-linkedin{background:#2ba3e1;border-bottom:4px solid #2282b4}.section-social .share-social{margin:0 auto;align-items:center;display:flex}.section-social .share-social .text{font-size:20px;display:none}.share-social ul li{margin-right:8px}.share-social .box-ic{font-size:20px}.entry-content h1{font-size:25px;margin:20px 0}.entry-content h2{font-size:20px;margin:20px 0}.entry-content h3{font-size:16px;margin:20px 0}.entry-content h4{font-size:15px;margin:20px 0}.entry-content h5{font-size:15px;margin:20px 0}.entry-content h6{font-size:15px;margin:20px 0}.entry-content p{font-size:1rem}.entry-content ul{margin-left:20px}.entry-content iframe{display:block;margin:auto}.entry-content table{border-collapse:collapse;margin:25px auto;font-size:1em;min-width:400px;border-radius:5px 5px 0 0;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.15)}.entry-content table thead tr{background-color:var(--primary_color);color:#fff;text-align:left;font-weight:bold}.entry-content table th,.entry-content table td{padding:12px 15px}.entry-content table td{border:1px solid var(--border_color)}.entry-content table tbody tr{border-bottom:1px solid #ddd}.entry-content table tbody tr:last-of-type{border-bottom:2px solid var(--primary_color)}.entry-content table tbody tr:hover{cursor:pointer;color:var(--primary_color)}.entry-content{margin-bottom:20px}.alignleft{text-align:left;margin-top:0}.entry-content>.alignleft{max-width:var(--responsive--aligndefault-width)}@media only screen and (min-width: 482px){.alignleft{float:left;margin-right:var(--global--spacing-horizontal);margin-bottom:var(--global--spacing-vertical)}.entry-content>.alignleft{max-width:calc(50% - var(--responsive--alignleft-margin))}}.aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.alignright{margin-top:0;margin-bottom:var(--global--spacing-vertical)}.entry-content>.alignright{max-width:var(--responsive--aligndefault-width)}@media only screen and (min-width: 482px){.alignright{float:right;margin-left:var(--global--spacing-horizontal)}.entry-content>.alignright{max-width:calc(50% - var(--responsive--alignright-margin))}}[class*=inner-container]>.alignleft+*,[class*=inner-container]>.alignright+*{margin-top:0}.alignwide{clear:both}.alignfull{clear:both}.has-left-content{justify-content:flex-start}.has-right-content{justify-content:flex-end}.has-parallax{background-attachment:fixed}.has-drop-cap:not(:focus)::first-letter{font-family:var(--heading--font-family);font-weight:var(--heading--font-weight);line-height:.66;text-transform:uppercase;font-style:normal;float:left;margin:.1em .1em 0 0;font-size:calc(1.2*var(--heading--font-size-h1))}.has-drop-cap:not(:focus)::after{content:"";display:table;clear:both;padding-top:14px}.desktop-only{display:none}@media only screen and (min-width: 482px){.desktop-only{display:block}}img.alignnone{float:none;margin:5px 0 5px 0}img.alignleft{float:left;margin:5px 10px 5px 0px}img.aligncenter{display:block;float:none;margin:5px auto}img.alignright{float:right;margin:5px 0 5px 10px}.page-layout-project .title-thc,.project-category-detail .title-thc{width:max-content;margin:auto;margin-bottom:15px}.top-bar{background:var(--primary_color);padding:5px 0}.top-bar .site_name{display:flex;align-items:center;justify-content:space-between}.top-bar .site_name .company-title{font-style:normal;font-weight:700;font-size:12px;line-height:125%;color:#fff;margin:0;padding:5px calc(var(--bs-gutter-x)*.5);padding-left:0}.top-bar .site_name .social-wrap{margin-top:unset;display:flex}.top-bar .site_name .social-wrap .social{display:flex;align-items:center;justify-content:center;margin-right:10px;height:25px;width:25px;background:#fff;border-radius:25px}.top-bar .site_name .social-wrap .social i{color:var(--primary_color);font-size:14px}.main-header{padding:15px 0}.main-header .logo-thc-wrap{justify-content:space-between;position:relative;padding-right:15px;padding-left:0;max-width:270px}.main-header .logo-thc-wrap .logo{z-index:9;position:relative;height:66px;width:auto;transition:.5s}.main-header .logo-thc-wrap .logo img{height:100%;width:100%;object-fit:contain}.main-header .right-wrapper{flex:1;display:flex}.main-header .right-wrapper .search-form-wrapper{flex:1}.main-header .right-wrapper .search-form-wrapper form{width:100%;display:flex}.main-header .right-wrapper .search-form-wrapper form .search-field{flex:1;height:40px;box-sizing:border-box;border-radius:5px 0 0 5px;padding:11px 13px;color:#888;font-size:14px;letter-spacing:.5px;border:1px solid var(--border_color);border-right:unset}.main-header .right-wrapper .search-form-wrapper form .search-btn{width:50px;border:unset;border-radius:0 5px 5px 0;border:1px solid var(--border_color);border-left:unset;height:40px;color:var(--secondary_color);font-size:20px;background:#fff}.main-header .right-wrapper .search-form-wrapper form .search-btn i{font-size:14px}.main-header .right-wrapper .header-support{justify-content:space-around;width:max-content;padding-left:55px}.main-header .right-wrapper .header-support .support_info{padding:0 15px;position:relative}.main-header .right-wrapper .header-support .support_info .img-wrap{height:45px;width:45px;margin-right:5px}.main-header .right-wrapper .header-support .support_info .img-wrap img{object-fit:contain}.main-header .right-wrapper .header-support .support_info .info{text-align:left}.main-header .right-wrapper .header-support .support_info .info .title{font-style:normal;font-weight:700;font-size:12px}.main-header .right-wrapper .header-support .support_info .info .desc{font-size:14px;color:var(--third_color);font-weight:700}.mobile-menu-button{display:none}header .sticky{transition:.3s;border-bottom:1px solid var(--border_color)}.sticky{position:fixed;top:0;left:0;width:100%;z-index:99;transition:.5s all ease-in-out}header .header-wrap .logo:hover img{transform:scale(1)}header .header-wrap .menu-header-wrap{z-index:99;width:100%;background:#fff;padding:5px 0}header .header-wrap .menu-header-wrap .menu-menu-chinh-container{width:100%;flex:1;display:flex;align-items:center}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header{list-style:none;display:flex;margin-bottom:0;width:100%;padding:0;justify-content:space-between;position:relative}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header .icon{width:17px;flex-shrink:0;margin-right:10px}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header .icon img{object-fit:contain;height:100%;width:100%}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children>a::after{content:"";font-family:"FontAwesome";float:right;transition:.3s ease-in-out;font-weight:500;font-size:10px;margin-left:10px}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li{display:flex;align-items:start;position:relative}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li a{padding:5px 15px;display:flex;color:var(--primary_color);width:100%;font-size:15px;transition:.3s;align-items:center;text-transform:uppercase;font-weight:600}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li a:hover{color:var(--secondary_color)}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children .sub-menu{display:none;position:absolute;background:#fff;list-style:none;padding:10px;font-size:16px;top:100%;left:0;z-index:1010;text-align:left;white-space:normal;width:250px;box-shadow:4px 4px 6px 0 rgba(0,0,0,.2);flex-direction:column}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children .sub-menu li.is_title_submenu>a{font-weight:bold;border-bottom:1px solid #eaeaea;color:var(--secondary_color)}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children .sub-menu li{display:flex;flex-direction:column;flex:unset}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children .sub-menu li a{padding:5px;font-size:13px;border-radius:0;margin:0;color:var(--secondary_color);width:100%;display:flex;justify-content:space-between}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children .sub-menu li a:hover{color:#fff;background:var(--secondary_color)}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu{display:none;flex-direction:column;position:unset;z-index:1;list-style:none;min-width:unset;box-shadow:unset;padding:unset;margin-left:unset;border-radius:unset;columns:1}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu{display:block;position:absolute;left:100%;top:0}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu{border-top:1px solid var(--border_color);flex-wrap:wrap;width:650px;flex-direction:row;justify-content:space-between}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu .sub-menu{width:100%;border-top:unset}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu .sub-menu li{width:100%}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu .sub-menu li a{text-transform:capitalize;font-size:12px;color:var(--text_color);font-weight:normal}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu .sub-menu li:hover a{background:unset;color:var(--secondary_color)}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu>li{width:33%}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu>li a{color:var(--text_color)}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu>li.current-menu-item a{background:unset}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu>li:hover a{background:unset}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children.is_mega_menu .sub-menu li.menu-item-has-children a:after{content:unset}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.menu-item-has-children:hover .sub-menu{display:flex}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.current-menu-item>a,header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li:hover>a{color:#fff;background:var(--secondary_color)}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.current-menu-item,header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li:hover{background:#fff;color:#fff}header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.current-menu-item li.current-menu-item>a,header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li.current-menu-item li:hover>a,header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li:hover li.current-menu-item>a,header .header-wrap .menu-header-wrap .menu-menu-chinh-container .menu-header li:hover li:hover>a{color:#fff;background:var(--secondary_color)}.slider-theme-default{--swiper-navigation-size: 20px;--swiper-navigation-sides-offset: 30px;--swiper-pagination-bullet-size: 12px;--swiper-theme-color: var(--primary_color);--swiper-pagination-bullet-horizontal-gap: 8px}.slider-theme-default .swiper-button{height:50px;width:50px;font-size:20px;border-radius:100%;border:1px solid var(--primary_color);color:var(--primary_color);display:flex;align-items:center;justify-content:center}.slider-theme-default .swiper-button:hover{background:var(--primary_color);color:#fff}.main-slider .swiper-slide img{width:100%;height:100vh;object-fit:cover}.logo-partner{--swiper-pagination-bottom: 0}.logo-partner .swiper-wrapper{margin-bottom:40px}.logo-partner .swiper-slide{display:flex;align-content:center;justify-content:center;height:auto;max-height:150px}.logo-partner .swiper-slide img{width:100%;height:100%;object-fit:contain}.list-post{position:relative}.list-post .left_arrow,.list-post .right_arrow{cursor:pointer;width:30px;height:30px;text-align:center;line-height:44px;border-radius:100%;border:1px solid var(--primary_color);color:var(--primary_color);display:flex;align-items:center;justify-content:center;font-size:10px;position:absolute;margin-top:-22px;z-index:1}.list-post .left_arrow:hover,.list-post .right_arrow:hover{background:var(--primary_color);color:#fff}.list-post .left_arrow{top:-20px;right:50px}.list-post .right_arrow{top:-20px;right:10px}.scrollToTop.btn-show{visibility:visible;opacity:1;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;animation-duration:1s;animation-fill-mode:both;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both}@-webkit-keyframes fadeInUp{from{transform:translate3d(0, 40px, 0)}to{transform:translate3d(0, 0, 0);opacity:1}}.scrollToTop{cursor:pointer;width:40px;height:40px;z-index:147483647;border:1px solid #777;border-radius:65px;position:fixed;right:30px;bottom:5%;visibility:hidden;opacity:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:scale(1);-webkit-transform:scale(1);transition:.2s all ease;-webkit-transition:.2s all ease}.scrollToTop{text-decoration:none}.scrollToTop i{color:#777;display:flex;justify-content:center;align-items:center;height:100%}.scrollToTop:hover{background-color:var(--primary_color)}.scrollToTop:hover i{color:#fff}footer{font-size:12px}footer p{font-size:12px;margin-bottom:.6rem;line-height:1.8}footer li{line-height:1.8}footer .top-footer{background:var(--border_color)}footer .top-footer .item-contact{position:relative}footer .top-footer .item-contact:not(:last-child):after{content:"";position:absolute;height:50px;width:1px;background:#cbcbcb;right:0;top:50%;transform:translate(-50%, -50%)}footer .top-footer .item-wrapper{display:flex;align-items:center;padding:25px 0}footer .top-footer .item-wrapper .icon{width:50px;height:50px;margin-right:10px;flex-shrink:0}footer .top-footer .item-wrapper .info .title{font-weight:bold;color:var(--primary_color);text-transform:uppercase}footer .top-footer .item-wrapper .info .desc a{font-size:12px;color:var(--third_color)}footer .main-footer{color:#fff;padding:30px 0}footer .main-footer .column-wrapper{display:flex;justify-content:space-between;align-items:start}footer .main-footer .column-wrapper .footer-column{max-width:280px}footer .title-footer{font-weight:bold;line-height:150%;font-size:16px;margin-bottom:24px;text-transform:uppercase;position:relative}footer .title-footer:after{content:"";width:50px;height:2px;background:#fff;position:absolute;bottom:-10px;left:0}footer .logo{display:flex;justify-content:center;align-items:start;flex-direction:column}footer .logo .img-wrap{height:100px;margin-bottom:10px}footer .logo .img-wrap img{object-fit:contain !important;height:100%}footer .dang-ky-bao-gia{text-align:left;max-width:344px}footer .dang-ky-bao-gia .title-quote{font-weight:bold;margin:15px 0}footer .dang-ky-bao-gia .form-quote p{display:flex}footer .dang-ky-bao-gia .form-quote .wpcf7-form-control-wrap{margin-right:10px}footer .dang-ky-bao-gia .form-quote .wpcf7-form-control-wrap .phone-quote{height:40px;padding:10px 20px;border:1px solid var(--primary_color);width:100%}footer .dang-ky-bao-gia .form-quote input:focus{outline:none}footer .dang-ky-bao-gia .form-quote .submit-quote{height:40px;background:var(--primary_color);color:#fff;border:none;padding:10px 20px;font-weight:bold;text-transform:uppercase;display:flex;align-items:center}footer .dang-ky-bao-gia .form-quote .submit-quote i{margin-left:15px}footer .title-column{font-weight:700;font-size:13px;line-height:150%;text-transform:uppercase;margin-bottom:5px}footer .contact-wrap{margin-top:15px}footer .contact-wrap ul{list-style:none;padding:0}footer .contact-wrap ul li{display:flex;width:100%}footer .contact-wrap ul li .icon{margin-right:10px}footer .contact-wrap ul li .content{display:inline-block;width:100%}footer .contact-wrap ul li .content .title{margin-right:5px;width:max-content;float:left}footer .contact-wrap ul li .content a{color:#fff}footer .contact-wrap ul li .content a:hover{color:#fdf312}footer .title-pay{font-style:normal;font-weight:700;font-size:14px;line-height:125%;text-transform:uppercase;padding:20px 0 15px}footer .extra_info{display:flex;padding:25px 0}footer .extra_info .item{max-height:40px;margin-right:25px}footer .extra_info .item img{object-fit:contain;object-position:left}footer .map iframe{height:272px;width:100%}footer a{color:inherit}footer a:hover{color:#fdf312}footer ul{padding-left:15px}footer ul li{margin-bottom:8px;font-size:12px}footer ul.footer-menu{display:flex;margin-bottom:unset;justify-content:center}footer ul.footer-menu li{list-style:none;padding:0 15px;margin-bottom:0}footer ul.footer-menu li a{font-weight:700;font-size:10px;line-height:150%}.social-wrap{margin-top:unset;display:flex}.social-wrap .social{height:25px;width:25px;background:#fff;border-radius:25px;display:flex;align-items:center;justify-content:center;margin-right:10px}.social-wrap .social i{color:var(--primary_color);font-size:14px}.end-footer{color:#fff}.end-footer .wrapper{border-top:1px solid #fff;height:50px;display:flex;align-items:center;justify-content:center}.end-footer .wrapper>*{width:max-content}.breadcrumb-wrapper{height:40px;background:#faf8f8;border-top:1px solid var(--border_color);border-bottom:1px solid var(--border_color)}.breadcrumb-wrapper .container{padding:0;height:100%}.breadcrumb-wrapper .rank-math-breadcrumb{color:var(--text_color);height:100%;display:flex;align-items:center}.breadcrumb-wrapper .rank-math-breadcrumb p{margin-bottom:0}.breadcrumb-wrapper .rank-math-breadcrumb i{font-size:11px;padding:0 10px}.breadcrumb-wrapper .rank-math-breadcrumb a{color:var(--text_color)}.breadcrumb-wrapper .rank-math-breadcrumb .last{color:var(--secondary_color)}.pagination{justify-content:center;padding:20px 0;border-radius:unset}.pagination .next span,.pagination .prev span,.page-numbers .next span,.page-numbers .prev span{font-size:12px}.pagination a,.pagination span,.page-numbers a,.page-numbers span{border:0;line-height:inherit;color:var(--primary_color);font-size:16px;font-weight:normal;position:relative;padding:7px 10px;margin:3px;display:flex;justify-content:center;align-items:center}.pagination a,.page-numbers a{padding:7px}.pagination .current,.page-numbers .current{background:#fff;border-radius:5px;color:var(--primary_color);padding:7px}.pagination .page-numbers:hover,.page-numbers .page-numbers:hover{background:var(--primary_color);border-radius:4px;color:#fff}.pagination .page-numbers:hover>span,.page-numbers .page-numbers:hover>span{color:#fff}.pagination a>span,.page-numbers a>span{margin:-10px}.page-numbers.current:hover,.papage-numbers.current:hover{padding:7px 8px}span.page-numbers.current{background:var(--primary_color) !important;color:#fff !important}.pagination .current,.pagination a.page-numbers,.page-numbers .current,.page-numbers a.page-numbers{height:40px;text-decoration:none;width:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #949494}.current .text-pagi-wrap{color:#fff !important;padding:0}.page-numbers{display:flex;list-style:none;border-radius:.25rem;justify-content:center}.author-box-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;width:100%;clear:both;display:block;overflow:hidden;word-wrap:break-word;position:relative;margin-top:20px}.author-box-wrap .author-box-gravatar{float:left;padding:0 20px 20px 20px}.author-box-wrap .author-box-gravatar img{max-width:100px;height:auto;border-radius:0}.author-box-wrap .author-box-authorname{font-size:18px;line-height:1;margin:20px 0 0 20px;display:block}.author-box-wrap .author-box-authorname a{text-decoration:none;color:var(--primary_color);font-weight:bold}.author-box-wrap .author-box-authorname a:focus{outline:0}.author-box-wrap .author-box-desc{display:block;margin:5px 20px}.author-box-wrap .author-box-desc a{text-decoration:underline}.author-box-wrap .author-box-desc p{margin:5px 0 12px}.author-box-wrap .author-box-web{margin:0 20px 15px;text-align:left}.author-box-wrap .sab-web-position{text-align:right}.author-box-wrap .author-box-web a{color:#ccc;text-decoration:none}.author-box-wrap .author-box-socials{position:relative;display:block;background:#fcfcfc;padding:5px;border-top:1px solid #eee}.author-box-wrap .author-box-socials a i{font-size:20px}.author-box-wrap .author-box-socials a svg{width:20px;height:20px}.author-box-wrap .author-box-socials a svg .st2{fill:#fff;transform-origin:center center}.author-box-wrap .author-box-socials a svg .st1{fill:rgba(0,0,0,.3)}.author-box-wrap .author-box-socials a:hover{opacity:.8;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;box-shadow:none !important;-webkit-box-shadow:none !important}.author-box-wrap .author-box-socials .author-box-icon-color{box-shadow:none;padding:0;border:0;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;display:inline-block;color:#fff;font-size:0;text-decoration:inherit;margin:5px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;overflow:hidden}.author-box-wrap .author-box-socials .author-box-icon-grey{text-decoration:inherit;box-shadow:none;position:relative;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;margin:10px 5px;color:#444;fill:#444}.clearfix:after,.clearfix:before{content:" ";display:table;line-height:0;clear:both}.ie7 .clearfix{zoom:1}.author-box-socials.sabox-colored .author-box-icon-color .sab-twitch{border-color:#38245c}.author-box-socials.sabox-colored .author-box-icon-color .sab-addthis{border-color:#e91c00}.author-box-socials.sabox-colored .author-box-icon-color .sab-behance{border-color:#003eb0}.author-box-socials.sabox-colored .author-box-icon-color .sab-delicious{border-color:#06c}.author-box-socials.sabox-colored .author-box-icon-color .sab-deviantart{border-color:#036824}.author-box-socials.sabox-colored .author-box-icon-color .sab-digg{border-color:#00327c}.author-box-socials.sabox-colored .author-box-icon-color .sab-dribbble{border-color:#ba1655}.author-box-socials.sabox-colored .author-box-icon-color .sab-facebook{border-color:#1e2e4f}.author-box-socials.sabox-colored .author-box-icon-color .sab-flickr{border-color:#003576}.author-box-socials.sabox-colored .author-box-icon-color .sab-github{border-color:#264874}.author-box-socials.sabox-colored .author-box-icon-color .sab-google{border-color:#0b51c5}.author-box-socials.sabox-colored .author-box-icon-color .sab-googleplus{border-color:#96271a}.author-box-socials.sabox-colored .author-box-icon-color .sab-html5{border-color:#902e13}.author-box-socials.sabox-colored .author-box-icon-color .sab-instagram{border-color:#1630aa}.author-box-socials.sabox-colored .author-box-icon-color .sab-linkedin{border-color:#00344f}.author-box-socials.sabox-colored .author-box-icon-color .sab-pinterest{border-color:#5b040e}.author-box-socials.sabox-colored .author-box-icon-color .sab-reddit{border-color:#992900}.author-box-socials.sabox-colored .author-box-icon-color .sab-rss{border-color:#a43b0a}.author-box-socials.sabox-colored .author-box-icon-color .sab-sharethis{border-color:#5d8420}.author-box-socials.sabox-colored .author-box-icon-color .sab-skype{border-color:#00658a}.author-box-socials.sabox-colored .author-box-icon-color .sab-soundcloud{border-color:#995200}.author-box-socials.sabox-colored .author-box-icon-color .sab-spotify{border-color:#0f612c}.author-box-socials.sabox-colored .author-box-icon-color .sab-stackoverflow{border-color:#a95009}.author-box-socials.sabox-colored .author-box-icon-color .sab-steam{border-color:#006388}.author-box-socials.sabox-colored .author-box-icon-color .sab-user_email{border-color:#b84e05}.author-box-socials.sabox-colored .author-box-icon-color .sab-stumbleUpon{border-color:#9b280e}.author-box-socials.sabox-colored .author-box-icon-color .sab-tumblr{border-color:#10151b}.author-box-socials.sabox-colored .author-box-icon-color .sab-twitter{border-color:#0967a0}.author-box-socials.sabox-colored .author-box-icon-color .sab-vimeo{border-color:#0d7091}.author-box-socials.sabox-colored .author-box-icon-color .sab-windows{border-color:#003f71}.author-box-socials.sabox-colored .author-box-icon-color .sab-whatsapp{border-color:#003f71}.author-box-socials.sabox-colored .author-box-icon-color .sab-wordpress{border-color:#0f3647}.author-box-socials.sabox-colored .author-box-icon-color .sab-yahoo{border-color:#14002d}.author-box-socials.sabox-colored .author-box-icon-color .sab-youtube{border-color:#900}.author-box-socials.sabox-colored .author-box-icon-color .sab-xing{border-color:#000202}.author-box-socials.sabox-colored .author-box-icon-color .sab-mixcloud{border-color:#2475a0}.author-box-socials.sabox-colored .author-box-icon-color .sab-vk{border-color:#243549}.author-box-socials.sabox-colored .author-box-icon-color .sab-medium{border-color:#00452c}.author-box-socials.sabox-colored .author-box-icon-color .sab-quora{border-color:#420e00}.author-box-socials.sabox-colored .author-box-icon-color .sab-meetup{border-color:#9b181c}.author-box-socials.sabox-colored .author-box-icon-color .sab-goodreads{border-color:#000}.author-box-socials.sabox-colored .author-box-icon-color .sab-snapchat{border-color:#999700}.author-box-socials.sabox-colored .author-box-icon-color .sab-500px{border-color:#00557f}.author-box-socials.sabox-colored .author-box-icon-color .sab-mastodont{border-color:#185886}.sabox-plus-item{margin-bottom:20px}@media screen and (max-width: 480px){.author-box-wrap{text-align:center}.author-box-wrap .author-box-gravatar{float:none;padding:20px 0;text-align:center;margin:0 auto;display:block}.author-box-wrap .author-box-gravatar img{float:none;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1}.author-box-wrap .author-box-desc{margin:0 10px 20px;text-align:center}.author-box-wrap .author-box-authorname{text-align:center;margin:10px 0 20px}}body .author-box-authorname a,body .author-box-authorname a:hover{box-shadow:none;-webkit-box-shadow:none}a.sab-profile-edit{font-size:16px !important;line-height:1 !important}.sab-edit-settings a,a.sab-profile-edit{color:#0073aa !important;box-shadow:none !important;-webkit-box-shadow:none !important}.sab-edit-settings{margin-right:15px;position:absolute;right:0;z-index:2;bottom:10px;line-height:20px}.sab-edit-settings i{margin-left:5px}.author-box-socials{line-height:1 !important}.rtl .author-box-wrap .author-box-gravatar{float:right}.rtl .author-box-wrap .author-box-authorname{display:flex;align-items:center}.rtl .author-box-wrap .author-box-authorname .sab-profile-edit{margin-right:10px}.rtl .sab-edit-settings{right:auto;left:0}img.sab-custom-avatar{max-width:75px}.author-box-wrap{margin-bottom:0px;padding:0px 0px}.author-box-wrap .author-box-authorname{font-size:18px;line-height:25px}.author-box-wrap .author-box-desc p,.author-box-wrap .author-box-desc{font-size:14px !important;line-height:21px !important}.author-box-wrap .author-box-web{font-size:14px}.author-box-wrap .author-box-socials a svg{width:18px;height:18px}#toc-content-wrapper{border:solid 1px rgba(51,51,51,.95);color:#333;background:rgba(243,243,243,.95)}#toc-content-wrapper .toc-header{display:flex;align-items:center;width:100%;border:none;background:none;font-size:16px;line-height:1.5;padding:10px;font-weight:bold}#toc-content-wrapper .toc-header i{margin-right:5px}#toc-content-wrapper ul{margin-left:0;counter-reset:List;list-style:none}#toc-content-wrapper ul li{counter-increment:List}#toc-content-wrapper .toc-content ul li a{font-size:14px;color:#333;padding:2px 0;display:block}#toc-content-wrapper .toc-content ul li a:before{font-family:inherit;content:counters(List, ".");margin-right:6px}#toc-content-wrapper .toc-content ul li a:hover{color:var(--secondary_color)}#toc-content-wrapper .toc-content>ul>li>a{font-size:15px;font-weight:bold}@media screen and (max-width: 769px){#custom_html-17{display:none}.main-slider .swiper-slide img{height:30vh}.offcanvas.offcanvas-start.offcanvas-mobile-menu{--bs-offcanvas-width: 270px}.top-bar .site_name .social-wrap{display:none}.top-bar .site_name .company-title{display:block;width:100%;text-align:center}.offcanvas-mobile-menu .offcanvas-body{position:relative;padding:12px 0}.offcanvas-mobile-menu .logo{height:40px;display:block;width:100%;text-align:center}.offcanvas-mobile-menu .logo img{object-fit:contain;height:100%}.offcanvas-mobile-menu .close{position:absolute;right:8px;top:0;height:52px;width:25px;display:block;background:none;border:none}.offcanvas-mobile-menu .close i{font-size:14px;line-height:34px;color:var(--secondary_color)}.offcanvas-mobile-menu ul{padding:0;list-style:none}.offcanvas-mobile-menu ul li{border-top:1px solid rgba(0,0,0,.03)}.offcanvas-mobile-menu ul li a{display:block;padding:7px 10px;margin-right:50px;text-decoration:none;line-height:19px;font-size:14px;border-bottom:none;color:var(--primary_color)}.offcanvas-mobile-menu .menu-item-has-children{position:relative}.offcanvas-mobile-menu .menu-item-has-children .sub-menu{background:rgba(0,0,0,.02)}.offcanvas-mobile-menu .menu-item-has-children .sub-menu li a{padding-left:35px}.offcanvas-mobile-menu .menu-item-has-children .open{display:block;position:absolute;right:12px;top:13px}}/*# sourceMappingURL=style.css.map */
