/*
Theme name: hongyu - yadapak version
Theme URL: https://coma.lv/
Author: Coma Web Development.popup-form-banner-section .row
Author URL: https://coma.lv/
Version: 1.2
*/

@font-face {
    font-family: Goudy Old Style Bold;
    src: url(https://www.drillrigy.com/wp-content/themes/hongyu/fonts/Goudy-Old-Style-Bold.ttf);
}


:root {
    --primary-font: 'Noto Sans', sans-serif;
    --headline-font: 'Goudy Old Style Bold';
}

input {
    border-radius: 0;
}

@media (max-width: 800px) {
    .sub-menu .sub-menu{
        left: 0;
        top: 1px;
        margin: 0;
        width: 100%;
    }

    .menu-item-has-children:hover .sub-menu {
        width: calc(100% + 30px)!important;
    }

    .sub-menu {
        width: calc(100% + 30px)!important;
    }
}

@media (min-width: 801px) {
    .sub-menu .sub-menu{
        left: 170px;
        top: -10px;
        margin: 0;
    }
    
    .sub-menu .sub-menu {
        left: calc(100% + 30px);
        top: 0;
        margin: 0;
    }
}

.single .content-post p a {
    color: var(--color-primary);
    text-decoration: underline;
}

.feature-article-section .feature-article-link {
    color: var(--color-primary);
    text-decoration: underline;
    margin-top: 15px;
    margin-bottom: 20px; 
}

.feature-article-section .feature-article-link, .feature-article-section .feature-article-title {
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 20px;
}

.feature-article-section .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 12%);
}

.single .feature-article-section h2.section-headline{
	margin: 0;
}

footer .widget {
    display: block;
}

.cop p {
    color: #fff;
    font-size: 16px;
}

.single-post-header.header-v4-section h1.section-headline {
    text-align: left;
    z-index: 1;
    margin: 0 !important;
}

.single .header-v4-section,
.single .header-v3-section {
    min-height: 450px;
    height: auto;
    padding: 50px 0 40px 0;
}

.header-v4-section .header-description p,
.header-v4-section .header-description span {
    color: #fff !important;
}

/*input{
  -webkit-appearance: none;
}
*/

.cart-items-count {
    color: #fff;
    position: absolute;
    right: -10px;
    font-style: normal;
    top: 30px;
    font-size: 14px;
    background: #000;
    padding: 2px 5px;
}

.related .price {
    display: none !important;
}

.shop_table thead {
    background: var(--color-theme);
    color: #fff;
}

a {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

footer .menu-item-has-children {
    display: none !important;
}

body {
    padding: 100px 0 0;
    margin: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    background: #fff;
    box-sizing: border-box;
}

@media(max-width: 1400px) {
    body {
        zoom: 0.85;
    }
}

@media(max-width: 1200px) {
    body {
        zoom: 0.75;
    }
}


@media(max-width: 1000px) {
    body {
        zoom: 0.65;
    }
}


h1,
h2,
h3 {
    margin: initial;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

section {
    width: 100%;
    position: relative;
}

.search-btn {
    width: 30px;
    height: 30px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: right;
    margin: 35px 0 0 0;
    cursor: pointer;
}

.header .logo {
    width: 140px;
    height: 70px;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    float: left;
    margin: 20px 0 0 0;
}

.header {
    position: fixed;
    width: 100%;
    height: 100px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    z-index: 99;
    top: 0;
    left: 0;
    background: var(--color-theme);
    transition: all 0.4s;
}

.header .wrapper {
    display: table;
}

.active-search .header {
    height: 170px;
}

.wrapper {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}


.sub-menu {
    position: absolute;
    background: #232323;
    padding: 0;
    width: 250px;
    margin: 36px -25px 0;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.menu-item-has-children:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/sub-arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -15px -2px 6px;
}



.sub-menu .menu-item-has-children:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/sub-arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -15px -2px 6px;
    transform: rotate(-90deg);
}

@media (min-width: 801px) {
    .sub-menu li {
        display: flex!important;
        justify-content: space-between;
        align-items: center;
    }
}

.fixed-header-menu {
    width: 100%;
    position: fixed;
    background: #171717;
    padding: 40px 0;
    top: 100px;
    height: auto;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.menu-item-has-children:hover .fixed-header-menu {
    opacity: 1;
    visibility: visible;
}

.fixed-header-menu .row:nth-child(2) {
    padding-left: 40px;
}

.single-product .button.product_type_simple {
    display: none;
}

.title-tab {
    font-weight: 600;
    font-size: 16px;
    padding: 0px 50px 10px 0;
    display: inline-block;
    position: relative;
}

.title-tab.active:after {
    content: "";
    display: block;
    width: 80%;
    height: 4px;
    position: absolute;
    background: #fff;
    bottom: -2px;
    left: 0;
}

.tab-menu-titles {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #696969;
    cursor: pointer;
    margin-bottom: 10px;
}

.links-menu-block {
    display: none;
}

.links-menu-block.active {
    display: block;
}

.links-menu-block li {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px 10px 0;
}

.fixed-header-menu .wrapper {
    max-width: 1000px;
}

.grid-box {
    display: grid;
}

.row-2 {
    grid-template-columns: 1fr 1fr;
}

.row-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.row-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.row-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.row-1-2 {
    grid-template-columns: 1fr 2fr;
}

.row-2-1 {
    grid-template-columns: 2fr 1fr;
}

.row-1-3 {
    grid-template-columns: 1fr 3fr;
}

.row-3-1 {
    grid-template-columns: 3fr 1fr;
}

.row-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
}

.row-1-4 {
    grid-template-columns: 1fr 4fr;
}

.row-1-5 {
    grid-template-columns: 1fr 4fr;
}

.row-1-2-4 {
    grid-template-columns: 1fr 2fr 4fr;
}

.row-1-4r {
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
}

.row-1-2-1-1 {
    grid-template-columns: 1fr 2fr 1fr 1fr;
}

img:not(.text-content-image) {
    width: 100%;
}


footer {
    background: var(--color-theme);
    padding: 50px 0;
}

footer .logo {
    width: 160px;
    height: 80px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 0px 0 0 0;
}

.header-menu-container {
    float: left;
    width: calc(100% - 410px);
    margin-top: 28px;
    z-index: 1;
    position: relative;
}

.technology-section .swiper-pagination-bullet {
    background: initial !important;
    text-align: left;
}

.header-menu-container .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu-container .menu-item {
    display: inline-block;
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    position: relative;
    transition: all 0.3s;
}

.header-menu-container .current-menu-item {
    color: var(--color-primary);
}

.header-menu-container .menu-item .menu-item {
    color: #fff;
}

.header-menu-container .menu-item a:hover,
.header-menu-container .menu-item .menu-item a:hover {
    color: var(--color-primary);
}

.timeline {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-primary);
}

.timeline:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/clock.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 6px -4px 0;
}

.about-section .big-text-about:after {
    content: '+';
    display: inline-block;
}

.header-v1-section,
.header-v2-section {
    background: #EDEDED;
}

.header-v2-section {
    padding-top: 50px;
}

.header-v2-section .btn-primary {
    margin: 30px auto 20px;
    display: block;
}

.search-wr .is-search-icon svg {
    display: none;
}

h1.section-headline,
h1.section-headline p {
    font-family: var(--headline-font);
    font-weight: 400;
    font-size: 72px;
    line-height: 84px;
    margin: 0;
    display: table;
    position: relative;
    color: #fff;
}

/*h2.section-headline:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
    border: 2px dashed #0C0C0C;
    left: -20px;
    top: -20px;
}

h2.section-headline:after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 10%;
    top: -45px;
}*/

.header-v2-section h1.section-headline {
    margin: 0 auto;
}

.exit-popup div.wpforms-container-full .wpforms-form input[type=email],
.pum-container div.wpforms-container-full .wpforms-form input[type=email] {
    padding: 29px !important;
}

.pum-container .wpforms-submit-container {
    float: right !important;
    margin-top: -80px !important;
    margin-left: 20px !important;
}

.pum-container .wpforms-submit {
    margin: 0 !important;
}

.pum-theme-lightbox .pum-container {
    padding: 0 !important;
    border-radius: initial !important;
    border: initial !important;
    box-shadow: initial !important;
    background-color: #fff !important;
}

.pum-theme-lightbox .pum-container td:nth-child(2) {
    padding: 20px 30px 20px 40px;
}

.pum-container .wpforms-field-container {
    float: left !important;
    width: calc(100% - 170px) !important;
}

h2.section-headline,
h2.section-headline p,
.pum-container h2 {
    font-family: var(--headline-font);
    font-weight: 400;
    font-size: 45px;
    line-height: 58px;
    margin: 0;
    position: relative;
    color: var(--color-theme);
    display: table;
    /* margin-left: 20px;*/
}

h2.section-headline p {
    display: inline;
}

.single-post-header h1.section-headline:before,
h2.section-headline:before,
.pum-container h2:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/drillrigy-headline-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    margin: 0 20px -10px 0;
    /*width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px dashed #0C0C0C;
    left: -20px;
    top: -20px;*/
}

.about-section h2.section-headline:before,
.technology-section.black h2.section-headline:before,
.product-feature-section h2.section-headline:before,
.accordion-image-section h2.section-headline:before {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/drillrigy-headline-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

.review-slider-section.review-slider-v2-section+.buyers-quide-section .section-headline {
    margin: 0px auto 80px;
}

/*h2.section-headline:after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: -3%;
    top: -45px;
}*/

/*h2.section-headline i{
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/headline-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: -60px;
    bottom: -25px;
}*/

.download-banner {
    background: #f4f4f4 !important;
    padding: 40px 0;
}

.download-banner h2.section-headline {
    color: #000;
}

.download-banner h2.section-headline:before {
    border: 2px dashed #000 !important;
}


.buyers-quide-content a:hover {
    color: var(--color-primary);
}

.download-banner h2.section-headline:after {
    content: "";
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    left: -3% !important;
    top: -45px !important;
}

.download-banner .row:nth-child(2) {
    background: initial !important;
}

.single-post .buyers-quide-section .wrapper {
    max-width: 800px;
}


.customized-labels-tags-packaging-section {
    padding: 40px 0 30px;
}

.search-no-results .header-v4-section .is-search-form {
    width: 60%;
    margin: 50px auto 0;
}

.search-no-results .header-v4-section .wrapper {
    /* -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial; */
}

.swiper-pagination-production {
    width: calc(100% - 113px) !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin-top: 43px;
}

.swiper-pagination-production .swiper-pagination-bullet {
    border-radius: initial;
    width: 50px;
    height: 4px;
}

.swiper-pagination-production .swiper-pagination-bullet-active {
    background: var(--color-primary);
}

/*.accordion-image-section h2.section-headline i,
.about-section h2.section-headline i,
.product-feature-section h2.section-headline i,
.technology-section.black h2.section-headline i{
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/headline-2-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}*/

/*h2.section-headline,
h2.section-headline p{
    font-family: var(--headline-font);
    font-weight: 400;
    font-size: 80px;
    line-height: 88px;
    margin: 0;
    position: relative;
}
*/


h1.section-headline p {
    display: block;
}

.header-v2-section h1.section-headline p,
.header-v2-section h1.section-headline {
    text-align: center;
}


h2.section-headline strong,
h2.section-headline p strong {
    font-family: var(--headline-font);
    font-weight: 400 !important;
    font-size: 60px;
    line-height: 76px;
    margin: 0;
    position: relative;
    color: var(--color-primary);
}

.header-v1-section {
    height: calc(100vh - 100px);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.header-v1-section:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: linear-gradient(264.08deg, rgba(0, 0, 0, 0.78) 7.45%, rgba(0, 0, 0, 0) 80.68%);
}

.header-v1-section .wrapper,
.header-v1-section .wrapper .grid-box {
    height: 100%;
}

.header-v1-section .header-description,
.header-v1-section .header-description p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    width: 80%;
    margin-top: 50px;
}

.header-v2-section .header-description,
.header-v2-section .header-description p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    width: 88%;
    text-align: center;
    margin: 40px auto 10px;
}

.header-v1-img {
    width: 90%;
    height: auto;
    display: block;
    margin: -3% auto 0;
}

.header-v1-section .row:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-primary {
    background: var(--color-primary);
    border: 2px solid var(--color-primary) !important;
    border-radius: 60px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--primary-font);
    padding: 21px 30px;
    border: initial;
    outline: initial;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover {
    border: 2px solid #fff !important;
    background: var(--color-theme) !important;
    color: #fff !important;
}

/*.btn-primary:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #FFFFFF;
    border-radius: 30px;
    left: 4px;
    top: 4px;
}*/

.logo-slider-section {
    background: var(--color-theme);
}

.logo-slide {
    height: 90px;
    width: auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 70% !important;
    margin: 10px 0;
}

.new-block-1 .text-block {
    margin-bottom: 50px;
    display: block;
}

.slider-logos {
    overflow: hidden;
    width: 100%;
}

.our-solution-section h2.section-headline,
.categories-pictures-section h2.section-headline,
.different-table-seection h2.section-headline,
.faq-section h2.section-headline,
.info-box-section h2.section-headline,
.about-section h2.section-headline,
.form-section h2.section-headline,
.review-slider-section h2.section-headline,
.photo-wall-section h2.section-headline,
.our-teams-section h2.section-headline,
.text-section h2.section-headline,
.technology-section h2.section-headline,
.buyers-quide-section h2.section-headline,
.feature-article-section h2.section-headline,
.custom-product-series-section h2.section-headline,
.whats-your-bussines-section h2.section-headline,
.services-we-can-provide-section h2.section-headline,
.global-shipping-section h2.section-headline,
.customized-labels-tags-packaging-section h2.section-headline,
.apparel-production-section h2.section-headline,
.sample-development-section h2.section-headline,
.custom-tech-pack-section h2.section-headline,
.product-photography-section h2.section-headline,
.letter-from-founder-section h2.section-headline {
    margin: 80px auto;
}

.about-section {
    background: var(--color-theme);
    padding: 30px 0 60px;
}

.our-solution-section .row {
    background: #EDEDED;
    padding: 40px;
    margin: 10px;
    transition: all 0.3s;
}

.our-solution-section .row.active-solution {
    background: #0C0C0C;
}

.solution-title {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
    display: block;
    text-align: center;
    transition: all 0.3s;
}

.our-solution-section .row.active-solution .solution-title {
    color: #fff;
}

.our-solution-section .black-btn {
    display: none !important;
}

.our-solution-section .row.active-solution .black-btn {
    display: block !important;
    background: #000;
}

.solution-description {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 10px 0 40px;
    transition: all 0.3s;
}

.our-solution-section .row.active-solution .solution-description {
    color: #fff;
}

.our-solution-section .row.active-solution .list-solution {
    display: none;
}

