::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --blue-color: #0082c4;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**header**/
div#masthead {
    padding-top: 5px;
}

div#masthead li.header-search {
    margin: 0 0 0 0px !important;
}

div#masthead li.header-search a {
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    color: #999;
    border: 0px;
    padding: 0px !important;
    font-size: 12px;
    border-radius: 0px !important;
}

div#masthead li.header-search a:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

div#masthead .header-right ul li {
    list-style: none;
}

div#masthead .header-right ul li a {
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#masthead .header-right ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

div#masthead .info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}

div#masthead .info-top > li {
    padding-right: 20px;
    padding-left: 20px;
}

div#masthead .info-top > li + li {
    border-left: thin solid #e5e5e5;
}

div#masthead .type-none {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#masthead .info-top ol > li {
    color: #999;
}

div#masthead .info-top ol > li a {
    color: var(--primary-color);
}

div#masthead .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div#masthead .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div#masthead .info-top ol > li > :first-child {
    padding-right: 10px;
    color: #005faf;
    text-align: right;
}

div#masthead .info-top td a {
    color: #005faf;
    font-weight: 400;
}

.text-green {
    color: #098b47;
}

div#masthead .info-top table {
    margin: 0 !important;
    width: 100%;
}

div#masthead .info-top td {
    padding: 0;
    border: 0px !important;
}

div#masthead .info-top tr {
    border: 0px !important;
}

div#masthead .info-top td:first-child {
    padding-right: 5px !important;
}

