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

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

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

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

@font-face {
    src: url("../fonts/QuicheSans-ExtraBold.otf");
    font-family: "SVN-Quiche Sans";
    font-weight: 900;
}

@font-face {
    src: url("../fonts/QuicheSans-Bold.otf");
    font-family: "SVN-Quiche Sans";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/QuicheSans-Medium.otf");
    font-family: "SVN-Quiche Sans";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/QuicheSans-Regular.otf");
    font-family: "SVN-Quiche Sans";
    font-weight: 300;
}

:root {
    --primary-color2: #D12729;
    --primary-color3: #0D549A;
    --color-gray: #111;
    --color-dark: #111;
}

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

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

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

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

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

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

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

.pd-10 {
    padding: 0px 10px 20px 10px !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) !important;
    color: #fff !important;
    text-align: center;
    font-weight: 600 !important;
    padding: 5px 25px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    overflow: hidden !important;
    z-index: 9 !important;
    border-radius: 99px !important;
    transition: 0.3s all !important;
    line-height: 24px !important;
    box-shadow: unset !important;
    text-transform: unset !important;
}

.button_style:hover {
    background: #fff !important;
    color: var(--primary-color2) !important;
}

.button_for_outline {
    background: transparent !important;
    color: #111 !important;
    border: 1px solid var(--primary-color) !important;
}

.button_outline_white {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.button_for_outline:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.button_outline_white:hover {
    background: #fff !important;
    color: var(--primary-color2) !important;
}

/**header**/
div#masthead .header-language-dropdown {
    margin-right: 20px !important;
}

div#masthead .header-language-dropdown a {
    font-weight: normal !important;
    font-size: 16px;
    color: var(--primary-color3) !important;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

div#masthead .header-language-dropdown a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nav-right li.current-dropdown:last-child > .nav-dropdown, .nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
    padding: 5px 0 !important;
}

.header-language-dropdown ul.nav-dropdown.nav-dropdown-default {
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    padding: 8px 0 !important;
}

div#masthead ul.nav-dropdown li {
    padding: 0 !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a {
    padding: 12px 16px !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a:hover {
    background-color: rgb(244, 244, 246) !important;
    box-shadow: none;
    border-bottom: none !important;
}

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

div#masthead li.html.custom.html_topbar_left {
    margin: 0;
}

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

/**menu**/


