/*
Theme Name: DevVN Theme
Description: 
Author: DevVN Team
Template: flatsome
Version: 1.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'UVF Mussica Swash';
    src: url('fonts/UVFMussicaSwash.woff2') format('woff2'),
    url('fonts/UVFMussicaSwash.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


b, strong {
    font-weight: 700;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 0 20px 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1.h1_logo {
    height: 0;
    overflow: hidden;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.entry-meta.uppercase {
    letter-spacing: normal;
    text-transform: none;
    font-size: .9em;
}

.header-main .nav > li > a {
    font-size: 16px;
    font-weight: 700;
}

.header-main .nav > li > a {
    padding: 5px 10px;
    line-height: normal;
}

.header-main .nav > li {
    margin: unset;
}

/*footer#footer .footer-widgets.footer > .row,
.header .container {
    max-width: 1790px;
}*/

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



.header-social-icons .social-icons.follow-icons .icon.button {
    margin-left: unset;
    margin-right: 14px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-color: #00594D !important;
}

.header-social-icons .social-icons.follow-icons .icon.button.tiktok,
.header-social-icons .social-icons.follow-icons .icon.button.youtube,
.header-social-icons .social-icons.follow-icons .icon.button.facebook {
    background-color: #00594D !important;
}

.footer-widgets.footer.footer-1 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.header-social-icons .social-icons.follow-icons .icon.button:last-child {
    margin-right: unset;
}

.header-social-icons .social-icons.follow-icons .icon.button i {
    top: 0;
    font-size: 18px;
}


.footer_logo a {
    max-width: 260px;
    display: block;
}

.footer_logo img.size-full.alignnone {
    margin-bottom: 20px;
}

.footer-widgets.footer.footer-1 > .row > .col:nth-child(1) .footer_content p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
}

.footer-widgets.footer.footer-1 > .row > .col:nth-child(1) .footer_content > p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    /* text-align: center; */
}

.widget .is-divider {
    display: none;
}

.footer-widgets .widget .widget-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0;
}

[class*="icon_footer_"]:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    background-position: center;
}

.icon_footer_location::before {
    background-image: url(images/location.svg);
}

.icon_footer_phone::before {
    background-image: url(images/phone.svg);
}

.icon_footer_mail::before {
    background-image: url(images/email.svg);
}

.footer_contacts li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.social-icons.follow-icons .icon.button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: unset;
}

.social-icons.follow-icons .icon.button i {
    font-size: 18px;
    top: 0;
}

.footer_follow .social-icons.follow-icons .icon.button {
    margin-right: 30px;
    box-shadow: 4px 4px 4px 0px #00000040;
}

.footer_follow .social-icons.follow-icons .icon.button:last-child {
    margin-right: unset;
}

.social-icons.follow-icons .icon.button.facebook {
    background-color: #0B84EE !important;
}

.social-icons.follow-icons .icon.button.youtube {
    background-color: #F40000 !important;
}

footer#footer form.wpcf7-form {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0px 17.756757736206055px 23.675676345825195px -17.756757736206055px #000000;
}

footer#footer form.wpcf7-form {
    margin-bottom: unset;
}

