::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

@font-face {
    src: url("../fonts/OpenSans-ExtraBold.ttf");
    font-family: "OpenSans";
    font-weight: 900;
}

@font-face {
    src: url("../fonts/OpenSans-Bold.ttf");
    font-family: "OpenSans";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/OpenSans-SemiBold.ttf");
    font-family: "OpenSans";
    font-weight: 600;
}

@font-face {
    src: url("../fonts/OpenSans-Regular.ttf");
    font-family: "OpenSans";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/OpenSans-Light.ttf");
    font-family: "OpenSans";
    font-weight: 200;
}

:root {
    --primary-color: #F6921E;
    --primary-color2: #1E3464;
    --font-family: "OpenSans";
}

body {
    font-family: "OpenSans" !important;
    font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-family: "OpenSans" !important;
    font-weight: 700 !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;
    padding: 12px 25px !important;
    font-size: 16px !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    border-radius: 5px !important;
    transition: 0.3s all !important;
    display: inline-flex !important;
    box-shadow: unset !important;
    font-weight: 600 !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    min-height: 35px !important;
    text-decoration: unset;
}

.button_style span.icon {
    width: 31px;
    display: inline-block;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    margin-left: 15px;
    color: var(--primary-color);
    line-height: 31px;
    text-align: center;
    font-size: 16px;
}

.button_style:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #fff !important;
    color: var(--primary-color) !important;
}

.button_style:hover span.icon {
    background: var(--primary-color);
    color: #fff;
}

/**header**/
#header .header-top {
    display: none !important;
}

#header, .sticky-header .header-main.sticky {
    border: 0px !important;
}

#header .main-menu > li.menu-item > a {
    text-decoration: none !important;
}

#header .header-main .header-left {
    padding: 0 !important;
}

#header .header-main .header-center {
    padding: 0 15px 0 15px !important;
}

#header .search-rounded input {
    width: 180px !important;
    height: 35px !important;
    border: 0;
}

#header .searchform .selectric, #header .searchform input, #header .searchform select {
    border: 0 !important;
}

#header .main-menu > li.menu-item a, #header .main-menu > li.menu-item.active > a, #header .main-menu > li.menu-item a:hover {
    border: 0 !important;
}

#header .search-rounded:not(.simple-search-layout) .searchform {
    line-height: 35px;
}

#header .advanced-search-layout button {
    position: absolute;
    right: 0;
    padding: 0 5px !important;
    height: 35px !important;
    color: #F6921E !important;
}

#header .header-main .header-right {
    padding: 10px 0 !important;
}

/*counter**/
.gfx-counter p {
    margin-bottom: 0;
}

.gfx_radius img {
    border-radius: 20px !important;
}

/**abouts**/
.abouts .about_title {
    margin-bottom: 30px;
}

.abouts .about_title .sub_title {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 24px;
}

