/*
Theme Name: Masterpiece - Phongmy.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themesœœ
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --bg1: #33373D;
    --bg2: #F5F5F5;
    --white: #fff;
    --red: #D22600;
    --black: #000;
    --border: #D9D9D9;
    --bgfooter2: #232323;
    --hover: #a0a0a0;
    --555: #555555;
}

@font-face {
    font-family: 'Landasans Ultra';
    src: local('Landasans Ultra Light'), local('Landasans-UltraLight'),
    url('assets/fonts/Landasans-UltraLight.woff2') format('woff2'),
    url('assets/fonts/Landasans-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Landasans';
    src: local('Landasans Medium'), local('Landasans-Medium'),
    url('assets/fonts/Landasans-Medium.woff2') format('woff2'),
    url('assets/fonts/Landasans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.mb-0 p {
    margin-bottom: 0;
}

*, html {
    /*font-family: 'Landasans', Arial, sans-serif;*/
}

/*header*/
.menu-item-has-children i {
    opacity: 0;
    display: none;
}

.nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before {
    height: 1px !important;
    background: var(--border) !important;
}

html[lang='vi'] ul.header-nav.header-nav-main a {
    font-family: Roboto, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
}

ul.header-nav.header-nav-main a {
    letter-spacing: 0.2em;
    font-size: 18px;
    font-family: 'Landasans Ultra', Arial, sans-serif;
    padding: 0;
    font-weight: 500;
}

ul.sub-menu li.menu-item-has-children > a {
    font-size: 14px !important;
    margin-bottom: 10px;
}

ul.sub-menu li.menu-item-has-children ul li:hover, .fix_menu li:hover {
    background: var(--bg1);
}

.nav-line-bottom li.active a:before {
    opacity: 0;
}

.nav-line-bottom li:hover a:before {
    opacity: 1;
}

ul.sub-menu li.menu-item-has-children ul li a {
    font-weight: 200 !important;
}

ul.header-nav.header-nav-main.nav.nav-left > li {
    margin: 0 48px 0 0;
}

ul.sub-menu li.menu-item-has-children ul li {
    /*margin-bottom: 10px;*/
    padding: 5px 0;
}

ul.sub-menu a {
    color: var(--white) !important;
    opacity: 1 !important;
    font-family: inherit !important;
    border-bottom: 0 !important;
    text-transform: inherit !important;
    letter-spacing: inherit !important;
    font-size: 14px !important;

}

.nav-dropdown-has-border .nav-dropdown {
    border: 0;
    background: #000000ad;
    padding-left: 0;
    padding-right: 0;
}

.nav-dropdown > li.nav-dropdown-col:first-child {
    width: 220px;
    min-width: 220px;
}

.logo-left .logo {
    margin-right: 53px;
}

.fix_menu li {
    padding: 5px 0;
}

/*end header*/

/*home */

.row_fixed {
    padding: 0 50px;
    position: absolute;
    width: 726px;
    left: calc(50% - 363px);
    top: 163px;
    z-index: 999;
    color: var(--white);
}

.sec_slider .slider_heading,
.sec_slider .slider_sub_text {

}

.slider_heading {
    letter-spacing: 0.1em;
    font-size: 64px;
    font-family: 'Landasans', Arial, sans-serif;
    line-height: 77px;
}

.slider_sub_text,
.page_banner p {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

.banner_home a.button {
    font-weight: normal;
    /*width: 204px;*/
}

.absolutex .col-inner {
    position: relative;
}

.absolutex .col-inner:hover img {
    transform: scale(1.1);
}

.absolutex .col-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('assets/img/bong-do-den.png') no-repeat;
    top: 0;
}

.small_banner_text, .large_banner_header {
    position: absolute;
    z-index: 999;
    color: var(--white);
    left: 47px;
    right: 47px;
    text-align: center;
}

.large_banner_header {
    bottom: 30px;
}

.large_banner_header h3 {
    font-size: 38px;
    letter-spacing: 0.1em;
    color: var(--white);
    font-family: 'Landasans Ultra', Arial, sans-serif;
    margin: 0;
    text-align: left;
}

.large_banner_header p {
    text-align: left;
    font-size: 16px;
    line-height: 1.1em;
}

.large_banner_header a.button i.icon-angle-right:before,
.row_business_services a.button i.icon-angle-right:before {
    content: '' !important;
    background: url("assets/img/arrow_right.png") no-repeat;
}


