.title h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.contact-desc p {
    margin: 0 0 10px;
}

.contact-map {
    margin-top: 30px;
}

.contact-map iframe {
    height: 300px;
    width: 100%;
}

.contact-desc h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.form-contact form {
    margin: 0;
    border: 2px solid;
    padding: 10px;
    border-radius: 10px;
}

.form-contact label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.form-contact .wpcf7-form-control::placeholder {
    font-size: 14px;
    color: #000;
}

.form-contact .wpcf7-form-control {
    height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: unset;
    margin-bottom: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.form-contact textarea.wpcf7-form-control {
    border-radius: 5px;
    min-height: 170px;
    padding: 10px 15px;
}

.form-contact .wpcf7-submit {
    height: 42px;
    width: 105px;
}

.accordion-title {
    background: transparent;
    border-top: 0;
    border: 0;
    padding-inline: 18px 25px;
    padding-left: 5px;
    color: #666 !important;
    font-weight: bold;
    font-size: 16px;
}

.accordion-title.active {
    background: transparent;
    color: #000;
}

.accordion-title button.toggle {
    position: absolute;
    right: 0;
    left: auto;
    height: auto;
    width: auto;
    line-height: unset;
    font-size: 12px;
    min-width: auto;
    margin: 0;
    opacity: 1;
    color: #666 !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    min-height: unset;
}


.accordion-inner {
    padding: 0 4px 15px;
}

.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.accordion {
    border-top: 2px solid rgba(0, 0, 0, 0.105);
}

.widget .is-divider {
    display: none;
}

span.widget-title {
    font-size: 16px;
    margin-bottom: 16px;
    display: block;
    line-height: normal;
}

.widget_categories ul>li {
    border: 0 !important;
    margin-bottom: 15px !important;
    line-height: normal;
    color: #777;
    font-size: 14px;
}

.widget_categories ul>li:last-child {
    margin: 0 !important;
}

.widget_categories ul li>a {
    padding: 0 !important;
    color: #777;
    font-size: 14px !important;
    width: max-content;
    flex: unset;
    margin-right: 4px;
}

.widget_categories ul li>ul {
    padding: 0 0 0 15px;
    border: 0;
    margin: 0;
    margin-top: 15px;
}

.widget_categories ul li>.toggle {
    opacity: 1;
    color: #777;
    font-size: 10px;
}

.widget_categories ul li>.toggle>i {
    font-weight: bold !important;
    font-size: inherit !important;
    font-family: var(--font-icon) !important;
    opacity: 1;
    color: inherit
}

.widget_categories ul li>.toggle>i::before {
    content: "\+";
}

.widget_categories ul li.active>.toggle>i::before {
    content: "\f068";
}

aside.widget+aside.widget {
    border-top: 1px solid rgba(0, 0, 0, 0.105);
    padding-top: 20px;
    margin-top: 20px;
}

aside.widget {
    margin: 0;
}

.recent-blog-posts .badge span {
    display: none;
}

.recent-blog-posts .badge {
    width: 60px;
    height: 60px;
}

.recent-blog-posts a {
    color: #333;
}

.recent-blog-posts {
    margin: 0;
    padding: 0;
    border: 0;
}

li.recent-blog-posts-li+li.recent-blog-posts-li {
    margin-top: 15px;
    padding-top: 15px;
}

span.post_comments {
    display: none;
}

li.recent-blog-posts-li span {
    color: #bbb;
    font-size: 12px;
}

.section-banner-main,
.section-banner-main.dark {
    background-color: var(--fs-color-secondary);
    padding: 20px 0;
}

.section-banner-main .text.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-banner-main .title h1 {
    width: max-content;
    max-width: 100%;
}

a.go-back i {
    min-width: 40px;
    font-size: 21px;
    font-weight: 300;
}

.ab-bg img {
    max-height: 600px;
    aspect-ratio: auto;
    object-fit: cover;
}

.ab-desc h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ab-desc p {
    margin-bottom: 20px;
    font-size: 14px;
}

.ab-desc>*:last-child {
    margin: 0;
}

.icon-cus-ab>.col-inner {
    background: #fff;
    box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, .15);
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

.icon-cus-ab>.col-inner svg {
    color: var(--primary-color);
}

.icon-cus-ab h3 {
    font-size: 22px;
}

.icon-line-s {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    transition: box-shadow .7s ease;
    align-items: center;
    border-radius: 4px;
}

.icon-line-s:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.icon-line-s .icon-box-img {
    padding: 20px;
    height: 100px;
    width: 100px !important;
    background-color: #f1f1f1;
    border-radius: 100%;
}

.icon-line-s .icon-box-img img,
.icon-line-s .icon-box-img svg {
    width: 100%;
    height: 100%;
    padding: 0;
}

h1.product-title.product_title.entry-title {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: normal;
}

p.price.product-page-price {
    font-size: 155%;
    line-height: 1.2;
    margin-bottom: 20px;
}

.product-specs .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.105);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.product-specs {
    margin-bottom: 20px;
}

