/*@import url('../font/visby.css');*/
@import url('icon-pack.css');
@import url('fontello.css');

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}

body {
    overflow: hidden;
    width: 100%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100vh
}

* {
    font-family: "Outfit", sans-serif;
}

label,
p {
    margin: 0;
    font-weight: normal
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0
}

.htmlFixed {
    overflow: hidden
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}

.topLine {
    background: #EFEFEF;
    width: 100%;
    padding: 7px 30px;
    display: inline-block;
    vertical-align: middle;
}

.tl_right {
    float: right;
}

.lng_overlay {
    position: relative;
}

.lng_drodpwn {
    position: absolute;
    z-index: 60;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 5;
    display: inline-block;
    padding: 7.5px 0;
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    margin-top: 15px;
    transform: translateY(-15px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.lng_drodpwn.lng_drodpwn_act {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.lng_drodpwn li {
    clear: both;
    white-space: nowrap;
    line-height: normal;
}

.lng_drodpwn li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    white-space: nowrap;
    padding: 5px 15px 5px 45px;
    font-weight: 500;
    color: #000;
    width: 100%;
    font-size: 14px;
}

.lng_drodpwn li a:hover {
    background: #f5f5f5;
}

.lng_drodpwn li a img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
}

.lng_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.lng_btn span img {
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lng_btn span {
    position: relative;
    border-radius: 30px 30px;
    padding: 0 0px 0 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    color: #0F0F0F;
    font-weight: bold;
}

.lng_btn i {
    margin-left: 3px;
    font-weight: bold;
}

.lng_drodpwn {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 7;
    display: inline-block;
    padding: 7.5px 0;
    border-radius: 0 0 4px 4px;
    border: 1px solid #EFEFEF;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    margin-top: 7px;
    transform: translateY(-15px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.lng_drodpwn li {
    clear: both;
    white-space: nowrap;
    line-height: normal;
}

.lng_drodpwn li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    white-space: nowrap;
    padding: 5px 15px 5px 45px;
    font-weight: 700;
    color: #0F0F0F;
    width: 100%;
    font-size: 14px;
}

.lng_drodpwn li a img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
}

.tl_left {
    float: left;
}

.tl_left ul li {
    float: left;
    line-height: 33px;
}

.tl_left ul li + li {
    margin-left: 15px;
}

.tl_left ul li a {
    color: #0F0F0F;
    font-weight: 500
}

.container1440 {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.the_header {
    background: #fff;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    z-index: 4 !important
}

.is-sticky .the_header {
    box-shadow: 0px 5px 41.5px rgb(40 40 40 / 11%);
    /* transition:all .3s; */
}

.logo {
    line-height: 100px;
    height: 100px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #EFEFEF;
    float: left;
    /* transition: all .3s; */
}

.logo img {
    max-height: 90%;
}

.themMenu {
    float: left;
}

.themMenu > li {
    float: left;
    line-height: 100px;
    height: 100px;
    transition: all .3s;
    position: relative;
}

.themMenu > li.menu_act_item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #F33F11;
    width: 100%;
}

.themMenu > li:first-child a {
    padding-left: 0
}

.themMenu > li:last-child a {
    padding-right: 0
}

.themMenu > li > a {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    /*font-style: italic;*/
    font-weight: 600;
    padding: 0 15px;
    font-size: 18px;
    color: #0F0F0F;
    /* text-transform:uppercase; */
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.haveDropdown > a::after {
    content: '+';
    /* position:absolute; */
    left: 12px;
    top: 10px;
    color: #0F0F0F;
    line-height: normal;
    font-size: 25px;
    margin-left: 10px;
}

.haveDropdown {
    position: relative;
}

.haveDropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 30px;
    min-width: 250px;
    box-shadow: 0px 5px 41.5px rgb(40 40 40 / 11%);
    z-index: 2;
    border-radius: 0 0 10px 10px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px);
}

.haveDropdown ul li {
    position: relative
}

.haveDropdown ul li ul {
    left: 100%;
    top: 0;
    margin-left: 30px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 10px 10px 10px;
}

.haveDropdown ul li ul::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
}

.haveDropdown ul li {
    clear: both;
    line-height: normal;
    white-space: nowrap
}

.haveDropdown ul li a {
    color: #5A5A5A;
    width: 100%;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s;
}

.haveDropdown ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0F0F0F;
    width: 0;
    transition: all .3s;
    height: 1px;
}

.haveDropdown ul li a::after {
    content: '\E812';
    font-family: 'icon-pack';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-15px) translateY(-50%);
    font-size: 16px;
    color: #0F0F0F;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.sign_ul_component li a span i {
    transition: all .3s;
}

@media (min-width: 993px) {
    .ss_item_box:hover::before {
        left: 160px;
        top: -30px
    }

    .detail_buttons li button.wp_bg:hover,
    .detail_buttons li a.wp_bg:hover {
        background: #3a883d;
    }

    .detail_buttons li a:hover,
    .detail_buttons li button:hover {
        background: #0f0f0f;
    }

    .tl_left ul li a:hover {
        text-decoration: underline
    }

    .checkbox_component1 label span:hover {
        background: #f5f5f5
    }

    .checkbox_component2 label span:hover {
        background: #fbfbfb
    }

    .checkbox_component1 label input:checked ~ span:hover {
        background: #fff;
    }

    .ls_inner ul li a:hover {
        background: #f5f5f5
    }

    .haveDropdown ul,
    .themMenu {
        display: block !important
    }

    .haveDropdown ul li:hover ul {
        visibility: visible;
        opacity: 1;
        transform: none
    }

    .haveDropdown:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .haveDropdown ul li:hover > a {
        padding-left: 25px;
        color: #0F0F0F
    }

    .haveDropdown ul li:hover > a::after {
        visibility: visible;
        opacity: 1;
        transform: translateY(-50%);
    }

    .haveDropdown ul li:hover > a::before {
        width: 100%;
    }
}

.the_header .take_bid {
    float: right;
    line-height: 100px;
    background: #f33f11;
    color: #fff;
    font-size: 18px;
    padding: 0 60px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    /*font-style: italic;*/
    font-weight: bold;
    /* transition: all .3s; */
    position: relative;
}

.the_header .take_bid span {
    z-index: 2;
    position: relative
}

.sliderItem {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
}

.sliderItem::before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14191c), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, #14191c 0%, rgba(20, 25, 28, 0) 82%);
    background-image: linear-gradient(180deg, #14191c 0%, rgba(20, 25, 28, 0) 82%);
}

.sliderItem > div {
    height: 600px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 100%;
}

.sliderItem h1,
.sliderItem h2,
.sliderItem h3,
.sliderItem h4,
.sliderItem h5,
.sliderItem h6 {
    color: #fff;
    font-weight: 900;
    margin: 0;
    font-size: 70px;
    /*font-style: italic;*/
}

.sliderItem h1 span,
.sliderItem h2 span,
.sliderItem h3 span,
.sliderItem h4 span,
.sliderItem h5 span,
.sliderItem h6 span {
    font-weight: normal;
    display: block
}

.sliderItem h1 i,
.sliderItem h2 i,
.sliderItem h3 i,
.sliderItem h4 i,
.sliderItem h5 i,
.sliderItem h6 i {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    display: block;
}

.sliderItem ul {
    margin-top: 30px;
}

.sliderItem ul li {
    float: left;
}

.sliderItem ul li + li {
    margin-left: 15px;
}

.sliderItem ul li a {
    background: #f33f11;
    color: #FFF;
}

.sliderItem ul li a.btn_component i {
    transition: all .3s;
}

.btn_component {
    overflow: hidden;
    padding: 0 30px;
    font-size: 18px;
    line-height: 65px;
    border-radius: 4px;
    font-weight: bold;
    /*font-style: italic;*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#mainPagination {
    left: 30px;
    bottom: 30px;
    width: auto;
    z-index: 2;
    position: absolute;
    right: 30px;
    text-align: center;
}

#mainPagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
    width: 20px;
    height: 3px;
    transition: all .3s;
    margin: 0;
    border-radius: 0;
}

#mainPagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
}

#mainPagination .swiper-pagination-bullet-active {
    /* background:none; */
    width: 40px;
    height: 3px;
    opacity: 1;
}

.mainSlider {
    position: relative;
}

.mainSlider > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 42px;
    z-index: 2;
    opacity: .7;
    transition: all .3s;
}

.mainSlider > button:hover {
    opacity: 1
}

.wf_prev {
    left: 30px;
}

.wf_next {
    right: 30px;
}

.mainSlider > button.swiper-button-disabled {
    display: none
}

.rowSection {
    padding: 100px 0;
}

.indexAbout {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.indexAbout > div {
    display: table-cell;
    vertical-align: middle;
}

.ia_img {
    width: 490px;
}

.ia_img > div {
    position: relative;
    overflow: hidden
}

.ia_img > div img {
    width: 100%;
    border-radius: 10px
}

.ia_img > div::before {
    content: "";
    border-radius: 10px;
    transform: rotate(180deg);
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14191c), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, #0f0f0f 0%, rgba(20, 25, 28, 0) 82%);
    background-image: linear-gradient(180deg, #0f0f0f 0%, rgba(20, 25, 28, 0) 82%);
}

.ia_img > div > span {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    text-align: right;
    font-style: italic
}

.ia_img > div > span i {
    display: block;
    font-weight: normal
}

.ia_texts {
    padding-right: 110px;
}

.h1_component {
    color: #0F0F0F;
    margin: 0 0 40px;
    /*font-style: italic;*/
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 50px;
    font-weight: 900
}

.h1_component > span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
}

.h1_component > i {
    display: block;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
}

.h1_1_component {
    line-height: 1.1;
    color: #0F0F0F;
    margin: 0 0 40px;
    /*font-style: italic;*/
    font-size: 50px;
    font-weight: 900
}

.h1_1_component > span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.h1_1_component > i {
    display: block;
    font-weight: normal
}

.ia_texts p {
    color: #5A5A5A;
    font-weight: normal;
    line-height: 24px;
    font-size: 15px;
    padding-left: 60px;
    position: relative;
}

.ia_texts p.paragraph {
    font-weight: normal;
    line-height: 24px;
    font-size: 15px;
    color: #0F0F0F;
    font-optical-sizing: auto;
}

.ia_texts p.paragraph::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: #f33f11
}

.ia_texts p + p {
    margin-top: 20px
}

.sign_ul_component {
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 60px
}

.sign_ul_component li {
    float: left;
}

.sign_ul_component li + li {
    margin-left: 30px
}

.indexAbout .sign_ul_component li a {
    background: #0F0F0F;
    color: #fff;
}

.indexAbout .sign_ul_component li a::before,
.prd_overlay .bg_title a::before,
.calc_btn button::before,
.the_header .take_bid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #0F0F0F;
    width: 0;
    transition: all .3s;
}

.the_header .take_bid::before {
    background: #0F0F0F;
}

.indexAbout .sign_ul_component li a:hover::before,
.prd_overlay .bg_title a:hover::before,
.calc_btn button:hover::before,
.the_header .take_bid:hover::before {
    width: 100%;
}

.btn_component span {
    position: relative;
    z-index: 2
}

.indexAbout .sign_ul_component li a span,
.indexAbout .sign_ul_component li a span i {
    color: #fff;
}

.the_signature {
    line-height: 65px;
    position: relative;
}

.the_signature img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.the_signature > span {
    position: relative;
    z-index: 2;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #0F0F0F;
}

