.swiper-wrapper {
    min-width: 100%;
}
.blog-name {
    font-weight: 600;
    color: #1d2939;
    font-size: calc(20 / 14 * 1em);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-des {
    color: #5a5a5a;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogs-banner {
    padding-top: calc((180 / 416) * 100%);
    position: relative;
}
.blogs-detail .breadcrumb {
    padding-bottom: 1.6rem;
}
.blogs-detail .head {
    margin-bottom: 1.6rem;
}
.blogs-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
textarea.admin-input {
    min-height: 8rem;
    padding: 1rem;
}
.contact-score-flex .maps,
.contact-score-flex iframe {
    width: 100%;
    height: 100%;
    min-height: 50rem;
}
.select2-dropdown.custom-dropdown,
.custom-dropdown .select2-search.select2-search--dropdown {
    display: block !important;
}
.select2-container .custom-dropdown .select2-search input {
    -webkit-box-shadow: 0px 0.775px 1.55px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 0.775px 1.55px 0px rgba(16, 24, 40, 0.05);
    display: block;
    width: 100%;
    outline: none;
    padding: 0 1rem;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    height: 4rem;
    background: #fff;
}

.admin-select2
.select2-container--default.select2-container--open
.select2-selection--single,
.admin-select2 .select2-container.select2-container {
    /* border-left-bottom-radius: 0;
  border-right-bottom-radius: 0; */
    border-radius: 0 !important;
}
.hd-lang .lang-pos{
    padding: 0.8rem;
}

.js-select2-filter+.select2-container .select2-search.select2-search--inline,
.js-select2-filter+.select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.js-select2-filter+.select2-container .select2-selection--multiple{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 2rem !important;
}
.js-select2-filter+.select2-container .select2-search.select2-search--inline textarea,
.js-select2-filter+.select2.select2-container .select2-selection--multiple .select2-selection__rendered li{
    margin: 0.4rem !important;
}
.js-select2-filter+.select2-container .select2-search.select2-search--inline{
    line-height: 1;
}
.js-select2-filter+.select2-container .select2-selection--multiple{
    /* border: none; */
}
.home-hero img{display: block;}
@media screen and (max-width: 1024px) {

    @media (hover: hover) {
        body.page-search-res .hd:hover {
            --size-hd: 7.8rem;
            height: var(--size-hd);
        }
    }
    .page-search-res .hd {
        /*display: block;*/
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .page-search-res.no-scroll .hd {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .page-search-res .mobile-overlay,
    .page-search-res .mobile {
        top: 7.8rem;
    }
    .page-search-res.no-scroll .sear-head.sear-head-custom{
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 992px) {
    .contact-maps {
        width: 100%;
        order: 2;
    }
    .contact-form {
        margin-bottom: 3.6rem;
    }
}
@media (max-width: 860px) {
    .blog-item.col {
        width: 50%;
    }
}
@media (max-width: 580px) {
    .blog-item.col {
        width: 100%;
    }
}

.blog-content p {
    margin: 10px 0;
}

.blog-content strong {
    font-weight: bold;
}

.blog-content em {
    font-style: italic;
}

.blog-content a {
    color: var(--color-pri);
}

.blog-content blockquote {
    margin: 20px;
    padding: 10px;
    border-left: 4px solid #e5be95;
}

.blog-content table {
    max-width: 100%;
    border-collapse: collapse;
    width: auto;
    margin-bottom: 40px;
}

.blog-content table th,
.blog-content table td {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
    vertical-align: middle;
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.blog-content ul,
.blog-content ol {
    padding-left: 40px;
    margin-bottom: 20px;
    list-style-position: outside;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    color: #000;
}
.blog-content h1 {
    margin: 10px 0;
    font-size: 36px;
}

.blog-content h2 {
    font-size: 30px;
    margin: 10px 0;
}

.blog-content h3 {
    font-size: 24px;
    margin: 10px 0;
}

.blog-content h4 {
    font-size: 20px;
    margin: 10px 0;
}

.blog-content h5 {
    font-size: 18px;
    margin: 10px 0;
}

.blog-content h6 {
    font-size: 16px;
    margin: 10px 0;
}
.home-hero-tag {
    font-size: 1.4rem;
    padding: 0.3rem 0.8rem;
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .home-hero-tags {
        padding: 0.6rem;
    }
    .home-hero-tag {
        font-size: 1.2rem;
        padding: 0.2rem 0.6rem;
    }
}
@media only screen and (min-width: 581px) and (max-width: 800px) {
    .home-hero-tags {
        padding: 0.6rem;
    }
    .home-hero-tag {
        font-size: 1rem;
        padding: 0.2rem 0.6rem;
    }
}
@media only screen and (max-width: 580px) {
    .home-hero-tags {
        padding: 0.4rem;
    }
    .home-hero-tag {
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
}
.pro-wr.third .pro-des * {
    display: inline;
}
.pro-grid-item .home-hero {height:100%}
.range-head .t-txt {
    font-size: 1.4rem;
}
.select-wrap {
    display: flex;
    overflow: hidden;
}

.select-default{
    padding-left: 5rem;
    padding-right: 1rem;
    color: #1d2939;
    font-size: 1.6rem;
    font-weight: 600;
}
.b-ip-search .icon-remove {
    margin-right: 1rem;
}
.sear-map .btn-zoom-noti {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.8rem 1.4rem;
    background-color: rgba(68, 68, 68, 0.85);
    border-radius: 0.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFF;
    gap: 0.2rem;
    z-index: 1;
    top: 6rem;
    left: 1rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    /*position: sticky;*/
    /*top: 0;*/
    padding-top: 3rem;
}
@media only screen and (max-width: 768px) {
    .contact-wrapper {
        display: flex;
    }
    .popdt-side .popdt-contact,
    .popdt-side .popdt-share{
        display: none;
    }
}
.small-text {
    font-weight: 400;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
    .small-text {
        font-size: 1.3rem;
    }
}
@media screen and (min-width: 1401px) {
    .das-table-header,
    .das-table-row {
        -ms-grid-columns: 1fr 12.6rem 14rem 10rem 12.5rem 10rem 9.2rem;
        grid-template-columns: 1fr 12.6rem 14rem 10rem 12.5rem 10rem 9.2rem; } }
@media (min-width: 1251px) and (max-width: 1400px) {
    .das-table-header,
    .das-table-row {
        -ms-grid-columns: 1fr 11rem 12rem 10rem 11rem 8.2rem 7.2rem;
        grid-template-columns: 1fr 11rem 12rem 10rem 11rem 8.2rem 7.2rem; } }
.max-width-17 {
    max-width: 17rem;
}
@media only screen and (max-width: 395px) {
    .max-width-170 {
        max-width: 12rem;
    }
}

.popdt-info-top .ser{
    width: 100%;
}
@media screen and (max-width: 480px) {
    .fchat .i-link {
        width:5rem;
        height: 5rem;
    }
    .back-to-top{
        width:5rem;
        height: 5rem;
    }
}
.input-note img {
    width: 14px!important;
    height: 14px!important;
}
@media screen and (max-width: 410px) {
    .upload-panel .inner-panel .b-url .b-in input {
        max-width: 70%;
    }
}
.pro-wr.four .pro-des {
    -webkit-line-clamp: 3;
    word-break: break-word;
    text-overflow: ellipsis;
}
@media screen and (max-width: 700px) {
    .show-only-3-items-in-mobile .pro-grid-item:nth-last-child(-n+3) {
        display: none;
    }
}