/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754098672
Updated: 2025-08-02 08:37:52

*/

body {
    line-height: 1.7;
}
a,
a:after,
a:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.form-newsletter .wpcf7-email {
    width: 85%;
}
.form-newsletter .wpcf7-submit {
    width: 15%;
}
.form-newsletter .wpcf7-response-output {
    color: #fff;
}
.tbay-service-icon .elementor-icon-box-icon {
    width: 50px;
    height: 50px;
    background-color: #bf1e2d;
    padding: 7px;
    border-radius: 50%;
}
.tbay-service-icon .elementor-icon-box-icon:hover {
    background-color: #171717;
}

.tbay-custommer-slider img {
    height: 100px;
    width: 100%;
    padding: 20px;
}

body:not(.home) .page-content {
    margin-bottom: 60px;
}

.tbay-project-list .ws247-eaddon-post-loop-item {
    position: relative;
}
.tbay-project-list .loop-bottom {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.tbay-home-title h2,
.tbay-title-news h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}
.tbay-home-title h2:after,
.tbay-title-news h2:after {
    content: "";
    background-color: #000000;
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateX(10px);
}
.tbay-title-news h2:before {
    content: "";
    background-color: #000000;
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateX(-40px);
}

.tbay-breadcrumbs,
.tbay-breadcrumbs a {
    color: #171717;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.tbay-breadcrumbs .breadcrumb_last {
    font-weight: bold;
}

.tbay-contact-form .row-2fields {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.tbay-contact-form .row-2fields .wpcf7-form-control-wrap {
    flex: 1 1 50%;
}

.tbay-cauhoi .e-n-accordion-item-title {
    justify-content: space-between;
}

.footer-links a:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 3px;
    vertical-align: middle;
    background-color: #e96f84 !important;
}
.footer-links a:hover:before {
    width: 4px;
    margin-right: 3px;
    position: unset !important;
}

.footer-links .hfe-nav-menu__toggle:before{
	content:"Xem thêm";
}

.tbay-pdf iframe {
    width: 100%;
    height: 90vh;
    border: none;
    border-radius: 12px;
}
.woocommerce-product-details__short-description ul {
    list-style: none;
    padding-left: 0;
}
.woocommerce-product-details__short-description ul li {
    padding: 0.5rem 0rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-width: 0 0 1px;
}

div.woocommerce-tabs .wc-tabs {
    justify-content: center;
    border-top: 0;
}

.woocommerce-Tabs-panel--description h2 {
    width: 100%;
    background: #337ab7;
    color: #fff;
    padding: 10px 10px;
    font-size: 21px;
    position: relative;
    margin: 15px 0px !important;
}

.woocommerce-Tabs-panel--description h3 {
    font-size: 1rem;
}
.woocommerce-Tabs-panel--description ul {
    padding-left: 0;
}

.comments-area {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #ececec;
    margin-top: 20px;
}

.comments-area .submit {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/* Tùy chỉnh CSS cho phần chuyển bài viết */
.post-navigation-links {
    margin: 40px 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    clear: both;
}

.post-navigation-links .nav-links {
    display: flex;
    justify-content: space-between; /* Thuộc tính này đã giúp căn lề trái và phải */
    align-items: center;
}

.post-navigation-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.post-navigation-links a:hover {
    color: #0073e6;
}

/* Các thuộc tính này không thực sự cần thiết nếu đã có justify-content: space-between,
   nhưng có thể giúp bạn dễ dàng tùy chỉnh nếu cần */
.post-navigation-links .nav-previous {
    text-align: left; /* Đảm bảo nội dung căn lề trái trong container của nó */
}

.post-navigation-links .nav-next {
    text-align: right; /* Đảm bảo nội dung căn lề phải trong container của nó */
}

.post-navigation-links .meta-nav-icon {
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

/* Ẩn liên kết nếu không có bài viết trước hoặc sau */
.post-navigation-links .nav-links:empty {
    display: none;
}

.tbay-job-box {
    display: flex;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}

.tbay-job-img {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
}

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

.tbay-job-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tbay-job-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tbay-job-title a {
    text-decoration: none;
}

.tbay-job-desc {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 8px;
}

.tbay-job-meta {
    width: 100%;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.tbay-job-btn {
    background: #be1e2d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s ease;
    display: inline-block;
    text-decoration: none !important;
}

.tbay-job-btn:hover {
    background: #000;
    color: #fff;
}

.online-support {
    display: flex;
    background-color: #002854;
    background-color: rgba(35, 31, 32, 0.8);
    color: #fff;
    height: 80px;
    position: fixed;
    bottom: 50%;
    width: 100%;
    align-items: center;
    left: 0;
    z-index: 1010;
}
.online-support ul {
    white-space: nowrap;
    display: grid;
    width: 100%;
    justify-content: center;
    list-style: none;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 0;
}
.online-support ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ico .anm {
    font-size: 21px !important;
    color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding: 9px;
}
@media (min-width: 768px) {
    .online-support {
        border: none;
        background-color: transparent;
        height: auto;
        bottom: 40%;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        width: 52px;
        left: auto;
        flex-direction: column;
        right: 8px;
        padding: 0;
    }
    .online-support ul {
        border: 0 solid #e3e3e3;
        display: flex;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px;
        -o-border-radius: 23px;
        border-radius: 23px;
        flex-direction: column;
    }
    .online-support ul li {
        position: relative;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        cursor: pointer;
        right: 0;
    }
    .online-support ul .ico {
        border: none;
        display: inline-flex;
        background-color: transparent;
        height: 47px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 47px;
        justify-content: center;
        align-items: center;
    }
    .online-support ul .text {
        font-size: 14px;
        padding-top: 0;
        padding-top: 5px;
        padding-right: 10px;
        padding-right: 27px;
        padding-bottom: 0;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-left: 27px;
        font-weight: 700;
        background-color: #002854;
        background-color: #da0101 !important;
        color: #fff;
        position: absolute;
        top: 50%;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        right: 100%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
    }
    .online-support ul li + li {
        margin-top: 10px;
    }
    .online-support ul li:hover .text {
        right: calc(100% + 5px);
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .online-support {
        bottom: 0%;
        background: #757575 !important;
        height: 67px !important;
        max-width: 100%;
    }

    .online-support ul {
        width: 95%;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .online-support ul li span {
        color: #ffffff;
    }

    .online-support ul li span img {
        width: 30px;
    }

    .tbay-job-box {
        flex-direction: column;
        align-items: center;
        padding: 16px;
        border: 1px solid #eee;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }

    .tbay-job-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        overflow: hidden;
    }

    .tbay-job-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .tbay-job-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 12px;
    }

    .tbay-job-btn {
        width: auto;
    }
}
.tbay-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.tbay-sticky.is-sticky {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Optional: bóng đổ */
}

.tbay-sticky.slide-down {
  transform: translateY(0);
}

.tbay-sticky.slide-up {
  transform: translateY(-100%);
}

.tbay-service-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=true], .tbay-service-tab .e-n-tabs-heading .e-n-tab-title:hover{
	background-color: #215486 !important;
}

.tbay-project-list{
	width: 100%;
}