/**menu**/
#mega-menu-wrap-primary #mega-menu-primary {
    position: relative;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#mega-menu-wrap-primary #mega-menu-primary li a {
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 20px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    z-index: 99 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .home-link {
    width: 80px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .home-link a {
    text-align: center;
    display: flex;
    justify-content: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:before {
    width: 100%;
    -webkit-transform: translate(-50%, -50%) skewX(-45deg);
    -ms-transform: translate(-50%, -50%) skewX(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewX(-45deg);
    z-index: 1;
    background: #005faf;
    height: 100%;
    pointer-events: none;
    content: "";
    display: block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-item:before {
    color: #fff !important;
    background: #5bcbf5 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    padding: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px !important;
    color: #111 !important;
    text-transform: unset !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

/**slide**/
.slide-main .banner-layer {
    transform: unset !important;
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    top: auto;
}

.slide-main .banner-layers.container {
    width: 100% !important;
    max-width: 100% !important;
}

.slide-main .caption .sticky {
    position: sticky;
    bottom: 0;
    z-index: 11;
    background: url(../images/bg-text.png);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding-top: 26px;
    padding-bottom: 26px;
}

.slide-main .caption .sticky h2 {
    text-align: left;
    font-size: 36px;
    line-height: 50px;
    font-weight: 300 !important;
    text-transform: uppercase;
}

.slide-main .caption .sticky strong {
    text-transform: none;
    font-weight: 700;
}

/**footer**/


/**home title**/
.home-title {
    width: 100%;
    display: inline-block;
}

.home-title h1 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0px;
    color: #111;
}

.home-title h2 {
    font-size: 40px;
    margin: 0px;
    color: #111;
}

.home-title h3 {
    font-size: 40px;
    margin: 0px;
    color: #111;
}

/**post featured**/
.post__featured_new {
    width: 100%;
}

.post__featured_new a {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.post__featured_new .post__featured-thumbnail {
    width: 200px;
    height: 160px;
}

.post__featured_new .post__featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__featured_new .post__featured-content {
    width: calc(100% - 200px);
    padding-left: 15px;
}

.post__featured_new .post__featured-content h4 {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

.post__featured_new .post__featured-content h4:hover {
    color: #ff0000;
}

.post__featured_new .post__featured-content .post-desc {
    color: #999;
    font-size: 13px;
    font-weight: 300;
}

.post__featured-list ul li {
    list-style: none;
    margin: 0 0 10px 0 !important;
}

.post__featured-list ul li a:before {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
}

.post__featured-list ul li a {
    color: #333;
    font-size: 15px;
    -webkit-transition: background-size .6s ease;
    -o-transition: background-size .6s ease;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    position: relative;
    transition: background-size .6s ease;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0, #333));
    background-image: -o-linear-gradient(top, transparent 95%, #333 0);
    background-image: linear-gradient(180deg, transparent 95%, #333 0);
    background-repeat: no-repeat;
    background-size: 0 100%;
}

.post__featured-list ul li a:hover {
    background-size: 100% 100%;
    color: #111;
}

/**abouts**/
.tk-item h3 {
    font-size: 44px;
    color: var(--blue-color);
}

.tk-item p {
    color: #111;
    font-size: 18px;
}

.tk-item .sz-12 {
    font-size: 14px;
    color: #666;
}

/**page**/
.banner-child .img-scale {
    padding-top: 66.66667%;
}

.img-scale {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-scale img {
    -o-object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**breadcrumbs**/
.global-breakcrumb {
    position: relative;
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zone-name {
    position: relative;
}

.zone-name, .zone-name .zone-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.zone-name .zone-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    padding-right: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: calc(100% + 10px);
    max-height: 80px;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.zone-name .zone-title:before {
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    position: absolute;
    top: 0;
    right: 0;
    transform: skewX(-45deg);
    z-index: -1;
    background: #005faf;
    width: 1000%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.breadcrumb-zone > .breadcrumb {
    width: 100%;
}

.breadcrumb-zone > .breadcrumb > .rank-math-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
}

.breadcrumb-zone > .breadcrumb > .rank-math-breadcrumb {
    margin: 0px;
}

.breadcrumb-zone > .breadcrumb > .rank-math-breadcrumb:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.breadcrumb-zone > .breadcrumb > .rank-math-breadcrumb a, .breadcrumb-zone > .breadcrumb > .rank-math-breadcrumb span {
    position: relative;
    z-index: 999;
    color: #999;
    font-weight: 400;
    font-size: 1rem;
}

.breadcrumb-zone > .breadcrumb > .rank-math-breadcrumb p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-bottom: 0px !important;
    list-style: none;
}

.breadcrumb-zone > .breadcrumb > .rank-math-breadcrumb span.last {
    color: #111;
}

.breadcrumb-zone > .breadcrumb span.separator {
    margin: 0px 15px;
    font-family: 'Font Awesome 6 Pro';
    color: #111;
}

/**slide**/
.slide-post .owl-stage-outer, .slide-product .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

/***slide**!*/
.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 40px;
    min-height: 40px;
    line-height: 40px !important;
    background: #fff !important;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px !important;
    border-radius: 50px !important;
}

.owl-nav button i {
    color: #111;
    font-size: 25px;
}

.owl-nav button.owl-prev {
    left: 15px !important;
}

.owl-nav button.owl-next {
    right: 15px !important;
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color);
    color: #111;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.text-uppercase h3 {
    text-transform: uppercase;
}

/**post row**/
.post-row {
    width: 100%;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.post-row .post-thumbnail {
    width: 100%;
    height: 250px;
    position: relative;
}

.post-row .post-content, .post-row .post-thumbnail:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.post-row .post-thumbnail img {
    -o-object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-row .post-thumbnail:before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}


.post-row .post-content {
    border-bottom: 3px solid rgba(35, 58, 122, 0);
    background: #f8f8f8;
    padding: 25px 30px 30px;
    height: 220px;
}

.post-row .post-content .post-meta {
    font-weight: 300;
    color: #999;
    font-size: 14px;
}

.post-row .post-content h4 {
    font-size: 24px;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .2s ease-in-out;
    margin-top: 10px;
    overflow: hidden;
    color: #000;
    line-height: 1.3;
    text-overflow: ellipsis;
}

.post-row .post-content .post-read {
    margin-top: 30px;
    position: relative;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    align-items: center;
    text-transform: none;
}

.post-row .post-content .post-read span {
    font-size: 16px;
    color: #999;
}

.post-row .post-content .post-read img {
    position: relative;
    z-index: 11;
    margin-left: 15px;
    width: 12px;
    height: 12px;
}

.post-row:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.post-row .post-content h4:hover {
    color: #ff0000;
}

.post-row:hover .post-content {
    border-bottom: 3px solid #005faf;
}

.post-row:hover .post-thumbnail:before {
    opacity: 0.5;
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
}

.button-more {
    text-align: center;
}

.button-more a span {
    position: relative;
    z-index: 2;
}

.button-more a {
    border: thin solid #005faf;
    background: #fff;
    color: #005faf;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 150px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    height: 50px;
}

.button-more a img {
    position: relative;
    z-index: 11;
    margin-left: 15px;
    width: 12px;
    height: 12px;
}

.button-more a:hover {
    border-color: #005faf;
    background: #005faf;
    color: #fff !important;
}

.button-more a:hover span {
    background-size: 0 0 !important;
}

.button-more a .animate {
    background: #005faf;
}

.button-more a .animate {
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    width: 0;
    height: 0;
}

.button-more a:hover .animate {
    width: 225%;
    height: 382.5px;
    background: #005faf;
}

/**category**/
section.category-entry {
    width: 100%;
    display: inline-block;
    margin: 60px 0 30px 0;
}

.news-card-item.news-big {
    position: relative;
    background: #f8f8f8;
}

.news-card-item {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.news-card-item.news-big .image {
    height: 100%;
}

.news-card-item.news-big .img-scale {
    padding-top: 58.60215%;
}

.news-card-item .image:before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    background: #005faf;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.news-card-item .image {
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
    padding-top: 55.55556%;
}

.news-card-item.news-big .image:before {
    opacity: 1;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(#005faf), to(rgba(35, 58, 122, 0)));
    background: -o-linear-gradient(bottom, #005faf 0, rgba(35, 58, 122, 0) 100%);
    background: linear-gradient(0deg, #005faf, rgba(35, 58, 122, 0));
}

.news-card-item .caption, .news-card-item .image:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.news-card-item.news-big .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    border: none;
    background: none;
    padding: 45px 30px;
    width: 100%;
    height: auto;
}

.news-card-item .caption, .news-card-item .image:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.news-card-item.news-big .time, .news-card-item.news-big .title a, .news-card-item.news-big .zone-title {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.news-card-item .title {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .2s ease-in-out;
    margin-top: 10px;
    overflow: hidden;
    color: #fff;
    line-height: 1.3;
    text-overflow: ellipsis;
}

.news-card-item.news-big .time, .news-card-item.news-big .title a, .news-card-item.news-big .zone-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
}

p.zone-title.fz-14.fw-300.text-99 {
    font-size: 14px;
    font-weight: 300;
}

.news-card-item .title:hover {
    text-decoration: underline !important;
}

.news-card-item.news-big .caption-more {
    margin-top: 20px;
}

.news-card-item.news-big .caption-more a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    text-transform: none;
    color: #fff;
}

.news-card-item.news-big .caption-more a img {
    position: relative;
    z-index: 11;
    margin-left: 15px;
    width: 12px;
    height: 12px;
}

.news-card-item:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

.mb30 {
    margin-bottom: 30px !important;
}

.box-news-right {
    padding: 25px;
    background: #f8f8f8;
}

/**post list**/
.post-list {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.post-list:not(:last-child) {
    margin-bottom: 20px;
}

.post-list a {
    display: flex;
    flex-flow: wrap;
}

.post-list .post-thumbnail {
    width: 180px;
    height: 110px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.post-list .post-thumbnail:before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.post-list:hover .post-thumbnail:before {
    opacity: 0.5;
}

.post-list .post-content {
    width: calc(100% - 180px);
    padding-left: 15px;
}

.post-list .post-content h4 {
    font-size: 14px;
    color: #005faf;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .2s ease-in-out;
    margin-top: 5px;
    overflow: hidden;
    font-weight: 500;
    line-height: 20px;
}

.post-list .post-content .post-category {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

.post-list .post-content h4:hover {
    color: #ff0000;
}

.post-list:hover .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

.post-row.row-big .post-thumbnail {
    height: 380px;
}

.post-row.row-list a {
    display: flex;
    flex-flow: wrap;
}

.row-list .post-thumbnail {
    width: 300px;
    height: 200px;
}

.row-list .post-content {
    width: calc(100% - 300px);
    border: 0px !important;
}

.news-detail-page .banner-child .img-scale, .small-page .banner-child .img-scale {
    padding-top: 23.4375% !important;
}

/**widget**/
aside.widget-post {
    width: 100%;
    border: thin solid #e1e1e1;
    padding: 25px 30px;
    background: #f8f8f8;
}

.widget-title h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
}

.widget_media_image img {
    width: 100%;
}

.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100%;
    height: 220px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: 100%;
    padding: 10px 0;
}

.widget-post-list .widget-post-item .widget-post-content h4 {
    margin-top: 10px;
    display: inline-block;
    color: var(--primary-color);
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 0;
}


.widget-post-list .widget-post-item .widget-post-content h4:hover {
    color: #ff0000;
}

.widget-post-list .widget-post-content .post-meta {
    font-weight: 300;
    color: #999;
    font-size: 14px;
}


.entry-content, .entry-content p, .entry-content ul li, .entry-content ol li {
    color: #111;
    font-size: 16px;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    margin: 0 0 10px !important;
}

.entry-content ul, .entry-content ol {
    margin-left: 25px !important;
}

.news-detail-page .entry-content a {
    color: var(--blue-color) !important;
}

.article-tags span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

.article-tags a {
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 0 15px;
    line-height: 28px;
    color: var(--primary-color);
    margin: 3px 10px 3px 0;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    background: #fff;
}

.article-tags a:hover {
    background: var(--blue-color);
}

header.header-single {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: thin solid #e1e1e1;
}

header.header-single h1 {
    font-size: 44px;
    color: var(--primary-color);
    margin: 0 0 15px 0;
    line-height: 50px;
}

.header-single-meta .time {
    font-weight: 300;
    color: #999;
    font-size: 16px;
}

.entry-content {
    padding-top: 0px !important;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 60px 0;
    border-top: thin solid #e1e1e1;
    background: #f5f5f5;
}

footer#footer .footer-top, footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-title h3 {
    margin-bottom: 20px;
    font-weight: 300;
    color: var(--blue-color);
}

footer#footer .footer-ct img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

footer#footer .footer-social a {
    width: 100%;
    font-size: 14px;
    color: #656565;
    margin: 0 0 10px 0;
    display: block;
}

footer#footer .footer-social a i {
    color: var(--blue-color);
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0 0 10px 0 !important;
}

footer#footer .footer-menu ul li a {
    font-size: 14px;
    color: #656565;
    padding: 0;
}

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

footer#footer img.brand-2 {
    width: 150px;
    margin: 10px 0 0 0;
}

.footer-copyright {
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
    padding: 35px 0;
    position: relative;
}

.footer-copyright .container:before {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 11;
    background: url(../images/arrow-footer.png);
    width: 80px;
    height: 80px;
    content: "";
}

.footer-copyright ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.footer-copyright ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    margin: 0px 10px;
}

.copyright {
    text-align: center;
    margin: 15px 0 0 0;
    color: #fff;
}

/**mt**/
.mt-item .mt-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px !important;
}

.mt-item h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0 0;
}

.mt-item .box-image:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    transition: all .2s ease-in-out;
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.mt-item:hover .box-image:before {
    opacity: 0.5;
}

.mt-item .box-text.text-left {
    z-index: 99;
    text-shadow: unset !important;
}

.recruitment-1 .img {
    left: 39.5%;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    position: absolute;
    top: 0;
    transform: skewX(-35deg);
    width: 87%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.recruitment-1 .img img {
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    left: -30%;
    transform: skewX(35deg);
}

.box-content h1 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.box-contact ul li a {
    color: var(--primary-color);
    font-weight: 700;
}

.box-contact ul li i {
    color: var(--primary-color);
}

.box-contact ul li {
    list-style: none !important;
    margin: 0 0 10px 0 !important;
    font-size: 16px;
}

.box-abouts h1 {
    font-size: 40px;
    color: #111;
    margin-bottom: 20px;
}

.box-abouts {
    font-size: 16px;
}

.box-abouts p, .box-abouts ul li {
    margin: 0 0 10px 0 !important;
}

.box-abouts ul li {
    list-style: none !important;
}

.box-abouts ul li:before {
    content: '\f178';
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px !important;
    color: var(--primary-color) !important;
}


/**project**/
.project-text p {
    margin-bottom: 20px;
    text-align: justify;
    color: #111;
    font-size: 18px;
}

.project-row {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    background: #fff;
    padding: 15px;
}

.project-row .project-thumbnail {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.project-row .project-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.project-row:hover .project-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.project-row .project-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.project-row .project-info p {
    color: #333;
}

.project-row .project-info p:not(:last-child) {
    margin: 0 0 5px 0;
    font-size: 15px;
}

.project-row .project-content h4 {
    font-size: 24px;
    margin: 0 0 15px 0;
    color: #111;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 60px;
}

.project-row .project-content h4:hover {
    color: var(--primary-color)
}

.project-row .project-content .project-read {
    margin-top: 30px;
    position: relative;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    align-items: center;
    text-transform: none;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.project-row .project-content .project-read span {
    font-size: 16px;
    color: #999;
}

.project-row .project-content .project-read img {
    position: relative;
    z-index: 11;
    margin-left: 15px;
    width: 12px;
    height: 12px;
}

.project-row:hover .project-content .project-read {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.swiper-container {
    width: 100%;
}

.project-section {
    position: relative;
}

.swiper-container .main-button, .swiper-container .main-button > * {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-section .main-button > * {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    background: #005faf;
}

.project-section .main-button > * i {
    color: #fff;
}

.project-section .main-button .button-prev {
    left: 80px;
    cursor: pointer;
}

.project-section .main-button .button-next {
    right: 80px;
    cursor: pointer;
}

.project-section .main-button > * {
    position: absolute;
    top: 27%;
    margin: 0;
    z-index: 99;
}


/**project entry**/
.image-center {
    text-align: center;
}

.image-center img {
    width: 300px;
}

/**slide project**/
.gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.project-gallery-main {
    width: calc(100% - 100px);
    height: 400px;
    position: relative;
    overflow: hidden;
}

project-gallery-main .main-button, .project-gallery-main .main-button > * {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-gallery-main .main-button > * {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    background: #005faf;
}

.project-gallery-main .main-button > * i {
    color: #fff;
}

.project-gallery-main .main-button .button-prev {
    left: 80px;
    cursor: pointer;
}

.project-section .main-button .button-next {
    right: 80px;
    cursor: pointer;
}

.project-section .main-button > * {
    position: absolute;
    top: 27%;
    margin: 0;
    z-index: 99;
}

.gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.swiper-slide-active .gallery-title {
    animation: slide-in 0.3s ease-in both;
}

.project-gallery-thumbs {
    width: 100px;
    height: 400px;
    padding-left: 15px;
}

.project-gallery-thumbs .swiper-slide img {
    transition: 0.3s;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.project-gallery-thumbs .swiper-slide {
    margin-bottom: 10px;
}

.project-gallery-thumbs .swiper-slide-active {
    opacity: 0.9;
}

.project-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.project-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}

.entry-project .project-info {
    margin: 15px 0 0 0;
}

.entry-project .project-info p {
    color: #333;
}

.entry-project .project-info p:not(:last-child) {
    margin: 0 0 5px 0;
    font-size: 15px;
}

.entry-project .project-info h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
    color: var(--primary-color);
    line-height: 30px;
}

/**bidding**/
.bidding-row {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    margin-top: 20px !important;
    padding-bottom: 20px;
    border-bottom: thin solid #eee;
}

.bidding-row .bidding-thumbnail {
    width: 330px;
    height: 280px;
}

.bidding-row .bidding-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bidding-row .bidding-content {
    width: calc(100% - 330px);
    padding-left: 20px;
}


.bidding-row .bidding-content h4, .bidding-row .bidding-content h4 a {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    color: var(--primary-color);
}

.bidding-row .bidding-content h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    width: 30px;
    height: 3px;
    content: "";
}

.bidding-row .bidding-info .col-br:not(:last-child) {
    border-right: thin solid #eee;
}

.bidding-row .bidding-content h4:hover, .bidding-row .bidding-content h4 a:hover {
    color: #ff0000;
}

.bidding-row .bidding-content h3 {
    margin-bottom: 12px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.bidding-row .bidding-content p {
    line-height: 1.3;
    color: #333;
    font-size: 15px;
}

a.button_for:not(:last-child) {
    margin-right: 10px !important;
}

a.button_for span {
    position: relative;
    z-index: 2;
}

a.button_for {
    border: thin solid #005faf;
    background: #fff;
    color: #005faf;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 150px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    height: 50px;
}

.transparent {
    background: transparent !important;
}

a.button_for img {
    position: relative;
    z-index: 11;
    margin-left: 15px;
    width: 12px;
    height: 12px;
}

a.button_for:hover {
    border-color: #005faf;
    background: #005faf !important;
    color: #fff !important;
}

a.button_for:hover span {
    background-size: 0 0 !important;
}

a.button_for .animate {
    background: #005faf;
}

a.button_for .animate {
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    width: 0;
    height: 0;
}

a.button_for:hover .animate {
    width: 225%;
    height: 382.5px;
    background: #005faf;
}

a.button_primary {
    background: #005faf !important;
    color: #fff !important;
}

a.button_primary:hover {
    background: #fff !important;
    color: #005faf !important;
}

a.button_primary:hover span {
    color: #005faf !important;
}

/**widget**/
aside.widget-category {
    border: 2px solid #5bcbf5;
    width: 100%;
    display: inline-block;
}

aside.widget-category .widget-category-title h3 {
    background-color: #5bcbf5;
    padding: 9px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
}

aside.widget-category .category-list a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    display: block;
    transition: all .2s ease-in-out;
    background: #f5f5f5;
    padding: 13px 30px;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    /* font-weight: 600; */
}

aside.widget-category .category-list a:hover {
    color: var(--primary-color)
}

.main-title-2 {
    padding-bottom: 20px;
}

.main-title-2 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #111;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
}

h3.main-title-2 {
    font-size: 25px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.entry-file {
    margin-bottom: 20px;
}

/**tab**/
.tab-pve ul li a {
    color: var(--primary-color) !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    padding-right: 20px !important;
}

.tab-pve ul li.active a {
    font-weight: 700;
}

/**slide post**/
.slide-post .owl-nav > button {
    width: 50px !important;
    height: 50px !important;
    min-height: unset !important;
    border-radius: 0px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    background: #005faf !important;
}

.slide-post .owl-nav > button > i {
    color: #fff;
}


.slide-post .owl-nav > button {
    position: unset !important;
}

.slide-post .owl-nav button.owl-prev {
    margin-bottom: 5px !important;
}

.slide-post .owl-nav {
    position: absolute;
    top: 40px;
    left: -70px;
}

/**tin**/
.home-6 .box-image {
    left: 39.5%;
}

.home-6 .box-image {
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    position: absolute;
    top: 0;
    left: 42%;
    transform: skewX(-45deg);
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.home-6 .row > * {
    position: static !important;
}

.home-6 .box-image div {
    width: 100%;
    height: 100%;
}

.sticky .col-inner {
    position: static !important;
}

.home-6 .box-image .img-inner.dark {
    padding-top: 0;
    height: 100%;
}

.home-6 .box-image img {
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    left: -30%;
    transform: skewX(45deg);
    -o-object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-div {
    min-height: 650px;
}

.home-6 .background-div:before {
    right: 65%;
}

.home-6 .background-div:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
    width: 100%;
    height: 100%;
    content: "";
}

.home-6 .background-div:before {
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    right: 60%;
    transform: skewX(-45deg);
    width: 61%;
}

.background-text {
    max-width: 340px;
    font-size: 18px;
    color: #fff;
}

/**button for***/
.button_for_white span {
    position: relative;
    z-index: 2;
}

.button_for_white {
    border: thin solid #fff;
    background: transparent;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 150px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    height: 50px;
}

.button_for_white img {
    position: relative;
    z-index: 11;
    margin-left: 15px;
    width: 12px;
    height: 12px;
}

.button_for_white:hover {
    border-color: #fff;
    background: #fff;
    color: #005faf !important;
}

.button_for_white:hover span {
    background-size: 0 0 !important;
}

.button_for_white .animate {
    background: #fff;
}

.button_for_white .animate {
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    width: 0;
    height: 0;
}

.button_for_white:hover .animate {
    width: 225%;
    height: 382.5px;
    background: #fff;
}

/**slide partner**/
.slide-partner .owl-nav > button {
    width: 50px !important;
    height: 50px !important;
    min-height: unset !important;
    border-radius: 0px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    background: #005faf !important;
}

.slide-partner .owl-nav > button > i {
    color: #fff;
}


.slide-partner .owl-nav > button {
    position: unset !important;
}

.slide-partner .owl-nav button.owl-prev {
    margin-right: 5px !important;
}

.slide-partner .owl-nav {
    position: absolute;
    top: 40px;
    left: -51.5%;
    display: flex;
}

/**project full**/
.project-full {
    width: 100%;
    position: relative;
    overflow: hidden
}

.project-full .project-thumbnail {
    padding-top: 33.85417%;
    display: block;
    position: relative;
    overflow: hidden;
}

.project-full .project-thumbnail img {
    -o-object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-full .project-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 11;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
}

.project-full .project-content:before {
    right: -60%;
    width: 100%;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg);
    z-index: -1;
    background: hsla(0, 0%, 100%, .85);
    height: 100%;
    content: "";
}

.project-full .project-content h4,
.project-full .project-content h4 a {
    font-size: 20px;
    color: var(--primary-color);
    margin: 0 0 15px 0;
}

.project-full .project-content > .container {
    text-align: right;
}

.project-full .project-content .project-info {
    margin-left: auto;
    max-width: 40%;
    font-size: 1.125rem;
}

.project-full .project-content .project-info p {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.btn-primary {
    margin-top: 15px !important;
}

.btn-primary {
    border-color: var(--primary-color) !important;
}

.btn-primary span {
    color: var(--primary-color) !important;
}

.btn-primary:hover {
    background: #fff !important;
}

.product-full-section .main-button > * {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    background: #005faf;
}

.product-full-section .main-button > * i {
    color: #fff;
}

.product-full-section .main-button .button-prev {
    cursor: pointer;
}

.product-full-section .main-button .button-next {
    cursor: pointer;
    margin-top: 5px;
}

.product-full-section .main-button {
    position: absolute;
    top: 100px;
    margin: 0;
    z-index: 99;
    left: 180px;
}


/**cloud slide**/
.home-22 .main-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}

@media (min-width: 1280px) {
    .home-22 .main-slide {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

@media (min-width: 1280px) {
    .home-22 .main-slide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 25px;
    }
}

@media (min-width: 1440px) {
    .home-22 .main-slide {
        -webkit-transform: translate(4.5%, 4.5%);
        -ms-transform: translate(4.5%, 4.5%);
        transform: translate(4.5%, 4.5%);
    }
}

@media (min-width: 1900px) {
    .home-22 .main-slide {
        -webkit-transform: translate(1%, 4.5%);
        -ms-transform: translate(1%, 4.5%);
        transform: translate(1%, 4.5%);
    }
}

.home-22 #carousel {
    overflow: visible !important;
}

.home-22 #carousel {
    width: 930px;
    height: 930px;
}

.home-22 #carousel {
    overflow: visible !important;
}

.home-22 .main-slide .cloud9-item .image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: -1;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #fff;
    height: 280px;
}

.home-22 .main-slide .cloud9-item .title {
    display: none;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.home-22 .main-slide .cloud9-item .desc {
    display: none;
    text-align: justify;
}

.home-22 .main-slide .cloud9-item, .home-22 .main-slide .cloud9-item .image {
    margin-right: auto;
    margin-left: auto;
    width: 280px;
}

.home-22 .main-slide .cloud9-item .image:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    background: hsla(0, 0%, 100%, .5);
    content: "";
}

.home-22 .main-slide .cloud9-item .image:before, .home-22 .main-slide .cloud9-item .image img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}


.home-22 .main-slide .cloud9-item .image:before, .home-22 .main-slide .cloud9-item .image img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.home-22 .main-slide .cloud9-item .image img {
    -webkit-filter: grayscale(100%);
    -o-object-fit: cover;
    opacity: 1;
    filter: grayscale(100%);
    object-fit: cover;
}

.home-22 .center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 49;
}

.home-22 .main-slide .cloud9-item:hover .image:before {
    opacity: 1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.home-22 .main-slide .cloud9-item.active .image img, .home-22 .main-slide .cloud9-item:hover .image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.home-22 #nav {
    display: none;
}

.home-22 .content-slide {
    display: block !important;
}

.home-22 .content-slide .txt {
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
    color: #005faf;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.home-22 .content-slide .txt, .home-22 .content-slide .txt-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-22 .content-slide .txt-desc {
    -webkit-line-clamp: 8;
    font-size: 15px;
    text-align: justify;
}

.home-22 .content-slide .txt, .home-22 .content-slide .txt-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-22 .content-slide .txt-desc {
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 288px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
}

/**gioi thieu**/
.number-list {
    padding: 50px;
}

.about-1 .number-item {
    -ms-flex-line-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    width: 100%;
}

.about-1 .number-item:not(:last-child) {
    margin-bottom: 20px;
}

.about-1 .number-item .icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
}

.about-1 .number-item .caption {
    padding-left: 30px;
    width: calc(100% - 64px);
}

.about-1 .number-item .caption .number {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}

.about-1 .number-item .caption .title {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.about-2 .icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.about-2 .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: thin solid #005faf;
    padding: 10px;
    width: 75px;
    min-width: 75px;
    height: 75px;
}

.about-2 .caption {
    padding-left: 30px;
    width: calc(100% - 100px);
    max-width: 420px;
}

.about-2 .caption .title {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color)
}

