/*-- site general css --*/
:root {
    --bg-color-1: #D6E0F5;
    --bg-color-2: #FCFCFD;
    --border-color-1: #F4F5F6;
    --border-color-2: #E0E2E6;
    --font-color-primary: #2D3139;
    --font-color-second: #396BCF;
    --font-color-third: #60697B;
    --font-color-fourth: #FFF;
    --site-font-primary: "Be Vietnam Pro", sans-serif;
    --site-font-second: "Geist", sans-serif;
    --site-font-third: "Instrument Sans", sans-serif;
    --site-font-title: "Space Grotesk", sans-serif;
}

body, html {
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: var(--site-font-primary) !important;
    color: var(--font-color-primary);
}

a:hover,
a:focus {
    transition: .5s;
    outline: none;
    text-decoration: none;
}

.main-navigation .container-fluid,
.homepage-content .container-fluid,
.archive-casestudy-content-wrapper .container-fluid,
.archive-datasheet-content-wrapper .container-fluid,
.page-news .container-fluid,
.detail-news .container-fluid,
.wrapper-search .container-fluid,
.single-related-wrapper .container-fluid,
.single-product-main .container-fluid,
#footer .container-fluid {
    max-width: 1686px;
}

.container {
    width: 1416px;
    max-width: 100%;
}

.hidden,
.mega-menu-description,
.home-carousel-button .arrow-right-w,
.home-carousel-button:hover .arrow-right-g,
.home-carousel-button:focus .arrow-right-g,
.countdown-dayleft .simply-word,
.countdown-dayleft .simply-hours-section,
.countdown-dayleft .simply-minutes-section,
.countdown-dayleft .simply-seconds-section,
.countdown-content-right .simply-word,
.dataTables_length,
.dataTables_wrapper .dataTables_paginate .first,
.dataTables_wrapper .dataTables_paginate .last,
.pagination-left-hover,
.pagination-right-hover,
.pagination .prev:hover .pagination-left,
.pagination .next:hover .pagination-right,
.pagination .prev:focus .pagination-left,
.pagination .next:focus .pagination-right,
.book-now-right .wpcf7-submit {
    display: none !important;
}

.hover-img-wrapper {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.img-content {
    width: 100%;
}

.content-title-1,
.content-title-2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    font-family: var(--site-font-title);
}

.content-title-1 span {
    color: var(--font-color-second);
}

.content-title-2 {
    color: var(--bg-color-1);
}

.back-to-top {
    padding: 12px;
    right: 30px;
    bottom: 175px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 999;
    background: rgb(0,0,0, .6);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}

.icon-to-top {
    filter: brightness(0) invert(1);
}
/*-- end site general css --*/


/*-- site fixed content css --*/
.wpml-ls-legacy-dropdown-click {
    margin-right: 24px !important;
    padding: 0 !important;
    width: auto !important;
}

.wpml-ls-legacy-dropdown-click a {
    padding: 0;
    border: none;
    display: inline-flex;
    align-items: center;
}

.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus {
    background: none !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    top: 0;
    width: 20px;
    height: 20px;
    border: none;
    background-image: url('../img/chevron-down.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
}

.wpml-ls-flag {
    width: 32px !important;
    height: 20px !important;
    object-fit: contain;
}

.wpml-ls-sub-menu .wpml-ls-flag {
    width: 24.8px !important;
}

.js-wpml-ls-sub-menu {
    margin-top: 4px !important;
    border: none !important;
}

.ccm-page .title-callout h2 {
    line-height: 140%;
}

#myTab .nav-link.active {
  color: var(--font-color-fourth);
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

#myTab .nav-items:not(:last-child) {
    margin-right: 10px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: url("../img/sort_both.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 16px 32px !important;
}

table.dataTable thead .sorting:first-child,
table.dataTable thead .sorting:last-child {
    background-image: none !important;
}

table.dataTable thead p {
    margin-bottom: 0;
    display: inline-block;
    /* position: relative; */
}

/* table.dataTable thead p::after {
    content: '';
    top: 0;
    right: -24px;
    width: 16px;
    height: 32px;
    background-image: url("../img/sort_both.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    display: inline-block;
    position: absolute;
} */

.form-dk .form-group button:not(:last-child) {
    margin-bottom: 1rem;
}

.site-ganarel .nav-top ul li {
    max-width: 19% !important;
}

.breadcrumb li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
}

.breadcrumb li::before{
    margin-right: 7px;
}

.login-area {
    padding: 75px 0;
}

.list-contact-fixed {
    top: unset !important;
    bottom: 150px;
}
/*-- end site fixed content css --*/


/*-- site header content css --*/
.main-navigation {
    padding: 8px;
    box-shadow: 0 4px 20px 0 rgba(91, 91, 91, 0.07);
    background: var(--font-color-fourth);
    position: relative;
    z-index: 999;
}

.navigation-content,
.navigation-content-left,
.navigation-content-middle,
.navigation-content-right {
    display: flex;
    align-items: center;
}

.navigation-content {
    justify-content: space-between;
}

.navigation-content a {
    display: flex !important;
}

.icon-header-search-wrapper {
    margin-right: 24px;
}

.icon-header-search {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.site-title {
    margin: 0;
}

.site-logo {
    height: 72px;
}

.main-navigation li.mega-menu-item img.mega-menu-logo {
    width: 100% !important;
}

.main-navigation .max-mega-menu a {
    font-weight: 500 !important;
}

.main-navigation .max-mega-menu .mega-sub-menu li:first-child {
    border-radius: 8px 8px 0 0 !important;
}

.main-navigation .max-mega-menu .mega-sub-menu li:last-child {
    border-radius: 0 0 8px 8px !important;
}

.main-navigation .max-mega-menu .mega-sub-menu {
    border: solid 1px var(--border-color-1) !important;
}

.main-navigation .max-mega-menu .mega-sub-menu li:not(:last-child) {
    border-bottom: solid 1px var(--border-color-1) !important;
}

.main-navigation .max-mega-menu .mega-sub-menu .mega-current-menu-item a {
    background: var(--bg-color-1) !important;
}

.main-navigation a.mega-menu-link {
    justify-content: space-between !important;
}

.main-navigation .mega-search input[type="text"] {
    border: solid 1px #CCC !important;
}

.btn-login {
    padding: 0 16px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    background: var(--bg-color-1);
}

.btn-login,
.btn-login:hover,
.btn-login:focus,
.btn-login:visited {
    color: var(--font-color-second);
}
/*-- end site header content css --*/


/*-- site modal content css --*/
#myModal .modal-xl,
#searchModal .modal-xl {
    width: 1140px;
    max-width: 100%;
}

.modal-header .close {
    top: 0 !important;
    right: 0 !important;
    height: 100%;
}

#searchModal .modal-content {
    border-radius: 12px;
}

.header-search-form {
    position: relative;
}

.header-search-form .search-submit {
    padding: 0;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    box-shadow: none;
    object-fit: contain;
    position: absolute;
}

.header-search-form label,
.header-search-form input {
    width: 100%;
    border-radius: 0;
}

.header-search-form input {
    padding-left: 40px;
    height: 40px;
    border-radius: 8px;
}
/*-- end site modal content css --*/


/*-- site homepage content css --*/
.homeSwiper .swiper-slide {
    /* height: 720px; */
    position: relative;
}

.img-home-carousel {
    /* height: 100%; */
    object-fit: cover !important;
}

.home-carousel-content-wrapper {
    left: 0;
    bottom: 72px;
    width: 100%;
    position: absolute;
}

