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

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

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

@font-face {
    src: url("../fonts/Be_Vietnam_Pro/BeVietnamPro-ExtraBold.ttf");
    font-family: "BeVietnamPro";
    font-weight: 900;
}

@font-face {
    src: url("../fonts/Be_Vietnam_Pro/BeVietnamPro-Bold.ttf");
    font-family: "BeVietnamPro";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Be_Vietnam_Pro/BeVietnamPro-SemiBold.ttf");
    font-family: "BeVietnamPro";
    font-weight: 600;
}

@font-face {
    src: url("../fonts/Be_Vietnam_Pro/BeVietnamPro-Medium.ttf");
    font-family: "BeVietnamPro";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf");
    font-family: "BeVietnamPro";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/Be_Vietnam_Pro/BeVietnamPro-Light.ttf");
    font-family: "BeVietnamPro";
    font-weight: 200;
}

:root {
    --font-primary: "BeVietnamPro";
    --primary-color-2: #F37021;
    --color-gray: #000;
    --color-2: rgba(91, 91, 91, 1);
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-family: var(--font-primary) !important;
    font-weight: 700 !important;
}

body {
    font-family: var(--font-primary) !important;
    font-weight: 200 !important;
}

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

#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-2) !important;
    color: #fff !important;
    text-align: center;
    padding: 8px 33px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    border-radius: 99px !important;
    transition: 0.3s all !important;
    line-height: 24px !important;
    box-shadow: unset !important;
}


.button_style:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #fff !important;
    color: var(--primary-color-2) !important;
}

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

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

div#mega-menu-wrap-primary ul li a:before {
    content: '' !important;
    background: var(--primary-color-2) !important;
    width: 100% !important;
    height: 2px !important;
    position: absolute !important;
    left: 0;
    bottom: 0;
    display: none !important;
}

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

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

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color-2) !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;
    background: #fff !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: var(--color-gray) !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
    font-weight: 300 !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(244, 244, 246) !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;
}

/**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-2);
}

.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%);
}

/**post item**/
.post-item {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
    transition: 0.3s all;
}

.post-item:hover {
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

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

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

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

.post-item .post-content .post-title a {
    font-size: 18px;
    font-weight: 500;
    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-2);
}

.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-content .post-more a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: rgba(31, 31, 31, 1);
    display: flex;
    gap: 5px;
    align-items: center;
}

.post-item .post-content .post-more a i {
    background: var(--primary-color-2);
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 99px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

/**post large**/
.post-large {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    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;
    border-radius: 16px;
}

.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);
}

.post-large .post-content .post-title a:hover {
    color: #ff3333;
}

.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 small**/
.post-small {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    display: flex;
    transition: 0.3s ease-in-out;
}

.post-small .post-thumbnail {
    width: 200px;
    height: 150px;
    border-radius: 16px;
    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;
    border-radius: 16px;
}

.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);
}

.post-small .post-content .post-title a:hover {
    color: #ff3333;
}

.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;
}

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

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

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

.pagination ul li a:before, .pagination ul li span:before {
    display: none;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: var(--primary-color-2);
    left: 0;
}

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

.pagination ul li a:hover:before, .pagination ul li span:hover:before {
    display: block;
}

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

.wp-pagenavi a, .wp-pagenavi span {
    background: transparent !important;
    border: 0;
    width: 15px;
    height: 15px;
    padding: 0px;
    line-height: 15px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
}

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

.pagination span.current:before, .wp-pagenavi span.current:before {
    display: block;
}

/**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: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid var(--primary-color);
    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-color) !important;
    margin: 0;
    background: #fff;
}

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-color);
}

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

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

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-color) !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-2) !important;
    border-color: var(--primary-color-2) !important;
}

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

/**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-2) !important;
}

/**header**/
div#logo {
    margin-right: 80px;
}

i.icon-search:before {
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    color: #000 !important;
    font-size: 16px;
}

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

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

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

div#masthead 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-family: var(--font-primary) !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;
}

/**banner**/
.banner_hero h3 {
    font-size: 62px !important;
    font-family: var(--font-primary) !important;
    color: #fff !important;
    font-weight: 900 !important;
    line-height: 74px !important;
    margin-bottom: 20px;
}

.banner_hero p {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.highlight {
    color: var(--primary-color-2) !important;
}

/*8home-title**/
.home-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-title.text-center {
    -webkit-box-align: center;
    align-items: center;
}

.home-title h3, .home-title h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: var(--color-gray);
    margin: 0;
}

.home-small h3, .home-small h1 {
    font-size: 32px;
    line-height: 42px;
}

.colorWhite h1, .colorWhite h3 {
    color: #fff;
}

.colorPrimary h1, .colorPrimary h3 {
    color: var(--primary-color)
}

.home-desc p, .home-desc {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    color: var(--color-gray);
}

.colorWhite.colorWhite p {
    color: #fff !important;
}

.home-desc p.large {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

.home-title p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(109, 125, 141);
    margin: 0;
}

.home-title2 .section-title-main {
    text-transform: none;
    font-weight: 500;
    border: 0 !important;
}