.ux-quantity.quantity.buttons_added {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.ux-quantity.quantity.buttons_added input {
    height: 38px;
    border: 0;
    box-shadow: unset;
    background: transparent;
}

.ux-quantity.quantity.buttons_added input[type=number] {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}

button.single_add_to_cart_button.button {
    border-radius: 30px;
    height: 42px;
    background-color: var(--primary-color);
}

.add-to-cart-container form {
    margin-bottom: 20px;
}

.button.btn-link {
    min-height: unset;
    padding: 0;
    height: auto;
    margin-bottom: 20px;
    line-height: normal;
}

.button.btn-link i.icon-flickr {
    font-weight: bold !important;
    font-size: inherit !important;
    font-family: var(--font-icon) !important;
    opacity: 1;
    color: inherit;
    margin: 0;
}

.button.btn-link i.icon-flickr::before {
    content: "\f074";
}

.btn-contact-product .icon-box {
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    min-height: 50px;
}

.btn-contact-product>* {
    width: 100%;
    flex-basis: 50%;
}

.btn-contact-product {
    gap: 10px;
    display: flex;
    margin-bottom: 10px;
}

.btn-contact-product .icon-box .icon-box-text {
    flex: auto 0 0;
}

.btn-contact-product .icon-box img {
    padding: 0;
}

a.devvn_buy_now_style {
    background: var(--primary-color) !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.product_meta {
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.105);
}

.product_meta>span {
    border: 0;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 10px;
}

span.share-icons-title {
    font-size: 14px;
    color: #333;
}

.social-icons.share-icons i {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.devvn_prod_cmt,
div#reviews.woocommerce-Reviews {
    max-width: 1220px;
    padding: 0 15px;
}

.product-page-accordian .accordion-title {
    color: #333 !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0;
}

.products-re h2 {
    font-size: 22px;
    margin: 0 0 20px;
    line-height: normal;
    position: relative;
    padding-bottom: 20px;
}

.products-re h2::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: var(--primary-color);
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-small .badge-container {
    margin: 0;
    left: 7px;
    top: 7px;
}

.product-small .badge-container .badge-inner {
    background-color: var(--fs-color-primary) !important;
    font-size: 10px;
    border-radius: 12px;
}

.product-small .badge-container .callout.badge.badge-square {
    height: 18px;
    width: 50px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 14px;
    margin: 0;
}

.product-small .price {
    font-size: 14px;
}

p.name.product-title.woocommerce-loop-product__title {
    margin: 0;
}

.product-small .box-text.box-text-products {
    padding: 12px 0;
}

.product-small .star-rating.star-rating--inline {
    margin: 12px 0;
}

.product-small.box .box-image a {
    position: relative;
    padding-top: 100%;
}

.product-small.box .box-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-main .row.row-small {
    max-width: unset;
    width: auto;
    margin: 0;
}

.product-gallery-main .row.row-small>.col {
    padding: 0;
}

.product-gallery-main .image-tools.absolute.bottom .button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #444;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    background: #fff;
    border: 0;
    font-size: 14px;
    margin: 10px 0 0;
}

