/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* 
Mau 1: #884223
Mau 2: #
Mau 3: #
*/
@font-face {
    font-family: ' ';
    font-display: swap;
    src: url(./fonts/Albula-Pro/AlbulaPro-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: 'Albula';
    font-display: swap;
    src: url(./fonts/Albula-Pro/AlbulaPro-Light.otf);
    font-weight: 200;
}
@font-face {
    font-family: 'Albula';
    font-display: swap;
    src: url(./fonts/Albula-Pro/AlbulaPro-Medium.otf);
    font-weight: 300;
}
@font-face {
    font-family: 'Albula';
    font-display: swap;
    src: url(./fonts/Albula-Pro/AlbulaPro-SemiBold.otf);
    font-weight: 700;
}
@font-face {
    font-family: 'Albula';
    font-display: swap;
    src: url(./fonts/Albula-Pro/AlbulaPro-Bold.otf);
    font-weight: 600;
}

.cts-font a,
.cts-font .elementor-heading-title,
.cts-font a .ae-element-post-title {
    font-family: 'Albula' !important;
    font-weight: 300;
}
.cts-banner .elementor-image-carousel-wrapper .swiper-pagination-bullets {
    bottom: 38px !important;
}
.hdr-cts-icon-cart #elementor-menu-cart__toggle_button {
    width: 51px;
    height: 51px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #F8F1EC;
}
.hm-bgr {
    /* height: 660px; */
    position: relative;
    overflow: hidden;
}
.hm-bgr:hover .hm-bgr-hv {
    background: rgba(0, 0, 0, 0.25);
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hm-bgr .hm-bgr-hv {
    position: absolute;
    bottom: 0px;
    left: 0;
}
.hm-bgr .hm-bgr-hv .elementor-image-carousel-wrapper {
    /* height: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear; */

    max-height: 0;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: max-height;
}
.hm-bgr:hover .hm-bgr-hv .elementor-image-carousel-wrapper {
    max-height: 660px;
    transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.box-text-asl .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: max-height;
}
.box-text-asl .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
}
.box-text-asl .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 26px 24px;
}
.box-text-asl .elementor-image-box-content .elementor-image-box-description {
    display: none;
}
.box-text-asl .elementor-image-box-content .elementor-image-box-title {
    font-family: 'Albula' !important;
    margin: 0;
}
.box-text-asl .elementor-image-box-wrapper:hover .elementor-image-box-content {
    height: 200px;
    background: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.25);
}
.box-text-asl .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 0.25px solid rgba(255, 255, 255, 0.5);;
}
.box-text-asl .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-description {
    display: block;
}
.cts-out-project .elementor-widget-ae-post-title .ae-element-post-title {
    margin-top: 0;
}
.prj-meta .elementor-shortcode {
    display: flex;
    align-items: center;
}
.prj-meta .elementor-shortcode,
.prj-meta .ae-element-post-date span {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.prj-meta .ae-element-post-date,
.cts-meta-date-blog .ae-element-post-date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prj-meta .ae-element-post-date::before,
.cts-meta-date-blog .ae-element-post-date::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('./assets/img/icon-Calendar.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
    background-size: cover;
}
.cts-meta-date-blog .ae-element-post-date::before {

}
.cts-meta-auth .ae-element-post-author {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cts-meta-auth .ae-post-meta-item-wrapper > .ae-element-post-author::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('./assets/img/icon-use.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
    background-size: cover;
}
.prj-meta .ae-element-post-date::after {
    content: '|';
    padding: 0 12px;
}
.prj-meta .elementor-shortcode::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('./assets/img/icon-Eye.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.cts-out-project .elementor-widget-ae-post-content .ae-element-post-content {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* min-height: 32px; */
}
.blg-content .cts-out-project .elementor-widget-ae-post-content .ae-element-post-content {
	-webkit-line-clamp: 2;
}
.cts-sidebar .cts-out-project .ae-element-post-title .ae-element-post-title {
    padding-top: 0;
}
.prj-content .cts-out-project .ae-element-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.ae-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.ae-pagination-wrapper .page-numbers {
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #262728;
    font-weight: 300;
}
.ae-pagination-wrapper .page-numbers:hover,
.ae-pagination-wrapper .page-numbers.current {
    color: #884223;
    /* font-weight: 400; */
}
.ae-pagination-wrapper .page-numbers.current {
    background: #F8F1EC;
    font-weight: 400;
}
.ae-pagination-wrapper .page-numbers.next,
.ae-pagination-wrapper .page-numbers.prev {
    width: auto;
}
.cts-brc-yoat .elementor-shortcode {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cts-brc-yoat .elementor-shortcode a,
.cts-brc-yoat .elementor-shortcode span {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.cts-brc-yoat .elementor-shortcode > span > span {
    /* padding: 0 10px; */
}
.cts-brc-yoat .elementor-shortcode span a::after {
    content: '|';
    display: inline-block;
    padding: 0 20px 0 24px;
}
.prj-related .cts-out-project .ae-element-post-read-more,
.prj-related .cts-out-project .elementor-widget-ae-post-content .ae-element-post-content {
    display: none;
}
.prj-related .cts-out-project .elementor-widget-container {
    padding: 0 !important;
}
.prj-related .cts-out-project .ae-element-post-title {
    font-size: 16px !important;
    color: #884223 !important;
    line-height: 28px !important;
    padding-bottom: 8px !important;
    padding-top: 12px !important;
}
.prj-related .ae-post-list-wrapper .ae-post-list-item:last-child {
    margin-bottom: 0 !important;
}
.prj-related .ae-post-list-wrapper .ae-post-list-item:last-child .prj-meta {
    border: none;
    margin: 0;
}
.cts-out-project .ae-element-post-image {
    display: block;
    line-height: 0;
}
.cts-out-project .ae-element-post-image a {
    position: relative;
    overflow: hidden;
}
.cts-out-project:hover .ae-element-post-image a::before {
    /* content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 1;
    background-image: url('./assets/img/eye-view-hover.png');
    background-position: center;
    background-repeat: no-repeat; */
}
.brc-yoat-blog .elementor-shortcode > span > span,
.brc-yoat-blog .elementor-shortcode > span > span a {
    color: #262728;
    font-size: 16px;
    font-weight: 300;
}
.brc-yoat-blog .elementor-shortcode > span > span > a {
    color: #262728;
}
.brc-yoat-blog .elementor-shortcode > span > span a::after {
    content: '|';
    display: inline-block;
    padding: 0 12px 2px 14px;
}
.cts-product-detail .prd-content h2 ,
.cts-product-detail .prd-content h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.cts-product-detail .prd-content ul {
    margin-left: 0;
    margin-bottom: 11px;
}
.cts-product-detail .prd-content ul li {
    line-height: 25px;
    font-weight: 300;
}
.cts-product-detail .prd-content ul li strong {
    font-weight: 400;
}
ul.products li.product .price,
ul.products li.product .add_to_cart_button {
    display: none !important;
}
div .related.products ul .product img,
div .woocommerce ul.products li.product img {
    margin-bottom: 0 !important;
}
div .related.products ul .product .woocommerce-loop-product__title,
div .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Albula' !important;
    padding: 0;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0 0 0;
    line-height: 1.3em;
    font-size: 17px;
}
div .woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #884223;
}
.cts-menu-cate .elementor-nav-menu {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
}
.cts-menu-cate .elementor-nav-menu .menu-item {
    padding: 12px;
    border: 1px solid #884223;
    position: relative;
    margin-right: 20px;
    border-radius: 2px;
    overflow: hidden;
}
.cts-menu-cate .elementor-nav-menu .menu-item:last-child {
    margin-right: 0;
}
.cts-menu-cate .elementor-nav-menu .menu-item a::before {
    content: '';
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1 !important;
    border-radius: 2px;
    overflow: hidden;
}
.cts-menu-cate .elementor-nav-menu .menu-item.tat-ca-sp a::before {
    background-image: url('./assets/img/avt-all-san.jpg');
}
.cts-menu-cate .elementor-nav-menu .menu-item.san-thang a::before {
    background-image: url('./assets/img/avt-san-thang.jpg');
}
.cts-menu-cate .elementor-nav-menu .menu-item.san-xuong-ca a::before {
    background-image: url('./assets/img/avt-san-xuong-ca.jpg');
}
.cts-menu-cate .elementor-nav-menu .menu-item.xuong-ca-chu-v a::before {
    background-image: url('./assets/img/avt-san-chu-v.jpg');
}
.cts-menu-cate .elementor-nav-menu .menu-item.san-nghe-thuat a::before {
    background-image: url('./assets/img/avt-san-nghe-thuat.jpg');
}
.cts-menu-cate .elementor-nav-menu .menu-item:hover,
.cts-menu-cate .elementor-nav-menu .menu-item.current-menu-item {
    background: #884223;
}
.cts-menu-cate .elementor-nav-menu .menu-item:hover a,
.cts-menu-cate .elementor-nav-menu .menu-item.current-menu-item a {
    color: #fff;
}
.cts-fill .woocommerce-widget-layered-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}
.cts-fill .woocommerce-widget-layered-nav-list .count {
    display: none;
}
.cts-fill .woocommerce-widget-layered-nav-list li {
    padding: 12px 16px !important;
}
.cts-fill .woocommerce-widget-layered-nav-list a {
    color: #262728;
    font-size: 16px;
    line-height: 1.3em;
    display: block;
    padding: 0 !important;
}
.cts-fill .woocommerce-widget-layered-nav-list li:hover {
    background: #884223;
}
.cts-fill .woocommerce-widget-layered-nav-list li:hover a {
    color: #fff;
}
.cts-product-detail .cts-c7-rw2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.cts-product-detail .cts-c7-rw2 .c7-label {
    width: 100%;
    max-width: 50%;
    padding-bottom: 15px;
}
.cts-product-detail .cts-c7-rw2 p {
    margin: 0;
}
.cts-product-detail .c7-label input,
.cts-product-detail .c7-label textarea {
    border: none;
    background: #F8F1EC;
    border-radius: 2px;
    overflow: hidden;
    padding: 13px 18px;
    color: #262728;
}
.cts-product-detail .c7-label textarea {
    height: 158px;
}
.cts-product-detail.cts-contact-form .c7-label textarea {
    height: 230px;
}
.cts-product-detail .c7-label input::placeholder,
.cts-product-detail .c7-label textarea::placeholder  {
    color: #262728;
    font-weight: 300;
    font-size: 16px;
}
.cts-product-detail .c7-label h2 {
    margin: 0;
    padding: 0 0 16px 0;
    font-size: 20px;
}
.cts-product-detail .cts-ctf .c7-btn {
    text-align: center;
}
.cts-product-detail .cts-ctf .c7-btn p {
    margin-bottom: 0;
}
.cts-product-detail .cts-ctf .c7-btn input {
    border: none;
    background: #884223;
    border-radius: 2px;
    overflow: hidden;
    padding: 12px 32px;
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
.cts-product-detail .cts-ctf .c7-btn input:hover {
    background: #262728;
}
.cts-product-detail .cts-ctf .c7-btn .wpcf7-spinner {
    position: absolute;
    display: none;
}
.cts-product-detail form.cart .quantity {
    display: none;
}
.cts-product-detail form.cart .single_add_to_cart_button {
    margin: 0 !important;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 2px;
    overflow: hidden;
}
.cts-product-detail form.cart .single_add_to_cart_button:hover {
    background: #262728;
}
.single-product .cts-product-detail .ae-element-woo-price span {
    font-size: 24px;
    color: #884223;
}
.cts-product-detail .ae-element-woo-price span.amount::after {
    content: '(Chưa bao gồm VAT)';
    padding-left: 5px;
    font-weight: 300;
    font-size: 16px;
}
.cts-product-detail .ae-element-woo-price span .woocommerce-Price-currencySymbol {
    padding-left: 5px;
}
.cts-product-detail .woocommerce-product-gallery {
    margin-bottom: 0 !important;
}
.cts-product-detail .woocommerce-product-gallery .flex-viewport {
    /* padding-bottom: 10px; */
}
.cts-product-detail .woocommerce-product-gallery .flex-control-nav {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 15px;
    padding-top: 15px !important;
}
div .related.products ul .product .woocommerce-LoopProduct-link,
div .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
}
div .related.products ul .product .woocommerce-LoopProduct-link:hover::before,
div .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover::before {
    /* content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    background-image: url('./assets/img/eye-view-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 116px; */
}
div .related.products ul .product .woocommerce-loop-product__title,
div .woocommerce ul.products li.product .woocommerce-loop-product__title {
    z-index: 2;
    display: block;
    position: relative;
    background: #fff;
}
.ct-pg-bh h2,
div .prj-content h2,
.cts-content-blog .ae-element-post-content h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.3em;
}
.ct-pg-bh h3,
div .prj-content h3,
.cts-content-blog .ae-element-post-content h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.3em;
}
.ct-pg-bh h4,
div .prj-content h4,
.cts-content-blog .ae-element-post-content h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.3em;
}
.content-contact .elementor-icon-box-content h2,
.content-contact .elementor-icon-box-content h3 {
    margin-top: 0;
}
.content-contact ul {
    padding-left: 65px;
}
.content-contact ul li {
    padding-bottom: 6px;
}
.content-contact ul li:last-child {
    padding-bottom: 0;
}
.cts-height-sidebar {
    max-height: 700px;
    overflow-y: auto;
    padding-right: 23px;
}
.cts-height-sidebar::-webkit-scrollbar {
    width: 6px;
}
.cts-height-sidebar::-webkit-scrollbar-track {
    background: transparent;
}
.cts-height-sidebar::-webkit-scrollbar-thumb {
    background-color: #A0543B;
    border-radius: 10px;
}
.cts-height-sidebar::-webkit-scrollbar-thumb:hover {
    /* background-color: #b5b5b5; */
}