.home-title2 h3 {
    color: var(--primary-color) !important;
    font-size: 28px !important;
    line-height: 40px !important;
    text-transform: none !important;
    border-bottom: 1px solid rgba(213, 213, 213, 1) !important;
    margin-bottom: 0px;
}

/**map**/
.map-address p {
    color: var(--color-2);
    font-size: 16px;
    line-height: 24px;
}

.map-address p {
    display: flex;
    gap: 10px;
}

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

a.google-map {
    font-weight: 700;
    font-size: 16px;
}

a.google-map i {
    background: var(--primary-color-2);
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 99px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

/**footer**/
.absolute-footer {
    display: none;
}

#footer {
    color: rgba(31, 31, 31, 1);
}

#footer .footer-top .footer-title {
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
    color: var(--primary-color);
}

#footer .footer-top .footer-address p {
    line-height: 20px;
    font-size: 15px;
    color: rgba(31, 31, 31, 1);
    margin: 0 0 15px 0;
    display: flex;
    gap: 10px;
}

#footer .footer-top .footer-address p i {
    color: var(--primary-color-2);
}

#footer .footer-top .footer-address a {
    line-height: 20px;
    font-size: 15px;
    color: rgba(31, 31, 31, 1);
}

#footer .footer-top .footer-address a:hover {
    color: var(--primary-color-2)
}

#footer .footer-menu a {
    line-height: 20px;
    font-size: 15px;
    color: rgba(31, 31, 31, 1);
    padding: 0;
    margin: 0 0 15px 0 !important;
    min-height: unset;
    position: relative;
}

#footer .footer-menu a span {
    position: relative;
}

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

#footer .footer-menu a span:after {
    content: '';
    background: var(--primary-color-2);
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 1px;
    transition: 0.3s all;
}

#footer .footer-menu a:hover span:after {
    width: 100%
}

.menu-copyright {
    display: flex;
    justify-content: end !important;
    flex-direction: row !important;
}

.menu-copyright .menu-item a {
    width: auto !important;
    display: inline-block;
    min-height: unset;
    padding: 0 0 0 15px !important;;
    line-height: 20px;
    font-size: 14px;
    color: rgba(31, 31, 31, 1);
}

.menu-copyright .menu-item a:hover {
    color: var(--primary-color-2)
}

/**register**/
.register-body {
    margin-top: 20px;
}

