/* 
Theme Name: Sao Kim Digital
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: Sao Kim Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: saokimdigital
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
*/
@font-face {
    font-family: 'SVN-Gilroy';
    src: url(assets/fonts/SVN-Gilroy-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url(assets/fonts/SVN-Gilroy-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url(assets/fonts/SVN-Gilroy-SemiBold.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url(assets/fonts/SVN-Gilroy-Bold.otf);
    font-weight: bold;
}

body {
    font-family: 'SVN-Gilroy', sans-serif !important;
}

a, p, h1, h2, h3, h4, h5, h6, div, b, strong {
    font-family: 'SVN-Gilroy', sans-serif !important;
}
a {
    transition: ease all 300ms;
}
.max_line_1,
.max_line_1 p,
.max_line_1 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_4,
.max_line_4 p,
.max_line_4 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5,
.max_line_5 p,
.max_line_5 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_6,
.max_line_6 p,
.max_line_6 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_7,
.max_line_7 p,
.max_line_7 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
}
.gtranslate_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.gtranslate_wrapper a span {
    display: none !important;
}
    /*.glink {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100px;
        display: none;
    }

    .glink.gt-current-lang {
        position: relative;
        display: block;
    }

    .gtranslate_wrapper:hover .glink {
        display: block;
    }*/

.fixed_position {
    position: fixed;
    left: 0;
    z-index: 1;
    width: 100%;
}
.my_header {
    top: 0;
    left: 0;
    z-index:9;
    width: 100%;
    transition: transform 0.3s ease;
}

.header_mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_mainmenu ul li {
    margin-bottom: 20px;
}

.header_mainmenu ul li:last-child {
    margin-bottom: 0;
}

.header_mainmenu ul li a {
    color: #FCFCFD;
    font-family: SVN-Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
    transition: none;
}

.header_mainmenu ul li a svg {
    width: 28px;
}

.header_mainmenu ul li a.active {
    color: #1DDF7B;
}
.header_mainmenu ul li .nav-dropdown__body {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: #0E4E96;
}

.header_mainmenu ul li.open_sub .nav-dropdown__body {
    visibility: visible;
    opacity: 1;
}

.header_mainmenu ul li .nav-dropdown__body ul li > a {
    transform: translate(1rem, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

.header_mainmenu ul li .nav-dropdown__body ul li:last-child > a {
    transition-delay: .225s;
}

.header_mainmenu ul li.open_sub .nav-dropdown__body ul li > a {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    opacity: 1;
}

.nav-dropdown__back {
    margin-top: 24px;
}

.header_mainmenu ul li .nav-dropdown__back a {
    justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
    .my_header {
        z-index:999;
    }
}

.my_header.scroll_down {
    transform: translateY(-100%);
}
.my_header.scroll_up {
    position: fixed;
    transform: translateY(0);
}

#zalo-vr .phone-vr-img-circle, .phone-vr-img-circle {
    background-color: #62BB46 !important;
}

#zalo-vr .phone-vr-circle-fill, .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #62BB46 !important;
    background-color: rgba(98, 187, 70, 0.50) !important;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #0E4E96;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #0E4E96; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.elementor-search-form{
    display: flex;
    align-items: center;
}
.elementor-search-form__toggle .e-font-icon-svg-container {
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    background-image: url("assets/images/search.svg");
    background-size: cover;
    background-repeat: no-repeat;
}


.elementor-search-form__toggle .e-font-icon-svg-container svg {
    display: none;
}

.new_home_lists {
    display: flex;
    gap: 28px;
}

.new_home_lists .new_home_items {
    width: calc(60% - 14px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 28px;
}
.new_home_lists > .new_home_item {
    width: calc(40% - 14px);
}

.new_home_items > .new_home_item {
    width: 100%;
    height: calc(50% - 14px);
}

.new_home_item {
    display: flex;
    flex-wrap: wrap;
    background: #EAF4FF;
    position: relative;
}
.new_home_img {
    position: relative;
    overflow: hidden;
    width: 25%;
    aspect-ratio: 4/3;
}

.new_home_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: flex;
    transition: ease all 500ms;
}

.new_home_item:hover .new_home_img img {
    transform: scale(1.05);
}

.new_home_info {
    width: 75%;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 14px;
}

.new_home_info .p-title {
    overflow: hidden;
    color: #1C2024;
    text-overflow: ellipsis;
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.new_home_info .p-excerpt {
    overflow: hidden;
    color: #1C2024;
    text-overflow: ellipsis;
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.new_home_info > a {
    color: #000;
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
}

.new_home_info a svg {
    width: 10px;
}
.new_home_lists > .new_home_item .new_home_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 28px 20px;
    background: linear-gradient(to top, #62B646, transparent);
    min-height: 60%;
}

.new_home_lists > .new_home_item .new_home_img,
.new_home_lists > .new_home_item .new_home_info {
    width: 100%;
}

.new_home_lists > .new_home_item .new_home_info .p-title {
    color: #fff;
}

.new_home_lists > .new_home_item .new_home_info .p-excerpt {
    color: #fff;
}

.new_home_lists > .new_home_item .new_home_info a {
    color: #fff;
}

.new_home_lists > .new_home_item .new_home_info a svg path {
    fill: #fff;
}

.new_lists_by_cat.new_home_lists > .new_home_item,
.new_lists_by_cat.new_home_lists .new_home_items {
    width: calc(50% - 14px);
}
.new_lists_by_cat.new_home_lists > .new_home_item {
    aspect-ratio: 5/4;
}
.new_lists_by_cat.new_home_lists .new_home_items .new_home_item {
    height: calc(33.33333% - 18.6667px);
}

.my_play_icon {
    transform: translate(calc(-50% - 49px), -50%);
}

@media only screen and (max-width: 600px) {
    .my_play_icon {
        transform: translate(calc(-50% - 17.5px), -50%);
    }
}

.my_play_icon a {
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: relative;
}

.my_play_icon a:hover {
    background-color: #fff;
    color: #252930;
}

.my_play_icon a:hover svg path {
    transition: 500ms;
}

.my_play_icon a:hover svg path {
    fill: #252930;
}

.my_play_icon a:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .4;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    -webkit-animation: videoBtnAnim 3s linear infinite;
    animation: videoBtnAnim 3s linear infinite;

}

.my_play_icon a:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .15;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
    -webkit-animation: videoBtnAnim 5s linear infinite;
    animation: videoBtnAnim 5s linear infinite;
}

@media only screen and (max-width: 600px) {
    .my_play_icon a {
        font-size: 24px !important;
        width: 80px;
        height: 80px;
    }

    .my_play_icon a:before {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);

    }

    .my_play_icon a:after {
        width: 120px;
        height: 120px;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
    }
}
.mfp-iframe-holder .mfp-close {
    background: transparent;
}

@keyframes videoBtnAnim {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.elementor-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 8px;
}

.elementor-pagination .page-numbers {
    border-radius: 2px;
    border: 1px solid #CBCCCD;
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
    font-weight: 700;
}

.form_apply_job .elementor-field-type-upload {
    display: none !important;
}
.my_form_label {
    font-weight: 600;
}

.my_cv_btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.my_file_cv_name {
    color: #3B3B3B;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 0;
}

.job_phuc_loi_wrap ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 24px;
    justify-content: space-between;
    padding-left: 20px;
}