.detais-solution {
    display: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.our-solution-section .row.active-solution .btn-primary {
    display: none;
}

.our-solution-section .row.active-solution .detais-solution {
    display: block;
}

.detais-solution p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.our-solution-section .row .btn-primary {
    display: block;
    margin: 50px auto 0;
}

.list-solution {
    display: table;
    margin: 15px 0;
}

.list-percent {
    font-weight: 400;
    color: #000000;
    font-size: 8px;
    border-radius: 100%;
    border: 4px solid rgba(104, 104, 104, 0.3);
    display: inline-block;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    position: relative;
}

.list-text {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 40px;
    margin-left: 20px;
}

.categories-pictures-section .row {
    margin: 10px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 120% !important;
    height: 250px;
    transition: all 0.3s;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram,
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook,
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #fff !important;
}

.wp-block-social-links {
    margin: 0;
}

.cop {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0 0;
    text-align: center;
    margin-top: 30px;
}

.categories-pictures-section .row a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.categories-pictures-section .row:hover {
    background-size: 140% !important;
}

.categories-pictures-section .row:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.categories-title {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 20px;
}

.accordion-image-section {
    background: var(--color-theme);
    padding: 10px 0;
}


.accordion-image-section h2.section-headline {
    margin: 100px auto;
    color: #fff;
}

/*.accordion-image-section h2.section-headline:before{
    border: 2px dashed #fff;
}*/

.accordion {
    width: 96%;
}

.accordion__btn {
    border: initial;
    outline: initial;
    font-weight: 600;
    font-size: 24px;
    font-family: var(--primary-font);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 24px 10px;
    width: 100%;
    background: initial;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.accordion__btn span {
    margin-right: 20px;
}

.accordion__panel {
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    margin-bottom: 0px;
    border-bottom: 1px dashed #E9E9E9;
}

.is-active .accordion__btn {
    color: var(--color-primary);
}

.accordion__btn::after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-down-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(90deg);
}

.is-active .accordion__btn::after {
    transform: rotate(0deg);
}

.is-active .accordion__btn::after {
    background: url(//www.drillrigy.com/wp-content/uploads/2023/12/arrow-down-gold.svg);
    filter: invert(0) !important;
}

.apparel-production-section .is-active .accordion__btn::after {
    background: url(//www.drillrigy.com/wp-content/uploads/2023/12/arrow-down-gold.svg);
    filter: invert(0);
}

.apparel-production-section .accordion__btn::after {
    filter: invert(1);
}

.accordion__content {
    display: none;
    margin-top: -1px;
    transition: height 0.35s ease-in-out;
    overflow: hidden;
}

.is-active .accordion__content {
    display: block;
}

.accordion__inner {
    padding: 5px 40px 5px 55px;
}

.accordion__inner a {
    color: #3F7589;
}

.accordion__inner,
.accordion__inner p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--primary-font);
}


.accordion-image-section img {
    width: 90%;
    margin: 0 0 100px auto;
    display: block;
}

.faq-section .accordion__btn,
.faq-section .accordion__inner,
.faq-section .accordion__inner p {
    color: #000;
}

.faq-section .accordion__panel {
    border-bottom: 1px dashed #000;
}

.faq-section .accordion__btn::after {
    filter: invert(1);
}

.faq-section .accordion__inner li {
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

.faq-section .accordion__inner li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: -30px;
    top: 0px;
}

.content-product-feature {
    margin-top: 50px;
    display: block;
    width: 85%;
    margin-left: 30px;
}

.about-section-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -40px;
}

.logo-about {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% !important;
    margin: 30px 40px;
}

.info-box-section .row {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    margin: 10px;
    padding: 30px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.info-box-section .row .icon-info-box {
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.2;
}

.info-box-section.info-box-section-v2 .row-wrp {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    margin: 10px;
    padding: 30px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    height: calc(100% - 80px);
}

.info-box-section.info-box-section-v2 .row-info-box-section-v2 {
    filter: drop-shadow(0px 4px 50px rgb(0 0 0 / 10%));
}

.info-box-section .info-box-icon,
.info-box-section-v2 .info-box-icon,
.custom-tech-pack-section .info-box-icon {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    display: block;
    transition: all 0.3s;
    margin-bottom: -12px;
}

.info-box-section .row:hover .info-box-icon,
.row-info-box-section-v2:hover .info-box-icon {
    filter: invert(1);
}

.review-slider-v2-section .section-headline {
    margin: 40px 0 190px !important;
}

.info-box-section.info-box-section-v2 .row-info-box-section-v2 .icon-info-box {
    content: "";
    display: block;
    width: 130px;
    height: 190px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    position: absolute;
    right: -30px;
    bottom: -70px;
    opacity: 0.2;
}

.info-box-section .row:hover {
    background: var(--color-primary);
    z-index: 1;
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.2), 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.info-box-section.info-box-section-v2 .row-info-box-section-v2:hover .row-wrp {
    z-index: 1;
    background: var(--color-primary);
}

.info-box-section .row:hover .info-box-num,
.info-box-section .row:hover .info-box-title,
.info-box-section .row:hover .info-box-description,
.info-box-section.info-box-section-v2 .row-info-box-section-v2:hover .info-box-title,
.info-box-section.info-box-section-v2 .row-info-box-section-v2:hover .info-box-description {
    color: #fff;
}

/*.info-box-section .row:hover .info-box-num{
    border: 1px dashed #fff;
}*/

.info-box-num {
    padding: 10px;
    width: 46px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: initial;
    font-weight: 600;
    font-size: 48px;
    color: var(--color-primary);
    padding: 0;
}

.info-box-title {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    font-family: var(--primary-font);
    display: block;
    margin: 20px 0 30px;
}

.info-box-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-family: var(--primary-font);
}

.popup-form-banner-section {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

/*.popup-form-banner-section .row:nth-child(2){
    background: linear-gradient(90deg, #000000 14.79%, rgba(0, 0, 0, 0) 100%);
}*/

.popup-form-banner-section .row {
    padding: 100px 0 80px;
}

footer .widget h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin: 0;
}

footer .widget_nav_menu ul {
    padding: 0;
    margin: 5px 0;
}

footer .widget_nav_menu .menu-item {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin: 15px 0;
    line-height: 22px;
}


.popup-form-banner-section .section-headline {
    color: #FFFFFF;
    width: 125%;
}

.popup-form-banner-section-v2 .section-headline {
    color: #FFFFFF;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.popup-form-banner-section-v2 .section-headline:before,
.popup-form-banner-section-v2 .section-headline:after {
    display: none !important;
}

.popup-form-banner-section-v2 {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 80px 0;
}

/*.popup-form-banner-section-v2:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(15, 15, 15, 0.66);
    top: 0;
    left: 0;
}*/

.tab-categories-list-head {
    width: 100%;
    padding: 50px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-categories-list-title {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    border: 2px solid #fff;
    border-radius: 35px;
    padding: 12px 32px;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-categories-list-title:hover {
    border: 2px solid var(--color-primary);
}

.tab-categories-list-title.active-title {
    border: 2px solid var(--color-primary);
}

.tab-categories-list-list {
    display: none !important;
}

.tab-categories-list-list.active-list {
    display: block !important;
}

.tab-categories-list-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}

.row-products {
    margin: 5px;
}

.tab-categories-list-seection {
    padding: 50px 0;
}

.tab-categories-list-seection .section-headline {
    margin: 0 auto;
}

.tab-categories-list-list li {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    display: inline-block;
    margin: 15px 0;
    cursor: pointer;
}

.tab-categories-list-list li:hover {
    color: var(--color-primary);
}

.tab-categories-list-list li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/drillrigy-section-point.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 5px -5px 0;
}

.tab-categories-list-list li:hover:before {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/drillrigy-section-point.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.description-checkout-products {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    width: 90%;
    display: block;
    margin: 30px auto;
}

.checkout-products-section .tab-categories-list-lists {
    margin-top: 50px;
}

.title-checkout-products {
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.checkout-products-box {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin: 5px;
    padding: 30px;
    transition: all 0.3s;
}

.checkout-products-box:hover {
    z-index: 1;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.image-checkout-products {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
}

.popup-form-banner-section h2.section-headline:before,
.popup-form-banner-section h2.section-headline:after {
    display: none !important;
}

.popup-form-banner-section .btn-primary {
    margin-top: 20px;
    text-transform: uppercase;
}

.popup-form-banner-section-v2 .btn-primary {
    margin: 20px auto 0;
    display: block;
    padding: 21px 30px;
}


.popup-form-banner-section h2.section-headline:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: -54px;
    bottom: -58px;
    top: initial;
}

.faq-section {
    padding: 30px 0 90px;
}

.about-section h2.section-headline,
.technology-section.black h2.section-headline,
.product-feature-section h2.section-headline {
    color: #fff;
}

/*.about-section h2.section-headline:before,
.technology-section.black h2.section-headline:before,
.product-feature-section h2.section-headline:before{
    border: 2px dashed #fff;
}*/



.about-section .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: -10px auto 40px;
    width: 70%;
    text-align: center;
}

.big-text-about {
    font-weight: 800;
    font-size: 48px;
    color: #FFFFFF;
    display: block;
    margin: 15px 0;
}

.info-description-about {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 20px;
    width: 80%;
    line-height: 24px;
}

.faq-section .is-active .accordion__btn {
    color: var(--color-primary);
}

.about-section iframe {
    width: 80%;
    margin: 20px auto;
    display: block;
    height: 580px;
}

.different-table-seection table {
    background: #F8F8F8;
    width: 100%;
    margin: 0 0 100px;
    padding: 40px 10px;
}

.different-table-seection table th:nth-child(1) {
    text-transform: initial;
    text-align: left;
}

.different-table-seection table th {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    padding: 20px 30px;
    position: relative;
    width: 33.33%;
}

.different-table-seection table td {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 20px 30px;
    text-align: center;
    position: relative;
}

.different-table-seection table td:nth-child(2):after {
    content: "";
    display: block;
    background: var(--color-primary);
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
}


.different-table-seection table td:nth-child(2):before {
    content: "";
    display: block;
    border-left: 2px dashed #fff;
    border-right: 2px dashed #fff;
    width: calc(100% - 25px);
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 0;
}

.different-table-seection table td:nth-child(2) {
    color: #fff;
    z-index: 1;
}

.different-table-seection table th:nth-child(2) {
    color: #fff;
    z-index: 1;
}

.different-table-seection table th:nth-child(2):after {
    content: "";
    display: block;
    background: var(--color-primary);
    width: 100%;
    height: calc(100% + 62px);
    position: absolute;
    left: 0;
    top: -61px;
    z-index: -1;
}

.different-table-seection table th:nth-child(2):before {
    content: "";
    display: block;
    border-left: 2px dashed #fff;
    border-right: 2px dashed #fff;
    border-top: 2px dashed #fff;
    width: calc(100% - 25px);
    height: calc(100% + 50px);
    position: absolute;
    left: 10px;
    top: -50px;
    z-index: 0;
}

.different-table-seection table tr:last-child td:nth-child(2):after {
    content: "";
    display: block;
    background: var(--color-primary);
    width: 100%;
    height: calc(100% + 62px);
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
}

.different-table-seection table tr:last-child td:nth-child(2):before {
    content: "";
    display: block;
    border-left: 2px dashed #fff;
    border-right: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    width: calc(100% - 25px);
    height: calc(100% + 50px);
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 0;
}

.different-table-seection table tr {
    border: initial;
}

.different-table-seection table td:nth-child(1) {
    text-align: left;
}



.text-image-slider-section .description {
    font-size: 16px;
    color: #8A8A8A;
    display: block;
    width: 80%;
    line-height: 24px;
    margin: 30px 0 30px;
}

.text-image-slider-section .row:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.twentytwenty-wrapper {
    width: 70%;
    margin: 0 0 0 auto;
}

.text-image-slider-section {
    padding: 20px 0 60px;
}

.slider-review {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 400px;
    height: 450px;
}

.review-slider-section .video-overlow,
.about-section .video-overlow {
    width: calc(100% - 40px);
    height: 450px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.about-section .video-overlow {
    margin: 0 auto 40px;
    width: 80%;
}

.review-slider-section .video-overlow:before,
.about-section .video-overlow:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.review-slider-section iframe,
.about-section iframe {
    width: 100%;
    height: 450px;
    visibility: hidden;
    opacity: 0;
}

.review-slider-section .video-overlow .play-btn,
.about-section .video-overlow .play-btn {
    position: absolute;
    top: calc(50% - 35px);
    margin: 0;
    left: calc(50% - 35px);
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/play-white-btn.svg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    width: 73px;
    height: 73px;
}

.review-slider-section.play-video iframe,
.about-section.play-video iframe {
    visibility: visible;
    opacity: 1;
}

.review-slider-section.play-video .video-overlow:before,
.about-section.play-video .video-overlow:before {
    display: none;
}

.review-slider-section.play-video .play-btn,
.about-section.play-video .play-btn {
    display: none;
}

.review-neme {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}

.review-city {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    display: block;
}

.review-text,
.review-text p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #000000;
    display: block;
    margin: 30px 0;
}

.review-text p {
    display: none;
}

.review-text p:nth-child(1) {
    display: block;
    margin: 0;
    overflow: hidden;
    height: 270px;
}

.review-photo {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
    margin: 0 10px 0 0;

}

.review-slider-section .slider-review iframe {
    width: calc(100% - 60px);
    height: 500px;
}

.review-slider-section .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: initial;
    bottom: 10px;
    z-index: 50;
    height: 5px;
    width: calc(35% - 20px);
    right: 0;
}

.review-slider-section {
    padding: 50px 0 50px;
    overflow: hidden;
}

.field-small:nth-child(odd) {
    width: calc(50% - 10px) !important;
    clear: initial !important;
    float: left !important;
    margin-right: 10px !important;
}

.field-small:nth-child(even) {
    margin-right: 0px !important;
    margin-left: 10px !important;
    width: calc(50% - 10px) !important;
    clear: initial !important;
    float: right !important;
}

.form-section {
    padding: 50px 0 100px;
    background: #F8F8F8;
}

.wpforms-submit {
    background: var(--color-primary) !important;
    border-radius: 30px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: var(--primary-font) !important;
    padding: 21px 30px !important;
    border: initial !important;
    outline: initial !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 30px auto 0 !important;
    display: block !important;
    transition: all 0.3s;
}

.wpforms-submit:hover {
    background: var(--color-theme) !important;
}

.wpforms-submit:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/send.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 0 -9px 15px;
}

.form-section .founder-photo,
.form-popup .founder-photo {
    width: 90%;
    display: block;
    height: 460px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    margin: 0 0 0 auto;
}

.form-section .founder-photo {
    width: 100%;
    height: 500px;
    background-position: right bottom !important;
    background-size: 80% !important;
    margin: -30px auto 0;
}

/*.form-section .wpforms-container{
    padding-top: 80px;
}*/