.register-body p {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.input_control {
    box-shadow: none !important;
    height: 42px !important;
    margin: 0;
}

.button_not_radius {
    border-radius: 0px !important;
}

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

.banner-category {
    position: relative;
    padding-top: 580px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.banner-category .banner_category_body {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
    position: absolute;
}

.banner-category:after {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: calc(100% - 20%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-category .banner_category_body .home-title {
    margin-bottom: 20px;
}

.banner-category .banner_category_body .home-desc {
    width: 50%;
}

/**service**/
.service-item {
    width: 100%;
    transition: 0.3s all;
    padding: 8px;
}

.service-item:hover {
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

.service-item .service-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
    margin-top: .5rem;
}

.service-item .service-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-item .service-content {
    padding: 10px 0;
}

.service-item .service-content .service-title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--color-gray);
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.service-item .service-category {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
    font-weight: 200;
}

.service-item .service-content .service-title a:hover {
    color: var(--primary-color-2)
}

/**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;
}

.category-title .home-title {
    margin-bottom: 20px;
}

.category-title .home-title h1 {
    color: var(--primary-color)
}

.category-list ul {
    display: flex;
    border-bottom: 1px solid rgba(117, 117, 117, 1);
}

.category-list ul li {
    list-style: none;
    border-left: 1px solid rgba(117, 117, 117, 1);
    width: calc(100% / 3);
}

.category-list ul li:last-child {
    border-right: 1px solid rgba(117, 117, 117, 1);
}

.category-list ul li a {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    display: block;
}

.category-list ul li.active a, .category-list ul li a:hover {
    color: var(--primary-color-2) !important;
}

.post-banner {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
    background: url(../images/bg_form.png) no-repeat;
    background-size: cover !important;
    padding: 30px;
    background-position: center !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.post-banner form {
    margin: 0 !important;
}

.post-banner .home-desc p {
    font-size: 15px !important;
}

.post-banner .home-title {
    margin: 0 0 15px 0 !important;
}

.post-banner h3 {
    font-size: 24px;
    line-height: 32px;
}

.post-banner .button_not_radius {
    width: 50px !important;
    margin: 0;
    display: flex !important;
    justify-content: center;
    height: 42px !important;
    align-items: center;
}

.form-register button {
    margin: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/**recruit**/
.banner_hero_2 p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 200;
}

.banner_hero_2 h3 {
    font-size: 50px !important;
    font-weight: 500 !important;
    line-height: 62px !important;
    color: #fff !important;
    margin-bottom: 20px !important;
}

.button_style .icon-angle-up:before {
    content: "\e09f" !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.home-desc .mb-2 {
    margin-bottom: 15px !important;
}

.career-about .box-text {
    padding-top: 15px !important;
}

.career-about h4 {
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 15px !important;
}

.career-about p {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

.ssr-accordion .accordion-item {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid rgba(230, 230, 230, 1);
}

.ssr-accordion .accordion-item a {
    border: 0 !important;
    color: rgba(31, 31, 31, 1);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 12px 12px 40px;
}

.ssr-accordion .accordion-item button.toggle {
    position: absolute;
    right: 0;
    left: inherit;
    margin: 0;
    transform: none !important;
}

.ssr-accordion .accordion-item button.toggle .icon-angle-down:before {
    content: '\2b';
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color-2) !important;
}

.ssr-accordion .accordion-item a:before {
    content: '';
    background: url(../images/group_x.svg) no-repeat;
    display: block;
    width: 22px;
    height: 22px !important;
    position: absolute;
    left: 10px;
    background-size: 100% !important;
    top: 50%;
    transform: translateY(-50%);
}

.ssr-accordion .accordion-item a.active {
    background: var(--primary-color) !important;
    color: #fff;
}

.ssr-accordion .accordion-item a.active:before {
    background: url('../images/group_active.svg') no-repeat;
}

.ssr-accordion .accordion-item a.active .icon-angle-down:before {
    content: '\f068' !important;
    color: #fff !important;
    font-size: 20px;
}

.ssr-accordion .accordion-inner {
    padding: 15px;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    background: var(--primary-color) !important;
    opacity: 1;
    width: 40px !important;
}

.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    fill: #fff !important;
    border-color: #fff !important;
}

.gallery-col {
    padding-bottom: 0 !important;
}

/**job**/
.c-row {
    display: flex;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding: 10px 20px;
    justify-content: space-between;
}

.c-row .c-col {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-gray);
}

.c-row .c-col:nth-child(1) {
    width: 35%;
}

.c-row .c-col:nth-child(2) {
    width: 15%;
    text-align: center;
}

.c-row .c-col:nth-child(3) {
    width: 15%;
    text-align: center;
}

.c-row .c-col:nth-child(4) {
    width: 25%;
    text-align: center;
}

.c-row .c-col:nth-child(5) {
    width: 10%;
    text-align: right;
}

.job-grid .c-item label {
    display: none;
}

.c-item {
    display: flex;
    flex-flow: wrap;
    padding: 15px 20px;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 3px 10.9px 0px rgba(0, 0, 0, 0.08);
    margin-top: 15px;
    align-items: center;
    transition: 0.3s all;
}

.c-item:hover {
    background: var(--primary-color);
}

.c-item .c-col {
    color: var(--color-gray);
    font-size: 15px;
}

.c-item .c-col:nth-child(1) {
    width: 35%;
}

.c-item .c-col:nth-child(2) {
    width: 15%;
    text-align: center;
}

.c-item .c-col:nth-child(3) {
    width: 15%;
    text-align: center;
}

.c-item .c-col:nth-child(4) {
    width: 25%;
    text-align: center;
}

.c-item .c-col:nth-child(5) {
    width: 10%;
    text-align: right;
}

.c-item h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.c-item a {
    text-transform: uppercase;
    color: var(--primary-color)
}

.c-item:hover .c-col, .c-item:hover a, .c-item:hover h3 {
    color: #fff !important;
}

.c-item a:hover {
    color: var(--primary-color-2)
}

/**core value**/
.core-value .card {
    position: relative;
    width: 100%;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(241, 102, 34, 0.08), 0px 20px 32px rgba(241, 102, 34, 0.5);
    border-radius: 8px;
    cursor: pointer;
    transition: 1s ease-in-out;
    transform-style: preserve-3d;
}

.core-value .card__face {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: 1s ease-in-out;
    padding: 0px 12px;
}

.core-value .card img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.core-value .card__face h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: var(--primary-color-2);
}

.core-value .card__face--back {
    transform: rotateY(0.5turn);
}

.core-value .card__face--back p {
    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;
    text-align: center;
}

.core-value .card:hover {
    transform: rotateY(0.5turn);
}

.header-recruit {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.recruit-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

.recruit-info .recruit--text label {
    text-transform: uppercase;
    margin: 0;
    color: rgba(81, 81, 81, 1);
}

.recruit-info .recruit--text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(81, 81, 81, 1);
    font-size: 16px;
    line-height: 24px;
}

.recruit-apply {
    margin-bottom: 50px;
}

.recruit-apply a {
    text-transform: uppercase;
    font-weight: 200;
    color: #fff !important;
}

.recruit-item {
    box-shadow: 0px 1px 9.9px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    transition: 0.3s all;
}

.recruit-item .recruit-title {
    margin-bottom: 20px;
}

.recruit-item .recruit-title a {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-gray);
}

.recruit-item .recruit-title a:hover {
    color: var(--primary-color-2)
}

