/*
Theme Name: Law001
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
Text Domain: phongmy
*/

:root {
    --second1: #ffb81c;

    --pri: #ff1e1c;
    --pri1: #b41412;
    --second: #ffb81c;
    --secondhover: #eaa409;
    --white: #fff;
    --black: #000;
    --border: #ddd;
}

.pb-0,
.pb-0 .col {
    padding-bottom: 0;
}

.mx-auto {
    margin: 0 auto !important;
}

/*HEADER ================*/
.nav-dropdown > li > a {
    color: var(--black);
}

.icons_search i.icon-search {
    font-size: 1.3rem;
    margin: 0;
    line-height: 2rem;
}

.icons_search {
    cursor: pointer;
}

form.form_search {
    position: absolute;
    width: 100%;
    top: 47px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms;
}

form.form_search.active {
    opacity: 1;
    visibility: visible;
    transition: all 500ms;
}

#wide-nav .flex-row.container {
    position: relative;
}

.submit_top_searcg {
    margin: 0;
    position: absolute;
    left: 0
}

.form_search span.close {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.submit_top_searcg i {
    font-size: 20px;
    left: -5px;
}

.form_search span.close img {
    width: 25px;
}

.form_search input {
    min-height: 55px;
    padding-left: 40px;
}


div#masthead {
    background: var(--white);
}

.header-language-dropdown ul.nav-dropdown {
    min-width: 125px;
}


.image-icon img {
    max-width: 28px;
}

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

.header-button a.button:hover {
    background: var(--secondhover);
}

.header-button span {
    padding: 8px 10px;
    color: var(--black);
}

h5.post-title,
span.section-title-main {
    font-family: Roboto, sans-serif;
}

.section-title b {
    opacity: 0;
}


/*fix menu 3 cap*/
.has-dropdown .icon-angle-down {
    opacity: 1
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0
}

ul.sub-menu li a {
    padding: 15px 0 !important
}

.nav-dropdown > li.nav-dropdown-col {
    display: block
}

.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0
}

.nav-dropdown .nav-dropdown-col > a, .nav-dropdown li a {
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 15px
}

ul.sub-menu li.menu-item-has-children a {
    position: relative
}

ul.sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    content: '\f105';
    right: 0;
    top: 10px;
    font-family: fl-icons !important
}

.nav-dropdown .nav-dropdown-col > ul li:hover, .nav-dropdown-default > li:hover {
    background: var(--pri1)
}

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

.nav-dropdown-default > li > a {
    border-bottom: 0 !important
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px
}

.nav-dropdown .nav-dropdown-col > ul {
    bottom: 0;
    border: 1px solid #d2d2d2;
    top: 0;
    box-shadow: 2px 2px 5px #828282;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: #fff;
    min-width: 240px
}

.nav-dropdown > li.nav-dropdown-col {
    width: 100%;
    border-right: 0
}

.nav-dropdown .nav-dropdown-col > ul li a {
    padding: 10px;
    text-transform: none;
    color: #000
}

.header-nav li.nav-dropdown-col:hover > ul {
    display: block !important
}

.active > ul.sub-menu:not(.nav-dropdown) {
    display: none !important
}

/*fix menu 3 cap*/
.top_general {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top_general img {
    height: 37px;
    width: auto;
}

.flex.flex_header {
    flex-flow: column;
    line-height: 1.5rem;
}

span.txt1 {
    font-weight: bold;
    font-size: 1.1rem;
}

span.txt2 {
    font-size: 1rem;
}

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


/*HOME ==========================*/
.custom-icon-box .icon-box-img {
    margin: 0 0 15px 0;
}

.hero_custom_column .col-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}

.icon-box-text .custom_iconbox_title {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
}

.icon-box-text p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.iconbox_wrap {
    position: relative;
    color: var(--black);
    background: var(--second1);
    border: 1px solid var(--second1);
    transition: background-color 0.5s ease;
    padding: 10px;
    min-height: 272px;
    border-radius: 10px;
}