.founder-intro {
    width: 100%;
    margin: 20px auto 0;
}

.form-popup .founder-photo,
.form-popup .founder-intro {
    width: 100%;
}

.blog-inquiry-form {
    position: absolute;
    right: 10px;
    top: 30px;
    width: auto;
    height: 100%;
    z-index: 1;
}

.headline-wrapper {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 0 -30px;
}

.headline-wrapper .section-headline {
    margin: 35px auto 35px !important;
}


.single .founder-photo {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 100%;
    margin: 0;
    display: inline-block;
}

.info-blog-box {
    display: flex;
    margin-top: 50px;
}

.intro-founder {
    width: 60%;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    overflow: hidden;
    height: 67px;
}

.intro-founder p {
    color: #fff;
}

.customer-case-image {
    width: calc(100% - 20px);
    height: 400px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.customer-case-section {
    padding: 50px 0;
}

.customer-case-section .row:nth-child(2) {
    padding-left: 30px;
}

.social-links-blog {
    display: flex;
    margin-left: 73px;
    margin-top: 10px;
}

.certification-patents-section {
    padding: 50px 0 0;
}

.certification-patents-section h2 {
    margin: 0 auto;
    display: table;
}

.img-certification-patents {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.description-certification-patents {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    margin: 30px auto 0;
    display: block;
    color: #333333;
    line-height: 26px;
    text-align: center;
}

.about-section .row-4 {
    width: 80%;
    margin: 0 auto;
}

.charity-section .description-certification-patents {
    text-align: left;
    margin: 30px auto 0 0;
}

.blog-inquiry-form-section .wpforms-confirmation-container-full {
    background: #62DC93 !important;
    border: initial !important;
    text-align: center;
    color: initial !important;
}

.social-links-blog i {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 6px;
    border-radius: 100%;
    transition: all 0.3s;
}

.blog-inquiry-form-section {
    width: 280px;
    padding: 20px;
    background: #f7f4f4;
    border-radius: 5px;
    position: sticky;
    top: 120px;
}

.blog-inquiry-form label {
    display: none !important;
}

.blog-inquiry-form div.wpforms-container-full {
    margin: 0;
}

.blog-inquiry-form .wpforms-submit {
    margin: 0 auto !important;
}

/*.wpforms-submit:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #FFFFFF;
    border-radius: 30px;
    left: 4px;
    top: 4px;
}*/

.text-image-slider-section h2.section-headline:before {
    margin: 0 20px 10px 0;
    display: block;
}

.wpforms-field-label {
    font-family: var(--primary-font) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.44px !important;
    color: #000000;
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-family: var(--primary-font) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 15px !important;
}

.form-section .wpforms-container {
    width: 90%;
    margin: 0 auto 0 0;
}

.slider-photo-wall {
    width: 100vw;
    height: auto;
    overflow: hidden;
    padding: 50px 0 110px !important;
    margin: -50px 0 -100px;
}

.photo-wall-section .wall-photo-1,
.photo-wall-section .wall-photo-2 {
    width: calc(100% - 20px);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    margin: 20px 10px;
    transition: all 0.3s;
}

.photo-wall-section .wall-photo-1:hover,
.photo-wall-section .wall-photo-2:hover {
    filter: drop-shadow(40px 40px 50px rgba(0, 0, 0, 0.6));
}

.photo-wall-section .swiper-slide:nth-child(1n-1) .wall-photo-1 {
    height: 378px;
}

.photo-wall-section .swiper-slide:nth-child(1n-1) .wall-photo-2 {
    height: 436px;
}

.photo-wall-section .swiper-slide:nth-child(2n-1) .wall-photo-1 {
    height: 346px;
}

.photo-wall-section .swiper-slide:nth-child(2n-1) .wall-photo-2 {
    height: 468px;
}

.photo-wall-section .swiper-slide:nth-child(3n-1) .wall-photo-1 {
    height: 504px;
}

.photo-wall-section .swiper-slide:nth-child(3n-1) .wall-photo-2 {
    height: 310px;
}

.photo-wall-section .swiper-slide:nth-child(4n-1) .wall-photo-1 {
    height: 244px;
}

.photo-wall-section .swiper-slide:nth-child(4n-1) .wall-photo-2 {
    height: 570px;
}

.categories-pictures-section .grid-box {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "box-1 box-2 box-3"
        "box-4 box-6 box-7"
        "box-5 box-6 box-7";
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
}

.categories-pictures-section .grid-box .box-1 {
    grid-area: box-1;
}

.categories-pictures-section .grid-box .box-2 {
    grid-area: box-2;
}

.categories-pictures-section .grid-box .box-3 {
    grid-area: box-3;
}

.categories-pictures-section .grid-box .box-4 {
    grid-area: box-4;
}

.categories-pictures-section .grid-box .box-5 {
    grid-area: box-5;
}

.categories-pictures-section .grid-box .box-6 {
    grid-area: box-6;
    height: 520px;
}

.categories-pictures-section .grid-box .box-7 {
    grid-area: box-7;
    height: 520px;
}

.social-icons {
    display: flex;
}

.our-solution-section .grid-box,
.info-box-section .grid-box {
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
}

.social-icons i {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 10px 15px 0 0;
}

.whatsapp {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/whatsapp.svg) !important;
    width: 30px;
    height: 30px !important;
    display: inline-block !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% !important;
}

.whatsapp svg {
    display: none;
}

.facebook {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/facebook.svg);
}

.instagram {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/instagram.svg);
}

.youtube {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/youtube.svg);
}

.header-v4-section,
.header-v3-section {
    height: 450px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.header-v3-section:before,
.header-v4-section:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));*/
}

.header-v4-section .wrapper,
.header-v3-section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-v4-section .section-headline,
.header-v3-section .section-headline {
    color: #fff;
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.page-id-290 .header-v4-section .section-headline {
    width: 100%;
}

/*
.header-v4-section .section-headline:before,
.header-v3-section .section-headline:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px dashed #fff;
    left: -20px;
    top: -20px;
}

.header-v4-section .section-headline:after,
.header-v3-section .section-headline:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(45deg) scale(1.3);
    left: 5%;
    top: -45px;
}*/

.header-v4-section .btn-primary {
    margin: 80px auto -30px;
    display: block;
}

.our-teams-section .content-grid-box .row {
    width: 92%;
}

.our-teams-section .content-grid-box h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.our-teams-section .content-grid-box p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.our-teams-section .content-grid-box p strong {
    font-weight: 600;
}

.our-teams-section .team-grid-box .row {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    margin: 5px;
    height: 463px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.download-image {
    position: absolute;
    width: 20%!important;
    right: 0;
    top: 50px;
}

.info-box-team {
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 107px;
}

.info-box-team .team-name {
    position: absolute;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    top: 24px;
    left: 20px;
}

.info-box-team .team-position {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 65px;
    left: 20px;
    color: #FFFFFF;
}

.info-box-team .team-experience {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 65px;
    right: 20px;
    color: #FFFFFF;
}

.info-box-team .team-experience span {
    position: absolute;
    font-size: 24px;
    right: 0;
    bottom: 28px;
    font-weight: 500;
}

.content-grid-box {
    margin-bottom: 70px;
}

.team-grid-box {
    margin-bottom: 50px;
}

.our-teams-section {
    padding: 50px 0;
}

.text-section {
    padding: 50px 0;
}

.text-section p {
    font-size: 16px;
    line-height: 24px;
}

.header-v4-section .header-description {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 30px 0 0px;
    display: block;
}


.single-post-header:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));*/
}

.single-post-header .wrapper {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}

.single-post-header .header-description {
    text-align: left;
    font-size: 18px;
}

.content-post {
    padding: 100px 0 20px;
    position: relative;
}

.content-post .wrapper {
    max-width: 880px;
}

.share-section{
	margin-bottom: 80px
}

@media (min-width: 800px) {
    .content-post .wrapper {
        transform: translateX(-80px);
    }
}

.blog-section {
    padding: 100px 0;
}

.blog-section .row-post {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    margin: 20px 15px;
}

.search-results .feature-article-section .row {
    margin: 20px 15px;
}

.single h2.section-headline,
.single h2.section-headline p,
.header-v6-section h2.section-headline,
.header-v6-section h2.section-headline p {
    font-size: 72px;
    line-height: 80px;
    text-align: left;
    width: 100%;
}

.image-post {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.post-title {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 20px 0;
    display: block;
}

.post-description {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin: 0px 20px;
}

.info-cat-post {
    color: #807F7E;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 0 20px 20px;
}

.wp-pagenavi {
    margin: 50px auto 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .page,
.wp-pagenavi span {
    background: initial;
    font-weight: 600 !important;
    font-size: 18px;
    color: #B3B1B0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #B3B1B0 !important;
    padding: 5px 11px !important;
    margin: 5px !important;
}




@property --p {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}

.pie {
    --p: 0;
    --b: 4px;
    --c: #000;
    --w: 40px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 8px;
    font-weight: 400;
    position: absolute;
    z-index: 3;
}

.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie:before {
    inset: 0;
    background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
        conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side,
            #0000 calc(99% - var(--b)),
            #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side,
            #0000 calc(99% - var(--b)),
            #000 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b) / 2);
    background: var(--c);
    transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

/*.animate {
  animation:p 3s .5s both;
}

.active-scroll .animate {
  animation:p 3s .5s both;
}

@keyframes p {
  from{--p:0}
}
*/
.no-round:before {
    background-size: 0 0, auto;
}

.no-round:after {
    content: none;
}


.wp-pagenavi span.current {
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary) !important;
}

.description-waste-but-resource {
    font-weight: 400;
    font-size: 16px;
    width: 90%;
    margin: 30px auto 0;
    display: block;
    text-align: center;
    color: #333333;
    line-height: 26px;
}

.recyclin-box {
    position: relative;
    width: 100%;
    height: 1100px;
    margin: 80px 0 50px;
}

.recyclin-text {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    border: 8px solid #EFEFEF;
    width: 360px;
    height: 360px;
    display: -webkit-box;
    top: calc(50% - 220px);
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    padding: 50px;
    position: absolute;
    left: calc(50% - 250px);
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/union-recycling.svg);
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.recyclin-box .row .info-box-title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    font-family: var(--primary-font);
    display: block;
    margin: 15px 0 15px;
}

.recyclin-box .row {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    padding: 30px;
    width: 250px;
    position: absolute;
    transition: all 0.3s;
    cursor: pointer;
}

.recyclin-box .row:hover,
.recyclin-box .row.active-row {
    background: var(--color-primary);
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.2), 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.recyclin-box .row:hover .info-box-num,
.recyclin-box .row:hover .info-box-title,
.recyclin-box .row:hover .info-box-description,
.recyclin-box .row.active-row .info-box-num,
.recyclin-box .row.active-row .info-box-title,
.recyclin-box .row.active-row .info-box-description {
    color: #fff;
}

.recyclin-arrow {
    width: calc(100% + 88px);
    height: calc(100% + 88px);
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/recyclin-arrow.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80px;
    position: absolute;
    top: -44px;
    transition: all 0.5s;
    transform: rotate(0);
}

/*.row-recyclin-1-click .recyclin-arrow{
    transform: rotate(0deg);
}

.row-recyclin-2-click .recyclin-arrow{
    transform: rotate(50deg);
}

.row-recyclin-3-click .recyclin-arrow{
    transform: rotate(120deg);
}

.row-recyclin-4-click .recyclin-arrow{
    transform: rotate(180deg);
}

.row-recyclin-5-click .recyclin-arrow{
    transform: rotate(230deg);
}

.row-recyclin-6-click .recyclin-arrow{
    transform: rotate(310deg);
}*/

.row-recyclin-1 {
    left: calc(50% - 155px);
    top: 0;
}

.row-recyclin-2 {
    right: 0;
    top: 230px;
}

.row-recyclin-3 {
    right: 0;
    bottom: 230px;
}

.row-recyclin-4 {
    left: calc(50% - 155px);
    top: 840px;
}

.row-recyclin-5 {
    left: 0;
    bottom: 230px;
}

.row-recyclin-6 {
    left: 0;
    top: 230px;
}


.waste-but-resource-section {
    padding: 50px 0;
    position: relative;
}

.waste-but-resource-section .section-headline {
    margin: 0 auto;
}

.nextpostslink {
    border: initial !important;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-pag-blog.svg);
    display: inline-block;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 15px !important;
    margin: 5px !important;
}

.error404 .header-v4-section .is-search-form {
    margin-top: 60px;
}

.previouspostslink {
    border: initial !important;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-pag-blog.svg);
    display: inline-block;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 15px !important;
    margin: 5px !important;
    transform: rotate(180deg);
}

.review-2-section {
    padding: 100px 0;
}

.review-2-section .review-title {
    font-family: var(--headline-font);
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.02em;
    color: #000000;
    display: block;
    margin: 10px 0;
}

.review-2-section .review-citys {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    display: block;
}

.review-2-section .review-description,
.review-2-section .review-description p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    display: block;
}

.review-2-section .review-stars {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 135px;
    height: 24px;
    display: block;
    margin: 10px 0 0;
}

.review-stars.star-1 {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/star-1.svg);
}

.review-stars.star-2 {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/star-2.svg);
}

.review-stars.star-3 {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/star-3.svg);
}

.review-stars.star-4 {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/star-4.svg);
}

.review-stars.star-5 {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/star-5.svg);
}

.review-2-section .row-review {
    padding: 20px 0;
}

.review-2-section .video-review iframe {
    width: calc(100% - 40px);
    height: 290px;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/play-btn-red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px auto -40px;
    cursor: pointer;
}

.image-team {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 100%;
}

.our-teams-section-v2 .team-name {
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 10px;
}


.our-teams-section-v2 .team-position {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 20px;
}

.our-teams-section-v2 .team-grid-box .row {
    box-shadow: initial;
    margin: 35px 0px;
    height: auto;
}