.recruit-item .recruit-body {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.recruit-item .recruit-body .recruit--text {
    color: var(--color-gray);
    font-size: 15px;
    line-height: 24px;
}

.recruit-item .recruit-body .recruit--text label {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: var(--color-gray);
}

.recruit-item .recruit-apply {
    margin: 0;
    text-align: right;
}

.recruit-item .recruit-apply a {
    padding: 5px 20px !important;
    color: var(--primary-color-2) !important;
}

.recruit-item:hover {
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

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

.button_for_outline:hover, .recruit-item .recruit-apply a:hover {
    background: var(--primary-color-2) !important;
    color: #fff !important;
}

.form-recruit h3 {
    text-align: center;
    text-transform: none;
    margin: 0 0 30px 0;
    font-size: 26px;
    line-height: 34px;
}

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

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

.contact-share a {
    margin-right: 5px !important;
    background: var(--primary-color-2) !important;
    border-color: var(--primary-color-2) !important;
    color: #fff !important;
}

.form-recruit {
    width: 100%;
    background: #fff;
    padding: 20px;
}

.footer-social a {
    margin: 0 10px 0 0 !important;
}

/**team**/

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

.team-item:hover .team-thumbnail {
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

.team-item .team-thumbnail {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: .3s ease-in-out;
    position: relative;
}

.team-item .team-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    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);
}

.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-color-2);
    width: 41px;
    height: 41px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-detail {
    padding: 15px 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;
}

/**our**/
.rowTop {
    margin-top: -180px !important;
}

.core-flex {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.core-flex .core-number {
    width: 80px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    font-weight: 500;
    font-size: 16px;
}

.core-flex .core-body {
    width: calc(100% - 80px);
}

.core-flex .core-body h4 {
    color: #fff;
    font-size: 28px;
    text-align: left;
    line-height: 36px;
    margin: 0 0 15px 0;
    font-weight: 300 !important;
}

.core-flex .core-body p {
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.coreBanner {
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s all;
}

.coreBanner .overlay {
    opacity: 0;
}

.coreBanner .box-text {
    opacity: 1;
    padding-top: 60px;
    text-shadow: none !important;
}

.coreLabel {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    border-radius: 7px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 15px;
    color: var(--primary-color-2);
}

.coreLabel.right {
    top: 0;
    right: 0;
    left: unset;
    border-radius: 0 8px 0 0;
}

.coreBanner .box-text .coreContent {
    display: none;
}

.coreBanner:hover .overlay {
    opacity: 1;
}

.coreBanner:hover .coreContent {
    display: block;
}

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

.coreLogo {
    width: 165px !important;
    height: 165px !important;
    padding: 15px !important;
    box-shadow: 0px 5.69px 24.75px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute !important;
    top: 45% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #fff !important;
}

/**investor**/
.banner_3 h3 {
    font-weight: 700 !important;
}

.banner_info {
    border-top: 2px solid #fff;
}

.banner_info .info__item {
    padding: 25px 0;
}

.banner_info .info__item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.banner_info .info__item h3 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.banner_info .info-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    opacity: 1;
}

.banner_info .info-flex .info-col {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.banner_info .info-flex .info-col .info-number {
    font-size: 40px;
}

.home-desc a {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
}

.evalution {
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    padding: 30px;
}

.evalution p {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    color: var(--color-gray);
}

.evalution h4 {
    color: var(--primary-color-2);
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.sec-evaluation .section-bg img {
    width: 50% !important;
    left: unset;
    right: 0;
}

/**investor item**/
.investor-item {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
    transition: 0.3s all;
}

.investor-item:hover {
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

.investor-item .box-text {
    padding: 15px;
}

.investor-item h4 {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 26px !important;
    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;
    margin: 0;
}

.investor-item p {
    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: 10px 0;
    height: 80px;
}

.investor-item .investor-link a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: rgba(31, 31, 31, 1);
}

.investor-item .investor-link a:hover {
    color: var(--primary-color-2)
}

.investor-item .investor-link a:after {
    display: inline-flex;
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    background: var(--primary-color-2);
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 99px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

aside.investor-widget ul {
    margin: 0;
}

aside.investor-widget ul li {
    border-color: rgba(230, 230, 230, 1) !important;
}

aside.investor-widget ul li a {
    color: rgba(31, 31, 31, 1);
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

aside.investor-widget ul li a:hover {
    color: var(--primary-color-2)
}

table.table-report tr td, table.table-report tr th {
    border: 1px solid rgba(215, 215, 215, 1);
    padding: 15px;
    text-transform: unset;
    font-weight: normal;
    font-size: 15px;
    color: var(--color-gray) !important;
}

table.table-report tr th {
    text-align: center;
    background: rgba(249, 249, 249, 1);
}

table.table-report tr th:nth-child(1) {
    width: 45%
}

table.table-report tr td:nth-child(1) {
    background: rgba(249, 249, 249, 1);
}

table.table-report a:hover {
    color: var(--primary-color-2)
}

table.table-report a:after {
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color-2);
    margin-left: 10px;
}

.home-right {
    border-bottom: 1px solid rgba(215, 215, 215, 1);
}

.home-right h3 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 10px;
    font-weight: 500;
    margin: 0;
}

.home-right h3:after {
    content: '\f105';
    font-weight: normal;
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color);
    margin-left: 10px;
}

/**download**/
.download-item {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
    transition: 0.3s all;
}

.download-item:hover {
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

.download-item .box-text {
    padding: 15px 0;
}

.download-item h4 {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 26px !important;
    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;
    margin: 0;
}

.download-item .download-link a {
    color: var(--primary-color-2);
    font-size: 16px;
}

.download-item .download-link a:before {
    content: '\f019';
    font-weight: normal;
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color-2);
    margin-right: 10px;
}

/*8home-ux**/
.home-ux span.section-title-main {
    font-size: 20px !important;
    font-weight: 500;
    border: 0 !important;
}

.financial .box-text {
    padding: 15px 0;
}

.financial .financial-link:not(:last-child) {
    margin-bottom: 10px;
}

.financial .financial-link a {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.financial .financial-link a:before {
    content: '\f35d';
    font-weight: normal;
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color)
}

.financial .financial-link a:hover {
    color: var(--primary-color-2)
}

.financial .financial-link a:hover:before {
    color: var(--primary-color-2)
}

.financial h4 {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 26px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-gray);
    margin: 0 0 10px 0 !important;
}


.form-ir .input_control {
    margin-bottom: 15px !important;
}

.form-ir h3.text-center {
    font-size: 22px;
    font-weight: 500 !important;
    margin: 0 0 20px 0;
}

.form-ir button {
    margin: 0 !important;
}

.form-ir span.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

header#investor-header h1 {
    font-size: 30px;
    line-height: 38px;
    border-left: 2px solid var(--primary-color);
    padding-left: 15px;
    font-weight: 500 !important;
}