.about-2 .caption .desc {
    font-size: 18px;
    color: #111;
}

.about-2 .caption .desc p {
    color: #111 !important;
}

.about-2 .box-text.text-left {
    text-shadow: unset !important;
}

.history-slide .img-scale {
    padding-top: 33.85417%;
}

.history-slide .caption {
    padding: 40px 40px 25px;
    height: 395px;
    background-size: cover !important;
    background-position: center center !important;
}

.history-slide .caption .year-number {
    font-size: 100px;
    background-image: url(../images/bg-year.png);
    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--primary-color);
    font-weight: 700;
}

.history-slide .caption .desc-wrap {
    -moz-text-align-last: center;
    padding-right: 10px;
    max-width: 888px;
    height: 210px;
    overflow: hidden;
    text-align: justify;
    text-align-last: center;
    margin: 30px auto;
}

.history-slide .caption .desc-wrap * {
    margin-bottom: 20px !important;
}

.history-slide .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.history-slide .button-prev, .history-slide .button-next {
    padding: 0 25px;
}

.history-slide .button-prev i, .history-slide .button-next i {
    color: #bbb;
    font-size: 80px;
}

.history-slide {
    border-bottom: thin solid #e5e5e5;
}

.history-slide .year-thumbs {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
}

.history-slide .year-thumbs, .history-slide .year-thumbs:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.history-slide .year-thumbs {
    position: relative;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #bbb;
}