html[lang='vi'] .large_banner_header a.button,
html[lang='vi'] .row_business_services a.button {
    width: 180px;
}

.large_banner_header a.button,
.row_business_services a.button {
    font-weight: normal;
    background: transparent !important;
    color: var(--white) !important;
    margin: 0;
    position: relative;
    width: 160px;
    padding: 0;
}

.large_banner_header a.button i.icon-angle-right,
.row_business_services a.button i.icon-angle-right {
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    width: 21px;
    height: 12px;
    margin: 0;
}

.large_banner_header a.button i.icon-angle-right:before,
.row_business_services a.button i.icon-angle-right:before {
    content: '' !important;
    background: url(assets/img/arrow_right.png) no-repeat !important;
    position: absolute;
    width: 22px;
    height: 12px;
    right: 0;
}

.large_banner_header .button span,
.row_business_services .button span {
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: calc(50% - 12.79px);
}

.large_banner_header .button:hover,
.row_business_services .button:hover {
    border-color: var(--white) !important;
    transform: scale(1.1);
}

.business_service_title h2,
.into_form h2 {
    font-size: 40px;
    font-family: 'Landasans Ultra', Arial, sans-serif;
    color: var(--black);
    margin: 0;
    letter-spacing: 0.1em;
    position: relative;
}

html[lang="vi"] .into_form h2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.business_service_title h2:after,
.into_form h2:after {
    position: absolute;
    content: '';
    width: 53px;
    height: 3px;
    background: var(--black);
    left: calc(50% - 26.5px);
    bottom: -20px;
}

.business_employee .box-default .box-text p {
    min-height: 35px;
}

.box-default .box-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.1em;
    padding: 0 30px;
    min-height: 71px;
    margin-bottom: 40px;
}

.box-default .box-text h4,
.page_main_content .box-text h4 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-family: 'Landasans Ultra', Arial, sans-serif;
    color: var(--white);
    line-height: 21px;
    margin-bottom: 17px;
}

.box-default .box-text {
    padding: 25px 15px 30px;
}

.box-default .box-text, .box-bounce:hover .box-text {
    background: var(--bg1);
    color: var(--white);
}

.into_form p {
    font-size: 16px;
    color: var(--bg1);
    margin: 0;
}

form#into_form label {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
}

form#into_form label#checkbox-error {
    bottom: -20px;
}

form#into_form label.error {
    color: var(--red);
    position: absolute;
    bottom: -3px;
    font-size: 12px;
}

form#into_form {
    margin: 0 auto;
    max-width: 606px;
}

.general_field {
    position: relative;
}

form#into_form input,
form#into_form textarea {
    border: 1px solid var(--border);
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 20px;
    background: transparent;
}

span.required {
    color: var(--red);
    position: relative;
    top: -5px;
    left: 3px;
    font-size: .9em;
}

.email_field {
    position: relative;
}

.email_field:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 32px;
    background: url(assets/img/email.svg) no-repeat;
    height: 20px;
    width: 20px;
}

.general_field.checkbox {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
}

input.input.checkbox {
    margin: 0 10px 0 0 !important;
    width: 20px;
    height: 20px;
}

button.submit_btn.button {
    background: var(--bg1);
    border-radius: 99px;
    min-width: 110px;
    margin-top: 28px;
    text-transform: inherit;
    font-size: 16px;
}

button.swal2-confirm {
    display: none !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 15px !important;
    color: var(--555);
    line-height: 1.2em;
}

.swal2-icon.swal2-success::before {
    content: "";
    background: url('assets/img/success_icon.svg') no-repeat;
    height: 20px;
    width: 20px;
}

.span.swal2-success-line-tip,
.swal2-success-line-long,
.swal2-success-ring,
.swal2-success-fix,
.swal2-success-circular-line-right,
.swal2-success-circular-line-left,
.div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip,
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    display: none !important;
}

div:where(.swal2-icon).swal2-success {
    border-color: transparent !important;
}

div:where(.swal2-icon) {
    margin: 20px auto 0 !important;
    height: auto !important;
}

#into_form input::placeholder,
#into_form textarea::placeholder {
    color: var(--555);
    font-size: 12px;
}

/*end home */