.dev_cf7_forms .form_title {
    text-align: center;
    color: #00594D;
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.dev_cf7_forms .form_title p {
    color: #00594D;
}


.dev_cf7_forms .wpcf7-form-control.wpcf7-submit.has-spinner.dev_submit {
    margin: 0 auto;
    display: flex;
    max-width: 260px;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #F1F3F4;
}

.dev_cf7_forms span.wpcf7-spinner {
    position: absolute;
    margin: unset;
    left: 50%;
    transform: translateX(-50%);
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url] {
    height: 42px;
    box-shadow: unset;
    border-radius: 6px;
    border: 1px solid #00594D;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 10px;
}

.wpcf7 textarea {
    box-shadow: unset;
    border-radius: 6px;
    border: 1px solid #00594D;
    font-size: 14px;
    padding: 5px 12px;
    margin-bottom: 5px;
}

select.wpcf7-form-control.wpcf7-select {
    height: 42px;
    box-shadow: unset;
    border-radius: 6px;
    border: 1px solid #00594D;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 5px;
}

.cf7_form_style .col {
    margin-bottom: 10px;
}

input[type=email]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder {
    color: #ccc;
}

.wpcf7 textarea::placeholder {
    color: #ccc;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #000;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

.dev_cf7_forms_1 > p {
    display: flex;
    align-items: center;
}

.home_box_advise_now form.wpcf7-form {
    margin-bottom: unset;
}

/*.home_box_advise_now > .section-content.relative > .row {
    max-width: 1300px;
}*/

.home_box_advise_now > .section-content.relative > .row > .col {
    padding-bottom: 10px;
}

.dev_cf7_forms_1 input {
    height: 50px;
    border-radius: unset;
}

.dev_cf7_forms_1 span.wpcf7-form-control-wrap {
    margin-right: 15px;
    width: 100%;
    flex-grow: 1;
    max-width: calc(100% / 3 - 10px);
    flex-basis: calc(100% / 3 - 10px);
}

.dev_cf7_forms_1 input.wpcf7-form-control:not(.wpcf7-submit) {
    box-shadow: 0 15px 20px -15px #000;
    font-size: 14px;
    border-radius: 25px;
}

.dev_cf7_forms_1 input.wpcf7-form-control.wpcf7-submit {
    flex-grow: 1;
    width: 100%;
    margin-right: unset;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #FFF482;
    border-radius: 99px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-image: linear-gradient(180deg, #129A7E, #00594D);
    border: unset;
    margin-left: auto;
    transition: .4s all;
    min-height: 50px;
    line-height: normal;
    letter-spacing: unset;
    max-width: calc(100% / 3 - 10px);
    flex-basis: calc(100% / 3 - 10px);
}

.dev_cf7_forms_1 span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 18%;
    top: 20px;
}

.dev_cf7_forms_1 input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background-image: linear-gradient(180deg, #C00F3E, #4A0316);
}

.footer-1, .footer-2 {
    border: unset;
}

.box_bg > .bg.section-bg.fill.bg-fill {
    background: linear-gradient(252.97deg, #8ACBC1 15.05%, #FFFFFF 105.89%);
}

.section-title-container .section-title.section-title-center b {
    opacity: 0;
}

.section-title-container .section-title .section-title-main { /* TOP Dá»ŠCH Vá»¤ ÄÆ¯á»¢C YÃŠU THÃCH */
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.6;
    color: #00594D;
}

.section-title-container .section-title {
    margin-bottom: unset;
}

.section-title-container {
    margin-bottom: 60px;
}

.devvn_list_category .box .box-image a {
    display: block;
    background-color: #fff;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

.devvn_list_category .box {
    max-width: 420px;
}

.devvn_list_category .box .box-text {
    padding: 0 0 20px;
    margin-top: -34px;
}

.devvn_list_category .box .box-text .button.primary {
    max-width: 200px;
    transition: .4s all;
    background: linear-gradient(180deg, #129A7E 0%, #00594D 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: unset;
    font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
    padding: 0 15px;
    letter-spacing: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 15px auto;
    min-height: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.devvn_list_category .box .box-text .box-text-inner {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    color: #00594D;
    text-transform: uppercase;
    text-align: center;
}

.devvn_list_category .box .box-text .box-text-inner p {
    margin: unset;
}

.button.primary:not(.icon):hover,
.devvn_list_category .box .box-text .button.primary:hover {
    background: linear-gradient(180deg, #C00F3E 0%, #4A0316 100%);
}

.button.primary:not(.icon) {
    display: inline-flex;
    border: unset;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    font-size: 23px;
    max-width: 350px;
    min-height: 60px;
    color: #fff;
    margin-bottom: unset;
    background: linear-gradient(180deg, #129A7E 0%, #00594D 100%);
    border-radius: 25px;
    transition: .4s all;
}

.home_title > :nth-child(1) {
    font-size: 60px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    text-align: right;
    color: #00594D;
}

.home_title > :nth-child(1) strong {
    font-family: 'UVF Mussica Swash', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #C00F3E 0%, #4A0316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: capitalize;
    margin-bottom: -80px;
}

.home_title {
    margin-bottom: 30px;
}

.home_content {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
    color: #00594D;
}

.home_content p {
    margin-bottom: 8px;
}

.home_box_banner_1 .section-content.relative > .row {
    margin-top: -100px;
}

.home_content > :last-child {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 20px;
    line-height: 42px;
    color: #00594d;
}

.home_box_images {
    margin-top: -56px;
    z-index: 1;
}

.home_box_banner_1 {
    z-index: 2;
}

.container.section-title-container.devvn_title {
    margin-bottom: 10px;
}

.devvn_desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
    color: #DB7F27;
    margin-bottom: 40px;
}

.home_box_images .slider .img .img-inner {
    width: 100%;
}

.home_box_images .slider .img {
    /*max-width: 17.3%;
    flex-basis: 17.3%;*/
    max-width: 470px;
    flex-basis: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devvn_desc p {
    margin-bottom: 10px;
}

.home_box_images .slider .img.is-selected .img-inner {
    filter: drop-shadow(9px 9px 14.4px rgba(0, 0, 0, 0.25));

}

.home_box_images .slider .img:not(.is-selected) .img-inner {
    transform: scale(.86);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.home_box_images .slider .img:not(.is-selected).next_seleted .img-inner {
    margin-right: -9%;
}

.home_box_images .slider .img:not(.is-selected).next_seleted_1 .img-inner {
    margin-right: -5%;
}

.home_box_images .slider .img:not(.is-selected).prev_seleted .img-inner {
    margin-left: -9%;
}

.home_box_images .slider .img:not(.is-selected).prev_seleted_1 .img-inner {
    margin-left: -5%;
}

.button.primary.devvn_button {
    max-width: 370px;
}

.home_box_banner_2 .home_title > :nth-child(1) {
    text-align: center;
    font-size: 50px;
    line-height: 2.6;
}

.home_box_banner_2 .home_title > :nth-child(1) strong {
    /*margin-bottom: -60px;*/
    font-size: 90px;
    justify-content: center;
    background-image: linear-gradient(180deg, #FFF482 0%, #FFF482 100%);
    margin-left: -8%;
}

.home_box_banner_1.home_box_banner_2 .section-content.relative > .row {
    margin-top: unset;
}

.home_box_banner_2 .home_title {
    margin-bottom: 20px;
}

.home_box_banner_2 .home_content {
    font-size: 24px;
    margin-bottom: 22%;
}

.home_title_1 > :nth-child(1) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #129A7E 0%, #00594D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: unset;
}

.home_title_1 > :nth-child(2) > :nth-child(1) {
    font-family: 'Kanit', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 95px;
    line-height: normal;
    display: block;
    letter-spacing: -0.714286px;
    color: #FFFFFF;
    text-shadow: 0px 5px 2.85714px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    outline: 2px;
}

.home_title_1 > :nth-child(2) > :nth-child(2) {
    font-family: 'Kanit', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 95px;
    line-height: normal;
    display: block;
    letter-spacing: -0.714286px;
    backdrop-filter: blur(36.9px);
    outline: 2px;
    -webkit-backdrop-filter: blur(36.9px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, #129A7E 0%, #00594D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: #fff;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: transparent;
    background-clip: text;
}

.home_title_1 > :nth-child(2) {
    position: relative;
}

.home_title_1 > :nth-child(1) {
    margin-bottom: 15px;
}

.box_bg_1 > .bg.section-bg.fill.bg-fill {
    background: linear-gradient(-252.97deg, #8ACBC1 15.05%, #FFFFFF 105.89%);
}

.button.primary:not(.icon).devvn_button_1 {
    border-radius: 99px !important;
    max-width: 265px;
}

.col.post-item .box-image {
    border-radius: 20px;
    overflow: hidden;
}

.devvn_get_post_product_related .col.post-item .box-image{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.category-hinh-anh-dich-vu .col.post-item .box-image {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
    border: 7px solid #fff;
}

.col.post-item .box-text {
    padding-top: 20px;
    padding-bottom: 15px;
}


.col.post-item .box-text .is-divider {
    display: none;
}

.col.post-item .box-text .post_before_title {
    display: flex;
    align-items: center;
}

.col.post-item .box-text .post_before_title .dot {
    width: 6px;
    height: 6px;
    background-color: #404040;
    border-radius: 100%;
    line-height: normal;
    margin: 0 10px;
}

.col.post-item .box-text .post_before_title {
    color: #404040;
    font-size: 16px;
    margin-bottom: 15px;
}

.col.post-item .box-text .post_before_title span.post-author {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.col.post-item .box-text .post_before_title span.post-author img {
    width: 28px;
    height: auto;
    border-radius: 100%;
    margin-right: 10px;
}

.col.post-item .box-text .post-title.is-large {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #404040;
    font-family: 'Inter', sans-serif;
    margin: unset;
}

.col.post-item .box-text .post-title.is-large a:hover {
    color: #00594d;
}

.col.post-item .box-text .post-title.is-large a {
    display: block;
    line-height: inherit;
}

.page-header-wrapper .page-title-inner {
    padding-top: unset;
}

.page-breadcrumbs, .page-breadcrumbs a {
    color: #8ACBC1;
    font-size: 16px;
}

.page-breadcrumbs a:hover, .page-breadcrumbs .last {
    color: #C10F3E;
}

.breadcrumbs .divider, .breadcrumbs .separator {
    margin: 0 5px;
    opacity: 1;
}

.page-breadcrumbs .last {
    font-weight: 400;
}

.page-header-wrapper .page-title-inner .title-breadcrumbs {
    padding-top: unset;
    padding-bottom: unset;
}

.page_content_about_us .box_content {
    font-size: 22px;
    line-height: 1.6;
    text-align: justify;
}

.page_content_about_us .box_content p {
    margin-bottom: unset;
}

.page_content_about_us .section-title-container {
    margin-bottom: 45px;
}

.box-border-image.img {
    border-radius: 30px;
    overflow: hidden;
}

.intro_box_3 .box .box-image {
    border-radius: 30px;
}

.intro_box_3 .box .box-text {
    max-width: 480px;
    border-radius: 16px;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #FFF482;
    line-height: normal;
    margin: -30px auto 0;
}

.intro_box_3 .box .box-text p {
    color: #FFF482;
    font-size: 20px;
}

.page-content-category-service .page-wrapper {
    padding: unset;
}

.box_bg_2 > .bg.section-bg.fill.bg-fill {
    background: linear-gradient(227.73deg, #8ACBC1 12.34%, #FFFFFF 58.55%);
}

.home_title.home_title_2 > :nth-child(1) strong {
    justify-content: center;
    margin: unset;
    font-size: 75px;
}

.home_title.home_title_2 > :nth-child(1) {
    font-weight: 400;
    text-transform: none;
    font-size: 40px;
    margin-bottom: unset;
}

.page-content-category-service .col.post-item .box-text .post_before_title {
    display: none;
}

.page-content-category-service .col.post-item .box-text {
    padding: unset;
}

.page-content-category-service .col.post-item .box-text .post-title.is-large {
    border-radius: 18px;
    overflow: hidden;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: .4s all;
}

.page-content-category-service .col.post-item .box-text .post-title.is-large .plain {
    margin: unset;
    font-size: 20px;
    line-height: 1.3;
    color: #00594D;
    transition: .4s all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.page-content-category-service .col.post-item .box-text .post-title.is-large:hover {
    background-color: rgb(18 154 126 / 20%);
    box-shadow: 4.98947px 3.99158px 3.99158px rgba(0, 0, 0, 0.15);
}

.page-content-category-service .col.post-item .box-text .post-title.is-large .plain:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page_section_1 .button.primary.devvn_button {
    margin-top: 40px;
}

.page-content-category-service .col.post-item .box-text .post-title.is-large:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: linear-gradient(#129A7E, #00594D) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 18px;
    border: 2px solid transparent;
    pointer-events: none;
}

.devvn_list_category .box .box-image {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    border: 2px solid #fff;
    background-color: #fff;
}

.home_title.home_title_2.home_title_3 > :nth-child(1) strong {
    display: inline-flex;
    line-height: 2;
}

/*.home_title.home_title_2.home_title_3 {
    margin-bottom: 30px;
}*/

.bg_box_image > .section-content.relative > .row {
    flex-wrap: nowrap;
}

div#devvn_breadcrumb {
    padding-top: 20px;
    padding-bottom: 10px;
}

div#devvn_breadcrumb nav.rank-math-breadcrumb a, div#devvn_breadcrumb nav.rank-math-breadcrumb {
    color: #8ACBC1;
    text-transform: uppercase;
    font-size: 14px;
}

div#devvn_breadcrumb nav.rank-math-breadcrumb .last,
div#devvn_breadcrumb nav.rank-math-breadcrumb a:hover {
    color: #C10F3E;
}


div#devvn_breadcrumb nav.rank-math-breadcrumb p {
    margin-bottom: unset;
}

/*.page-layout-category-in-service div#post-list > .row,
.page-layout-category-in-service div#devvn_breadcrumb > .container,
.page-layout-category-in-service:not(.category-content-images) .page-wrapper > .row {
    max-width: 1790px;
}*/

.bg_box_image > .section-content.relative > .row > .col.large-5 {
    padding: 0 !important;
}

.bg_box_image > .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
    padding-right: unset;
    /* margin-left: -105%; */
    padding-bottom: unset;
    pointer-events: none;
    width: unset !important;
}


.dv_sec1 .large-5 {
    padding-left: 0 !important;
}

.dev_sec3 .large-5 {
    padding-left: 0 !important;
}

.dv_sec2 .large-5 {
    padding-right: 0 !important;
}

.dv_sec4 .large-5 {
    padding-right: 0 !important;
}

.dev_sec3 .large-5 .img {
    /* margin-right: -4%; */
    width: auto !important;
    /* margin-left: -20%; */
}

.dv_sec4 .large-5 .img {
    /* margin-left: -56% !important; */
    /* margin-right: -20%; */
}

.dv_sec_5 .large-5 {
    padding-left: 0 !important;
}

.dv_sec_5 .large-5 .img {
    /* margin-right: -29%; */
    width: unset !important;
    /* margin-left: -35%; */
}

.section-title-container.devvn_box_title .section-title .section-title-main {
    background: linear-gradient(180deg, #C00F3E 0%, #4A0316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg_box_image.page_section_2 > .section-content.relative > .row > .col:nth-child(2) {
    z-index: -1;
}

body:not(.home) main#main {
    background-color: transparent;
}

body:not(.home) div#wrapper {
    background: linear-gradient(296.83deg, #8ACBC1 17.57%, #FFFFFF 66.7%);
}

.page-layout-category-in-service .col.post-item .box-text .post_before_title {
    display: none;
}

.page-layout-category-in-service .col.post-item .box-text .post-title.is-large a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00594D;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.page-layout-category-in-service.category-content-images .col.post-item .box-text .button.is-outline.is-small:hover,
.page-layout-category-in-service .col.post-item .box-text .button.is-outline.is-small:hover {
    background: linear-gradient(180deg, #C00F3E 0%, #4A0316 100%);
}

.page-layout-category-in-service .col.post-item .box-text .button.is-outline.is-small {
    max-width: 128px;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 99px;
    border: unset;
    padding: 0 15px;
    background: linear-gradient(180deg, #129A7E 0%, #00594D 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: unset;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    transition: .4s all;
}

.page-layout-category-in-service.category-content-images .col.post-item .box-text .button.is-outline.is-small:hover {
    background: linear-gradient(180deg, #C00F3E 0%, #4A0316 100%);
}

.page-layout-category-in-service .col.post-item .box-text {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: unset;
    padding-right: unset;
}

.page-layout-category-in-service .col.post-item {
    max-width: 510px;
}

.devvn_banner_before_breadcrumb {
    text-align: center;
    background-color: #fff;
}

/*div#devvn_breadcrumb > .container,
.single-post div#devvn_breadcrumb > .container,
header.entry-header > .container,
.single-post .blog-single > .row {
    max-width: 1790px;
}*/


header.entry-header .entry-divider.is-divider.small {
    display: none;
}

header.entry-header {
    background-color: #00594D;
}

header.entry-header .entry-header-text-top {
    padding-bottom: 20px;
    padding-top: 20px;
}

header.entry-header .entry-header-text-top .entry-title {
    margin-bottom: unset;
    text-align: center;
    color: #FFF482;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0;
}

.entry-content.single-page {
    font-size: 16px;
    padding-top: 45px;
    padding-bottom: unset;
}

.single-content-images .entry-content.single-page .box.gallery-box {
    margin-bottom: unset;
}

.single-content-images .entry-content.single-page .box .box-image {
    max-width: 100%;
    flex-basis: 100%;
}

body .entry-content.single-page .box .box-image {
    max-width: 39%;
    flex-basis: 39%;
}

.entry-content.single-page .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.entry-content.single-page .box .box-text {
    max-width: 61%;
    flex-basis: 61%;
    padding-left: 100px;
    padding-right: unset;
    padding-top: unset;
    padding-bottom: unset;
}

.devvn_banner_before_breadcrumb img.attachment-full.size-full {
    width: 100%;
    height: auto;
}

.content-page-gift-voucher .img .img-inner {
    filter: drop-shadow(11px 25px 26.8019px rgba(0, 0, 0, 0.25));
}

.entry-content.single-page .box .box-text p {
    margin-bottom: 10px;
}

.entry-content.single-page .box.box-order-2 .box-image {
    order: 2;
}

.entry-content.single-page .box.box-order-2 .box-text {
    padding-right: 100px;
    padding-left: unset;
}

.category .page-title.is-large {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    text-align: center;
    color: #00594D;
    justify-content: center;
    letter-spacing: unset;
}

/*.devvn_get_post_product_related > .container {
    max-width: 1790px;
}*/

.devvn_get_post_product_related ul.list_posts {
    margin-bottom: unset;
    margin-left: -35px;
    margin-right: -35px;
    display: flex;
    flex-wrap: wrap;
}

.devvn_get_post_product_related ul.list_posts li a {
    font-size: 30px;
    display: block;
    border-bottom: 1px solid #00594D;
    padding-bottom: 15px;
    padding-left: 10px;
}

.devvn_get_post_product_related ul.list_posts li {
    max-width: calc(100% / 3);
    flex-basis: calc(100% / 3);
    list-style: none;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
}

.devvn_get_post_product_related ul.list_posts li a:hover {
    color: #C00F3E;
}

.single-post .home_box_images .slider .img:not(.is-selected) .img-inner {
    transform: scale(.92);
}

.single-post .home_box_images .slider .img {
    max-width: 450px;
    flex-basis: 450px;
}

.single-post .home_box_images .slider .img:not(.is-selected).next_seleted .img-inner {
    margin-right: unset;
}

.single-post .home_box_images .slider .img:not(.is-selected).prev_seleted .img-inner {
    margin-left: unset;
}

.devvn_get_post_product_related ul.list_posts li a span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_box_images .slider .img:not(.is-selected) .img-inner:before {
    content: "";
    padding-top: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background-color: #00000087;
    z-index: 1;
}

.page header.entry-header {
    background-color: unset;
    text-align: center;
}

.category.category-content-images .page-title.is-large,
.page-header-wrapper .page-title-inner .title-wrapper .entry-title,
.page header.entry-header .entry-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.6;
    background: linear-gradient(180deg, #C00F3E 0%, #4A0316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: unset;
}

.page-template-default .page-wrapper {
    padding-top: 20px;
}

.page-header-wrapper {
    margin-bottom: 40px;
}


.single-post.single-content-images .entry-content.single-page .row {
    max-width: initial;
}

.single-post.single-content-images .entry-content.single-page > .row {
    margin-bottom: 30px;
}

.single-post.single-content-images .section-title.section-title-normal {
    border-bottom: unset;
    display: block;
}

.single-post.single-content-images .container.section-title-container {
    max-width: 100%;
    margin-bottom: 10px;
}

.single-post.single-content-images .section-title.section-title-normal span.section-title-main {
    border-bottom: unset;
    padding-bottom: unset;
}

.single-post.single-content-images .section-title.section-title-normal span.section-title-main:before {
    content: "";
    max-width: 90px;
    width: 100%;
    border-bottom: 2px solid #00594D;
    display: inline-block;
}

.content-pafge-contact .page-header-wrapper .page-title-inner {
    padding-bottom: 25px;
    padding-top: 25px;
}

.content-pafge-contact .page-header-wrapper .page-title-inner .title-wrapper .entry-title {
    color: #FFF482;
    background: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    font-size: 48px;
    line-height: normal;
}

.content-page-contact .footer_contacts {
    color: #00594D;
}

.content-page-contact .section-title-container {
    margin-bottom: 30px;
}

.content-page-contact .section-title-container .section-title .section-title-main {
    font-size: 30px;

}

.content-page-contact .content_contact .widget-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: #00594D;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.content-page-contact .footer_contacts li {
    margin-left: unset;
}

.content-page-contact .footer_contacts .icon_footer_location::before {
    background-image: url(images/phone_x.png);
}

.content-page-contact .footer_contacts .icon_footer_phone::before {
    background-image: url(images/location_x.png);
}

.content-page-contact .footer_contacts .icon_footer_mail::before {
    background-image: url(images/email_x.png);
}

.content-page-contact .content_contact .img .img-inner {
    border-radius: 25px;
}

.content-page-contact .content_info > .col-inner {
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.content-page-contact .content_info > .col-inner .img {
    max-width: 41%;
    flex-basis: 41%;
    margin-bottom: unset;
}

.content-page-contact .content_info > .col-inner > .wpcf7 {
    max-width: 59%;
    flex-basis: 59%;
    padding-left: 30px;
}

.content-page-contact form.wpcf7-form input {
    min-height: 45px;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #129A7E;
    border-radius: unset;
    padding: 0 10px;
    font-size: 18px;
    box-shadow: unset;
    font-weight: 400;
    margin-bottom: 20px;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

.content-page-contact form.wpcf7-form textarea {
    min-height: 250px;
    border-radius: 16px;
    padding: 10px;
    background: #FFFFFF;
    border-bottom: 1px solid #129A7E;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin-bottom: unset;
    padding-bottom: 80px;
}


.content-page-contact form.wpcf7-form textarea::placeholder,
.content-page-contact form.wpcf7-form input::placeholder {
    color: #8ACBC1;
}

.content-page-contact form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner.dev_submit {
    margin: unset;
    text-transform: none;
    letter-spacing: unset;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    max-width: 190px;
    width: 100%;
    background: linear-gradient(180deg, #129A7E 0%, #00594D 100%);
    border-radius: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    border: unset;
    right: 15px;
    bottom: 15px;
    height: 50px;
}

.content-page-contact form.wpcf7-form span.wpcf7-spinner {
    position: absolute;
    margin: unset;
    right: 0;
    bottom: 0;
}

.content-page-contact form.wpcf7-form .input.textarea-input {
    position: relative;
}

.content-page-contact form.wpcf7-form {
    margin-bottom: unset;
}

.content-page-contact form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner.dev_submit:hover {
    background: linear-gradient(180deg, #C00F3E 0%, #4A0316 100%);
}

.content-page-contact form.wpcf7-form .wpcf7-response-output {
    color: #fff;
}

.content-page-contact .page-header-wrapper .page-title-inner {
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-page-contact .page-title-inner .title-wrapper .entry-title {
    font-size: 35px;
    line-height: normal;
    background: unset;
    color: #FFF482;
    -webkit-text-fill-color: unset;
    letter-spacing: unset;
}

div#masthead ul.header-nav.header-nav-main:not(.nav-right) {
    justify-content: flex-end;
    padding-right: 15px;
}

.page_content_about_us .page-header-wrapper .page-title-inner {
    padding-top: 30px;
}

.stuck .header-main .nav > li > a {
    line-height: 1.6 !important;
}

.nav-dropdown-default {
    padding: 10px;
    min-width: 280px;
    background: linear-gradient(227.73deg, #8ACBC1 12.34%, #FFFFFF 58.55%);
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a {
    font-size: 20px;
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a {
    border-bottom-color: rgb(8 120 100 / 35%) !important;
    margin: unset;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(180deg, #129A7E 0%, #00594D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
}

div#pum-427 .pum-title {
    text-transform: uppercase;
    color: #00594D;
}

div#pum-427 form.wpcf7-form {
    margin-bottom: unset;
}

span.wpcf7-spinner {
    display: none !important;
}

form.wpcf7-form {
    margin-bottom: 0 !important;
}

div#voucher {
    border-radius: 20px;
}

strong.cf7-title {
    text-transform: uppercase;
    color: #00594D;
    display: block;
    text-align: center;
    font-size: 21px;
    line-height: 35px;
    margin: 0 0 20px 0;
}

div#pum-427 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.dev_submit,
form.wpcf7-form .cf7_form_style input.wpcf7-form-control.wpcf7-submit.dev_submit {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
    min-height: 55px;
    border-radius: 18px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#pum-427 form.wpcf7-form .wpcf7-response-output {
    margin-left: unset;
    margin-right: unset;
    margin-top: 20px;
}

div#pum-427 form.wpcf7-form span.wpcf7-spinner {
    margin: unset;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}


div#pum-427 form.wpcf7-form p {
    position: relative;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    z-index: -1;
    border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #8ACBC1;
}

div#pum-427:not(.devvn_maill_sent) .popup_result_advise .devvn_custom_result,
div#pum-427:not(.devvn_maill_failed) .popup_result_advise .devvn_custom_result {
    display: none;
}

.popup_result_advise .devvn_custom_result {
    text-align: center;
    padding-top: 30px;
}

.devvn_maill_sent .pum-container .pum-content .wpcf7,
.devvn_maill_sent .pum-title,
.devvn_maill_failed .pum-container .pum-content .wpcf7,
.devvn_maill_failed .pum-title {
    display: none;
}

.devvn_maill_sent .icon-success,
.popup_result_advise .icon-fail {
    margin-bottom: 28px;
}

.devvn_maill_sent .popup_result_advise .content > :nth-child(1) {
    font-size: 20px;
    color: #10C800;
    margin-bottom: 25px;
}

.popup_result_advise .content > :nth-child(1) {
    font-size: 20px;
    color: #C10F3E;
    margin-bottom: 25px;
}

.popup_result_advise .content .noidung {
    font-size: 16px;
    color: #a7a7a7;
    line-height: 1.6;
}

.popup_result_advise .content {
    margin-bottom: 75px;
}

.devvn_maill_sent .popup_result_advise button.action {
    background-color: #129A7E;
}

.popup_result_advise button.action {
    margin: unset;
    background-color: #C10F3E;
    color: #fff;
    text-transform: none;
    min-height: 58px;
    border-radius: 20px;
    width: 100%;
    font-size: 25px;
}

div#pum-427.devvn_maill_sent .popup_result_advise .devvn_custom_result, div#pum-427.devvn_maill_failed .popup_result_advise .devvn_custom_result {
    display: block;
}

.absolute-footer {
    display: none;
}

.devvn_maill_sent form.wpcf7-form,
.devvn_maill_failed form.wpcf7-form {
    display: none;
}

.devvn_maill_sent.lightbox-content,
.devvn_maill_failed.lightbox-content {
    max-width: 400px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #333;
}

.pum-theme-419 .pum-container {
    max-width: 440px;
}

.popup_result_advise br {
    display: unset;
}

.dv_sec1 .large-5 .img {
    position: relative;
    /* margin-right: -100px; */
    width: auto !important;
}

.dv_blog {
    margin-left: auto !important;
    margin-right: auto !important;
}

div#search-lightbox form.searchform button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    min-height: unset;
    background-color: #fff;
    min-width: unset;
    padding: unset;
    width: 50px;
    height: 50px;
    background-size: 27px;
}

div#masthead ul.header-nav.header-nav-main.nav-right > li.header-search.header-search-lightbox > .header-button > .icon.button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: unset;
    background-image: url(images/search_w.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    box-shadow: unset;
}

div#search-lightbox form.searchform button.ux-search-submit.submit-button.secondary.button.icon.mb-0, div#search-lightbox form.searchform input.search-field {
    height: 50px;
    font-size: 16px;
}

div#masthead ul.header-nav.header-nav-main.nav-right > li.header-search.header-search-lightbox > .header-button > .icon.button > i.icon-search:before {
    content: "";
}

.live-search-results strong {
    color: #00594d;
}

.live-search-results {
    background-color: #fff;
    font-size: 15px;
    color: #000;
}

.dev_cf7_forms_1 input.wpcf7-form-control:not(.wpcf7-submit) {
    padding: 0 20px;
}

.blog-wrapper.blog-single.page-wrapper {
    padding-top: 10px;
}

.footer_contacts li span {
    line-height: normal;
}

.devvn_get_post_product_related .container.section-title-container.devvn_title {
    margin-bottom: 35px;
}

.dv_sec1 .section-content.relative > .img {
    position: absolute;
    max-width: 28%;
    bottom: 0;
}

.dv_sec1 .img_box_left {
    position: absolute;
    bottom: 0;
}

.dv_sec2 > .section-content.relative > .row > .col:nth-child(2), .dv_sec2 > .section-content.relative > .row > .col:nth-child(2) > .col-inner {
    position: unset;
}

.dv_sec2 > .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: unset;
}


.bg_box_image.dv_sec_5 .section-content.relative > .row > .col:nth-child(2),
.bg_box_image.dv_sec_5 .section-content.relative > .row > .col:nth-child(2) > .col-inner,
.dv_sec_5 .section-content.relative > .row > .col:nth-child(1),
.dv_sec_5 .section-content.relative > .row > .col:nth-child(1) > .col-inner,
.dev_sec3 .section-content.relative > .row > .col:nth-child(1),
.dev_sec3 .section-content.relative > .row > .col:nth-child(1) > .col-inner,
.dv_sec1 .section-content.relative > .row > .col:nth-child(1),
.dv_sec1 .section-content.relative > .row > .col:nth-child(1) > .col-inner,
.dv_sec4 .section-content.relative > .row > .col:nth-child(2),
.dv_sec4 .section-content.relative > .row > .col:nth-child(2) > .col-inner,
.dv_sec2 .section-content.relative > .row > .col:nth-child(2),
.dv_sec2 .section-content.relative > .row > .col:nth-child(2) > .col-inner {
    position: unset;
}

.dv_sec1 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img {
    position: absolute;
    left: 0;
    max-width: 720px;
}

.dv_sec2 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
    position: absolute;
    right: 0;
    max-width: 1200px;
    left: auto;
}

.dv_sec2 .section-content.relative > .row > .col:nth-child(1) > .col-inner .home_title {
    margin-bottom: unset;
}

.dev_sec3 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 550px;
}


.dv_sec4 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 853px;
}

.dv_sec_5 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 740px;
}

.bg_box_image.dv_sec_5 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1073px;
}

.page_section_1 {
    overflow: hidden;
}

.home_box_banner_5 > .section-bg.bg-loaded > .section-bg-overlay {
    background: linear-gradient(248.54deg, #8ACBC1 10.79%, #FFFFFF 93.57%);
    z-index: -1;
}


.home_box_banner_5 .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    margin-bottom: unset;
}


.home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner,
.home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2),
.home_box_banner_5 .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner,
.home_box_banner_5 .section-content.relative > .row:nth-child(1) > .col:nth-child(2) {
    position: unset;
}

.home_box_banner_6 > .section-content.relative,
.home_box_banner_5 > .section-content.relative {
    position: unset !IMPORTANT;
}

.home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
    position: absolute;
    bottom: 0;
    left: 16%;
    max-width: 700px;
    z-index: -1;
}

.devvn_get_post_product_related .box.box-vertical {
    display: flex;
}

.devvn_get_post_product_related .box.box-vertical .box-image {
    max-width: 40%;
}

.devvn_get_post_product_related .box.box-vertical .box-text.text-left {
    max-width: 60%;
    padding-top: unset;
    padding-bottom: unset;
    padding-right: unset;
    padding-left: 15px;
}

.devvn_get_post_product_related .box.box-vertical .box-text .post_before_title {
    display: none;
}

.devvn_get_post_product_related .box.box-vertical .box-text .post-title.is-large {
    font-size: 18px;
}

.devvn_get_post_product_related .box.box-vertical .box-text .post-title.is-large a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*@media only screen and (max-width: 1790px) {
    header#header .header-main {
        height: 100px;
    }

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

    .home_title.home_title_2 > :nth-child(1) strong {
        font-size: 100px;
    }

    .header-main .nav > li > a {
        padding: 5px 15px;
    }

    .content-page-contact form.wpcf7-form input {
        min-height: 50px;
        font-size: 25px;
    }

    .content-page-contact form.wpcf7-form textarea, .content-page-contact form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner.dev_submit {
        font-size: 25px;
    }

    .content-page-contact form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner.dev_submit {
        height: 60px;
        max-width: 200px;
    }

    .content-page-contact form.wpcf7-form textarea {
        padding-bottom: 90px;
    }

    .content-page-contact .content_info > .col-inner > .wpcf7 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1600px) {
    .logo-left .logo {
        max-width: 190px;
    }

    .entry-content.single-page {
        font-size: 25px;
    }

    .page-content-category-service .col.post-item .box-text .post-title.is-large .plain {
        font-size: 25px;
    }

    .devvn_get_post_product_related ul.list_posts li {
        padding-left: 60px;
        padding-right: 60px;
    }

    .devvn_get_post_product_related ul.list_posts {
        margin-left: -60px;
        margin-right: -60px;
    }

    .home_title.home_title_2 > :nth-child(1) strong {
        font-size: 80px;
    }

    .home_title.home_title_2 > :nth-child(1) {
        font-size: 46px;
    }

    .page-content-category-service .col.post-item .box-text .post-title.is-large {
        min-height: 95px;
    }

    .page_content_about_us .box_content {
        font-size: 30px;
    }

    .footer-widgets.footer.footer-1 > .row > .col:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-widgets.footer.footer-1 > .row > .col:nth-child(1) {
        padding-right: 15px;
    }

    .footer-widgets.footer.footer-1 > .row > .col:nth-child(3) {
        padding-left: 15px;
    }

    .footer-widgets.footer.footer-1 {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1), .home_title_1 > :nth-child(2) > :nth-child(2) {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-main .nav > li > a {
        font-size: 18px;
        padding: 5px 10px;
    }

    .page-content-category-service .page_section_1:nth-child(2n + 1) > .section-content.relative > .row > .col:nth-child(2) > .col-inner {
        padding: 50px 35px 50px 0 !important;
    }

    .page-content-category-service .page_section_1:nth-child(2n) > .section-content.relative > .row > .col:nth-child(1) > .col-inner {
        padding: 50px 0 50px 35px !important;
    }

    .page-content-category-service .page_section_1:nth-child(2) {
        padding-top: unset !important;
    }

    .page-content-category-service .page_section_1 .home_title.home_title_2 {
        margin-bottom: 30px;
    }

    .page-content-category-service .col.post-item .box-text .post-title.is-large .plain {
        font-size: 20px;
    }

    .page-content-category-service .col.post-item .box-text .post-title.is-large {
        min-height: 85px;
    }

    .page_section_1 .button.primary.devvn_button {
        margin-top: 30px;
        font-size: 25px;
        max-width: 400px;
        min-height: 60px;
    }

    .home_box_banner_1 .section-content.relative > .row {
        margin-top: -10%;
    }


    .home_box_banner_2 .home_content {
        font-size: 30px;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1), .home_title_1 > :nth-child(2) > :nth-child(2) {
        font-size: 110px;
    }

    .home_box_banner_1 .section-content.relative > .row > .col:nth-child(1),
    .home_box_banner_1 .section-content.relative > .row > .col:nth-child(2) {
        flex-basis: 50%;
        max-width: 50%;
    }

    .home_box_banner_2 .home_title > :nth-child(1) strong {
        font-size: 117px;
    }

    .section-title-container .section-title .section-title-main {
        font-size: 50px;
    }

    .home_box_banner_1.home_box_banner_2 .section-content.relative > .row > .col:nth-child(2) {
        flex-basis: 60%;
        max-width: 60%;
    }

    .home_box_banner_1.home_box_banner_2 .section-content.relative > .row > .col:nth-child(1) {
        flex-basis: 40%;
        max-width: 40%;
    }

    .home_box_banner_2 .home_title > :nth-child(1) {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-widgets.footer.footer-1 > .row > .col:nth-child(1) .footer_content p {
        font-size: 18px;
    }

    .content-page-contact form.wpcf7-form input {
        font-size: 20px;
        margin-bottom: 20px;
    }


    .content-page-contact form.wpcf7-form textarea {
        font-size: 20px;
    }

    .content-page-contact form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner.dev_submit {
        font-size: 20px;
        height: 40px;
    }

    .category .page-title.is-large {
        font-size: 50px;
        line-height: 1.6;
        margin-bottom: unset;
    }

    header.entry-header .entry-header-text-top .entry-title {
        font-size: 25px;
    }

    .blog-wrapper.blog-archive.page-wrapper {
        padding-top: unset;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1), .home_title_1 > :nth-child(2) > :nth-child(2) {
        font-size: 100px;
    }

    .footer_logo a {
        max-width: 250px;
        display: block;
    }

    .footer-widgets .widget .widget-title {
        font-size: 28px;
    }

    .footer_contacts li [class*="icon_footer_"]:before {
        width: 35px;
        height: 35px;
    }

    .devvn_get_post_product_related ul.list_posts li {
        padding-left: 30px;
        padding-right: 30px;
    }

    .devvn_get_post_product_related ul.list_posts {
        margin-left: -30px;
        margin-right: -30px;
    }

    .footer_contacts li {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1140px) {
    .page-layout-category-in-service .col.post-item .box-text .post-title.is-large a,
    .devvn_list_category .box .box-text .box-text-inner, .devvn_list_category .box .box-text .button.primary {
        font-size: 15px;
    }

    .content-page-contact .content_info > .col-inner .img, .content-page-contact .content_info > .col-inner > .wpcf7 {
        max-width: 50%;
        flex-basis: 50%;
    }

    .content-page-contact .page-title-inner .title-wrapper .entry-title {
        font-size: 30px;
    }

    .content-page-contact .page-header-wrapper .page-title-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    div#devvn_breadcrumb {
        padding-top: 40px;
    }

    div#devvn_breadcrumb nav.rank-math-breadcrumb a, div#devvn_breadcrumb nav.rank-math-breadcrumb {
        font-size: 25px;
    }

    .content-page-contact .content_contact .widget-title {
        font-size: 40px;
    }

    .single-post .home_box_images .slider .img {
        max-width: 500px;
        flex-basis: 500px;
    }

    .devvn_get_post_product_related ul.list_posts li a {
        font-size: 25px;
    }

    .page-layout-category-in-service .col.post-item .box-text {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .entry-content.single-page {
        font-size: 20px;
        padding-top: 50px;
    }

    .home_title.home_title_2 > :nth-child(1) strong {
        font-size: 75px;
    }

    .page_content_about_us > .section-content.relative > .row:nth-child(2) > .col:nth-child(2) > .col-inner {
        padding-right: unset !important;
    }

    .section-title-container .section-title .section-title-main {
        font-size: 45px;
    }

    .page_content_about_us > .section-content.relative > .row:nth-child(2) > .col:nth-child(3) > .col-inner {
        padding-left: unset !important;
    }

    .page_content_about_us .box_content {
        font-size: 22px;
    }

    .home_box_banner_2 .home_title > :nth-child(1) strong {
        font-size: 70px;
        margin-bottom: -60px;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1), .home_title_1 > :nth-child(2) > :nth-child(2) {
        font-size: 90px;
    }

    .devvn_desc {
        font-size: 30px;
    }

    .home_box_banner_2 .home_title > :nth-child(1) {
        font-size: 52px;
    }

    .page-layout-category-in-service .col.post-item .box-text .button.is-outline.is-small,
    .home_box_banner_2 .home_content {
        font-size: 15px;
    }

    .page-layout-category-in-service .col.post-item .box-text .button.is-outline.is-small,
    .devvn_list_category .box .box-text .button.primary {
        min-height: 40px;
        max-width: 200px;
    }

    .home_title > :nth-child(1) strong {
        font-size: 120px;
        margin-bottom: -90px;
    }

    .home_title > :nth-child(1) {
        font-size: 70px;
    }

    .devvn_list_category .box .box-text {
        margin-top: -25px;
    }

    .button.primary:not(.icon) {
        font-size: 25px;
        min-height: 60px;
        max-width: 350px;
    }

    .dev_cf7_forms_1 input.wpcf7-form-control.wpcf7-submit {
        font-size: 25px;
        min-height: 60px;
    }
}
*/

ul.header-nav.header-nav-main .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    width: 40px;
    border-radius: 4px;
}

ul.header-nav.header-nav-main.nav .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: unset;
}

@media only screen and (max-width: 1920px) {
    .home_box_banner_custom {
        min-height: 1000px !important;
    }
}

@media only screen and (max-width: 1700px) {
    .home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
        left: 5%;
        max-width: 650px;
    }

    .home_box_banner_6 {
        min-height: 800px !important;
    }

    .home_box_banner_5 {
        min-height: 800px !important;
    }

    .home_box_banner_5 .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
        max-width: 1400px;
    }
}

