/*
Theme Name: phongmy-vn-lbn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --pri: #0a5189;
    --second: #489954;
    --second1: #4275F4;
    --gray: #042a2f;
    --gray1: #063a41;
    --white: #fff;
    --black: #000;
}


/*GENERAL=========================================================================================*/
/*.pri_font, .pri_font span, .pri_font * {*/
/*    font-family: UTM HelvetIns;*/
/*    font-weight: normal;*/
/*}*/

.second_color b {
    color: var(--second);
}

.radius-20, .radius-20 img {
    border-radius: 20px;
}

.text-white {
    color: var(--white);
}

.max-width-800 {
    max-width: 800px;
}

.filter-white img, #logo img,
#footer .img img {
    filter: brightness(0) invert(1);
}

/*GENERAL======================================================================================*/


/*HEADER=======================================================================================*/
li.html.custom.html_nav_position_text_top * {
    color: var(--white);
    font-size: 1rem;
}

ul.header-nav.header-nav-main.nav.nav-right li {
    padding: 18px;
}

ul.header-nav.header-nav-main.nav.nav-right {
    background-color: var(--pri);
    padding-left: 0;
    gap: 0;
}


a.icon-btn:hover {
    background: var(--second1);
}

a.icon-btn {
    color: var(--white) !important;
    background-color: var(--pri);
    border-radius: 99px;
    padding: 17px !important;
}

li.header-search.header-search-lightbox.has-icon:after {
    content: "";
    position: absolute;
    right: -3px;
    width: 1px;
    height: 22px;
    background-color: rgb(180, 196, 198);
    top: 50%;
    transform: translateY(-50%);
}

li.header-search.header-search-lightbox.has-icon:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 1.5px;
    height: 32px;
    background-color: rgb(180, 196, 198);
    top: 50%;
    transform: translateY(-50%);
}

li.html.custom.html_top_right_text {
    background: var(--white);
    margin: 0;
    border-radius: 0 56px 56px 0;
}

li.header-search.header-search-lightbox.has-icon i.icon-search {
    font-size: 1.72rem !important;
}

li.header-search.header-search-lightbox.has-icon {
    position: relative;
    background: var(--white);
    margin: 0;
}

ul.header-nav.header-nav-main {
    gap: 30px;
    padding-left: 30px;
}

#logo {
    position: relative;
}

#logo:after {
    content: "";
    position: absolute;
    top: 0%;
    right: -3%;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #2076bb;
    transform: skewX(37deg);
}

#logo:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: var(--pri);
    transform: skewX(33deg);
}

ul.nav.nav-left.medium-nav-center:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--gray);
    position: absolute;
    top: 0;
    left: 16px;
    transform: skewX(-30deg);
}

ul.nav.nav-left.medium-nav-center {
    background: var(--gray1);
    padding: 15px 45px;
    position: relative;
}

li.html.custom.html_topbar_left:after {
    content: "";
    position: absolute;
    right: -4px;
    width: 2px;
    height: 12px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

li.html.custom.html_topbar_left:before {
    content: "";
    position: absolute;
    right: 0;
    width: 3px;
    height: 20px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

li.html.custom.html_topbar_right {
    margin-left: 0;
}

li.html.custom.html_topbar_left {
    position: relative;
    margin-right: 18px;
    padding-right: 20px;
}

ul.medium-nav-center li.html.html_topbar_left,
ul.medium-nav-center li.html.html_topbar_right {
    font-size: 1rem;
    font-weight: bold;
}

ul.medium-nav-center li.html i {
    margin-right: 5px;
}

/*fix default menu-dropdown fs*/
.nav-dropdown-has-border .nav-dropdown {
    border: 0;
}

.nav-dropdown-default {
    padding: 0;
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

ul.nav-dropdown.nav-dropdown-default li {
    padding: 15px;
}

ul.nav-dropdown.nav-dropdown-default li:hover {
    background: var(--pri);
}

ul.nav-dropdown.nav-dropdown-default li:hover a {
    color: var(--white);
}

/*fix default menu-dropdown fs*/

/*HEADER=======================================================================================*/


/*HOME=======================================================================================*/
.main_title b {
    color: var(--second)
}

.main_title h1 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--white);
}

.sub_title h2 {
    color: var(--white);
}

.row.row_home_service_box .box:hover .box-text {
    border-bottom: 8px solid var(--second);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.row.row_home_service_box .box {
    border-radius: 5px;
}

.row.row_home_service_box .box-text p {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    line-height: 1.3rem;
}

.row.row_home_service_box .box.icon001 {

}

.row.row_home_service_box .text {
    padding-right: 60px;
    background: url(assets/seller.svg) no-repeat top right;
    background-size: 55px;
    background-position: 97% 73%;
    min-height: 60px;
}

.row.row_home_service_box .service_line:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 6px;
    bottom: -4px;
    right: 0px;
    background-color: #ddd;
    transform: skewX(-25deg);
    transition: 0.5s;
}

.row.row_home_service_box .service_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px dashed rgb(212, 212, 219);
    transition: 0.5s;
    position: relative;
}