.abouts .about_title h3 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.about-content p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.abouts .about_title h3:after {
    content: '';
    width: 128px;
    height: 5px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.abouts .about-link {
    margin-top: 25px;
}

/**service*/
.service {
    position: relative;
    height: 781px;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
}

.service .service-title {
    width: 551px;
    height: 551px;
    border-radius: 50%;
    background: rgba(246, 146, 30, 0.78);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 100px;
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    margin: auto;
}

.service .service-item {
    width: 226px;
    height: 226px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    border: 5px solid rgba(255, 255, 255, 0.4);
    font-weight: 700;
}

.service-item.service-1 {
    left: 200px;
    top: -10px;
}

.service-item.service-2 {
    left: 0px;
    top: 37%;
}

.service-item.service-3 {
    left: 200px;
    bottom: -10px;
}

.service-item.service-4 {
    right: 200px;
    top: -10px;
}

.service-item.service-5 {
    right: 0px;
    top: 37%;
}

.service-item.service-6 {
    right: 200px;
    bottom: -10px;
}

.row-service {
    position: relative;
}

.row-service:before {
    content: '' !important;
    background: rgba(30, 52, 100, 0.6) !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
}

.home-title .heading_line {
    position: relative;
}

.heading_line:after {
    content: '';
    width: 128px;
    height: 5px;
    background: var(--primary-color);
    position: absolute;
    bottom: -15px;
}

.heading_line.center:after {
    left: 50%;
    transform: translateX(-50%);
}

.heading_line.left:after {
    left: 0;
}

.leftHeading .heading_line:after {
    left: 0;
    transform: unset;
}

.Headingwhite .heading_line:after {
    background: #fff;
}

/**service**/
.service-item {
    border-radius: 20px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 220px;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.service-item .service-content {
    width: 100%;
    padding: 20px;
    background: rgba(30, 52, 100, 1);
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.service-item .service-title {
    margin: 0 0 15px 0;
}

.service-item .service-title a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-item .service-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.service-item .right img {
    width: 30px !important;
}

.service-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 15px 24.8px 0px rgba(0, 0, 0, 0.18);
}

.service-item:hover .service-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.service-owl .owl-stage-outer {
    overflow: visible !important;
}

.service-owl .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.service-owl .owl-item.active {
    opacity: 1;
}

/**tab**/
.product_tab {
    background: rgba(167, 142, 119, 0.08) !important;
    border-radius: 20px;
    padding: 20px;
}

.product_tab ul.vc_tta-tabs-list {
    border-bottom: 1px solid rgba(29, 33, 39, 1) !important;
}

.product_tab ul.vc_tta-tabs-list li a {
    color: rgba(29, 33, 39, 0.5) !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px !important;
    border: 0 !important;
    background: transparent !important;
}

.product_tab ul.vc_tta-tabs-list li a:hover, .product_tab ul.vc_tta-tabs-list li.vc_active a {
    color: rgba(29, 33, 39, 1) !important;
}

.product_tab .vc_tta-panels {
    padding: 30px 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: unset !important;
}

/**project**/
.project-item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.project-item .project-thumbnail {
    width: 500px;
    border-radius: 20px !important;
    transition: 0.3s ease-in-out;
    aspect-ratio: 4/3;
}

.project-item .project-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 20px !important;
}

.project-item .project-content {
    width: calc(100% - 500px);
    padding-left: 25px;
}

.project-item .project-content .project-title {
    margin: 0 0 20px 0;
}

.project-item .project-content .project-title a {
    font-size: 44px;
    line-height: 58px;
    font-weight: 700;
    color: #000000;
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-item .project-content .project-title a:hover {
    color: var(--primary-color)
}

.project-item .project-desc p, .project-item .project-desc {
    font-size: 16px;
    line-height: 24px;
}

.project-gallery {
    border-top: 1px solid #1D2127;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

.project-gallery .project-ha {
    height: 80px;
}

.project-gallery .project-ha img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**question**/
.aboutImage {
    overflow: hidden;
    border-radius: 0 20px 20px 0 !important;
}

.aboutImage .wpb_wrapper {
    height: 100% !important;
}

.image100 {
    height: 100% !important;
}

.image100 img {
    height: 100% !important;
    border-radius: 0 20px 20px 0;
}

.image100 .vc_single_image-wrapper {
    height: 100% !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
}

/**post item**/
.post-item {
    display: flex;
    flex-flow: wrap;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.post-item:hover {
    transition: 0.3s ease-in-out;
    border-color: var(--primary-color)
}

.post-item .post-thumbnail {
    width: 240px;
    height: 240px;
    border-radius: 20px 0 0 20px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    width: calc(100% - 240px);
    padding: 20px 40px 20px 20px;
}

.post-item .post-content .post-title a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-content .post-title a:hover {
    color: var(--primary-color)
}

.post-item .post-desc, .post-item .post-meta {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.post-item .post-link {
    margin: 15px 0 0 0;
}

.post-item .post-link a {
    color: var(--primary-color2);
    font-size: 15px;
    text-decoration: unset;
    display: flex;
    align-items: center;
}

.post-item .post-link a .icon {
    width: 27px;
    height: 27px;
    background: var(--primary-color2);
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #fff;
}

.owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid var(--primary-color) !important;
    width: 43px !important;
    height: 43px !important;
    color: var(--primary-color) !important;
}

button.owl-prev {
    left: -21px !important;
}

button.owl-next {
    right: -21px !important;
}

.owl-nav button:hover {
    color: #fff !important;
    background: var(--primary-color) !important;
}

button.owl-prev:before {
    content: '\f060' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.owl-next:before {
    content: '\f061' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

/**footer**/
#footer .footer-bottom {
    padding: 0 !important;
}

#footer .footer-bottom .footer-left {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

#footer .footer-bottom .footer-left p {
    margin: 0 !important;
    color: #fff !important;
}

.share-footer p {
    margin: 0 0 10px 0;
}

.share-footer a {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid rgba(217, 217, 217, 1);
    color: var(--primary-color) !important;
    font-size: 18px;
}

.share-footer a:hover {
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: #fff !important;
}

#footer .ult_main_cl {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 10px 0;
}

/**Header**/
#header .header-main {
    z-index: 9999;
    box-shadow: 0px 4px 15.6px 0px rgba(0, 0, 0, 0.09) !important;
}

section.category-banner {
    padding: 120px 0;
    background-size: cover !important;
    background-position: center center !important;
}

.category-banner .row {
    align-items: center;
}

.col-right {
    text-align: right;
}

.cat_desc, .home-page p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

h1.cat_title, .home-page h1 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0 0 15px 0;
    text-align: left;
}

.category_menu {
    padding: 25px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.category_menu a {
    padding: 10px 30px;
    border: 1px solid rgba(167, 142, 119, 1);
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
}

.category_menu a:hover, .category_menu a.active {
    background: rgba(167, 142, 119, 1);
    color: #fff;
}

/**post list**/
.post-list {
    display: flex;
    flex-flow: wrap;
}

.post-list .post-thumbnail {
    width: 250px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-list .post-content {
    width: calc(100% - 250px);
    padding-left: 20px;
}

.post-list .post-content .post-title a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: rgba(29, 33, 39, 1);
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-list .post-content .post-title a:hover {
    color: var(--primary-color)
}

.post-list .post-content .post-desc {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
}

.post-row:not(:last-child) {
    margin-bottom: 30px;
}

.pagination-page ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2px;
}

.pagination-page ul li {
    text-indent: unset !important;
    position: unset !important;
}

.pagination-page ul li a, .pagination-page ul li span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: rgba(167, 142, 119, 1);
    text-align: center;
    line-height: 32px;
    color: #fff;
    text-decoration: unset;
    font-size: 16px;
}

.pagination-page ul li a:hover, .pagination-page ul li.active span {
    background: var(--primary-color) !important;
}

.pagination-page li.next:before, .pagination-page li.prev:before {
    display: none;
}

/*widget**/
.widget-title {
    color: rgba(29, 33, 39, 1) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    position: relative;
    display: block;
    margin-bottom: 20px !important;
}

.widget-post-item {
    width: 100%;
}

.widget-post-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.widget-post-item .widget-post-thumbnail {
    width: 220px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
}

.widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.widget-post-item .widget-post-content {
    padding: 15px 0 0 0;
}

.widget-post-item .widget-post-content .widget-post-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: rgba(29, 33, 39, 1);
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-post-item .widget-post-content .widget-post-title a:hover {
    color: var(--primary-color)
}

#header .main-menu > li.menu-item.active:hover > a, #header .main-menu > li.menu-item:hover > a {
    color: var(--primary-color) !important;
}