.our-teams-section-v2 .team-description {
    font-weight: 400;
    font-size: 16px;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.review-slider-v2-section h2.section-headline:before {
    display: block;
    margin: 0 0 10px 0;
}

.grid-review-slider-v2 {
    display: flex;
}

.grid-review-slider-v2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-review-slider-v2 .slide-review-2 {
    padding: 30px 40px;
    width: calc(100% - 100px);
    height: calc(100% - 142px);
    border: 1px solid #D1D1D1;
    transition: all 0.5s;
    transform: scale(0.9);
    display: table;
}

.breadcrumb-navigation-section a:hover {
    color: var(--color-primary);
}

.breadcrumb-navigation-section a,
.breadcrumb-navigation-section .separator {
    color: #aaa;
}


.breadcrumb-navigation-section .last {
    color: #737171;
}

.swiper-slide-active .slide-review-2 {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    transform: scale(1);
}

.slider-review-2 .swiper-wrapper {
    padding: 20px 0;
}

.slide-review-2 .review-text,
.slide-review-2 .review-text p {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    height: auto;
    margin: 20px 0 10px;
    transition: all 0.5s;
}

.swiper-slide-active .review-text,
.swiper-slide-active .review-text p {
    color: #000;
}

.review-text {
    max-height: 260px;
    overflow: hidden;
}

.slide-review-2 .review-text,
.slide-review-2 .review-text p {
    display: inline;
    /*    height: 200px;
    overflow: hidden;*/
    /*   margin-top: 10px;*/
}

.review-slider-v2-section .swiper-slide-active .review-text,
.review-slider-v2-section .swiper-slide-active .review-text p {
    color: #fff;
    display: inline;
}

.grid-review-slider-v2 .row:nth-child(1) {
    width: 38%;
    margin-right: 2%;
}

.grid-review-slider-v2 .row:nth-child(2) {
    width: 60%;
}

.info-box-section-v2 .info-box-num {
    border: initial;
    font-weight: 600;
    font-size: 48px;
    color: #1A1A1A;
}

.row-info-box-section-v2:hover .info-box-num {
    color: #fff;
}

.slider-review-2 {
    width: 180%;
    overflow: hidden;
    height: 100%;
}



.review-1-section {
    background: var(--color-theme);
    padding: 110px 0 240px;
}

.review-1-section .row-review {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    padding: 20px 20px;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
}

.review-1-blocks {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 20px;
    width: 100%;
    height: auto;
}

.slide-review-2 .review-photo {
    width: 170px;
    height: 170px;
    margin: 0 20px 5px 0;
    float: left;
    display: inline;
}

.slide-review-2 .review-neme {
    font-weight: bold;
    font-size: 32px;
    color: #333;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: all 0.5s;
    display: block;
}

.slide-review-2 .review-city {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    transition: all 0.5s;
    margin-top: 5px;
    display: block;
    margin-bottom: 10px;
}

.slide-review-2 .review-position {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    display: block;
}

.slide-review-2 .btn-primary {
    background: #fff;
    color: var(--color-theme);
    float: right;
    margin-top: 40px;
    margin-bottom: -20px;
}



.swiper-slide-active .review-city,
.swiper-slide-active .review-neme {
    color: #000;
}

.review-slider-v2-section .swiper-slide-active .review-city,
.review-slider-v2-section .swiper-slide-active .review-neme {
    color: #fff;
}



/*.review-1-section .row-review:nth-child(3n+1){
    margin: 70px 15px -40px 15px;
}

.review-1-section .row-review:nth-child(3n+2){
    margin: 140px 15px -110px 15px;
}

.review-1-section .row-review:nth-child(3n+3){
    margin: 0px 15px 30px 15px;
}*/

.review-1-section .review-phot {
    width: 70px;
    height: 70px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block;
    float: left;
    border-radius: 100%;
}

.review-1-section .head-review {
    width: 100%;
    display: table;
}

.review-1-section .review-title {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    font-family: var(--headline-font);
    display: block;
    float: left;
    margin: 5px 10px 10px 20px;
    width: calc(100% - 100px);
}

.review-1-section .review-citys {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    float: left;
    margin: 0px 10px 0px 20px;
    width: calc(100% - 100px);
}

.review-1-section .review-description,
.review-1-section .review-description p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.review-1-section .review-stars {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 135px;
    height: 24px;
    display: block;
    margin: 10px 0 0;
}

.technology-image {
    width: 100%;
    height: 470px;
}

.technology-image img {
    width: 100%;
    height: 100%;
}

.slider-technology-black,
.slider-technology-white {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.technology-section .wrapper {
    display: flex;
}

.technology-pagination-wrap {
    width: 300px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.technology-black .swiper-pagination-bullet,
.technology-white .swiper-pagination-bullet {
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #B3B1B0;
    padding: 20px 0;
    border-radius: initial !important;
    opacity: initial !important;
    width: 100% !important;
    background: initial;
    height: auto !important;
    position: relative;
}


.slider-technology-black,
.slider-technology-white {
    width: calc(100% - 300px);
    overflow: hidden;
    height: 470px;
}

.technology-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #FFFFFF;
    text-decoration: underline;
}

.technology-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--color-primary);
    text-decoration: underline;
}

.technology-section {
    padding: 20px 0 60px;
}

.slider-technology-white .swiper-slide,
.slider-technology-black .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.technology-section.black {
    background: #000;
}

.technology-section.white {
    background: #fff;
}

.product-feature-section {
    padding: 100px 0;
    background: #000;
    overflow: hidden;
}

.product-feature-section .row:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-feature-img {
    width: 85%;
    height: auto;
}


.content-product-feature p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.content-product-feature ul {
    padding: 0;
    margin: 40px 0 0 10px;
}

.content-product-feature li {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.content-product-feature li:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/drillrigy-section-point.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: -40px;
    top: 0px;
}

.buyers-quide-title {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.buyers-quide-description {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.title-tab-buyers-quide,
.buyers-quide-content h2,
.single .content-post h2 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    position: relative;
    padding: 19px 10px 19px 20px;
    margin: 0px 0;
}

.buyers-quide-content img {
    width: auto;
    display: block;
}

.checkout-products-section .swiper {
    width: 100%;
    overflow: hidden;
    height: 1000px;
    padding-bottom: 50px;
}

.checkout-products-section .swiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    margin: 0;
}

.title-tab-buyers-quide:before,
.buyers-quide-content h2:before,
.single .content-post h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--color-primary);
}

.single .content-post img {
    width: auto;
    display: block;
}

.single table tr td,
.buyers-quide-content table tr td {
    padding: 10px;
    font-size: 14px;
}

.single table tr:nth-child(even) td,
.buyers-quide-content table tr:nth-child(even) td {
    background: #eee;
}

.single .text-content-buyers-quide img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
}

img.alignleft {
    margin: 0 auto 0 0;
}

img.aligncenter {
	display: block;
    margin: 0 auto;
}

img.alignright {
    margin: 0 0 0 auto;
}


.title-content-buyers-quide {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-left: 30px;
    padding-top: 100px;
    margin-top: -50px;
}

.share-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 30px;
}

.share-box .share {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 6px;
    border-radius: 100%;
    transition: all 0.3s;
}

.share-facebook {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-facebook.svg) #aaa;
}

.share-facebook:hover {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-facebook.svg) var(--color-primary);
}

.share-twitter {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-twitter.svg) #aaa;
}

.share-twitter:hover {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-twitter.svg) var(--color-primary);
}

.share-linkedin {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-linkedin.svg) #aaa;
}

.share-linkedin:hover {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-linkedin.svg) var(--color-primary);
}

.share-pinterest {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-pinterest.svg) #aaa;
}

.share-pinterest:hover {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/share-pinterest.svg) var(--color-primary);
}


.title-content-buyers-quide i {
    font-style: normal;
    display: inline-block;
    margin-right: 20px;
}

.text-content-buyers-quide {
    margin-left: 65px;
    display: block;
    width: calc(100% - 65px);
}

.text-content-buyers-quide,
.buyers-quide-content p,
.text-content-buyers-quide p,
.single .content-post p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}

.text-content-buyers-quide li,
.buyers-quide-content li,
.single .content-post li {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}

.text-content-buyers-quide li:before,
.buyers-quide-content li:before,
.single .content-post li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/drillrigy-section-point.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: -30px;
    top: 0px;
}

.text-content-buyers-quide ul {
    margin: 0;
}

.buyers-quide-section {
    padding: 50px 0;
}

.our-solution-section {
    padding: 10px 0 10px;
}

.table-of-contents {
    margin: 40px 0 10px;
    position: relative;
    padding-bottom: 20px;
}

.table-of-contents:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    opacity: 0.05;
    z-index: -1;
}

.back-top {
    position: fixed;
    right: 120px;
    bottom: 20px;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.44px;
    color: #ACACAC;
    z-index: 9;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.grecaptcha-badge {
    display: none !important;
}

.active-scroll .back-top {
    visibility: visible;
    opacity: 1;
}

.back-top:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-up.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px auto;
}

.table-of-contents-headline {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    display: block;
    padding: 26px 20px;
    background: #000;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.table-of-contents-headline:after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-down-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 20px;
    top: 16px;
    transform: rotate(90deg);
}

.table-of-contents-sp {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: var(--color-primary);
    margin: 10px 20px;
    cursor: pointer;
}

.feature-article-section {
    padding: 10px 0 40px;
}

.feature-article-section .grid-box {
    margin: 50px 0;
}

.feature-article-section .row {
    margin: 10px;
}

.feature-article-img {
    height: 345px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: block;
}

.feature-article-title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    display: block;
    margin-top: 15px;
}

.custom-product-series-section {
    padding: 100px 0 50px;
}


.custom-product-image {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    display: block;
}

.custom-product-image span {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #232222;
    width: calc(100% - 20px);
    padding: 10px;
}

.single-product .section-headline {
    margin: 60px 20px;
    width: calc(100% - 44px);
    color: black;
}

.single-product .section-headline span {
    color: var(--color-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: initial !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: initial !important;
    margin: 0 -5px;
    padding: 0 1em;
    font-weight: 600;
    font-size: 24px;
    border: initial !important;
    padding: 0 !important;
    margin-right: 30px !important;
    color: #BDBDBD !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #BDBDBD !important;
    font-weight: 600 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 10px) !important;
    float: left;
    margin: 0;
    list-style: none;
    margin: 10px 10px 0 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
    padding: 10px 0 !important;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 4px !important;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce-Tabs-panel>h2 {
    display: none;
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: initial;
    width: auto;
}

.woocommerce-product-details__short-description p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(18, 18, 18, 0.8);
}

.description-product-title,
.woocommerce-product-attributes-item__label {
    font-weight: 600 !important;
    font-size: 16px;
    color: var(--color-primary);
    text-align: left;
    font-style: normal;
}

#tab-description tr:nth-child(even) {
    background: #ededed;
}

.backg-product {
    background: #ededed;
}

.related .wt-crp-heading {
    display: none;
}

.related .woocommerce-loop-product__title {
    background: #322B2A;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 16px !important;
    display: block;
    padding: 25px 60px 25px 30px !important;
    line-height: 24px;
}

.woocommerce-product-attributes.shop_attributes tr {
    display: inline-block;
}

.related li.product a img {
    margin: 0 !important;
}

.related .add_to_cart_button {
    display: none !important;
}

.related .price {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    position: absolute;
    margin: -45px 20px 0 0;
    right: 0;
}

.related .price del {
    display: none !important;
}

.single-product h2.section-headline:after {
    left: initial;
    right: 1%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.woocommerce table.shop_attributes {
    border: initial !important;
}

.onsale {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    content: "";
    display: block !important;
    width: 70px !important;
    height: 4px !important;
    background: var(--color-primary);
    position: absolute !important;
    left: 0;
    border: initial !important;
    border-radius: initial !important;
    bottom: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
    background: #ededed;
    padding: 30px 0 0 !important;
    margin: 0 !important;
    color: var(--color-primary) !important;
    font-weight: 600;
    font-size: 14px !important;
}

.woocommerce .woocommerce-breadcrumb i {
    width: 15px;
    height: 10px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 5px;
    display: none;
}



.woocommerce .woocommerce-breadcrumb a {
    color: #929292 !important;
    display: none;
}


.woocommerce .woocommerce-breadcrumb a:nth-child(1) {
    display: inline-block;
}

.woocommerce .woocommerce-breadcrumb i:nth-child(2) {
    display: inline-block;
}

.related .price ins {
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 10px 10px 0 !important;
    padding: 0;
    position: relative;
    width: calc(33% - 10px) !important;
}

.backg-product-2 {
    background: #ededed;
    padding-bottom: 50px;
}

.woocommerce-tabs {
    padding: 50px 0 0;
}

#tab-description td {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 24px 5px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: initial !important;
}

.single-product .price del {
    font-weight: 400;
    font-size: 16px;
    color: #3E3E3E;
    opacity: 1 !important;
}

.single-product .price ins {
    font-weight: 600 !important;
    font-size: 24px;
    color: #121212;
    text-decoration: initial;
}

.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr th {
    border: initial !important;
    width: auto !important;
    display: inline-block;
    padding: 0 10px 0 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
    padding: 10px 10px 0 0;
}

.additional_information_tab {
    display: none !important;
}

.nav-custom-product {
    width: 300px;
}

.custom-product-series-wr {
    display: flex;
    width: 100%;
    height: auto;
}


.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.review-slider-section .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 100%;
    left: initial !important;
}

.custom-product-series-section .slider-product-wr {
    width: calc(100% - 300px);
}

.custom-product-series-section .slider-product-wr .swiper {
    width: 100%;
    overflow: hidden;
    height: 650px;
}


.custom-product-series-section .slider-product-wr .swiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    margin: 0;
}


.tab-custom-product {
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 0;
    cursor: pointer;
    color: #807F7E;
}

.tab-custom-product.active {
    color: var(--color-primary);
    text-decoration: underline;
}

.slider-product-wr {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.slider-product-wr.active {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.nav-wr .swiper-pagination-bullet {
    font-weight: 600;
    font-size: 16px;
    color: #B3B1B0;
}


.nav-wr .swiper-pagination-bullet {
    background: initial !important;
    font-weight: 600 !important;
    font-size: 18px;
    color: #B3B1B0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #B3B1B0 !important;
    padding: 10px !important;
    border-radius: initial !important;
    opacity: 1 !important;
}

.nav-wr .swiper-pagination-bullet-active {
    background: var(--color-primary) !important;
    color: #fff !important;
    border: 1px solid var(--color-primary) !important;
}


.nav-wr .swiper-pagination-bullets {
    float: left;
    margin: 10px 10px 0;
    display: flex;
    width: auto !important;
    max-width: 115px;
    left: initial !important;
    position: relative;
    transform: scale(1) !important;
    overflow: hidden;
}

.nav-wr {
    margin: 0 auto;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.next-product {
    width: 30px;
    height: 30px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    float: left;
    outline: initial;
    cursor: pointer;
}


.prev-product {
    width: 30px;
    height: 30px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-left.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    float: left;
    outline: initial;
    cursor: pointer;
}

.next-product.swiper-button-disabled,
.prev-product.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1) translateX(-2px) !important;
}

.whats-your-bussines-section {
    padding: 10px 0 70px;
}

.whats-your-bussines-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 67px 10px;
    background: #EDEDED;
    font-weight: 600;
    font-size: 24px;
    color: #404040;
    margin: 10px;
    cursor: pointer;
}

.whats-your-bussines-section .row.active {
    background: var(--color-primary);
    color: #fff;
}

.services-we-can-provide-section {
    padding: 10px 0 100px;
}

.services-we-can-provide-section .row {
    margin: 5px;
    height: 330px;
    width: calc(100% - 10px);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 110% !important;
    position: relative;
    transition: all 0.3s;
}

.different-table-seection {
    padding: 40px 0;
}