/* Lịch sử phát triển */
.company-his .slick-dots {
    /* display: none !important; */
}
.company-his .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0;
    border: none;
    background-image: url('./assets/img/arrow_forward.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 46%;
    left: 0;
    right: auto;
    z-index: 1;
}
.company-his .slick-arrow.slick-prev {
    rotate: 180deg;
}
.company-his .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.company-his .slick-arrow:hover {
    opacity: 1;
}
.company-his .slick-slide {
    padding: 0 10px;
/* 	max-width: 26vw; */
}
.company-his .slick-slide .ae-acf-repeater-item {
    -webkit-filter: grayscale(1);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
.company-his .slick-slide .ae-acf-repeater-item:hover,
.company-his .slick-slide.slick-current.slick-active .ae-acf-repeater-item {
    -webkit-filter: grayscale(0);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
.company-yer .slick-slide .ae-acf-wrapper .ae-acf-content-wrapper:hover {
    cursor: pointer !important;
}
.company-yer .slick-slide.slick-current .ae-acf-wrapper .ae-acf-content-wrapper,
.company-yer .slick-slide.slick-current.slick-active .ae-acf-wrapper .ae-acf-content-wrapper {
    font-size: 20px !important;
    color: #fff !important;
    color: #884223;
    font-weight: 600 !important;
}
.lo-bgr-slick {
    background-position-x: 80px !important;
}
.page-template-page-cart .page-content .woocommerce .cart-collaterals {
    display: none !important;
}
.page-template-page-cart .woocommerce-cart-form table .button,
.page-template-page-cart .woocommerce-cart-form table .product-quantity,
.page-template-page-cart .woocommerce-cart-form table .product-subtotal {
    display: none !important;
}


/* Mobile */
.hdr-mb .hdr-cts-icon-cart #elementor-menu-cart__toggle_button {
    width: auto;
    height: auto;
    background: no-repeat;
}
.hdr-mb .elementor-menu-toggle {
    padding: 0;
}
.hdr-mb .elementor-nav-menu--dropdown {
    top: 52px !important;
    margin: 0;
    padding-top: 10px;
    height: 100vh;

}
.hdr-mb .elementor-nav-menu--dropdown .menu-item.current-menu-item a {
    font-weight: 400 !important;
}
.cts-sld-prd .woocommerce-product-gallery__wrapper .slick-arrow {
    opacity: 1;
    z-index: 2;
}
.cts-sld-prd .woocommerce-product-gallery__lightbox {
    display: none !important;
}
.cts-sld-prd .woocommerce-product-gallery .slick-slide {
    line-height: 0 !important;
}
.cts-sld-prd .images.wpgs-wrapper .wpgs-image {
    margin-bottom: 15px;
}
.cts-sld-prd .wpgs-thumb {
    margin-left: -15px;
    margin-right: -15px;
}
.cts-sld-prd .wpgs-thumb .slick-track .slick-slide {
    padding: 0 7.5px;
}
.woocommerce-product-gallery .wpgs-image .slick-arrow {
    opacity: 1 !important;
    background: #884223 !important;
    border-radius: 2px;
    overflow: hidden;
}
.woocommerce-product-gallery .wpgs-image .slick-arrow:hover {
    background: #fff !important;
}
.woocommerce-product-gallery .wpgs-image .slick-arrow:hover::before {
    color: #262728;
}
.woocommerce-product-gallery .wpgs-image .slick-arrow.slick-next {
    right: 20px;
}
.woocommerce-product-gallery .wpgs-image .slick-arrow.slick-prev {
    left: 20px;
}
.company-his p.ae-acf-content-wrapper {
    display: none !important;
}
.bgr-attach {
    background-attachment: fixed !important;
}
.ct-pg-bh .elementor-toc__header {
    border: none !important;
}
.ct-pg-bh .elementor-toc__body a.elementor-item-active {
    color: #884223 !important;
}
.ct-pg-bh span.elementor-menu-anchor {
     scroll-margin-top: 130px !important;
}
.single-post .cts-hdr .mnit-blog .elementor-item,
.single-du-an .cts-hdr .mnit-duan .elementor-item {
    color: #884223 !important;
}
.fixed-bg-mobile {
    position: relative;
    overflow: hidden;
}
.fixed-bg-mobile::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("https://artemundi.vn/wp-content/uploads/2025/12/bgr-gr.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.company-yer .slick-list .slick-slide.slick-active {
    position: relative;
    overflow: hidden;
}
.company-yer .slick-list .slick-slide.active-range::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 12px;
    z-index: 1;
}
.company-yer .slick-list .slick-slide.active-range.slick-current::before {
    max-width: 50%;
    width: 50%;
    margin-left: 0;
}
.company-yer .slick-list .slick-slide {
    background: #657261;
    z-index: 2;
    position: relative
}
.company-yer .slick-list .slick-slide.active-range h4 {
    display: block;
    position: relative;
    z-index: 2;
    background: #657261;
    padding: 0 5px;
    color: #fff;
}
/* -- */
.company-yer,
.company-yer .slick-list,
.company-yer .ae-acf-repeater-wrapper {
    width: 100% !important;
}
.company-yer .slick-track {
    /* width: 100% !important;
    margin-left: 0;
    display: flex; */
}
.company-yer .slick-track .slick-list {
    width: 100%;
}