.post-share.post-block .share-links a {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid rgba(217, 217, 217, 1);
    color: var(--primary-color) !important;
    font-size: 18px;
    background-color: unset !important;
}

.bg_page {
    background-size: cover !important;
    background-position: center center !important;
}

.contact_info h3.aio-icon-title.ult-responsive strong {
    margin: 0 0 5px 0 !important;
    display: inline-block;
    color: #000000 !important;
}

.contact_info h3.aio-icon-title.ult-responsive {
    font-weight: normal !important;
    color: rgba(30, 52, 100, 1) !important;
}

.contact_map .wpb_wrapper iframe {
    border-radius: 20px !important;
}

.contact_map .wpb_wrapper {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 20px !important;
}

.full-page .main-content {
    padding-top: 0 !important;
}

.contact_form .input-lg {
    border: 1px solid #000 !important;
}

.buttonContact {
    width: 100%;
    border-color: var(--primary-color) !important;
}

.buttonContact i {
    width: 31px;
    display: inline-block;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    margin-left: 15px;
    color: var(--primary-color);
    line-height: 31px;
    text-align: center;
    font-size: 16px;
}

.buttonContact:hover i {
    background: var(--primary-color) !important;
    color: #fff !important;
}

ul.polylang_langswitcher img {
    width: 25px;
}