.product_tag-flash-sales .box-image::before {
    content: "";
    background: url(../icons/flash-sales.png) center/ 48px 28px no-repeat;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 48px;
    height: 28px;
    z-index: 9;
}

a.added_to_cart.wc-forward {
    display: none;
}

.product-bottom-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    padding: 0 7px;
    max-width: 100px;
    background: #fff;
    right: 0;
    margin: auto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.image-tools.is-small.hide-for-small.bottom.left.show-on-hover {
    width: 100%;
    display: block;
    top: auto;
    height: auto;
    bottom: 0;
    padding: 0;
    bottom: 0;
    min-height: unset;
}

.product-bottom-link>* {
    padding: 0 !important;
    width: 43px;
    height: 43px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-bottom-link i {
    font-weight: 300;
}

.product-bottom-link a.added_to_cart.wc-forward {
    display: none !important;
}

span.add-compare.added::after {
    content: "Đã thêm so sánh";
    position: absolute;
    bottom: 100%;
    width: max-content;
    font-size: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px;
    opacity: 0;
}

span.add-compare.added:hover::after {
    opacity: 1;
}

ul.product-cat-list.nav {
    justify-content: center;
    column-gap: 30px;
}

ul.product-cat-list.nav>li.cat-item {
    margin: 0;
}

ul.product-cat-list.nav>li.cat-item>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5
}

ul.product-cat-list.nav>li.cat-item>a>span.nav-link-count {
    color: rgba(255, 255, 255, 0.6);
    text-transform: none;
    font-weight: normal;
    margin-top: 5px;
}

ul.product-portfolio-list.product-cat-list.nav>li.cat-item>a {
    font-size: 16px;
}

ul.product-portfolio-list.product-cat-list.nav {
    margin-bottom: 20px;
}

.nav-link-title {
    position: relative
}

.nav-link-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.active .nav-link-title::after,
.nav-link-title:hover::after {
    width: 100%
}

.toggle-cat {
    font-weight: bold;
    font-size: 15px;
}

.single-project {
    padding: 40px 0;
}

.portfolio-archive {
    padding: 30px 0;
}

.project-item {
    height: 100%;
    background-color: var(--fs-color-secondary);
    display: block;
}

.project-item-desc {
    padding: 20px;
    color: #fff;
    text-align: center;
}

.project-item-desc h3 {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: normal;
    line-height: normal;
    color: #fff;
}

.single-project h1 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}

.single-project-desc tr>* {
    width: 50%;
    font-size: 14px;
    padding: 8px 12px;
}

.single-project-desc tr>:last-child {
    text-align: right;
}

.single-project-desc tr th {
    text-transform: none;
}

.single-project-desc a {
    color: var(--primary-color);
}

.share-icons a i {
    line-height: 1;
}

.single-project .social-icons {
    text-align: right;
    margin-left: auto;
    display: block;
}

.blog-wrapper {
    padding: 0;
}

.box-blog-post .cat-label,
h6.entry-category {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    border-radius: calc(var(--color-gray-300) / 1.5);
    background-color: var(--primary-color);
    color: #fff;
    line-height: 25px;
    width: max-content;
    margin: 0 auto 15px;
    max-width: 100%;
    font-size: 12px;
}

.box-blog-post .cat-label a,
h6.entry-category a {
    color: #fff;
    font-size: 12px;
}

.entry-header h1.entry-title {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}

.entry-divider.is-divider.small {
    display: none;
}

.entry-meta.uppercase.is-xsmall {
    font-size: 14px;
    text-align: center;
    color: #bbb;
}

.entry-meta.uppercase.is-xsmall a {
    color: #bbb;
}