div#mega-menu-wrap-primary ul li {
    padding: 0 10px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color2) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color2) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a:before {
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    display: block !important;
    padding: 8px 0px !important;
    border-top: 6px solid var(--primary-color2);
    background: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 0 !important;
    border: 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;
    padding: 12px 16px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    background: var(--primary-color) !important;
    text-align: left !important;
    font-weight: 600 !important;
    border-color: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: rgb(255, 255, 255, 0.2) !important;
    box-shadow: none;
    border-bottom: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a.mega-menu-link:before {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    text-transform: unset !important;
    font-size: 14px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 0 !important;
}

/**search**/
form.searchform.big {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    transform: translateX(101%);
    opacity: 1;
    transition: all .35s ease-in-out;
    background: #fff;
    padding: .75rem;
    z-index: 9999;
    margin: 0;
}

.admin-bar form.searchform.big {
    top: 32px;
}

body.search-open form.searchform.big {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

form.searchform.big .form-search {
    display: flex;
    position: relative;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    clip-path: inset(50%);
    position: absolute !important;
}

form.searchform input[type=search] {
    min-height: 3.5rem;
    width: 100%;
    padding: 0 1.375rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    vertical-align: middle;
    border: .0625rem solid #b0b0b0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    color: #504d4a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: border-color .25s ease-in-out, color .25s ease-in-out;
    border: none;
    border-bottom: 1px solid #b0b0b0;
    box-shadow: unset;
}

form.searchform button.search-button svg {
    height: 30px;
}

form.searchform button.search-button {
    margin: 0 !important;
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    text-transform: unset !important;
    height: 56px;
}

button.alt svg {
    height: 1em;
    width: 1em;
}

button.alt {
    margin: 0 !important;
    background: #111;
    color: #fff;
    height: 56px;
}

.header-search a {
    font-size: 16px;
    margin-right: 8px;
    color: var(--primary-color3)
}

/**widget**/
.widget {
    width: 100%;
}

.widget-title, span.widget-title, h4.filter-title, .widgettitle {
    font-size: 24px !important;
    line-height: 32px !important;
    position: relative !important;
    margin: 0 0 15px 0 !important;
    text-transform: unset !important;
    width: 100% !important;
    display: block;
    font-weight: 500 !important;
}

.is-divider.small {
    display: none;
}

.widget-title:after, span.widget-title:after, h4.filter-title:after, .widgettitle:after {
    content: '';
    height: 2px;
    background: var(--primary-color);
    width: 100px;
    display: block;
    margin-top: 10px;
}

.widget-category ul li a {
    color: #333;
    font-size: 15px;
}

.widget-category ul li a:hover {
    color: var(--primary-color)
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 25px;
}

.widget-post-list .widget-post-item:last-child {
    margin: 0;
}

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


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

.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: calc(100% - 120px);
    padding: 0 0 0 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title a {
    display: inline-block;
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title a:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .product-price {
    font-size: 13px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins span {
    color: var(--primary-color) !important;
}

.widget-post-list .widget-post-desc {
    color: rgba(151, 149, 143);
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 10px 0 0 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-post-list .widget-post-meta {
    font-size: 14px;
    color: #848382;
    line-height: 22px;
}

.widget_nav_menu ul li {
    border: 0px !important;
}

.widget_nav_menu ul li a {
    position: relative;
    padding: 0 0 0 15px !important;
    margin-bottom: 8px !important;
}

.widget_nav_menu ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px
}

.pagination ul li {
    margin: 0 !important;
}

.pagination ul li a, .pagination ul li span {
    color: var(--color-gray);
    display: block;
    max-width: 25px !important;
    height: 25px;
    padding: 0px;
    line-height: 25px;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 15px !important;
    min-width: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination ul li a:hover, .pagination ul li span:hover, .pagination ul li span.current {
    color: var(--primary-color2);
    border-color: var(--primary-color2);
    font-weight: normal !important;
    background: transparent !important;
}

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

.wp-pagenavi a, .wp-pagenavi span {
    color: var(--color-gray);
    display: block;
    max-width: 25px !important;
    height: 25px;
    padding: 0px;
    line-height: 25px;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 15px !important;
    min-width: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    color: var(--primary-color2);
    border-color: var(--primary-color2);
    font-weight: normal !important;
    background: transparent !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
.swiper-container {
    position: relative;
}

body .swiper-button-next, body .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
    color: var(--primary-color2) !important;
    margin: 0;
    background: #fff;
    box-shadow: 0px 4px 12.7px 0px #00000017;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: var(--primary-color2);
}

body .swiper-button-next {
    right: -75px;
}

body .swiper-button-prev {
    left: -75px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next i, body .swiper-button-prev i {
    color: var(--primary-color2) !important;
}

body .swiper-button-next img, body .swiper-button-prev img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

body .swiper-button-next:hover i, body .swiper-button-prev:hover i {
    color: #fff !important;
}

.swiper-2 .swiper-button-next, .swiper-2 .swiper-button-prev {
    border: 1px solid var(--primary-color) !important;
}

.swiper-2 .swiper-button-next i, .swiper-2 .swiper-button-prev i {
    color: var(--primary-color) !important
}

.swiper-2 .swiper-button-next {
    right: -25px;
}

.swiper-2 .swiper-button-prev {
    left: -25px;
}

/**category**/
.category-description {
    font-size: 16px;
}

.entry-content {
    padding: 0 !important;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

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

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

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

.entry-content a, .category-description a {
    color: var(--primary-color) !important;
}

/**product-item**/
.product-slide .product-small.col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-small .product-small.box {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding-bottom: 0;
    border-radius: 6px 6px 0 0;
    transition: 0.3s ease-in-out;
}

.product-small .product-small.box:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.swiper-product-pdf .swiper-wrapper {
    padding: 20px 0;
}

p.name.product-title.woocommerce-loop-product__title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    height: 50px;
}

.product-small .box-image {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

p.name.product-title.woocommerce-loop-product__title a:hover {
    text-decoration: underline;
}

.product-small.col .box-text {
    padding: 15px;
}

.product-small .price ins bdi {
    color: #d80000;
    font-size: 16px
}

.product-small .price del {
    font-size: 16px;
    margin-left: 5px;
}

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

.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

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

.product-small .badge-container.absolute.left.top.z-1 .onsale {
    background: #0000 radial-gradient(circle, #fb7a01, #fea914) repeat scroll 0 0 !important;
    border-radius: 0 10px 10px 0;
    padding: 0 15px 0 10px;
    margin: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 110%;
    font-weight: 500;
    color: #fff;
}

.product-small .button_counter {
    font-size: 15px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    background: #0c673c;
    border-radius: 0 0 0 6px;
    color: #fff;
}

.product-small .button_store a {
    font-size: 15px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    background: var(--primary-color);
    border-radius: 0 0 6px 0;
    color: #fff;
    display: block;
    font-weight: 500;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s all;
}

.post-item .post-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
}

.post-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s all;
    transform: scale(1.2);
}

.post-item .post-content {
    padding: 15px 0;
}

.post-item .post-content .post-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-gray);
    height: 53px;
}

.post-item .post-content .post-title a:hover {
    color: var(--primary-color);
}

.post-item .post-content .post-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 8px 0 5px 0;
}

.post-item .post-meta {
    margin-bottom: 10px;
}

.post-item .post-meta ul {
    display: flex;
    gap: 15px;
    margin: 0 !important;
    padding: 0;
    justify-content: start !important;
}

.post-item .post-meta ul li {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    list-style: none;
    margin: 0;
}

.post-item .post-meta ul li:first-child {
    text-transform: uppercase;
}

.post-item .post-meta ul li:first-child:before {
    content: "";
    background: #ddd;
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/**post large**/
.post-large {
    width: 100%;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 9;
}

.post-large .post-thumbnail {
    width: 100%;
    height: 278px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

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

.post-large:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-large .post-content {
    padding: 15px 0 0 0;
}

.post-large .post-content .post-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark) !important;
}

.large-p-2 .post-content .post-title a {
    font-size: 18px;
    line-height: 26px;
}

.large-p-2 .post-category {
    margin: 0 0 15px 0;
}

.post-large .post-link {
    margin: 15px 0 0 0;
}

.post-large .post-link a {
    color: #111 !important;
}

.post-large .post-link a:hover {
    color: #fff !important;
}

.post-large .post-content .post-title a:hover {
    color: var(--primary-color) !important;
}

.post-large .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

.post-category {
    font-size: 14px;
    margin: 10px 0;
}

.post-category span.category {
    color: var(--primary-color);
}

.post-category span.line {
    margin: 0 5px;
    color: #C4C4C4
}

.post-category .date {
    color: #C4C4C4
}

/**post small**/
.post-small {
    width: 100%;
    display: flex;
    transition: 0.3s ease-in-out;
}

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

.post-small .post-category {
    margin: 0 0 10px 0;
}

.post-small .post-thumbnail {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

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

.post-small:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-small .post-content {
    width: calc(100% - 200px);
    padding: 0 0 0 15px;
}

.post-small .post-content .post-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark) !important;
}

.post-small .post-content .post-title a:hover {
    color: var(--primary-color) !important;
}

.post-small .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

.post-slide .post-thumbnail {
    width: 330px;
    height: 240px;
}

.post-slide .post-content {
    width: calc(100% - 320px);
    padding: 0 0 0 15px;
    position: relative;
}

.post-slide .post-content .post-category {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 15px;
}

/**post grid**/
.post-grid {
    width: 100%;
    display: flex;
    transition: 0.3s ease-in-out;
}

.post-grid .post-thumbnail {
    width: 450px;
    height: 350px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

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

.post-grid:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-grid .post-content {
    width: calc(100% - 450px);
    padding: 0 0 0 15px;
}

.post-grid .post-content .post-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);
}