.icon_link {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
}

.iconbox_wrap:hover {
    transition: background-color 0.5s ease;
    background: var(--white);
}

.icon_link img {
    width: 30px;
}

.iconbox_wrap .icon_link img {
    transition: all 500ms;
}

.iconbox_wrap:hover .icon_link img {
    transition: all 500ms;
    transform: translate(15px, 0);
}

.box_home_tamnhin .row .col .col-inner p:last-child {
    margin-bottom: 0;
}

.box_home_tamnhin .row .col .col-inner {
    border: 2px solid var(--second);
    border-radius: 15px;
    padding: 15px;
    transition: all 500ms;

}

.box_home_tamnhin .row .col .col-inner:hover {
    background: var(--second);
    transition: all 500ms;
    cursor: pointer;
}

.box_home_tamnhin .heading {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--pri1);
}

span.section-title-main {
    position: relative;
}

.no-bottom-line span.section-title-main:before {
    content: none;
}

h1.section-title {
    color: var(--pri1);
}

span.section-title-main:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 0px;
    bottom: -2px;
    height: 3px;
    border-bottom: 3px solid;
    /*border-image: linear-gradient(to right, var(--pri), rgb(58 123 213 / 0));*/
    /*border-image-slice: 1;*/
}

.col.post-item img {
    border-radius: 10px;
}

.ux-menu-link__icon {
    top: -2px;
}

.ux-menu-link__icon:before {
    background: var(--pri1);
    padding: 5px;
    border-radius: 99px;
    color: #fff;
    font-size: 10px;
}

.ux-menu-link__text {
    padding-left: 0.8rem !important;
}