@media screen and (max-width: 1366px) {
    

}

/**************Ipad ngang(1024 x 768)****************/
@media screen and (max-width: 1024px) {
    .hm-bgr .hm-bgr-hv .elementor-image-carousel-wrapper {
        max-height: 100% !important;
    }
    .box-text-asl .elementor-image-box-wrapper .elementor-image-box-img img {
        display: block;
        width: 100%;
    }
    .box-text-asl .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        display: block;
		min-height: 63px;
    }
    .box-text-asl .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        margin: 0 0 8px 0;
        padding-bottom: 8px;
        border-bottom: 0.25px solid rgba(255, 255, 255, 0.5);;
    }
    .box-text-asl .elementor-image-box-wrapper .elementor-image-box-content {
        padding: 15px;
    }
    .lo-bgr-slick {
        background-image: none !important;
    }
    div .company-his .slick-slide {
        padding: 0 5px;
    }
    .dt-img-cen figure img {
        margin: 0 auto;
    }
    .cts-menu-cate .elementor-nav-menu .menu-item a::before {
        width: 100%;
        max-width: 50px;
        height: 50px;
        margin: 0 auto;
        display: none;
    }
    div .cts-brc-yoat .elementor-shortcode span a::after {
        padding: 0 10px 0 14px;
    }
    div .cts-brc-yoat .elementor-shortcode a,
    div .cts-brc-yoat .elementor-shortcode span {
        font-size: 14px;
    }
    div .cts-product-detail .prd-content h2,
    div .cts-product-detail .prd-content h3 {
        font-size: 16px;
    }
    div .cts-product-detail .c7-label h2 {
        font-size: 18px;
    }
    div .cts-product-detail .c7-label input, .cts-product-detail .c7-label textarea {
        padding: 8px 15px;
    }
    div .cts-product-detail .cts-ctf .c7-btn input {
        font-size: 14px;
        padding: 10px 25px;
        line-height: 1.3em;
    }
    .ct-pg-bh h2,
    div .prj-content h2,
    .cts-content-blog .ae-element-post-content h2 {
        font-size: 22px;
    }
    .ct-pg-bh h3,
    div .prj-content h3,
    .cts-content-blog .ae-element-post-content h3 {
        font-size: 20px;
    }
    .ct-pg-bh h4,
    div .prj-content h4,
    .cts-content-blog .ae-element-post-content h4 {
        font-size: 16px;
    }
    div .prj-related .ae-post-list-wrapper .ae-post-list-item:last-child .prj-meta {
        border-bottom: 1px solid #2627284D;
    }
    .ae-pagination-wrapper .page-numbers {
        font-size: 16px;
    }
	div .box-text-asl .elementor-image-box-wrapper:hover .elementor-image-box-content {
		height: auto;
	}
    .bgr-attach {
        position: relative;
        overflow: hidden;
    }
    .bgr-attach::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url("https://artemundi.vn/wp-content/uploads/2025/12/bgr-gr.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    div .company-yer .slick-track {
        /* width: auto !important; */
    }

}
/**************end Ipad ngang(1024 x 768)****************/