.job_phuc_loi_wrap ul li {
    width: calc(50% - 12px);
    color: #707070;
}

.job_infos_wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 24px;
    justify-content: space-between;
}

.job_info_item {
    width: 100%;
    margin-bottom: 0;
}

.job_info_item span:first-child {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
    width: 200px;
    display: inline-block;
}

.job_info_item span:last-child {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.single-du-an .page-header {
    display: none !important;
}

.project_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 28px;
}
.project_tab {
    padding: 12px 8px;
    position: relative;
    color: #0E4E96;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.project_tab:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    transition: ease all 300ms;
    height: 1px;
    background: #0E4E96;
}

.project_tab:hover:before,
.project_tab.active:before {
    width: 100%;
}

.project_tab_swiper {
    overflow: hidden;
}
.project_arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    margin-top: 28px;
}

.project_arrow_next,
.project_arrow_prev {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.project-swiper-slide img {
    width: 100%;
}

.logos_swiper,
.new_home_lists_mobile {
    overflow: hidden;
}
/*.logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;

}*/

.logo-wrapper .logo-swiper-slide {
    text-align: center;
    padding: 0 24px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.new_home_lists_mobile, .featured_projects_mobile {
    display: none;
}

.my_search_contents {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.my_search_content {
    display: none;
}

.my_search_content.active {
    display: block;
}
.my_search_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
}
.my_search_tab {
    color: #282828;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    border: #282828 1px solid;
    border-radius: 0;
    min-width: 180px;
    cursor: pointer;
    transition: ease all 300ms;
}

.my_search_tab:hover,
.my_search_tab.active {
    background: #0E4E96;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
}

.search_lists .search_item {
    width: 100%;
    margin-bottom: 20px;
    background: #EAF4FF;
    padding: 24px;
    transition: ease all 300ms;
}

.search_lists .search_item:hover {
    background: linear-gradient(282deg, rgba(98, 187, 70, 0.00) 0%, rgba(24, 75, 8, 0.32) 100%), linear-gradient(0deg, #94CF72 0%, #94CF72 100%), #62BB46;
}

.search_lists .search_item a {
    transition: ease all 300ms;
    font-weight: 600;
    color: #0E4E96;
}

.search_lists .search_item:hover a {
    color: #fff;
}
.featured_projects {
    overflow: hidden;
}
.featured_projects_pc {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}

.featured_project_item {
    transition: ease all 500ms;
}
.featured_projects_pc .featured_project_item {
    width: calc(23% - 16px);
}

.featured_projects_pc .featured_project_item.active {
    width: calc(54% - 16px);
}

.featured_project_item {
    position: relative;
    overflow: hidden;
    height: 460px;
}

.featured_project_img {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
}

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

.featured_project_info {
    position: absolute;
    bottom: 0;
    transform: translate(0, 94px);
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 28px 20px;
    background: linear-gradient(to top, #62B646, transparent);
    min-height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    transition: ease all 500ms;
}

.featured-projects-wrapper .featured_project_item.active .featured_project_info,
.featured-projects-wrapper .featured_project_item.swiper-slide-active .featured_project_info {
    min-height: 60%;
    transform: none;
}

.featured_project_info .project-title {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.featured_project_info .project-title svg {
    width: 20px;
}
.featured_project_info .project-title h2 {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    width: calc(100% - 40px);
}

.featured_project_info hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.featured_project_info .btn_view_more_project {
    background: #3ACC81;
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.featured_project_info .btn_view_more_project:hover {
    background: linear-gradient(90deg, #0080BF 0%, #0E4E96 100%) !important;
}

.tippy-tooltip {
    background-color: #fff !important;
    color: #0E4E96 !important;
    padding: 12px !important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.tippy-tooltip[data-placement^=top]>.tippy-arrow {
    border-top-color: #fff !important;
}

.tippy-tooltip[data-placement^=bottom]>.tippy-arrow {
    border-bottom-color: #fff !important;
}

.tippy-tooltip[data-placement^=left]>.tippy-arrow {
    border-left-color: #fff !important;
}
.tippy-tooltip[data-placement^=right]>.tippy-arrow {
    border-right-color: #fff !important;
}
.gtcl_left,.gtcl_right {
    cursor: pointer;
    width: 380px;
}
.gtcl_left .elementor-icon-box-title {
    padding-left: 48px;
    position: relative;
}

.gtcl_right .elementor-icon-box-title {
    padding-right: 48px;
    position: relative;
}

.gtcl_left .elementor-icon-box-title:before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url("assets/images/arrow-gtcl-left.svg");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-repeat: no-repeat;
}

.gtcl_right .elementor-icon-box-title:before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url("assets/images/arrow-gtcl-right.svg");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
    .my_search_tab {
        width: 100%;
    }

    .featured_project_item {
        height: 480px;
    }

    .featured_project_info .project-title h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1368px) {
    .logo-wrapper .logo-swiper-slide {
        max-width: calc(20% - 15px);
    }
}

/*.logo-wrapper .logo-swiper-slide img {
    max-width: 200px;
    margin: 0 auto;
}*/
@media only screen and (max-width: 1024px) {
    .glink {
        display: block;
    }

    .glink.gt-current-lang {
        display: none !important;
    }
}

@media only screen and (max-width: 850px) {
    .new_home_lists {
        flex-direction: column;
    }

    .new_home_lists > .new_home_item {
        width: 100%;
    }

    .new_home_lists .new_home_items {
        width: 100%;
    }

    .new_lists_by_cat.new_home_lists > .new_home_item, .new_lists_by_cat.new_home_lists .new_home_items {
        width: 100%;
    }

    .new_lists_by_cat.new_home_lists .new_home_item {
        height: auto;
    }
    .project_tabs {
        column-gap: 20px;
    }
}

@media only screen and (max-width: 600px) {
.new_home_lists_mobile,
.featured_projects_mobile {
    display: block;
    margin-right: -16px;
}
.new_home_lists_pc,
.featured_projects_pc {
    display: none;
}
.logo-wrapper {
    flex-wrap: nowrap;
}
.logo-wrapper .logo-swiper-slide {
    max-width: 100%;
}

.logo-wrapper .logo-swiper-slide img {
    max-width: 80%;
}

.job_info_item span:first-child {
    width: 170px;
}

.new_home_info .p-excerpt,
.new_home_info a {
    display: none !important;
}

.new_home_lists_mobile .new_home_info .p-excerpt, .new_home_info a {
    display: block !important;
}

.new_home_lists_mobile .new_home_img {
    aspect-ratio: 3/4;
    height: auto;
}

.new_home_info .p-title {
    font-size: 18px;
}

.new_home_lists, .new_home_lists .new_home_items {
    gap: 24px;
}
}

@media only screen and (min-width: 1140px) {
.page .e-con-boxed > .e-con-inner {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (min-width: 1440px) {
.page .e-con-boxed > .e-con-inner {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (min-width: 1620px) {
.page .e-con-boxed > .e-con-inner {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
}
}