.dichvu .heading,
.faq .heading,
.dangkytuvan .heading {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--pri1);
    margin-bottom: 15px;
    background: linear-gradient(45deg, var(--pri) 10%, var(--second) 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dangkytuvan .heading {
    background: linear-gradient(226deg, var(--pri) 40%, var(--second) 55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.section_formtuvan {
    border-top: 1px solid var(--border);
}

a.ux-menu-link__link {
    padding: 0;
    border: 0 !important;
    display: contents;
}

.ux-menu-link {
    padding: 5px 0;
}

.ux-menu {
    margin-top: 15px;
}

.dichvu a.button {
    margin-top: 40px
}

.dichvu a.button span {
    padding: 0px 10px;
    margin: 0;
}

.radius-img img {
    border-radius: 15px;
}

section.dichvu {
    padding-top: 50px !important;
}

.dichvu:not(:last-child) .row {
    /*border-bottom: 2px solid var(--black);*/
    /*border-image: linear-gradient(to right, var(--pri), rgb(58 123 213 / 0));*/
    /*border-image-slice: 1;*/
    border-bottom: 1px solid var(--border);
    padding-bottom: 50px;
}

.accordion-title {
    border-top: 0;
    font-size: 100%;
    padding: .6em 1em;
}

.accordion-item {
    background: #ffb81c2e;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-inner {
    background: #f8f8f8;
}

.accordion .toggle {
    left: unset;
    right: 0;
    transform: rotate(270deg);
}

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


/*FOOTER ===================*/
.pull-left {
    float: none;
    text-align: center;
}

.section_footer * {
    color: var(--white);
}

.footer_data_lienhe {
    margin-bottom: .6em;
}

.footer_logo img {
    filter: brightness(0) invert(1);
}

.footer_slogan {
    color: var(--second);
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.social-icons .button.icon {
    margin-left: .5em;
    margin-right: .5em;
}

.button.tiktok:not(.is-outline) {
    color: #525252 !important;
}

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

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

.menu_wp_content ul {
    list-style: none;
}

.footer_title {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: var(--second);
}

.footer_icon .icons img {
    filter: brightness(0) invert(1);
}

.footer_icon {
    display: flex;
    gap: 5px;
    line-height: 1.3rem;
    align-items: center;
    margin-bottom: 10px;
}

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


.is-divider {
    display: none;
}

.wrap_hero_archive {
    background: url("assets/img/archive-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 60px 0;
    background-size: 100% 100%;
}

.single-dich-vu .blog-wrapper .row .col,
.single-dich-vu .blog-wrapper {
    padding-bottom: 0 !important;
}

h1.tax_title {
    margin: 0;
    padding: 30px 0;
    font-size: 2rem;
    color: var(--white);
}

.tax-danh-muc-dv #content {
    padding: 0;
}

.tax-danh-muc-dv .archive-page-header {
    display: none;
}

.dgrid {
    display: grid;
    grid-template-columns: 30% 70%;
}

.items {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    transition: all 300ms;
    padding: 0 15px;
}

.items:hover,
.items.active {
    background: var(--second);
    transition: all 300ms;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

.show_content.active {
    display: block !important;
}

.number {
    font-size: 4.5rem;
    color: var(--pri1);
    font-weight: bold;
}

.contents {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
}

.left_panel {
    border-right: 4px solid var(--second);
    border-image: linear-gradient(to bottom, var(--second), rgb(58 123 213 / 0));
    border-image-slice: 1;
}

.dgrid.wrap_dichvu {
    padding: 30px 30px 0 30px;
}

.wrap_content {
    padding: 0 15px;
}

.dv_related h2 {
    margin-bottom: 1.5rem;
}

.btn_readmore a.button.primary {
    border-radius: 99px;
    padding: 2px 40px;
    margin: 0;
    background: var(--pri1);
}

.btn_readmore {
    margin-top: 30px;
    text-align: right;
}

.wrap_form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.general_field {
    position: relative;
}

form#into_form {
    margin-top: 30px;
}

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

form#into_form input, form#into_form textarea {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 25px;
    background: 0 0;
}

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

.general_field.checkbox {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    font-style: italic;
    color: #a7a7a7;
}

.into_form p {
    font-size: 16px;
    margin: 0;
}

/*SINGLE DV ======================*/
h1.entry-title {
    margin: 0;
    text-align: center;
    font-size: 2rem;
    /*background: linear-gradient(226deg, var(--second) 10%, var(--pri) 60%);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    margin: 0;
    color: var(--pri1);
}

.single-post h1.entry-title {
    text-align: left;
}

.step_bg.wrapstep3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.step_bg img {
    opacity: 0.3;
}

.step_bg {
    position: relative;
    margin-top: 70px;
    margin-bottom: 100px;
}

.step_item {
    position: absolute;
    max-width: 200px;
    text-align: center;
    padding: 10px;
}

.step_content {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
}

.step_title {
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}

.wrapstep4 .step_item.step1 {
    bottom: 17%;
    left: 4.5%;
}


.wrapstep4 .step_item.step2 {
    top: 18%;
    left: 29%;
}


.wrapstep3 .step_item.step1 {
    bottom: 16%;
    left: 6%;
}

.wrapstep3 .step_item.step2 {
    top: 18%;
    left: 38.5%;
}

.wrapstep3 .step_item.step3 {
    bottom: 16%;
    right: 5%;
}


.wrapstep4 .step_item.step3 {
    bottom: 17%;
    right: 28.5%;
}

.wrapstep4 .step_item.step4 {
    top: 18%;
    right: 4.5%;
}

.step_item:after {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--second);
    position: absolute;
    border-radius: 100%;
}

.step_item.step1:after,
.step_item.step3:after {
    bottom: -28%;
    left: calc(50% - 7.5px);
}

.step_item.step2:after,
.step_item.step4:after {
    top: -30%;
    left: calc(50% - 7.5px);
}

.step_number {
    background: var(--pri);
    display: inline-block;
    padding: 0px 7px;
    border-radius: 15px;
    font-size: 12px;
    color: var(--white);
    font-weight: bold;
}

h2.single_custom_title {
    margin: 30px 0 15px 0;
}

.step_content_inner {
    min-height: 62px;
}

/*SINGLE DV ======================*/

/*BLOG + SINGLE ==================*/

a.icon.pinterest,
a.icon.tumblr,
a.icon.telegram {
    display: none;
}

.taglist a {
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--black);
    border: 1px solid var(--border);
    transition: all 500ms;
}

.taglist a:hover {
    background: var(--pri);
    color: var(--white);
    transition: all 500ms;
}

.taglist {
    margin: 30px 0;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: center;
}

.box-blog-post:hover .box-text,
.box-blog-post:hover a,
.box-blog-post:hover .post-title:before {
    color: var(--pri1);
}

.hidden-img .box-image {
    display: none;
}

.top_blog_right .post-item:nth-child(1) h5.post-title::before {
    content: "2. ";
}

.top_blog_right .post-item:nth-child(2) h5.post-title::before {
    content: "3. ";
}

.top_blog_right .post-item:nth-child(3) h5.post-title::before {
    content: "4. ";
}

.top_blog_right .post-item:nth-child(4) h5.post-title::before {
    content: "5. ";
}

.top_blog_right .post-item:nth-child(5) h5.post-title::before {
    content: "6. ";
}

.top_blog_right h5.post-title:before {
    position: absolute;
    left: 0;
    top: 2px;
}

.top_blog_right h5.post-title {
    position: relative;
    padding-left: 22px;
    margin: 0;
}

.top_blog_right .post-item {
    padding-bottom: 0;
}

.col.top_blog_right .col.post-item .col-inner {
    position: relative;
}

.col.top_blog_right .col.post-item:not(:last-child) .col-inner:after {
    content: '';
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 1px;
    background: var(--border);
}

.category .archive-page-header h1 span {
    /*background: linear-gradient(226deg, var(--second) 10%, var(--pri) 55%);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: var(--pri1);
}

.category .archive-page-header .row .col {
    padding-bottom: 0;
    font-size: 2rem;
}

.category .section-title-normal {
    border-bottom: 2px solid var(--black);
    border-image: linear-gradient(to right, var(--black), rgb(58 123 213 / 0));
    border-image-slice: 1;
}

.section-title-normal, .section-title-normal span {
    border-bottom: 2px solid transparent;
}

.category span.section-title-main:before {
    content: none;
}

.section_formtuvan span.section-title-main:before {
    content: '';
}

.error404 .section_formtuvan {
    display: none;
    opacity: 0;
    visibility: hidden;
}

header.archive-page-header h1 {
    margin-bottom: 2.5rem;
}

.nav-pagination > li > .current, .nav-pagination > li > a:hover, .nav-pagination > li > span:hover {
    background-color: var(--pri1);
    border-color: var(--pri1);
    color: #fff;
}

h1 span.section-title-main {
    font-family: "Fira Sans", sans-serif;
}

/*BLOG + SINGLE ==================*/


/*SEARCH PAGE ====================*/
span.search-highlight,
.search .page-title span {
    background: yellow;
    color: var(--pri);
}

.page-title {
    text-align: center;
}

.search .page-title {
    font-size: 2rem;
}

a[hreflang="en"] .icon-image {
    margin-right: 2px;
}

a[hreflang="en"] img {
    width: 26px !important;
}

li.header-language-dropdown i.icon-image,
li.header-language-dropdown i.icon-image img {
    width: 25px;
}

li.header-language-dropdown > a {
    display: flex;
    flex-direction: column-reverse;
    color: var(--pri);
    font-size: 0.8rem;
}

/*toggle*/
.links > li > a:before, i[class*=" icon-"], i[class^=icon-] {

}

.accordion .icon-angle-down:before {
    content: "";
    background: url(assets/img/arr-right.png);
    height: 25px;
    width: 25px;
    z-index: 1111;
    position: absolute;
    right: -12px;
    top: -6px;
    transform: rotate(90deg);
    background-size: contain;
}

.accordion-title {
    transition: all 500ms;
}

.accordion-title.active i.icon-angle-down:before {
    transform: rotate(180deg);
    transition: all 500ms;
}

/*toggle*/

/*SEARCH PAGE ====================*/


@media (prefers-reduced-motion: no-preference) {
    .slider [data-animate], [data-animate] {
        -webkit-backface-visibility: hidden;
        opacity: 0;
        transition: filter 1s, transform 0.5s, opacity 0.5s ease-in;
        will-change: filter, transform, opacity;
    }
}

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

    .wrapstep4 .step_item.step1 {
        left: 4%;
        bottom: 18%;
    }

    .wrapstep4 .step_item.step2 {
        top: 20%;
        left: 28%;
    }

    .wrapstep4 .step_item.step3 {
        bottom: 18%;
        right: 28%;
    }

    .wrapstep4 .step_item.step4 {
        top: 20%;
        right: 4%;
    }

}

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

    .step_content_inner {
        min-height: unset;
    }

    .step_bg {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .step_bg img {
        display: none;
    }

    .step_bg:after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: var(--second);
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
        border-radius: 5px;
    }

    .step_item {
        position: relative;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        bottom: unset !important;
        max-width: 50%;
        text-align: left;
    }

    .step_one {
        background: #ffb81c2e;
        padding: 10px;
        border-radius: 10px;
    }

    .step_item.step2,
    .step_item.step4 {
        left: 50% !important;
    }


    .step_item.step1:after, .step_item.step3:after {
        top: 20%;
        right: -9px;
        border: unset;
        left: unset;
        z-index: 99;
    }

    .step_item:after {
        width: 17px;
        height: 17px;
    }

    .step_item.step2:after, .step_item.step4:after {
        top: 20%;
        left: -8px;
    }

    .step_bg.wrapstep3 {
        width: 100%;
    }

}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .number {
        font-size: 3rem;
    }

    .contents {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    ul.sub-menu li.menu-item-has-children > a::after {
        content: none;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        color: var(--black);
        font-size: 1.2rem;
        padding: 10px 15px !important;
        line-height: 1.2rem;
    }

    .mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li:not(.nav-slide-header) > a, .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header) > a {
        color: var(--black);
        font-size: 0.9rem;
        text-transform: inherit;
    }

    .sub-menu .nav-slide-header .toggle {
        opacity: 1;
        color: var(--black) !important;

    }

}

@media only screen and (max-width: 48em) {
    .number {
        font-size: 3rem;
    }

    .contents {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    ul.sub-menu li.menu-item-has-children > a::after {
        content: none;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        color: var(--black);
        font-size: 1.2rem;
        padding: 15px 15px !important;
        line-height: 1.2rem;
    }

    .mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li:not(.nav-slide-header) > a, .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header) > a {
        color: var(--black);
        font-size: 0.9rem;
        text-transform: inherit;
    }

    .sub-menu .nav-slide-header .toggle {
        opacity: 1;
        color: var(--black) !important;

    }

}

@media only screen and (max-width: 680px) {
    .dgrid {
        display: block;
    }

    .left_panel {
        border-right: none;
    }

    .items:hover, .items.active {
        border-radius: 10px;
    }

    .wrap_content {
        padding: 0;
    }
}

@media only screen and (max-width: 732px) {
    .hero_custom_column .col-inner {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .hero_custom_column .col-inner {
        grid-template-columns: 1fr;
    }

    .iconbox_wrap {
        min-height: inherit;
        padding: 20px 10px;
    }

    .icon_link {
        bottom: 8px;
    }

    .icon_link img {
        width: 25px;
    }

    .step_bg:after {
        left: 0;
    }

    .step_item {
        max-width: 100%;
        left: 8px !important;
    }

    .step_item.step1:after, .step_item.step3:after {
        right: unset;
        left: -16px;
    }

    .step_item.step2:after, .step_item.step4:after {
        left: -16px;
    }

    .step_item.step2, .step_item.step4 {
        left: 8px !important;
    }

    .step_bg.wrapstep3 {
        width: 100%;
    }
}