/******************Ipad dọc(768 x 1024)******************/
@media screen and (max-width: 768px) {
    .cts-brc-yoat .elementor-shortcode a,
    .cts-brc-yoat .elementor-shortcode span {
        font-size: 16px;
    }
    .cts-brc-yoat .elementor-shortcode span a::after {
        padding: 0 10px 0 14px;
    }
    .cts-menu-cate .elementor-nav-menu .menu-item {
        margin-right: 10px;
    }
    
    .cts-menu-cate .elementor-nav-menu .menu-item a {
        line-height: 1;
    }
    .cts-fill .woocommerce-widget-layered-nav-list {
        flex-wrap: wrap;
    }
    .cts-fill .woocommerce-widget-layered-nav-list {
        column-gap: 6px;
    }
    .cts-fill .woocommerce-widget-layered-nav-list li {
        padding: 12px 6px !important;
    }
    div .related.products ul .product .woocommerce-loop-product__title,
    div .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-top: 13px;
    }
    div .cts-height-sidebar {
        padding-right: 0;
    }
    div .cts-height-sidebar {
        max-height: 100%;
    }
    .arch-sv-blog .cts-out-project .ae-element-post-title {
        line-height: 1.5em !important;
    }
    .col-cts-meta-date-blog {
        justify-content: flex-start;
    }
    div .brc-yoat-blog .elementor-shortcode > span > span,
    div .brc-yoat-blog .elementor-shortcode > span > span a {
        font-size: 14px;
    }
    
}
/******************end Ipad dọc(768 x 1024)******************/