.post-grid .post-content .post-title a:hover {
    color: var(--primary-color);
}

.post-grid .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

.col-top-500 {
    margin-top: -350px !important;
}

.new-box {
    margin-top: -40px !important;
}

.new-box .image-cover img {
    object-position: bottom !important;
}

.new-box .box-text {
    text-shadow: unset !important;
}

.gfx-new .sub_heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.gfx-new h4 {
    margin: 15px 0 !important;
    font-size: 28px !important;
    line-height: 38px !important;
}

.sec-new:after {
    content: '';
    background: #F9F9F9;
    height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/**footer**/
.absolute-footer {
    background: var(--primary-color2) !important;
    padding: 10px 0;
}

.footer-primary.pull-left {
    float: none;
    text-align: right;
}

.footer-border:before {
    content: '';
    width: 1px;
    height: 196px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 150px;
    top: -30px !important;
}

.col-100 .col-inner {
    height: 100% !important;
}

.gfx-register h4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px 0;
    text-align: left;
}

.gfx-register .gfx-register-group {
    width: 100%;
    position: relative;
}

.input_register {
    border-radius: 99px !important;
    height: 45px !important;
    border: 1px solid #D9D9D9 !important;
    background: transparent !important;
    box-shadow: unset !important;
    color: #000;
    padding: 0 15px;
}

.footer-border .wpcf7 {
    width: 70%;
}

.button_send {
    background: var(--primary-color) !important;
    margin: 0 !important;
    width: 80px;
    height: 45px;
    color: #fff;
    border-radius: 99px !important;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-top .footer-title {
    color: #111;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.footer-social a {
    border: 1px solid #D9D9D9 !important;
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    margin: 0 8px 0 0 !important;
    color: var(--primary-color);
    font-size: 16px;
}

.footer-social a i {
    padding: 0 !important;
}

.footer-menu a {
    color: #505050;
    padding: 0 0 8px 15px;
    min-height: unset;
    font-size: 15px;
    position: relative;
}

.footer-menu a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.footer-menu a:hover {
    color: var(--primary-color) !important;
}

.footer-address p {
    color: #505050;
    font-size: 15px;
    margin: 0 0 8px 0;
    display: flex;
    gap: 15px;
}

.footer-address p i {
    color: var(--primary-color)
}

/**banner**/
.gfx_ux_slider .swiper-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    z-index: 9;
}