.services-we-can-provide-section .row:hover {
    background-size: 120% !important;
}

.services-we-can-provide-section .row:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
    top: 0;
    left: 0;
}

.services-we-can-provide-section .row .can-provide-title {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.whats-next {
    background: #000;
    padding: 80px 0;
}

.apparel-chenges-img {
    width: calc(100% - 20px);
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 20px;
}

.whats-next .whats-next-hedline {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
    margin: 20px 0;
    font-weight: 600;
}

.whats-next .whats-next-description {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.whats-next img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 30px auto 0;
}


.global-shipping-rows {
    display: table;
}

.icon-global-shipping {
    border: 1px solid #DEDEDE;
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 84px;
    height: 84px;
    float: left;
}

.global-shipping-rows .row {
    float: left;
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: table;
    transition: all 0.3s;
}

.global-shipping-rows {
    display: grid;
    grid-template-areas:
        'row-1 row-2'
        'row-3 row-4';
    margin: 50px 0;
}

.global-shipping-rows.rows-5 {
    display: grid;
    grid-template-areas:
        'row-1 row-1 row-2 row-2 row-3 row-3'
        'row-4 row-4 row-4 row-5 row-5 row-5';
    margin: 50px 0;
}



.global-shipping-rows .row:nth-child(1) {
    grid-area: row-1;
}

.global-shipping-rows .row:nth-child(2) {
    grid-area: row-2;
}

.global-shipping-rows .row:nth-child(3) {
    grid-area: row-3;
}

.global-shipping-rows .row:nth-child(4) {
    grid-area: row-4;
}

.global-shipping-rows .row:nth-child(5) {
    grid-area: row-5;
}

.global-shipping-rows .row:hover {
    background: #000;
}

.global-shipping-rows .row:hover .global-shipping-text,
.global-shipping-rows .row:hover .title-global-shipping,
.global-shipping-rows .row:hover .global-shipping-text p {
    color: #fff;
}

.title-global-shipping {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    float: left;
    margin: 0px 10px 20px 20px;
    width: calc(100% - 120px);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
}

.global-shipping-text {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    float: left;
    width: 100%;
    display: block;
    line-height: 24px;
    transition: all 0.3s;
}

.global-shipping-description {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    display: block;
    transition: all 0.3s;
    margin-top: -40px;
}

.global-shipping-section .btn-primary {
    display: block;
    margin: 0 auto;
}

.global-shipping-section {
    padding: 40px 0 70px;
}

.customized-labels-tags-packaging {
    padding: 40px 0 70px;
}

.apparel-production-section {
    padding: 40px 0 70px;
}

.customized-labels-tags-packaging-section .global-shipping-rows {
    display: grid;
    grid-template-areas:
        'row-1 row-1 row-2 row-2'
        'row-3 row-4 row-5 row-6';
    margin: 50px 0;
}

.customized-labels-tags-packaging-section .global-shipping-rows .row:nth-child(1) {
    grid-area: row-1;
}

.customized-labels-tags-packaging-section .global-shipping-rows .row:nth-child(2) {
    grid-area: row-2;
}

.customized-labels-tags-packaging-section .global-shipping-rows .row:nth-child(3) {
    grid-area: row-3;
}

.customized-labels-tags-packaging-section .global-shipping-rows .row:nth-child(4) {
    grid-area: row-4;
}

.customized-labels-tags-packaging-section .global-shipping-rows .row:nth-child(5) {
    grid-area: row-5;
}

.customized-labels-tags-packaging-section .global-shipping-rows .row:nth-child(6) {
    grid-area: row-6;
}


.customized-labels-tags-packaging-section .title-global-shipping {
    font-size: 18px;
}

.global-shipping-text strong {
    font-weight: 600;
}

.customized-labels-tags-packaging-section .row:nth-child(3) .title-global-shipping,
.customized-labels-tags-packaging-section .row:nth-child(4) .title-global-shipping,
.customized-labels-tags-packaging-section .row:nth-child(5) .title-global-shipping,
.customized-labels-tags-packaging-section .row:nth-child(6) .title-global-shipping {
    width: 100%;
    margin: 20px 0px 0px 0px;
    height: auto;
}

.apparel-production-section .accordion__btn {
    color: #404040;
    font-family: var(--headline-font);
    font-size: 36px;
    font-weight: 400;
}

.apparel-production-section .accordion__inner table {
    width: 100%;
}

.apparel-production-section .accordion__inner table td {
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
}

.apparel-production-section .accordion__inner table tr:nth-child(even) td {
    background: #eee;
}

.apparel-production-section .accordion__inner,
.apparel-production-section .accordion__inner p {
    color: #000000;
}

.apparel-production-section .accordion__inner {
    padding: 5px 20px 15px 5px;
}

.apparel-production-section .accordion__inner strong {
    font-weight: 600;
    font-size: 16px;
}

.apparel-production-section .accordion__inner br {
    margin-bottom: 5px;
}

.apparel-production-section .accordion__panel {
    border-bottom: 1px solid #D9D9D9;
}

.apparel-production-accorddion {
    margin: 50px 0;
}

.apparel-production-section .is-active .accordion__btn {
    color: var(--color-primary);
}

.apparel-production-info .row {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    margin: 10px;
    padding: 30px;
    height: calc(100% - 80px);
}

.custom-tech-pack-section .row {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
}

.sample-development-section {
    padding: 40px 0 70px;
}

.apparel-production-section .btn-primary {
    display: block;
    margin: 50px auto 0;
}

.custom-tech-pack-section .next-product,
.custom-tech-pack-section .prev-product {
    width: 56px;
    height: 56px;
    margin-top: 10px;
}

.custom-tech-pack-section .next-product {
    float: right;
}

.sample-development-section .btn-primary {
    display: block;
    margin: 50px auto 0;
}

.apparel-production-info-title {
    font-family: var(--headline-font);
    font-weight: 400;
    font-size: 48px;
    color: #000;
    display: block;
    text-align: center;
    margin: 80px 0 50px;
}

.sample-development-content-box {
    margin: 50px 0 20px;
}

.sample-development-content-box,
.sample-development-content-box p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.custom-tech-pack-description {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.custom-tech-pack-description,
.custom-tech-pack-description p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: -30px;
}


.custom-tech-pack-section .btn-primary {
    display: block;
    margin: 50px auto 0;
}

.custom-tech-pack-section {
    padding: 40px 0 50px;
}

.slider-custom-tech {
    padding: 30px 0 !important;
}

.slider-custom-tech .row .info-box-title {
    height: auto;
}

.custom-tech-pack-section .swiper-pagination-bullet,
.grid-review-slider-v2 .swiper-pagination-bullet {
    background: #000 !important;
    opacity: 0.2 !important;
}

.custom-tech-pack-section .swiper-pagination-production .swiper-pagination-bullet-active,
.grid-review-slider-v2 .swiper-pagination-production .swiper-pagination-bullet-active {
    background: var(--color-primary) !important;
    opacity: 1 !important;
}

.custom-tech-pack-section .swiper-pagination-production .swiper-pagination-bullet,
.grid-review-slider-v2 .swiper-pagination-production .swiper-pagination-bullet {
    width: 50px !important;
    height: 4px !important;
    padding: 0;
    margin: 0 5px !important;
}

.grid-review-slider-v2 .swiper-pagination-production {
    margin-top: 21px;
}

.image-pdf {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.custom-tech-pack-pdf .row {
    margin: 10px;
    width: calc(100% - 20px);
}

.title-pdf {
    background: #000000;
    padding: 30px 50px 30px 15px;
    position: relative;
}

.title-pdf span {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
}

.icon-dowload-pdf {
    width: 54px;
    height: 54px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/icon-dowload-pdf.svg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
}

.image-mini img {
    width: calc(100% - 10px);
    display: block;
    height: auto;
    margin: 5px auto;
}

.image-nav {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px 20px 10px 10px;
    cursor: pointer;
    position: relative;
}

.image-nav.active {
    box-shadow: 10px 10px 40px rgb(0 0 0 / 20%);
    z-index: 1;
}

.photographyProdSlider-next {
    filter: invert(1);
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-down.svg);
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 10px 0 0 55px;
}

.photographyProdSlider-prev {
    filter: invert(1);
    transform: rotate(180deg);
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-down.svg);
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 0 0 55px;
}

