body {
    padding: 8px 0;
}

.container {
    padding: 0 8px;
}

.row {
    margin: 0;
}

.mt-120 {
    margin-top: 60px;
}

.content-main {
    padding: 8px 0;
}

.btn-abara-custom {
    padding: 6px 12px 6px 6px;
    gap: 12px;
    font-size: 12px;
}

.btn-abara-custom>i {
    width: 30px;
    height: 30px;
    font-size: 7px;
}

.head-section .options {
    width: 100%;
    justify-content: space-between;
}

.head-section .options .nav-tabs {
    height: 40px;
}

.head-section .options .nav-tabs .nav-link {
    font-size: 11px;
    padding: 0 10px;
}

.head-section .options .nav-tabs .nav-link.active {
    padding: 0 10px;
}

.more-row-bottom {
    margin-top: 32px;
}

.header-main .header-top {
    padding: 8px;
    flex-direction: column;
    gap: 8px;
}

.header-main .header-top .menu-head {
    gap: 0;
}

.header-main .header-top .logo-main {
    gap: 8px;
}

.header-main .header-top .logo-main>img {
    width: 50px;
}

.header-main .header-top .logo-main .content>.fa {
    font-size: 12px;
}

.header-main .header-top .logo-main .content>.en {
    font-size: 8.3px;
}

.header-main .header-top .btns-group {
    width: 100%;
}

.header-main .header-top .btns-group .btn-abara-custom {
    width: 100%;
    padding: 4px 12px 4px 4px;
    font-size: 12px;
}

.header-main .header-top .btns-group .btn-search {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    font-size: 18px;
}

.header-main .header-top .btns-group .btn-show-respmenu {
    display: flex;
}

.collapse:not(.show) {
    display: flex;
    height: 80%;
}

.overlay-menu {
    z-index: 99999;
}

.header-main .header-top {
    z-index: unset;
}

.header-main .header-top .navbar-custom-resp {
    position: fixed;
    top: 8px;
    right: 8px;
    background-color: var(--lightcolor);
    border-radius: 20px;
    height: 98%;
    z-index: 999999;
    width: 300px;
    align-items: flex-start;
    padding: 24px 16px;
    transform: translateX(350px);
    transition: all 0.3s;
}

.header-main .header-top .navbar-custom-resp.show {
    transform: translateX(0);
}

.header-main .header-top .navbar-custom-resp .btn-close-menu {
    display: flex;
}

.header-main .header-top .navbar-nav {
    gap: 10px;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
}

.header-main .header-top .navbar-nav .nav-item {
    width: 100%;
}

.header-main .header-top .navbar-nav .nav-item .nav-link {
    background-color: var(--whitecolor);
    padding: 8px 16px;
    border-radius: 12px;
    width: 100%;
    font-size: 12px;
    justify-content: space-between;
}

.header-main .megamenu-custom .menubox {
    position: relative;
    top: 0;
    margin-top: 0;
    padding: 0;
    height: 0;
}

.header-main .megamenu-custom.show .menubox {
    margin-top: 10px;
    padding: 16px 0;
    height: auto;
}

.header-main .header-top .navbar-nav .nav-item .nav-link::before {
    display: none;
}