.row.row_home_service_box .box-text h4 {
    color: var(--second);
    font-size: 1rem;
    margin-bottom: 5px;
}

.home .wpcf7 {
    padding: 55px 48px 0 48px;
    border: 8px solid transparent;
    border-image: linear-gradient(180deg, rgba(4, 42, 47, 0.5242471989) 0%, rgba(255, 255, 255, 0) 50%);
    border-image-slice: 1;
    z-index: 99;
    position: relative;
    background: var(--pri);
}

.home .wpcf7 form {
    margin-bottom: 0;
}

.home .wpcf7 p input.wpcf7-submit, .home .wpcf7 p label.full-width {
    grid-column: span 2;
    width: 100%;
}

.home .wpcf7 p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.home .wpcf7 input, .home .wpcf7 textarea, .home .wpcf7 select {
    border-radius: 5px;
}

.home .wpcf7 .wrap_data p {
    grid-template-columns: 1fr;
    padding-left: 38px;
}

.custom_title1 * {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    line-height: 100%;
    display: inline-block;
    position: relative;
    margin: 0 50px 10px;
}

.custom_title1 p:before {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.large_title p {
    font-size: 2rem;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 3.5rem;
    font-weight: 700;
    color: var(--white);
    padding-left: 0 !important;
    padding-bottom: 15px;
}

.wpcf7 input::placeholder,
.wpcf7 select,
.wpcf7 textarea {
    color: var(--black);
    font-weight: normal !important;
    font-size: 14px;
    opacity: 1;
}

.fix_form {
    left: 100px;
}

.column_right_form .custom_title1 p {
    padding-left: 38px;
    color: var(--second);
}

.column_right_form .custom_title1 {
    margin-left: 100px;
}

.column_right_form .large_title p {
    line-height: 2.5rem;
}

.column_right_form .large_title,
.column_right_form .small_text {
    margin-left: 150px;
}

.column_right_form .text-box {
    padding: 30px;
    padding-left: 150px;
}

.column_right_form .small_text {
    font-weight: bold;
    max-width: 60%;
    margin-bottom: 20px;
}

.star-rating span:before {
    color: var(--second);
}

.column_right_form button.flickity-button.flickity-prev-next-button.previous {
    right: 65% !important;
}

.column_right_form .slider-wrapper:before {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 18%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--second);
    z-index: 99999;
}

.column_right_form .slider-wrapper:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -37px;
    transform: translateY(-50%);
    width: 58%;
    height: 2px;
    background-color: var(--second);
    z-index: 9999;
}

.column_right_form button.flickity-button.flickity-prev-next-button.next {
    left: 35% !important;
}

.column_right_form button.flickity-button {
    position: absolute;
    bottom: -220px;
}

.banner-layers.container:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-right: 5px;
    content: "\f10d";
    position: absolute;
    font-size: 3rem;
    height: 30px;
    width: 30px;
    z-index: 9999999999;
    right: 30px;
    top: 30px;
    color: var(--second);
}