@media only screen and (max-width: 1400px) {
    .dv_sec_5 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img,
    .dv_sec1 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img {
        max-width: 650px;
    }

    .dv_sec2 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
        max-width: 1100px;
    }

    .home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
        left: 3%;
        max-width: 550px;
    }

    .dev_sec3 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1170px) {
    .home_box_banner_5 {
        min-height: 600px !important;
    }
}

@media only screen and (max-width: 1170px) {
    .header-main .nav > li > a {
        padding: 5px 10px;
    }

    .home_title > :nth-child(1) strong {
        font-size: 100px;
        margin-bottom: -70px;
    }

    .home_title > :nth-child(1) {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .home_content {
        font-size: 18px;
    }

    .button.primary:not(.icon) {
        font-size: 18px;
        min-height: 50px;
        max-width: 270px;
    }

    .devvn_desc {
        font-size: 20px;
    }

    .button.primary.devvn_button {
        max-width: 300px;
    }

    .dev_cf7_forms_1 input.wpcf7-form-control.wpcf7-submit {
        font-size: 20px;
    }

    .page_content_about_us .box_content {
        font-size: 18px;
    }

    .logo-left .logo {
        max-width: 170px;
    }

    .dv_sec_5 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img, .dv_sec1 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img {
        max-width: 500px;
    }

    .page-content-category-service .col.post-item .box-text .post-title.is-large .plain {
        font-size: 18px;
    }

    .page-content-category-service .col.post-item .box-text .post-title.is-large {
        min-height: 70px;
        padding: 10px;
    }

    .dv_sec2 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
        max-width: 900px;
    }

    .dev_sec3 .section-content.relative > .row > .col:nth-child(1) > .col-inner .img {
        max-width: 450px;
    }

    .dv_sec4 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
        max-width: 801px;
    }

    .bg_box_image.dv_sec_5 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
        max-width: 1010px;
    }


}