.gfx_ux_slider .swiper-button-next, .gfx_ux_slider .swiper-button-prev {
    position: unset !important;
}

.gfx_ux_slider .swiper-button {
    display: flex;
    gap: 15px;
}

.gfx_ux_slider .swiper-button .swiper-button-next, .gfx_ux_slider .swiper-button .swiper-button-prev {
    background: transparent !important;
    width: 78px;
    height: 78px;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
    transform: none !important;
}

.gfx_ux_slider .swiper-button i {
    color: #fff !important;
    font-size: 20px;
}

.gfx_ux_slider .swiper-button .swiper-button-next:hover, .gfx_ux_slider .swiper-button .swiper-button-prev:hover {
    backdrop-filter: blur(45.900001525878906px);
    background: #FFFFFF80 !important;
}

.gfx_ux_slider .swiper-pagination {
    position: unset !important;
    width: auto !important;
    font-size: 90px;
    line-height: 100px;
}

.gfx_ux_slider .swiper-nav {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 25px;
}

.gfx_ux_slider span.swiper-pagination-current, .gfx_ux_slider span.swiper-pagination-total {
    font-family: "SVN-Quiche Sans";
    font-weight: 500;
}

/**about**/
.abouts .about-heading {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
}

.abouts .about-heading .about-number {
    text-align: center;
}

.abouts .about-heading .about-number img {
    width: 217px;
    height: 178px;
    object-fit: contain;
}

.abouts .about-heading .about-number p {
    margin: 0;
}

.abouts .about-heading .about-number p.number {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--primary-color)
}