/*page*/
@keyframes arrowMove {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    100% {
        transform: translateX(-50%) translateY(-20px); /* Adjust vertical distance as needed */
    }
}

.page_banner h3,
.page_banner h1 {
    font-size: 64px;
    font-family: 'Landasans', Arial, sans-serif;
    letter-spacing: 0.1em;
}

.ux-lottie.scroll_down {
    cursor: pointer;
    bottom: 60px !important;
    left: calc(50% - 30px) !important;
}

.page_main_content > .col-inner,
.page_main_content .box-text {
    color: var(--white);
    bottom: 0 !important;
    background: var(--bg1);
}

.page_main_content .box-text:hover,
.page_main_content .box.has-hover:hover .box-text {
    background-color: var(--bg1) !important;
}

.page_main_content .box-text {
    padding: 28px 50px 48px;
}

.page_main_content .box-image img {
    height: 385px;
    object-fit: cover;
    /*object-position: bottom;*/
}

.page_main_content .box-default .box-text p {
    padding: 0;
}

.page_main_content .box-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.1em;

}

body.page-template:not(.home) .footer-wrapper {
    margin-top: 28px;
}

.col_page_only_text .col-inner,
.col_text .col-inner {
    display: flex;
    align-items: center;
}

.page_only_text, .page_only_text p {
    font-size: 24px;
    line-height: 1.2em;
}

.max-w-860 {
    margin: 0 auto;
    max-width: 860px;
}

/*title + des in "Business to Consumer" page*/
.section_type1.into_form h2:after {
    bottom: -8px;
}

.section_type1, .section_type2 {
    background: var(--white) !important;
}

.section_type2.into_form h2 {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: var(--555);
}

.section_type2.into_form h2:after {
    content: none;
}

/*full + collapse in "Business to Consumer" page*/
.row_type1 p {
    color: var(--white);
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

.row_type1 p:last-child {
    margin: 0;
}

.row_type1 h3 {
    color: var(--white);
    font-family: 'Landasans Ultra', Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    font-weight: normal;
}

.col_type1 p {
    font-size: 32px;
    line-height: 1.2em;
}

.r_full_text p {
    max-width: 550px;
    margin: 0 auto;
}

.font24 p {
    font-size: 24px;
    line-height: 1.2em;
}

.row_type1.font24 p {
    font-size: 24px;
}

.row_type1.font20 p {
    font-size: 20px;
}

.section_type2 .icon-box-center .icon-box-img {
    margin: 0 auto 2em;
}

.section_type2 .icon-box p {
    color: var(--555);
    font-size: 16px;
    line-height: 1.3em;
}

.section_type2 h3 {
    margin-bottom: 15px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    letter-spacing: inherit;
    color: var(--555);
}

.font32 p {
    font-size: 32px;
    font-weight: 200;
}

.col_2img_1text .col-inner div.img {
    margin: 0;
}

/*end page*/


/*footer*/
.footer-wrapper {
    margin-top: 80px;
}

.footer_heading:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    left: 0;
    bottom: -15px;
    background: var(--border);


}

.footer_heading {
    margin-bottom: 30px;
    position: relative;
    color: var(--white);
    font-family: 'Landasans Ultra', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.2em;
}

#footer p, #footer a {
    color: var(--white);
    margin: 0;
    font-size: 16px;
}

#footer a:hover {
    color: var(--hover);
}

.social_icon img {
    width: 21px;
    height: auto;
    margin-right: 5px;
}

.social_icon {
    margin-bottom: 10px;
}

.footer_logo img {
    height: 169px;
    width: auto;
}

.absolute-footer {
    padding: 6.5px;
    background: var(--bgfooter2);
}

.copyright-footer {
    color: var(--white);
    font-size: 13px;
}

/*end footer*/

@media only screen and (min-width: 48em) {
    li.lang-item {
        display: none;
    }

    li.has-dropdown.header-language-dropdown {
        margin-right: 30px;
    }

    .header-language-dropdown ul li:hover {
        background: var(--bg1);
    }

    .header-language-dropdown > a {
        text-transform: uppercase !important;
    }

    .header-language-dropdown ul li {
        padding: 5px 0;
    }

    .header-language-dropdown ul a {
        border: 0px solid !important;
        color: var(--white) !important;
        font-family: Roboto, sans-serif !important;
        font-size: 13px !important;
        font-weight: 400 !important;

    }

    .header-language-dropdown i.image-icon,
    .header-language-dropdown i.icon-image,
    .header-language-dropdown i.icon-angle-down {
        display: none;
    }

    .header-language-dropdown ul {
        min-width: 120px;
        left: inherit !important;
        right: 0 !important;
        text-align: right;
    }
}

