.s,
.img,
.box-image {
    border-radius: 12px;
}
.product-small:hover .box-image a img {
    transform: scale(1.2);
}
.products .box-image,
.product-small .box-image {
    position: relative;
    padding-top: 66.6666667%;
    transition: 0.6s transform ease;
}
.products .box-image img,
.product-small .box-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-small .image-cover {
    position: unset;
}
.irs--round .irs-handle {
    border-color: var(--primary-color);
}
.irs--round .irs-bar--single,
.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--primary-color);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--primary-color);
}
.product-small .box-image {
    border-radius: 12px 12px 0 0;
}
.product-small .image-cover {
    padding-top: 0 !important;
}
.product-small .box-text {
    text-align: left;
    color: var(--fs-color-secondary);
    padding: 10px 15px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 12px 12px;
}
.product-small .box-text p.product-title {
    font-size: 17px;
    margin: 0 0 5px;
    height: 51px;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-small .price {
    font-size: 1.5em;
}
.price span.amount {
    font-size: 1em;
    margin: 0;
}
.price ins span.amount {
    color: #e03c31;
}
.price-wrapper .price ins,
.price-wrapper .price del {
    margin-top: 5px;
    display: inline-block;
}
.price-wrapper .price del {
    margin-right: 10px;
    font-size: 0.7em;
}
.product-small .product-item-info {
    margin-top: 5px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    font-size: 14px;
}
.product-small .product-item-info span {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.product-small .product-item-info span font {
    vertical-align: unset !important;
}
.product-small .product-item-info span b {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.material-symbols-outlined {
    font-size: 1.5em;
    vertical-align: middle;
}
.product-small .product-item-sub-title {
    margin-top: 5px;
}
.product-small .product-item-sub-title span + span::before {
    content: "|";
}
.product-outstanding {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.product-outstanding-item {
    padding-left: 5px;
    padding-right: 5px;
}
.product-tag span {
    background: #07a35d;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
}
.product-outstanding-item.product-on-sale span {
    background: #5f0d0d;
}
.product-small .image-tools.top.right {
    opacity: 1;
}
.product-small .image-tools.top.right {
    opacity: 1;
    right: 15px;
    bottom: 15px;
    top: unset;
}
.product-item-count-images {
    color: #fff;
    text-shadow: 0 0 8px #000;
}
.product-item-count-images b {
    font-weight: normal;
    vertical-align: middle;
}
.product-gallery-slider {
    border-radius: 12px;
    overflow: hidden;
}
.product-main .product-gallery-slider a {
    padding-top: calc((250 / 500) * 100%);
    overflow: hidden;
    position: relative;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-main .product-gallery-slider a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    z-index: 1;
}
.product-main .product-gallery-slider img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
    z-index: 2;
}
.product-main .product-thumbnails a {
    padding-top: calc((250 / 370) * 100%);
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    background: none !important;
    border-radius: 10px;
}
.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    padding-top: calc((250 / 370) * 100%);
    overflow: hidden;
    position: relative;
    border: 1px solid #0049a5 !important;
    background: none !important;
    border-radius: 10px;
}
.product-main .product-thumbnails a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
    border-radius: 10px;
}
.related-products-wrapper {
    background: #f3f8ff;
    padding: 30px 0;
    border: none !important;
}
.related-products-wrapper .row.row-small {
    max-width: calc(100% + 20px);
}
#main .product-main {
    padding: 0;
}
.product-address {
    margin: -10px 0 10px;
    color: #2c2c2c;
    border-bottom: 1px solid #eee;
    padding: 0px 0 10px 0;
    font-size: 14px;
}
.product-address span {
    vertical-align: middle;
}
.product-sub-title {
    margin-bottom: 10px;
    color: #2c2c2c;
    font-size: 14px;
}
.product-info .product-short-info {
    font-size: 14px;
    color: #2c2c2c;
}
.price-wrapper > p {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0 10px !important;
}
p.product-status {
    margin-left: 10px !important;
}
.product-short-info span + span::before {
    content: "|";
    margin: 0 20px;
}
.product-short-info b {
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}
.product-description ul,
.product-advise ul {
    margin-left: 18px;
}
.product-main-info ul {
    list-style: none;
}
.product-main-info ul li {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.product-main-info ul li span:nth-child(2) {
    color: var(--fs-color-secondary);
    font-weight: bold;
    margin-left: 10px;
}
.product-main-info ul li + li {
    border-top: 1px dashed #ccc;
}
.product-utilities ul,
.product-furniture ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-utilities ul li,
.product-furniture ul li {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.product-utilities ul li b,
.product-furniture ul li b {
    vertical-align: middle;
    font-weight: normal;
}
.product .row.content-row {
    position: relative;
    align-items: flex-start;
    flex-direction: row;
}
div#product-sidebar {
    padding: 0;
}
div#product-sidebar.sticky {
    position: sticky;
    top: 20px;
    right: 0;
    max-height: calc(100vh - 70px);
    overflow: hidden auto;
}
.product .row-divided.row-reverse > .col + .col:not(.large-12) {
    border-right: none;
}
#product-sidebar section {
    padding: 15px 20px;
    border-radius: 15px;
}
#product-sidebar .section-title-normal {
    border: none;
}
#product-sidebar .section-title-normal span {
    color: #ffbe27;
    border: none;
}
#product-sidebar .section-title-normal p {
    display: none;
}
#product-sidebar .section-title-container {
    margin-bottom: 0;
}
.sidebar-advise .box {
    display: flex;
    align-items: center;
}
.sidebar-advise .box .box-image {
    flex: 0 0 72px;
}
.sidebar-advise .box .box-text {
    flex: 1;
    padding: 0;
    margin-left: 10px;
    font-size: 14px;
}
.sidebar-advise .box .box-text p,
.sidebar-advise .box h4 {
    font-size: 1em;
}
.sidebar-advise .wpcf7 {
    margin-top: 20px;
}
.sidebar-advise .field input[type="text"],
.sidebar-advise .field input[type="tel"],
.sidebar-advise .field input[type="email"] {
    background: #fff;
    border-radius: 4px;
    border-color: #fff;
    height: 45px;
}
.sidebar-advise .field.sub {
    text-align: center;
}
.sidebar-advise .wpcf7-submit {
    margin: 0;
    background: linear-gradient(90deg, rgb(248, 169, 28), rgb(183, 114, 47));
    border-radius: 5px;
    color: #333 !important;
    text-transform: none;
    height: 45px;
}
.form-text:not(.processing) .wpcf7-spinner {
    display: none;
}
.section.section-search {
    z-index: 9;
}
.section.section-search .section-content > .row {
    position: relative;
}
.section.section-search .col-search {
    padding-bottom: 0;
}
.section.section-search .proweb-search.container {
    background: #fff;
    padding: 20px 25px;
    border-radius: 16px 16px 0 0;
}
.proweb-search ul {
    list-style: none;
    margin: 0;
}
ul.proweb-search-categories {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
ul.proweb-search-categories li {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0 10px !important;
}
ul.proweb-search-categories li a {
    padding: 6px 12px;
    color: var(--primary-color);
    background: transparent;
    border-radius: 5px;
    display: block;
    font-weight: bold;
}
ul.proweb-search-categories li.active a,
ul.proweb-search-categories li a:hover {
    background: var(--primary-color);
    color: #fff;
}
.proweb-search form {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.proweb-search form input[type="search"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #0b3150;
    box-shadow: none;
}
.proweb-search-list {
    flex: 0 0 calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.proweb-search-option.proweb-search-filter {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    position: relative;
}
.proweb-search-option.proweb-search-filter > button {
    width: 100%;
    border: 1px solid #0b3150;
    margin: 0;
    text-align: left;
    padding: 5px 15px;
    padding-right: 30px;
    text-transform: none;
    position: relative;
    height: 48px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.proweb-search-option.proweb-search-filter > button::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.proweb-search-option.proweb-search-action {
    flex: 0 0 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}
.proweb-search-option.proweb-search-action button {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    margin: 0;
    height: 48px;
    font-weight: normal;
    width: 100%;
}
.proweb-search-option.proweb-search-action button:hover {
    background: #fff;
    color: var(--primary-color);
}
.proweb-search-popper {
    display: none;
    position: absolute;
    background: #fff;
    width: 320px;
    max-width: calc(100vw - 40px);
    top: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px #ccc;
    margin-top: 10px;
    font-size: 14px;
    z-index: 11;
}
.filter-options {
    padding: 20px;
}
.proweb-search .filter-options ul {
    display: flex;
    flex-wrap: wrap;
}
.proweb-search .filter-options ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 5px 0 0;
}
.proweb-search .filter-options ul li span {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.proweb-search .filter-options ul li:hover {
    cursor: pointer;
}
.proweb-search .filter-options ul li.active span {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}
.filter-range-slider {
    border-top: 1px solid #cde1f2;
    padding: 20px;
}
.filter-actions {
    border-top: 1px solid #cde1f2;
    padding: 20px;
    display: flex;
}
.filter-actions button {
    margin: 0;
    height: 32px;
    border-radius: 5px;
}
.filter-actions button.filter-refresh {
    padding: 0;
    margin-right: auto;
}
.filter-actions button.filter-cancel {
    border: 1px solid #c72528;
    color: #c72528;
    margin-left: 10px;
}
.filter-actions button.filter-apply {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-left: 10px;
}
.proweb-search .proweb-search-filter.multiple-filter ul li span {
    padding-left: 0;
}
.proweb-search-filter.multiple-filter ul li span::before {
    content: "";
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: -2px;
    margin-right: 5px;
    text-align: center;
}

.proweb-search .proweb-search-filter.multiple-filter ul li.active span {
    background: none;
    color: inherit;
}
.proweb-search-filter.multiple-filter ul li.active span::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.section-blog {
    padding: 40px 0 0 !important;
    background: #f4eee4;
}
.section-blog .image-zoom.image-cover {
    border-radius: 12px;
}
.woocommerce-page.archive .proweb-search-list,
.woocommerce-page.archive h1.shop-page-title {
    margin-bottom: 15px;
}

.woocommerce-page.archive .breadcrumbs {
    margin-bottom: 5px;
}
.proweb-products-list .product-small .box-image {
    border-radius: 12px;
}
.proweb-products-list .product-small .box-text p.product-title a {
    color: inherit;
}
.proweb-products-list .product-small .box-text {
    border: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(
        0deg,
        rgb(0 0 0) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border-radius: 12px;
}
.product-item-addres,
.product-item-price {
    font-size: 14px;
}
.blog-wrapper.page-wrapper {
    padding-bottom: 0;
}
.post-tin-tuc-first .entry-readmore a {
    border: 1px solid #575757;
    color: #000;
    border-radius: 10px;
    display: inline-block;
}
.post-tin-tuc-first h3 a {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}
.post-first .button {
    position: relative;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: unset !important;
    background-color: transparent !important;
    padding: 0 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
    text-transform: unset;
    color: #000;
    transition: 0.3s;
}
.post-first .button:hover {
    padding: 0 58px 0 12px;
}
.post-first .button:before {
    position: absolute;
    content: "";
    background-image: url(./imgs/arrow-2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: 12px;
    transition: 0.2s;
    opacity: 0;
}
.post-first .post {
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-first .entry-image,
.post-cat .entry-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 55%;
}
.post-first h3 {
    margin-bottom: 30px;
    line-height: 0;
}
.post-first .entry-excerpt {
    margin-bottom: 80px;
}
.post-first .entry-readmore {
    margin: 0;
}
.post-cat {
    margin: 0 -9.8px 0 -9.8px !important;
}
.post-tin-tuc-list .post {
    width: 100%;
    padding: 0 9.8px 19.6px;
}
.post-cat .entry-image {
    padding-top: 58%;
}
.post-cat .post .entry-image img {
    transition: 0.6s;
}
.post-cat .post:hover .entry-image img {
    transform: scale(1.1);
}
.post-tin-tuc-list h3 a,
.tin-hot .box-text a,
.dcy .box-text a {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.post-tin-tuc-list .page-numbers {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
}
.post-tin-tuc-list .page-numbers li {
    margin: 0 15px 0 0;
}
.post-tin-tuc-list .page-numbers li > a,
.post-tin-tuc-list .page-numbers li > span {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #f1f1f1;
    width: 36px;
    height: 36px;
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    color: #575757;
}
.post-tin-tuc-list .page-numbers li > span {
    border: 1px solid #ddd;
    background-color: transparent;
}
.post-tin-tuc-list .page-numbers li:hover > a {
    background-color: #012169;
    color: #fff;
}

.single-post .banner-hps .page-title {
    border-radius: 20px;
    overflow: hidden;
}
.single-post .banner-hps .page-title-bg .fill {
    background-position: center;
    transform: unset !important;
}
.single-post .banner-hps .page-title-inner {
    min-height: 500px !important;
}
.single-post .banner-hps h1 {
    margin: 0;
    padding: 60px 0 70px;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #fff;
}
.single-post .banner-hps p {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.single-post .banner-hps .back {
    position: absolute;
    margin: 100px 0 0;
}
.single-post .banner-tin {
    padding-bottom: 0;
    margin-top: 15px;
}
.single-post .banner-tin .img {
    padding-top: 55%;
}
.single-post .banner-tin h1 {
    margin: 35px 0 0;
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
}
.row-divided > .col + .col:not(.large-12) {
    border: unset;
}
.single-post .post h2 {
    font-size: 20px;
    line-height: 25px;
}
.single-post .s .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 0 0 7px;
}
.single-post .post-khac .post-cat {
    display: flex;
}
.single-post .post-khac h3 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    color: #012169;
}
.single-post .post-khac .post-cat .post {
    width: calc(100% / 4);
    padding: 0 9.8px 19.6px;
}
.single-post .lh {
    width: 100% !important;
    margin: 0 !important;
    padding-top: 30px;
}
.single-post .lh > .col {
    padding: 0;
}
.proweb-loan-bank-wrapper {
    background: #f3f4f7;
    padding: 5px;
}
.proweb-loan-bank-main {
    background: #fff;
    padding: 15px;
}
.proweb-loan-bank-options {
    margin-top: 15px;
}
.proweb-loan-bank-options:first-child {
    margin-top: 0;
}
.proweb-loan-bank-options-field {
    display: flex;
    align-items: center;
}
.proweb-loan-bank-options-label {
    margin-bottom: 10px;
}
.proweb-loan-bank-options-label:last-child {
    margin-bottom: 0;
}
.proweb-loan-bank-options-label {
    margin-bottom: 10px;
}
.proweb-loan-bank-options-field-content {
    flex: 1;
    margin-right: 20px;
}
.proweb-loan-bank-options-field-content select {
    margin-bottom: 0;
}
.proweb-loan-bank-options-input {
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0 8px;
}
.proweb-loan-bank-options-input input {
    flex: 1;
    margin: 0;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.proweb-loan-bank-options-input label {
    margin: 0;
    font-weight: normal;
    color: #ccc;
}
.proweb-loan-bank-options-checkbox label input {
    flex: 0;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
}
.proweb-loan-bank-options-checkbox label {
    display: flex;
    align-items: baseline;
}
button.proweb-loan-bank-click {
    margin: 0;
    background: linear-gradient(90deg, rgb(248, 169, 28), rgb(183, 114, 47));
    border-radius: 5px;
    color: #333 !important;
    text-transform: none;
    height: 45px;
}
.proweb-loan-bank-result {
    padding: 15px;
}
.proweb-loan-bank-result h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.loan-chart-main {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
canvas#loan-chart-canvas {
    position: relative;
    z-index: 1;
}
.loan-total {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1.2;
}
.loan-total b {
    font-size: 30px;
}
.loan-chart-info {
    color: #444c59b3;
}
.loan-chart-info-item {
    margin-top: 15px;
}
.loan-chart-info-pay b {
    color: rgb(255, 99, 132);
}
.loan-chart-info-loan b {
    color: rgb(54, 162, 235);
}
.loan-chart-info-gain b {
    color: rgb(255, 205, 86);
}
.loan-first-month {
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 20px 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.loan-first-month span {
    min-width: 130px;
    margin-right: auto;
}
.loan-first-month b {
    font-size: 30px;
    white-space: nowrap;
    margin-left: 20px;
}
.loan-download {
    margin-top: 20px;
}
.loan-download button {
    background-color: var(--fs-color-primary);
    border-radius: 5px;
    width: 100%;
    height: 48px;
    color: #fff;
    font-weight: normal;
}
.proweb-popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #00000038;
    width: 100%;
    height: 100%;
    display: none;
}
.proweb-popup-wrapper {
    width: 90%;
    max-width: 400px;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h3.proweb-popup-title {
    padding: 10px 20px;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    margin: 0;
    position: relative;
}
.proweb-popup-content {
    padding: 20px;
    background: #fff;
    overflow: hidden auto;
}
.proweb-popup-content form {
    margin-bottom: 0;
}
.proweb-popup-content form .field {
    position: relative;
    margin-bottom: 15px;
}
.proweb-popup-content form .field img {
    position: absolute;
    z-index: 100;
    top: calc(50% - 12px);
    left: 16px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.proweb-popup-content form .field input {
    border-radius: 15px;
    border: unset;
    box-shadow: inset 0 0 0 1px #cde1f2 !important;
    height: 45px;
    margin-bottom: 0;
    padding: 0 16px 0 50px;
    font-size: 16px;
    line-height: 28px;
    color: #112b4c;
    transition: 0.3s;
}
.proweb-popup-content form .field.sub {
    text-align: center;
    margin: 0;
}
.proweb-popup-content form input[type="submit"] {
    margin: 0;
    padding: 0 15px;
    color: #fff;
    border: none;
}
.proweb-popup-content form .wpcf7-response-output {
    margin: 15px 0 0 !important;
}
button.proweb-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
}
button.proweb-popup-close {
    position: absolute;
    top: -24px;
    right: -24px;
    background: #fff;
    margin: 0;
    border-radius: 100%;
    width: 48px;
    height: 48px;
}
button.proweb-popup-close::before,
button.proweb-popup-close::after {
    content: "";
    width: 4px;
    height: 24px;
    background: #333;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(50% - 12px);
    transform: rotateZ(45deg);
}
button.proweb-popup-close::after {
    transform: rotateZ(-45deg);
}
.job-item {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}
.job-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job-item-content {
    flex: 1;
}
.job-item-title {
    font-weight: bold;
}
.job-item-apply {
    margin-left: 20px;
}
.job-item-apply button {
    margin: 0;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.job-full-description .proweb-popup-wrapper {
    max-width: 800px;
}
.job-section {
    margin-top: 30px;
}
.job-section:first-child {
    margin-top: 0;
}
.job-section-description p:last-child {
    margin-bottom: 0;
}
@media (min-width: 549px) {
    .product-main-info ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product-main-info ul li {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    .product-main-info ul li:nth-child(2) {
        border-top: 0;
    }
    .post-tin-tuc-list .post {
        width: calc(100% / 2);
    }
    .proweb-loan-bank-options-checkbox {
        display: flex;
        flex-wrap: wrap;
    }
    .proweb-loan-bank-options-checkbox label {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .loan-chart {
        display: flex;
        align-items: center;
    }
    .loan-chart-info {
        flex: 1;
        margin-left: 30px;
    }
    .loan-chart-info-item:first-child {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .proweb-search-option.proweb-search-filter:nth-child(even)
        .proweb-search-popper {
        right: 5px;
    }
}
@media (min-width: 768px) {
    .post-tin-tuc-first .article-inner {
        display: flex;
    }
    .post-tin-tuc-first .entry-left {
        flex: 0 0 50%;
    }
    .post-tin-tuc-first .entry-right {
        flex: 0 0 50%;
        padding-left: 30px;
    }
    .post-tin-tuc-list .post {
        width: calc(100% / 3);
    }
    .section.section-search .col-search {
        position: absolute;
        bottom: 100%;
        padding-bottom: 0;
    }
    .proweb-search-option.proweb-search-filter {
        flex: 1;
    }
    .proweb-loan-bank-wrapper {
        display: flex;
    }
    .proweb-search-option.proweb-search-filter:nth-last-child(2)
        .proweb-search-popper {
        right: 5px;
    }
}

@media (min-width: 850px) {
    .post-tin-tuc-first .entry-left {
        flex: 0 0 60%;
    }
    .post-tin-tuc-first .entry-right {
        flex: 0 0 40%;
    }
}

@media (min-width: 992px) {
    .proweb-search form {
        flex-wrap: nowrap;
    }
    .proweb-search form input[type="search"] {
        flex: 0 0 30%;
        max-width: 30%;
        margin-right: 10px;
    }
    .proweb-search-list {
        flex-wrap: nowrap;
        flex: 1;
    }
    .proweb-search-option.proweb-search-filter {
        margin-top: 0;
    }
    .proweb-search-option.proweb-search-action {
        flex: 0 1;
        margin-top: 0;
    }
}