.history-slide.year-thumbs, .history-slide.year-thumbs:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.history-slide .year-thumbs:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    content: url(../images/arrow-top-blue.png);
}

.history-slide .swiper-slide-thumb-active .year-thumbs:before {
    bottom: -5px;
    opacity: 1;
}

.history-slide .mySwiper {
    max-width: 1230px;
    margin: 0 auto;
}

/**gia tri**/
.gt-item .box-text.text-center {
    text-shadow: unset !important;
}

.gt-item .caption .title {
    font-size: 30px;
}

.gt-item .caption .sub-title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: normal;
}

.gt-item .desc {
    -webkit-transition: max-height .15s ease-out;
    -o-transition: max-height .15s ease-out;
    transition: max-height .15s ease-out;
    max-height: 0;
    overflow: hidden;
}

.gt-item:hover .desc {
    opacity: 1;
    max-height: unset;
}

.gt-item:hover .overlay {
    background: rgba(0, 0, 0, 0.4);
}

.gt-item .title:first-letter {
    color: #5bcbf5;
}

.ct-item {
    background: #fff;
    padding: 30px;
}

.ct-item img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.ct-item .caption {
    margin-top: 30px;
    position: relative;
}

.ct-item .caption:before {
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    background: #5bcbf5;
    width: 30px;
    height: 5px;
    display: block;
}