header#investor-header {
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 1) !important;
}

/**post item**/
.post-list {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
    transition: 0.3s all;
}

.post-list:hover {
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

.post-list .post-thumbnail {
    width: 300px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.post-list .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.post-list .post-content .post-title a {
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-gray);
}

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

.post-list .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: 10px 0;
}

.post-list .post-content .post-more a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: rgba(31, 31, 31, 1);
    display: flex;
    gap: 5px;
    align-items: center;
}

.post-list .post-content .post-more a i {
    background: var(--primary-color-2);
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 99px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

.post-list .post-meta {
    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: 0 0 10px 0;
}

/**ssr accordion**/
.ssr-accordion2 .accordion-item {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 15.8px 0px rgba(0, 0, 0, 0.09);

}

.ssr-accordion2 .accordion-item a {
    border: 0 !important;
    color: rgba(31, 31, 31, 1);
    font-size: 16px;
    font-weight: 600;
    text-transform: unset;
    padding: 15px 12px 15px 12px;
    background: rgba(15, 91, 163, 0.1);
    border-left: 4px solid var(--primary-color) !important;
}

.ssr-accordion2 .accordion-item button.toggle {
    position: absolute;
    right: 0;
    left: inherit;
    margin: 0;
    transform: none !important;
}

.ssr-accordion2 .accordion-item button.toggle .icon-angle-down:before {
    content: '\2b';
    font-family: "Font Awesome 6 Pro";
    font-weight: 300 !important;
    color: var(--primary-color) !important;
}


.ssr-accordion2 .accordion-item a.active {
    background: var(--primary-color) !important;
    color: #fff;
}

.ssr-accordion2 .accordion-item a.active .icon-angle-down:before {
    content: '\f068' !important;
    color: #fff !important;
    font-size: 20px;
}

.ssr-accordion2 .accordion-inner {
    padding: 15px;
}

/**we**/
.we-item {
    box-shadow: 0px 4px 11.9px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    background: #fff;
    transition: 0.3s all;
}

.we-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 28.9px 0px rgba(0, 0, 0, 0.21);
}

.we-item .we-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
}