.box-blog-post .badge,
.entry-image .badge.absolute {
    top: 15px;
    left: 15px;
    background: #fff;
    width: 54px;
}

.box-blog-post .badge .badge-inner,
.entry-image .badge.absolute .badge-inner {
    background: #fff;
    color: #000;
    height: 56px;
    padding: 0;
    vertical-align: text-bottom;
    font-weight: normal;
}

.box-blog-post .badge .badge-inner span.post-date-day,
.entry-image .badge.absolute span.post-date-day {
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 24px;
    display: block;
}

.box-blog-post .badge .badge-inner br,
.entry-image .badge.absolute br {
    display: none;
}

.box-blog-post .badge .badge-inner span.post-date-month.is-small,
.entry-image .badge.absolute span.post-date-month.is-small {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.wd-single-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid var(--color-gray-300);
}

.wd-single-footer .single-post-social {
    flex: 1 0 auto;
    max-width: 100%
}

.wd-single-footer>* {
    flex: 0 1 100%;
    max-width: 100%;
}

.wd-single-footer .tags-title {
    display: none
}

.wd-single-footer .tags-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0
}

.wd-single-footer .tags-list a {
    position: relative;
    display: inline-flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 25px;
    min-width: 70px;
    border: 1px solid rgba(0, 0, 0, 0.105);
    border-radius: calc(rgba(0, 0, 0, 0.105) / 1.5);
    color: #242424;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px
}

.wd-single-footer .tags-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-gray-300);
    transition: background .25s ease
}

.wd-single-footer .tags-list a:hover {
    border-color: var(--primary-color);
    color: var(--color-gray-900)
}

.wd-single-footer .tags-list a:hover:after {
    background-color: var(--primary-color)
}

.wd-single-footer .social-icons {
    text-align: right;
    font-size: 16px;
}

.wd-single-footer .social-icons a {
    margin: 0 0 0 5px;
}

.related_post .col {
    padding-bottom: 0;
}

.box-blog-post .is-divider {
    display: none;
}

.box-blog-post .box-text-inner {
    display: flex;
    flex-direction: column;
}

.box-blog-post .cat-label {
    margin-top: -23px;
    opacity: 1;
    order: 1;
}

.box-blog-post h5.post-title {
    font-size: 24px;
    order: 2;
    margin-bottom: 10px;
}

.box-blog-post .wd-entry-meta {
    order: 3;
}

.home .box-blog-post .wd-entry-meta {
    display: none;
}

p.from_the_blog_excerpt {
    font-size: 14px;
    order: 4;
}

.box-blog-post .box-text-inner .button {
    order: 5;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

.entry-meta-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.replies-count {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bbb;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
}

.wd-meta-reply a {
    position: relative;
    font-size: 15px;
}

.wd-meta-author {
    font-size: 14px;
}

.wd-meta-author img.avatar {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 0 5px;
}

.wd-meta-share {
    font-size: 17px;
    position: relative;
}

.wd-meta-share .social-icons {
    opacity: 0;
    position: absolute !important;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    width: max-content;
    background: #000;
    font-size: 10px;
    color: #fff;
    height: auto;
    padding: 5px;
    display: block;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.wd-meta-share:hover .social-icons {
    opacity: 1
}

.wd-meta-share .social-icons i {
    color: #fff;
    position: unset;
}

.wd-meta-share .social-icons a {
    margin: 0;
    line-height: 1;
}

.wd-meta-share .social-icons:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    inset: auto 0 -8px 0;
}

.wd-meta-share .social-icons:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    left: 50%;
    border-width: 5px 5px 0;
    border-top-color: #000;
    top: 100%;
    margin-left: -5px;
}

.recruit-single {
    padding: 40px 0;
}