.pll-dropdown-wrapper {
    position: relative;
    margin-left: 15px;
    cursor: pointer;
}

.pll-current {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pll-arrow {
    font-size: 10px;
    opacity: 0.7;
}

.pll-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 8px 0;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    list-style: none;
    width: 150px;
    display: none;
    z-index: 9999;
}

.pll-dropdown-menu img, .pll-current img {
    width: 25px !important;
    height: 15px !important;
    object-fit: cover;
}

.pll-dropdown-wrapper:hover .pll-dropdown-menu {
    display: block;
}

.pll-dropdown-menu li {
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: left;
}

.pll-dropdown-menu li a {
    text-decoration: unset;
    font-size: 16px;
    color: #000;
}

.pll-dropdown-menu li:hover {
    background: #f5f5f5;
}

.flex-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/**timline shiping**/
.shipping ul.timeline {
    position: relative;
    list-style-type: none;
    padding-left: 180px;
}

/*.shipping ul.timeline:before {*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 136px;*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    border-radius: 4px;*/
/*    background-color: rgba(30, 52, 100, 1);*/
/*    content: ' ';*/
/*}*/

.shipping ul.timeline .event {
    position: relative;
    background: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    padding: 16px !important;
    margin-bottom: 30px !important;
    color: #fff;
}

.shipping ul.timeline .event h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.shipping ul.timeline .event:before {
    display: block;
    position: absolute;
    top: 35px;
    left: -52px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    content: ' ';
    border: 2px solid rgba(30, 52, 100, 1);
}

.shipping ul.timeline .event:after {
    content: '';
    height: 100%;
    position: absolute;
    width: 2px;
    background: #1E3464;
    left: -43px;
    top: 60px;
}

.shipping ul.timeline .event:last-child:after {
    display: none;
}

.shipping ul.timeline h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.shipping ul.timeline .description p {
    font-size: 15px;
    margin: 0;
}

.shipping ul.timeline .time {
    position: absolute;
    display: block;
    width: 120px;
    top: 35px;
    left: -179px;
    font-size: 0.9em;
    text-align: right;
    font-weight: 600;
    color: rgba(30, 52, 100, 1) !important;
}

.shipping ul.timeline .time > .glyphicon-time {
    top: 2px;
}

.row-gradient {
    background: linear-gradient(180deg, rgba(30, 52, 100, 0.9) 0%, rgba(61, 105, 202, 0.4) 50%, rgba(30, 52, 100, 0.9) 100%);
}

.member-item {
    background: #fff;
    border-radius: 20px;
}

.member-item .member-thumbnail {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 280px;
    background: #fff;
}

.member-item .member-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.member-item .member-content {
    padding: 25px;
    text-align: left;
}

.member-item .member-content .member-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: rgba(29, 33, 39, 1);
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 48px;
    -webkit-box-orient: vertical;
}

.member-item .member-content .member-title a:hover {
    color: var(--primary-color)
}

.member-item .member-desc {
    margin: 20px 0 0 0;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 70px;
}

.justify-content-center .row.align-items-center {
    justify-content: center;
}

.tab-core ul {
    padding: 0;
}

.tab-core ul li {
    list-style: none;
}

.tab-core ul li a {
    background: #fff;
    border: 1px solid rgba(220, 220, 220, 1);
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-decoration: unset;
    box-shadow: 0px 4px 15.4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    height: 150px;
    padding: 30px;
    display: flex;
}

.tab-core ul li.active a {
    background: rgba(248, 246, 244, 1);
}

.tab-core ul li:not(:first-child) a {
    margin-top: -30px;
}

.tab-core-panel .core-thumbnail img {
    width: 100%;
    border-radius: 20px;
}

.tab-core-panel .core-text {
    margin-top: 20px;
}

.tab-insurance {
    margin: 0 0 40px 0;
}