.home-carousel-content {
    width: 753px;
    max-width: 100%;
}

.home-carousel-title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    font-family: var(--site-font-title);
}

.home-carousel-title span {
    color: var(--font-color-second);
}

.home-carousel-description {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
    color: var(--font-color-third);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.home-carousel-description::-webkit-scrollbar { 
    display: none;
}

.home-carousel-description p:last-child {
    margin-bottom: 0;
}

.home-carousel-button-wrapper {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
}

.home-carousel-button-wrapper li {
    display: inline-flex;
}

.home-carousel-button-wrapper li:not(:last-child) {
    margin-right: 24px;
}

.home-carousel-button {
    padding: 14px 16px;
    font-weight: 500;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    transition: .5s;
}

.home-carousel-button:hover,
.home-carousel-button:focus {
    cursor: pointer;
}

.home-carousel-button .arrow-right {
    margin-left: 8px;
    transition: .5s;
}

.home-carousel-button,
.home-carousel-button:visited {
    color: var(--font-color-second);
}

.home-carousel-button:hover,
.home-carousel-button:focus {
    opacity: 1;
    color: var(--font-color-fourth);
    background: var(--font-color-second);
}

.home-carousel-button:hover .arrow-right-w,
.home-carousel-button:focus .arrow-right-w {
    display: block !important;
}

.homeSwiper .swiper-pagination {
    bottom: 32px;
}

.homeSwiper .swiper-pagination-bullet {
    width: 26px;
    height: 8px;
    border-radius: 27px;
    background: var(--font-color-fourth);
    opacity: 1;
}

.homeSwiper .swiper-pagination-bullet-active {
    background: #90AFE7;
}

.countdown-content-wrapper {
    background: var(--bg-color-2);
}

.countdown-content .col-lg-4 {
    margin: 20px 0;
}

.countdown,
.countdown-content-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.countdown {
    padding: 32px 16px;
    height: 100%;
    border-radius: 14px;
    border: 1px solid var(--bg-color-1);
    box-shadow: 0 0.5px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px 0 rgba(43, 0, 85, 0.02), 0 0.5px 1px 0 rgba(48, 0, 64, 0.06), 0 -0.5px 1px 0 rgba(32, 0, 54, 0.09) inset;
    background: var(--font-color-fourth);
}

.countdown-content-right .simply-countdown-circle {
    display: flex;
    align-items: center;
}

.countdown-content-right .simply-section {
    position: relative;
}

.countdown-content-right .simply-section:not(:last-child)::after,
.countdown-content-right .simply-amount {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-content-right .simply-section:not(:last-child)::after {
    content: ':';
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.countdown-content-right .simply-section:not(:last-child) {
    margin-right: 8px;
    padding-right: 13px;
}

.countdown-content-right .simply-amount {
    padding: 8px;
    width: 47px;
    border-radius: 4px;
    color: var(--font-color-second);
    background: var(--bg-color-1);
}

.countdown-content-title,
.countdown-content-date {
    margin: 0;
}

.countdown-content-title span {
    display: inline-block;
}

.countdown-content-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--site-font-title);
}

.countdown-content-title span {
    color: #ECA355;
}

.countdown-content-date {
    font-size: 14px;
    line-height: 20px;
    color: #7182A2;
}

.ssl-content-wrapper {
    background: var(--bg-color-2);
}

.ssl-description {
    margin: 24px auto;
    width: 731px;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: var(--font-color-third);
}

.ssl-description p:last-child {
    margin-bottom: 0;
}

.nav-ssl-wrapper {
    margin: 48px 0;
    display: flex;
}

.ssl-content-wrapper .mb-3 {
    margin-bottom: 0 !important;
}

.nav-ssl {
    padding: 8px;
    border-radius: 12px;
    background: var(--border-color-1);
    display: inline-flex;
}

.nav-ssl .nav-item:not(:last-child) {
    margin-right: 20px;
}

.nav-ssl .nav-link,
.nav-ssl-sub .nav-link {
    padding: 10px 12px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 8px;
    color: #484E5B !important;
    display: flex;
    align-items: center;
}

.nav-ssl .nav-link {
    font-family: var(--site-font-title);
}

.nav-ssl .active,
.nav-ssl .nav-link:hover,
.nav-ssl .nav-link:focus {
    color: var(--font-color-second) !important;
    background: var(--font-color-fourth) !important;
}

.nav-ssl-sub .nav-link {
    padding: 12px 16px;
    border-radius: 0;
    min-width: 192px;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}

.nav-ssl-sub .active,
.nav-ssl-sub .nav-link:hover,
.nav-ssl-sub .nav-link:focus {
    border-bottom: solid 2px #D98C3A;
    background: none !important;
}

.icon-ssl,
.icon-ssl-active {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.icon-ssl-active {
    display: none;
}

.pills-productSubContent {
    border-radius: 20px;
    background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
}

.pills-sub-product-vertical{
    padding: 20px 40px;
}

.pills-sub-product-horizontal{
    padding: 40px;
}

.pills-sub-price {
    padding: 40px;
}

.product-category-content {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(18, 20, 23, 0.10);
    box-shadow: 0 0.5px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px 0 rgba(43, 0, 85, 0.02), 0 0.5px 1px 0 rgba(48, 0, 64, 0.06), 0 -0.5px 1px 0 rgba(32, 0, 54, 0.09) inset;
    background: var(--font-color-fourth);
    position: relative;
}

.product-category-content .product-content-hot {
    margin-top: 0;
    top: 16px;
    right: 16px;
    position: absolute;
}

.product-category-content-icon-wrapper {
    margin-bottom: 12px;
    width: 48px;
    height: 48px;
}

.product-category-content-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-category-content-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    height: 48px;
    overflow: hidden;
}

.product-category-content-title,
.product-category-content-title a,
.product-category-content-title a:visited {
    color: var(--font-color-primary);
}

.product-category-content-description {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: var(--font-color-third);
}

.product-category-content-description p:last-child {
    margin-bottom: 0;
}

.product-category-content-btn-wrapper {
    margin-top: 12px;
    padding-top: 12px;
    border-top: solid 1px var(--border-color-1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-category-content-btn {
    display: flex;
    align-items: center;
}

.product-category-content-btn,
.product-category-content-btn:visited {
    font-size: 14px;
    line-height: 20px;
    color: #7182A2;
}

.product-category-content-btn .arrow-right-g {
    margin-left: 4px;
    width: 12px;
    height: 12px;
    object-fit: cover;
}

.product-category-content-subtitle.has-content,
.product-category-content-subtitle.no-content {
    padding: 2px 8px;
    min-height: 24px;
    display: inline-block;
}

.product-category-content-subtitle.has-content {
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    background: var(--bg-color-1);
}

.product-category-content-subtitle,
.product-category-content-subtitle a,
.product-category-content-subtitle a:visited {
    color: var(--font-color-second);
}

.productSwiper .swiper-pagination {
    margin-top: 20px;
    position: unset;
}

.productSwiper .swiper-pagination-bullet {
    width: 26px;
    height: 8px;
    border-radius: 27px;
    background: #E7E8E9;
    opacity: 1;
}

.productSwiper .swiper-pagination-bullet-active {
    background: var(--font-color-second);
}

.myTable {
    box-shadow: none !important;
}

.dataTables_wrapper {
    border-radius: 12px;
    background: var(--font-color-fourth);
}

.myTable thead {
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    color: var(--font-color-fourth);
}

.myTable thead tr th {
    padding-top: 16px !important;
    padding-left: 10px !important;
    padding-bottom: 16px !important;
    background: #173D7A;
}

.myTable thead tr th:first-child {
    padding-left: 40px !important;
    border-radius: 12px 0 0 0;
}

.myTable thead tr th:last-child {
    border-radius: 0 12px 0 0;
}

.myTable.dataTable.no-footer {
    border: none;
}

.myTable tbody tr td:first-child {
    padding-left: 32px !important;
}

.myTable tbody tr td {
    padding-top: 24px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 24px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-bottom: solid 1px var(--border-color-1);
}

.myTable thead tr th,
.myTable tbody tr td {
    font-weight: 500 !important;
    text-align: left;
}

.product-content-sale,
.product-content-otp {
    color: #7182A2 !important;
}

.dataTables_paginate {
    padding: 32px 0 !important;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 5px;
    padding: 0;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    border: none !important;
    color: #1D1D1D !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.dataTables_wrapper .dataTables_paginate .previous,
.dataTables_wrapper .dataTables_paginate .next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.dataTables_wrapper .dataTables_paginate .previous {
    margin-right: 40px !important;
}

.dataTables_wrapper .dataTables_paginate .next {
    margin-left: 40px !important;
}

.dataTableLeft,
.dataTableRight {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: var(--font-color-second) !important;
    background: var(--bg-color-1) !important;
}

.dataTables_paginate .previous:hover,
.dataTables_paginate .next:hover,
.dataTables_paginate .previous:focus,
.dataTables_paginate .next:focus {
    background: none !important;
}

.dataTables_paginate span {
    display: flex;
}

.product-content-title-wrapper {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.product-content-title,
.product-content-title:hover,
.product-content-title:focus {
    text-decoration: underline;
}

.product-content-title,
.product-content-title:visited {
    color: var(--font-color-primary);
}

.product-content-title {
    max-width: 65%;
    display: inline-block;
}

.product-content-hot {
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    color: var(--font-color-fourth);
    background: linear-gradient(90deg, #F66235 0%, #F16B6B 100%);
    display: inline-flex;
    align-items: center;
}

.myTable .product-content-hot {
    margin-left: 16px;
}

.product-content-buynow-btn {
    padding: 8px 16px;
    border-radius: 8px;
    background: #FBEAD9;
    display: inline-block;
}

.product-content-buynow-btn,
.product-content-buynow-btn:focus,
.product-content-buynow-btn:visited,
.product-content-buynow-btn:visited {
    color: #E68219 !important;
}

.advise-btn {
    margin-top: 40px;
    padding: 14px 16px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    color: var(--font-color-second);
    background: var(--font-color-fourth);
    display: flex;
    align-items: center;
}

.advise-btn .arrow-right {
    margin-left: 8px;
}

.detail-video {
    background: var(--bg-color-2);
}

.reason-swiper-wrapper {
    position: relative;
}

.icon-watermark {
    top: -95px;
    right: 350px;
    width: 160px;
    height: 120px;
    object-fit: contain !important;
    position: absolute;
}

.reasonSwiper {
    margin-top: 40px;
}

.reasonSwiper .swiper-slide {
    border-radius: 12px;
    box-shadow: 0 0.5px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px 0 rgba(43, 0, 85, 0.02), 0 0.5px 1px 0 rgba(48, 0, 64, 0.06), 0 -0.5px 1px 0 rgba(32, 0, 54, 0.09) inset;
    background: var(--font-color-fourth);
}

.reason-content {
    display: flex;
    align-items: center;
    height: 435px;
    overflow: hidden;
}

.reason-content-left,
.img-reason-content {
    border-radius: 12px 0 0 12px;
}

.img-reason-content {
    width: 345px;
    height: 435px;
    object-fit: cover !important;
}

.reason-content-right {
    padding: 100px 120px;
}

.icon-reason-content {
    margin-bottom: 24px;
    height: 65px;
}

.reasons-title span:first-child {
    color: var(--font-color-second);
}

.reasons-title span:last-child {
    color: #38DE30;
}

.reason-content-title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}

.reason-content-title span {
    color: var(--font-color-second);
}

.reason-content-description {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
    height: 60px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.reason-content-description p {
    margin-bottom: 0;
}

.reasonSwiper-button-wrapper {
    margin-top: 40px;
    text-align: center;
}

.reasonSwiper-button {
    padding: 16px;
    border-radius: 100px;
    box-shadow: 0 0.5px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px 0 rgba(43, 0, 85, 0.02), 0 0.5px 1px 0 rgba(48, 0, 64, 0.06), 0 -0.5px 1px 0 rgba(32, 0, 54, 0.09) inset;
    display: inline-flex;
    align-items: center;
}

.reasonSwiper-button-wrapper .swiper-pagination {
    position: unset;
}

.reasonSwiper-button-wrapper .swiper-pagination-bullet {
    opacity: 1;
    background: var(--border-color-1);
}

.reasonSwiper-button-wrapper .swiper-pagination-bullet-active {
    background: #121417;
}

.partnerSwiper {
    margin-top: 48px;
}
/*-- end site homepage content css --*/


/*-- site archive content css --*/
.archive-description {
    margin: 0 auto;
    width: 982px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #484E5B;
}

.archive-header-wrapper,
.detail-news,
.wrapper-search {
    padding: 100px 0;
}

.archive-header-wrapper {
    background: #FBFCFC;
}

.archive-header,
.archive-sticky-content {
    margin: auto;
    width: 1216px;
    max-width: 100%;
}

.archive-header {
    background: url('../img/bg-archive-header.png') no-repeat center center;
    background-size: cover;
}

.archive-title,
.archive-content .detail-date,
.archive-content .detail-title,
.detail-tag {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.archive-content .detail-date,
.archive-content .detail-title {
    font-family: var(--font-primary-second);
}

.archive-title-wrapper {
    margin-bottom: 24px;
}

.archive-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 16px;
    border-radius: 1000px;
    border: solid 1px #E5E7EB;
    background: var(--font-color-fourth);
    display: inline-block;
}

.archive-subtitle,
.archive-related-title {
    font-size: 64px;
    line-height: 72px;
    font-weight: 500;
    font-family: var(--site-font-title);
    color: #020202;
}

.archive-search-left label {
    margin-bottom: 0;
    width: 479px;
    max-width: 100%;
    position: relative;
}

.datafetch-content {
    left: 0;
    top: 70px;
    padding: 16px 20px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    background: var(--font-color-fourth);
    box-shadow: 0 0.5px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px 0 rgba(43, 0, 85, 0.02), 0 0.5px 1px 0 rgba(48, 0, 64, 0.06), 0 -0.5px 1px 0 rgba(32, 0, 54, 0.09) inset;
    position: absolute;
    z-index: 1;
}

.datafetch-content {
    margin-bottom: 0;
}

.datafetch-content li:not(:last-child) {
    margin-bottom: 16px;
}

.datafetch-content a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
}

.datafetch-content a,
.datafetch-content a:visited {
    color: #1D1D1D;
}

.archive-search-form {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-field::-webkit-search-cancel-button {
    display: none;
}

.archive-search-form-title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.archive-search-form .search-field,
#category-filter {
    padding: 12px 14px;
    border-radius: 10px;
    border: solid 1px #E0E2E6;
    font-size: 16px;
    line-height: 24px;
    background: var(--font-color-fourth);
}

.archive-search-form .search-field {
    width: 100%;
    outline: none;
}

.archive-search-form .search-field::placeholder {
    color: #9EA5B3;
}

.archive-search-right {
    width: 349px;
    max-width: 100%;
}

#category-filter {
    width: 100%;
    -webkit-appearance: none; /* For Safari/Chrome */
    -moz-appearance: none;    /* For Firefox */
    appearance: none;
    color: #121417;
    background-image: url('../img/dropdown.png');
    background-repeat: no-repeat;
    background-position: right 14px center; /* Adjust position as needed */
    background-size: 14px; /* Adjust size as needed */
}

.archive-subtitle {
    margin-bottom: 0;
}

.archive-description {
    margin-top: 16px;
}

.archive-description p:last-child {
    margin-bottom: 0;
}

.archive-sticky-wrapper {
    margin-top: 68px;
}

.archive-sticky-content {
    height: 454px;
    position: relative;
}

.archive-sticky-content:not(:last-child) {
    margin-bottom: 34px;
}

.archive-sticky-left,
.bg-archive-sticky,
.archive-sticky-right {
    position: absolute;
}

.archive-sticky-left,
.bg-archive-sticky {
    left: 0;
    width: 780px;
    max-width: 100%;
}

.archive-sticky-left,
.archive-sticky-thumb {
    border-radius: 8px;
}

.archive-sticky-left {
    top: 0;
    height: 400px;
    z-index: 1;
}

.bg-archive-sticky {
    bottom: 0;
    height: 200px;
    z-index: 0;
}

.archive-sticky-thumb {
    width: 780px;
    max-width: 100%;
    height: 394px;
    object-fit: cover !important;
}

.archive-sticky-right {
    right: 0;
    bottom: 0;
    padding: 24px;
    width: 596px;
    max-width: 100%;
    height: 271px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 20px 20px 0 rgba(37, 35, 35, 0.09);
    backdrop-filter: blur(53.150001525878906px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.archive-sticky-right-info .detail-date {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #7182A2;
}

.archive-sticky-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: var(--site-font-title);
}

.archive-sticky-title,
.archive-sticky-title a,
.archive-sticky-title a:visited {
    color: var(--font-color-primary);
}

.archive-related-title {
    margin-bottom: 24px;
}

.detail-news {
    background: var(--border-color-1);
}

.detail-news .display-flex,
.archive-casestudy-content .display-flex {
    display: flex;
    flex-wrap: wrap;
}

.detail-news .display-flex > [class*='col-'] {
    margin-bottom: 48px;
}

.archive-casestudy-content .hover-img-wrapper {
    border-radius: 24px;
}

.archive-casestudy-content:hover .hover-img {
    transform: scale(1.1);
}

.archive-content {
    height: 100%;
    padding: 32px 24px;
    border-radius: 16px;
    border: solid 1px #DAE8F5;
    background: var(--font-color-fourth);
    display: flex;
    flex-direction: column;
}

.archive-content .detail-img,
.archive-content .detail-img img {
    border-radius: 8px;
}

.archive-content .detail-img {
    height: 171px;
}

.archive-content .detail-img img {
    height: 100%;
    object-fit: cover !important;
}

.archive-content .detail-date {
    margin-top: 24px;
    margin-bottom: 4px;
    color: #7182A2;
}

.archive-content .detail-title {
    margin: 0;
}

.archive-content .detail-title,
.archive-content .detail-title a,
.archive-content .detail-title a:visited {
    color: #121417;
}

.detail-tag-wrapper {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 0;
}

.detail-tag-wrapper li {
    display: inline-flex;
    position: relative;
}

.detail-tag-wrapper li:not(:last-child) {
    margin-right: 5px;
}

.detail-tag-wrapper li:not(:last-child)::after {
    right: -5px;
    bottom: -3px;
    content: ',';
    color: var(--font-color-second);
    position: absolute;
}

.detail-tag-wrapper .detail-tag,
.detail-tag-wrapper .detail-tag:visited {
    color: var(--font-color-second);
}
/*-- end site archive content css --*/


/*-- site archive case study content css --*/
.casestudy-content {
    margin-top: 72px;
    padding-top: 72px;
    border-top: solid 1px var(--border-color-2);
}

.archive-casestudy-content {
    margin-bottom: 96px;
}

.archive-casestudy-thumb {
    height: 261px;
    border-radius: 24px;
    object-fit: cover !important;
}

.archive-casestudy-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.archive-casestudy-list {
    margin-bottom: 24px;
    padding-left: 0;
}

.archive-casestudy-list li {
    display: inline-flex;
}

.archive-casestudy-list li:not(:last-child) {
    margin-right: 8px;
}

.archive-casestudy-list a,
.archive-casestudy-content-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.archive-casestudy-list a,
.archive-casestudy-list a:visited {
    color: #6B7280;
}

.archive-casestudy-content-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--site-font-title);
}

.archive-casestudy-content-title,
.archive-casestudy-content-title a,
.archive-casestudy-content-title a:visited {
    color: #111827;
}

.archive-casestudy-content-btn {
    display: inline-flex;
    align-items: center;
}

.archive-casestudy-content-btn .arrow-right {
    margin-left: 8px;
}

.archive-casestudy-content-btn,
.archive-casestudy-content-btn:visited {
    color: var(--font-color-second);
}
/*-- end site archive case study content css --*/


/*-- site archive video content css --*/
.detail-video {
    padding: 100px 0;
}

.archive-video-content-wrapper {
    margin-top: 72px;
}

.archive-video-content-wrapper .container {
    width: 1394px;
    max-width: 100%;
}

.archive-video-content {
    margin-bottom: 80px;
}

.archive-video-thumb-wrapper {
    position: relative;
}

.archive-video-thumb-wrapper .icon-play-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0,0,0, .3);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-video-content:hover .icon-play-wrapper {
    background: rgba(0,0,0, .6);
}

.archive-video-content:hover .hover-img {
    transform: scale(1.1);
}

.archive-video-content .hover-img-wrapper {
    border-radius: 8px;
}

.archive-video-thumb-wrapper .icon-play {
    width: 56px;
    height: 56px;
    object-fit: contain !important;
    transition: .5s;
}

.archive-video-thumb {
    height: 254px;
    border-radius: 8px;
    object-fit: cover !important;
}

.archive-video-list {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 0;
}

.archive-video-list li {
    display: inline-flex;
}

.archive-video-list li:not(:last-child) {
    margin-right: 8px;
}

.archive-video-list a {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    background: var(--bg-color-1);
}

.archive-video-list a,
.archive-video-list a:visited {
    color: var(--font-color-primary);
}

.archive-video-content-title {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.archive-video-content-title,
.archive-video-content-title a,
.archive-video-content-title a:visited {
    color: #1D1D1D;
}
/*-- end site archive video content css --*/


/*-- site archive datasheet content css --*/
.archive-datasheet-content-wrapper {
    margin-top: 72px;
}

.archive-datasheet-content-wrapper .col-lg-3 {
    margin-bottom: 80px;
}

.archive-datasheet-content {
    height: 100%;
    border-radius: 16px;
    border: solid 1px var(--bg-color-1);
}

.archive-datasheet-name,
.archive-datasheet-content-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.archive-datasheet-name {
    padding: 10px 14px;
    border-radius: 16px 16px 0 0;
    color: var(--font-color-second);
    background: var(--bg-color-1);
    display: block;
}

.archive-datasheet-info {
    padding: 24px;
}

.archive-datasheet-thumb {
    height: 171px;
    border-radius: 8px;
    object-fit: cover !important;
}

.archive-datasheet-content-title {
    margin-top: 24px;
    margin-bottom: 0;
    font-family: var(--site-font-second);
}

.archive-datasheet-content-title,
.archive-datasheet-content-title a,
.archive-datasheet-content-title a:visited {
    color: #121417;
}
/*-- end site archive datasheet content css --*/


/*-- site search content css --*/
.wrapper-search {
    background: #FBFBFC;
}

.search-header-wrapper {
    margin-bottom: 100px;
}

.search-subtitle {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #484E5B;
}

.search-subtitle span {
    color: var(--font-color-second);
}

.detail-search .col-lg-3 {
    margin-bottom: 80px;
}
/*-- end site search content css --*/


/*-- site pagination css --*/
.pagination-wrapper .pagination {
    padding-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper .pagination {
    float: none;
}

.pagination-wrapper .page-link,
.pagination-wrapper .page-link:focus {
    display: inline-flex !important;
}

.pagination-wrapper .page-link {
    padding: 0;
    min-width: 38px !important;
    height: 38px !important;
    border-radius: 4px !important;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper .page-item,
.pagination-wrapper .page-item:focus {
    display: inline-flex !important;
}

.pagination-wrapper .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination-wrapper .page-link {
    font-weight: 500;
    color: var(--font-color-primary);
    border: none;
    box-shadow: none;
    background: #F0F1F4;
}

.pagination-wrapper .current,
.pagination-wrapper .page-link:hover,
.pagination-wrapper .page-link:focus {
    border: none !important;
    color: var(--font-color-fourth) !important;
    background: #0A1D5A !important;
}

.pagination-wrapper .prev:hover .pagination-left-hover,
.pagination-wrapper .next:hover .pagination-right-hover,
.pagination-wrapper .prev:focus .pagination-left-hover,
.pagination-wrapper .next:focus .pagination-right-hover {
    display: block !important;
}
/*-- end site pagination css --*/


/*-- site single content css --*/
.page-news {
    padding: 100px 0;
    background: #FBFBFC;
}

.page-news .container {
    width: 1474px;
    max-width: 100%;
}

.news-detail-container {
    color: #111827;
}

.news-detail-container h1,
.news-detail-container h2,
.news-detail-container h3,
.news-detail-container h4,
.news-detail-container h5,
.news-detail-container h6 {
    font-family: var(--site-font-title);
}

.news-detail-container p {
    font-size: 16px;
    line-height: 24px;
}

.news-detail-container li {
    list-style: inside;
}

.news-detail-container img {
    border-radius: 24px;
}

.news-detail-container table,
.news-detail-container table tr,
.news-detail-container table td {
    border: solid 1px var(--bg-color-1);
}

.news-detail-container table td {
    padding: 10px;
}

.news-detail-container table td p:last-child {
    margin-bottom: 0;
}

.page-news-top {
    display: flex;
    align-items: center;
}

.detail-archive a {
    margin-right: 16px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid var(--border-color-2);
    background: var(--font-color-fourth);
    display: inline-block;
}

.detail-archive a,
.detail-archive a:visited {
    color: #111827;
}

.page-news-top .detail-date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #6B7280;
}

.single-title {
    margin-top: 24px;
    margin-bottom: 72px;
    font-size: 64px;
    line-height: 72px;
    font-weight: 500;
    font-family: var(--site-font-title);
}

.page-news ins {
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-decoration: none;
    border-bottom: solid 1px #E5E7EB;
    display: block;
}

.news-detail-container blockquote {
    padding: 16px 0 16px 36px;
    font-weight: 500;
    border-left: solid 4px #5B71EB;
}

.news-detail-container blockquote em {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-family: var(--site-font-third);
    color: #374151;
}

.news-detail-container blockquote p {
    color: #6B7280;
}

.page-news-bottom {
    margin-top: 40px;
    padding-top: 24px;
    border-top: solid 1px var(--border-color-2);
    display: flex;
    justify-content: space-between;
}

.single-tags-title,
.single-share-title {
    font-weight: 500;
    color: #7182A2;
}

.single-tags-title {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.page-news-bottom .index-post-tag {
    margin-top: 5px;
}

.icon-tags {
    margin-right: 8px;
    width: 7px;
    height: 7px;
    object-fit: contain !;
}

.single-share-wrapper {
    text-align: right;
}

.single-tags-wrapper ul,
.single-share-wrapper ul {
    margin-bottom: 0;
    padding-left: 0;
}

.single-tags-wrapper li,
.single-share-wrapper li {
    display: inline-flex;
}

.single-tags-wrapper li:not(:last-child) {
    margin-right: 8px;
}

.single-tags-wrapper a {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    background: var(--bg-color-1);
    display: inline-flex;
}

.single-tags-wrapper a,
.single-tags-wrapper a:visited {
    color: var(--font-color-primary);
}

.single-share-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
}

.single-share-wrapper li:not(:first-child) {
    margin-left: 16px;
}

.icon-social-share {
    width: 32px;
    height: 32px;
    object-fit: contain !important;
}

.page-news-form {
    margin-top: 72px;
    padding: 48px;
    border-radius: 20px;
    background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
}

.book-now-left h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    font-family: var(--site-font-title);
    color: #484E5B;
}

.book-now-left h2 span {
    color: var(--font-color-primary);
}

.page-news-form .wpcf7-submit {
    padding: 14px 48px 14px 16px;
    border-radius: 8px;
    border: none;
    color: var(--font-color-fourth);
    background-color: var(--font-color-second);
    position: relative;
}

.page-news-form .wpcf7-submit::after {
    content: '';
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url('../img/arrow-right-w.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    position: absolute;
}

.book-now-right {
    padding: 40px;
    border-radius: 12px;
    background: var(--font-color-fourth);
}

.book-now-content:not(:last-child) {
    margin-bottom: 24px;
}

.book-now-right .book-now-title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}

.book-now-right .required {
    color: #F42310;
}

.wpcf7-text,
.wpcf7-textarea {
    padding: 12px 14px;
    width: 100%;
    border-radius: 12px;
    border: solid 1px var(--border-color-2);
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none;
}

.single-related-wrapper {
    padding: 96px 0;
    background: var(--border-color-1);
}

.single-related-title {
    margin-bottom: 48px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    font-family: var(--site-font-title);
}

.single-related-wrapper .col-lg-3 {
    margin-top: 24px;
}
/*-- end site single content css --*/


/*-- site single case study content css --*/
.single-archive-casestudy-list {
    margin-bottom: 0;
    padding-left: 0;
}

.single-archive-casestudy-list li {
    display: inline-flex;
}

.single-archive-casestudy-list li:not(:last-child) {
    margin-right: 8px;
}

.single-archive-casestudy-list a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.single-archive-casestudy-list a,
.single-archive-casestudy-list a:visited {
    color: #6B7280;
}

.single-case-study-title {
    padding-bottom: 72px;
    color: #121417;
    border-bottom: solid 1px var(--border-color-2);
}

.case-study-description-top {
    margin-top: 72px;
}

.case-study-description-top .left {
    width: 667px;
    max-width: 100%;
}

.case-study-description-top .right,
.challenge-content-right,
.solutions-content-right {
    font-size: 16px;
    line-height: 24px;
    color: #484E5B;
}

.case-study-description-top .right p:last-child,
.challenge-content-right p:last-child {
    margin-bottom: 0;
}

.case-study-title {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    font-family: var(--site-font-title);
    color: #121417;
}

.case-study-subtitle {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #7182A2;
    display: flex;
    align-items: center;
}

.case-study-description-middle {
    margin-top: 72px;
}

.member-title,
.description-content-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #7182A2;
}

.members-content-wrapper {
    margin-bottom: 0;
    padding-left: 0;
}

.members-content-wrapper li {
    margin-top: 12px;
    display: inline-flex;
}

.members-content-wrapper li:not(:last-child) {
    margin-right: 8px;
}

.img-member {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover !important;
}

.description-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.description-content-title {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--site-font-title);
    color: #121417;
}

.case-study-description-bottom,
.requirement-content-wrapper,
.solutions-image-wrapper {
    margin-top: 52px;
}

.img-description {
    margin-top: 20px;
    height: 365px;
    border-radius: 24px;
    object-fit: cover !important;
}

.case-study-requirement-wrapper {
    margin: 96px auto;
    width: 1440px;
    max-width: 100%;
}

.requirement-title-wrapper .case-study-subtitle {
    justify-content: center;
}

.requirement-content-wrapper .col {
    margin-top: 20px;
}

.requirement-content {
    padding: 49px 24px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(18, 20, 23, 0.10);
    box-shadow: 0 0.5px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px 0 rgba(43, 0, 85, 0.02), 0 0.5px 1px 0 rgba(48, 0, 64, 0.06), 0 -0.5px 1px 0 rgba(32, 0, 54, 0.09) inset;
    background: var(--font-color-fourth);
}

.img-requirement-content {
    width: 60px;
    height: 60px;
    object-fit: contain !important;
}

.requirement-content-title {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.challenge-content-left p:last-child,
.solutions-content-right p:last-child {
    margin-bottom: 0;
}

.challengeSwiper {
    margin-top: 72px;
}

.img-challenge-swiper {
    height: 246px;
    border-radius: 24px;
    object-fit: cover !important;
}

.challenge-swiper-title {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.solutions-content-wrapper {
    margin: 96px 0;
}

.img-solution {
    margin-top: 20px;
    height: 406px;
    border-radius: 24px;
    object-fit: cover !important;
    background: var(--font-color-fourth);
}

.advise-form-left h2 {
    margin-bottom: 16px;
    font-size: 49px;
    line-height: 60px;
    font-weight: 500;
}

.advise-form-right {
    padding: 40px;
    border-radius: 10px;
    background: var(--font-color-fourth);
}

.advise-form-title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}

.advise-form-title .required {
    color: #F42310;
}

.advise-form-content .wpcf7-text {
    margin-bottom: 24px;
}

.advise-form-content .wpcf7-submit {
    margin-top: 48px;
}

.related-casestudy-thumb {
    height: 355px;
    border-radius: 24px;
    object-fit: cover !important;
    border: solid 1px #E5E7EB;
}

.related-casestudy-content .single-archive-casestudy-list {
    margin-top: 24px;
}

.related-casestudy-title {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--site-font-title);
}

.related-casestudy-title,
.related-casestudy-title a,
.related-casestudy-title a:visited {
    color: #111827;
}
/*-- end site single case study content css --*/


/*-- site single product content css --*/
.single-product-main {
    padding: 96px 0;
    background: var(--Background, linear-gradient(180deg, #FCFCFD 0%, #F9FAFB 100%));
}

.content-spct1-wrapper {
    margin-bottom: 72px;
}

.content-spct1 .custom-flex-row {
    display: flex;
    align-items: flex-end;
}

.content-spct1-right,
.content-spct2-right {
    padding-left: 143px;
}

.content-spct1-right {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: var(--font-color-third);
}

.single-product-cate {
    margin-bottom: 24px;
    padding: 8px 16px;
    border-radius: 100px;
    border: solid 1px #E5E7EB;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}

.single-product-title,
.content-spct3-title,
.content-spct3-subtitle {
    font-weight: 500;
    font-family: var(--site-font-title);
}

.single-product-title {
    margin: 0;
    font-size: 64px;
    line-height: 74px;
}

.content-spct2-right .col-lg-6:first-child,
.content-spct3-left {
    padding-right: 48px;
}

.content-spct2-right .col-lg-6:last-child,
.content-spct3-right {
    padding-left: 48px;
}

.content-spct2-right-1 {
    padding: 24px;
    border-radius: 12px;
    background: #EAF0FA;
}

.pricing-radio-wrapper {
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    border: solid 1px var(--bg-color-1);
    background-color: var(--font-color-fourth);
    background-image: url('../img/icon-price.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    display: block;
}

.pricing-radio-wrapper:hover,
.pricing-radio-wrapper:focus,
.pricing-radio-wrapper.selected {
    border: solid 1px var(--font-color-second);
}

.pricing-radio-wrapper:hover {
    cursor: pointer;
}

.pricing-radio-wrapper:not(:last-child) {
    margin-bottom: 24px;
}

.pricing-radio,
.pricing-radio .label {
    display: flex;
    align-items: center;
}

.pricing-radio {
    position: relative;
}

.pricing-radio input {
    margin-top: 0;
    margin-right: 12px;
    opacity: 0;
}

.pricing-radio input:hover,
.pricing-radio input:focus {
    outline: none;
}

.pricing-radio .checkmark {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    outline-offset: 2px;
    outline: solid 1px var(--border-color-1);
    background-color: var(--border-color-1);
    position: absolute;
}

.pricing-radio-wrapper:hover input ~ .checkmark,
.pricing-radio input:checked ~ .checkmark {
    outline: solid 1px var(--bg-color-1);
    background-color: var(--font-color-second);
}

.pricing-radio .label {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    justify-content: space-between;
}

.pricing-radio .label span:last-child,
.sale {
    color: #F39736;
}

.pricing-radio .label span:first-child {
    color: var(--font-color-primary);
}

.pricing {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #7182A2;
    text-align: right;
    text-decoration: line-through;
}

.sale,
.hot {
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
}

.icon-pricing-sale {
    margin-right: 4px;
    width: 12px;
    height: 12px;
    object-fit: contain !important;
}

.sale {
    margin-right: 11px;
    border: 0.5px solid rgba(243, 151, 54, 0.40);
}

.hot {
    color: var(--font-color-fourth);
    background: var(--2, linear-gradient(90deg, #F66235 0%, #F16B6B 100%));
}

.option-wrapper,
.detail-wrapper,
.option-content:not(:last-child),
.detail-content:not(:last-child) {
    margin-bottom: 16px;
}

.option-wrapper,
.detail-wrapper {
    padding: 24px 32px;
    border-radius: 12px;
    background: var(--font-color-fourth);
}

.content-spct2-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.option-content,
.detail-content,
.detail-content-total {
    display: flex;
    align-items: center;
}

.option-content span,
.option-content select,
.detail-content span,
.detail-content-total span {
    width: 48%;
}

.option-content span,
.detail-content span {
    color: #7182A2;
}

.detail-content-total span:last-child {
    font-weight: 500;
    font-family: var(--site-font-title);
}

.option-content .require {
    color: #F42310;
}

.option-content select {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--border-color-2);
    background-color: var(--font-color-fourth);
    background-image: url('../img/dropdown.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 35px;
    -webkit-appearance: none; /* For WebKit browsers */
    -moz-appearance: none;    /* For Firefox */
    appearance: none;  
}

.detail-content span:last-child,
.detail-content-total span:last-child {
    text-align: right;
}

.detail-content-discount span:last-child,
.detail-content-total span:last-child {
    color: #F39736;
}

.detail-content-total {
    margin-top: 4px;
    padding-top: 12px;
    border-top: solid 1px var(--border-color-2);
}

.detail-content-total span:last-child {
    font-size: 24px;
    line-height: 32px;
}

.product-btn {
    padding: 14px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-btn .arrow-right {
    margin-left: 8px;
}

.product-related-btn {
    margin-bottom: 8px;
}

.product-related-btn,
.product-related-btn:hover,
.product-related-btn:focus,
.product-related-btn:visited {
    color: var(--font-color-second);
}

.product-buynow-btn {
    width: 100%;
    border: none;
    background: var(--font-color-second);
}

.product-buynow-btn,
.product-buynow-btn:hover,
.product-buynow-btn:focus,
.product-buynow-btn:visited {
    color: var(--font-color-fourth);
}

.content-spct3-wrapper {
    margin-top: 72px;
    padding-top: 72px;
    border-top: solid 1px var(--border-color-2);
}

.content-spct3-title-wrapper {
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-spct3-title {
    margin: 0;
    font-size: 48px;
    line-height: 60px;
}

.content-spct3-title-wrapper a {
    padding: 14px 12px;
    border-radius: 8px;
    background: var(--font-color-fourth);
    display: inline-flex;
    align-items: center;
}

.content-spct3-title-wrapper a,
.content-spct3-title-wrapper a:visited {
    color: #264395;
}

.content-spct3-title-wrapper .icon-download {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    object-fit: contain !important;
}

.content-spct3-subtitle {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
}

.characteristic {
    padding: 32px 24px;
    border-radius: 12px;
    background: var(--font-color-fourth);
}

.characteristic-left,
.characteristic-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.characteristic-left {
    padding-right: 48px;
}

.characteristic-right {
    padding-left: 48px;
}

.characteristic-left {
    border-right: solid 1px var(--border-color-2);
}

.content-spct3-list-left,
.content-spct3-list-right {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #7182A2;
}

.content-spct3-list-left li:not(:last-child),
.content-spct3-list-right li:not(:last-child) {
    margin-bottom: 16px;
}

.content-spct3-list-right li {
    display: flex;
    align-items: center;
}

.content-spct3-list-right .icon-list {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    object-fit: contain !important;
}

.content-spct3-list-left b,
.content-spct3-list-left strong,
.content-spct3-list-right b,
.content-spct3-list-right strong {
    font-weight: 500;
    color: var(--font-color-primary);
}

.tt-center2 {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
}

.tt-ct2-content {
    text-align: center;
}

.tt-ct2-content img {
    margin-bottom: 18px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.tt-ct2-content p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

#accordionFeature .collapsing {
    transition: none !important;
}

#accordionFeature .card {
    border-radius: 8px;
    border: none;
}

#accordionFeature .card:not(:last-child) {
    margin-bottom: 24px;
}

#accordionFeature .card-header {
    padding: 0;
    border: none;
}

#accordionFeature .card-header button {
    padding: 24px 60px 24px 24px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    box-shadow: none;
    text-decoration: none;
    color: #1D1D1D;
    background-color: var(--font-color-fourth);
    background-image: url('../img/icon-plus.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right 24px center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#accordionFeature .card:has(> div.show),
#accordionFeature .card:has(> div.show) .card-header button {
    background-color: #EDF4E6;
}

#accordionFeature .card:has(> div.show) .card-header button {
    background-image: url('../img/icon-minus.png');
}

#accordionFeature .card-body {
    padding: 24px;
    position: relative;
}

#accordionFeature .card-body::before {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: calc(100% - 48px);
    height: 1px;
    background: var(--border-color-2);
    position: absolute;
}

.pannel-sspct1 {
    padding: 24px !important;
    background: none !important;
}

.btn-spct4-01 ul,
.btn-spct4-02 ul,
.pannel-sspct1 ul {
    margin: 0;
    padding: 0
}

.pannel-sspct1,
.list-btn5 {
    margin: 0;
}
/*-- end site single product content css --*/


/*-- site footer content css --*/
#footer {
    margin-top: 0;
}

.advise-content-wrapper {
    padding: 160px 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.reasons-content-wrapper {
    padding-top: 72px;
}

.reason-content-title-1 span {
    color: var(--font-color-second);
}

.partners-content-wrapper {
    padding: 72px 0 120px 0;
}

.footer-content-bottom {
    padding: 40px 0 24px 0;
}

#footer,
#footer a,
#footer a:visited {
    color: #484E5B;
}

#footer ul {
    margin-bottom: 0;
    padding-left: 0;
}

.footer-top {
    margin-bottom: 48px;
    padding-bottom: 12px;
    border-bottom: solid 1px var(--border-color-1);
}

.footer-top-left,
.footer-top-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.img-footer-logo {
    height: 72px !important;
}

.footer-top-right {
    justify-content: flex-end;
}

.footer-socials-wrapper li {
    display: inline-block;
}

.footer-socials-wrapper li:not(:first-child) {
    margin-left: 40px;
}

.icon-footer-social {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
}

.footer-contact-description-1 p,
.footer-contact-description-2 p,
.footer-info-content p {
    margin-bottom: 12px;
}

.footer-contact-description-1 p:last-child,
.footer-contact-description-2 p:last-child,
.footer-info-content p:last-child {
    margin-bottom: 0;
}

.footer-contact-warpper,
.footer-contact-description-2 {
    margin-top: 32px;
}

.footer-contact-warpper li {
    display: flex;
}

.footer-contact-warpper li:not(:last-child) {
    margin-bottom: 12px;
}

.icon-footer-contact {
    margin-top: 5px;
    margin-right: 8px;
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}

#footer strong,
.footer-content-title {
    font-weight: 600;
    color: #000;
}

.footer-content-title {
    margin-bottom: 24px;
}

.footer-bottom-left {
    width: 707px;
    max-width: 100%;
}

.footer-bottom-right {
    text-align: right;
}

.footer-image-wrapper li {
    display: inline-block;
}

.footer-image-wrapper li:not(:first-child) {
    margin-left: 26px;
}

.img-footer {
    height: 65px !important;
}

.img-footer-announced {
    margin-top: 24px;
    height: 71px !important;
}

.footer-copyright {
    margin-top: 24px;
    padding-top: 24px;
    border-top: solid 1px var(--border-color-1);
}
/*-- end site footer content css --*/


@media (max-width: 768px) {
    .navigation-content-right .icon-header-search-wrapper,
    .navigation-content-right .btn-login,
    .icon-watermark,
    .bg-archive-sticky,
    .book-now-left .wpcf7-submit {
        display: none !important;
    }

    .wpml-ls-legacy-dropdown-click {
        margin-right: 0 !important;
    }

    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link {
        padding: 0 !important;
    }

    .page-news-form,
    .casestudy-content,
    .case-study-description-top,
    .case-study-description-middle,
    .case-study-description-bottom,
    .requirement-content-wrapper,
    .challengeSwiper,
    .solutions-content-wrapper,
    .archive-sticky-wrapper,
    .reasonSwiper,
    .partnerSwiper,
    .tt-center2,
    .archive-casestudy-content-btn,
    .content-spct3-wrapper,
    .footer-bottom-middle,
    .footer-bottom-right {
        margin-top: 24px;
    }

    .countdown-content-left,
    .pills-productContent .mb-3,
    .archive-search-left,
    .archive-casestudy-content,
    .archive-casestudy-content .hover-img-wrapper,
    .detail-news .display-flex > [class*="col-"],
    .archive-datasheet-content-wrapper .col-lg-3,
    .search-header-wrapper,
    .detail-search .col-lg-3,
    .single-title,
    .book-now-left h2,
    .book-now-left,
    .case-study-title,
    .case-study-description-middle .left,
    .single-related-title,
    .single-related-wrapper .col-lg-4:not(:last-child),
    .single-tags-wrapper,
    .single-product-title,
    .content-spct1-wrapper,
    .content-spct2-left,
    .content-spct2-right .col-lg-6:first-child,
    .option-wrapper,
    .characteristic-left,
    .content-spct3-title-wrapper,
    .content-spct3-title,
    .footer-top-left,
    .footer-top {
        margin-bottom: 24px !important;
    }

    .footer-content-title {
        margin-bottom: 12px;
    }

    .case-study-requirement-wrapper {
        margin: 24px auto;
    }

    .nav-ssl-wrapper {
        margin: 24px 0;
    }

    .content-wrapper,
    .archive-header-wrapper,
    .detail-news,
    .detail-video,
    .page-news,
    .wrapper-search,
    .single-related-wrapper,
    .single-product-main {
        padding: 20px 0 !important;
    }
    
    .pills-sub-price,
    .pills-sub-product-horizontal,
    .page-news-form,
    .book-now-right,
    .reason-content-right,
    .advise-form-right,
    .content-spct2-right-1,
    .option-wrapper,
    .detail-wrapper,
    .characteristic {
        padding: 20px;
    }

    .pills-sub-product-vertical {
        padding: 0 20px;
    }

    .reasonSwiper {
        padding: 0 15px;
    }

    .content-spct3-wrapper,
    .casestudy-content {
        padding-top: 24px;
    }

    .main-navigation .max-mega-menu li {
        border-bottom: solid 1px var(--border-color-1) !important;
    }

    .main-navigation .max-mega-menu .mega-sub-menu {
        margin: 15px 0 !important;
    }

    .main-navigation .max-mega-menu .mega-sub-menu,
    .main-navigation .max-mega-menu .mega-sub-menu li:last-child {
        border: none !important;
    }

    .main-navigation .max-mega-menu .mega-sub-menu li {
        margin: 0 15px !important;
    }

    .main-navigation .max-mega-menu .mega-sub-menu li a {
        padding: 10px !important;
    }

    .mega-menu-logo,
    .wpml-ls-touch-device,
    .content-spct1-right,
    .content-spct2-right,
    .content-spct2-right .col-lg-6:first-child,
    .content-spct2-right .col-lg-6:last-child,
    .content-spct3-left,
    .content-spct3-right,
    .characteristic-left,
    .characteristic-right {
        padding: 0 !important;
    }

    .wpml-ls-touch-device {
        margin-bottom: 0 !important;
        border: none !important;
    }

    .wpml-ls-touch-device li {
        width: 100% !important;
        text-align: left !important;
    }

    .wpml-ls-touch-device .wpml-ls-link {
        padding: 10px !important;
        width: 100% !important;
        font-size: 14px !important;
        display: inline-block !important;
    }

    .wpml-ls-touch-device .wpml-ls-link,
    .wpml-ls-touch-device .wpml-ls-link:visited {
        color: var(--font-color-third) !important;
    }

    .myTable thead tr th:first-child,
    .myTable tbody tr td:first-child {
        padding-left: 10px !important;
        text-align: left !important;
    }

    .single-case-study-title,
    .footer-top {
        padding-bottom: 24px;
    }

    .modal::before,
    .archive-sticky-content,
    .archive-sticky-left,
    .archive-sticky-right,
    .reason-content-description,
    .characteristic-left,
    .characteristic-right {
        height: auto;
    }

    .archive-sticky-left,
    .archive-sticky-right {
        position: unset;
    }

    .archive-sticky-thumb {
        height: 350px;
    }

    .countdown,
    .product-content-title-wrapper,
    .archive-search-form,
    .reason-content,
    .page-news-bottom {
        flex-direction: column;
    }

    .archive-subtitle,
    .archive-related-title,
    .single-title,
    .single-related-title,
    .single-product-title {
        font-size: 32px;
        line-height: 41px;
    }

    .content-title-1,
    .content-title-2,
    .home-carousel-title,
    .book-now-left h2,
    .advise-form-left h2,
    .case-study-title,
    .content-spct3-title {
        font-size: 24px;
        line-height: 33px;
    }

    .reason-content-title-1,
    .content-spct3-subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .archive-casestudy-content-title {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .home-carousel-description,
    .home-carousel-button,
    .single-archive-casestudy-list a,
    .related-casestudy-title,
    .ssl-description,
    .nav-ssl .nav-link,
    .nav-ssl-sub .nav-link,
    .reason-content-description,
    .content-spct1-right,
    .option-wrapper,
    .detail-wrapper,
    .product-btn,
    .content-spct3-list-left,
    .content-spct3-list-right,
    .tt-ct2-content p,
    #accordionFeature .card-header button,
    #accordionFeature .card-body,
    .content-spct3-title-wrapper a,
    .footer-contact-description-1 p,
    .footer-contact-description-2 p,
    .footer-bottom-middle p,
    .footer-bottom,
    .footer-copyright {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .homeSwiper .swiper-slide {
        height: 720px;
    }

    .img-home-carousel {
        height: 100%;
    }

    .home-carousel-description {
        height: 140px;
        overflow: scroll;
    }

    .archive-search-left,
    .archive-search-right,
    .ccm-page .container {
        width: 100%;
    }

    .nav-ssl {
        white-space: nowrap;
        display: block!important;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .nav-ssl li {
        display: inline-block;
    }

    .nav-ssl-sub {
        display: flex;
    }

    .nav-ssl-sub li {
        width: 50%;
    }

    .countdown {
        padding: 20px;
        align-items: flex-start;
    }

    .myTable thead tr th,
    .myTable tbody tr td {
        width: 1%;
        white-space: nowrap;
    }

    .product-content-title-wrapper {
        align-items: flex-start;
    }

    .product-content-title {
        max-width: 100%;
    }

    .product-content-hot {
        margin-top: 10px;
        margin-left: 0 !important;
    }

    .dataTables_wrapper .dataTables_paginate .previous:hover,
    .dataTables_wrapper .dataTables_paginate .previous:focus,
    .dataTables_wrapper .dataTables_paginate .next:hover,
    .dataTables_wrapper .dataTables_paginate .next:focus {
        background: none !important;
    }

    .dataTables_wrapper .dataTables_paginate .previous {
        margin-right: 5px !important;
    }

    .dataTables_wrapper .dataTables_paginate .next {
        margin-left: 5px !important;
    }

    .site-ganarel .nav-top ul li {
        margin: 5px;
        max-width: 100% !important;
    }
    
    .advise-content-wrapper {
        background-position: left center;
    }

    .reason-content {
        height: auto;
    }

    .img-reason-content {
        width: 100%;
        height: 300px;
        border-radius: 12px 12px 0 0;
    }

    .description-content {
        width: 33%;
    }

    .single-share-wrapper {
        text-align: left;
    }

    .book-now-right .wpcf7-submit {
        display: block !important;
    }

    .characteristic-left {
        border: none;
    }

    .tt-center2,
    .content-spct3-title-wrapper {
        flex-direction: column;
    }

    .footer-top-left,
    .footer-top-right {
        height: auto;
    }

    .footer-top-right {
        justify-content: center;
    }

    .footer-bottom-right {
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 900px) and (max-width: 1440px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin-right: 40px !important;
    }
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin-right: 30px !important;
    }

    .countdown-content-left {
        margin-bottom: 20px;
    }

    .countdown {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