.abouts .about-heading .about-text {
    color: var(--primary-color2);
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.abouts .about-content {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

/**home title**/
.home-title h3, .home-title h1 {
    width: auto;
    display: inline-block;
    position: relative;
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 15px 0;
}

.home-title h3:after, .home-title h1:after {
    content: '';
    width: 190px;
    background: var(--primary-color2);
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.home-title.text-center h3:after, .home-title.text-center h1:after {
    left: 50%;
    transform: translateX(-50%);
}

.not-line h3, .not-line h1 {
    margin: 0;
}

.not-line h3:after {
    display: none;
}

.color2 h1, .color2 h3 {
    font-size: 28px;
    line-height: 38px;
    color: var(--primary-color2)
}

.home-bottom {
    border-bottom: 1px solid var(--primary-color2);
}

/**gfx-activity**/
.gfx-activity {
    transition: 0.3s all;
}

.gfx-activity:before {
    content: '';
    background: url(../images/left.svg) no-repeat;
    width: 183px;
    height: 60px;
    background-size: contain !important;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.gfx-activity:after {
    content: '';
    background: url(../images/right.svg) no-repeat;
    width: 183px;
    height: 60px;
    background-size: contain !important;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-position: right !important;
    visibility: hidden;
    transition: 0.3s all;
}

.gfx-activity:hover::before, .gfx-activity:hover::after {
    transition: 0.3s all;
    visibility: visible;
}

.gfx-activity:hover img {
    transform: scale(1.3) !important;
}

.gfx-activity .box-text {
    text-shadow: unset !important;
}

.gfx-activity .button_style {
    padding: 6px 30px !important;
}

.gfx-activity:hover .button_style {
    background: #fff !important;
    color: var(--primary-color2) !important;
}

.gfx-activity .gfx-activity-content h4 {
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.gfx-activity .gfx-activity-number {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    display: inline-block;
    width: auto;
}

.gfx-activity .gfx-activity-number:after {
    content: '';
    background: var(--primary-color2);
    height: 2px;
    position: absolute;
    bottom: 8px;
    right: -34px;
    z-index: 99;
    display: block;
    width: 25px;
}

/**tab**/
.tab-new h4 {
    width: auto;
    display: inline-block;
    position: relative;
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 15px 0;
    color: #000;
}

.tab-new h4:after {
    content: '';
    width: 190px;
    background: var(--primary-color2);
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.tab-new ul.nav.nav-simple {
    position: absolute !important;
    top: 12px;
    display: flex;
    gap: 10px;
    justify-content: end;
    width: 100%;
}

.tab-new ul.nav.nav-simple li a {
    color: #000 !important;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    border-radius: 99px !important;
    padding: 8px 25px;
}

.tab-new ul.nav.nav-simple li.active a, .tab-new ul.nav.nav-simple li a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.tab-new .tab-panels {
    padding-top: 30px !important;
}

.thumb-1 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 0;
}

/**Banner**/
section.gfx-banner {
    width: 100%;
    height: 85vh;
    background-size: cover !important;
    position: relative;
    background-position: center center !important;
}

section.gfx-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90.02deg, #000000 0.01%, rgba(0, 0, 0, 0) 72.57%);
    opacity: 0.5;
}

.banner_hero {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 9;
}

.banner_2 .banner_hero {
    bottom: 90px;
}

.banner_hero h1, .banner_hero h3 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.banner_hero h1:after, .banner_hero h1:after {
    content: '';
    width: 190px;
    background: #fff;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.banner_hero .breadcrumbs {
    margin: 25px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.banner_hero .breadcrumbs a, .banner_hero .breadcrumbs span {
    color: #fff;
    text-transform: uppercase;
}

.sec-abouts .section-bg.fill img {
    width: 40% !important;
}

/**project**/
.project-item {
    width: 100%;
    position: relative;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.project-item .project-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

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

.project-item:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.67%, #000000 100%);
    opacity: 0.65;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.project-item .project-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    cursor: pointer;
    overflow: hidden;
}

.project-item .project-content a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}

.project-item .project-content .project-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.project-item:hover .project-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.3);
}

.project-item .project-number {
    display: flex;
    gap: 5px;
    align-items: start;
}

.project-item .project-number .number {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.project-item .project-number .category {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.project-item .project-number .category:after {
    content: '';
    width: 25px;
    background: #fff;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.project-item .project-content .project-desc {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.project-item .project-content:hover .project-desc {
    transition: opacity 0.5s ease, max-height 0.5s ease;
    opacity: 1;
    max-height: 100px;
}

/**partner-item**/
.col-w-5 {
    flex-basis: 20% !important;
    max-width: 20% !important;
}

.partner-item {
    width: 100%;
    box-shadow: 0px 3.08px 18.71px 0px #00000014;
    border-radius: 5px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 12px;
}

.category-entry {
    margin: 40px 0;
}

.tamnhin .box-image img {
    width: 100% !important;
    height: 100% !important;
}

.tamnhin .box-image {
    width: 120px !important;
    height: 120px !important;
    display: flex;
}

.tamnhin h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 36px;
    margin: 20px 0 10px 0 !important;
}

.tamnhin p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.post-item .post-content .post-category {
    margin-top: 0;
}

.manager-box {
    background: #F7F7F7;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.manager-box .swiper-button-prev, .manager-box .swiper-button-next {
    position: unset !important;
    background: transparent !important;
    transform: unset !important;
    box-shadow: unset !important;
}

.manager-box .swiper-button-prev i, .manager-box .swiper-button-next i {
    color: rgba(0, 0, 0, 0.2) !important;
    font-size: 20px;
}

.manager h3 {
    color: var(--primary-color) !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 60px 0;
}

.manager-box .swiper-button {
    display: flex;
    align-items: center;
    gap: 15px;
    transform: unset;
    justify-content: center;
}

.manager-box .swiper-button .swiper-pagination {
    position: unset;
    width: 68px;
    height: 68px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50% !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manager-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-in-out;
}

.manager-item .manager-thumbnail {
    width: 100%;
    aspect-ratio: 3/3;
    overflow: hidden;
}

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

.manager-item:after {
    content: '';
    background: #0D549A80;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.manager-item .manager-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
}

.gfx-product-list .row:not(:last-child) {
    margin-bottom: 40px;
}

.manager-item .manager-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    transition: 0.3s ease-in-out;
}

.manager-item .manager-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-top: 15px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.manager-item:hover::after {
    transition: 0.3s ease-in-out;
    background: var(--primary-color);
}

.manager-item:hover .manager-title {
    transform: translateY(-0px);
    transition: 0.5s ease-in-out;
}

.manager-item:hover .manager-desc {
    transition: opacity 0.5s ease, max-height 0.5s ease;
    opacity: 1;
    max-height: 200px;
}

/**category**/
.category-heading {
    text-align: center;
    display: inline-block;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.category-heading h1 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 20px 0;
}

.category-heading select {
    width: 300px;
    margin: auto;
    box-shadow: unset !important;
    border-width: 0 0 1px 0 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    padding-left: 0;
}

.category-heading select option {
    padding: 0 20px;
}

.project-large .project-thumbnail {
    height: 600px;
}

.project-large .project-content .number {
    display: none;
}

.project-large .project-content .project-title {
    font-size: 28px;
    line-height: 38px;
}

.project-large .project-item .project-content {
    padding: 30px 30px 50px 30px;
}

.category-excerpt {
    margin-bottom: 40px;
}

/**single**/
/**breadcrumbs**/
section.breadcrumbs p {
    margin: 0;
}

section.breadcrumbs {
    background: rgba(246, 246, 246, 1);
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 15px;
}

section.breadcrumbs a {
    color: #111;
}

section.breadcrumbs a:last-child, section.breadcrumbs span.last {
    font-weight: 700;
}

.post-featured .post-large .post-thumbnail {
    height: 380px;
}

.post-featured .post-small .post-thumbnail {
    width: 300px;
    height: 220px;
}

.post-featured .post-small .post-content {
    width: calc(100% - 300px);
}

/**single**/
header#single-header {
    margin-bottom: 30px;
}

header#single-header h1 {
    font-size: 40px;
    line-height: 54px;
    color: var(--color-gray);
}