@media only screen and (max-width: 1024px) {
    /*new*/
    div#masthead ul.header-nav.header-nav-main:not(.nav-right) {
        justify-content: flex-end;
    }

    .bg_box_image.dv_sec_5 .section-content.relative > .row > .col:nth-child(1) > .col-inner {
        padding-top: 87px !important;
    }

    .home_box_images .slider .img {
        max-width: 420px;
        flex-basis: 420px;
    }

    .home_box_banner_1.home_box_banner_2.box_bg_1 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .home_box_banner_2 .home_content {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1), .home_title_1 > :nth-child(2) > :nth-child(2) {
        font-size: 90px;
    }

    /*end new*/
    .logo-left .logo {
        max-width: 165px;
        margin-right: 15px;
    }

    .devvn_get_post_product_related ul.list_posts li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .devvn_get_post_product_related ul.list_posts {
        margin-left: -15px;
        margin-right: -15px;
    }

    /*.home_box_banner_1.home_box_banner_2 .section-content.relative > .row > .col:nth-child(2), .home_box_banner_1.home_box_banner_2 .section-content.relative > .row > .col:nth-child(1) {
        max-width: 100%;
        flex-basis: 100%;
    }*/
    .home_box_banner_2 .home_title > :nth-child(1) strong {
        margin-left: unset;
    }

    .home_box_banner_2 .home_title > :nth-child(1) {
        text-align: center;
    }

    .footer_contacts li {
        font-size: 16px;
    }

    .footer-widgets.footer.footer-1 > .row > .col:nth-child(1) .footer_content p {
        font-size: 16px;
    }

    footer#footer form.wpcf7-form {
        padding: 20px;
    }

    .header-social-icons .social-icons.follow-icons .icon.button {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .header-social-icons .social-icons.follow-icons .icon.button i {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .bg_box_image.dv_sec_5 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
        width: 940px !important;
    }

    .devvn_get_post_product_related .box.box-vertical .box-text .post-title.is-large {
        font-size: 16px;
    }

    /*new*/
    .home_box_banner_1 .section-content.relative > .row {
        margin-top: -50px;
    }

    .dv_sec4 .section-content.relative > .row > .col:nth-child(2) > .col-inner .img {
        max-width: 758px;
    }

    .home_title_1 > :nth-child(1) {
        font-size: 28px;
    }

    .home_box_service_like .section-title-container {
        margin-bottom: 40px;
    }

    /*endnew*/
    .section-title-container .section-title .section-title-main {
        font-size: 50px;
    }


    .home_title.home_title_2 > :nth-child(1) strong {
        font-size: 56px;
    }

    div#devvn_breadcrumb nav.rank-math-breadcrumb a, div#devvn_breadcrumb nav.rank-math-breadcrumb {
        font-size: 25px;
    }

    .content-page-contact .content_contact .widget-title, .content-page-contact .section-title-container .section-title .section-title-main {
        font-size: 30px;
    }

    .content-page-contact .section-title-container {
        margin-bottom: 30px;
    }

    .category.category-content-images .page-title.is-large, .page-header-wrapper .page-title-inner .title-wrapper .entry-title, .page header.entry-header .entry-title {
        font-size: 60px;
    }

    .content-page-contact .page-title-inner .title-wrapper .entry-title {
        font-size: 30px;
    }

    .home_title.home_title_2 > :nth-child(1) {
        font-size: 40px;
    }

    .intro_box_3 .box .box-text p {
        font-size: 20px;
    }

    .page-breadcrumbs, .page-breadcrumbs a {
        /* font-size: 25px; */
    }

    .page_content_about_us .page-header-wrapper .page-title-inner {
        padding-top: 20px;
    }

    .page_content_about_us .box_content {
        font-size: 16px;
    }

    .page-header-wrapper {
        margin-bottom: 10px;
    }

    .section-title-container .section-title .section-title-main {
        font-size: 45px;
    }

    .intro_box_3 .box .box-text {
        max-width: calc(100% - 50px);
    }

    .col.post-item .box-text .post-title.is-large {
        font-size: 17px;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1), .home_title_1 > :nth-child(2) > :nth-child(2) {
        font-size: 80px;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1) {
        margin-bottom: 30px;
    }

    .home_title > :nth-child(1) strong {
        font-size: 90px;
        margin-bottom: -70px;
    }

    .home_title > :nth-child(1) {
        font-size: 50px;
    }

    .devvn_list_category .box .box-text .box-text-inner {
        font-size: 20px;
    }

    .home_content > :last-child {
        font-size: inherit;
    }

    .home_box_banner_2.home_box_banner_1 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media only screen and (max-width: 849px) {
    .home_box_banner_6 {
        min-height: 700px !important;
    }

    .home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
        max-width: 480px;
    }

    /*new*/
    .home_box_banner_1 .section-content.relative > .row {
        margin-top: unset;
    }

    .page-layout-category-in-service .col.post-item .box-text .post-title.is-large a {
        font-size: 15px;
    }

    /*endnew*/
    .header-inner ul.mobile-nav.nav.nav-right > li.nav-icon > a.is-small {
        font-size: 14px;
        padding-right: unset;
        padding-left: unset;
    }


    .content-page-contact .content_info > .col-inner {
        flex-wrap: wrap;
    }

    .content-page-contact .content_info > .col-inner .img, .content-page-contact .content_info > .col-inner > .wpcf7 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .content-page-contact .content_info > .col-inner .img {
        margin-bottom: 20px;
    }

    .content-page-contact .content_info > .col-inner > .wpcf7 {
        padding-left: unset;
    }

    header.entry-header .entry-header-text-top .entry-title {
        font-size: 25px;
    }

    header.entry-header .entry-header-text-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .entry-content.single-page {
        padding-top: 30px;
        font-size: 18px;
    }

    .devvn_get_post_product_related ul.list_posts li a {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .single-post .home_box_images .slider .img {
        max-width: 400px;
        flex-basis: 400px;
    }

    .blog-single .home_box_images {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

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

    .blog-single .home_box_images .container.section-title-container.devvn_title {
        margin-bottom: unset;
    }

    .page-layout-category-in-service .col.post-item {
        max-width: 50%;
        flex-basis: 50%;
    }

    div#devvn_breadcrumb nav.rank-math-breadcrumb a, div#devvn_breadcrumb nav.rank-math-breadcrumb {
        font-size: 15px;
    }

    div#devvn_breadcrumb {
        padding-top: 30px;
    }

    .category.category-content-images .page-title.is-large, .page-header-wrapper .page-title-inner .title-wrapper .entry-title, .page header.entry-header .entry-title {
        font-size: 55px;
        line-height: 1.6;
    }

    .page-content-category-service .page_section_1:nth-child(2n) > .section-content.relative > .row > .col:nth-child(1) > .col-inner {
        padding-left: unset !important;
    }

    .bg_box_image.page_section_2 > .section-content.relative > .row > .col:nth-child(2), .bg_box_image.page_section_2 > .section-content.relative > .row > .col:nth-child(1) {
        max-width: 100%;
        flex-basis: 100%;
    }

    .bg_box_image > .section-content.relative > .row {
        flex-wrap: wrap;
    }

    .page-content-category-service .page_section_1:nth-child(2n) > .section-content.relative > .row > .col:nth-child(2), .page-content-category-service .page_section_1:nth-child(2n+ 1) > .section-content.relative > .row > .col:nth-child(1) {
        display: none;
    }

    .page-content-category-service .page_section_1:nth-child(2n) > .section-content.relative > .row > .col:nth-child(2) > .col-inner {
        padding-left: unset !important;
    }

    .page-content-category-service .page_section_1:nth-child(2n + 1) > .section-content.relative > .row > .col:nth-child(2) > .col-inner {
        padding-right: unset !important;
        padding-top: 30px !important;
    }

    .page_content_about_us .page-header-wrapper .page-title-inner .medium-text-center {
        text-align: left !important;
    }

    .stuck .header-main {
        max-height: 80px;
    }

    .home_box_levels .img {
        max-width: 70%;
        margin: 0 auto;
    }


    .home_box_banner_2 .home_content {
        margin-bottom: 50px;
    }

    .home_box_banner_2.home_box_banner_1 {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }

    .footer-widgets.footer.footer-1 {
        padding-top: 50px;
    }

    .footer-widgets.footer.footer-1 > .row > .col:nth-child(3), .footer-widgets.footer.footer-1 > .row > .col:nth-child(2), .footer-widgets.footer.footer-1 > .row > .col:nth-child(1) {
        max-width: 100%;
        flex-basis: 100%;
    }

    .footer-widgets.footer.footer-1 > .row > .col:nth-child(1) .footer_content > p:nth-child(1) {
        text-align: left;
    }

    .logo-left .logo {
        max-width: 230px;
    }

    .content-page-contact {
        padding-top: 10px !important;
    }

    .sidebar-menu.no-scrollbar .header-search-form form.searchform {
        max-width: 100%;
    }

    .sidebar-menu.no-scrollbar ul.nav.nav-sidebar.nav-vertical li a {
        color: #00594d;
        font-size: 16px;
        letter-spacing: 0;
    }

    .content-page-contact .page-header-wrapper .page-title-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }


    .content-page-contact .page-header-wrapper .page-title-inner .flex-col {
        padding: unset;
    }

    .home_box_banner_5 .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
        position: unset;
        transform: unset;
    }

    .home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
        position: unset;
    }

    .home_box_banner_1:not(.home_box_banner_2) .large-7,
    .home_box_banner_2 .large-5 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .page-header-wrapper .page-title-inner .title-breadcrumbs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-breadcrumbs, .page-breadcrumbs a {
        font-size: 15px;
    }

    .content-page-contact form.wpcf7-form textarea {
        font-size: 15px;
    }

    .content-page-contact form.wpcf7-form input {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .content-page-contact form.wpcf7-form textarea {
        min-height: 225px;
    }

    .section-title-container .section-title .section-title-main {
        font-size: 40px;
    }

    .home_box_banner_1.box_bg_1,
    .home_box_banner_1.home_box_banner_2.box_bg_1 {
        padding-bottom: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .page_section_1 .button.primary.devvn_button {
        font-size: 20px;
        min-height: 50px;
    }

    .home_box_banner_1.home_box_banner_2 .section-content.relative > .row > .col {
        max-width: 100%;
        flex-basis: 100%;
    }

    .home_box_banner_6 > .section-content.relative > .row:nth-child(1) > .col:nth-child(2) > .col-inner .img {
        margin: 0 auto;
    }

    .intro_box_3 .box .box-text p {
        font-size: 16px;
    }

    .category .page-title.is-large {
        font-size: 40px;
    }

    .single-post.single-content-images .section-title-container .section-title .section-title-main {
        font-size: 25px;
    }

    .single-post.single-content-images .section-title.section-title-normal span.section-title-main:before {
        max-width: 30px;
    }

    .col.post-item .box-text {
        padding-top: 20px;
        padding-bottom: unset;
    }

    .col.post-item .box-text .post_before_title {
        margin-bottom: 15px;
    }

    .single-post.single-content-images .container.section-title-container {
        margin-bottom: unset;
    }

    .single-post .blog-single {
        padding-top: unset;
    }

    .category.category-content-images .page-title.is-large, .page-header-wrapper .page-title-inner .title-wrapper .entry-title, .page header.entry-header .entry-title {
        font-size: 40px;
    }

    .dev_cf7_forms_1 input.wpcf7-form-control.wpcf7-submit {
        font-size: 16px;
    }

    .home_box_banner_2 .home_title > :nth-child(1) {
        font-size: 40px;
    }

    .home_box_banner_2 .home_title > :nth-child(1) strong {
        font-size: 75px;
    }

    .home_box_banner_2 .home_content {
        font-size: 20px;
    }

    .home_box_images .slider .img:not(.is-selected).prev_seleted .img-inner, .home_box_images .slider .img:not(.is-selected).next_seleted .img-inner {
        transform: scale(.95);
    }

    .section-title-container .section-title .section-title-main {
        font-size: 35px;
    }

    .devvn_get_post_product_related ul.list_posts li {
        max-width: 50%;
        flex-basis: 50%;
    }

    .devvn_get_post_product_related ul.list_posts li a {
        font-size: 18px;
    }

    .section-title-container {
        margin-bottom: 40px;
    }

    .devvn_list_category .box .box-text .box-text-inner, .devvn_list_category .box .box-text .button.primary {
        font-size: 14px;
    }

    .devvn_list_category .box .box-text .button.primary {
        min-height: 32px;
        max-width: 110px;
    }

    .devvn_list_category .box .box-text {
        margin-top: -17px;
        padding-bottom: 0;
    }

    .home_box_images {
        padding-bottom: 80px !important;
    }

    .devvn_desc {
        font-size: 18px;
    }

    /*.home_box_banner_1 .section-content.relative > .row > .col:nth-child(2) {
        flex-basis: 75%;
        max-width: 75%;
    }

    .home_box_banner_1 .section-content.relative > .row > .col:nth-child(1) {
        flex-basis: 25%;
        max-width: 25%;
    }*/
    .home_title > :nth-child(1) strong {
        font-size: 70px;
        margin-bottom: -50px;
    }

    .home_title > :nth-child(1) {
        font-size: 40px;
    }

    .home_box_images .slider .img {
        max-width: 400px;
        flex-basis: 400px;
    }
}

@media only screen and (max-width: 549px) {
    .logo-left .logo {
        max-width: 170px;
    }

    .dev_cf7_forms_1 input.wpcf7-form-control, .dev_cf7_forms_1 input.wpcf7-form-control.wpcf7-submit {
        height: 45px !important;
        min-height: unset;
    }

    .single-post .home_box_images .slider .img {
        max-width: 250px;
        flex-basis: 250px;
    }

    .page-layout-category-in-service .col.post-item {
        max-width: 100%;
        flex-basis: 100%;
    }


    .single-post .home_box_images .slider .img:not(.is-selected) .img-inner {
        transform: scale(.85);
    }

    .page-layout-category-in-service .col.post-item .box-text .button.is-outline.is-small {
        font-size: 15px;
        min-height: 40px;
        max-width: 180px;
    }

    .page-layout-category-in-service .col.post-item .box-text .post-title.is-large a {
        font-size: 15px;
    }

    .page_content_price.row > .col:nth-child(2n) {
        padding-right: 15px;
    }

    .home_title.home_title_2 > :nth-child(1) {
        font-size: 30px;
    }

    .home_title.home_title_2 > :nth-child(1) strong {
        font-size: 42px;
    }

    .page-breadcrumbs, .page-breadcrumbs a {
        color: #00594d;
        font-size: 15px;
    }

    .breadcrumbs .divider, .breadcrumbs .separator {
        margin: unset;
    }

    .section-title-container .section-title .section-title-main {
        font-size: 18px;
    }

    .page_content_about_us .box_content {
        font-size: 18px;
    }

    .dev_cf7_forms_1 > p {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 10px;
    }

    .home_box_banner_2 .home_title > :nth-child(1) strong {
        font-size: 50px;
        margin-bottom: -35px;
    }

    .home_box_banner_2 .home_title > :nth-child(1) {
        font-size: 25px;
    }

    .home_box_banner_2 .home_content {
        font-size: 15px;
    }

    .button.primary:not(.icon) {
        font-size: 20px;
        min-height: 50px;
    }

    .home_title_1 > :nth-child(2) > :nth-child(1), .home_title_1 > :nth-child(2) > :nth-child(2) {
        font-size: 60px;
    }

    .home_box_news {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .home_title_1 > :nth-child(1) {
        font-size: 21px;
    }

    .home_box_levels .img {
        max-width: 100%;
    }

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

    .home_box_levels {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .devvn_desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .home_box_images {
        padding-top: 80px !important;
    }

    .home_title > :nth-child(1) strong {
        font-size: 60px;
        margin-bottom: -40px;
        line-height: 140px;
    }

    .home_title > :nth-child(1) {
        font-size: 40px;
    }

    .home_content {
        font-size: 18px;
    }

    .home_box_banner_1 .section-content.relative > .row > .col:nth-child(2), .home_box_banner_1 .section-content.relative > .row > .col:nth-child(1) {
        max-width: 100%;
        flex-basis: 100%;
    }

    .dev_cf7_forms_1 span.wpcf7-form-control-wrap {
        margin-right: unset;
        max-width: calc(50% - 5px);
    }

    .slider-wrapper .flickity-prev-next-button {
        display: block;
    }

    .home_box_images .slider .img {
        max-width: 250px;
    }

    header#header .header-main {
        height: 80px;
    }

    .devvn_list_category .box .box-image a {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .devvn_list_category .box .box-image,
    .category-hinh-anh-dich-vu .col.post-item .box-image {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .home_box_service_like .section-title-container {
        margin-bottom: 20px;
    }

    .home_box_banner_1.box_bg_1, .home_box_banner_1.home_box_banner_2.box_bg_1 {
        padding-top: 20px !important;
    }

    .category.category-content-images .page-title.is-large, .page-header-wrapper .page-title-inner .title-wrapper .entry-title, .page header.entry-header .entry-title {
        font-size: 25px;
    }
}