/*................ip6-plus...................*/
@media only screen and (max-width: 550px) {
    div .content-contact ul {
        padding-left: 25px;
    }
    div .cts-menu-cate .elementor-nav-menu {
        flex-wrap: wrap;
    }
    .cts-menu-cate .elementor-nav-menu .menu-item {
        padding: 8px 12px;
        margin-bottom: 8px;
    }
    div .related.products ul .product .woocommerce-loop-product__title, 
    div .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-top: 10px;
    }
    .cts-fill .woocommerce-widget-layered-nav-list li {
        padding: 8px 6px !important;
    }
    div .prj-meta .elementor-shortcode,
    div .prj-meta .ae-element-post-date span {
        font-size: 12px;
    }
    div .prj-related .ae-post-list-wrapper .ae-post-list-item:last-child .prj-meta {
        border-bottom: none;
    }
    div .ae-pagination-wrapper .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .box-text-asl .elementor-image-box-wrapper .elementor-image-box-content {
        padding: 12px 10px 10px 10px;
        color: #262728;
    }
    div .cts-product-detail .c7-label input::placeholder,
    .cts-product-detail .c7-label textarea::placeholder {
        font-size: 13px !important;
    }
    div .cts-product-detail .c7-label input,
    .cts-product-detail .c7-label textarea {
        font-size: 14px !important;
    }
    .box-text-asl .elementor-image-box-wrapper .elementor-image-box-content {
        position: relative;
        /* background: #262728; */
        top: -1px;
    }
    .box-text-asl {
        height: 100%;
    }
    .box-text-asl .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        min-height: auto !important;
    }
    body #main {
        height: 410px;
    }
}
/*................end ip6-plus...................*/



/*................ip6...................*/
@media only screen and (max-width: 375px) {

}
/*................end ip6...................*/



/***********iphone 5 ----**************/
@media only screen and (max-width: 320px) {

}
/***********end iphone 5 ----**************/