.we-item .we-thumbnail:after {
    content: '';
    background-color: rgba(15, 91, 163, 0.77);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.we-item:hover .we-thumbnail:after {
    opacity: 1;
}

.we-item .we-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.we-item .we-content {
    padding: 15px;
}

.we-item .we-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.we-item .we-title a {
    font-size: 18px;
    font-weight: 500;
    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;
}

.we-item .we-title a:hover {
    color: var(--primary-color-2)
}

.we-item .we-content .we-up {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: var(--primary-color-2);
}

.we-item .we-content .we-up:hover {
    background: var(--primary-color-2);
    color: #fff;
    border-color: var(--primary-color-2)
}

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

.box-what .swiper-pagination {
    bottom: -30px !important;
}

.box-what .swiper-nav {
    position: absolute;
    top: -52px;
    display: flex;
    right: 0;
    gap: 10px;
}

.box-what .swiper-button-next, .box-what .swiper-button-prev {
    position: unset;
}

/**partner**/
.swiper-partner .swiper-wrapper {
    padding: 20px 0px;
}

.partner-item {
    width: 100%;
    box-shadow: 0px 2.84px 17.25px 0px rgba(0, 0, 0, 0.08);
    height: 80px;
    padding: 20px;
}

.service-group {
    border: 1px solid rgba(223, 223, 223, 1);
    background: #fff;
    padding: 40px 20px;
    transition: 0.3s ease-in-out;
}

.service-group .box-text {
    padding-top: 25px;
    text-shadow: unset;
    min-height: 300px;
}

.service-group h4 {
    text-transform: uppercase;
    color: rgba(81, 81, 81, 1);
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.service-group p {
    color: var(--color-gray);
    font-size: 16px;
    line-height: 24px;
}

.service-group .box-image {
    margin: 0;
}

.service-group:hover {
    transition: 0.3s ease-in-out;
    background: url('../images/bg_service.png') no-repeat;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0px 4px 20.1px 0px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.service-group:hover h4, .service-group:hover p {
    color: #fff;
}

.service-group:hover img {
    filter: brightness(0) invert(1);
}

/**map**/
.box_map_highlight {
    position: relative;
}

.box_map_highlight img {
    width: 100%;
}

.box_map_highlight canvas {
    width: 100%;
    height: auto;
}

/**tab**/
.tab-network h4.uppercase.text-left {
    font-size: 40px;
    line-height: 52px;
    text-transform: unset;
    color: var(--primary-color);
}

.tab-network .tab-panels {
    border-left: 0 !important;
    padding-right: 0 !important;
}

.tab-network ul li a {
    color: rgba(31, 31, 31, 1);
    font-size: 18px;
    font-weight: 700;
    text-transform: unset !important;
    transition: 0.3s ease-in-out;
    position: relative;
}

.tab-network ul li a:before {
    content: "\f105";
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
}

.tab-network ul li.active a, .tab-network ul li a:hover {
    color: var(--primary-color) !important;
}

.tab-network ul li a:hover, .tab-network ul li.active a {
    padding-left: 20px;
}

.tab-network ul li a:hover:before, .tab-network ul li.active a:before {
    display: block;
}

.tab-network .nav-vertical {
    width: 30% !important;
}

.network .box-text {
    text-shadow: none !important;
    background: #fff;
    color: var(--color-gray);
    width: 70% !important;
    padding: 20px !important;
}

.network h4 {
    font-size: 18px;
    line-height: 26px;
}

.network p {
    margin: 0;
}

.network h4, .network p {
    color: var(--color-gray) !important;
}

.menu-category a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    min-height: unset;
    padding: 10px 0;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

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

.readmore {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.readmore-flex {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.readmore a {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.readmore a:hover {
    color: var(--primary-color-2)
}

.button-angle {
    margin-top: 15px;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.form-register2 {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.form-register2 .register-title {
    width: 250px;
}

.form-register2 .register-title p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.form-register2 .register-body {
    width: calc(100% - 250px);
    padding-left: 15px;
    margin-top: 0;
}

.form-register2 .input_register {
    background: transparent !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0;
    color: #fff;
}

.form-register2 span.wpcf7-form-control-wrap {
    width: 100%;
}

.form-register2 .buttonRegister {
    background: var(--primary-color);
    color: #fff;
    margin: 0;
    position: absolute;
    right: 1px;
    height: 48px;
    top: 17px;
    width: 80px;
}

.form-register2 .buttonRegister:hover {
    background: var(--primary-color-2) !important;
}

/**canvas**/
.canvas-text {
    width: 100px;
    height: 100px;
    border: 1px solid var(--primary-color-2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.canvas-text:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color-2);
    color: #fff;
}

.canvas-text .canvas-content {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--primary-color-2);
    padding: 15px;
    z-index: 9;
    top: -290px;
}

.canvas-content {
    text-align: left;
    font-weight: 200;
    font-size: 15px;
    line-height: 23px;
    color: var(--color-gray) !important;
}

.canvas-content:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 25px 0 25px;
    border-color: var(--primary-color-2) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.canvas-content:before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% + 1px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 24px 0 24px;
    border-color: white transparent transparent transparent;
    z-index: 2;
}

.canvas-content ul li {
    text-align: left;
    font-weight: 200;
    font-size: 15px;
    margin-bottom: 10px !important;
    list-style: inside disc;
}

.canvas-content ul li::marker {
    color: var(--color-gray)
}

.canvas-text:hover .canvas-content {
    display: block;
}

/**about**/
.banner_about h3 {
    font-size: 40px !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    line-height: 50px !important;
}

.banner_about p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-gray) !important;
}

.button_video a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-shadow: none !important;
    color: var(--primary-color-2) !important;
}

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

.performance .performance__text {
    font-weight: 700;
    font-size: 32px;
    line-height: 58px;
    color: var(--primary-color);
}

.performance .performance__number {
    font-size: 70px;
    line-height: 88px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.performance .performance__unit {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: var(--color-gray);
}

.col-number {
    border-right: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.col-number:last-child {
    border-right: 0 !important;
}

.icon-ssr {
    border: 1px solid rgba(230, 230, 230, 1);
    padding: 40px 20px;
    height: 100%;
}

.col-100 .col-inner {
    height: 100%;
    min-height: 100%;
}

.icon-ssr h3 {
    font-size: 20px;
    line-height: 28px;
    color: var(--color-gray);
    margin: 0 0 10px 0;
}

.icon-ssr p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(81, 81, 81, 1);
    margin: 0;
}

.coreLogo2 {
    width: 165px !important;
    height: 165px !important;
    padding: 15px !important;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 50%;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-wc-5 {
    flex-basis: calc(100% / 5) !important;
    max-width: calc(100% / 5) !important;
}

.category-item .box-text h4 {
    color: var(--primary-color);
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    margin: 0;
}

.category-item .box-text {
    text-shadow: unset !important;
    background: #fff;
    width: auto !important;
    padding: 5px 15px;
}

.category-item:hover .box-text {
    background: var(--primary-color-2);
}

.category-item:hover h4 {
    color: #fff !important;
}

.menu__product .ux-menu-link.flex.menu-item:first-child a {
    border-top: 1px solid rgba(230, 230, 230, 1);
}

.menu__product a {
    min-height: unset;
    padding: 10px 0;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    border-color: rgba(230, 230, 230, 1);
}

.menu__product a:hover {
    color: var(--primary-color-2) !important;
}

.menu__product a:after {
    content: '\f054';
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color-2);
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.icon-product h3 {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-color) !important;
    margin: 0;
}

.performance--page .performance__number {
    font-size: 50px;
    line-height: 60px;
}

.performance--page .performance__unit {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: var(--primary-color);
}

.performance.performance--page {
    background: rgba(221, 234, 247, 1);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-glance .section-bg img {
    height: 50% !important;
    top: unset;
    bottom: 0;
}

/**home center**/
.home-title-center span.section-title-main {
    font-size: 32px;
    line-height: 42px;
    font-style: italic;
    text-transform: unset;
    color: var(--primary-color);
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
}

.home-title-center h3.section-title b {
    background: var(--primary-color) !important;
    opacity: 1;
    height: 1px;
}

.home-normal span.section-title-main {
    font-style: normal;
}

.home-title-center h3.section-title b:first-child {
    display: block;
    width: 10% !important;
    flex: none;
}

.col-contact .col-inner {
    border-radius: 10px;
    background: var(--primary-color);
    padding: 20px;
}

.col-contact .col-inner .form-recruit {
    background: transparent;
    padding: 0;
}

.col-contact .col-inner .form-recruit .input_control {
    background: transparent;
    color: #fff;
}

.col-contact .col-inner .form-recruit .input_control::placeholder {
    color: #fff;
}

.col-contact span.wpcf7-list-item-label {
    color: #fff;
}

/**Product**/
.product-section .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-section {
    border: 0;
}

.home-12 h3 {
    font-size: 24px;
    line-height: 34px;
    color: var(--primary-color);
    font-style: italic;
}

.productDescription h4 {
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color);
}

.productDescription p {
    color: rgba(97, 97, 97, 1);
    font-size: 16px;
    line-height: 26px;
}

.category2 .box-text {
    background: rgba(15, 91, 163, 0.8);
    color: #fff;
    width: 100% !important;
    text-align: center !important;
}

.category2 .box-text h4 {
    color: #fff !important;
}

.product-application {
    position: relative;
}

.product-application .application-thumbnail {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.product-application .application-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-application .application-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.product-application:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    opacity: 0;
}

.product-application .application-title a {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0px 5.03px 5.03px 0px rgba(0, 0, 0, 0.25);
}

.product-application:hover:after {
    opacity: 1;
}

.tabProduct ul {
    border-bottom: 3px solid rgba(230, 230, 230, 1);
}

.tabProduct ul li a {
    text-transform: unset;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
    color: var(--color-gray);
}

.tabProduct ul li.active a {
    color: var(--primary-color-2)
}

/**product item**/
.product-item {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(230, 230, 230, 1);
    transition: 0.3s all;
}

.product-item .product-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
}

.product-item .product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-item .product-content {
    padding: 15px;
}

.product-item .product-content .product-title a {
    font-size: 18px;
    font-weight: 500;
    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;
}

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

.product-item .product-content .product-link {
    text-align: center;
}

.product-item .product-content .product-link a {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    padding: 8px 15px !important;
}

.product-item .product-content .product-link a:hover {
    border-color: var(--primary-color-2) !important;
    color: #fff !important;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

h1.product-title.product_title.entry-title {
    font-size: 40px;
    line-height: 54px;
    color: var(--primary-color);
}

.product_certificates {
    margin-bottom: 30px;
}

.product_certificates h3, .product_file h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: var(--primary-color);
}

.product_certificates img {
    width: 200px;
}

.product_contact a {
    width: 100%;
}

.product_file {
    margin-top: 30px;
}

.product_file a {
    display: flex;
    gap: 10px;
    color: var(--color-gray);
    font-size: 16px;
    line-height: 26px;
}

.product_file a:not(:last-child) {
    margin-bottom: 12px;
}

.product_file img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.padding-main {
    padding-bottom: 0 !important;
}

.product-section {
    border-top: 0px !important;
    padding-top: 0 !important;
}

/**time line**/
.hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: var(--primary-color);
    z-index: 5;
}

.timeline li {
    padding: 2em 0;
    margin: 0 !important;
}

.timeline .hexa {
    width: 16px;
    height: 16px;
    position: absolute;
    background: var(--primary-color);
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    margin-top: 0;
    border-radius: 50%;
}

.timeline .hexa:after {
    content: '';
    width: 22px;
    height: 22px;
    background: rgba(15, 91, 163, 0.1);
    position: absolute;
    top: -3px;
    border-radius: 50%;
    left: -3px;
}

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    text-align: center;
    position: relative;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.time-wrapper .time {
    color: var(--primary-color);
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    padding-top: 0px !important;
}

.direction-r .desc {
    position: relative;
    z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 0 1em 0 1em;
    font-size: 16px;
    line-height: 24px;
    z-index: 15;
}

.direction-r .flag-wrapper:last-child .hexa {
    display: none;
}

.direction-l .flag-wrapper:last-child .hexa {
    display: none;
}

.timeline-item {
    display: flex;
    flex-flow: wrap;
}

.timeline-item .timeline-number {
    width: 80px;
    font-size: 21px;
    font-weight: 700;
    color: #1F1F1F;
    text-align: left;
}

.timeline-item .timeline-body {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.timeline-item .timeline-body ul {
    margin: 0 !important;
}

.timeline-item .timeline-body ul li {
    padding: 0 !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    line-height: 24px;
    /* list-style: inside disc; */
    text-align: left;
}

.timeline li .desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.direction-img {
    width: 450px;
    height: 300px;
    position: absolute;
}

.direction-r .direction-img {
    left: -100%;
}

.direction-l .direction-img {
    right: -100% !important;
}

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

.timeline .direction-heading {
    color: rgba(137, 137, 137, 1);
    text-transform: uppercase;
    font-size: 115px;
    font-weight: 900;
    z-index: -1;
    position: absolute;
    bottom: -95px;
    left: -40px;
    opacity: 0.3;
}

@media (min-width: 768px) {
    .timeline {
        margin: 0 auto;
        margin-top: 20px;
    }

    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .timeline .hexa {
        left: -28px;
        right: auto;
        top: 8px;
    }

    .timeline .direction-l .hexa {
        left: auto;
        right: -28px;
    }

    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left;
    }

    .flag-wrapper {
        display: inline-block;
    }

    .flag {
        font-size: 18px;
    }

    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254, 254, 254);
        border-width: 8px;
    }

    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: rgb(254, 254, 254);
        border-width: 8px;
        left: -8px;
    }

    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }

    .direction-l .time-wrapper {
        float: left;
    }

    .direction-r .time-wrapper {
        float: right;
    }

    .time {
        padding: 5px 10px;
    }

    .direction-r .desc {
        margin: 0 0 0 0.75em;
    }
}