.testimonial-text * {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.fix_top_line {
    position: absolute;
    top: -7px;
}

.section_form .section-content {
    padding: 80px 0;
}

.section_home_services .large_title p {
    color: var(--second);
}

.section_home_services .custom_title1 p:after {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--second);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

.section_home_services .custom_title1 p:before {
    background-color: var(--second);
    left: -40px;
}

.section_home_services .custom_title1,
.section_home_services .large_title {
    text-align: center;
}

.section_home_services .custom_title1 * {
    color: var(--second);
}

.section_home_services:after {
    position: absolute;
    right: 0;
    top: -30px;
    content: '';
    height: 100%;
    width: 100%;
    background: url(assets/shape_web/shape2.png) no-repeat top right;
}

.section_home_services:before {
    position: absolute;
    left: 0;
    top: -30px;
    content: '';
    height: 100%;
    width: 100%;
    background: url(assets/shape_web/shape1.png) no-repeat top left;
}

.accordion-title.active {
    color: var(--white);
    background: var(--pri);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-inner {
    padding: 24px 30px;
    border-left: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
    border-bottom: 2px solid #E0E0E0;
    border-radius: 0 0 10px 10px;
    background: var(--white);
}

.accordion-title {
    border-top: none;
    border-top: none;
    padding: 13px 40px;
    font-size: 1rem;
    font-weight: bold;
    border: 2px solid #eee;
    background: var(--white);
}

.accordion-title:not(.active) {
    border-radius: 10px;
    margin: 10px 0;
}

.col_2_img:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 10px;
    top: 35px;
    right: 15px;
    background-color: var(--pri);
}

.col_2_img .img002 {
    max-width: 330px;
    height: auto;
    position: absolute;
    top: 70px;
    right: 0;
    border: 12px solid var(--pri);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.28);
}

.col_2_img .img001:after {
    content: "";
    position: absolute;
    background-color: var(--pri);

}

.col_2_img .img001:before {
    content: "";
    position: absolute;
    width: 45%;
    height: 10px;
    left: 0;
    bottom: 0;
    background-color: var(--pri);
}

.col_2_img .img001 {
    position: relative;
    max-width: 450px;
    height: auto;
    border-left: 12px solid var(--pri);
    padding-left: 18px;
    padding-bottom: 28px;
}

span.icon-shep {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 99px;
    padding: 7px;
    background: url(assets/network.png) no-repeat top center var(--pri);
    background-size: 70px;
    background-position: 52% 47%;
}

.spin {
    animation: spin 20s infinite linear;
}

.section_faq:after {
    content: '';
    background: url(assets/shape_web/map-shape-1.png) no-repeat bottom right;
    width: 100%;
    height: 100%;
    top: unset;
}

.section_faq {
    background: linear-gradient(183deg, rgba(215, 214, 214, 0) 0%, rgba(14, 122, 49, 0.0788690476) 100%);
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*HOME=======================================================================================*/




/*SINGLE POST=======================================================================================*/
.single .wrap_data,
.contact_page .wrap_data
{
    display: none;
}
.form_single{
    background: #067dd329;
    border: 2px dashed var(--second);
    padding: 15px;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
}
h1.entry-title {
    color: var(--pri);
    font-size: 2rem;
}
/*SINGLE POST=======================================================================================*/











/*FOOTER=======================================================================================*/
.footer_title:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #144F56;
    bottom: -8px;
    left: 0;
}

.footer_title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: var(--second);
    bottom: -8px;
    z-index: 1;
    left: 0;
}

.footer_title {
    position: relative;
    padding-bottom: 8px;
    color: var(--white);
    font-size: 24px;
    margin-bottom: 45px;
    padding: 0;
    border: none;
    text-transform: capitalize;
}

.menu_wp_content ul li:hover a {
    color: var(--second);
}

.menu_wp_content ul li a {
    color: var(--white);
}

.menu_wp_content ul li {
    margin-left: 0;
}

.menu_wp_content ul {
    list-style: none;
}

#footer .img {
    margin-bottom: 0;
}

#footer .icon-box-text p {
    color: var(--white);
    font-size: 1.1rem;
    text-transform: capitalize;
    line-height: 1rem;
}

#footer .icon-box-text h3 a {
    color: var(--second);
}

#footer .icon-box-text h3 {
    margin: 0;

}

/*FOOTER=======================================================================================*/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}