.the_signature > span i {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

.rowSection.blueBG {
    padding-bottom: 300px
}

.patternBG {
    background: url(../img/pattern.png) #0F0F0F;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.likeRow::before,
.likeRow::after {
    content: '';
    display: table
}

.likeRow::after {
    clear: both;
}

.bg_title {
    margin: 0 -30px;
}

.bg_title > div {
    float: left;
    width: 50%;
    padding: 0 30px;
}

.bg_title h1.h1_component,
.bg_title h2.h1_component,
.bg_title h3.h1_component,
.bg_title h4.h1_component,
.bg_title h5.h1_component,
.bg_title h6.h1_component {
    color: #fff;
}

.bg_title p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.bg_title p + p {
    margin-top: 15px;
}

.all_services {
    margin-top: 60px;
}

.serviceSlider > button,
.productSlider > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #0F0F0F;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.serviceSlider:hover > button,
.productSlider:hover > button {
    opacity: 1;
    visibility: visible
}

.productSlider > button {
    background: #fff;
    color: #0F0F0F
}

.ss_prev {
    left: 15px;
}

.ss_right {
    right: 15px;
}

a.service_box {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    color: #0F0F0F;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service_box img {
    display: block;
    height: 60px
}

.service_box span {
    margin-top: 30px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.service_box p {
    color: #5A5A5A;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}

.service_box .icon-r3 {
    margin-top: 20px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #0F0F0F;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    padding-left: 4px;
    color: #0F0F0F;
    font-size: 19px;
    transition: all .3s;
}

.services_contact {
    margin-top: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px
}

.services_contact a {
    color: inherit;
    text-decoration: underline;
}

.rowSection.pt0 {
    padding-top: 0
}

.prd_overlay {
    max-width: 100%;
    background: #fff;
    padding: 60px;
    width: 1200px;
    margin: -200px auto 0;
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    border-radius: 10px;
}

.prd_overlay .bg_title h1,
.prd_overlay .bg_title h2,
.prd_overlay .bg_title h3,
.prd_overlay .bg_title h4,
.prd_overlay .bg_title h5,
.prd_overlay .bg_title h6,
.prd_overlay .bg_title p {
    color: #0F0F0F
}

.prd_overlay .bg_title p {
    font-weight: 500
}

.prd_overlay .bg_title a {
    color: #fff;
    margin-top: 15px;
    background: #0F0F0F
}

.twoRow {
    margin-top: 60px;
}

.prd_box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.prd_box::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14191c), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, #14191c 0%, rgba(20, 25, 28, 0) 82%);
    background-image: linear-gradient(180deg, #14191c 0%, rgba(20, 25, 28, 0) 82%);
    border-radius: 10px;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

.prd_box span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    /*font-style: italic;*/
    right: 20px;
    z-index: 3;
}

.prd_box p {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    /*font-style: italic;*/
    margin-top: 5px
}

.prd_box img {
    width: 100%;
    border-radius: 10px;
    transition: all .3s;
}

.prd_overlay .bg_title {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0
}

.prd_overlay .bg_title > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 0;
    float: none
}

.prd_overlay .bg_title > div:first-child {
    padding-right: 30px;
}

.prd_overlay .bg_title > div:last-child {
    padding-left: 30px;
}

.partnerSlider img {
    max-width: 90%;
    filter: grayscale(1);
}

.partnerSlider .swiper-slide {
    text-align: center
}

.the_footer {
    position: relative;
    padding: 100px 0 0;
}

.the_footer::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background: #EFEFEF;
}

.containerFooter {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
}

.containerFooter > div {
    margin: 0 -30px;
}

.containerFooter > div > div {
    float: left;
    padding: 0 30px;
    width: 25%;
}

.footer_exp {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 24px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.footer_social {
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
}

.footer_social li {
    float: left;
}

.footer_social li + li {
    margin-left: 15px;
}

.footer_social li a {
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: normal;
    font-size: 24px;
    transition: all .3s;
}

.footer_social li a:hover {
    color: #0F0F0F;
}

.footer_title {
    margin: 0 0 30px;
    font-weight: 900;
    font-size: 19px;
    /*font-style: italic;*/
    color: #000;
}

.footerLinks li {
    clear: both;
}

.footerLinks li + li {
    margin-top: 10px;
}

.footerLinks li a,
.footerLinks li span {
    color: #5A5A5A;
    font-size: 16px;

    font-weight: 600;
    position: relative;
    transition: all .3s;
}

.footerLinks:not(.title_letter) li a::after {
    content: '\E812';
    font-family: 'icon-pack';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-15px) translateY(-50%);
    font-size: 16px;
    color: #0F0F0F;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
}

.footer_logo {
    width: 150px;
    margin-bottom: 30px
}

.title_letter li a {
    position: relative;
    padding-left: 18px;
    display: inline-block;
    vertical-align: middle
}

.title_letter li a i {
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

.footer_under {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #EFEFEF;
    padding: 30px 0;

    font-weight: 600;
    color: #5A5A5A;
    font-size: 16px;
}

.bg_title h1,
.bg_title h2,
.bg_title h3,
.bg_title h4,
.bg_title h5,
.bg_title h6 {
    margin: 0
}

.hd_right > button {
    display: none;
}

.sign_ul_component li a span i {
    transition: all .3s;
}

@media (min-width: 993px) {
    .prd_box:hover img {
        transform: scale(1.1)
    }

    .partnerSlider img:hover {
        filter: none
    }

    .footerLinks:not(.title_letter) li a:hover {
        padding-left: 25px;
        color: #0F0F0F;
    }

    .footerLinks:not(.title_letter) li > a:hover::after {
        visibility: visible;
        opacity: 1;
        transform: translateY(-50%);
    }

    .service_box:hover i.icon-r3 {
        background: #0F0F0F;
        color: #fff;
    }

    .ff_next:hover {
        background: #273044;
    }

    .ff_prev:hover {
        background: #dedede;
    }

    .sliderItem ul li a.btn_component:hover i,
    .take_road a:hover i,
    .sign_ul_component li a:hover span i {
        margin-left: 7.5px;
    }

    .is-sticky .the_header .logo,
    .is-sticky .the_header .themMenu > li {
        height: 80px;
        line-height: 80px;
    }
    .is-sticky .hd_right{
        transition: all 0.3s ease;
        height: 80px;
    }

    .is-sticky .the_header .take_bid {
        line-height: 80px;
        height: 80px;
    }

    .is-sticky .the_header .liveSearch > button {
        line-height: 80px;
    }
}

.big_breadcrumb {
    width: 100%;
    height: 400px;
    display: table;
    background-position: center bottom !important;
    background-size: cover !important;
    position: relative
}

.big_breadcrumb::before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(../img/banner-overlay-bg.png);
    background-size: cover;
    background-position: center;
    /* opacity: .7; */
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#14191c), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, #14191c 0%, rgba(20, 25, 28, 0) 82%);
    background-image: linear-gradient(180deg, #14191c 0%, rgba(20, 25, 28, 0) 82%); */
}

.big_breadcrumb > div {
    display: table-cell;
    vertical-align: middle;
}

.big_breadcrumb > div .h1_component {
    margin: 0;
    color: #fff;
}

.big_breadcrumb > div .h1_1_component {
    margin: 0;
    color: #fff;
}

.about_first {
    text-align: center
}

.about_first h3 {
    font-weight: 900;
    margin: 0 0 30px;
    font-size: 32px;
    color: #0F0F0F;
}

.about_first h3 span {
    font-weight: normal;
}

.about_first p {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.pd_top {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pd_top > div {
    display: table-cell;
    vertical-align: middle;
    height: 700px;
    padding: 100px 0;
}

.pd_top > div.pdt_left {
    padding-right: 100px;
}

.pdt_left * {
    position: relative;
    z-index: 2;
    color: #fff;
}

.pdt_left p {
    font-size: 15px;
    text-align: justify;
    font-weight: normal;
    line-height: 28px;
}

.pdt_left p + p {
    margin-top: 15px
}

.pdt_right {
    position: relative;
    width: 545px;
}

.pdt_right > div {
    background-position: center center !important;
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pdt_left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100px;
    width: 75%;
    background: url(../img/pattern.png) #0F0F0F
}

.about_bg.rowSection {
    position: relative;
    padding-top: 0
}

.about_bg .container1440 {
    position: static;
}

.about_bg .sign_ul_component {
    padding-left: 0
}

.about_bg .the_signature > span {
    color: #fff;
}

.sign_ul_component li a {
    background: #fff;
}

.sign_ul_component li a span,
.sign_ul_component li a span i {
    color: #0F0F0F;
}

#map {
    height: 600px
}

.contact_content {
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    margin-top: -60px;
    border-radius: 12px;
    padding: 60px 70px;
    background: #fff;
    width: 1295px;
    margin: -60px auto 0 auto;
    max-width: 100%;
}

.rowSection.contact_section {
    padding-top: 0
}

.cc_table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cc_table > div {
    display: table-cell;
    vertical-align: middle
}

.cc_table > div.cc_left {
    width: 460px;
    vertical-align: top;
    position: relative;
    border-radius: 10px;
    padding: 40px;
}

.cc_bottom {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px
}

.cc_bottom ul li {
    clear: both;
}

.cc_bottom ul li + li {
    margin-top: 10px;
}

.cc_bottom ul li a,
.cc_bottom ul li span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    transition: all 0.3s ease;
}

.cc_bottom ul li a i,
.cc_bottom ul li span i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
}

.cc_left > div.cc_top {
    position: relative;
    z-index: 2;
}

.cc_left p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.cc_left > div.cc_top a {
    margin-top: 30px;
    padding-left: 40px;
    position: relative;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
}

.cc_left > div.cc_top a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
}