.header-main .header-top .navbar-custom-resp .logo-main {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.header-main .header-top .navbar-custom-resp .logo-main>img {
    width: 60px;
}

.header-main .header-top .navbar-custom-resp .logo-main .content>.fa {
    font-size: 16px;
}

.header-main .header-top .navbar-custom-resp .content>.en {
    font-size: 11px;
}

.header-main .megamenu-custom .item-col {
    margin-bottom: 20px;
}

.head-section {
    padding: 0;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 16px;
}

.head-section .content {
    align-items: center;
}

.head-section .content .desc {
    text-align: center;
}

.head-section .content .title {
    font-size: 22px;
    line-height: 26px;
}

.head-section .content .desc {
    font-size: 12px;
    line-height: 16px;
}

.head-section .arrows-swiper .swiper-button {
    width: 40px;
    height: 40px;
    font-size: 9px;
}

.sec-aboutus .image-box {
    padding: 0;
}

.sec-aboutus .swiper-slideshow {
    height: 500px;
}

.sec-aboutus .swiper-slideshow .year-company {
    width: 120px;
    height: 140px;
}

.sec-aboutus .swiper-slideshow .year-company .number {
    font-size: 48px;
    line-height: 40px;
}

.sec-aboutus .swiper-slideshow .swiper-button {
    background: rgba(255, 255, 255, 0.5);
    width: 48px;
    height: 48px;
    font-size: 12px;
    color: var(--text2color);
}

.sec-aboutus .swiper-slideshow .year-company .text>h4 {
    font-size: 16px;
}

.sec-aboutus .swiper-slideshow .year-company .text>span {
    font-size: 12px;
}

.sec-aboutus .content-box {
    padding: 32px 0 0;
    gap: 16px;
}

.sec-aboutus .content-box,
.sec-aboutus .content-box .head {
    align-items: center;
}

.sec-aboutus .content-box .head .title {
    text-align: center;
    font-size: 24px;
}

.sec-aboutus .content-box .head .desc {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.sec-aboutus .content-box .desc-about {
    font-size: 12px;
    line-height: 24px;
}

.sec-aboutus .content-box .options .socials .item-sc {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.sec-aboutus .content-box .options .socials .desc {
    font-size: 10px;
}

.sec-products .swiper-products {
    margin: 0 -100px;
}

.sec-products .box-item-product {
    height: 280px;
    padding: 4px;
}

.sec-products .box-item-product .image-box {
    height: 200px;
}

.sec-products .box-item-product .name-prd {
    font-size: 12px;
}

.sec-products .box-item-product .name-prd>a {
    padding: 16px 6px;
}

.sec-services .bento-columns {
    padding: 0;
}

.sec-services .bento-columns .row .col-lg-6 {
    padding: 0 4px;
}

.sec-services .bento-columns .row {
    height: auto;
    margin: 0 -4px;
}

.sec-services .bento-columns .row .row {
    height: 300px;
}

.sec-services .bento-columns .main-box {
    padding: 16px;
    height: 300px;
    margin-bottom: 8px;
}

.sec-services .bento-columns .main-box .content-box>h4 {
    font-size: 16px;
    line-height: 20px;
}

.sec-services .bento-columns .half-columns {
    gap: 8px;
}

.sec-services .bento-columns .half-columns>a {
    padding: 16px;
}

.sec-services .bento-columns .half-columns .item-search {
    padding: 10px;
    gap: 16px;
}

.sec-services .bento-columns .half-columns .item-search .title {
    font-size: 14px;
    line-height: 18px;
}

.sec-services .bento-columns .item-stand .blur-box {
    padding: 24px 10px;
}

.sec-services .bento-columns .item-stand .blur-box .box-icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
}

.sec-services .bento-columns .item-stand .blur-box .number {
    font-size: 36px;
}

.sec-services .bento-columns .item-stand .blur-box .desc {
    font-size: 14px;
    line-height: 18px;
}

.sec-statistics .box-outer-stats {
    padding: 32px 24px;
    gap: 24px;
}

.sec-statistics .box-outer-stats .ceo-speech {
    padding: 0;
    gap: 24px;
    flex-direction: column;
}

.sec-statistics .box-outer-stats .ceo-speech .ceo-info {
    width: 100%;
    padding-left: 0;
    gap: 10px;
}

.sec-statistics .box-outer-stats .ceo-speech .ceo-info::after {
    display: none;
}

.sec-statistics .box-outer-stats .ceo-info .profile {
    width: 70px;
    height: 70px;
}

.sec-statistics .box-outer-stats .ceo-info .fullname {
    font-size: 14px;
}

.sec-statistics .box-outer-stats .ceo-info .expertise {
    font-size: 12px;
}

.sec-statistics .box-outer-stats .ceo-speech blockquote {
    font-size: 14px;
    line-height: 20px;
}

.sec-statistics .box-outer-stats .ceo-speech blockquote>span {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.sec-statistics .box-outer-stats .statistics {
    flex-direction: column;
    padding: 0;
    gap: 16px;
}

.sec-statistics .box-outer-stats .statistics .item-stat {
    width: 100%;
    gap: 16px;
}

.sec-statistics .box-outer-stats .statistics .box-icon {
    width: 80px;
    height: 80px;
}

.sec-statistics .box-outer-stats .statistics .box-icon>i {
    width: 48px;
    height: 48px;
    font-size: 20px;
}

.sec-statistics .box-outer-stats .statistics .content {
    gap: 0;
}

.sec-statistics .box-outer-stats .statistics .content .number {
    font-size: 24px;
}

.sec-statistics .box-outer-stats .statistics .content .desc {
    font-size: 10px;
    line-height: 14px;
}

.sec-other-links .box-outer-link {
    height: auto;
    padding: 16px;
    align-items: flex-start;
}

.sec-other-links .box-outer-link .title {
    font-size: 15px;
}

.sec-other-links .box-outer-link .desc {
    font-size: 11px;
}

.sec-news .swiper-listnews {
    margin: 0 -100px;
}

.sec-news .item-news-abara {
    padding: 4px;
}

.sec-news .item-news-abara .image-box {
    height: 220px;
}

.sec-news .item-news-abara .content {
    padding-top: 12px;
}

.sec-news .item-news-abara .image-box .date {
    font-size: 9px;
    padding: 6px 10px 4px;
}

.sec-news .item-news-abara .content .title {
    font-size: 12px;
    line-height: 18px;
}

.sec-news .item-news-abara .content .desc {
    font-size: 10px;
    line-height: 16px;
}

.sec-collaboration .image-box {
    height: 180px;
}

.sec-collaboration .content-box {
    padding: 20px 24px;
    gap: 20px;
    height: auto;
    margin-top: 8px;
}

.sec-collaboration .content-box .title {
    font-size: 20px;
    line-height: 30px;
}

.sec-collaboration .content-box .desc {
    font-size: 12px;
}

.sec-collaboration .content-box .options .btn-call {
    width: 42px;
    height: 42px;
    font-size: 18px;
}

.sec-collaboration .content-box .options .box-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
}


.footer-main .box-outer-footer .footer-info {
    padding: 16px 8px 32px 8px;
}

.footer-main .footer-info .head-info {
    flex-wrap: wrap;
}

.footer-main .footer-info .head-info .aboutus {
    width: 100%;
    margin-bottom: 32px;
}

.footer-main .footer-info .aboutus .logo-main .content {
    align-items: center;
}

.footer-main .footer-info .contactus,
.footer-main .footer-info .namads {
    width: 50%;
    gap: 18px;
    align-self: stretch;
}

.footer-main .footer-info .title-head {
    font-size: 16px;
    line-height: normal;
}

.footer-main .footer-info .contactus .list-tel>a {
    font-size: 14px;
    line-height: normal;
}

.footer-main .footer-info .box-logos {
    flex-direction: row;
    height: 100%;
}

.footer-main .footer-info .copyright {
    margin-top: 32px;
    flex-direction: column;
    gap: 10px;
}

.footer-main .footer-info .copyright .text {
    align-items: center;
    gap: 2px;
    text-align: center;
}

.footer-main .footer-info .copyright .company {
    font-size: 12px;
}

.footer-main .footer-info .copyright .designer {
    font-size: 11px;
}

.footer-main .footer-info .socials .item-sc {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.footer-main .footer-map {
    padding-right: 0;
}

.footer-main .box-map {
    height: 300px;
}

.footer-main .box-map .address-box {
    font-size: 14px;
}

.sec-select-pump .swiper-categories .box-ctg-product {
    height: 150px;
    padding: 4px;
    border-radius: 16px;
}

.sec-select-pump .swiper-categories .box-ctg-product .image-box .custom-checkbox {
    left: 6px;
    top: 4px;
}

.sec-select-pump .swiper-categories .box-ctg-product .image-box>img {
    height: 80px;
}

.sec-select-pump .swiper-categories .box-ctg-product.main-box .image-box {
    border-radius: 14px;
}

.sec-select-pump .swiper-categories .box-ctg-product.main-box .image-box>img {
    height: 50px;
}

.sec-select-pump .swiper-categories .box-ctg-product .name {
    font-size: 11px;
    padding: 4px 0 0 0;
}

.sec-select-pump {
    padding: 32px 0;
}

.sec-select-pump .swiper-categories {
    margin-bottom: 32px;
}

.sec-select-pump .filter-col,
.sec-select-pump .result-col {
    padding: 0;
}

.sec-select-pump .result-col .head-result {
    flex-direction: column-reverse;
}

.sec-select-pump .result-col .head-result .btn-abara-custom {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    padding: 4px;
}

.sec-select-pump .result-col .head-result .btn-abara-custom>i {
    position: absolute;
    left: 6px;
}

.sec-select-pump .result-col .head-result .options-head {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.sec-select-pump .result-col .head-result .text-result {
    font-size: 12px;
    margin: 10px 0;
}

.sec-select-pump .box-outer-filter {
    position: fixed;
    top: 8px;
    right: 8px;
    width: 300px;
    z-index: 999999;
    height: 98%;
    transform: translateX(350px);
    padding: 12px;
    transition: all 0.3s;
}

.sec-select-pump .box-outer-filter.show {
    transform: translateX(0);
}

.sec-select-pump .box-outer-filter .btn-abara-custom {
    padding-left: 20px;
    font-size: 14px;
    height: 50px;
}

.sec-select-pump .box-outer-filter .btn-abara-custom>i {
    width: 40px;
    height: 40px;
    left: 4px;
    font-size: 18px;
}

.sec-select-pump .box-outer-filter .btn-close-filter {
    display: flex;
}

.sec-select-pump .result-col .nav-tabs,
.modal .nav-tabs {
    height: auto;
    justify-content: center;
}

.sec-select-pump .result-col .nav-tabs .nav-link,
.modal .nav-tabs .nav-link {
    padding: 8px 10px;
    font-size: 12px;
}

.sec-select-pump .result-col .nav-tabs .nav-link.active,
.modal .nav-tabs .nav-link.active {
    padding: 8px 20px;
}

.sec-select-pump .result-col .tab-content,
.modal .tab-content {
    margin-top: 20px;
}

.sec-select-pump .result-col .thead-table,
.modal .thead-table {
    display: none;
}

.sec-select-pump .result-col .item-result-details,
.modal .item-result-details {
    flex-direction: column;
    border: 1px solid var(--light2color);
}

.sec-select-pump .result-col .item-result-details .main-rst>div:nth-child(1),
.modal .item-result-details .main-rst>div:nth-child(1) {
    width: 60px;
    flex-shrink: 0;
}

.sec-select-pump .result-col .item-result-details .main-rst>div:nth-child(2),
.modal .item-result-details .main-rst>div:nth-child(1) {
    width: 100%;
}

.sec-select-pump .result-col .item-result-details .image-box>img,
.modal .item-result-details .image-box>img {
    height: 48px;
}

.sec-select-pump .result-col .item-result-details .col-item .data,
.sec-select-pump .result-col .item-result-details .btn-view,
.modal .item-result-details .col-item .data,
.modal .item-result-details .btn-view {
    font-size: 11px;
}

.sec-select-pump .result-col .item-result-details .stat-rst .title,
.modal .item-result-details .stat-rst .title {
    display: block;
    font-size: 10px;
    order: -1;
}

.sec-select-pump .result-col .item-result-details .col-item small.data,
.modal .item-result-details .col-item small.data {
    font-size: 10px;
}

.sec-select-pump .result-col .item-result-details .main-rst,
.sec-select-pump .result-col .item-result-details .stat-rst,
.sec-select-pump .result-col .item-result-details .other-rst,
.modal .item-result-details .main-rst,
.modal .item-result-details .stat-rst,
.modal .item-result-details .other-rst {
    width: 100%;
}

.sec-select-pump .result-col .item-result-details .stat-rst,
.modal .item-result-details .stat-rst {
    padding: 10px 0;
    border-top: 1px solid rgba(202, 202, 202, 0.4);
    border-bottom: 1px solid rgba(202, 202, 202, 0.4);
}

.modal .item-result-details .stat-rst:nth-child(3) {
    border-top: none;
    padding-top: 0;
}

.sec-select-pump .box-outer-filter .form-group .input-group {
    gap: 8px;
}

.sec-select-pump .box-outer-filter .nav-tabs .nav-link,
.sec-select-pump .box-outer-filter .form-group label,
.sec-select-pump .box-outer-filter .form-group .input-group .form-control,
.sec-select-pump .box-outer-filter .form-group .select2-selection__rendered,
.dropdown-abara .select2-results__option {
    font-size: 12px;
}

.sec-select-pump .box-outer-filter .form-group .input-group .form-control,
.sec-select-pump .box-outer-filter .form-group .select2-selection--single {
    border-radius: 14px;
    height: 40px;
}

.sec-select-pump .box-outer-filter .form-group {
    margin-bottom: 12px;
}

.dropdown-abara {
    z-index: 999999;
}

.modal .outer-iframe {
    width: 100%;
    height: 430px;
}

.modal .nav-tabs {
    height: 56px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.modal .nav-tabs .nav-item {
    flex-shrink: 0;
}

.modal .nav-tabs .nav-link {
    font-size: 12px;
}

.modal .head-info-modal .image-pump {
    width: 80px;
    height: 80px;
    border-radius: 16px;
}

.modal .head-info-modal .image-pump>img {
    height: 70px;
}

.modal .head-info-modal .logo-main {
    gap: 8px;
}

.modal .head-info-modal .logo-main>img {
    width: 50px;
}

.modal .head-info-modal .logo-main .content>.fa {
    font-size: 12px;
}

.modal .head-info-modal .logo-main .content>.en {
    font-size: 8px;
}

.modal .box-chart-modal>div {
    height: 280px !important;
}

.modal .content-box-tab h4 {
    font-size: 16px;
}

.modal .content-box-tab p {
    font-size: 12px;
    line-height: 24px;
}

@media print {

    /* مجبور کردن اندازه چاپ به A4 */
    @page {
        size: A4 portrait;
        /* یا landscape */
    }

    html,
    body {
        width: 100%;
        /* عرض A4 در حالت portrait */
        min-height: 297mm;
        zoom: 0.8;
    }

    /* اگه چیزی عرض محدود داره، بازش کن */
    * {
        max-width: 100% !important;
    }
}

.header-main .header-top .navbar .dropdown .dropdown-menu {
    width: 100%;
    top: 50px;
    left: 0;
    padding: 10px 16px;
}

.header-main .header-top .navbar .dropdown.show .dropdown-menu {
    top: 40px;
}

.header-main .header-top .navbar .dropdown-menu .dropdown-item {
    font-size: 12px;
}