@media (min-width: 992px) {
    .timeline {
        margin: 0 auto;
        margin-top: 20px;
    }

    .direction-l {
        position: relative;
        width: 550px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 550px;
        float: right;
        text-align: left;
    }
}


.tab-quarterly ul {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.tab-quarterly ul li a {
    font-size: 16px;
    color: var(--color-gray);
    padding: 12px 35px;
    background: rgba(15, 91, 163, 0.1);
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.tab-quarterly ul li.active a {
    background: var(--primary-color);
    color: #fff;
}

.tab-quarterly .tab-panels {
    padding-top: 40px;
}

.title-chart {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    border-left: 3px solid var(--primary-color-2);
    padding-left: 20px;
}

.home-flex ul {
    display: flex;
    list-style: none;
    flex-direction: row !important;
    padding-bottom: 10px;
}

.home-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-flex h3 {
    width: auto;
    display: inline-block;
}

.home-flex ul li a {
    width: auto !important;
    display: inline-block;
    min-height: unset;
    padding: 0 15px 0 0 !important;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color-2)
}

.home-flex ul li a:hover {
    color: var(--primary-color)
}

.gfx-catalog {
    padding-left: 25px;
}

.catalog-slide {
    width: 100%;
    height: 450px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.catalog-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-slide:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.catalog-slide .catalog-title {
    position: absolute;
    bottom: -100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    z-index: 9;
    font-size: 22px;
    transition: 0.3s ease-in-out;
    line-height: 28px;
}

.catalog-slide .catalog-download a {
    font-size: 15px !important;
}

.catalog-slide .catalog-download {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: 0.3s ease-in-out;
}

.catalog-slide:hover:after {
    transition: 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.catalog-slide:hover .catalog-title {
    bottom: 20px;
}

.catalog-slide:hover .catalog-download {
    top: 50%;
}

.about__number p {
    color: rgba(81, 81, 81, 1);
    font-size: 14px;
    margin: 0;
}

.about__number h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.about__number {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: rgba(15, 91, 163, 0.27);
    padding: 24px 10px;
    border-bottom: 2px solid var(--primary-color-2);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about__number.number_2 {
    border-bottom-color: var(--primary-color) !important;
}

.postThumbnail {
    position: relative;
    width: 100%;
    height: 350px;
}

.postThumbnail:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.postThumbnail .post-thumbnail {
    width: 100%;
    height: 100%;
}

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

.postThumbnail .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    z-index: 9;
}

.postThumbnail .post-content .post-title {
    margin-bottom: 10px;
}

.postThumbnail .post-content .post-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: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.postThumbnail .post-more a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.postGrid .post-thumbnail {
    width: 170px;
    height: 160px;
}

.postGrid .post-content {
    width: calc(100% - 170px);
}

.postGrid .post-content .post-title a {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.postGrid .post-content .post-more a {
    color: #F37021;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin: 15px 0 0 0;
}