/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
.button.is-outline {
    color: inherit;
    line-height: calc( 2.5em - 2px );
}
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
#header {
    position: absolute;
}
.header-bg-color {
    backdrop-filter: blur(16px);
    --webkit-backdrop-filter: blur(16px);
    background-color: hsla(0,0%,100%,.6);
}
#header-newsletter-signup .form-desc,
#header-newsletter-signup .form-title {
    text-align: center;
}
#header-newsletter-signup .form-title {
    text-transform: uppercase;
}
#header-newsletter-signup .form-desc {
    margin-bottom: 20px;
}
#header-newsletter-signup .wpcf7-form-control-wrap select,
#header-newsletter-signup .wpcf7-form-control-wrap input {
    height: 45px;
}
#header-newsletter-signup .form-submit {
    text-align: center;
    margin-top: 20px;
}
#header-newsletter-signup {
    max-width: 600px !important;
    padding: 20px  !important;
}
@media only screen and (min-width: 850px) {
    .nav-left {
        justify-content: flex-end;
    }
    .nav-right {
        justify-content: flex-start;
    }
}
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
    color: #4071B8;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 210px;
    top: -1px;
    border: 1px solid #ddd;
    left: 100%; 
    position: absolute; 
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    z-index: 99999; 
    opacity: 0; 
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out; 
    -webkit-transition: 0.2s ease-in-out; 
    transition: 0.2s ease-in-out; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {position: relative;width: 32px;height: 32px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background-color: #000;position: absolute;height: 2px;transition: all .3s ease-in-out;pointer-events: none;}
.nav-dark .nav-click span, .nav-dark .nav-click::after, .nav-dark .nav-click::before {background-color: #FFF;}
.nav-click::after,.nav-click::before{top:6px;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:30px}
.nav-click span{top:15px;right:0;width:24px}
@media (min-width:850px) {
    .nav-click{width:38px;height:38px}
    .nav-click span, .nav-click::after, .nav-click::before{height:3px}
    .nav-click::after, .nav-click::before{top:9px; width:25px}
    .nav-click::after{top:27px;width:35px}
    .nav-click span{top:18px;width:31px}
}
.has-off-canvas .current-lightbox-clicked .nav-click span{opacity:0}
.has-off-canvas .current-lightbox-clicked .nav-click::before{width:70%;left:17%;transform:rotate3d(0,0,1,45deg);top:43%}
.has-off-canvas .current-lightbox-clicked .nav-click::after{width:70%;left:15%;transform:rotate3d(0,0,1,-45deg);top:41%}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.sidebar .widget_recent_entries ul li .post-date { display: block; }

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}
.widget_list_posts .blog-post-inner .post-title {
    font-size: .875rem;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
    margin: 0 0 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
@media screen and (min-width: 550px) {
    .widget_list_posts .box-vertical {
        display: flex;
    }
    .widget_list_posts .box-vertical .box-image {
        flex: 0 0 30%;
    }
    .widget_list_posts .box-vertical .box-text {
        padding: 0 0 0 20px;
    }
    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 20px 0 0;
    }
}
/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 20px;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: .8em;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56.25%;
}
.sh-blog-shortcode .element .post-inner {
    position: relative;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: .5em 0 .5em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
    color: #999999;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}
.news .sh-blog-shortcode.style-3 .element .entry-thumb .image-zoom { 
    padding-top: 81.6216216%;
}
.home .service.element .entry-thumb .image-zoom { 
    padding-top: 57.2972973%;
}
.sh-blog-shortcode.style-3 .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 85px 30px 20px;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.home .service.element .entry-content {
    position: initial;
    bottom: initial;
    left: initial;
    padding: 20px 10px;
    text-align: center;
    background: #FDB714;
    text-transform: uppercase;
}
.sh-blog-shortcode.style-3 .entry-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.sh-blog-shortcode.style-3 .entry-title a {
    color: #FFF;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 1em;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 30px;
    }
}
@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}
/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}.ux-menu-title {
    font-size: 100%;
}
/* Category */
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: .5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper {
    background: #4071b8;
}
.top-ft .large-12 > .col-inner {
    margin-top: -65px;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 46px;
}
.footer-wrapper .col-ft-1,.footer-wrapper .col-ft-4 {
    max-width: 100%;
    flex-basis: 100%;
}
.footer-wrapper .col-ft-2,
.footer-wrapper .col-ft-3 {
    max-width: 100%;
    flex-basis: 100%;
}
@media only screen and (min-width: 850px) {
    .footer-wrapper .col-ft-1,.footer-wrapper .col-ft-4 {
        max-width: 30%;
        flex-basis: 30%;
    }
    .footer-wrapper .col-ft-2,
    .footer-wrapper .col-ft-3 {
        max-width: 20%;
        flex-basis: 20%;
    }
}
.footer-wrapper ul.menu>li>a {
    position: relative;
    padding-left: 15px;
}
.footer-wrapper ul.menu>li>a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}
.footer-wrapper .wpcf7 .wpcf7-form-control-wrap input::placeholder {
    color: #CDCDCD;
}
.footer-wrapper .wpcf7 .wpcf7-form-control-wrap input {
    height: 45px;
    border-radius: 3px;
    border: 0;
    color: #333;
}
.footer-wrapper .wpcf7 .button {
    width: 148px;
    height: 48px;
    border-radius: 3px;
}
.absolute-footer {
    padding: 10px 0 10px;
    font-size: 14px;
    color: #FFF !important;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
#dark-breadcrumbs {
    padding-bottom: 90px;
    padding-top: 32.604%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#dark-breadcrumbs .rank-math-breadcrumb a,
#dark-breadcrumbs .rank-math-breadcrumb p {
    color: #FFF;
    margin-bottom: 0;
}
#dark-breadcrumbs h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
}
.top-ft .large-12 > .col-inner {
    padding: 35px 70px;
    border-radius: 10px;
    overflow: hidden;
}
.top-ft .medium-8 h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}
.top-ft .medium-8 p {
    margin-bottom: 0;
}
.top-ft .medium-4 {
    text-align: right;
}
.top-ft .medium-4 .button {
    margin: 0;
}
.single .section-title-container {
    margin-bottom: 0;
}
.single .section-title b {
    display: none;
}
.single .section-title {
    position: relative;
    font-size: 32px;
    padding-bottom: 15px;
    line-height: 1.35;
}
.single .section-title:before {
    content: '';
    background: #FDB714;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.single .section-title .section-title-main {
    width: 100%;
    text-align: center;
}
.mw-645 {
    max-width: 690px !important;
    margin: 0 auto;
}
.single .icon-box {
    padding: 60px 52px;
    background: #FFF;
}
.single .icon-box .icon-box-img {
    margin-bottom: 14px;
}
.single .icon-box p {
    margin-bottom: 0;
}
.single .article-inner  .entry-content {
    padding-top: 0;
}
.single .top-service {
    padding-top: 90px !important;
}
.single .top-service .section-title-container {
    margin-bottom: 30px;
}
.single .pb-90 {
    padding-bottom: 90px;
}
.single .content-section {
    padding-top: 60px !important;
}
.single .box-text.text h3 {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
}
.single .box-text.text h3:before {
    content: '';
    background: #FDB714;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single .why .section-title-container,
.single .ele .section-title-container {
    margin-bottom: 30px;
}
.single .ele .icon-box {
    padding: 30px;
}
.single .ele .icon-box h3 {
    color: #4071B8;
}
.single .ele .icon-box p {
    margin-bottom: 0;
    color: #777777;
}
.single .text.qoutes-box {
    max-width: 494px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}
.single .box .box-text {
    font-weight: 600;
}
.single .row-form .col-inner {
    padding: 60px 100px 45px;
}
.single .row-form .wpcf7-form-control-wrap input {
    height: 50px;
    padding: 0 20px;
}
.single .row-form .col-inner .button {
    border: 1px solid #4071B8;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    width: 230px;
    background: transparent;
    color: #4071B8;
    text-transform: uppercase;
}
.single .row-form .col-inner .button:hover {
    background: #4071B8;
    color: #FFF;
}
.single .form-submit {
    text-align: center;
    margin-top: 14px;
}
.single .plan,
.single .ele {
    padding-top: 90px !important;
}
.page-wrapper,
.blog-archive,
.single .blog-single {
    padding-bottom: 90px;
}
.tax-service-cat .main-cat-project {
    margin-top: 50px;
}
.tax-service-cat .section-title-container,
.tax-project-cat .section-title-container {
    margin-bottom: 35px;
}
.tax-service-cat .section-title b,
.tax-project-cat .section-title b {
    display: none;
}
.tax-service-cat .section-title,
.tax-project-cat .section-title {
    position: relative;
    font-size: 32px;
    padding-bottom: 15px;
    line-height: 1.35;
}
.tax-service-cat .section-title:before,
.tax-project-cat .section-title:before {
    content: '';
    background: #FDB714;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tax-service-cat .section-title .section-title-main,
.tax-project-cat .section-title .section-title-main {
    width: 100%;
    text-align: center;
}
.tax-service-cat .flickity-prev-next-button,
.tax-project-cat .flickity-prev-next-button {
    width: 45px;
    height: 45px;
    opacity: 1 !important;
}
.tax-service-cat .flickity-prev-next-button svg,
.tax-project-cat .flickity-prev-next-button svg {
    padding: 15px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.05);
}
.tax-service-cat .blog-archive,
.tax-project-cat .blog-archive {
    background: #F5F5F5;
}
.tax-service-cat .project-shortcode .element .post-inner,
.tax-project-cat .project-shortcode .element .post-inner {
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
}
.tax-service-cat .project-shortcode .element .entry-thumb .image-zoom,
.tax-project-cat .project-shortcode .element .entry-thumb .image-zoom {
    padding-top: 66.4652568%;
    border-radius: 10px;
    overflow: hidden;
}
.tax-service-cat .project-shortcode .element .entry-title,
.tax-project-cat .project-shortcode .element .entry-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.tax-service-cat .project-shortcode .element .view-more,
.tax-project-cat .project-shortcode .element .view-more {
    color: #4071B8;
}
.tax-service-cat .top-cat-project,
.tax-project-cat .top-cat-project {
    margin-bottom: 90px;
    margin-top: 60px;
}
.tax-service-cat .top-cat-project .col-image .project-info__thumb,
.tax-project-cat .top-cat-project .col-image .project-info__thumb {
    border-radius: 20px;
    overflow: hidden;
}
.tax-service-cat .top-cat-project .col-image .project-info__thumb img,
.tax-project-cat .top-cat-project .col-image .project-info__thumb img {
    width: 100%;
}
.tax-service-cat .top-cat-project .col-image,
.tax-project-cat .top-cat-project .col-image {
    width: 69.407894736%;
    flex-basis: 69.407894736%;
    margin-left: calc( 100% - 69.407894736% );
    margin-bottom: 0;
}
.tax-service-cat .top-cat-project .col-desc,
.tax-project-cat .top-cat-project .col-desc {
    width: 38.8157895%;
    flex-basis: 38.8157895%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    margin-bottom: 0;
    border-radius: 16px;
    padding: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
}
.tax-service-cat .top-cat-project .col-desc .post-info__link a,
.tax-project-cat .top-cat-project .col-desc .post-info__link a {
    color: #4071B8;
}
.tax-service-cat .top-cat-project .col-desc .project-info__title,
.tax-project-cat .top-cat-project .col-desc .project-info__title {
    font-size: 20px;
}
.tax-service-cat .top-cat-project .col-desc .project-info__title a,
.tax-project-cat .top-cat-project .col-desc .project-info__title a {
    color: #FDB714;
}
.tax-service-cat .top-cat-project .post-field,
.tax-project-cat .top-cat-project .post-field {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}
.tax-service-cat .top-cat-project .post-field .item-field,
.tax-project-cat .top-cat-project .post-field .item-field {
    margin-right: 30px;
    padding-left: 48px;
    margin-bottom: 15px
}
.tax-service-cat .top-cat-project .post-field .item-field.qm-field,
.tax-project-cat .top-cat-project .post-field .item-field.qm-field {
    background: url("assets/img/icon-time.svg") left center no-repeat;
    background-size: 32px
}
.tax-service-cat .top-cat-project .post-field .item-field.td-field,
.tax-project-cat .top-cat-project .post-field .item-field.td-field {
    background: url("assets/img/icon-tiendo.svg") left center no-repeat;
    background-size: 32px
}
.tax-service-cat .top-cat-project .post-field .item-field.vt-field,
.tax-project-cat .top-cat-project .post-field .item-field.vt-field {
    background: url("assets/img/icon-diadiem.svg") left center no-repeat;
    background-size: 32px
}
.tax-service-cat .top-cat-project .post-field .item-field span,
.tax-project-cat .top-cat-project .post-field .item-field span {
    display: block
}
.tax-service-cat .top-cat-project .post-field .item-field .tt-field,
.tax-project-cat .top-cat-project .post-field .item-field .tt-field {
    font-weight: bold
}
/* formCT */
@media only screen and (min-width: 850px) {
    .page-template-page-contact .row-large .medium-6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.page-template-page-contact .row-large .medium-6 .widget_information ul li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-left: 40px;
}
.page-template-page-contact .row-large .medium-6 .widget_information ul li i {
    color: #4071B8;
    font-size: 20px;
    font-weight: 300;
    top: 0;
}
.page-template-page-contact .row-large .medium-6 .widget_information ul li span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    color: #222;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.page-template-page-contact .section-title-container {
    margin-bottom: 0;
}
.page-template-page-contact .section-title-container .section-title {
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    color: #222;
    margin-bottom: 30px;
}
.page-template-page-contact .section-title-container .section-title,
.page-template-page-contact .section-title-container .section-title span {
    border-bottom: 0;
}
.page-template-page-contact .section-title-container .section-title span {
    margin: 0;
    padding: 0;
}
.formCT .CT-title {
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    color: #222;
    margin-bottom: 30px;
}
.formCT .CT-desc {
    margin-bottom: 20px;
}
.formCT .row-small {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.formCT .row-small .col {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0;
}
.formCT .row-small .col textarea,
.formCT .row-small .col input {
    height: 50px;
    border-color: #4071B8;
    border-radius: 10px;
    background: #fff;
}
.formCT .row-small .col textarea {
    height: 120px;
    margin-bottom: 40px;
}
.formCT .form-submit input {
    width: 140px;
    height: 45px;
    border-radius: 22.5px;
    background: #4071b8;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.page-contact {
    padding-bottom: 100px;
    background: #F5F5F5;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
	.single .icon-box {
        padding: 40px;
    }
    .single .row-form .col-inner {
        padding: 40px 40px 14px;
    }
    .single .ele,
    .single .plan {
        padding-top: 70px !important;
    }
    .single .pb-90 {
        padding-bottom: 70px;
    }
    .tax-project-cat .top-cat-project .col-image {
        width: 69.407894736%;
        flex-basis: 69.407894736%;
        margin-left: calc( 100% - 69.407894736% );
    }
    .tax-project-cat .top-cat-project .col-desc {
        width: 45%;
        flex-basis: 45%;
    }
}

@media (max-width: 999.98px) { 
    .tax-project-cat .top-cat-project .col-image {
        width: 69.407894736%;
        flex-basis: 69.407894736%;
        margin-left: calc( 100% - 69.407894736% );
    }
    .tax-project-cat .top-cat-project .col-desc {
        width: 55%;
        flex-basis: 55%;
    }
}
@media (max-width: 900.98px) { 
    .tax-project-cat .top-cat-project .post-info {
        padding: 15px;
    }
    .tax-project-cat .top-cat-project .col-image {
        width: 100%;
        flex-basis: 100%;
        margin-left: initial;
    }
    .tax-project-cat .top-cat-project .col-desc {
        width: 100%;
        flex-basis: 100%;
        position: initial;
        transform: translateY(-30%);
        max-width: calc( 100% - 40px );
        margin: 0 auto;
    }
    .tax-project-cat .top-cat-project {
        margin-bottom: -40px;
        margin-top: 20px;
    }
    .tax-project-cat .section-title {
        font-size: 25px;
    }
}
@media (max-width: 849.98px) {
    .top-ft .large-12 > .col-inner {
        padding: 35px;
    }
    .top-ft .medium-8 {
        margin-bottom: 10px;
        text-align: center;
    }
    .top-ft .medium-8 h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .top-ft .medium-4 {
        text-align: center;
    }
    .top-ft .medium-4,
    .top-ft .medium-8 {
        max-width: 100%;
        flex-basis: 100%
    }
    .single .icon-box {
        padding: 30px;
    }
    .single .box-text.text h3,
    .single .section-title {
        font-size: 25px;
    }
    .single .plan,.single .ele,.single .content-section {
        padding-bottom: 20px !important;
    }
    .single .content-section {
        padding-top: 50px !important;
    }
    .single .ele {
        padding-top: 10px !important;
    }
    .single .pb-90 {
        padding-bottom: 50px;
    }
    .single .plan {
        padding-top: 50px !important;
    }
    #dark-breadcrumbs h1 {
        font-size: 30px;
    }
    .page-template-page-contact .row-large .medium-6:last-child {
        padding-bottom: 70px;
    }
}

@media (max-width: 649.98px) {
    .top-ft .medium-8 h3 {
        font-size: 20px;
    }
    .single .row-form .col-inner {
        padding: 30px 30px 20px;
    }
    .single .box-text.text h3,
    .single .section-title {
        font-size: 20px;
    }
}

@media (max-width: 549.98px) {
    .single .icon-box {
        padding: 15px;
    }
}