.ct-item .caption h3 {
    color: #111;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}

/**service**/
.service-item {
    width: 100%;
    height: 350px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail:before {
    content: '';
    background: -o-linear-gradient(315deg, #005faf 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #005faf, #0083c1 50%, #5bcbf5);
    padding-top: 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.service-item h4.service-title {
    position: absolute;
    padding: 25px 30px;
    bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.service-item .service-content {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.33, 1, .68, 1);
    -o-transition: transform .6s cubic-bezier(.33, 1, .68, 1);
    transform: translateY(100%);
    transition: -webkit-transform .6s cubic-bezier(.33, 1, .68, 1);
    transition: transform .6s cubic-bezier(.33, 1, .68, 1);
    transition: transform .6s cubic-bezier(.33, 1, .68, 1), -webkit-transform .6s cubic-bezier(.33, 1, .68, 1);
    padding: 25px 30px;
    height: 100%;
    display: flex;
    align-items: end;
    bottom: 0;
}

.service-item h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.service-item .desc-wrap {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}

.service-item:hover h4.service-title {
    opacity: 0;
}

.service-item:hover .service-thumbnail:before {
    transition: 0.3s ease-in-out;
    opacity: 0.5;
}

.service-item:hover .service-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.service-detail .img-scale {
    background: #000;
    padding-top: 66.32653%;
}

.service-detail .swiper-slide-next .img-scale img, .service-detail .swiper-slide-prev .img-scale img {
    opacity: .5;
}

.service-detail .main-button {
    margin-top: 0;
}

.service-detail .main-button {
    margin-top: 20px;
}

.service-detail .main-slide .main-button > * {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.main-slide .main-button, .main-slide .main-button > * {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail .main-button .button-prev {
    left: 5%;
}

.service-detail .main-button > * {
    font-size: 80px;
    color: #bbb;
}

.service-detail .main-button .button-next {
    right: 5%;
}

.service-detail .button-next, .service-detail .button-prev {
    margin: 0;
}

.service-detail .service-content {
    padding: 25px 25px 35px;
    background: #f5f5f5;
    font-size: 16px;
}

.service-detail .service-content p, .service-detail .service-content ul li, .service-detail .service-content ol li {
    margin: 0 0 10px 0;
}

.service-detail .service-content ul, .service-detail .service-content ol {
    margin-left: 25px !important;
}

.full_box {
    max-width: 990px;
    margin: 0 auto !important;
}

.full_box h3.title {
    color: var(--primary-color);
    font-size: 20px;
}

.dv img {
    width: 100%;
    height: 80px;
}

.sec-recruit {
    border-top: thin solid #e1e1e1;
    border-bottom: 2px solid #eb212e;
    background-color: #f8f8f8;
}

section.recruitment-search.section.overflow-hidden h2 {
    color: #e30613;
    font-size: 36px;
    margin: 0px !important;
}

.search-recruitment {
    display: flex;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.recruitment-search .search-recruitment > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
}

.recruitment-search .search-recruitment .form-item:first-child, .recruitment-search .search-recruitment .form-item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.09524%;
    flex: 0 0 38.09524%;
    max-width: 38.09524%;
}

.recruitment-search .search-recruitment .form-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.80952%;
    flex: 0 0 23.80952%;
    max-width: 23.80952%;
}

.form-group.form-icon {
    position: relative;
}

.form-group.form-icon .label-icon {
    width: 40px;
    height: 50px;
}

.form-group.form-icon .label-icon {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 5px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    margin-bottom: 0;
    width: 30px;
    height: 40px;
}

.form-group label {
    margin-bottom: 5px;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.input-recruit, .select-recruit {
    background-color: #fff !important;
    width: 100% !important;
    padding-left: 50px !important;
    height: 50px !important;
    font-size: 16px !important;
    color: var(--primary-color);
    font-weight: 700 !important;
    box-shadow: unset !important;
    border: thin solid #d9e2ec !important;
    margin: 0px !important;
}

.select-recruit {
    color: #000 !important;
    padding: 5px 20px !important;
    caret-color: #005faf !important;
    font-weight: normal !important;
}

.input-recruit::placeholder {
    color: #666;
    font-weight: 300;
}

input#ctl00_mainContent_ctl00_btnSubmit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: thin solid #5bcbf5;
    background-color: #5bcbf5;
    padding: 5px 20px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px !important;
    height: 50px !important;
}

input#ctl00_mainContent_ctl00_btnSubmit:hover {
    background: var(--primary-color) !important;
}

.form-group input:not(.ruRemove):focus, .form-group input:not([type=button]):focus, .form-group input:not([type=file]):focus, .form-group select:focus, .form-group textarea:focus {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3) !important;
    outline: none !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3) !important;
    border-color: #005faf !important;
}

/**recruit**/
.recruit-item {
    width: 100%;
    display: inline-block;
    background-color: #f3f3f3;
    padding: 25px;
}

.recruit-item h4 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--primary-color);
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.recruit-item h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    width: 30px;
    height: 3px;
    pointer-events: none;
    content: "";
}