.recruit-single h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.job-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.job-info-item {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.job-info-item-img {
    padding: 15px;
    width: 50px;
    border-radius: 50%;
    background: var(--primary-color);
}

.job-info-item-desc {
    flex: 1;
}

.job-info-item-desc .desc {
    display: block;
    font-size: 16px;
}

.job-info-item-desc .content {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.request-item {
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.request-item span {
    background: #d2d2d2;
    padding: 3px 10px;
    border-radius: 99px;
}

.request-item p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}


.recruit-single-content {
    margin: 20px 0;
    padding: 0;
}

a.btn-recruit.button {
    margin: 0;
    background-color: #F3F3F3;
    color: #3E3E3E;
    border-radius: 5px;
    line-height: 40px;
}

.recruit-single h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.recruit-single h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.post-recruit {
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 10px !important;
    overflow: hidden
}

.post-recruit a {
    display: flex;
    gap: 10px
}

.post-recruit a .ava-post {
    flex-basis: 35%
}

.post-recruit a img {
    aspect-ratio: 1/1;
    width: 100%
}

.post-recruit a .text-title-post {
    flex: 1;
    font-size: 16px;
    font-weight: 700
}

.post-recruit a:hover>.text-title-post {
    color: var(--primary-color)
}


.recruit-box-item a {
    display: flex;
    border: 1px solid #3333;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5em;
    transition: ease-in 0.1s;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%)
}

.recruit-box-item .box-img {
    width: 33% !important;
    overflow: hidden
}

.recruit-box-item .box-img img {
    aspect-ratio: 4/3;
    width: 100%;
}

.content-recruit-box {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.content-recruit-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.content-recruit-box .request-item {
    margin-bottom: 20px;
}

.box-yc {
    display: flex;
    gap: 15px;
    margin-bottom: .6em
}

.box-yc .item-kn {
    background: #d2d2d2;
    padding: 3px 10px;
    border-radius: 99px
}

.bot-content {
    display: flex;
    gap: 20px
}

.bot-content p.detail-content {
    margin-bottom: 0;
    font-weight: 700
}

.bot-content img.icon-detail {
    filter: brightness(0)
}

.bot-content .job-detail {
    gap: 5px
}

.recruit-box-item a:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%)
}

.recruit-box-item:hover img.img-recruit-box.wp-post-image {
    transform: scale(1.05);
    transition: ease-in 0.2s
}

.job-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.recruit-sidebar-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.recruit-sidebar ul {
    list-style: none;
    padding-left: 17px;
    margin-bottom: 20px;
}

.recruit-sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
    margin-left: 0;
}

.recruit-sidebar ul li a {
    color: #333;
}

.recruit-sidebar ul li.active>a,
.recruit-sidebar ul li:hover>a {
    color: var(--primary-color);
}

.recruit-sidebar ul li.active>a {
    font-weight: bold;
}

.recruit-archive {
    padding: 40px 0;
}

.recruit-archive h1 {
    font-size: 28px;
    margin-bottom: 14px;
}

.tax-phong-ban .recruit-archive h1 {
    margin-bottom: 30px;
}

.widget_text li {
    list-style: disc;
}

div#nop-cv {
    border-radius: 10px;
}

div#nop-cv .wpcf7 label {
    font-size: 16px;
    font-weight: bold;
}

div#nop-cv .wpcf7 .wpcf7-form-control:not([type="file"]) {
    border-radius: 8px;
    margin-bottom: 20px;
}

div#nop-cv .wpcf7 .wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0px;
}

.flash-sales-banner .ux-timer {
    max-width: 271px;
    margin: 0 auto;
    font-size: 24px !important;
    font-weight: normal;
}

.flash-sales-banner .ux-timer strong {
    font-size: 12px;
    font-weight: normal;
    padding: 7px 0 0;
    text-transform: none;
}

.flash-sales-banner h2 {
    font-size: 46px;
    margin-bottom: 20px;
}

.flash-sales-banner p {
    font-size: 28px;
    margin: 0;
}

.row-slider .col,
.product-category.col {
    padding-bottom: 0 !important;
}