.cc_left::before {
    content: '';
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0F0F0F !important;
    background-color: #0F0F0F !important;
    background-image: linear-gradient(180deg, #0F0F0F 0%, #0F0F0F 82%) !important;
    -webkit-background-image: linear-gradient(180deg, #0F0F0F 0%, #0F0F0F 82%) !important;
}

.cc_right {
    padding-left: 60px;
}

.title4_component {
    margin-bottom: 30px;
}

.title4_component h1 {
    margin: 0;
    color: #0F0F0F;
    font-size: 50px;
    font-weight: 900;
}

.title4_component h1 span {
    font-weight: normal;
}

.title4_component p {
    color: #5A5A5A;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px
}

.two_inp {
    margin: 0 -10px;
}

.two_inp > div {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.input_component label {
    width: 100%;
}

span.textLabel {
    display: block;
    color: #0F0F0F;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.input_component label input[type="text"] {
    width: 100%;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    padding-left: 15px;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.input_component label input[type="text"]::placeholder {
    color: #5A5A5A
}

.input_component textarea {
    width: 100%;
    border: 1px solid #EFEFEF;
    resize: none;
    padding: 15px;
    height: 150px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    color: #000;
    transition: all .3s;
}

.input_component textarea:hover {
    border-color: #ddd
}

.formSend {
    margin-top: 30px;
}

.formSend button {
    color: #fff;
    background: #0F0F0F;
    position: relative;
    width: 270px;
    text-align: left;
    max-width: 100%;
    transition: all .3s;
    border: 2px solid #0F0F0F;
}

.formSend button:hover {
    border: 2px solid #0F0F0F;
    color: #0F0F0F;
    background: transparent;
}

.formSend button span {
    position: static
}

.formSend button i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.take_road {
    margin-top: 30px;
}

.take_road a {
    background: #fff;
    color: #0F0F0F;
    line-height: 50px
}

.take_road a i {
    transition: all .3s;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #0F0F0F;
    border-radius: 5px;
    border: solid 1px #0F0F0F;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 67px;
    line-height: 65px;
    outline: none;
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.nice-select:hover {
    border-color: #0F0F0F;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: '\f107';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    font-family: 'FontAwesome';
    transform: translateY(-50%);
    line-height: normal;
}

.nice-select.open:after {
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    max-height: 280px;
    overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #333;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.nc_overlay {
    text-align: center;
    margin-top: 30px;
}

.cr_overlay {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: -30px;
}

.calcRow {
    margin: 0px -15px 0;
}

.calcRow > div {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

.calcRow > div:nth-child(3n+1) {
    clear: left;
}

.calcItem {
    /* padding:30px; */
    /* border: 2px solid #0F0F0F; */
    border-radius: 12px;
    /* box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); */
}

.calcItem h3 {
    margin: 0 0 30px;
    font-weight: 700;
    color: #0F0F0F;
    font-size: 22px;
    line-height: 32px
}

.calcItem h3 span {
    display: block;
    font-weight: normal
}

.calcItem table {
    width: 100%;
}

.calcItem table td:first-child {
    white-space: nowrap;
    width: 1%;
    padding-right: 30px;
    font-weight: 600;
    color: #0F0F0F;
    font-size: 16px
}

.calcItem table tr + tr td {
    padding-top: 20px
}

.calcItem table td input {
    height: 50px;
    background: #f5f5f5;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    padding-left: 15px;
    font-weight: 700;
    color: #0F0F0F
}

.calcItem table td input::placeholder {
    font-weight: 500;
    color: #777
}

.calc_btn {
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.calc_btn button {
    background: #0F0F0F;
    color: #fff;
    float: right;
    width: 100%;
}

.blog_header {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: url(../img/pattern.png) #0F0F0F;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bh_table {
    display: table;
    width: 100%;
}

.bh_table > div {
    display: table-cell;
    vertical-align: top;
}

.bh_left {
    width: 700px;
}

.bh_left_post {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.bhl_image {
    position: relative;
}

.bhl_image img {
    width: 100%;
    border-radius: 10px;
}

.bhl_image span {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.bhl_image span::before {
    content: '\f017';
    font-family: 'FontAwesome';
    margin-right: 5px
}

.bhl_image a {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.bhl_under {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 15px;
}

.bhl_under h2 {
    font-weight: 800;
    margin: 15px 0;
    font-size: 22px;
}

.bhl_under h2 a {
    color: #fff;
}

.bhl_under p {
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.bh_right {
    padding-left: 30px;
}

.bh_right_inner {
    margin: 0 -15px 0 -15px;
}

.bh_right_inner > div {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.bh_right_inner > div:nth-child(2n+1) {
    clear: left
}

.bh_right_inner > div:nth-child(3),
.bh_right_inner > div:nth-child(4) {
    margin-bottom: 0
}

.bhl_right_under {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.bhl_right_under h3 {
    font-weight: 800;
    margin: 15px 0 0;
    font-size: 18px;
}

.bhl_right_under h3 a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.blog_header .container {
    padding: 0
}

.bhl_under h2 a,
.bhl_right_under h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.blog_content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: #fff;
}

.blog_content .container {
    padding: 0
}

.bc_header {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 60px;
}

.bc_header h2 {
    margin: 0;
    font-weight: 900;
    color: #0F0F0F;
    float: left;
    line-height: 46px;
}

.bc_header ul {
    float: right;
    background: #EFEFEF;
    border-radius: 30px;
    padding: 5px 0
}

.bc_header ul li {
    float: left;
}

.bc_header ul li a {
    color: #000;
    opacity: .3;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 20px 7px 20px;
    font-weight: 700;
    font-size: 16px;
}

.bc_header ul li a.bc_cat_active {
    color: #0F0F0F;
    opacity: 1;
}

.blog_co {
    margin: 0 -15px;
}

.blog_co > div {
    float: left;
    width: 33.3333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog_item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 5px #e8e8e8, 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.blog_item:hover {
    box-shadow: 0 5px #cccccc, 3px 3px 15px 0 rgb(0 0 0 / 10%);
}

.blog_item_image {
    position: relative;
}

.blog_item_image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blog_item_under {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.blog_item_under h3 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 800;
}

.blog_item_under h3 a {
    color: #000;
    font-weight: 900;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    height: 44px;
}

.blog_item_under p {
    font-size: 16px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    height: 66px;
    font-weight: 500;
}

.blog_item_under > a.blogRead {
    color: #0F0F0F;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    display: none;
}

.customPagination {
    margin-top: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -1px rgb(0 0 0 / 0.00);
    background: #fff;
    border-radius: 30px;
    border: 1px solid #EFEFEF;
}

.customPagination li {
    float: left;
    position: relative
}

.customPagination li a {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    line-height: 50px;
    color: #000;
    font-weight: 600
}

.customPagination li a span {
    font-weight: inherit
}

.customPagination li a.wauto {
    padding: 0 15px;
    width: auto
}

.customPagination li:last-child a.wauto {
    padding-left: 0
}

.customPagination li:first-child a.wauto {
    padding-right: 0
}

.customPagination li a span {
    position: relative;
    z-index: 2
}

.customPagination li.cp_active::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    pointer-events: none;
    background: #0F0F0F;
}

.customPagination.blackPagination li.cp_active::before {
    background: #333;
}

.customPagination li.cp_active a {
    color: #fff;
}

.bd_overlay {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background: #fff;
    min-height: 500px;
    margin-bottom: -80px;
    padding-bottom: 80px;
}

.blog_detail {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.blog_detail > div {
    display: table-cell;
    vertical-align: top
}

.bd_left {
    padding-right: 60px;
}

.bd_right {
    width: 350px;
}

.bd_image {
    width: 100%;
    position: relative;
}

.bd_image img {
    width: 100%;
    border-radius: 10px;
}

.bd_content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0 30px;
    position: relative;
    margin-top: -45px;
    z-index: 1;
}

.bdc_inner {
    display: inline-block;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 50px 70px 0 rgba(100, 98, 99, 0.12);
    border-radius: 10px;
}

.bdc_title {
    margin: 0 0 30px;
    color: #0F0F0F;
    font-size: 32px;
    font-weight: 900;
}

.bdc_time {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    height: 30px;
    line-height: 32px;
    padding: 0 15px;
    background: #eee;
    color: #999;
    border-radius: 30px;
    font-weight: 500;
}

.bdc_time i {
    font-weight: normal
}

.bdc_inner p {
    margin-bottom: 15px;
    color: #4D4D4D;
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
}

.bdc_inner p strong {
    font-weight: 500;
    color: #424242;
}

.bdc_inner ul li {
   list-style: disc;
   margin-left: 20px;
}

.bdc_inner ul li::marker {
    color: #f33f11;
  }

.steel_sheet_properties ul li {
    list-style: none;
    margin-left: 0;
  }

.bdc_title + p {
    text-indent: 15px
}

.bd_right_title {
    color: #0F0F0F;
    margin: 0 0 20px;
    font-weight: 900;
}

.bd_top_cates {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
    counter-reset: section;
}

.bd_top_cates li {
    clear: both;
    margin-bottom: 15px;
}

.bd_top_cates li:last-child {
    margin-bottom: 0
}

.bd_top_cates li a {
    color: #0F0F0F;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 45px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
}

.bd_top_cates li a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

.intersted_blogs {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 15px;
}

.intersted_blogs li {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.intersted_blogs li:last-child {
    margin-bottom: 0
}

.intersted_blogs li a {
    display: table;
    vertical-align: middle;
}

.intersted_blogs li a > div {
    display: table-cell;
    vertical-align: middle;
}

.intersted_blogs li a .ib_img {
    width: 70px;
    background-position: center center !important;
    background-size: cover !important;
    height: 70px;
    border-radius: 50%;
    position: relative;
}

/*.intersted_blogs li a .ib_img::before{
    counter-increment: section;
    content: counter(section);
    position:absolute;
    right:-10px;
    bottom:-10px;
    background: #0F0F0F;
    color:#fff;
    border:3px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-weight:700;
    text-align:center;
    border-radius:50%;
    font-size: 16px;
}*/

.intersted_blogs li a .ib_img img {
    width: 100%;
    border-radius: 50%;
}

.ib_title {
    font-weight: 700;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    padding-right: 15px;
}

.ib_title span {
    display: block;
    color: #5A5A5A;
    font-size: 14px
}

.liveSearch {
    position: relative;
    float: right;
}

.liveSearch > button {
    color: #0F0F0F;
    line-height: 100px;
    padding: 0 30px;
    font-size: 32px
}

.ls_inner {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px);
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 30px;
    width: 500px;
    border-radius: 10px;
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
}

.ls_inner_act {
    visibility: visible;
    opacity: 1;
    transform: none
}

.ls_inner input {
    width: 100%;
    height: 50px;
    /* border:solid #EFEFEF; */
    /* border-width: 0 0 1px 0; */
    font-size: 18px;
    color: #0F0F0F;
    font-weight: 600;
}

.ls_inner input::placeholder {
    color: #5A5A5A;
    font-weight: 500
}

.ls_inner ul {
    max-height: 300px;
    overflow-y: auto;
    margin: 15px -30px 0 -30px;
}

.ls_inner ul li {
    clear: both;
}

.ls_inner ul li a {
    color: #5A5A5A;
    font-weight: 400;
    width: 100%;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 7.5px 30px;
    transition: all .3s;
}

.ls_inner ul li a span {
    display: block;
    font-size: 16px;
    color: #0F0F0F;
    font-weight: 600;
}

.calc_result {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    color: #0F0F0F;
    font-size: 18px;
}

.stage_bar {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 60px;
}

.stage_bar > div {
    float: left;
    position: relative;
    text-align: center;
}

.stage_bar > div::before {
    left: 0;
    background: #ddd;
}

.stage_bar > div.pass_this::before {
    background: #0F0F0F
}

.stage_bar > div a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    line-height: 60px;
    background: #0F0F0F;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    position: relative;
    z-index: 1
}

.stage_bar > div:first-child::after,
.stage_bar > div::before,
.stage_bar > div:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
}

.stage_bar > div:first-child::after,
.stage_bar > div:last-child::after {
    background: #fff;
    width: 50%;
}

.stage_bar > div:first-child::after {
    left: 0;
}

.stage_bar > div:last-child::after {
    right: 0;
}

.w4 > div {
    width: 25%;
}

.w2 > div {
    width: 50%;
}

.spForm {
    width: 1000px
}

.form_title71 {
    margin-bottom: 40px
}

.form_title71 h1 {
    color: #0F0F0F;
    font-weight: 500;
    font-size: 32px;
    margin: 0;
}

.form_title71 p {
    font-size: 20px;
    font-weight: 500;
    color: #5A5A5A;
    margin-top: 5px;
}

.formFooter {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #EFEFEF;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.formFooter ul {
    float: right;
}

.formFooter ul li {
    float: left;
}

.formFooter ul li + li {
    margin-left: 15px;
}

.formFooter ul li button {
    padding: 0 60px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 30px;
    font-weight: bold;
    /*font-style: italic;*/
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
}

.ff_next {
    background: #0F0F0F;
    color: #fff;
}

.ff_prev {
    background: #EFEFEF;
    color: #777
}

.two_row {
    margin: 0 -15px;
}

.two_row > li,
.two_row > div {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.checkbox_component1 label {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.checkbox_component1 label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox_component1 label span {
    border: 1px solid #EFEFEF;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #5A5A5A;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    transition: all .3s;
}

.checkbox_component1 label span i {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
    font-style: normal;
    text-overflow: ellipsis;
}

.checkbox_component1 label input:checked ~ span {
    color: #0F0F0F;
    border-color: #0F0F0F;
}

.marginOverlay {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: -15px;
}

.three_row {
    margin: 0 -7.5px;
}

.three_row > li {
    float: left;
    width: 33.33333333%;
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.checkbox_component2 label {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.checkbox_component2 label input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.checkbox_component2 label span {
    border-radius: 30px;
    border: 1px solid #EFEFEF;
    line-height: 45px;
    padding: 0 15px 0 50px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #5A5A5A;
    font-weight: 500;
    font-size: 16px;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox_component2 label span::before {
    content: '\E817';
    font-family: 'icon-pack';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 13px;
    text-align: center;
    transition: all .3s;
    color: transparent;
}

.checkbox_component2 label input:checked ~ span::before {
    background: #0F0F0F;
    border-color: #0F0F0F;
    color: #fff;
}

.checkbox_component2 label input:checked ~ span {
    border-color: #0F0F0F;
    color: #0F0F0F;
}

.checkbox_component2 label input:checked ~ span:hover {
    background: #fff;
}

.cx007 {
    font-size: 16px;
    width: 100%;
    resize: none;
    padding: 15px;
    font-weight: 500;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #EFEFEF
}

.files-inp {
    margin-top: 30px;
    position: relative;
    color: #9e9e9e;
    display: block;
    height: 100%;
    font-size: 13px;
    padding: 30px 70px;
    text-align: center;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
}

.files-inp input {
    padding: 0 12px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.files-inp::before {
    content: '\f093';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 22px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

label.choose {
    color: #949494;
    outline: none;
    font-weight: 500;
    font-size: 16px
}

.tx20_qt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: -20px;
}

.spForm .input_component label input[type="text"] {
    border-radius: 30px;
    transition: all .3s;
}

.input_component label input[type="text"]:hover {
    border-color: #ddd
}

.dateRow {
    margin: 0 -7.5px;
}

.dateRow > div {
    float: left;
    width: 50%;
    padding: 0 7.5px;
}

.slc_overlay {
    position: relative;
}

.slc_overlay select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 30px;
    border: 1px solid #EFEFEF;
    font-size: 16px;
    font-weight: 500;
    color: #5A5A5A
}

.slc_overlay::before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #5A5A5A;
    pointer-events: none;
}

.mt30 {
    margin-top: 30px
}

.ins_table {
    width: 100%;
    margin-top: 30px
}

.ins_table tr:first-child td {
    font-size: 18px;
    color: #0F0F0F;

}

.ins_table tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    color: #5A5A5A;
    border-bottom: 1px solid #EFEFEF;
}

.ins_table tr td:first-child {
    padding-left: 0;
    text-align: center
}

.ins_table tr td:last-child {
    padding-right: 0
}

.ins_table tr:last-child td {
    border-bottom: none
}

.select_ins {
    width: 1%;
    white-space: nowrap;
}

.select_ins label {
    position: relative;
    cursor: pointer
}

.select_ins label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.select_ins label i {
    width: 27px;
    height: 27px;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
    font-style: normal;
}

.select_ins label i::before,
.acceptTerms i::before {
    content: '\E817';
    font-family: 'icon-pack';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    font-size: 16px;
    transition: all .3s;
}

.select_ins label input:checked ~ i {
    background: #0F0F0F;
    border-color: #0F0F0F;
}

.select_ins label input:checked ~ i::before {
    color: #fff;
}

.acceptTerms {
    position: relative;
    line-height: 20px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #5A5A5A;
    cursor: pointer;
}

.acceptTerms input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.acceptTerms i {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-style: normal;
}

.acceptTerms i::before {
    font-size: 12px
}

.acceptTerms input:checked ~ i {
    background: #0F0F0F;
}

.acceptTerms input:checked ~ i::before {
    color: #fff;
}

#servicePage {
    padding-top: 0
}

#servicePage .prd_overlay {
    margin: -60px auto 0
}

.sprow {
    margin: 60px -15px 0;
}

.sprow > div {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.sprow_overlay {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: -15px
}

#serviesList.intersted_blogs li a .ib_img::before {
    display: none
}

#serviesList.intersted_blogs li a .ib_img {
    /* border-radius:4px */
}

#serviesList.intersted_blogs li a {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 83px 0 rgb(15 15 15 / 15%);
    border-radius: 10px;
    transition: all .3s;
    border: 2px solid transparent;
}

#serviesList.intersted_blogs li a:hover {
    border-color: #f33f11
}

#serviesList.intersted_blogs li {
    margin-bottom: 15px;
}

#serviesList.intersted_blogs li:last-child {
    margin-bottom: 0
}

.ss_slider > button {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
}

.ss_slider .ss_prev {
    left: 30px;
}

.ss_slider .ss_next {
    right: 30px;
}

.wp_form {
    margin-bottom: 30px;
    border: 2px solid #4caf50;
    border-radius: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    max-width: calc(100% - 60px);
    background: #fff;
    transform: translate(-50%, -50%);
    margin-top: -15px;
    transition-delay: .3s;
    transition: all .3s;
}

a {
    cursor: pointer;
}

.fixed_wp.wp_act .wp_form {
    margin-top: 0
}

.wpf_inner {
    padding: 30px;
}

.wpf_inner .bd_right_title {
    color: #4caf50;
    font-size: 22px;
    font-weight: 500;
}

.wp_form input,
.wp_form textarea {
    width: 100%;
    border: solid #4caf50;
    border-width: 0 0 2px;
    font-weight: 500;
    color: #000;
    font-size: 16px
}

.wp_form input::placeholder,
.wp_form textarea::placeholder {
    color: #5A5A5A;
}

.wp_form input {
    height: 45px;
    margin-bottom: 30px;
}

.wp_form textarea {
    resize: none;
    height: 100px;
}

.wp_send {
    margin-top: 15px;
    line-height: 50px;
    background: #4caf50;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
}

.detail_buttons {
    margin-bottom: 30px
}

.detail_buttons li {
    clear: both
}

.detail_buttons li + li {
    margin-top: 20px
}

.detail_buttons li a,
.detail_buttons li button {
    line-height: 60px;
    font-size: 14px;
    position: relative;
    color: #fff;
    background: #f33f11;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
    transition: all .3s;
    text-align: center;
}

.detail_buttons li a i,
.detail_buttons li button i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px
}

.detail_buttons li a i::before,
.detail_buttons li button i::before {
    margin: 0
}

.detail_buttons li button.wp_bg,
.detail_buttons li a.wp_bg {
    background: #4caf50;
}

.usage_areas {
    margin-top: 30px;
}

.usage_areas > h1 {
    margin: 0 0 20px;
    color: #0F0F0F;
    font-size: 32px;
    font-weight: 900;
}

.usage_areas > p {
    margin: 0
}

.us_overlay {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: -30px;
}

.us_row {
    margin: 30px -15px 0;
}

.us_row > div {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.us_item {
    position: relative;
    line-height: 50px;
    padding-left: 65px;
}

.us_item img {
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.us_item span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0F0F0F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fixed_wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.fixed_wp.wp_act {
    visibility: visible;
    opacity: 1;
}

.fixed_wp span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.wp_form > button.ftimes {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #4caf50;
    color: #4caf50;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
}

.prd_row {
    margin: 60px -7.5px 0;
}

.prd_row > div {
    float: left;
    width: 33.33333333%;
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.prd_row > div:nth-child(3n+1) {
    clear: left
}

.prd_row_overlay {
    margin-bottom: -15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.tab_bnts_overlay {
    margin-bottom: 60px;
    text-align: center;
}

.tab_bnts_overlay ul {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -ms-overflow-style: none;
    -webkit-overflow-style: none;
    -moz-overflow-style: none;
    overflow-style: none;
    max-width: 100%;
}

.tab_bnts_overlay ul::-webkit-scrollbar {
    display: none
}

/*
.tbc_content table{
    width:100%;
    border-top:1px solid #EFEFEF;
}
.tbc_content table td,
.tbc_content table th{
    font-size:14px;
    vertical-align:middle;
    padding: 5px;
    border:solid #EFEFEF;
    border-width:0 1px 1px;
    font-weight:500;
}
.tbc_content table tr:hover td{
    background:#f5f5f5
}
.tbc_content table th{
    background:#f2f2f2;
    font-weight:600;
    color:#000;
    border-color:#ddd
}
*/

.tbc_content table tr td {
    font-weight: 500
}

.dataTables_wrapper .dataTables_info {
    font-weight: 600
}

.dataTables_filter label,
.dataTables_length label {
    font-weight: 600
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    font-weight: 500
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0F0F0F;
    color: #fff !important;
    border: none;
    border-radius: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important
}

.tab_bnts_overlay ul li {
    display: inline;
    margin-left: -4px;
}

.tab_bnts_overlay ul li button {
    color: #5A5A5A;
    line-height: 40px;
    color: #5A5A5A;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    font-size: 18px;
    border-bottom: 1px solid #EFEFEF;
    line-height: 45px;

    font-weight: 600;
    transition: all .3s;
    /*font-style: italic;*/
}

.tab_bnts_overlay ul li button.tbc_act {
    color: #0F0F0F;
    border-color: #0F0F0F;
}

.tbc_content table {
    width: 100%;
    border-top: 1px solid #EFEFEF;
}

.tbc_content table td,
.tbc_content table th {
    font-size: 14px;
    vertical-align: middle;
    padding: 5px;
    border: solid #EFEFEF;
    border-width: 0 1px 1px;
    font-weight: 500;
}

.tbc_content table tr:hover td {
    background: #f5f5f5
}

.tbc_content table th {
    background: #f2f2f2;
    font-weight: 600;
    color: #000;
    border-color: #ddd
}

.tbc_content table td a {
    color: #000;
    font-weight: 500;
    text-decoration: underline
}

.tbc_content {
    display: none
}

.tbc_content.tbc_content_active {
    display: block;
}

.tab_scroll + .tab_scroll {
    margin-top: 30px;
}

.t2_row {
    margin: 0 -15px;
}

.t2_row > div {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.t2_row > div:nth-child(2n+1) {
    clear: left
}

.t2_row_overlay {
    margin-bottom: -30px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.serviceSlider .swiper-slide > div {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.swiper-slide {
    height: auto !important;
}

#calcFullItem {
    clear: none;
    float: none;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.calcItem table td .nice-select {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 15px
}

.steel_sheet_title {
    font-weight: 400;
    margin: 0;
    font-size: 40px;
    color: #0F0F0F;
    /*font-style: italic;*/
}

.ss_usage_areas {
    font-size: 20px;
    color: #5A5A5A
}

.steel_sheet_properties {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.steel_sheet_properties > div {
    display: table-cell;
    vertical-align: top;
}

.ss_right2 {
    width: 420px;
    padding-left: 50px;
    border-left: 1px solid #EFEFEF;
}

.ss_left {
    padding-right: 60px;
}

.thx1_cd {
    display: table;
    width: 100%;
    margin-top: 30px
}

.thx1_cd > div {
    display: table-cell;
    vertical-align: middle;
}

.thx1_cd_icon {
    width: 1%;
    color: #0F0F0F;
    font-size: 50px;
    white-space: nowrap;
    padding-right: 20px;
}

.thx1_cd_texts {
    color: #5A5A5A;
    font-size: 16px;
}

.thx1_cd_texts span {
    display: block;
    color: #0F0F0F;
    font-weight: 500;
    font-size: 20px;
}

.thx1_cd_texts a {
    color: inherit;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
}

.thx1_cd_texts a:hover {
    color: #0F0F0F;
    text-decoration: underline
}

.thx1_cd_texts a::after {
    content: ',';
}

.thx1_cd_texts a:last-child::after {
    display: none
}

.valueSection {
    margin-top: 50px;
}

.valueSection h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.valueSection ul {
    border-top: 2px solid #E6E9EC;
    border-bottom: 1px solid #E6E9EC;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.valueSection ul li {
    float: left;
    width: 20%;
    height: 80px;
    line-height: 80px;
    align-items: center;
    color: #476175;
    font-size: 16px;
    padding: 0 15px;
    border-bottom: 1px solid #E6E9EC;
}

.valueSection ul li > span {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    width: 100%;
}

.valueSection ul li > span strong {
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    vertical-align: middle;
}

.valueSection ul li:nth-child(2n+2) {
    background: #F5F7F8
}

.valueSection ul li > span > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #a2acc1;
    padding: 2px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}

.other_ss {
    max-height: 917px;
    overflow-y: auto;
    padding-right: 40px;
}

.other_ss li {
    clear: both;
}

.other_ss li a {
    line-height: 40px;
    color: #476175;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px;
    border-radius: 30px;
    font-weight: 500;
    transition: all .3s;
    position: relative
}

.other_ss li a::before {
    content: '\E810';
    font-family: 'icon-pack';
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    transition: all .3s;
    pointer-events: none;
    opacity: 0;
}

.other_ss li a:hover::before {
    opacity: 1;
    left: 15px;
}

.other_ss li a:hover {
    padding-left: 35px
}

.other_ss li:nth-child(2n+2) a {
    background: #F5F7F8;
}

h4.xtor {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.other_ss::-webkit-scrollbar {
    background-color: #fff;
    width: 20px;
    border-radius: 16px;
}

.other_ss::-webkit-scrollbar-track {
    background-color: #fff
}

.other_ss:hover::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

.other_ss::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.other_ss:hover::-webkit-scrollbar-thumb {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

.other_ss::-webkit-scrollbar-button {
    display: none
}

.ss_row {
    margin: 0 -7.5px;
}

.ss_row > div {
    float: left;
    padding: 0 7.5px;
    width: 25%;
    margin-bottom: 15px
}

.ss_item_box {
    /* background: rgb(0,33,90); */
    /* background: linear-gradient(180deg, rgb(8 57 140) 0%, rgb(0 12 39) 100%); */
    position: relative;
    height: 190px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #0F0F0F;
    overflow: hidden;
}

.ss_row > div:nth-child(2n+2) .ss_item_box {
    /* background: rgb(0,33,90); */
    /* background: linear-gradient(180deg, rgb(53 87 146) 0%, rgb(14 27 56) 100%); */
}

.ss_item_box::before {
    content: '\e81f';
    font-family: 'icon-pack';
    position: absolute;
    left: 170px;
    top: -40px;
    font-size: 100px;
    color: #0F0F0F;
    opacity: 1;
    transform: rotate(0deg);
    transition: all .3s;
}

.ss_item_box span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    color: #0F0F0F;
    font-size: 26px;
    /*font-style: italic;*/
    font-weight: 500;
    /* background: rgb(77 96 131); */
    /* padding: 15px; */
    z-index: 2;
    border-radius: 10px;
    line-height: 24px;
}

.ss_item_box span p {
    font-size: 16px;
    font-weight: 500;
}

.ss_loadMore {
    text-align: center;
    margin-top: 30px;
}

.ss_loadMore a {
    background: #0F0F0F;
    display: inline-block;
    color: #fff;
    border-radius: 30px
}

.ss_loadMore a i {
    font-weight: normal;
    margin-right: 5px;
}

.new_detail {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto
}

h1.detailTitle {
    margin: 0 auto 40px auto;
    font-weight: 900;
    color: #0f0f0f;
    font-size: 50px;
    width: 900px;
    max-width: 100%;
    text-align: center;
}

.redTitle {
    position: relative;
    /* background:#e4122c; */
}

.redTitle svg {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0
}

h1.detailTitle > span {
    display: block;
    font-size: 18px;
    color: inherit;
    font-weight: 600;
    line-height: 26px;
    width: 800px;
    max-width: 100%;
    margin: 30px auto 0;
}

h1.detailTitle > span span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 1px;
    opacity: .6;
    font-weight: 500;
}

.detailImg img {
    width: 100%;
    /* border: solid #fff; */
    /* border-width: 30px 30px 0; */
}

.detailPhotos img {
    width: 100%;
}

.detail_texts {
    margin-top: 60px;
    padding: 0 100px;
    position: relative;
    min-height: 206px;
}

.detail_texts p,
.detail_texts div,
    /*.detail_texts span,*/

    /*.detail_texts u,*/

.detail_texts div,
.detail_texts i {
    font-size: 16px;
    /*color: #000;*/
    color: #777;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    letter-spacing: .3px;
    margin-bottom: 15px;
    line-height: 28px;
}

.detail_texts p + p {
    /* margin-top:15px; */
}

.detail_share {
    text-align: center;
    margin-top: 30px
}

.detail_share li {
    display: inline-block;
}

.detail_share li a {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #5A5A5A;
    border: 1px solid #5A5A5A;
    transition: all .3s;
}

@media (min-width: 1169px) {
    .detail_share li a:hover {
        color: #fff;
    }

    .fb_color:hover {
        background: #4267B2;
        border-color: #4267B2;
    }

    .tw_color:hover {
        background: #1DA1F2;
        border-color: #1DA1F2
    }

    .wp_color:hover {
        background: #25d366;
        border-color: #25d366;
    }

    .tg_color:hover {
        background: #229bd3;
        border-color: #229bd3
    }

    .copyLink:hover {
        background: #1d1d1b;
        border-color: #1d1d1b
    }
}

.detail_share li a i {
    color: inherit;
    font-size: inherit;
}

.detail_share li + li {
    margin-left: 15px;
}

.pb0 {
    padding-bottom: 0 !important
}

#newsPage {
    background: #f9fafc;
    padding: 40px 0;
    margin-bottom: 100px;
}

.news_title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.news_title .sf_title {
    float: left;
    margin: 0 0 60px;
}

.sf_title h1,
.sf_title h2,
.sf_title h3,
.sf_title h4,
.sf_title h5,
.sf_title h6 {
    font-weight: 400;
    margin: 0;
}

.sf_title.x14 h1, h6 span {
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}

.newsRow_overlay {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: -30px
}

.newsRow {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.newsRow > div {
    float: left;
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}

#recentlyNews > div {
    width: 25%;
}

.newsRow > div > div {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

#newsPage .newsRow > div > div a {
    background: transparent;
}

#recentlyNews > div > div a {
    min-height: 400px;
}

.newsRow > div > div a {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.n_item_img {
    overflow: hidden;
}

.n_item_img img {
    width: 100%;
    transition: all 1s;
}

.n_item span {
    color: #000;
    padding: 30px 30px 0;
    font-weight: 800;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

#newsPage .n_item span {
    padding-left: 0;
    padding-right: 0;
}

.n_item ul {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #5A5A5A;
    font-style: normal;
    font-weight: 500;
}

#newsPage .n_item ul {
    left: 0;
    bottom: 0;
}

.n_item ul li {
    float: left;
    position: relative;
}

.n_item ul li + li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #c6c6c6;
    width: 1px;
    height: 70%;
}

.n_item ul li + li {
    margin-left: 20px;
}

.n_item {
    position: relative;
}

.types_menu {
    background: #EFEFEF;
    padding: 30px 30px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.types_menu > a {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    line-height: 60px;
    height: 75px;
    background: #fff;
    border-radius: 4px;
    font-size: 34px;
    color: #0F0F0F;
    position: relative
}

.types_menu > a.type_active {
    background: #0F0F0F;
    color: #fff;
}

.types_menu > a + a {
    margin-left: 25px;
}

.types_menu > a::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    bottom: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: inherit;
    line-height: normal;
    font-weight: 600
}

.icon-u_profil {
    position: relative;
    left: -5px
}

.calculating_area {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.calculating_area > div {
    display: table-cell;
    vertical-align: top;
}

.ca_left {
    width: 270px;
}

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

.ca_right {
    border-left: 1px solid #EFEFEF;
    padding-left: 30px;
}

.ca_right > h3,
.ca_end > h3 {
    font-weight: 600;
    margin: 0;
    background: #0F0F0F;
    color: #fff;
    padding: 15px 10px;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    position: relative;
    border-bottom: 3px solid #ffc107;
}

.ca_right > h3 button,
.ca_end > h3 button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    background: #ffc107;
    color: #0F0F0F;
    font-size: 14px;
    border-radius: 4px;
    line-height: 25px
}

.inp_rows > div {
    background: #eee;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
}

.inp_rows > div:nth-child(2n+2) {
    background: #fafafa
}

.inp_rows > div > span {
    line-height: 35px;
    float: left;
    width: 150px;
    color: #777;
    font-weight: 600;
    font-size: 14px;
}

.inp_rows > div > div {
    float: right;
    width: calc(100% - 150px);
    position: relative;
    border: 2px solid #0F0F0F;
    border-radius: 4px;
}

.inp_rows > div > div.forSelect2 {
    border: none;
}

.inp_rows > div > div input {
    height: 30px;
    background: #fff;
    width: 100%;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    font-weight: 600;
    color: #000
}

.inp_rows > div > div span.txc04:not(.current) {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    color: #fff;
    background: #0F0F0F;
    padding: 0 15px;
    font-weight: 700;
}

.calc_footer {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
}

.calc_footer > div {
    display: table-cell;
    vertical-align: middle
}

.w1_cf {
    width: 130px;
}

.ps_ms {
    position: relative;
}

.ps_ms input {
    width: 100%;
    text-align: center;
    border: 2px solid #ddd;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: default
}

.ps_ms button {
    position: absolute;
    z-index: 2;
    width: 45px;
    line-height: 45px;
    background: #EFEFEF
}

.cr_plus {
    right: 0;
    border-radius: 0 4px 4px 0;
}

.cr_minus {
    left: 0;
    border-radius: 4px 0 0 4px;
}

.ci_reset {
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: #EFEFEF;
    border-radius: 4px;
}

.calc_button1 {
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: #ffc107;
    color: #0F0F0F;
    border-radius: 4px;
}

.full_cf {
    padding: 0 15px;
}

.inp_rows > div > div .niceSelect {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    border: none;
    padding: 0 35px 0 15px;
    font-weight: 600;
    border-radius: 0;
}

.select_material > div.fgx04 {
    width: 140px
}

.select_material > div.forSelect2 {
    width: calc(100% - 305px);
    float: right;
    border: none;
    border-radius: 0;
    position: relative;
    left: -15px;
}

.pop_mea {
    background: #ffc107;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    padding: 15px 15px 8px 15px;
    display: none;
}

ul.inlineBlock {
    display: inline-block;
}

.pop_mea li {
    float: left;
    margin: 0 10px 10px 0;
    font-size: 13px;
}

.pop_mea li button {
    background: #333;
    float: left;
    font-weight: 500;
    color: #ffc107;
    border-radius: 4px 0 0 4px;
    padding: 5px 10px;
}

.pop_mea li span {
    float: left;
    font-weight: 600;
    background: #fff;
    padding: 5px 7px;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
}

.ca_end {
    width: 550px;
    position: relative;
    padding-left: 60px
}

.ca_end::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    background: #EFEFEF;
    height: 100%;
}

.old_c_table {
    /* table-layout:fixed; */
    width: 100%;
}

.old_c_table tr td {
    background: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
}

.old_c_table tr:nth-child(odd) td {
    background: #fafafa;
}

.oc_name {
    padding: 0 15px;
    font-weight: 600;
    color: #777;
}

.oc_name span {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 1px 10px;
    border-radius: 30px;
    font-weight: 400;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.oc_type {
    font-weight: 600;
    color: #777;
}

.oc_type span {
    display: block;
    font-weight: 500
}

.oc_icon {
    width: 1%;
    text-align: center;
    font-size: 24px;
    color: rgba(0, 0, 0, .3);
    white-space: nowrap;
    padding: 0 15px;
}

.oc_delete {
    width: 60px;
    text-align: center;
}

.oc_delete button {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #ffc107;
    color: #0F0F0F
}

.old_c_table tr:last-child td {
    background: transparent;
    font-weight: 600;
    font-size: 16px
}

.calc_else > div {
    width: 240px;
    height: 240px;
    border: 2px solid #5A5A5A;
    margin: 50px auto 40px auto;
    border-radius: 50%;
    position: relative
}

.calc_else > div i {
    position: absolute;
    width: 130%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
    background: #5A5A5A
}

.calc_else h3 {
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #5A5A5A
}

.tm_scroll {
    position: relative
}

.rowSection.xt0070 {
    padding: 70px 0
}

.ca_left > div {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.ca_left > div > span {
    font-weight: 600;
    color: #0F0F0F;
    font-size: 14px;
    position: absolute;
    background: #fff;
    min-width: 40px;
    text-align: center;
    white-space: nowrap;
}

.profil .a {
    left: 103px;
    top: -3px;
}

.profil .b {
    left: 206px;
    top: 72px;
}

.profil .t {
    left: -12px;
    top: 59px;
}

.profil .boy {
    left: 62px;
    bottom: 27px;
}

.boru .a {

    right: -20px;
    top: -6px;
}

.boru .t {

    right: 10px;
    bottom: 60px;
}

.boru .boy {

    right: -40px;
    bottom: 0px;
}

.altikose .a {
    left: 38px;
    top: -2px;
}

.altikose .boy {
    right: -90px;
    bottom: 0px;
}

.kare .a {
    left: 38px;
    top: -2px;
}

.kare .b {
    left: 125px;
    top: 81px;
}

.kare .boy {
    right: -85px;
    top: 9px;
}

.kosebent .a {
    left: -13px;
    top: 82px;
}

.kosebent .b {
    left: 79px;
    top: 157px;
}

.kosebent .t {
    left: 52px;
    top: -4px;
}

.kosebent .r {
    left: 73px;
    top: 89px;
}

.kosebent .boy {
    left: 53px;
    top: 192px;
}

.u1 .a {
    left: -13px;
    top: 65px;
}

.u1 .b {
    left: 92px;
    top: 154px;
}

.u1 .t {
    left: 202px;
    top: 15px;
}

.u1 .r {
    left: 68px;
    top: 66px;
}

.u1 .boy {
    left: 68px;
    top: 189px;
}

.u2 .a {
    left: 92px;
    top: 149px;
}

.u2 .b {
    left: -12px;
    top: 64px;
}

.u2 .tf {
    left: 202px;
    top: 18px;
}

.u2 .tw {
    left: 118px;
    top: 55px;
}

.u2 .r1 {
    left: 68px;
    top: 67px;
}

.u2 .r2 {
    left: 65px;
    top: -5px;
}

.u2 .boy {
    left: 68px;
    top: 180px;
}

.u3 .a {
    left: 92px;
    top: 149px;
}

.u3 .b {
    left: -12px;
    top: 64px;
}

.u3 .tf {
    left: 202px;
    top: 18px;
}

.u3 .tw {
    left: 118px;
    top: 55px;
}

.u3 .r {
    left: 68px;
    top: 67px;
}

.u3 .boy {
    left: 68px;
    top: 180px;
}

.ih1 .a {
    left: -7px;
    top: 89px;
}

.ih1 .b {
    left: 53px;
    top: 177px;
}

.ih1 .tf {
    left: 142px;
    top: 25px;
}

.ih1 .tw {
    left: 100px;
    top: 72px;
}

.ih1 .r {
    left: 98px;
    top: 109px;
}

.ih1 .boy {
    left: 25px;
    top: 210px;
}

.ih2 .a {
    left: -9px;
    top: 89px;
}

.ih2 .b {
    left: 51px;
    top: 177px;
}

.ih2 .tf {
    left: 138px;
    top: 25px;
}

.ih2 .tw {
    left: 98px;
    top: 72px;
}

.ih2 .r1 {
    left: 92px;
    top: 116px;
}

.ih2 .r2 {
    left: 130px;
    top: 125px;
}

.ih2 .boy {
    left: 25px;
    top: 210px;
}

.ih3 .a {
    left: -9px;
    top: 89px;
}

.ih3 .b {
    left: 81px;
    top: 177px;
}

.ih3 .tf {
    left: 198px;
    top: 25px;
}

.ih3 .tw {
    left: 128px;
    top: 72px;
}

.ih3 .r {
    left: 126px;
    top: 109px;
}

.ih3 .boy {
    left: 55px;
    top: 210px;
}

.t_profil .a {
    left: 75px;
    top: -7px;
}

.t_profil .b {
    left: -13px;
    top: 80px;
}

.t_profil .t {
    left: 115px;
    top: 79px;
}

.t_profil .boy {
    left: 115px;
    top: 130px;
}

.sac_profil .a {
    left: 75px;
    top: -7px;
}

.sac_profil .b {
    left: 205px;
    top: 80px;
}

.sac_profil .boy {
    left: 15px;
    top: 120px;
    color: #fff;
    background: transparent;
}

.silmelama .a {
    left: 75px;
    top: -7px;
}

.silmelama .b {
    left: 227px;
    top: 46px;
}

.silmelama .boy {
    left: 45px;
    top: 83px;
}

.u1,
.u2,
.u3,
.ih1,
.ih2,
.ih3,
.ih4,
.ih5,
.silmelama,
.ih6 {
    margin-bottom: 30px
}

.icon-sac1 {
    width: 77%;
    height: 4px;
    border-radius: 2px;
    background: #0F0F0F;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.und_types {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: -5px;
}

.und_types li {
    float: left;
    margin: 0 15px 15px 0
}

.und_types li:last-child {
    margin-right: 0
}

.und_types li img {
    height: 30px;
}

.und_types li label {
    position: relative;
    cursor: pointer;
}

.und_types li label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.und_types li label span {
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 5px;
    border-radius: 4px;
    text-align: center;
    background: #ddd;
}

.und_types li label span i {
    display: block;
    line-height: normal;
    margin-top: 5px;
    font-weight: 600;
    color: #0F0F0F;
    font-style: normal;
}

.und_types li label input:checked ~ span {
    border-color: #0F0F0F
}

#ut_types_id > span {
    width: 100%;
    margin-bottom: 5px;
}

#ut_types_id > div {
    width: 100%;
}

.ca_left > div.calc_result2 {
    margin-top: 30px;
    display: block;
}

.calc_result2 h6 {
    font-size: 18px;
}

.calc_result2 h6 span {
    background: #ffc107;
    color: #0F0F0F;
    padding: 0 5px;
    border-radius: 4px;
}

.calc_result2 p {
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
}

.ca_right .calc_result2 {
    display: none;
}

/* footer v2 */

.footer_v2 {
    /* background: #000c1f; */
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0 0;
}

.footer_v2_top {
    margin-bottom: 160px;
    text-align: center;
}

.nws_v2 {
    margin: 80px auto 0 auto;
    width: 600px;
    position: relative;
    max-width: 100%;
}

.footer_v2_top h1 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

.nws_v2 input {
    width: 100%;
    border: 1px solid #363843;
    height: 66px;
    padding: 0 120px 0 30px;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px
}

.nws_v2 button {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 56px;
    width: 160px;
    text-align: center;
    font-size: 16px;
    background: #005e77;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.f_v2_inner {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_v2_inner > div {
    float: left;
    padding: 0 15px;
}

.fgx_33 {
    width: 33%;
}

.fgx_33 p {
    color: #fff;
    margin-top: 34px;
    letter-spacing: normal;
    opacity: 0.6;
}

.fgx_33 ul {
    margin-top: 34px;
}

.fgx_33 ul li {
    display: inline;
}

.fgx_33 ul li a {
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #72737C;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.fgx14 {
    width: 14%;
}

.fgx20 {
    width: 20%;
}

.fgx25 {
    width: 25%;
}

.fgx_title {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
}

.footer-link-list li {
    clear: both;
    padding: 8px 0;
}

.footer-link-list li a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    transition: all .3s;
    opacity: 0.6;
}

.footer-link-list li a:hover {
    opacity: 1;
    color: #F33F11;
}

._icon li {
    position: relative;
    padding-left: 35px;
}

._icon li img {
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px
}

.fv2_bottom {
    border-top: 1px solid #363848;
    margin-top: 80px;
    display: inline-block;
    vertical-align: middle;
    padding: 25px 0;
    width: 100%;
}

.fv2_bottom > div > div:first-child {
    float: left;
}

.fv2_bottom > div > div:last-child {
    float: right;
}

.fv2_bottom > div > div {
    color: #fff;
    font-weight: 500;
    letter-spacing: .3px
}

header {
    z-index: 100 !important
}


/* responsive */

@media (max-width: 1600px) {
    .footer_v2_top {
        margin-bottom: 80px
    }

    .footer_v2 .container1440 {
        width: 100%;
        padding: 0 30px
    }

    .und_types li label span {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ca_end {
        width: 450px
    }

    .oc_icon {
        font-size: 22px;
    }

    .newsRow {
        margin: 0 -7.5px;
    }

    .newsRow > div {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .n_item span {
        padding: 15px;
        font-size: 18px;
    }

    #recentlyNews > div > div a {
        min-height: 300px;
    }

    h1.detailTitle {
        width: 900px;
        font-size: 40px;
    }

    .new_detail {
        width: 1000px;
    }

    .detail_texts p,
    .detail_texts div,
    .detail_texts span,
    .detail_texts u,
    .detail_texts a,
    .detail_texts div,
    .detail_texts i {
        font-size: 16px;
        line-height: 24px;
    }

    .detail_texts {
        padding: 0 80px;
    }

    .valueSection ul li {
        width: 25%;
    }

    .steel_sheet_title {
        font-size: 32px
    }

    .ss_usage_areas {
        font-size: 18px
    }

    .thx1_cd_icon {
        font-size: 40px;
        padding-right: 15px
    }

    .valueSection ul li {
        height: 70px;
        line-height: 60px;
    }

    .ss_left {
        padding-right: 30px;
    }

    .ss_right2 {
        padding-left: 30px;
        width: 350px
    }

    .other_ss {
        padding-right: 30px
    }

    .thx1_cd_texts span {
        font-size: 18px
    }

    .ls_inner {
        padding: 20px;
    }

    .ls_inner input {
        font-size: 16px;
        height: 40px
    }

    .ls_inner ul {
        margin: 15px -20px 0 -20px
    }

    .ls_inner ul li a {
        font-size: 16px
    }

    .blog_item_under p {
        font-size: 15px;
        height: 63px
    }

    .bh_left {
        width: 500px;
    }

    .title4_component h1 {
        font-size: 40px
    }

    .about_first h3 {
        font-size: 28px;
    }

    .about_first p {
        font-size: 18px;
        line-height: 30px
    }

    .bg_title p {
        font-size: 16px;
        line-height: 26px;
    }

    a.service_box {
        padding: 40px 30px;
    }

    .service_box img {
        height: 50px;
    }

    .service_box span {
        font-size: 20px
    }

    .service_box p {
        line-height: 26px;
        min-height: 156px;
    }

    .sign_ul_component li + li {
        margin-left: 25px
    }

    .the_signature {
        line-height: 55px
    }

    .ia_img span {
        font-size: 24px
    }

    .btn_component {
        padding: 0 20px;
        font-size: 16px;
        line-height: 55px;
    }

    .h1_component {
        font-size: 40px
    }

    .h1_component span {
        font-size: 18px
    }

    .h1_1_component {
        font-size: 40px
    }

    .h1_1_component span {
        font-size: 18px
    }

    .ia_texts p {
        font-size: 15px;
        line-height: 24px;
    }

    .sliderItem > div {
        height: 500px
    }

    .mainSlider > button {
        font-size: 30px
    }

    .container1440 {
        width: 1170px;
    }

    .sliderItem h1 i,
    .sliderItem h2 i,
    .sliderItem h3 i,
    .sliderItem h4 i,
    .sliderItem h5 i,
    .sliderItem h6 i {
        font-size: 18px
    }

    .themMenu > li > a {
        font-size: 18px;
    }

    .the_header .take_bid {
        font-size: 20px;
        padding: 0 50px
    }

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

    .themMenu > li,
    .logo {
        line-height: 90px;
        height: 90px;
    }

    .the_header .take_bid {
        line-height: 90px
    }

    .sliderItem h1,
    .sliderItem h2,
    .sliderItem h3,
    .sliderItem h4,
    .sliderItem h5,
    .sliderItem h6 {
        font-size: 55px
    }

    .footer_title {
        font-size: 18px;
    }

    .footer_social li a {
        font-size: 22px;
    }

    .footer_social li + li {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
    .ss_item_box:hover::before {
        left: 170px;
        top: -40px;
    }
}

@media (max-width: 1320px) {
    .xt0070 div.container1440 {
        width: 100%;
        padding: 0 30px;
    }

    .ss_row > div {
        width: 33.33333333%;
    }

    .ss_item_box::before {
        left: 180px;
        top: -50px;
    }

    .valueSection ul li {
        width: 33.33333333%;
    }

    div.spForm {
        padding: 40px
    }

    .bd_right {
        width: 300px;
    }

    .bd_left {
        padding-right: 30px
    }

    .bdc_title {
        font-size: 26px
    }

    .blog_co > div {
        width: 33.33333333%;
    }

    .bhl_right_under h3 {
        font-size: 16px;
    }

    .bh_left {
        width: 380px
    }

    .nc_overlay .nice-select {
        padding-left: 15px;
        height: 57px;
        line-height: 55px;
    }

    .calcItem table td input,
    .calcItem table td:first-child {
        font-size: 14px
    }

    .calcItem table tr + tr td {
        padding-top: 15px;
    }

    .calcItem h3 {
        margin-bottom: 15px
    }

    .calcItem h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .calcItem table td:first-child {
        padding-right: 15px
    }

    .contact_content {
        padding: 30px 40px
    }

    .cc_right {
        padding-left: 40px
    }

    .pdt_right {
        width: 470px
    }

    .containerFooter {
        padding: 0 30px
    }

    .containerFooter > div {
        margin: 0 -15px
    }

    .footerLinks li a,
    .footerLinks li span {
        font-size: 15px
    }

    .footer_title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer_exp {
        font-size: 15px
    }

    .footer_under {
        font-size: 14px
    }

    .containerFooter > div > div {
        padding: 0 15px;
    }

    .prd_box span {
        font-size: 24px
    }

    .prd_box p {
        margin-top: 0
    }

    .ia_texts {
        padding-right: 70px
    }

    .container1440 {
        width: 970px
    }

    .the_header .take_bid {
        padding: 0 30px;
    }

    .logo {
        width: 150px;
    }

    .logo img {
        width: 100%;
    }

    .themMenu > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .fgx_33,
    .fgx25 {
        width: 100%;
    }

    .f_v2_inner > div {
        margin-bottom: 34px;
    }

    .f_v2_inner > div:last-child {
        margin-bottom: 0
    }

    .fgx14 {
        width: 33.33333333%;
    }

    .fv2_bottom {
        margin-top: 20px
    }

    .calculating_area {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .ca_end {
        width: 100%;
        float: left;
        margin-top: 40px;
        padding: 0;
    }

    .ca_end::before {
        display: none
    }

    .calculating_area > div {
        display: block;
    }

    .ca_left {
        float: left;
    }

    .ca_right {
        border: none;
        width: calc(100% - 270px);
        float: right;
        padding-left: 0;
    }
}

@media (max-width: 1020px) {
    .container1440 {
        width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    #recentlyNews > div {
        width: 50%;
        margin: 0 0 15px;
    }

    .detailImg {
        margin: 0 -30px;
    }

    .newsRow > div:not(:nth-child(1)) > div a,
    #newsPage .newsRow > div > div a {
        min-height: auto !important;
        padding-bottom: 50px;
    }

    .detail_texts {
        padding: 0;
    }

    .ss_item_box::before {
        left: auto;
        right: -20px;
        top: -50px;
    }

    .steel_sheet_properties {
        display: block;
    }

    .ss_right2 {
        padding-left: 0;
        border: none;
        margin-top: 30px;
    }

    .steel_sheet_properties > div {
        display: block;
        width: 100%;
    }

    .themMenu > li.menu_act_item::before {
        display: none
    }

    .tab_scroll {
        overflow-x: scroll
    }

    .prd_row > div {
        width: 50%;
    }

    .prd_row > div:nth-child(3n+1) {
        clear: none
    }

    .prd_row > div:nth-child(2n+1) {
        clear: left
    }

    .sprow > div {
        width: 100%;
    }

    .sprow {
        margin-top: 30px;
    }

    #servicePage .prd_overlay {
        margin-top: -30px
    }

    .liveSearch > button {
        line-height: 70px;
        font-size: 24px;
        padding: 0 0 0 15px;
    }

    .blog_detail {
        display: block;
    }

    .blog_detail > div {
        display: block;
        width: 100%;
        padding: 0
    }

    .blog_co > div {
        width: 50%;
    }

    .bh_table {
        display: block;
    }

    .bh_table > div {
        display: block;
        width: 100%;
    }

    .bh_right {
        padding-left: 0;
        margin-top: 30px;
    }

    .calcRow > div {
        width: 100%;
    }

    .cc_table {
        display: block;
    }

    .cc_table > div {
        width: 100%;
        display: block;
    }

    .cc_right {
        padding-left: 0
    }

    .cc_table > div.cc_left {
        width: 100%;
        margin-bottom: 30px
    }

    .cc_bottom {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        margin-top: 60px;
    }

    .pdt_left::before {
        display: none;
    }

    .pd_top {
        display: block;
    }

    .pd_top > div {
        display: block;
        width: 100%;
    }

    .pd_top > div.pdt_left {
        padding: 60px;
        height: auto;
        background: url(../img/pattern.png) #0F0F0F;
        background-position: center center !important;
        background-size: cover !important;
    }

    .haveDropdown ul li a {
        border-bottom: none;
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        /*font-style: italic;*/
        font-weight: bold;
        /* text-transform:uppercase; */
        color: #0f0f0fd4;
        font-size: 16px;
    }

    .themMenu > li > a {
        /* text-transform:uppercase */
    }

    .haveDropdown ul,
    .haveDropdown ul li ul {
        transition: none;
        display: none;
        padding: 15px;
        margin: 0;
        position: static;
        visibility: visible;
        box-shadow: none;
        padding: 0 0 0 30px;
        opacity: 1;
        background: transparent;
        min-width: auto;
        transform: none;
    }

    .haveDropdown ul li ul::before {
        display: none
    }

    .themMenu {
        position: absolute;
        left: 30px;
        right: 30px;
        top: 100%;
        background: #fff;
        z-index: 2;
        box-shadow: 0px 5px 41.5px rgb(40 40 40 / 11%);
        border-radius: 0 0 10px 10px;
        padding: 15px 0;
        /* max-height: 300px; */
        /* overflow-y: auto; */
        display: none;
    }

    .themMenu > li {
        float: none;
        clear: both;
        line-height: normal;
        height: auto;
    }

    .themMenu > li > a {
        padding: 10px 15px;
        width: 100%;
    }

    .themMenu > li:first-child a {
        padding-left: 15px;
    }

    .themMenu > li:last-child a {
        padding-right: 15px;
    }

    .containerFooter > div > div {
        width: 50%;
        margin-bottom: 30px
    }

    .containerFooter > div > div:nth-child(2n+1) {
        clear: left;
    }

    .footer_under {
        margin-top: 0
    }

    .indexAbout {
        display: block;
    }

    .indexAbout > div {
        display: block;
        width: 100%;
    }

    .ia_texts {
        padding-right: 0;
        margin-bottom: 60px
    }

    .sliderItem h1,
    .sliderItem h2,
    .sliderItem h3,
    .sliderItem h4,
    .sliderItem h5,
    .sliderItem h6 {
        font-size: 45px;
    }

    .sliderItem h1 i,
    .sliderItem h2 i,
    .sliderItem h3 i,
    .sliderItem h4 i,
    .sliderItem h5 i,
    .sliderItem h6 i {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .btn_component {
        padding: 0 15px;
        font-size: 15px;
        line-height: 45px;
    }

    .mainSlider > button {
        font-size: 26px
    }

    .hd_right > button {
        display: block;
        line-height: 70px;
        padding: 0 15px;
        font-size: 32px;
        color: #0F0F0F;
        float: right;
    }

    .logo {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .the_header .take_bid {
        line-height: 70px;
    }

    .logo {
        line-height: 70px;
        height: 70px;
        position: relative;
        z-index: 2
    }

    .prd_overlay {
        padding: 30px
    }

    .haveDropdown > a::after {
        font-size: inherit
    }

    .haveDropdown ul li.menu_inner > a::after,
    .haveDropdown > a::after {
        visibility: visible;
        opacity: 1;
        content: '+';
        position: absolute;
        right: 15px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 700;
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-size: 26px;
    }

    .themMenu > li > a.forMinus::after,
    .menu_inner > a.forMinus::after,
    .haveDropdown ul li.menu_inner > a.forMinus::after {
        content: '-'
    }

    .bd_right {
        margin-top: 30px
    }

    .hd_right {
        left: 0;
    }

    .ls_inner {
        right: 30px;
        left: 30px;
        width: auto;
        text-align: left;
    }

    .liveSearch {
        position: static;
    }

    .tab_bnts_overlay ul li button {
        padding: 0 15px;
        font-size: 16px;
    }

    .ss_left {
        padding-right: 0
    }
}

@media screen and (min-width: 660px) and (max-width: 768px),
(min-width: 1140px) {
    .types_scroll {
        display: none !important
    }
}

@media screen and (max-width: 1140px) and (min-width: 768px),
(max-width: 660px) {
    .types_scroll {
        z-index: 2;
        display: block;
        position: absolute;
        right: -10px;
        bottom: 50%;
        width: 70px;
        height: 42px;
        line-height: 42px;
        background: #0F0F0F;
        border-radius: 30px 0 0 30px;
        transform: translateY(50%);
        text-align: left;
        padding-left: 14px;
        animation: anim1 2s ease 0s infinite normal forwards;
        pointer-events: none;
    }

    @keyframes anim1 {
        0%,
        100% {
            transform: translateX(0) translateY(50%);
        }
        10%,
        30%,
        50%,
        70% {
            transform: translateX(-10px) translateY(50%);
        }
        20%,
        40%,
        60% {
            transform: translateX(10px) translateY(50%);
        }
        80% {
            transform: translateX(8px) translateY(50%);
        }
        90% {
            transform: translateX(-8px) translateY(50%);
        }
    }
    .types_scroll img {
        height: 68%;
        transform: rotate(45deg);
    }
}

@media (max-width: 768px) {
    .fgx14 {
        width: 50%;
    }
.fgx20 {
        width: 100%;
    }

    .footer_v2_top h1 {
        font-size: 24px;
    }

    .footer_v2 {
        padding-top: 40px;
    }

    .fv2_bottom > div > div {
        width: 100%;
        text-align: center;
    }

    .fv2_bottom > div > div + div {
        margin-top: 15px
    }

    .nws_v2 input {
        font-size: 15px;
        height: 45px;
        padding-left: 15px;
    }

    .nws_v2 button {
        line-height: 36px;
        width: 110px;
        font-size: 13px;
    }

    .footer_v2_top {
        margin-bottom: 40px;
    }

    .nws_v2 {
        margin-top: 40px
    }

    .fgx_33 ul li a {
        width: 45px;
        line-height: 45px;
    }

    .ca_left > div.calc_result2 {
        display: none;
    }

    .ca_right .calc_result2 {
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .und_types li img {
        height: 24px;
    }

    .und_types li {
        margin: 0 12px 15px 0;
    }

    .icon-sac1 {

        height: 2px;
        top: -1px;
    }

    .ps_ms input {
        height: 35px;
    }

    .calc_button1,
    .ci_reset,
    .ps_ms button {
        line-height: 35px;
    }

    .oc_name {
        font-size: 13px;
        padding-left: 10px
    }

    .oc_type {
        font-size: 13px
    }

    .old_c_table tr:last-child td {
        font-size: 14px
    }

    .inp_rows > div > span {
        width: 135px;
    }

    .inp_rows > div > div {
        width: calc(100% - 135px)
    }

    .ca_right > h3,
    .ca_end > h3 {
        font-size: 15px
    }

    .xt0070 div.container1440 {
        padding: 0 15px
    }

    .w1_cf {
        width: 110px;
    }

    .ps_ms button {
        width: 35px
    }

    .oc_delete {
        width: 45px
    }

    .rowSection.xt0070 {
        padding: 40px 0
    }

    .ca_left {
        text-align: center;
        margin-bottom: 30px
    }

    .ca_left,
    .ca_right {
        width: 100%;
    }

    .ca_right {
        width: 100%;
    }

    .types_menu > a + a {
        margin-left: 11px;
    }

    .types_menu {
        padding: 15px;
    }

    .types_menu > a::before {
        font-size: 12px;
    }

    .types_menu > a {
        width: 55px;
        line-height: 40px;
        height: 55px;
        font-size: 19px;
    }

    #newsPage {
        padding: 30px 0 50px 0;
        margin: -20px 0 50px 0;
    }

    .sf_title.x14 h1, h6 span {
        font-size: 22px;
        letter-spacing: 0;
    }

    .sf_title.x14.tbx00 h1 {
        width: 100%;
        text-align: center;
        margin-top: -10px;
    }

    .sf_title {
        margin: 0 0 30px !important;
        width: 100%;
    }

    h1.detailTitle {
        width: 100%;
        font-size: 24px;
        margin-bottom: 30px;
    }

    h1.detailTitle > span {
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
    }

    .detailImg {
        margin: 0 -15px;
    }

    .detail_share li {
        clear: none;
        display: inline-block;
        vertical-align: middle;
    }

    .detail_share li a {
        width: 35px;
        line-height: 35px;
        height: 35px;
        font-size: 16px;
    }

    .detail_texts {
        padding-left: 0;
        margin-top: 30px;
        min-height: auto;
    }

    .detail_texts p,
    .detail_texts div,
    .detail_texts span,
    .detail_texts u,
    .detail_texts a,
    .detail_texts div,
    .detail_texts i {
        font-size: 14px;
        line-height: 22px;
    }

    .ss_loadMore {
        margin-top: 15px
    }

    .ss_item_box {
        height: 110px;
        border-width: 2px;
    }

    .ss_item_box::before {
        left: auto;
        right: -11px;
        top: -30px;
        font-size: 60px;
    }

    .ss_item_box span {
        font-size: 18px;
        line-height: 20px;
        left: 10px;
        bottom: 10px;
    }

    .ss_item_box span p {
        font-size: 16px;
        white-space: nowrap;
    }

    .ss_row > div {
        width: 50%;
    }

    .thx1_cd {
        margin-top: 20px
    }

    .valueSection ul li > span > span {
        font-size: 12px;
    }

    .thx1_cd_icon {
        font-size: 36px;
        padding-right: 10px;
    }

    .valueSection h4,
    h4.xtor {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .valueSection {
        margin-top: 30px
    }

    .thx1_cd_texts span {
        font-size: 16px;
    }

    .thx1_cd_texts {
        font-size: 15px;
    }

    .valueSection ul li {
        width: 50%;
        font-size: 14px;
        height: 60px;
        line-height: 50px;
    }

    .other_ss li a {
        font-size: 15px;
        line-height: 40px;
    }

    .steel_sheet_title {
        font-size: 24px
    }

    .ss_usage_areas {
        font-size: 16px;
        line-height: normal;
        margin-top: 10px;
    }

    .calcItem table td .nice-select {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .t2_row > div {
        width: 100%;
    }

    .t2_row > div {
        margin-bottom: 15px;
    }

    .t2_row_overlay {
        margin-bottom: -15px
    }

    .tab_bnts_overlay ul li button {
        padding: 0 10px;
        font-size: 14px;
        line-height: 40px
    }

    .tab_bnts_overlay {
        margin-bottom: 30px
    }

    /*.tbc_content table td, .tbc_content table th{
        font-size:12px;
        line-height:normal
    }*/
    .prd_row {
        margin-top: 30px
    }

    .prd_row > div {
        width: 100%;
    }

    .prd_row .prd_box img {
        height: auto
    }

    .usage_areas > h1 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: normal;
    }

    .us_item img {
        height: 35px;
    }

    .us_item {
        padding-left: 50px
    }

    .us_item span {
        font-size: 14px
    }

    .us_row > div {
        margin-bottom: 10px
    }

    .us_overlay {
        margin-bottom: -10px
    }

    .ss_slider .ss_prev {
        left: 15px;
    }

    .ss_slider .ss_next {
        right: 15px;
    }

    .ss_slider > button {
        width: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .detail_buttons li a,
    .detail_buttons li button {
        line-height: 55px;
        font-size: 16px;
        padding-left: 65px;
    }

    .detail_buttons li a i,
    .detail_buttons li button i {
        font-size: 24px
    }

    .ins_table tr:first-child td {
        font-size: 15px
    }

    .slc_overlay::before {
        font-size: 16px
    }

    .slc_overlay select {
        height: 45px;
        font-size: 15px;
    }

    .ins_table tr td {
        padding: 10px;
        font-size: 15px
    }

    .select_ins label i {
        width: 20px;
        height: 20px;
    }

    .acceptTerms {
        font-size: 15px;
        padding-left: 32px;
    }

    .select_ins label i::before,
    .acceptTerms i::before {
        font-size: 12px
    }

    .marginOverlay,
    .tx20_qt {
        margin-bottom: 0
    }

    .files-inp {
        margin-top: 15px;
        font-size: 13px;
        padding: 20px 50px 20px 15px;
        text-align: left;
    }

    label.choose {
        font-size: 14px;
        line-height: normal;
    }

    .files-inp::before {
        right: 15px;
        font-size: 20px
    }

    .cx007 {
        font-size: 14px
    }

    .checkbox_component2::-webkit-scrollbar-track,
    .checkbox_component2::-webkit-scrollbar,
    .checkbox_component2::-webkit-scrollbar-thumb {
        border-radius: 4px;
    }

    .checkbox_component2::-webkit-scrollbar-track {
        background-color: #e5e5e5;
    }

    .checkbox_component2::-webkit-scrollbar {
        width: 5px;
        background-color: #e5e5e5;
    }

    .checkbox_component2::-webkit-scrollbar-thumb {
        background-color: #c1c9cf;
    }

    .three_row > li {
        width: 100%;
    }

    .checkbox_component2 label span {
        line-height: 40px;
        font-size: 14px;
        padding-left: 45px
    }

    .checkbox_component2 label span::before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px
    }

    .checkbox_component2 {
        padding-right: 15px;
        max-height: 156px;
        overflow-y: auto;
    }

    .stage_bar > div a {
        width: 35px;
        line-height: 35px;
        font-size: 20px;
    }

    .form_title71 h1 {
        font-size: 22px;
    }

    .form_title71 p {
        font-size: 15px;
        /* line-height: normal; */
    }

    .stage_bar {
        margin-bottom: 30px
    }

    .form_title71 {
        margin-bottom: 30px
    }

    .checkbox_component1 label span {
        padding: 10px;
        font-size: 14px;
        line-height: normal;
    }

    .checkbox_component1 label span i {
        font-size: 13px;
    }

    .formFooter ul li button {
        padding: 0 25px;
        font-size: 14px;
        line-height: 40px;
    }

    .formFooter {
        margin-top: 30px;
        padding-top: 15px;
    }

    div.spForm {
        padding: 30px 15px;
        margin-top: -30px;
    }

    .two_row > li,
    .two_row > div {
        padding: 0 7.5px;
    }

    .two_row {
        margin: 0 -7.5px
    }

    .calc_result {
        font-size: 16px;
        margin: 15px 0 -15px;
    }

    .ls_inner ul li a {
        padding: 7.5px 15px
    }

    .liveSearch > button {
        line-height: 50px;
    }

    .ls_inner {
        right: 15px;
        left: 15px;
        padding: 20px;
        margin-top: 20px;
    }

    .ls_inner input {
        height: 40px;
        font-size: 16px
    }

    .ls_inner ul {
    }

    .ls_inner ul li a {
    }

    .ls_inner ul li a span {
        font-size: 14px
    }

    .bd_right_title {
        font-size: 18px;
    }

    .intersted_blogs {
        margin-bottom: 10px
    }

    .intersted_blogs li a .ib_img {
        width: 60px;
        height: 60px
    }

    .intersted_blogs li a .ib_img::before {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 14px;
    }

    .ib_title {
        font-size: 14px;
        line-height: 16px;
    }

    .bd_image {
        width: auto;
        margin: 0 -15px;
    }

    .bd_image img {
        border-radius: 0
    }

    .bd_content {
        padding: 0;
        margin-top: -30px
    }

    .bdc_inner {
        padding: 15px
    }

    .bdc_title {
        font-size: 18px;
        line-height: normal
    }

    .bdc_inner p {
        font-size: 14px;
        line-height: 22px
    }

    .customPagination li a {
        font-size: 13px;
        width: 45px;
        line-height: 45px;
    }

    .customPagination {
        margin-top: 50px;
    }

    .bc_header ul li a {
        padding: 7px 10px 7px 10px;
        font-size: 14px;
    }

    .blog_co > div {
        width: 50%;
    }

    .bc_header h2 {
        float: none;
        line-height: normal;
        width: 100%;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .bc_header ul {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }

    .bc_header ul li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .blog_header {
        background: #0F0F0F
    }

    .bhl_under p {
        font-size: 14px;
        line-height: 22px;
    }

    .bhl_under h2 {
        font-size: 20px
    }

    .bh_right_inner > div {
        padding: 0 7.5px;
    }

    .bh_right_inner {
        margin: 0 -7.5px;
    }

    .bhl_right_under h3 {
        font-size: 14px;
    }

    .bhl_right_under h3 a {
        line-height: 22px;
    }

    .nice-select .list {
        left: 50%;
        transform: translateX(-50%);
        right: auto
    }

    .calcItem table td input {
        height: 40px
    }

    .nice-select.open .list {
        -webkit-transform: scale(1) translateY(0) translateX(-50%);
        -ms-transform: scale(1) translateY(0) translateX(-50%);
        transform: scale(1) translateY(0) translateX(-50%);
    }

    .nc_overlay .nice-select {
        padding-left: 15px;
        height: 52px;
        line-height: 50px;
        font-size: 16px;
    }

    .calcRow {
        margin-bottom: 20px;
    }

    .calcItem {
        padding: 20px
    }

    .calc_btn button {
        /* line-height: 40px; */
    }

    .formSend {
        margin-top: 15px;
    }

    .input_component label input[type="text"] {
        font-size: 15px;
        height: 45px
    }

    #map {
        height: 400px
    }

    .cc_left::before,
    .cc_left::after {
        content: '';
        /* display: table */
    }

    .cc_left::after {
        clear: both;
    }

    .contact_content {
        padding: 0 15px 15px 15px
    }

    .cc_right {
        margin-top: 30px
    }

    .title4_component h1 {
        font-size: 32px
    }

    .title4_component p {
        font-size: 14px;
        line-height: 22px
    }

    .formSend button {
        width: 100%;
        text-align: center;
        line-height: 50px
    }

    .formSend button i {
        position: static;
        transform: none
    }

    .two_inp > div {
        width: 100%;
        margin-bottom: 15px;
    }

    .cc_table > div.cc_left {
        padding: 30px;
    }

    .cc_left p {
        font-size: 14px;
        line-height: 22px
    }

    .cc_table > div.cc_left {
        width: auto;
        margin: 0 -15px;
        border-radius: 10px 10px 0 0;
    }

    .cc_bottom ul li a,
    .cc_bottom ul li span {
        font-size: 14px;
        line-height: 22px
    }

    .cc_left > div.cc_top a i {
        font-size: 20px
    }

    .cc_left > div.cc_top a {
        padding-left: 30px;
        font-size: 14px;
    }

    .take_road a {
        line-height: 40px
    }

    .about_bg {
        margin: 0 -15px
    }

    .big_breadcrumb {
        height: 200px
    }

    .pd_top > div.pdt_right {
        height: 400px
    }

    .pdt_left p,
    .about_first p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_first h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .pd_top > div.pdt_left {
        padding: 30px 30px 60px;
    }

    .footer_social {
        margin-top: 15px
    }

    .themMenu > li > a,
    .haveDropdown ul li a {
        font-size: 16px;
        padding: 7.5px 15px;
    }

    .haveDropdown ul,
    .haveDropdown ul li ul {
        padding: 0 0 0 15px;
        background: transparent;
    }

    .themMenu {
        left: 15px;
        right: 15px
    }

    .containerFooter > div > div {
        width: 100%;
        margin-bottom: 20px
    }

    .footer_social li a {
        font-size: 20px;
    }

    .footer_under {
        padding-bottom: 0
    }

    .containerFooter {
        padding: 0 15px
    }

    .footerLinks li + li {
        margin-top: 5px;
    }

    .rowSection.blueBG {
        padding-bottom: 250px;
    }

    .prd_overlay {
        padding: 20px;
    }

    .prd_box img {
        height: 300px;
        object-fit: cover;
    }

    .prd_box span {
        font-size: 20px;
        left: 15px;
        right: 15px;
        bottom: 15px
    }

    .twoRow {
        margin-top: 40px
    }

    .prd_box p {
        font-size: 13px
    }

    .prd_overlay .bg_title {
        display: block;
    }

    .prd_overlay .bg_title {
        display: block;
    }

    .prd_overlay .bg_title > div {
        display: block;
        width: 100%;
    }

    .prd_overlay .bg_title > div:last-child {
        padding-left: 0
    }

    .prd_overlay .bg_title > div:first-child {
        padding-right: 0
    }

    a.service_box {
        padding: 30px 20px;
    }

    .all_services {
        margin-top: 40px
    }

    .services_contact a {
        display: block
    }

    .serviceSlider > button,
    .productSlider > button {
        display: none
    }

    .bg_title > div {
        width: 100%;
    }

    .bg_title > div:first-child {
        margin-bottom: 30px
    }

    .rowSection {
        padding: 50px 0
    }

    .h1_component {
        font-size: 32px;
        margin-bottom: 30px
    }

    .h1_component span {
        font-size: 16px;
        margin-bottom: 10px
    }

    .h1_1_component {
        font-size: 32px;
        margin-bottom: 30px
    }

    .h1_1_component span {
        font-size: 16px;
        margin-bottom: 10px
    }

    .ia_texts p {
        font-size: 14px;
        line-height: 22px;
    }

    .ia_texts p,
    .sign_ul_component {
        padding-left: 30px
    }

    .the_signature {
        line-height: 40px
    }

    .the_signature > span i {
        font-size: 16px
    }

    .ia_img > div > span {
        font-size: 20px
    }

    .sliderItem > div {
        height: 400px;
    }

    #mainPagination {
        bottom: 15px;
    }

    .tl_left ul li a {
        font-size: 13px
    }

    .lng_btn span {
        font-size: 13px
    }

    #mainPagination .swiper-pagination-bullet,
    #mainPagination .swiper-pagination-bullet-active {
        height: 2px
    }

    .sliderItem ul {
        margin-top: 20px;
    }

    .sliderItem h1,
    .sliderItem h2,
    .sliderItem h3,
    .sliderItem h4,
    .sliderItem h5,
    .sliderItem h6 {
        font-size: 32px;
    }

    .sliderItem h1 i,
    .sliderItem h2 i,
    .sliderItem h3 i,
    .sliderItem h4 i,
    .sliderItem h5 i,
    .sliderItem h6 i {
        font-size: 14px;
    }

    .mainSlider > button {
        display: none
    }

    .container1440 {
        padding: 0 15px
    }

    .btn_component {
        font-size: 13px;
        line-height: 40px;
    }

    .logo {
        width: 160px
    }

    .the_header {
        padding: 0 15px;
    }

    .hd_right > button {
        font-size: 24px
    }

    .the_header .take_bid {
        line-height: 50px;
        padding: 0 15px;
        font-size: 14px;
    }


    .topLine {
        padding: 7px 15px
    }

    .tl_left ul li + li {
        margin-left: 10px;
    }

    .tl_left ul li:not(.visibleMobile) {
        display: none;
    }

    section.rowSection.the_footer {
        padding-bottom: 30px
    }

    .footer_title {
        margin-bottom: 15px
    }

    .footer_logo {
        width: 130px
    }

    .bc_header {
        margin-bottom: 30px
    }

    .blog_co > div:last-child {
        margin-bottom: 0
    }

    .blog_item_under p {
        height: auto;
        font-size: 14px;
        line-height: 22px
    }

    .blog_item_under h3 a {
        height: auto
    }

    .blog_co > div {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .newsRow > div,
    .stuff_list > div,
    #recentlyNews > div {
        width: 100%;
    }
}

.twill-image-wrapper {
    border-radius: 10px 10px 0 0;
}

.detail_texts a {
    text-decoration: underline;
    font-weight: bold;
    color: #0F0F0F;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: .3px;
}

.prd_overlay .product-description p{
    font-size: 14px;
    line-height: normal;
    font-weight: normal !important;
}

.corporate_links{
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.corporate_links li a{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.corporate_links li a:hover {
    opacity: 1;
    color: #F33F11;
}

.cc_bottom ul li a:hover {
    color: #F33F11;
}

.cc_bottom ul li a:hover i {
    color: #FFF;
}

@media (max-width: 993px) {
    .mobile_banner{
        display: none;
    }
    .mobile_banner + div.rowSection {
        padding: 0;
    }
}
.themMenu li{
    transition: all .3s;
}

.themMenu li::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    background: #F33F11;
    width: 100%;
    transition: all .3s;
}

.themMenu li:hover::before{
    height: 5px;
}

.themMenu li.haveDropdown > ul > li:hover::before{
    display: none!important;
}
li.menu_inner > ul > li:hover::before{
    display: none!important;
}