.recruit-item .recruit-info p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.recruit-item .recruit-button {
    margin: 15px 0 0 0 !important;
}

.color-red, .recruit-main-info p.color-red > span {
    color: #ff0000 !important;
}

.recruit-main-info p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.recruit-main-info p span {
    color: var(--primary-color)
}

.recruit-main > .recruit-avatar img {
    width: 100%;
}

.recruit-main-content {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}


.recruit-view {
    margin: 0 0 20px 0;
}

.recruit-view-content ul li, .recruit-view-content ol li, .recruit-view-content p {
    margin: 0 0 10px 0;
}

.recruit-view-content ul, .recruit-view-content ol {
    margin-left: 25px !important;
}

.recruit-order {
    margin: 0 0 20px 0;
}

/**form**/
div#formRecruit, div#formTG {
    padding: 0px !important;
    border: 5px solid rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
}

div#formRecruit .formOjbect, div#formTG .formTG {
    background: #fff;
}

div#formRecruit .formOjbect h3, div#formTG .formTG h3 {
    background: #ebeef1;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px !important;
    margin: 0px !important;
}

div#formRecruit .objectBody, div#formTG .objectBody {
    width: 100%;
    padding: 15px 15px 0 15px;
}

.input-object {
    width: 100%;
    border-radius: 5px !important;
    box-shadow: unset !important;
    font-size: 15px;
    margin-bottom: 10px !important;
}