.box.box-category .bot-text {
    padding-bottom: 0;
    padding-top: 10px;
}

.title p {
    font-size: 16px;
}

.title h2 {
    font-size: 26px;
}

.title-line h2 {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--primary-color);
}

.title .section-title a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.only-link .product-category.col .box-image {
    display: none;
}

.only-link .box-text {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    background: #e6e6e6;
    color: #000;
}

.only-link .product-category.col:hover .box-text {
    color: #fff;
    background-color: var(--primary-color);
}

.only-link .product-category.col {
    flex-basis: unset;
    max-width: unset;
    width: max-content;
}

.only-link .box-text h5.uppercase.header-title {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    color: inherit;
}

.row.only-link {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}

footer .sidebar-wrapper {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9999;
    background: #ffff;
    width: 243px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    transform: translate3d(243px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(243px, 0, 0);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

footer .sidebar-wrapper.open {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

footer .sidebar-wrapper .widget-title {
    position: absolute;
    background-color: #a48100;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding: 7px 10px;
    border-radius: 5px 5px 0 0;
    transform: rotate(-90deg) translate3d(-100%, -100%, 0);
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translate3d(-95%, -138%, 0);
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

footer .sidebar-wrapper ul.product_list_widget {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 200px;
    max-width: 243px;
}

footer .sidebar-wrapper div#woocommerce_recently_viewed_products-2 {
    padding: 0;
}

@media (min-width: 850px) {
    .product-gallery-main .row.row-small>.col.large-10 {
        width: calc(100% - 146px);
        max-width: unset;
        flex-basis: unset;
    }

    .product-gallery-main .row.row-small>.col.large-2 {
        width: 146px;
        max-width: unset;
        flex-basis: unset;
    }

    .blog-wrapper .box-vertical .box-text {
        padding: 25px;
    }

    .blog-wrapper .box-vertical .box-text,
    .blog-wrapper .box-vertical .box-image {
        width: 50%;
    }

    .blog-wrapper .box-vertical h5.post-title {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .title h1 {
        font-size: 44px;
    }
}

@media (max-width: 850px) {
    ul.product-cat-list.nav {
        background-color: rgb(123 123 123 / 40%);
        margin: 10px 0 0 0;
        padding: 5px 15px;
        display: none;
    }

    ul.product-cat-list.nav>li.cat-item {
        width: 100%;
    }

    .wd-single-footer {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

    .wd-single-footer .social-icons a {
        margin: 0 5px
    }

    .wd-single-footer .tags-list a {
        margin: 0
    }

    .job-info-item {
        width: 50%;
    }

    .flash-sales-banner h2 {
        font-size: 30px;
    }

    .bottom-navigation-items {
        background: var(--primary-color);
        color: #fff;
    }

    .bottom-navigation-items .icon {
        display: none;
    }

    .bottom-navigation-items .text {
        font-size: 16px !important;
        font-weight: bold;
    }

    #ext-bottom-navigation .bottom-navigation-item a {}

    div#ext-bottom-navigation {
        height: 45px;
    }
}

@media screen and (max-width: 550px) {
    .recruit-box-item a {
        display: flex;
        flex-direction: column
    }

    .recruit-box-item a .box-img {
        width: 100% !important
    }

    .recruit-box-item a img.img-recruit-box {
        width: 100%
    }

    .recruit-box-item a .content-recruit-box {
        padding: 20px 10px
    }

    .recruit-box-item a .content-recruit-box .box-yc {
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

    .recruit-box-item a .content-recruit-box .box-yc p.item-kn {
        margin-bottom: 5px
    }

    .title h2 {
        font-size: 20px;
    }

    .title .section-title a {
        position: absolute;
        right: -15px;
        top: 112%;
        background: #fff;
        z-index: 9;
        line-height: 37px;
        padding-right: 10px;
    }

    .section-title-container.title {
        margin: 0
    }

}