.search-close-back {
    position: fixed;
    width: 100%;
    height: calc(100% - 170px);
    top: 170px;
    left: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.search-close-back-2 {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.active-search .search-close-back,
.active-search .search-close-back-2 {
    display: block;
}

.product-photography-section .swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

.image-preview {
    width: 100%;
    height: 430px;
}

.image-preview {
    width: 380px;
    display: block;
    margin: 35px 20px;
    height: 440px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.image-preview-2 {
    width: calc(100% - 20px);
    display: block;
    margin: 35px 20px;
    height: 440px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.image-mini {
    width: calc(100% - 5px);
    height: 100px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.feature-article-section .row-4 {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.blog-section .row-3 {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.our-teams-section .row-3 {
    width: calc(100% + 10px);
    margin-left: -5px;
}

.gallery-photography-product {
    margin: 40px 0;
}

.product-photography-section {
    padding: 30px 0 50px;
}

.gallery-box {
    display: none;
}

.gallery-box.active {
    display: grid;
}

.image-mini img {
    cursor: pointer;
}

.image-preview img {
    transition: all 0.3s;
}

.burger-btn {
    display: none;
}

.popup-video {
    background: rgba(51, 51, 51, 0.3);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.active-video-popup .popup-video {
    visibility: visible;
    opacity: 1;
}

.popup-video .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.close-btn {
    width: 40px;
    height: 40px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/close.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 99;
}

.popup-video iframe {
    width: 80%;
    height: 60%;
}

.letter-from-founder-section .row:nth-child(1) {
    margin: 5px;
    height: 500px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.letter-from-founder-section .row:nth-child(1) .info-box-team {
    background: #000;
}


.letter-from-founder-section {
    padding: 20px 0 60px;
}

.letter-from-founder-section .row:nth-child(2) {
    padding: 0 0 0 50px;
}

.letter-from-founder-section .row:nth-child(2),
.letter-from-founder-section .row:nth-child(2) p {
    font-weight: 400;
    font-size: 16px;
}

.header-v4-section+.faq-section .section-headline {
    display: none;
}

.info-box-section {
    padding: 20px 0 70px;
}

.categories-pictures-section {
    padding: 20px 0 30px;
}


.quick-access {
    width: 260px;
    float: right;
    position: relative;
    z-index: 99;
}

.quick-header {
    background: var(--color-primary);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    font-family: var(--headline-font);
    padding: 15px 40px 15px 75px;
    position: relative;
    cursor: pointer;
    display: block;
}

.quick-header:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/quick.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.quick-access-fixed .quick-access {
    position: fixed;
    top: 100px;
    right: 0;
}

.quick-access-section {
    display: table;
    position: relative;
    height: 66.88px;
    margin-bottom: 0;
}

.link-box-quick {
    visibility: hidden;
    opacity: 0;
    height: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    padding: 0;
    transition: all 0.3s;
    position: absolute;
    z-index: 2;
    width: 100%;
}


.active-quick-access .link-box-quick {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 10px 0;
}


.link-quick {
    font-family: var(--headline-font);
    color: #6F6F6F;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    transition: all 0.3s;
    width: calc(100% - 40px);
}

.link-quick:hover {
    color: var(--color-primary);
}

.whats-your-bussines-section .grid-box {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.services-we-can-provide-section .grid-box {
    width: calc(100% + 10px);
    margin-left: -5px;
}

.custom-tech-pack-section .grid-box {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.sample-development-section .row-2 {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.apparel-production-info .row-2 {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.customized-labels-tags-packaging-section .global-shipping-rows {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.global-shipping-section .global-shipping-rows {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.gallery-accortion {
    margin-top: 10px;
    display: none;
    background: #fff;
    margin-top: -42px;
    width: calc(100% - 20px);
    margin-left: 20px;
}

.gallery-accortion-btn {
    border: 1px solid #D7D7D7;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.active-gallery-accortion {
    display: block;
}

.search-wr {
    width: calc(100% - 310px);
    position: relative;
    float: right;
    margin: 20px 0 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.accordion__content-table-names {
    margin: 5px 0 10px;
}

.apparel-production-section .accordion__inner table {
    display: none;
}

.active-tab-table {
    display: table !important;
}

.accordion__content-table-name {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #000000;
    border: 1px solid #000;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}

.accordion__content-table-name.active--table-name,
.active--imagecol {
    background: #000;
    color: #fff;
}


.active-search .search-wr {
    visibility: visible;
    opacity: 1;
}

.search-wr .is-form-style input.is-search-input {
    background: #232323;
    border: initial !important;
    color: #FFFFFF;
    font-family: var(--primary-font);
    font-size: 16px !important;
    font-weight: 400;
    padding: 13px 25px;
    height: auto !important;
}

.search-wr .is-search-icon {
    border: initial;
    margin: -5px 0 0 -20px;
    height: 45.5px;
    width: 55px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/search-white.svg) #232323;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/search-white.svg) #232323 !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.search-description {
    font-weight: 700;
    font-size: 48px;
    font-family: var(--headline-font);
    text-align: left;
    color: #fff;
    letter-spacing: 0.02em;
}

.search-results .header-v4-section {
    height: 215px;
}

.header-v4-section .is-form-style input.is-search-input {
    background: #fff;
    background-image: none !important;
    color: #333;
    padding: 30px 30px;
    margin: 0;
    outline: 0 !important;
    height: 46px;
    font-weight: 400;
    font-size: 16px !important;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: solid 1px #ccc !important;
    font-family: arial;
    width: 100%;
    letter-spacing: 0.75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #807F7E;
    border-radius: 0;
}

.header-v4-section .is-form-style button.is-search-submit {
    height: 60px;
    margin-left: -60px;
    width: 60px;
}

.header-v4-section .is-search-icon {
    display: inline-block !important;
    color: #666;
    background: #fff;
    box-shadow: none !important;
    outline: 0;
    padding-top: 18px !important;
    margin: 0;
    font-size: 14px !important;
    border: initial;
    border-radius: 0;
    line-height: 1;
    height: 100%;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-v4-section .is-search-icon:hover,
.header-v4-section form.is-form-style input.is-search-submit:hover {
    background: #fff !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.search-results .header-v4-section .wrapper {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}

/*.apparel-production-section .accordion__inner ul{
    padding: 0;
}*/

.apparel-production-section .accordion__inner p,
.apparel-production-section .accordion__inner li {
    font-weight: 400;
    font-size: 16px;
    margin: 5px 0;
}

.timetable-development-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.timetable-development .row {
    width: 160px;
    height: 150px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/timetable.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 50px 40px;
    position: relative;
}

.timetable-development .timetable-title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #000;
    margin: 15px 0 15px;
}

.timetable-development .timetable-description {
    font-weight: 400;
    font-size: 18px;
    display: block;
    color: #000;
    text-align: center;
}

.timetable-num {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-primary);
    top: 0;
    left: calc(50% - 30px);
}

.timetable-development-blocks-line {
    width: 96%;
    height: 3px;
    position: absolute;
    background: var(--color-primary);
    margin: 30px 3% 0;
}

.timetable-development-blocks-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--color-primary);
    border-radius: 100%;
    right: -6px;
    top: -6.5px;
}

.timetable-development-blocks-line:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--color-primary);
    border-radius: 100%;
    left: -6px;
    top: -6.5px;
}

.header-v2-section h1.section-headline p,
.header-v2-section h1.section-headline {
    color: #000;
}

.form-popup,
.exit-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    background: rgba(51, 51, 51, 0.3);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.form-popup .grid-box,
.exit-popup .grid-box {
    width: 80% !important;
    height: auto !important;
    max-width: 1100px;
    background: #fff;
    position: relative;
}

.typed {
    display: inline-block;
}

.section-headline .cursor {
    display: none;
}

.form-popup .grid-box .row {
    position: relative;
}

.form-popup .grid-box .row:nth-child(1) {
    padding: 40px;
}


.form-popup .grid-box .row:nth-child(2) {
    padding: 70px 70px 40px;
}

.form-popup .wpforms-submit {
    margin: 0 auto !important;
}

.exit-popup .grid-box .row:nth-child(2) {
    padding: 90px 80px 50px 70px;
}

.exit-popup .grid-box .row:nth-child(1) {
    background-size: 75% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 400px;
}

.active-popup-form .form-popup {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.exit-popup .wpforms-field-container {
    float: left !important;
    width: calc(100% - 140px) !important;
}

.exit-popup .wpforms-submit-container {
    float: right !important;
    margin-top: -80px !important;
    margin-left: 20px !important;
}

.exit-popup .wpforms-submit {
    margin: 0 !important;
}

.exit-popup.visible {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.pum-container .pum-close.popmake-close {
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/close-popup-form.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    right: 20px !important;
    top: 20px !important;
    cursor: pointer !important;
    color: rgba(0, 0, 0, 0) !important;
    box-shadow: initial !important;
    border: initial !important;
    text-shadow: initial !important;
    border-radius: initial !important;
}

.close-popup-form {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/close-popup-form.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.description-popup-form,
.pum-container {
    margin: 40px 0 0;
    display: block;
}

.description-popup-form p,
.description-popup-form li,
.pum-container p,
.pum-container li {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    font-weight: 400;
}

.description-popup-form ul,
.pum-container ul {
    padding: 0 0 0 20px;
}

.photographyProdSlider {
    height: 450px;
    padding: 0px 30px 0 0 !important;
    width: 140px;
}

.form-popup .wpforms-field-container,
.form-popup .wpforms-submit-container {
    display: block;
}

.form-popup div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 100px;
}

.form-popup div.wpforms-container-full {
    margin: 0px auto;
}

.form-fixed-icon {
    position: fixed;
    width: 90px;
    height: 90px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/get.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 10px;
    display: block;
    cursor: pointer;
    z-index: 11;
}

.video-review {
    height: 300px;
    margin-right: 30px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.video-review .play-btn {
    margin: 100px auto -40px;
}

.video-review iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.img-our-teams-section-v2-gallery {
    width: 100%;
    height: auto;
    margin: 10px 0;
    display: block;
}

.company-milestone-section {
    padding: 40px 0;
}

.company-milestone-section h2.section-headline {
    margin: 0 auto;
}

.milestoneSlider {
    margin-top: 30px;
}

.milestone-slide {
    padding: 30px 50px;
    background: #EDEDED;
    width: calc(100% - 100px);
    height: auto;
}

.year-milestone {
    font-size: 24px;
    text-align: center;
    display: block;
    color: var(--color-primary);
    font-weight: 500;
    margin-bottom: 20px;
}

.year-content,
.year-content p {
    font-size: 16px;
}

.nav-milestone-section {
    position: relative;
    width: 100%;
    height: 100px;
}

.milestone-next {
    width: 48px;
    height: 48px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-right.svg) var(--color-primary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    outline: initial;
}

.milestone-prev {
    width: 48px;
    height: 48px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-right.svg) var(--color-primary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: 12px;
    cursor: pointer;
    outline: initial;
    transform: rotate(180deg);
}

.nav-milestone-section .swiper-pagination-bullet {
    width: 70px !important;
    height: 34.5px !important;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border-radius: initial !important;
    background: #fff !important;
    opacity: 1 !important;
    padding: 18px 0 17px;
    margin: 0 20px !important;
    position: relative;
}

.text-section .text {
    padding-bottom: 50px;
}

/*.tab-categories-list-lists .swiper-pagination-bullet{
    width: 15px !important;
    height: auto !important;
    margin: 0 5px !important;
    padding: 5px 10px !important;
}*/

/*.nav-wr .swiper-pagination-bullet{
    width: 15px !important;
    height: auto !important;
    margin: 0 3px !important;
    padding: 5px 10px !important;
}*/

.company-milestone-section .swiper-pagination {
    top: 0 !important;
    left: 50px !important;
    width: calc(100% - 100px) !important;
    transform: translateX(0%) !important;
}

.company-milestone-section .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.company-milestone-section .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.company-milestone-section .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1) translateX(0px) !important;
}

.company-milestone-section .swiper-pagination:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 4px;
    background: #EDEDED;
    top: 34px;
}

.company-milestone-section .swiper-pagination-bullet-active {
    background: var(--color-primary) !important;
    color: #fff;
}

.charity-section {
    padding: 50px 0 60px;
}

.charity-section .description-certification-patents {
    width: 80%;
}

.charity-section .big-text-about {
    color: var(--color-primary);
}

.charity-section .info-description-about {
    color: #000;
}

.img-charity {
    width: 100%;
    height: auto;
}

.charity-section .row-3 {
    margin-top: 50px;
}

.ourTeamSlider-prev {
    width: 48px;
    height: 48px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-right.svg) var(--color-primary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: calc(50% - 28px);
    cursor: pointer;
    outline: initial;
    transform: rotate(180deg);
    z-index: 2;
}

.ourTeamSlider-next {
    width: 48px;
    height: 48px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-right.svg) var(--color-primary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: calc(50% - 28px);
    cursor: pointer;
    outline: initial;
    z-index: 2;
}

.new-block-1,
.new-block-2,
.new-block-3,
.new-block-4,
.new-block-5,
.new-block-6 {
    padding: 40px 0;
}

.new-block-1 .section-headline,
.new-block-2 .section-headline,
.new-block-4 .section-headline,
.new-block-5 .section-headline,
.new-block-6 .section-headline {
    margin: 0 auto 30px;
    display: table;
}

.hover-image-box {
    width: calc(100% - 20px);
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 10px;
    position: relative;
}

.hover-descr {
    width: calc(100% - 20px);
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
    padding: 0 10px;
}

.hover-image-box:hover .hover-descr {
    visibility: visible;
    opacity: 1;
}

.new-block-1-title-img {
    text-align: center;
    display: block;
    margin: 10px 0;
}

.new-block-2-img {
    width: calc(100% - 30px);
    height: 400px;
    margin: 0 0 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.new-block-3-img {
    width: calc(100% - 30px);
    height: 400px;
    margin: 0 auto 0 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.new-block-4-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.new-block-4-text {
    display: block;
    width: calc(100% - 40px);
    margin: 0 0 20px;
}

.new-block-5 .row-2 {
    margin-top: 40px;
}

.new-block-6 .hover-image-box {
    height: 180px;
}

.new-block-6-descr {
    margin: 20px auto 40px;
    text-align: center;
    width: 90%;
    display: block;
}

.new-block-6 .grid-box.row-5,
.new-block-5 .grid-box.row-3,
.new-block-1 .grid-box.row-3 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
}

.header-v5-section {
    min-height: 850px;
}

.button-section .btn-primary {
    margin: 0 auto 20px;
    display: block;
}

.checkout-products-section-v2 .description-checkout-products {
    text-align: left;
    overflow: hidden;
    max-height: 110px;
    transition: max-height 0.25s ease-in;
}

.checkout-products-section-v2 .description-checkout-products.active-read {
    max-height: initial;
    transition: max-height 0.15s ease-out;
}

.read-more {
    margin: -20px 0 0 5%;
    display: block;
    color: var(--color-primary);
    font-weight: bold;
    cursor: pointer;
}

.form-section .wrapper {
    max-width: 1000px;
}

.services-we-can-provide-section .grid-box.row-5 {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "row-1 row-1 row-1 row-2 row-2 row-2"
        "row-3 row-3 row-4 row-4 row-5 row-5";
}

.services-we-can-provide-section .grid-box.row-5 .row-1 {
    grid-area: row-1;
}

.services-we-can-provide-section .grid-box.row-5 .row-2 {
    grid-area: row-2;
}

.services-we-can-provide-section .grid-box.row-5 .row-3 {
    grid-area: row-3;
}

.services-we-can-provide-section .grid-box.row-5 .row-4 {
    grid-area: row-4;
}

.services-we-can-provide-section .grid-box.row-5 .row-5 {
    grid-area: row-5;
}


.header-author {
    display: flex;
}


.header-author .founder-photo {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    margin-right: 40px;
}

.header-author .author-name {
    margin-bottom: 5px;
    margin-top: 30px;
    font-size: 48px;
}

.header-author .author-positon {
    font-weight: 500;
    font-size: 20px;
}

.header-author .social-links-blog {
    margin: 10px 0 0 -5px;
}


.author-section-page .intro-founder {
    width: 90%;
}

.author-section-page {
    padding: 50px 0 80px;
}

.author-section-page .intro-founder,
.author-section-page .intro-founder p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 20px 0 0 0;
    height: auto;
    overflow: initial;
}

.author-section-page .row-2-1 {
    margin-left: 230px;
}

.author-section-page .row-2-1 .row:nth-child(2) {
    padding: 0px 0 0 50px;
    margin-top: -160px;
    border-left: 1px solid #aaa;
}

.icon-author-info-box {
    width: 30px;
    height: 30px;
    background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    margin-bottom: -5px;
}

.title-author-info-box {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 0px 10px;
}

.link-profile-author {
    color: #fff;
    display: block;
    margin: 20px 0 0 80px;
}


.description-author-info-box,
.description-author-info-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 0;
}

.description-author-info-box ul {
    padding: 0 0 0 20px;
}


.grid-author-last-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr 1fr;  */
    grid-auto-rows: min-content;
    gap: 0px 0px;
    grid-template-areas:
        "row-1 row-1 row-1"
        "row-2 row-3 row-4"
        "row-5 row-6 row-7";
}

.grid-author-last-posts .row-1 {
    grid-area: row-1;
    display: table;
}

.grid-author-last-posts .row-2 {
    grid-area: row-2;
}

.grid-author-last-posts .row-3 {
    grid-area: row-3;
}

.grid-author-last-posts .row-4 {
    grid-area: row-4;
}

.grid-author-last-posts .row-5 {
    grid-area: row-5;
}

.grid-author-last-posts .row-6 {
    grid-area: row-6;
}

.grid-author-last-posts .row-7 {
    grid-area: row-7;
}

.grid-author-last-posts .row-1 .image-post {
    height: 450px;
    width: calc(100% - 390px);
    float: left;
}

.grid-author-last-posts .row-1 .post-info {
    background: #fff;
    padding: 10px 10px 10px 20px;
    float: left;
    width: 360px;
}

.grid-author-last-posts .row-post {
    margin: 0 10px 20px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.author-last-posts-section {
    padding: 40px 0 80px;
}

.author-last-posts-section .section-headline {
    margin: 0 0 30px 10px;
}

.author-last-posts-section .section-headline:before {
    display: none;
}

.author-last-posts-section .post-info .post-title:hover {
    color: var(--color-primary);
}

.author-last-posts-section .post-info .post-description {
    overflow: hidden;
    max-height: 110px;
}

.cart-icon {
    width: 30px;
    height: 30px;
    background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: right;
    margin: 35px 0 0 20px;
    cursor: pointer;
}

/*.single-product .quantity{
    visibility: hidden;opacity: 0;
    position: absolute;
}*/

.single-product .qib-button-wrapper {
    margin: 15px 10px 0 0;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 25px !important;
    padding: 6px 12px 8px;
    text-align: center;
    background: initial !important;
    border: 1px solid #dcdcdc !important;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 50px !important;
}

.single_add_to_cart_button {
    margin-left: 20px !important;
}


.single_add_to_cart_button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    border-radius: 60px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--primary-font) !important;
    padding: 23px 30px !important;
    border: initial;
    outline: initial !important;
    ;
    position: relative !important;
    ;
    cursor: pointer !important;
    ;
    transition: all 0.3s !important;
    ;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left !important;
}

.single_add_to_cart_button:hover {
    border: 2px solid #fff !important;
    background: var(--color-theme) !important;
    color: #fff !important;
}

.single-product form.cart {
    float: left;
    margin-right: 20px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 20px 0 0 !important;
}

.single-product .woocommerce-notices-wrapper {
    background: #ededed;
}

.woocommerce-message {
    width: calc(100% - 40px) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    position: relative !important;
    padding: 20px 0 !important;
    background: initial !important;
}

.woocommerce-message::before {
    display: none !important;
}


#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 150px !important;
    box-shadow: none;
    margin: 0 20px 0 auto;
    display: block;
}

.woocommerce-cart-form .product-name {
    width: 50%;
}

.woocommerce-cart-form .product-thumbnail {
    width: 22%;
}

.send-enquiry-cart {
    margin: 0 auto;
    display: block;
}

.woocommerce-checkout .feature-article-section {
    display: none;
}

.woocommerce-checkout.woocommerce-order-received .feature-article-section {
    display: block;
}

.related .product_type_simple {
    display: none !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: initial !important;
    padding: 5px 0 !important;
    height: auto !important;
}

.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading {
    display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: initial !important;
    border-radius: 0 !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: calc(100% - 6px) !important;
    padding: 3px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: initial !important;
    width: 100% !important;
}


.founder-photo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: 60% !important;
}

.text-section .section-headline {
    margin-bottom: 30px !important;
}

.header_getaquote {
    color: #FFF;
    background: var(--color-primary);
    padding: 10px;
    width: 150px;
    display: inline-block;
    margin-top: 28px !important;
    border-radius: 20px;
    text-align: center;
    border: 2px solid var(--color-primary) !important;
    box-sizing: border-box;
}

.header_getaquote:hover {
    border: 2px solid #fff !important;
    background: var(--color-theme) !important;
    color: #fff !important;

    transition: none !important;
}


@media(max-width: 800px) {

    .cart-icon {
        cursor: pointer;
        position: absolute;
        right: 50px;
        top: 22px;
        margin: 0;
    }

    .cart-items-count {
        top: -10px;
    }

    .header_getaquote {
        font-size: 12px;
        padding: 7px 14px;
        width: auto;
        position: absolute;
        right: 100px;
        margin: 0 !important;
        top: 20px;
    }

    .pum-theme-lightbox .pum-container td,
    .pum-theme-lightbox .pum-container table {
        display: block;
        width: 100% !important;
    }

    .about-section .row-4 {
        width: 100%;
        margin: 0 auto;
    }

    .grid-author-last-posts {
        display: block;
    }

    .grid-author-last-posts .post-info {
        padding-bottom: 10px;
    }

    .pum-container p,
    .pum-container li {
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0;
        font-weight: 400;
    }

    .pum-container .wpforms-container {
        width: 100%;
        display: table;
        margin: 0;
    }

    .pum-container h2:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 44px;
        height: 44px;
        margin: 0 10px -10px 0;
    }

    .pum-theme-lightbox .pum-container td:nth-child(2) {
        padding: 20px 20px 20px 20px;
    }

    .pum-container .pum-close.popmake-close {
        filter: invert(1);
    }

    .grid-author-last-posts .row-1 .image-post {
        height: 200px;
        width: 100%;
        float: initial;
    }

    .header-author .founder-photo {
        width: 120px;
        height: 120px;
        border-radius: 100%;
        display: block;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
        margin-right: 20px;
    }

    .header-author .author-name {
        margin-bottom: 5px;
        margin-top: -4px;
        font-size: 32px;
    }

    .author-section-page .row-2-1 {
        margin-left: 0px;
    }

    .author-section-page .intro-founder {
        width: 100%;
    }

    .author-section-page .row-2-1 .row:nth-child(2) {
        padding: 0px 0 0 0px;
        margin-top: 40px;
        border-left: initial;
    }

    .author-last-posts-section {
        padding: 0px 0 80px;
    }

    .grid-author-last-posts .row-1 .post-info {
        background: #fff;
        padding: 0;
        float: initial;
        width: auto;
    }

    .author-last-posts-section .post-info .post-description {
        overflow: hidden;
        max-height: 60px;
    }

    h1.section-headline,
    h1.section-headline p {
        font-size: 54px;
        line-height: 60px;
    }

    .header-v5-section {
        min-height: initial;
    }

    .grid-review-slider-v2 .slide-review-2 {
        transform: scale(1);
    }

    .new-block-2-img {
        width: 100%;
        height: 320px;
    }

    .hover-image-box {
        height: 240px;
    }

    .new-block-3-img {
        width: 100%;
        height: 320px;
    }

    .new-block-3 .row:nth-child(1) {
        order: 2;
    }

    .new-block-6 .grid-box.row-5 {
        grid-template-columns: 1fr;
    }

    .hover-descr {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        visibility: hidden;
        text-align: center;
        opacity: 0;
        transition: all 0.3s;
    }

    .new-block-1,
    .new-block-2,
    .new-block-3,
    .new-block-4,
    .new-block-5,
    .new-block-6 {
        padding: 20px 0;
    }

    .new-block-6-descr {
        width: 100%;
    }

    .new-block-4-text {
        width: 100%;
        margin: 0 0 20px;
    }

    .new-block-3 .row:nth-child(2) {
        order: 1;
    }

    .social-links-blog {
        margin-left: 0px;
    }

    .close-popup-form {
        position: fixed;
        width: 20px;
        height: 20px;
        background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/close-popup-form.svg) #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

    .form-popup .grid-box .row:nth-child(2) {
        padding: 40px 20px 40px;
    }

    .customer-case-image {
        width: 100%;
        height: 300px;
        margin: 30px 0 20px 0;
    }

    .customer-case-section .row:nth-child(2) {
        padding-left: 0;
        order: 1;
    }

    .customer-case-section .row:nth-child(1) {
        order: 2;
    }

    .description-certification-patents {
        width: 100%;
    }

    .form-section .founder-photo {
        width: 100%;
        margin: 30px 0 0 auto;
    }

    .founder-intro {
        width: 100%;
        margin: 20px 0 0 auto;
    }

    .certification-patents-section .row-4,
    .charity-info {
        grid-template-columns: 1fr 1fr !important;
    }

    .single .header-v4-section {
        height: auto;
        min-height: 280px;
        padding: 30px 0;
    }

    .company-milestone-section .swiper-pagination {
        top: 20px;
    }

    .company-milestone-section .swiper-pagination:before {
        content: "";
        top: 15px;
    }

    .swiper-pagination-bullet {
        width: 40px !important;
        height: 26px !important;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        border-radius: initial !important;
        background: #fff !important;
        opacity: 1 !important;
        padding: 5px 0 0px;
        margin: 0 5px !important;
        position: relative;
    }

    .blog-inquiry-form {
        position: relative;
        right: initial;
        top: initial;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .blog-inquiry-form-section {
        width: calc(100% - 80px);
        padding: 20px;
        position: relative;
        top: initial;
        margin-left: 20px;
        margin-top: 20px;
    }

    .intro-founder {
        width: 100%;
        color: #fff;
        margin-left: 0;
        display: block;
    }

    .widget {
        display: block;
        margin: 10px;
    }

    .our-teams-section-v2 .team-description {
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        display: block;
        line-height: 22px;
    }

    .content-product-feature {
        margin-top: 30px;
        display: block;
        width: 100%;
    }

    .content-product-feature ul {
        padding: 0;
        margin: 40px 20px 0 0px;
    }

    .content-product-feature li {
        display: inline-block;
        position: relative;
        margin: 10px 0;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-left: 20px;
    }

    .charity-section .description-certification-patents {
        width: 100%;
    }

    .product-feature-img {
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }

    .recyclin-box .row {
        width: calc(100% - 60px);
        left: initial;
        top: initial;
        right: initial;
        position: relative;
        bottom: inherit;
        margin-bottom: 20px;
    }

    .recyclin-text {
        display: none;
    }

    .recyclin-box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 50px 0 20px;
    }

    h2.section-headline #typed {
        display: none;
    }

    .review-2-section .review-description,
    .review-2-section .review-description p {
        font-size: 14px;
    }

    .review-slider-section iframe,
    .about-section iframe {
        height: 100%;
    }

    .video-review {
        height: 230px;
        margin-right: 0;
    }

    .review-2-section .review-title {
        font-size: 26px;
    }

    .review-1-section .row-review {
        background: #FFFFFF;
        border: 1px solid #D6D6D6;
        padding: 20px 20px;
        margin: 10px 0;
        display: inline-block;
        box-sizing: border-box;
    }

    .review-1-blocks {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 10px;
        -webkit-column-gap: 10px;
        column-gap: 20px;
        width: 100%;
        height: auto;
    }


    .about-section .video-overlow {
        margin: 0 auto 20px;
        width: 100%;
        height: 230px;
    }

    body {
        zoom: 1;
    }

    .form-popup .grid-box .row:nth-child(1) {
        padding: 100px 20px 20px;
    }

    .form-popup .grid-box,
    .exit-popup .grid-box {
        width: 100%;
        height: auto;
        max-width: 1100px;
        background: #fff;
        position: relative;
        overflow: auto;
        display: block;
        height: 100vh;
    }

    .info-box-section.info-box-section-v2 .row-wrp {
        transition: initial;
    }

    .letter-from-founder-section .grid-box.row-1-2 {
        display: block;
    }

    .letter-from-founder-section .row:nth-child(1) {
        height: 450px;
        margin: 0px;
        width: 100%;
    }

    .letter-from-founder-section .row:nth-child(2),
    .letter-from-founder-section .row:nth-child(2) p {
        font-weight: 400;
        font-size: 14px;
    }

    .letter-from-founder-section .row:nth-child(2) {
        padding: 10px 0 0 0px;
    }

    .popup-video iframe {
        width: 100%;
        height: 30%;
    }

    .review-slider-section .video-overlow,
    .about-section .video-overlow {
        width: 100%;
        height: 260px;
        margin: 0 auto 20px;
    }

    /*.header-v1-section h2.section-headline {
        margin-left: 10px;
    }*/

    .review-slider-section .grid-box.row-2-1 {
        display: block;
    }

    h2.section-headline {
        margin-left: 10px;
    }

    h2.section-headline i {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: -32px;
        bottom: -12px;
    }

    .burger-btn {
        display: block;
        background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/burger-btn.svg);
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center right;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 1;
    }

    .fixed-header-menu {
        width: 100%;
        position: relative;
        background: #171717;
        padding: 0px 0;
        top: 20px;
        height: 0;
        left: initial;
    }

    .menu-item-has-children:hover .fixed-header-menu {
        height: auto;
        padding: 20px 0;
    }

    .fixed-header-menu .row:nth-child(2) {
        padding-left: 20px;
    }

    .title-tab {
        font-weight: 600;
        font-size: 14px;
        padding: 0px 0px 10px 0;
        display: inline-block;
        position: relative;
        margin-bottom: 10px;
        width: 100%;
    }

    .links-menu-block .row-4 {
        grid-template-columns: 1fr;
    }

    .row-3 {
        grid-template-columns: 1fr;
    }

    .row-2 {
        grid-template-columns: 1fr;
    }

    .title-tab.active:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        background: #fff;
        bottom: 0px;
        left: 0;
    }

    .categories-pictures-section .grid-box {
        display: block;
        grid-template-columns: 1fr;
        grid-template-rows: initial;
        gap: 0px 0px;
        grid-template-areas: initial;
    }

    .about-section .row-4 {
        grid-template-columns: 1fr;
    }

    .row-2-1 {
        grid-template-columns: 1fr;
    }

    footer .row-4 {
        grid-template-columns: initial;
        display: block;
    }

    footer .row:nth-child(2) {
        float: left;
        width: 50%;
    }

    footer .row:nth-child(3) {
        float: left;
        width: 50%;
    }

    h2.section-headline,
    h2.section-headline p,
    h2.section-headline strong,
    h2.section-headline p strong {
        font-size: 36px;
        line-height: 38px;
    }

    .header-menu-container {
        display: block;
        position: fixed;
        top: 72px;
        z-index: 1;
        background: #000;
        height: calc(100vh - 72px);
        margin-top: 0;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.3s;
        background: #232323;
        overflow: scroll;
    }

    .active-menu .header-menu-container {
        transform: translateX(0%);
    }

    .header-menu-container .main-menu {
        display: block;
    }

    .header-menu-container .header-menu {
        font-size: 14px;
        font-weight: 500;
        padding: 18px 20px;
        display: block;
    }

    h2.section-headline {
        font-size: 24px !important;
        line-height: 28px !important;
        width: calc(100% - 35px);
        text-align: center;
    }

    .different-table-seection table {
        background: #F8F8F8;
        width: 800px;
        padding: 20px 0;
    }

    .whats-your-bussines-section .row {
        padding: 27px 10px;
        font-size: 16px;
        margin: 10px;
    }

    .services-we-can-provide-section {
        padding: 10px 0 10px;
    }

    .custom-tech-pack-description {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .whats-next .whats-next-hedline {
        font-size: 20px;
    }

    .apparel-production-info-title {
        font-size: 20px;
        margin: 30px 10px 50px;
    }

    .timetable-development .timetable-title,
    .timetable-development .timetable-description {
        font-size: 12px;
    }

    .customized-labels-tags-packaging-section .global-shipping-rows {
        width: 100%;
        margin-left: 0;
    }

    .image-preview-2 {
        width: 100%;
        display: block;
        margin: 15px 0px;
        height: 300px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .timetable-development .timetable-title {
        margin: 20px 0 5px;
    }

    .apparel-production-section .accordion__btn {
        font-size: 20px;
    }

    .global-shipping-rows .row {
        margin: 10px 0;
        width: calc(100% - 40px);
    }

    .timetable-development-blocks {
        width: 100%;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .global-shipping-rows.rows-5 {
        display: block;
    }

    .whats-your-bussines-section {
        padding: 10px 0 20px;
    }

    .services-we-can-provide-section .row {
        height: 250px;
    }

    .services-we-can-provide-section .row .can-provide-title {
        font-size: 18px;
    }

    .quick-access-section {
        display: none;
    }

    .sub-menu {
        position: absolute;
        background: #232323;
        padding: 0;
        width: calc(100% + 40px);
        margin: 20px -20px 0;
        padding: 10px 20px;
        visibility: hidden;
        opacity: 0;
        transition: none;
        background: #2C2C2C;
    }

    /*    .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
    }*/

    .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .active-children .sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
    }

    .header-menu-container .menu-item {
        width: 100%;
        padding: 14px 0;
    }

    .detais-solution,
    .detais-solution p {
        font-weight: 400;
        font-size: 14px;
    }

    .drop-btn {
        display: block;
        width: 35px;
        height: 35px;
        margin: -11px -25px 0 0;
        position: absolute;
        right: 20px;
        top: 20px;
        /* background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/sub-arrow.svg); */
        background-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .search-wr .is-search-icon {
        border: initial;
        margin: 0;
        height: 100%;
        width: 100%;
    }

    /*     .is-form-style button.is-search-submit {
        width: 55px !important;
        height: 49px !important;
        margin: 0px 0 0 -20px !important;
    } */

    .review-slider-v2-section .section-headline {
        margin: 40px 0 20px !important;
        text-align: left !important;
        width: 100% !important;
    }

    .header-v5-section {
        height: auto;
        height: auto;
        padding: 40px 0;
    }

    .header-v5-section img {
        position: relative !important;
    }

    .menu-item-has-children:after {
        display: block;
        width: 35px;
        height: 35px;
        margin: -11px -25px 0 0;
        position: absolute;
        right: 20px;
        top: 20px;
        background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/sub-arrow.svg);
        background-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .custom-product-series-section .row-4 {
        grid-template-columns: 1fr;
    }

    .tab-categories-list-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        padding: 0;
    }

    .active-search .header {
        height: 100vh;
    }

    .search-wr {
        width: 100%;
    }

    .table-wrap {
        width: 100%;
        overflow-x: auto;
        padding: 50px 0;
    }

    /*    h2.section-headline:after {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        right: 10%;
        top: -26px;
    }*/

    .single .feature-article-section {
        display: none;
    }

    .single .buyers-quide-section {
        padding: 30px 0 0;
    }

    /*
    h2.section-headline:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: calc(100% + 20px);
        height: calc(100% + 10px);
        border: 1px dashed #0C0C0C;
        left: -10px;
        top: -10px;
    }*/

    .header-v1-section .header-description,
    .header-v1-section .header-description p {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn-primary {
        font-size: 12px;
        line-height: 20px;
        padding: 14px 30px;
    }

    .single h1.section-headline:before,
    h2.section-headline:before {
        content: "";
        display: inline-block !important;
        position: relative;
        width: 30px;
        height: 30px;
        margin: 0 6px -6px 0 !important;
    }

    .single h1.section-headline {
        width: 100%;
    }

    /*   
    h2.section-headline:after {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        position: absolute;
        background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        left: 10%;
        top: -22px;
    }*/

    .tab-categories-list-head {
        display: block;
        padding: 0;
    }

    .tab-categories-list-title {
        font-weight: 600;
        font-size: 14px;
        padding: 12px 0px;
        margin: 10px 0px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .checkout-products-section .swiper {
        height: auto;
        padding-bottom: 0px;
    }

    .checkout-products-section .nav-wr {
        width: 100%;
        margin-top: 30px;
    }

    .checkout-products-section .nav-wr .swiper-pagination-bullets {
        width: 100% !important;
        max-width: 100%;
    }

    .checkout-products-section .nav-wr .swiper-pagination-bullet {
        float: left;
        width: 5px;
        height: 5px;
        font-size: 16px;
    }

    .popup-form-banner-section-v2 .btn-primary {
        margin: 30px auto 0;
        padding: 12px 30px;
    }

    .popup-form-banner-section-v2 {
        padding: 30px 0 40px;
    }

    .accordion__btn::after {
        content: "";
        width: 38px;
        height: 38px;
        right: 0;
        top: 17px;
    }

    .is-active .accordion__btn::after {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%;
    }

    .checkout-products-section .tab-categories-list-lists {
        margin-top: 0px;
    }

    .our-solution-section h2.section-headline,
    .categories-pictures-section h2.section-headline,
    .different-table-seection h2.section-headline,
    .faq-section h2.section-headline,
    .info-box-section h2.section-headline,
    .about-section h2.section-headline,
    .form-section h2.section-headline,
    .review-slider-section h2.section-headline,
    .photo-wall-section h2.section-headline,
    .our-teams-section h2.section-headline,
    .text-section h2.section-headline,
    .technology-section h2.section-headline,
    .buyers-quide-section h2.section-headline,
    .feature-article-section h2.section-headline,
    .custom-product-series-section h2.section-headline,
    .whats-your-bussines-section h2.section-headline,
    .services-we-can-provide-section h2.section-headline,
    .global-shipping-section h2.section-headline,
    .customized-labels-tags-packaging-section h2.section-headline,
    .apparel-production-section h2.section-headline,
    .sample-development-section h2.section-headline,
    .custom-tech-pack-section h2.section-headline,
    .product-photography-section h2.section-headline {
        margin: 50px auto;
        text-align: center;
        width: 80%;
    }

    .buyers-quide-title {
        font-size: 26px;
    }

    .solution-title {
        font-size: 20px;
    }

    .title-tab-buyers-quide {
        font-weight: 600;
        font-size: 16px;
        color: #000000;
        position: relative;
        padding: 10px 10px 10px 20px;
        margin: 0px 0;
        line-height: 26px;
    }

    .text-content-buyers-quide {
        margin-left: 0;
        display: block;
        width: 100%;
    }

    .title-content-buyers-quide {
        padding-left: 0px;
        font-size: 14px;
    }

    .text-content-buyers-quide,
    .text-content-buyers-quide p {
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        line-height: 26px;
    }

    .text-content-buyers-quide li {
        display: inline-block;
        position: relative;
        margin: 10px 0;
        color: #000;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
    }

    .feature-article-section {
        padding: 10px 0 10px;
    }

    .single h1.section-headline,
    .single h2.section-headline,
    .single h2.section-headline p {
        font-size: 28px;
        line-height: 40px;
    }

    .single-post-header .header-description {
        text-align: left;
        font-size: 14px;
        margin: 30px 0 -30px;
    }

    .table-of-contents-sp {
        font-size: 14px;
    }

    .table-of-contents-headline {
        font-size: 16px;
    }

    .solution-description {
        font-size: 14px;
    }

    .list-text {
        margin-left: 10px;
    }

    .our-solution-section .row {
        padding: 20px 20px;
        margin: 10px;
    }

    .categories-title {
        font-size: 20px;
    }

    .text-image-slider-section .description {
        font-size: 14px;
        display: block;
        width: 100%;
        line-height: 18px;
        margin: 30px 0 20px;
    }

    .twentytwenty-wrapper {
        width: 100%;
        margin: 20px 0 0 auto;
    }

    .accordion-image-section h2.section-headline {
        margin: 50px auto;
    }

    .accordion__btn {
        font-size: 16px;
        padding: 24px 60px 24px 10px;
        align-items: initial;
    }

    .accordion__btn span {
        margin-right: 10px;
    }

    .grid-review-slider-v2 .row:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }

    .grid-review-slider-v2 {
        display: block;
    }

    .grid-review-slider-v2 .row:nth-child(2) {
        width: 110%;
    }

    .review-slider-section {
        padding: 0px 0 0px;
        overflow: hidden;
    }

    .swiper-pagination-production {
        width: calc(100% - 62px) !important;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .slide-review-2 .review-text,
    .slide-review-2 .review-text p {
        font-weight: 600;
        font-size: 18px !important;
        height: auto;
        margin: 20px 0 10px;
        line-height: 22px !important;
    }

    .slide-review-2 .review-text {
        height: 222px;
        overflow: hidden;
    }

    .grid-review-slider-v2 .slide-review-2 {
        padding: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }

    .accordion__inner,
    .accordion__inner p {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400;
        font-size: 14px;
        font-family: var(--primary-font);
    }

    .accordion__inner {
        padding: 5px 10px 5px 35px;
    }

    .accordion-image-section img {
        width: 100%;
        margin: 20px auto 20px;
        display: block;
    }

    .about-section .description {
        font-weight: 400;
        font-size: 12px;
        display: block;
        margin: -10px auto 0;
        width: 90%;
        text-align: center;
    }

    .about-section iframe {
        width: 100%;
        margin: 20px auto;
        display: block;
        height: 400px;
    }

    .logo-about {
        width: 100px;
        height: 100px;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% !important;
        margin: 10px 15px;
    }

    .info-description-about {
        font-weight: 400;
        font-size: 12px;
        margin: 0 0 10px;
        width: 100%;
        line-height: 18px;
    }

    .big-text-about {
        font-weight: 800;
        font-size: 36px;
        display: block;
        margin: 10px 0;
    }

    .form-section .wpforms-container {
        width: 100%;
        margin: 0 auto;
    }

    .field-small {
        width: 100% !important;
        clear: initial !important;
        float: left !important;
        margin-right: 0px !important;
    }

    .field-small+.field-small {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .popup-form-banner-section {
        background-repeat: no-repeat !important;
        background-position: right top !important;
        background-size: cover !important;
    }

    .popup-form-banner-section .row:nth-child(1) {
        position: relative;
        z-index: 1;
    }

    .popup-form-banner-section .row:nth-child(2) {
        width: calc(100% + 40px);
        height: 100%;
        position: absolute;
        /*         background: linear-gradient(179deg, #000000 14.79%, rgba(0, 0, 0, 0) 100%); */
        padding: 0;
        margin: 0 0 0 -20px;
    }

    .popup-form-banner-section .row {
        padding: 20px 0 40px;
    }

    footer .widget h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .widget::marker {
        display: none;
    }

    .logo-slide {
        background-size: 100px !important;
    }

    .header {
        height: 72px;
    }

    .header .logo {
        width: 80px;
        height: 45px;
        float: left;
        margin: 12px auto 0;
        display: block;
        background-size: 100% !important;
    }

    .search-btn {
        width: 20px;
        height: 20px;
        float: initial;
        margin: 0;
        position: relative;
        top: initial;
        right: initial;
        margin: 0 0 0 20px;
    }

    .search-close-back {
        display: none !important;
    }

    body {
        padding: 72px 0 0;
    }

    /* .header-v1-section, .header-v2-section {
        padding-top: 50px;
    }*/

    .review-slider-section .slider-review iframe {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .review-text {
        height: auto;
        max-height: initial;
    }

    .review-text,
    .review-text p {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.02em;
        margin: 20px 0;
    }

    .review-slider-section .swiper-horizontal>.swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        right: 0;
        bottom: 0px;
        z-index: 50;
        height: 5px;
        width: 100%;
        left: initial !important;
    }

    .slider-review {
        padding-bottom: 20px !important;
        height: auto;
    }

    .popup-form-banner-section h2.section-headline:before {
        border: 1px dashed #fff;
    }

    .popup-form-banner-section h2.section-headline:after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        left: -24px;
        bottom: -26px;
        top: initial;
    }

    .info-box-num {
        font-size: 28px;
    }

    .info-box-title {
        font-size: 18px;
        margin: 15px 0 15px;
    }

    .review-text p:nth-child(1) {
        height: auto;
    }

    .info-box-description {
        font-size: 14px;
        line-height: 26px;
    }

    .cop {
        font-size: 12px;
        padding: 20px 0 0;
        margin-top: 20px;
    }

    .cop p {
        font-size: 12px;
    }

    .popup-form-banner-section .section-headline {
        color: #FFFFFF;
        width: 90%;
        text-align: center;
    }

    .popup-form-banner-section .btn-primary {
        margin-top: initial;
        margin: 12px auto 0;
        display: block;
    }

    footer .widget_nav_menu .menu-item {
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        display: block;
        margin: 12px 0;
        line-height: 16px;
    }

    .social-icons {
        display: flex;
        margin-bottom: 20px;
    }

    footer {
        padding: 30px 0 50px;
    }

    .slider-photo-wall .swiper-slide {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .photo-wall-section .swiper-slide .wall-photo-1,
    .photo-wall-section .swiper-slide .wall-photo-2 {
        height: 300px !important;
    }

    .faq-section {
        padding: 30px 0 50px;
    }

    .different-table-seection table td {
        font-size: 18px;
        padding: 20px;
    }

    .different-table-seection table th {
        font-size: 20px;
        padding: 20px;
    }

    .customized-labels-tags-packaging-section .global-shipping-rows,
    .global-shipping-rows {
        display: table;
        grid-template-areas: initial;
        margin: 50px 0;
    }

    .gallery-photography-product {
        margin: 40px 0;
        display: grid;
        grid-template-columns: 1fr;
    }

    .gallery-photography-product .row {
        position: relative;
        width: 100%;
    }

    .gallery-photography-product .row:nth-child(1) {
        order: 3;
    }

    .gallery-photography-product .row:nth-child(2) {
        order: 1;
    }

    .gallery-photography-product .row:nth-child(3) {
        order: 2;
    }

    .image-preview {
        width: 100%;
        display: block;
        height: 300px;
        margin: 5px 0px;
    }

    .photographyProdSlider {
        height: 120px;
        padding: 0px 0px 0 0 !important;
        width: calc(100vw - 50px);
    }

    .photographyProdSlider-prev {
        filter: invert(1);
        transform: rotate(90deg);
        background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-down.svg);
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        margin: 40px 0 0 0px;
        position: absolute;
        left: -20px;
    }

    .custom-product-series-section {
        padding: 30px 0 50px;
    }

    .photographyProdSlider-next {
        filter: invert(1);
        background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/arrow-down.svg);
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        margin: -80px 0 0 0px;
        transform: rotate(270deg);
        position: absolute;
        right: -20px;
    }

    .image-nav {
        width: 95px;
        height: 95px;
        margin: 0px auto 20px;
    }

    .header-v2-section .header-description,
    .header-v2-section .header-description p {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        text-align: center;
        margin: 20px auto 10px;
    }

    .feature-article-section .row-4 {
        grid-template-columns: 1fr;
    }

    .custom-product-series-wr {
        display: block;
        width: 100%;
        height: auto;
    }

    .tab-custom-product {
        display: inline-block;
        font-size: 14px;
        padding: 10px 10px 10px 0px;
    }

    .custom-product-series-section .slider-product-wr {
        width: 100%;
    }

    .nav-custom-product {
        width: 100%;
        margin-bottom: 20px;
    }

    .custom-product-series-section .slider-product-wr .swiper {
        width: 100%;
        overflow: hidden;
        height: 330px;
    }

    /*.nav-wr .swiper-pagination-bullets {
        display: table;
        float: left;
        width: calc(100% - 80px) !important;
        margin: 0 10px;
    }*/


    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(1) translateX(-76px) !important;
    }

    .header-v3-section .wrapper>div,
    .header-v4-section .wrapper>div {
        width: 100% !important;
    }

    .header-v4-section .header-description {
        margin: 20px 0 10px;
    }

    .header-v4-section .btn-primary {
        margin: 30px auto -30px;
        display: block;
    }

    .nav-wr .swiper-pagination-bullet {
        margin-bottom: 5px !important;
    }

    .product-feature-section .row:nth-child(1) {
        order: 2;
    }

    .product-feature-section .row:nth-child(2) {
        order: 1;
    }

    .technology-section .wrapper {
        display: block;
    }

    .technology-pagination-wrap {
        width: 100% !important;
        display: block;
    }

    .technology-black .swiper-pagination-bullet,
    .technology-white .swiper-pagination-bullet {
        display: inline-block;
        font-size: 14px;
        padding: 20px 15px 20px 0;
        width: auto !important;
        background: initial;
        height: auto !important;
        position: relative;
    }

    .slider-technology-black,
    .slider-technology-white {
        width: 100%;
        overflow: hidden;
        height: 200px;
    }

    .technology-image {
        width: 100%;
        height: 100%;
    }

    .header-v4-section,
    .header-v3-section {
        height: 280px;
    }

    /* .header-v4-section .section-headline:before, .header-v3-section .section-headline:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border: 1px dashed #fff;
        left: -10px;
        top: -10px;
    }

    .header-v4-section .section-headline:after, .header-v3-section .section-headline:after {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        position: absolute;
        background: url(https://www.drillrigy.com/wp-content/themes/hongyu/img/scissors-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        transform: rotate(45deg) scale(1.3);
        left: 5%;
        top: -22px;
    }*/

    .title-global-shipping {
        font-size: 18px;
    }

    .custom-tech-pack-section .next-product,
    .custom-tech-pack-section .prev-product {
        width: 36px;
        height: 36px;
    }

    .slider-custom-tech .swiper-pagination-production {
        width: calc(100% - 72px) !important;
        margin-top: 36px;
        margin-bottom: 30px;
    }

    .slider-custom-tech .row .info-box-title {
        height: auto;
    }

    .custom-tech-pack-section .btn-primary {
        margin: 0px auto 0;
    }

    .text-section p {
        font-size: 14px;
        line-height: 18px;
    }

    .our-teams-section .content-grid-box p {
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        line-height: 18px;
    }

    .our-teams-section-v2 .team-grid-box .row {
        height: auto;
        margin: 15px 0px;
    }

    .our-teams-section-v2 .content-grid-box {
        margin-bottom: 20px;
    }

    .header-v4-section .section-headline,
    .header-v3-section .section-headline {
        text-align: center;
    }

    .categories-pictures-section .row {
        margin: 10px 0;
        position: relative;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 250px !important;
        transition: all 0.3s;
    }


}