div#formRecruit form.wpcf7-form.init, div#formTG form.wpcf7-form.init {
    margin: 0px !important;
}

.textarea-object, .textarea_input {
    width: 100%;
    display: inline-block;
    border-radius: 5px !important;
    box-shadow: unset !important;
    min-height: 80px;
}

.btnObject {
    margin: 20px auto 0 !important;
    display: block !important;
    width: 200px;
    border-radius: 5px !important;
}

div#formRecruit .objectBody {
    background: #fff;
}

.dropify-message p {
    font-size: 15px !important;
}

div#formTG .biling-form {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    color: var(--primary-color);
    font-weight: 700;
}

.slide-project .main-button {
    display: block;
}

body {
    overflow-x: hidden !important;
}

.form-register .input_contact {
    border: none !important;
    border-bottom: thin solid #e3e3e3 !important;
    background: #f5f5f5 !important;
    box-shadow: unset !important;
    color: #666 !important;
    margin: 0px !important;
}

.form-register .input_contact::placeholder {
    color: #666 !important;
}

.form-register p {
    display: flex;
}

.form-register button.wpcf7-submit {
    background: transparent !important;
    font-weight: normal !important;
    text-transform: unset !important;
    padding: 0px !important;
    width: 60px;
    margin: 0px !important;
    color: var(--blue-color) !important;
}

.form-contact .input__contact, .form-contact .textarea__contact {
    box-shadow: unset !important;
}

.form-contact h2 {
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn__contact {
    font-weight: normal;
    width: 200px;
    margin: 0 auto 0 !important;
    display: block;
}

form.wpcf7-form.init {
    margin: 0 !important;
}

.service-detail .box-category {
    margin-bottom: 30px;
    border-left: none;
}

.service-detail .navbar-category {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
}

.service-detail .navbar-category li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail .navbar-category li {
    margin-right: 10px;
    list-style: none;
    width: calc(100% / 8);
}

.service-detail .navbar-category li.active a {
    color: #005faf;
}

.service-detail .service-detail .navbar-category li.active a, .service-detail .navbar-category li:hover a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.navbar-category a, .navbar-category a:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

.navbar-category {
    padding-right: 50px !important;
    padding-left: 50px !important;
    border-bottom: thin solid #e5e5e5;
}

.service-detail .navbar-category a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    text-align: center;
    color: #bbb;
    height: 100%;
    padding-bottom: 20px !important;
    position: relative;
}

.service-detail .navbar-category a:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    content: url(../images/arrow-top-blue.png);
}

.service-detail .navbar-category a:hover, .service-detail .navbar-category a.active {
    color: var(--primary-color) !important;
}

.service-detail .navbar-category li.active a:before, .service-detail .navbar-category li:hover a:before {
    bottom: -8px;
    opacity: 1 !important;
}


/**sec-3**/
.service-3 .main-tabslet-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-3 .tabslet-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.service-3 .number, .service-3 .tabslet-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
}

.service-3 .tabslet-tab li {
    position: relative;
    margin-right: 2px;
    background: #f5f5f5;
    width: 100%;
}

.type-none {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.service-3 .tabslet-tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    display: block;
    flex: 0 0 35%;
    width: 100%;
    max-width: 35%;
    overflow: hidden;
}

.service-3 .tabslet-tab li {
    position: relative;
    margin-right: 2px;
    background: #f5f5f5;
    width: 100%;
}

.service-3 .tabslet-tab li {
    margin-right: 0;
    margin-bottom: 1px;
}

.service-3 .tabslet-tab li > * {
    position: relative;
    z-index: 11;
    margin: 0px !important;
}

.fw-700 {
    font-weight: 700;
}

.text-up {
    text-transform: uppercase;
}

.service-3 .tabslet-tab li:before {
    -webkit-transition: width .6s cubic-bezier(.61, 1, .88, 1);
    -o-transition: width .6s cubic-bezier(.61, 1, .88, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: width .6s cubic-bezier(.61, 1, .88, 1);
    width: 0;
    height: 100%;
    content: "";
}

.service-3 .tabslet-tab li.active:before {
    width: 100%;
}

.service-3 .tabslet-tab li.blue .number, .service-3 .tabslet-tab li.blue:before {
    background-color: #005faf;
}

.service-3 .tabslet-tab a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 14px;
}

.service-3 .tabslet-tab a {
    width: 100%;
}

.service-3 .number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: #fff;
}

.service-3 .number {
    width: 80px;
    min-width: 80px;
    height: 80px;
    font-size: 36px;
}

.service-3 .tabslet-tab li.blue .number, .service-3 .tabslet-tab li.blue:before {
    background-color: #005faf;
}

.service-3 .tabslet-tab .title {
    -webkit-transition: color .6s cubic-bezier(.61, 1, .88, 1);
    -o-transition: color .6s cubic-bezier(.61, 1, .88, 1);
    transition: color .6s cubic-bezier(.61, 1, .88, 1);
    padding-right: 10px;
    padding-left: 10px;
}

.service-3 .tabslet-tab .title {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 24px;
}

.service-3 .tabslet-tab li.active .title {
    color: #fff;
}