@media only screen and (max-width: 48em) {

    #main-menu ul.nav.nav-sidebar.nav-vertical {
        display: block !important;
    }

    #main-menu li.lang-item {
        width: 100px;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }

    #main-menu li.lang-item a {

    }

    div#main-menu a {
        font-weight: 500;
    }

    .row_type1.row_padding_60 .col_text .col-inner p,
    .row_padding_60.col_text .col-inner p {
        margin: 0;
    }

    .row_type1.row_padding_60 .col_text .col-inner,
    .row_padding_60.col_text .col-inner,
    .row_padding_60 .col_text .col-inner,
    .row_padding_60 .col_text .col-inner {
        padding: 100px 30px !important;
    }

    .row_type1 .col_text .col-inner p,
    .row_padding_60.col_text .col-inner p {
        margin-bottom: 0;
    }

    .slider_heading {
        font-size: 40px;
        line-height: 1.2em;
    }

    .custom_text p {

        display: contents;
    }

    .slider_sub_text, .page_banner p {
        font-size: 18px;
    }

    .banner_home a.button {
        margin-right: 0;
    }

    .large_banner_header p {
        text-align: left;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.1em;
    }

    .large_banner_header h3 {
        font-size: 25px;
    }

}

@media only screen and (max-width: 1366px) and (min-width: 850px) {
    .col_page_only_text .col-inner {
        padding: 0px 60px 0px 60px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .col_txt_center .col-inner {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .row_type1 .col_text.col_txt_center .col-inner {
        padding: 30px !important;
    }

    .ux-lottie.scroll_down {
        bottom: 0 !important;
    }

    .row_type1 .col_text .col-inner {
        padding: 0px 60px 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    .page_banner h1 {
        font-size: 35px;
        margin: 0;
    }

    .slider_sub_text, .page_banner p {
        font-size: 18px;
    }

    .row_type1 .col_text .col-inner {
        padding: 50px 30px !important;
    }

    .row_type1 .col_img .img img {
        height: 100%;
        object-fit: cover;
    }

    .row_type1 .col_img .img .img-inner,
    .row_type1 .col_img .img {
        background: red;
        height: 100%;
    }

}

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

    .row3items .box-default .box-text p {
        padding: 0 !important;
        min-height: inherit;
    }
}

@media only screen and (max-width: 650px) {
    .section_type1 p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .into_form.form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider_sub_text, .page_banner p {
        font-size: 15px;
        line-height: 1.35em;
    }

    .ux-lottie.scroll_down {
        bottom: 0 !important;
    }

    .padding30 {
        /*padding: 30px;*/
    }

    .page_only_text, .page_only_text p {
        font-size: 20px;
    }

    .box-default .box-text {
        height: auto !important;
    }

}

@media only screen and (max-width: 650px) {
    .row_fixed a.button{
        margin-right: 0 !important;
    }
    .row_fixed {
        width: 450px;
        left: calc(50% - 225px);
    }
}

@media only screen and (max-width: 400px) {
    .row_fixed a.button{
        margin-right: 0 !important;
    }
    .row_fixed {
        width: 320px;
        left: calc(50% - 160px);
        top: 50px;
    }
}

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

    .banner_home a.button {
        width: 203px;
    }

    .large_banner_header a.button {
        border: 1px solid;
        min-height: 30px;
    }

    .large_banner_header a.button {
        display: block;
        width: 140px;
    }

    .small_banner_text, .large_banner_header {
        left: 15px;
        right: 15px;
    }

    .absolutex .col-inner:after {
        background: #00000082 !important;
    }

    .large_banner_header .button span {
        font-size: 13px;
        top: calc(50% - 10.5px);
    }

    .box-default .box-text p {
        margin-bottom: 20px;
        min-height: inherit;
    }

    .business_service_title h2, .into_form h2 {
        font-size: 33px;
    }

    .business_service_title h2:after, .into_form h2:after {
        bottom: -10px;
    }

    .footer_logo img {
        height: 100px;
    }

}