.single-thumbnail {
    margin: 0 0 30px 0;
}

.single-thumbnail img {
    width: 100%;
}

header#single-header .post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

header#single-header .post-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

header#single-header .post-share a {
    transition: 0.3s all;
}

header#single-header .post-share a img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

header#single-header .post-share a:hover {
    transform: translateY(-3px);
}

a.btn-back-to-tax {
    color: rgba(81, 81, 81, 1);
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    display: block;
}

.banner-service:after {
    background: linear-gradient(0.08deg, #0D549A 0.09%, rgba(13, 84, 154, 0.1) 99.95%) !important;
    opacity: 0.8 !important;
}

.menu-document {
    display: flex !important;
    justify-content: center !important;
    flex-flow: wrap !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-document .ux-menu-link {
    display: inline-block;
    width: auto;
    padding: 0 20px;
}

.menu-document .ux-menu-link a {
    position: relative;
    width: auto;
    display: inline-block !important;
    padding: 20px 0;
    min-width: 0;
    font-weight: 700;
}

.menu-document .ux-menu-link a:before {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--primary-color2);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.menu-document .ux-menu-link a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent var(--primary-color2) transparent;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.menu-document .ux-menu-link--active a:before, .menu-document .ux-menu-link--active a:after {
    display: block;
}

/**job**/
.job-grid .c-row {
    padding: 15px 0;
    display: grid;
    gap: 24px;
    grid-template-columns: 2fr 1fr 0.6fr;
}

.job-grid .c-row:first-child {
    font-family: Inter Bold, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.job-grid .c-row {
    padding: 15px 0;
    display: grid;
    gap: 24px;
    grid-template-columns: 1.5fr 1fr 1fr 0.5fr;
    color: #111;
}

.job-5 .c-row {
    padding: 15px 0;
    display: grid;
    gap: 24px;
    grid-template-columns: 1.5fr  0.5fr 1fr 0.5fr 1fr;
    color: #111;
}

.job-grid .c-row .col-heading {
    color: var(--primary-color2);
    font-size: 18px;
    text-transform: uppercase;
}

.job-grid .c-row:first-child {
    font-weight: 700;
    text-align: center;
}

.job-grid .c-row:not(:last-child) {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.job-item {
    cursor: pointer;
}

.job-item.hidden-job {
    display: none !important;
}

.job-tag {
    padding: 2px 8px;
    color: #FFFFFF;
    border-radius: 8px;
    width: fit-content;
    height: fit-content;
    font-size: 12px;
}

.job-tag.hot {
    background-color: #DA0B2D;
}

.job-tag.new {
    background-color: #1877F1;
}

.job-title {
    display: flex;
    gap: 8px;
}

.load-more {
    display: block;
    border-radius: 12px;
    padding: 10px 24px;
    background-color: #DA0B2D;
    color: #FFFFFF !important;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}

.mobile-show {
    display: none;
}

.recruitment-page a {
    color: inherit;
}

.text-bold {
    font-weight: 700;
}

.pc-show {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.job-tag.hot {
    background-color: #DA0B2D !important;
}

.job-item.hidden-job {
    display: none !important;
}

.c-col.job-title img {
    width: 36px;
    margin-top: 8px;
}

.job-title {
    align-items: start;
}

button.document-link {
    margin: 0;
    text-transform: unset;
    font-weight: normal;
    border: 1px solid var(--primary-color2);
    border-radius: 5px;
    color: var(--primary-color2);
    font-size: 13px;
}

.job-title__text {
    font-size: 16px;
    line-height: 24px;
}

.screen-reader-response {
    display: none;
}

.contact-address i {
    color: var(--primary-color2) !important;
}

.footer-social {
    color: #111;
}

fieldset.hidden-fields-container {
    display: none;
}

.form-contact {
    box-shadow: 0px 4px 18.5px 0px #00000012;
    padding: 25px;
}

.input_contact {
    height: 45px;
}

.input_contact, .textarea_contact {
    border-width: 0 0 1px 0 !important;
    box-shadow: unset !important;
    padding-left: 0 !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9 !important;
}

.button_contact {
    background: var(--primary-color2) !important;
}

.col-map p {
    margin: 0;
}

.banner-address p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.banner-address h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
}

.abouts .abouts-content {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
}

.abouts H3 {
    color: #111;
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 20px 0;
}

/**performance**/
.performance {
    text-align: center;
}

.performance .performance__text {
    font-weight: 700;
    font-size: 0.9375rem;
    color: var(--primary-color2);
}

.performance--home .performance__number {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color2);
    margin-bottom: 10px;
}

.performance--home .performance__unit {
    font-size: 1rem;
    color: #111;
    font-weight: normal;
}

button.recruit-link {
    margin: 0 !important;
    font-size: 14px;
    color: var(--primary-color2);
    font-weight: 700;
}

.job-5 .c-row .c-col:last-child {
    text-align: center;
}

.job-5 .c-row {
    margin-bottom: 20px !important;
    border: 0 !important;
}

a.job-box {
    box-shadow: 0px 0px 31.3px 0px #0000000D;
    border: 0 !important;
    padding: 15px 0 15px 15px !important;
    transition: 0.3s ease-in-out;
    align-items: center;
}

a.job-box:hover {
    background: var(--primary-color2) !important;
}

a.job-box:hover > * {
    color: #fff !important;
}

a.job-box:hover button.recruit-link {
    color: #fff !important;
}

.recruit-entry {
    padding: 20px 0;
}

.recruit-entry:not(:first-child) {
    border-top: 1px solid rgba(33, 33, 33, 0.1);
}

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

.dropify-wrapper .dropify-message p {
    font-size: 20px;
}

.register-course h3:after {
    width: 3px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.register-course h3 {
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
}

.register-course {
    box-shadow: 0px 4px 18.5px 0px #00000012;
    padding: 20px;
}

.register-course input, .register-course textarea {
    margin: 0 !important;
}

/**project**/
.home-number h3:after {
    width: 100%;
}

.home-number span.home-count {
    color: white;
    margin-right: 10px;
    background-color: white;
    text-shadow: -1px -1px 0 rgba(13, 84, 154, 1), 1px -1px 0 rgba(13, 84, 154, 1), -1px 1px 0 rgba(13, 84, 154, 1), 1px 1px 0 rgba(13, 84, 154, 1);
}

.project-gallery {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

.swiper-gallery .swiper-slide {
    transform: scale(0.8);
}

.swiper-gallery .swiper-slide-active {
    transform: scale(1.1);
}

.project-slide {
    width: 100%;
    aspect-ratio: 4/3;
}

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

.swiper-gallery {
    margin-top: 40px;
}

.project-info {
    margin-bottom: 40px;
}

.project-info img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/**abouts**/
.menu-abouts {
    display: flex !important;
    justify-content: center !important;
    flex-flow: wrap !important;
}

.menu-abouts .ux-menu-link {
    display: inline-block;
    width: auto;
    padding: 0 15px;
}

.menu-abouts .ux-menu-link a {
    position: relative;
    width: auto;
    display: inline-block !important;
    padding: 15px 0;
    min-width: 0;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
}

.menu-abouts .ux-menu-link a:hover {
    color: var(--primary-color) !important;
}

.menu-abouts .ux-menu-link a:before {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--primary-color2);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.menu-abouts .ux-menu-link a:hover::before {
    display: block;
}

.sec-menu {
    box-shadow: 0px 4px 13.3px 0px rgba(0, 0, 0, 0.1);
}

.eye-box {
    height: 100%;
    background: #F7F7F7;
    padding: 25px;
    border-radius: 40px 0 40px 0;
}

.giatri {
    text-align: center;
}

.giatri .kytu {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: var(--primary-color2);
}

.giatri .heading {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: var(--primary-color2);
    margin: 10px 0 5px 0;
}

.giatri .sub_header {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}

.giatri p {
    font-size: 16px;
    color: #414141;
}

.giatri.maLeft {
    margin-left: -50px;
    width: calc(100% - 50px);
}

.giatri.maRight {
    margin-left: 50px;
}

.tab-team ul {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-team ul li a:before {
    bottom: 0;
    top: unset;
    background: var(--primary-color2) !important;
}

.tab-team ul li {
    margin: 0;
}

.tab-team ul li a {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 15px 0 !important;
    display: block;
    color: rgba(0, 0, 0, 0.5)
}

.tab-team ul li.active a {
    color: #111 !important;
}

/**team**/

/**post item**/
.team-item {
    width: 100%;
    background: #fff;
    transition: 0.3s all;
}

.team-item .team-thumbnail {
    width: 100%;
    height: 450px;
    overflow: hidden;
    transition: .3s ease-in-out;
    position: relative;
    box-shadow: 0px 1px 39.9px 0px #00000014;
}

.team-item .team-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}

.team-item .team-content {
    padding: 15px 0;
}

.team-item .team-content .team-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--color-gray) !important;
}

.team-item .team-content .team-meta {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 5px 0 0 0;
}

.team-item .team-information {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--primary-color2);
    width: 41px;
    height: 41px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-item .team-information a {
    color: #fff !important;
}

.team-detail {
    padding: 0;
}

.team-detail h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--color-gray);
    margin: 0;
    text-transform: uppercase;
}

.team-detail .team-d-meta {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    color: var(--primary-color);
    margin: 5px 0 0 0;
}

.team-detail .team-d-body {
    border-top: 1px solid rgba(230, 230, 230, 1);
    padding-top: 15px;
    margin-top: 15px;
}

.team-detail-content {
    padding: 30px;
}

.team-lightbox {
    border-radius: 10px !important;
}

.post-flex {
    display: flex;
    align-items: start;
    gap: 20px;
}

.post-flex .post-link {
    margin: 0;
    width: 45px;
}

.post-link i {
    color: var(--primary-color2);
    font-size: 18px;
}

.category-entry {
    position: relative;
}

.category-thumbnail {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 0;
}

.category-entry .container {
    position: relative;
    z-index: 9;
}

.category-thumbnail img {
    width: 40%;
}

.sec-about {
    overflow: hidden;
}

.sec-about .section-bg.fill img {
    object-position: top center !important;
    object-fit: contain;
}

.thumb2 {
    position: absolute !important;
    right: 0;
    bottom: -200px !important;
}

.abouts {
    position: relative;
}

.about-quote:before {
    content: '';
    background: url("../images/dot.svg") no-repeat;
    width: 130px;
    height: 130px;
    background-size: 100% !important;
    position: absolute;
    left: 0;
    bottom: 0px
}

.project-gallery .swiper-gallery-prev {
    left: 28%;
    transform: translate(-50%, -50%) !important;
}

.project-gallery .swiper-gallery-next {
    right: 25.5%;
    transform: translate(-50%, -50%) !important;
}

.home-small h3 {
    font-size: 28px;
    line-height: 34px;
}

.form-group {
    margin: 0 0 20px 0;
}

/* Ẩn input mặc định */
.form-cv input[type="file"].file-custom {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

/* Khung upload */
.form-cv {
    position: relative;
    width: 100%;
    height: 43px;
    border: 1px solid rgba(33, 33, 33, .1);
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: rgba(229, 229, 229, .1);
    cursor: pointer;
}

.form-cv label {
    font-weight: normal;
    margin: 0;
}

.form-cv label {
    flex: 1;
    font-size: 16px;
    color: #333;
    margin: 0;
    pointer-events: none; /* để click vẫn vào input file */
}

/* Icon bên phải */
.form-cv::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/wp-content/uploads/2025/10/Group.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.button2 {
    color: #fff !important;
    font-weight: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.borderRight:after {
    content: '';
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.header-form {
    margin: 30px 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.bds-item p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.bds-item label {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
}

.bds-item p span {
    font-weight: 700;
    font-size: 18px;
}

.tab-team .tab-panels {
    padding: 30px 0 0 0;
}

.timeline-container {
    width: 100%;
    padding: 60px 0;
    position: relative;
}

/* Line timeline */
.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.timeline-container .swiper {
    padding: 250px 0;
}

.timeline-container .swiper-slide {
    width: 280px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.timeline-container .marker {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid red;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 3;
}

.timeline-container .swiper-slide:nth-child(odd) .marker::after,
.timeline-container .swiper-slide:nth-child(even) .marker::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: #ddd;
}

.timeline-container .swiper-slide:nth-child(odd) .marker::after {
    top: 112%;
    height: 200px;
}

.timeline-container .swiper-slide:nth-child(even) .marker::after {
    bottom: 112%;
    height: 220px;
}

.timeline-container .content {
    position: absolute;
    width: 280px;
    text-align: left;
}

.timeline-container .year {
    font-size: 50px;
    font-weight: bold;
    color: rgba(182, 204, 225, 1);
    margin-bottom: 8px;
    line-height: 60px;
}

.timeline-container .desc {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(64, 64, 64, 0.7);
}

.timeline-container .swiper-slide:nth-child(odd) .content {
    top: calc(50% + 50px);
    left: 45px;
}

.timeline-container .swiper-slide:nth-child(even) .content {
    bottom: calc(50% + 50px);
    left: 40px;
}

/* Navigation */
.timeline-container .swiper-button-next,
.timeline-container .swiper-button-prev {
    color: #d00;
}

.timeline-container .number {
    color: var(--primary-color2);
    font-weight: 700;
    font-size: 20px;
}

.sec-timeline .section-bg.fill img {
    object-fit: contain !important;
    width: 40% !important;
    height: auto !important;
    margin: auto !important;
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.company-item .company-thumbnail {
    width: 100%;
    box-shadow: 0px 1px 24.7px 0px rgba(0, 0, 0, 0.07);
    height: 250px;
    padding: 20px;
}

.company-item .company-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-item .company-title {
    margin: 15px 0 0 0;
}

.company-item .company-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-gray);
    text-transform: uppercase;
    text-align: center;
}

.swiper-center-2 .swiper-wrapper {
    justify-content: center;
    display: flex;
    padding: 30px 0 0px 0 !important;
}