.tab-insurance ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    list-style: none;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.tab-insurance ul li {
    width: 25%;
    padding: 15px;
}

.tab-insurance ul li a {
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 15.11px;
    padding: 30px;
    text-align: center;
    display: block;
    text-decoration: unset;
    font-size: 16px;
    line-height: 24px;
}

.tab-insurance ul li a svg, .tab-insurance ul li a img {
    width: 27px;
    height: 30px;
    object-fit: cover;
    margin-bottom: 30px;
}

.tab-insurance ul li.active a {
    border-color: var(--primary-color);
    background: rgba(246, 146, 30, 0.04);
}

.tab-insurance ul li.active a svg path {
    stroke: var(--primary-color)
}

.tab-insurance-panel .insurance-thumbnail img {
    width: 100%;
    border-radius: 20px;
}

.tab-insurance-panel .insurance-content h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500 !important;
    margin: 0 0 30px !important;
}

.tab-insurance-panel .insurance-desc p, .tab-insurance-panel .insurance-desc ul li, .tab-insurance-panel .insurance-desc p, .insurance-desc ol li {
    margin: 0 0 10px 0 !important;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
}

.tab-insurance-panel .insurance-desc {
    margin-bottom: 30px;
}

.insurance-desc ul li i {
    color: var(--primary-color);
}

.insurance-desc ul {
    padding: 0;
}

.tab_faq ul.faq-filter.nav.nav-pills.sort-source {
    gap: 10px;
}

.tab_faq ul.faq-filter.nav.nav-pills.sort-source li a {
    border: 2px solid rgba(0, 0, 0, 1);
    padding: 10px 30px;
    border-radius: 5px !important;
}

.tab_faq ul.faq-filter.nav.nav-pills.sort-source li.active a {
    background: #000 !important;
}

@media only screen and (max-width: 768px) {
    .tab-insurance ul li {
        width: 50%;
    }

    .tab-insurance ul li {
        padding: 10px;
    }

    .tab-insurance ul li a {
        padding: 15px;
    }

    .tab-insurance ul li h4 {
        font-size: 18px;
    }

    .tab-insurance-panel .insurance-content h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .tab-insurance-panel .insurance-thumbnail {
        margin-bottom: 25px;
    }

    .gx_counter_title {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .abouts .about_title h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .abouts .about_title h3:after {
        width: 88px;
    }

    .button_style {
        padding: 6px 15px !important;
    }

    .service-item .service-title a {
        font-size: 20px;
        line-height: 28px;
    }

    .home-title > * {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .heading_line:after {
        width: 68px;
    }

    .project-item {
        display: block;
    }

    .project-item .project-thumbnail {
        width: 100%;
    }

    .project-item .project-content {
        width: 100%;
        padding: 25px 0 0 0;
    }

    .project-item .project-content .project-title a {
        font-size: 22px;
        line-height: 32px;
    }

    .project-gallery {
        display: none;
    }

    .post-item {
        display: block;
    }

    .post-item .post-thumbnail {
        width: 100%;
        height: auto;
        border-radius: 20px 20px 0 0;
        aspect-ratio: 4 / 3;
    }

    .post-item .post-content {
        width: 100%;
        padding: 20px;
    }

    .share-footer {
        margin: 20px 0 0 0;
    }

    .product_tab {
        padding: 0 20px;
    }

    .flex-right {
        justify-content: end;
    }

    #header.sticky-header .mobile-toggle {
        margin-right: -11px !important;
    }

    section.category-banner {
        padding: 80px 0;
    }

    .bg_page {
        padding: 80px 0 !important;
    }

    .shipping ul.timeline {
        padding-left: 80px;
    }

    .shipping ul.timeline .event h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h1.cat_title, .home-page h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .cat_desc, .home-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .category_menu {
        padding: 15px 0;
        display: inline-block;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .category_menu::-webkit-scrollbar {
        height: 0;
    }

    .category_menu a {
        padding: 6px 20px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
    }

    .post-list .post-thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .post-list .post-content {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .post-list .post-content .post-title a {
        font-size: 20px;
        line-height: 28px;
    }

    .post-list .post-content .post-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .tab-core-panel {
        margin: 0 0 20px 0;
    }
}