.service-3 .tabslet-tab li.light-green .number, .service-3 .tabslet-tab li.light-green:before {
    background-color: #29a788 !important;
}

.service-3 .tabslet-tab li.yellow .number, .service-3 .tabslet-tab li.yellow:before {
    background-color: #f48320 !important;
}

.service-3 .tabslet-content-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 100%;
    max-width: 65%;
}

.service-3 .tabslet-content {
    position: relative;
    padding: 40px 50px 70px;
}

.service-3 .tabslet-content.blue, .service-3 .tabslet-content.blue .accordion-item.active .title:before {
    background-color: #005faf !important;
}

.service-3 .tabslet-content.light-green, .service-3 .tabslet-content.light-green .accordion-item.active .title:before {
    background-color: #29a788 !important;
}

.service-3 .tabslet-content.yellow, .service-3 .tabslet-content.yellow .accordion-item.active .title:before {
    background-color: #f48320 !important;
}

.project-accordion a.accordion-title.plain {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff !important;
    color: #fff;
    position: relative;
    padding-left: 15px !important;
}

.project-accordion a.accordion-title.plain button.toggle {
    position: absolute;
    right: 0px !important;
    margin: 0px !important;
    left: unset !important;
    margin: 0px !important;
    border: 0px !important;
    opacity: 1 !important;
}

.project-accordion a.accordion-title.plain button.toggle i:before {
    content: "\2b" !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.project-accordion a.accordion-title.plain:before {
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    content: "";
}

.project-accordion a.accordion-title.plain.active {
    color: #000 !important;
    border-color: #faefeb !important;
    background: #faefeb !important;
}


.project-accordion a.accordion-title.plain.active button.toggle {
    color: var(--primary-color) !important;
}

.project-accordion a.accordion-title.plain.active:before {
    background: var(--primary-color) !important;
}

.light-green .project-accordion a.accordion-title.plain.active button.toggle {
    color: #29a788 !important;
}

.light-green .project-accordion a.accordion-title.plain.active:before {
    background: #29a788 !important;
}

.yellow .project-accordion a.accordion-title.plain.active button.toggle {
    color: #f48320 !important;
}

.yellow .project-accordion a.accordion-title.plain.active:before {
    background: #f48320 !important;
}

.accordion.nv-accordion.project-accordion .accordion-inner {
    padding: 15px;
    color: #111;
    border-color: #faefeb !important;
    background: #faefeb !important;
    font-size: 15px;
}

.accordion.nv-accordion.project-accordion.active > .toggle {
    transform: unset !important;
}

.project-accordion a.accordion-title.plain.active button.toggle i:before {
    content: '\f068' !important;
}

.accordion.nv-accordion.project-accordion .accordion-inner p, .accordion.nv-accordion.project-accordion .accordion-inner ul li, .accordion.nv-accordion.project-accordion .accordion-inner ol li {
    margin: 0 0 10px 0 !important;
}

.accordion.nv-accordion.project-accordion .accordion-inner ul, .accordion.nv-accordion.project-accordion .accordion-inner ol {
    margin-left: 25px !important;
}

/**bld**/
.tab-bld ul {
    border-top: thin solid #e5e5e5 !important;
}

.tab-bld ul li {
    margin-right: 30px;
    margin-left: 30px;
}

.tab-bld ul li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #bbb;
    font-size: 18px;
    font-weight: normal;
}

.tab-bld ul li.active a {
    color: var(--primary-color);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.tab-bld ul li a:hover {
    color: var(--primary-color);
}

.tab-bld ul li a:before {
    background: transparent !important;
    height: unset !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: -10px !important;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    content: url(../images/arrow-bot-blue.png) !important;
    width: auto !important;
}

.tab-bld ul li.active a:before {
    opacity: 1;
}

.mt-30 {
    margin-top: 30px !important;
}

.bld-img {
    margin-top: 30px;
}

.bld-content h3 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 42px;
}

.bld-content .desc p, .bld-content .desc ul li, .bld-content .desc ol li {
    margin: 0 0 5px 0 !important;
    color: #fff;
}

.bld-content .desc ul, .bld-content .desc ol {
    margin-left: 25px !important;
}

.bld-content .desc {
    color: #fff;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.bld-content h4 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.bld-content .line {
    margin-bottom: 30px;
    background: #5bcbf5;
    width: 30px;
    height: 5px;
}

.box-content-top {
    margin-bottom: 30px;
}

.leadership-item {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 350px;
    background-image: url(../images/bg-13.jpg);
    background-size: cover;
    background-position: center center;
}

.leadership-item .leadership-avatar {
    width: 100%;
    height: 100%;
}

.leadership-item .leadership-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-item .leadership-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .33);
    padding: 20px 10px 25px;
    text-align: center;
}

.leadership-item .leadership-content h4 {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    height: 42px;
}

.leadership-item .leadership-content h3 {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.leadership-item .button-more {
    margin-top: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    opacity: 0;
    transition: all .2s ease-in-out;
    height: 0;
    overflow: hidden;
}

.leadership-item .button-more a {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.leadership-item .button-more a:hover {
    background: #fff !important;
    color: var(--primary-color) !important;
}

.leadership-item:hover .button-more {
    opacity: 1;
    height: 50px;
}

.team-info .team-avatar {
    width: 100%;
    background-image: url(../images/bg-13.jpg);
    background-size: cover;
    background-position: center center;
}

.team-info .team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info .team-content h3 {
    font-weight: 300;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 35px;
}

.team-info .team-content .desc p, .team-info .team-content .desc ul li, .team-info .team-content .desc ol li {
    margin: 0 0 5px 0 !important;
    color: #111;
}

.team-info .team-content .desc ul, .team-info .team-content .desc ol {
    margin-left: 25px !important;
}

.team-info .team-content .desc {
    color: #111;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.team-info .team-content h4 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: normal;
}

.team-info .team-content .line {
    margin-bottom: 30px;
    background: #5bcbf5;
    width: 30px;
    height: 5px;
}

.header-banner {
    margin-right: 30px;
}

.header-banner img {
    max-width: 310px;
}

.header-sologan {
    margin-left: 25px;
}

.header-sologan h1 {
    margin: 0px;
    color: #005faf;
    text-transform: uppercase;
    font-size: 35px;
}

.header-sologan p {
    color: #ee1d23;
    font-weight: 700;
    font-size: 20px;
}