/*
Theme Name:         DV Template
Theme URI:          https://dv.com
Author:             DV team
Author URI:         https://dv.com
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout
Text Domain:        DemoTheme
Domain Path:        /languages/
*/

/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/


/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a,
button,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover,
a:active,
a:focus,
div:hover,
div:active,
div:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
li:hover,
li:active,
li:focus,
button:hover,
button:active,
button:focus,
img:focus {
    outline: 0 !important;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    box-sizing: border-box;
}

body {
    font-size: 17.5px;
    line-height: 1.485;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    background: #F3F0EB;
    color: #033049;
}

img {
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear {
    clear: both;
    float: none;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix::after {
    clear: both;
}

.hidden {
    display: none !important;
}
.item-slider-hidden {
	overflow: hidden;
	opacity: 0;
}

.container {
    max-width: 1546px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* ==========================================================================
   Header
   ========================================================================== */

/* Main Navigation
   ========================================================================== */
.dv-flex {
    display: flex;
}
.show-txt-mb {
	display: none;
}
.text-center {
    text-align: center;
}

.header-logo {
    text-align: center;
    position: relative;
    padding: 22px 0;
    z-index: 2;
    transition: all .5s ease;
    border-bottom: 2px solid #033049;
}

.dv-toggle-menu {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px solid #033049;
    width: 116px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header {
    background: #F3F0EB;
    position: relative;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.main-header.dv-hidden {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.header-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 103px;
    background: #033049;
    display: none;
/*     height: 100vh; */
    height: calc(100vh - 103px);
    z-index: 1;
/*     padding-top: 100px; */
    padding-top: 10px;
	
}

.main-header.fixed-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.header-menu li a {
    font-size: clamp(25px, 3.125vw, 60px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
}

.header-menu li a:hover {
    color: #C13130;
}

.header-menu li.current-menu-item a,
.header-menu li a:hover {
    font-family: 'Learning Curve Alt G';
    color: #C13130;
    font-size: clamp(45px, 4.844vw, 93px);
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-header .container {
    max-width: 100%;
    padding: 0;
}

.header-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.header-menu .dv-main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-logo .logo img.logo-white,
.menu-icon-white,
.main-header.active .logo-dark,
.main-header.active .menu-icon-dark {
    display: none;
}

.main-header.active .header-logo .logo .logo-white,
.main-header.active .menu-icon-white {
    display: block;
    margin: 0 auto;
}

.main-header.active .header-logo,
.main-header.active .dv-toggle-menu {
/*    border-color: #F3F0EB;*/
}

.header-logo .logo img {
    max-width: 245px;
    display: block;
    margin: 0 auto;
}

.dv-toggle-menu img {
    max-width: 42px;
}

.banner-home h1 {
    font-size: clamp(30px, 3.906vw, 75px);
    color: #F3F0EB;
    margin: 2.24vw 0 0;
}

.banner-home .banner-content {
    gap: 17px;
    justify-content: center;
    padding-top: 117px;
}

.banner-home .thumb img {
    max-width: 417px;
}

.banner-image {
    display: flex;
    align-items: center;
}

.banner-image {
    height: 79.427vw;
}

.truck-embrace {
    height: 80.427vw;
}

.scroll-down {
    margin-top: 4.427vw;
}

.footer-col-menu h3 {
    font-size: 17.5px;
    line-height: 1.48;
    margin: 0 0 17px;
}

.main-footer .container {
    max-width: 1100px;
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li a {
    font-size: 17.5px;
    font-weight: 600;
    color: #033049;
    line-height: 1.14;
}

.footer-col {
    width: 25.5%;
}

.footer-col4 {
    width: 37.5%;
}

.footer-top {
    padding: 56px 0 50px;
    border-top: 2px solid #033049;
    border-bottom: 2px solid #033049;
}

.main-footer p,
.footer-bottom ul li a {
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.48;
    color: #033049;
}


.ft-follow ul {
    display: flex;
    gap: 4.7px;
}

.footer-col-menu li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-col1 h3 {
    margin: 0 0 4px;
}

.footer-col2 {
    width: 22%;
}

.footer-col3 {
    width: 17%;
}

.footer-col-email-signup h3 {
    margin: -2px 0 17px;
    font-size: 17.5px;
}

.footer-col-email-signup p {
    max-width: 305px;
}

.footer-top .inner.dv-flex {
    padding-left: 40px;
}

.dv-subscribe-form input {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 27px;
    border: 3px solid #033049;
    border-radius: 999px;
    width: 100%;
    max-width: 221px;
    color: #033049;
}

.dv-subscribe-form input::placeholder {
    color: #033049;
    opacity: 1;
}

.dv-subscribe-form input::-ms-input-placeholder {
    color: #033049;
}

.dv-subscribe-form button {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 17.5px;
    color: #fff;
    background: #C13130;
    border-radius: 999px;
    border: none;
    padding: 7px 21px;
    width: 113px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.dv-subscribe-form button:hover {
    box-shadow: 0px 4px 2px #B5B3AF;
}

.dv-subscribe-form form,
.mc4wp-form-fields {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.mc4wp-form-fields {
    flex-wrap: nowrap;
}

.mc4wp-response {
    width: 100%;
}

.footer-bottom .inner {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 993px;
    margin: 0 auto;
}

.footer-links ul {
    display: flex;
    align-items: center;
    gap: 27px;
}

.main-footer .copyright {
    margin: 17px 0 0;
}

.footer-bottom {
    padding: 35px 0 84px;
}

.footer-col1 .ft-follow {
    padding-left: 29px;
}

.footer-links {
    padding-bottom: 19px;
}

.footer-col1 .logo-truck {
    margin-left: -29px;
    margin-top: 36px;
	max-width: 163px;
}

a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

a:hover,
.footer-col li a:hover,
.footer-bottom ul li a:hover {
    color: #C13130;
}

.content-text .container {
    max-width: 48.125vw;
}

.content-center {
    text-align: center;
}

.dv-title p,
.packages-slide-head h3 {
    font-size: clamp(17.5px, 3.125vw, 60px);
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
}

.dv-text-style {
    font-size: clamp(30px, 5.208vw, 100px);
    color: #C13130;
    font-family: 'Learning Curve Alt G';
    font-weight: 100;
    line-height: 0.5;
}

.dv-text-uppercase {
    font-size: clamp(25px, 4.688vw, 90px);
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 0.5;
    font-family: 'TAYBirdie';
    /*text-decoration: underline;
    text-decoration-color: #C13130;
    text-decoration-thickness: 2px;
    text-underline-offset: 14px;*/
    position: relative;
/*    display: inline-block;*/
    cursor: pointer;
}

.dv-text-uppercase:after {
    content: '';
    position: absolute;
    left: 0;
/*    bottom: -24px;*/
    bottom: -0.7vw;
    height: 4px;
    width: 0;
    background: #C13130;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.scroll-underline.active:after{
    width: 100%;
}

.content-text {
    padding: 5.521vw 0 6.823vw;
}

.home-section4 .dv-text-style:after {
    display: none;
}

.high-span:after,
.humans-span:after {
    bottom: -0.1vw;
}

.dv-text-link {
    font-size: clamp(8px, 0.911vw, 17.5px);
    color: #F3F0EB;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.dv-text-link-dark {
    color: #033049;
}

.content-inner p {
    font-size: clamp(10px,  1.172vw, 22.5px);
    line-height: 1.333;
}

.content-img-text-dark .content-inner p {
    color: #F3F0EB;
}

.content-img-text-light .content-inner p {
    color: #033049;
}

.content-img-text-layout {
    height: 57.813vw;
    border-top: 2px solid #033049;
    border-bottom: 2px solid #033049;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.content-img-text-right {
    background-position: center left;
    background-size: 50% 100%;
}

.content-img-text-left {
    background-position: center right;
    background-size: 50% 100%;
}

.content-img-text-right .content-img-text {
    margin-left: auto;
}

.content-img-text-left .content-img-text {
    margin-right: auto;
}
.home .content-img-text-left .content-img-text {
	border-right: 2px solid #033049;
}
.content-img-text-layout:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: #033049;
}

.content-img-text {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-img-text .inner {
    max-width: 640px;
    padding: 0 40px;
}

.content-img-text .dv-text-link {
    margin-top: 70px;
}

.dv-text-link .circle-icon,
.dv-text-link .triangle-icon path {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.dv-text-link:hover .circle-icon {
    fill: #fff;
}

.dv-text-link:hover .triangle-icon path {
    fill: #033049;
}

.dv-text-link:hover {
    color:  #F3F0EB;
}

.dv-text-link-dark:hover {
    color: #033049;
}

.dv-text-link-dark:hover .triangle-icon path {
    fill: #F3F0EB;
}

.dv-text-link-dark:hover .circle-icon {
    fill: #033049;
}

.welcome-sign:after,
.work-section:after {
    display: none;
}

.welcome-sign .content-img-text .inner {
    padding-top: 71px;
}

.home-section4 .container {
    max-width: 1055px;
}

.home-section4 {
    padding: 21.927vw 0 68px;
}

.dv-title p:not(:last-child) {
    margin-bottom: 3.906vw;
}

.text-right {
    text-align: right;
}

.icon.text-right {
    padding-right: 64px;
}

.icon.text-right.scroll-underline.active .logo-original {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.logo-original,
.icon.text-right.scroll-underline.active .logo-fade {
    opacity: 0;
    visibility: hidden;
    width: 0;
}

.content-opacity p {
     opacity: 0.4;
    transition: opacity 0.5s ease-in-out;
}

.content-opacity p.visible {
    opacity: 1;
}

.home-section2 .icon {
    margin-bottom: 32px;
}

.home-section2 .icon img {
    max-width: 139px;
}

.home-section2 .inner {
    max-width: 46vw;
    margin: 0 auto;
}

.banner-image-center .banner-content {
    text-align: center;
}

.banner-image .banner-content {
    max-width: 1000px;
    margin: 0 auto;
}

.banner-home .banner-content .thumb img {
    position: relative;
    left: 16px;
    width: 22vw;
}

.banner-image .banner-title {
    font-size: clamp(55px, 9.375vw, 180px);
    color: #F3F0EB;
    font-family: 'TAYBirdie';
    font-weight: 400;
    line-height: 0.89;
    margin: 8.2vw auto 0;
    text-transform: uppercase;
}

.banner-image .banner-des {
    font-size: clamp(15px, 2.083vw, 40px);
    color: #F3F0EB;
    line-height: 1.25;
    font-weight: 700;
    margin: 34px 0 5.208vw;
}

.banner-home,
.home-section4 {
    border-bottom: 2px solid #033049;
}

.btn-style {
    font-size: clamp(8px, 0.911vw, 17.5px);
    font-weight: 700;
    color: #F3F0EB;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    position: relative;
    text-align: center;
    background: #C13130;
    display: inline-block;
    padding: 7px 3.229vw 7px 2.76vw;
    border-radius: 999px;
    max-width: max-content;
    width: 100%;
}

.banner-image .btn-style {
    max-width: 250px;
}

.truck-embrace .banner-title {
    line-height: 0.9167;
    padding-bottom: 9px;
}

.btn-style img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
}

.btn-style:hover {
    box-shadow: -2px 6px 0 #B5B3AF;
    color: #F3F0EB;
}

.content-img-text-dark {
    background-color: #033049;
}

.content-img-text-light {
    background-color: #F3F0EB;
}

.content-img-text .dv-title {
    padding-bottom: 9px;
}

.delivery-section .content-img-text .inner {
    max-width: 656px;
    padding-top: 82px;
}

.work-section {
    border-top: none;
}

.work-section .content-img-text .inner {
    max-width: 660px;
}

.work-section .dv-title p {
    line-height: 1.08;
}

.work-section .dv-title p {
    margin-bottom: 0;
}

.scrolling-text h3 {
    display: inline-block;
    font-size: clamp(100px, 14.323vw, 275px);
    font-family: 'TAYBirdie';
    color: #C13130;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
    line-height: 0.8;
}

.scrolling-text-wrap {
    overflow: hidden;
}

.dv-des p {
    font-size: clamp(15px, 2.083vw, 40px);
    line-height: 1.25;
    margin: 39px 0 40px;
    font-weight: 700;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 60px 0 0;
}

.contact-info li,
.contact-info a {
    color: #033049;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-info li:not(:last-child) {
    margin-bottom: 9px;
}

.contact-page .content-text {
    padding: 26.65vw 0 25vw;
    height: 78.8vw;
}

.contact-page .dv-des p {
    letter-spacing: 0.015em;
}
.scrolling-text1.active {
    animation: scrollText 10s linear infinite;
}

.scrolling-text2.active {
    animation: scrollText2 10s linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollText2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
/*         transform: translateX(100%); */
        transform: translateX(0%);
    }
}

.swiper-btn:after {
    display: none;
}

.the-goods-item .inner {
    border: 3px solid #C13130;
    border-radius: 15px;
    box-shadow: -10px 10px 0 rgb(0 0 0 / 25%);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.container-left {
    padding-left: calc(50vw - 672px);
}

.the-goods-item {
    padding: 0 0 10px 10px;
    max-height: 526px
}

.the-goods-item .slide-text {
    width: 57.3%;
    padding: 100px 60px 70px 73px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide-content {
    min-height: 16.198vw;
}

.the-goods-item .slide-image {
    width: 42.7%;
    border-left: 3px solid #c13130;
}

.the-goods-item .slide-image img {
    border-radius: 0 15px 12px 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
	aspect-ratio: 1 / 0.8;
}

.slide-text h3 {
    font-size: clamp(17.5px, 3.125vw, 60px);
    line-height: 1.083;
    margin: 0 0 0;
}

.slide-text p {
    font-size: clamp(10px, 1.172vw, 22.5px);
    color: #C13130;
    line-height: 1.33;
    margin: 35px 0 0;
    max-width: 580px;
}

.slide-image .thumb {
    height: 100%;
}

.the-goods {
    padding: 102px 0 108px;
}

.the-goods-slide-wrap {
    padding: 8.385vw 0 0;
}

.brands-section {
    background: #033049;
    padding: 69px 0 43px;
}

.brand-all a {
    color: #F3F0EB;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

.brand-all a:hover {
    color: #C13130;
}

.title-section {
    font-size: clamp(15px, 2.083vw, 40px);
    line-height: 1.25;
    margin: 0;
}

.brands-section .title-section {
    color: #F3F0EB;
}

.brands-list {
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1003px;
    margin: 32px auto 24px;
	flex-wrap: wrap;
}
.brands-list .brand-img:nth-child(n+5),
.brands-list a:nth-child(n+5) {
    display: none;
}

.truck-dog .btn-style {
    max-width: 21.667vw;
}

.truck-dog .banner-content {
    max-width: 715px;
    padding-bottom: 47px;
}

.truck-dog .banner-des {
    padding-bottom: 3px;
}

.truck-dog .container {
    margin: 0;
    padding-left: calc(50vw - 760px);
}

.truck-dog .banner-title {
    margin-left: -20px;
    margin-top: 0;
}

.faqs-section .title-section {
    font-size: clamp(55px, 14.323vw, 275px);
    text-align: center;
    color: #C13130;
    font-family: 'TAYBirdie';
    font-weight: 400;
}

.faqs-section {
    padding: 6.042vw 0  12.656vw;
    border-top: 2px solid #033049;
    background: url('../images/11-Milk-Truck-Milk-Man-Illustration.png') no-repeat 31px 98px/34.792vw;
}

.faq-title h3 {
    font-size: 22.5px;
    line-height: 0.89;
    margin: 0;
/*     color: rgb(3 48 73 / 85%); */
    color: #033049;
}

.faqs-list {
    max-width: 992px;
    margin: 46px auto 0;
}

.faqs-item {
    border: 3px solid #C13130;
    border-radius: 15px;
    box-shadow: -9px 9px 0 rgb(0 0 0 / 25%);
    background: #f3f0eb;
}

.faq-content {
    display: none;
    border-top: 2px solid #C13130;
    padding: 9px 39px 48px;
}

.faqs-item:not(:last-child) {
    margin-bottom: 38px;
}

.faq-icon {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.faq-title.active .faq-icon {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}

.faq-title .triangle-icon path,
.faq-title .circle-icon {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.faq-title.active .faq-icon .triangle-icon path {
    fill: #fff;
}

.faq-title.active .circle-icon {
    fill: #C13130;
}

.faq-content p {
    font-size: 22.5px;
    color: rgb(3 48 73 / 85%);
    line-height: 1.33;
    font-weight: 500;
    margin: 30px 0;
}

.faq-content p:last-child {
    margin-bottom: 4px;
}

.faq-link a {
    font-size: 17.5px;
    color: rgb(233 172 172 / 85%);
    font-weight: 700;
    line-height: 1.71;
    text-decoration: underline;
    text-transform: uppercase;
}

.faq-link a:hover {
    color: #C13130;
}

.faq-title {
    padding: 48px 39px;
    cursor: pointer;
    position: relative;
}

.swiper-pagination-bullet {
    font-size: clamp(8px, 0.911vw, 17.5px);
    color: #C13130;
    opacity: 1;
    border: 2px solid #C13130;
    width: 32px;
    height: 32px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: #C13130;
    color: #F3F0EB;
}

.swiper-controls .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: static;
}

.the-goods-slide {
    padding-bottom: 74px;
}

.swiper-controls {
    margin-top: 86px;
    text-align: center;
}

.swiper-controls-inner {
    position: relative;
    width: max-content;
    padding: 0 47px;
    margin: 0 auto;
    display: inline-block;
}

.swiper-btns svg {
    width: 9.06px;
}

.swiper-button-disabled svg path {
    fill: #B5B3AF;
}

.swiper-btn path {
    fill: #C13130;
}

.swiper-all {
    color: #E9ACAC;
    display: inline-block;
    text-decoration: underline;
    padding-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
}

.dv-linktext {
    font-size: 17.5px;
    color: rgb(233 172 172 / 85%);
    font-weight: 700;
    line-height: 1.71;
    text-decoration: underline;
    text-transform: uppercase;
}

.dv-linktext:hover {
    color: #C13130;
}

.backhome {
    margin-top: 6.094vw;
}

.fqa-page .faqs-section {
    padding: 8.177vw 0 4.844vw;
}

.contact-info a:hover {
    color: #C13130;
}

.banner-about {
    background: #033049;
}

.banner-about .dv-title,
.banner-about .dv-text-style {
    color: #ffff;
}

.banner-about .dv-text-uppercase {
    text-underline-offset: 22px;
}

.banner-about .scroll-down {
    margin-top: 4.219vw;
}

.banner-about .icon {
    margin: 0.781vw 0 2.24vw;
}

.about-page .content-text .container {
    max-width: 1065px;
}

.banner-about .dv-title {
    max-width: 53.385vw;
    margin: 0 auto;
}

.text-no-underline {
    text-decoration: none;
}

.vintage-telephones .content-inner p {
    max-width: 360px;
    margin: 0.938vw 0 2.813vw;
}

.alex-section {
    background-color: #780000;
}

.content-img-text-dark .content-inner h3 {
    color: #E9ACAC;
    text-transform: uppercase;
    margin: 19px 0 33px;
    font-size: 17.5px;
}

.content-img-text-dark .dv-title {
    color: #fff;
}

.alex-section .content-inner p {
    margin-bottom: 29px;
}

.alex-section .content-inner .last-text {
    font-size: 17.5px;
    text-transform: uppercase;
    margin-top: 3.438vw;
    margin-bottom: 0;
}

.alex-section .dv-title {
    padding-top: 58px;
}

.about-slide .swiper-controls {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6.406vw;
    z-index: 1;
}

.about-slide .swiper-pagination-bullet {
    color: #fff;
    border-color: #fff;
}

.about-slide .swiper-pagination-bullet-active,
.about-slide .swiper-pagination-bullet:hover {
    background: #fff;
    color: #303531;
}

.about-slide .swiper-btn path {
    fill: #ffff;
}

.about-slide .banner-title {
    line-height: 0.9167;
}

.about-slide .banner-des {
    padding-top: 9px;
    padding-bottom: 17px;
}

.about-slide-item {
    border-top: 2px solid #033049;
    border-bottom: 2px solid #033049;
}

.industries-section .container {
    max-width: 52.083vw;
}

.industries-section .dv-content ul {
    padding: 0;
    list-style: none;
    margin: 0 0 5.052vw;
}
.industries-section .dv-content ul li span {
	display: block;
}
.d-flex {
	display: flex;
	gap: 20px;
}
.industries-section .dv-content ul li span,
.industries-section .dv-content ul li a {
/*     color: rgb(3 48 73 / 85%); */
    color: rgb(3 48 73 / 100%);
    font-size: 22.5px;
    letter-spacing: -0.015em;
    line-height: 1.333;
}

.industries-section .dv-content ul li a:hover {
    color: #c13130;
}

.industries-section .dv-content ul li:not(:last-child) {
    margin-bottom: 1.51vw;
}

.industries-section .dv-title {
    max-width: 20.052vw;
    padding-top: 4px;
}

.industries-section .dv-content {
    max-width: calc(100% - 20.052vw);
    padding-left: 2.969vw;
}

.industries-section {
    padding: 11.146vw 0 8.802vw;
}

.vintage-telephones {
    border: none;
}

.vintage-telephones .dv-title {
    padding-top: 10px;
}

.our-value-title {
    position: absolute;
    top: 7.656vw;
    left: 0;
    right: 0;
    text-align: center;
}

.our-value-title p {
    color: #fff;
    margin: 0;
}

.about-content-text p {
    letter-spacing: -0.01em;
}

.about-content-text {
    padding: 16.85vw 0 3.698vw;
}

.about-content-text .icon.text-right {
    padding-right: 3.854vw;
    padding-top: 2.917vw;
}

.icon.text-right img {
    max-width: 26.48vw;
}

.blog-page {
    padding: 6.25vw 0 6.354vw;
}

.blog-title .icon {
    padding-bottom: 12px;
    
}
.blog-title .icon img {
    max-width: 192px;
}

.blog-filter-cate ul,
.dv-links ul,
.dv-breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.blog-filter-cate ul a,
.dv-links ul a,
.dv-breadcrumb ul a,
.dv-breadcrumb ul span {
    text-transform: uppercase;
    color: #E9ACAC;
    font-weight: 700;
    text-decoration: underline;
}

.blog-title {
    margin-bottom: 41px;
}

.blog-title .dv-title p {
    letter-spacing: 0.015em;
}

.blog-filter-cate li.active a,
.dv-links li.active a,
.dv-breadcrumb ul span {
    color: #C13130;
    text-decoration: none;
}

.dv-breadcrumb ul li span {
    display: block;
}

.blog-filter-cate li a:hover,
.dv-links li a:hover,
.dv-breadcrumb li a:hover {
    color: #C13130;
}

.blog-filter-section {
    position: relative;
    margin-bottom: 5.885vw;
}

.blog-filter-dropdown {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.single-post-wrap .filter-dropdown {
    display: none;
}

.scroll-down {
    -webkit-animation: bounce 1s ease infinite;
    animation: bounce 1s ease infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-10px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-10px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(0);
    }
}


.filter-dropdown select {
    border: 3px solid #033049;
    border-radius: 100px;
    padding: 6px 27px;
    width: 253px;
    font-size: 15px;
    font-weight: 600;
    appearance: none;
    background: url(../images/dropdown.svg) no-repeat calc(100% - 20px) 50%, #fff;
}

.filter-dropdown select option {
    font-size: 15px;
    font-weight: 600;
}

.blog-list {
    display: flex;
    gap: 3.594vw;
    margin-bottom: 76px;
    padding-left: 11px;
    justify-content: flex-start;
	flex-wrap: wrap;
}

.blog-item {
    width: calc((100% - 7.188vw)/3);
}

.blog-item .inner {
    border: 3px solid #C13130;
    border-radius: 15px;
    box-shadow: -11px 13px 0 rgb(0 0 0 / 25%);
}

.blog-item h4 a {
    font-size: clamp(17.5px, 1.823vw, 35px);
    color: #033049;
    line-height: 1.2857;
    letter-spacing: -0.01em;
}

.blog-item h4 a:hover {
    color: #c13130;
}

.blog-item h4 {
    margin: 0 0 1.198vw;
}

.blog-item .des p {
    font-size: clamp(10px, 1.172vw, 22.5px);
    line-height: 1.333;
    margin: 0 0 1.823vw;
}

.blog-item .blog-content {
    padding: 2.188vw 2.76vw 2.24vw 2.24vw;
    border-bottom: 3px solid #C13130;
}

.blog-image {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.blog-image img {
    display: block;
    border-radius: 0 0 12px 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    object-fit: cover;
    aspect-ratio: 452.69/452.69;
}

.blog-item:hover .blog-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.blog-item .btn-style {
    margin: 0 auto;
    max-width: 13.958vw;
}

.services-page .content-text {
    padding: 8.125vw 0 3.958vw;
}

.services-page .content-text .icon {
    margin-bottom: 39px;
}

.services-content-text .icon img {
    max-width: 139px;
}

.services-page .content-text .dv-text-uppercase:after {
    bottom: -13px;
}
.about-page .content-text .dv-text-uppercase:after {
    bottom: -5px;
}

.services-thumb img {
    display: block;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1920/1120;
}

.services-thumb {
    border-top: 2px solid #033049;
    border-bottom: 2px solid #033049;
}

.individual-services-list .container {
    max-width: 54.17vw;
}

.dv-tab-click ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dv-tab-click ul a {
    font-size: clamp(15px, 3.125vw, 60px);
    color: #033049;
    font-weight: 700;
    line-height: 1.25;
}

.dv-tab-click ul li:not(:last-child) {
    margin-bottom: 2.083vw;
}

.individual-services-list .dv-tab-click {
    width: 69.2%;
    padding-right: 33px;
    padding-top: 27px;
}

.individual-services-list .dv-tab-content {
    width: 30.8%;
}

.dv-tab-content-item p {
    font-size: 22.5px;
    line-height: 1.333;
}

.tab-content-bottom p {
    font-size: 17.5px;
    color: #C13130;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.428;
}

.tab-content-bottom {
    padding-top: 1px;
}

.dv-tab-content-item {
    display: none;
}

.dv-tab-content-item.active {
    display: block;
}

.individual-services-list {
    padding: 5.9vw 0 7.05vw;
}

.dv-tab-click ul li {
    opacity: 0.2;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.dv-tab-click ul li:hover,
.dv-tab-click ul li.active {
    opacity: 1;
}

.services-slide .swiper-controls {
    margin-top: 0;
    position: absolute;
    left: calc(50vw - 812px);
    bottom: 78px;
    z-index: 1;
}

.services-slide  .swiper-controls-inner {
    padding: 0 54px;
}

.services-title {
    position: absolute;
    top: 110px;
}

.services-title p {
    margin: 0;
    font-weight: 700;
    color: #C13130;
    text-transform: uppercase;
}

.services-slide-section .content-img-text .inner {
    padding-right: 0;
    margin-top: -2px;
}

.services-slide-section .content-img-text .dv-title {
    padding-bottom: 0;
    margin-bottom: -6px;
    margin-top: 14px;
}

.services-slide .content-inner {
    padding-right: 50px;
}

.services-slide-item .content-img-text-left,
.vintage-telephones {
    background-size: 50% 100%;
    height: 58vw;
}

.services-slide-item .content-img-text-layout:after,
.vintage-telephones:after {
    left: 50%;
}

.services-slide-item .content-img-text .dv-text-link {
    margin-top: 3.85vw;
}

.vintage-telephones .content-img-text .inner {
    padding-left: 16px;
}

.service-slide-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}

.services-slide-section {
    position: relative;
}

.service-slide-thumb .thumb,
.service-slide-thumb .thumb img {
    height: 100%;
}

.service-slide-thumb .thumb img {
    object-fit: cover;
    width: 100%;
}
.services-page .service-slide-thumb .thumb img {
	border-right: 2px solid #033049;
}
.services-page .service-slide-thumb {
	border-left: 1px solid #033049;
}
.service-slide-thumb .swiper-slide-prev,
.service-slide-thumb .swiper-slide-next {
    width: 10.625% !important;
}

.service-slide-thumb .swiper-wrapper {
    justify-content: center;
}

.service-slide-thumb .swiper-slide {
    transform: none !important;
    width: 10.625% !important;
    opacity: 1 !important;
}

.service-slide-thumb .swiper-slide-active {
    width: 78.75% !important;
}

.services-content-text .dv-des p {
    letter-spacing: 0.015em;
}

.services-content-text .container {
    max-width: 52.083vw;
}

.service-slide-thumb .swiper-slide-active .thumb img {
    object-position: left;
}

.privacy-page {
    padding: 8.333vw 0 2.85vw;
}

.privacy-page .backhome {
    margin-top: 5.5vw;
}

.dv-breadcrumb {
    margin-bottom: 4.167vw;
}

.dv-breadcrumb ul {
    justify-content: flex-start;
}

.privacy-tab ul {
    display: flex;
}

.privacy-tab ul li {
    width: 50%;
    opacity: 1;
    max-width: 626px;
}

.privacy-tab-content {
    border: 3px solid #C13130;
    margin-top: -3px;
    border-radius: 0 15px 15px 15px;
}

.privacy-tab-wrap .dv-tab-content {
    max-width: 1108px;
    margin: 0 auto;
    padding: 8.281vw 1.47vw 9.063vw 2.7vw;
    background: #f3f0eb;
    z-index: 1;
    position: relative;
    border-radius: 15px;
}
.privacy-tab-wrap.page-terms {
	box-shadow: none;
}
.privacy-tab-wrap.page-terms .privacy-tab-content {
	box-shadow: -10px 10px 0 #B5B3AF, -10px 0px 0 #B5B3AF;
}
.privacy-tab ul a {
    color: #033049;
    font-size: 17.5px;
    text-transform: uppercase;
    padding: 2.5vw 2.2vw 2.552vw;
    display: block;
    border: 3px solid #C13130;
    border-radius: 15px 15px 0px 0px;
    background: #f3f0eb;
}

.privacy-tab li.active a {
/*     border-bottom: 3px solid #f3f0eb; */
	position: relative;
}
.privacy-tab li.active a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -3px;
	left: 0px;
	background: #f3f0eb;
}

.privacy-tab ul li:not(:last-child) {
    margin: 0;
}

.privacy-tab li:last-child a {
    margin-left: -3px;
}

.privacy-title h2 {
    font-size: clamp(17.5px, 3.125vw, 60px);
    margin: 0;
    line-height: 1.083;
}

.privacy-title {
    border-bottom: 2px solid #033049;
    padding-bottom: 3.281vw;
    margin-bottom: 4.115vw;
}

.privacy-tab-content .dv-tab-content-item p {
    margin: 1.563vw 0;
}

.privacy-tab-wrap {
    box-shadow: -13px 10px 0 #B5B3AF;
    border-radius: 15px;
}

.privacy-tab li.active:last-child {
    box-shadow: -13px 0 0 #B5B3AF;
    border-radius: 15px;
}

.privacy-tab ul li:first-child:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: #B5B3AF;
}

.privacy-tab ul li {
    position: relative;
}

.privacy-tab ul li.active:first-child:after {
    display: none;
}

.privacy-tab ul li:first-child:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: -10px;
    right: 0;
    width: calc(100% + 10px);
    height: 10px;
    background: #B5B3AF;
    border-radius: 15px 0 0 0;
}

.privacy-tab ul li {
    position: relative;
}

.privacy-tab ul li.active:first-child:after {
    display: none;
}

.privacy-tab-wrap.active .privacy-tab-content {
    box-shadow: -10px 0 0 #B5B3AF;
}

.privacy-tab-wrap.active {
    box-shadow: none;
}

.dv-show-mb {
    display: none;
}

.dv-text-style {
    position: relative;
}

.dv-text-style:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 14px;
    height: 4px;
    width: 0;
    background: #C13130;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.dv-text-style:hover:after {
    width: 100%;
}

.dv-breadcrumb a {
    padding-right: 55px;
    position: relative;
}

.dv-breadcrumb ul {
    gap: 0;
}

.dv-breadcrumb li:last-child a {
    padding-right: 0;
}

.dv-breadcrumb li a:after {
    content: '';
    position: absolute;
    background: url('../images/breadcrumb-icon.svg') no-repeat;
    width: 9px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.post-title h2 {
    margin: 0;
    font-size: clamp(17.5px, 3.125vw, 60px);
    line-height: 1.083;
}

.post-top-info .post-title {
    max-width: 1120px;
    width: 100%;
}

.post-top-info {
    justify-content: space-between;
    gap: 53px;
    margin-bottom: 2.917vw;
}

.single-post-wrap {
    padding: 8.333vw 0 4vw;
    position: relative;
}

.single-post-wrap .dv-breadcrumb {
    margin-bottom: 3.49vw;
}

.post-thumb {
    height: 526px;
    width: 100%;
    object-fit: cover;
    display: block;
   sbackground-attachment: fixed !important;
}
.single-layout2 .post-thumb {
    background-position: center !important;
}
.post-des h2 {
    font-size: clamp(12.5px, 2.083vw, 40px);
    line-height: 1.25;
    margin: 0;
}

.post-main {
    padding: 93px 0;
}

.post-des {
    max-width: 1200px;
    padding-bottom: 14px;
}

.post-content p {
    font-size: clamp(10px, 1.172vw, 22.5px);
    margin: 30px 0;
    line-height: 1.333;
}

.post-content figure {
    text-align: center;
    padding: 10px 0 26px;
    margin: 0;
}

.post-content figure img,
.content-post-thumb img {
    display: block;
    margin: 0 auto;
}

.post-content h3 {
    font-size: clamp(10px, 1.823vw, 35px);
    line-height: 1.2857;
    max-width: 1200px;
    color: rgb(3 48 73 / 85%);
    margin: -8px 0 -7px;
}

.post-des h2 {
    font-size: clamp(12.5px, 2.083vw, 40px);
    line-height: 1.25;
    margin: 0;
}

.post-main {
    padding: 4.844vw 0 0;
}

.post-des {
    max-width: 1200px;
    padding-bottom: 14px;
}

.post-content p {
    font-size: clamp(10px, 1.172vw, 22.5px);
    margin: 1.563vw 0;
    line-height: 1.333;
/*     color: rgb(3 48 73 / 85%); */
    color: rgb(3 48 73 / 100%);
}

.post-bottom-box {
    border: 3px solid #C13130;
    border-radius: 15px;
    text-align: center;
    padding: 5.052vw 5.208vw 3.958vw;
    box-shadow: -10px 20px 0 rgb(0 0 0 / 25%);
}

.post-bottom-box p {
    font-size: clamp(15px, 2.083vw, 40px);
    line-height: 1.25;
    margin: 0 auto 2.24vw;
    font-weight: 700;
    /* color: rgb(3 48 73 / 85%); */
    color: rgb(3 48 73 / 100%);
    max-width: 1180px;
    letter-spacing: -0.01em;
}

.single-layout3 .post-bottom-box p {
    margin-bottom: 3.25vw;
}

.post-bottom-box .btn-style {
    max-width: 268px;
}

.post-bottom {
    padding-top: 29px;
    max-width: 1496px;
    margin: 0 auto;
}

.post-bottom-box i {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 20px;
    text-decoration-color: #C13130;
}

.content-post-cols {
    display: flex;
    justify-content: space-between;
    gap: 39px;
    padding: 12px 0 11px;
}

.content-post-col3 .content-post-col {
    width: calc((100% - 78px)/3);
}

.content-post-cols-wrap h4 {
    font-size: clamp(10px, 1.823vw, 35px);
    /* color: rgb(3 48 73 / 85%); */
    color: rgb(3 48 73 / 100%);
    line-height: 1.2857;
    margin: 0 0 1.198vw;
}

.content-post-col p {
    margin: 0;
}

.single-layout3 .post-top-info .post-title {
    max-width: 1172px;
}

.single-layout3 .post-des {
    max-width: 1160px;
}

.single-layout3 .post-content figure {
    padding: 2.5vw 0 3.958vw;
}

.single-layout2 .post-des {
    max-width: 1150px;
}

.single-layout2 .post-content figure {
    padding: 2.135vw 0 1.302vw;
}

.single-layout2 .content-post-cols-wrap h4 {
    margin-bottom: 0.573vw;
}

.content-post-col2 {
    gap: 122px;
}

.content-post-col2 .content-post-col {
    width: calc(50% - 61px);
}

.content-post-thumb {
    margin: 1.563vw 0 2.24vw;
}

.single-layout2 .post-bottom {
    padding-top: 3.646vw;
}

.single-layout2 .post-bottom-box p {
    max-width: 1300px;
}

.content-1-column {
    padding-top: 16px;
}

.content-1-column h3 {
    margin-top: 2px;
}

.packages-intro {
    width: 30.5%;
    padding-top: 3px;
}

.packages-slide-wrap {
    width: 69.5%;
}

.packages-intro-des p {
    margin: 0;
    font-size: clamp(15px, 2.083vw, 40px);
    font-weight: 700;
    line-height: 1.25;
    /* color: rgb(3 48 73 / 85%); */
    color: rgb(3 48 73 / 100%);
    letter-spacing: 0.015em;
}

.packages-intro-des {
    padding: 2.396vw 3.802vw 0 2.76vw;
}

.packages-intro .packages-body-item {
    padding: 1.146vw 2.604vw;
}

.packages-intro .packages-body-item:last-child {
    padding-bottom: 1.51vw;
}

.packages-body-item {
    border-bottom: 3px solid #E9ACAC;
}

.packages-body-item:last-child {
    border: none;
}

.packages-body-item p,
.packages-body-item li {
    font-size: clamp(8px, 0.911vw, 17.5px);
    color: #C13130;
    line-height: 1.4285;
    font-weight: 700;
    margin: 0;
}

.packages-body-item ul {
    padding: 0;
    margin: 23px 0 0;
    list-style: none;
}

.packages-body-item ul li:not(:last-child) {
    margin-bottom: 23px;
}

.packages-body-item .inner {
    max-width: 347px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.packages-slide-item .packages-body-item .inner {
    text-align: center;
    margin: 0 auto;
}

.packages-slide-item > .inner {
    border: 3px solid #C13130;
    border-radius: 15px;
    box-shadow: -10px 10px 0 rgb(0 0 0 / 25%);
}

.packages-slide-item .packages-slide-head {
    padding: 2.708vw 1.354vw 2.656vw 2.5vw;
}

.packages-slide-item {
    padding-left: 10px;
}

.packages-section .container-left {
    padding-left: 10.65%;
}

.packages-slide-head p {
    font-size: clamp(10px, 1.172vw, 22.5px);
    line-height: 1.333;
    margin: 1.354vw 0 3.385vw;
    /* color: rgb(3 48 73 / 85%); */
    color: rgb(3 48 73 / 100%);
}

.packages-slide-item:nth-child(2) .packages-slide-head p {
    margin-bottom: 125px;
}

.packages-slide-item:nth-child(3) .packages-slide-head p {
    margin-bottom: 40px;
}

.packages-slide-head h3 {
    line-height: 1.083;
}

.packages-head {
    border-bottom: 3px solid #c13130;
}

.packages-intro-des {
    border-color: #f3f0eb;
}

.packages-body-item img {
    display: block;
    margin: 0 auto;
}

.packages-body-item img.yes-icon {
    width: 2.7vw;
}

.packages-body-item img.no-icon {
    width: 1.1vw;
}

.packages-slide-item .packages-body-item {
    border-color: #C13130;
	display: flex;
	align-items: center;
	justify-content: center;
}

.packages-body-item ul li {
    position: relative;
    padding-left: 1.563vw;
}

.packages-body-item ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/arrow-right.svg) no-repeat;
    width: 9px;
    height: 12px;
}

.packages-page {
    padding: 96px 0 0;
}

.packages-main {
    padding: 81px 0 49px;
}

.packages-head .btn-style {
    max-width: 268px;
}

.packages-slide .swiper-controls {
    text-align: left;
    padding-left: 6.25vw;
    margin-top: 3.854vw;
}

.packages-section {
    padding-bottom: 104px;
    border-bottom: 2px solid #033049;
}

.strategic-span {
    padding-left: 5px;
}

.fresh-span {
    padding-left: 10px;
}

.post-share ul li img {
    width: 34.75px;
}

.post-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 3.6px;
}

.post-share h3 {
    font-size: 15px;
    margin: 0 0 10px;
}

.post-share {
    border-top: 2px solid #033049;
    margin-top: 7.396vw;
    padding-top: 2.135vw;
    margin: 7.396vw auto 0;
}

.post-share .ft-follow {
    margin-bottom: 72px;
}

.post-prev-next {
    justify-content: space-between;
}

.post-share .inner {
    max-width: 1002px;
    margin: 0 auto;
}

.dv-post-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.post-prev-next .dv-text-link-dark {
    gap: 15px;
}

.ab-serve-span {
    padding-left: 10px;
}

.vintage-telephones .dv-text-style {
    font-size: clamp(30px, 4.688vw, 90px);
}

.about-slide-item {
    height: auto;
}

.our-value-section .about-slide-item .inner {
    height: 100%;
}

.our-value-section .about-slide-item .banner-image {
    height: 100%;
}

.banner-about .dv-text-style:after,
.about-content-text .dv-text-style:after,
.home-section2 .dv-text-style:after,
.services-content-text .dv-text-style:after {
    display: none;
}

.main-content {
    padding-top: 103px;
}

html, body {
    margin: 0;
    padding: 0;
}

body.no-scroll {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 0;
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background-color: transparent;
    }
    
    ::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 0;
    }
    
    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }
}

.post-des p {
    margin: 0;
}

@media screen and (min-width: 768px) {
	.privacy-tab li:first-child a {
		padding-left: 3.2vw;
	}
	
    .single-layout3 .post-bottom {
        padding-top: 40px;
    }

    .single-layout3 .post-bottom-box,
    .single-layout2 .post-bottom-box {
        box-shadow: -10px 15px 0 rgb(0 0 0 / 25%);
    }

    .single-layout2 .post-bottom-box p {
        margin-bottom: 61px;
    }

    .single-layout2 .post-bottom-box {
        padding-bottom: 2.8vw;
    }

    .services-page .vintage-telephones .dv-title {
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .banner-image {
        background-attachment: fixed !important;
    }
}

@media screen and (max-width: 1600px) {
    .truck-dog .container {
        padding-left: 50px;
    }

    .individual-services-list .dv-tab-click {
        width: 65%;
    }

    .individual-services-list .dv-tab-content {
        width: 35%;
    }

    .content-post-col3 .content-post-col {
        width: calc((100% - 40px) / 3);
    }

    .content-post-col2 .content-post-col {
        width: calc(50% - 40px);
    }

    .packages-section .container-left {
        padding-left: 5%;
    }
}

@media screen and (max-width: 1400px) {
    .contact-page .content-text {
        padding: 13.65vw 0 25vw;
    }

/*    .services-slide-item .content-img-text-left,*/
/*    .vintage-telephones,*/
    .banner-image,
    .truck-embrace {
        height: auto;
    }

    .banner-image {
        padding: 7.656vw 0;
    }

    .content-img-text .inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .footer-top .inner.dv-flex {
        padding-left: 0;
    }

    .services-slide .content-inner {
        padding-right: 0;
    }

    .services-slide .swiper-controls {
        left: 25px;
        bottom: 50px;
    }

    .services-title {
        top: 50px;
    }

    .vintage-telephones .content-img-text .inner {
        padding-left: 40px;
    }

    .privacy-tab ul li {
        width: 46%;
    }

    .container-left {
        padding-left: 40px;
    }

    .the-goods-item .slide-text {
        padding: 50px 40px 40px;
    }

    .truck-dog .banner-content {
        max-width: 37vw;
    }

    .individual-services-list .dv-tab-click {
        width: 60%;
    }

    .individual-services-list .dv-tab-content {
        width: 40%;
    }

    .individual-services-list .container {
        max-width: 68vw;
    }

    .dv-tab-content-item p {
        font-size: 18px;
    }

    .tab-content-bottom p {
        font-size: 14px;
    }

    .services-slide-section .content-img-text .inner {
        padding-right: 40px;
        margin-top: 0;
    }

    .post-thumb {
        height: 400px;
    }

    .content-post-cols {
        gap: 20px;
    }

    .content-post-col3 .content-post-col {
        width: calc((100% - 40px) / 3);
    }

    .content-post-col2 {
        gap: 40px;
    }

    .content-post-col2 .content-post-col {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 1199px) {
    .services-slide .swiper-controls {
        bottom: 30px;
    }

    .banner-image .banner-content {
        max-width: 50vw;
    }

    .content-img-text .dv-text-link {
        margin-top: 40px;
    }

    .btn-style {
        padding: 7px 48px 5px 25px;
        font-size: 12px;
    }

    .btn-style img {
        right: 5px;
    }

    .truck-dog .banner-content {
        max-width: 37vw;
    }

    .truck-dog .btn-style {
        max-width: max-content;
    }

    .faq-title {
        padding: 28px 20px;
    }

    .faq-content {
        padding: 0 20px 28px;
    }

    .faqs-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .faq-icon {
        right: 20px;
    }

    .dv-text-link svg {
        width: 15px;
    }

    .blog-filter-cate ul a,
    .dv-links ul a,
    .dv-breadcrumb ul a,
    .dv-breadcrumb ul span {
        font-size: 15px;
    }

    .packages-section .container-left {
        padding-left: 50px;
    }

    .blog-item .btn-style {
        max-width: 150px;
    }

    .industries-section .container {
        max-width: 59.083vw;
    }
	.industries-section .dv-content ul li span,
    .industries-section .dv-content ul li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1023px) {
    .contact-page .content-text {
        padding: 100px 0 200px;
        height: auto;
    }

    .about-content-text {
        padding: 150px 0 70px;
    }

    .banner-image {
        height: auto;
    }

    .swiper-pagination-bullet {
        font-size: 12px;
    }

    .banner-home {
        background-position: bottom center !important;
        height: 100vh;
    }

    .btn-style {
        padding: 7px 45px 7px 25px;
    }

    .dv-subscribe-form button {
        font-size: 13px;
        padding: 7px 10px;
    }

    .dv-subscribe-form input {
        padding: 5px 15px;
    }

    .dv-subscribe-form form,
    .mc4wp-form-fields {
        gap: 8px;
    }

    .footer-col-email-signup h3,
    .footer-col-menu h3,
    .footer-col1 h3,
    .footer-col li a,
    .main-footer p,
    .footer-bottom ul li a {
        font-size: 15px;
    }

    .slide-content {
        min-height: 150px;
    }

    .content-text .container {
        max-width: 52.125vw;
    }

    .individual-services-list .container {
        max-width: 79vw;
    }

    .individual-services-list .dv-tab-click {
        width: 55%;
    }

    .individual-services-list .dv-tab-content {
        width: 45%;
    }

    .dv-tab-content-item p {
        font-size: 15px;
    }

    .tab-content-bottom p {
        font-size: 13px;
    }

    .post-thumb {
        height: 300px;
    }

    .btn-style img {
        width: 18px;
    }

    .btn-style {
        font-size: 10px;
    }

    .packages-slide-item > .inner {
        box-shadow: -5px 5px 0 rgb(0 0 0 / 25%);
    }

    .packages-body-item ul li:before {
        width: 5px;
        height: 8px;
        background-size: contain;
        top: 1px;
    }

    .swiper-all {
        position: relative;
        top: 5px;
    }

    .faqs-list {
        max-width: 85%;
    }

    .blog-filter-dropdown {
        top: 29px;
        transform: none;
        right: 16px;
    }

    .blog-filter-section {
        position: static;
    }

    .blog-page {
        position: relative;
    }

    .blog-item .inner {
        box-shadow: -5px 6px 0 rgb(0 0 0 / 25%);
    }
	.industries-section .dv-content ul li span,
    .industries-section .dv-content ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .header-menu {
        top: 59px;
    }

    .dv-hide-mb {
        display: none;
    }

    .dv-show-mb {
        display: block;
    }

    .content-img-text-layout {
        height: auto;
        border-bottom: 1px solid #033049;
        border-top: 1px solid #033049;
    }

    .work-section .content-img-thumb {
        border-top: 1px solid #033049;
    }

    .content-img-text .inner {
        padding: 40px 50px;
    }

    .contact-page .content-text {
        background-size: 221px !important;
        padding: 142px 0 234px;
        background-position: 0 96% !important;
    }

    .footer-col {
        width: 100%;
    }

    .footer-top .inner.dv-flex {
        flex-wrap: wrap;
    }

    .footer-col2 {
        width: 42%;
    }

    .footer-col3 {
        width: 50%;
    }

    .main-footer .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-col1 .logo-truck img {
        max-width: 67px;
    }

    .footer-col1 h3, .footer-col1 ul {
        display: none;
    }

    .footer-bottom .inner {
        flex-wrap: wrap;
    }

    .footer-logo {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 19px;
    }

    .footer-links {
        width: 100%;
    }

    .footer-links ul {
        gap: 25px;
    }

    .footer-col-email-signup h3,
    .footer-col-menu h3,
    .footer-col1 h3,
    .footer-col li a,
    .main-footer p {
        font-size: 10px;
    }

    .dv-subscribe-form input,
    .dv-subscribe-form button {
        font-size: 8px;
    }

    .dv-subscribe-form input {
        border-width: 2px;
    }

    .footer-col1 .logo-truck {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .footer-top {
        padding: 22px 0 21px;
/*         border-width: 0px; */
    }

    .footer-col-menu h3 {
        margin-bottom: 0px;
    }

    .footer-col-menu li:not(:last-child) {
        margin-bottom: -6px;
    }

    .footer-col4 {
        margin-top: 16px;
        max-width: 220px;
    }

    .footer-col-email-signup h3 {
        margin: 0 0 5px;
    }

    .footer-col-email-signup p {
        margin: 0 0 19px;
        max-width: 220px;
    }

    .footer-bottom {
        padding: 0px 0 10px;
    }

    .footer-logo img {
        height: 36px;
    }

    .footer-logo .ft-follow img {
        height: 24.78px;
    }

    .copyright p {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .footer-bottom ul li a {
        font-size: 8px;
    }

    .faq-title h3 {
        font-size: 10px;
    }

    .faq-title {
        padding: 17px 29px 15px 20px;
    }

    .faqs-item:not(:last-child) {
        margin-bottom: 12px;
    }

    .faqs-item {
        box-shadow: -2px 3px 0 rgb(0 0 0 / 25%);
        border-radius: 10px;
        border-width: 2px;
    }

    .faq-icon {
        right: 11px;
    }

    .faq-icon img {
        width: 15px;
    }

    .faqs-section {
        padding: 61px 0 206px;
        background-size: 70%;
        background-position: -112px 15px;
        border-top: 1px solid #033049;
    }

    .faqs-list {
        margin: 38px auto 0;
    }

    .faq-content p {
        font-size: 10px;
        margin: 16px 0;
    }

    .btn-style {
        font-size: 8px;
    }

    .btn-style:hover {
        box-shadow: -1px 2px 0 #B5B3AF;
    }

    .banner-image {
        height: 587px;
    }

    .banner-image .banner-content {
        max-width: 100%;
    }

    .banner-home .banner-content {
        padding-top: 44px;
    }

    .header-logo .logo img {
        height: 35px;
    }

    .header-logo {
        padding: 11.5px 0;
        border-width: 1px;
    }

    .dv-toggle-menu {
        width: 60px;
    }

    .dv-toggle-menu img {
        width: 24.26px;
    }

    .header-menu li:not(:last-child) {
        margin-bottom: 13px;
    }

    .home-section2 .icon img {
        min-width: 67px;
        width: 17.8vw;
    }

    .content-text {
        padding: 51px 0 61px;
    }

    .home-section2 .icon {
        margin-bottom: 15px;
    }

    .dv-text-uppercase:after {
        line-height: 0.95;
		bottom: -4px;
        height: 2px;
    }

    .content-img-text {
        width: 100%;
    }

    .welcome-sign {
        background: #033049 !important;
    }

    .welcome-sign .content-inner p {
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .content-img-text .dv-text-link {
        justify-content: center;
        margin-top: 13px;
    }

    .welcome-sign .content-img-text .inner {
        padding: 52px 40px 44px;
    }

    .home-section2 .inner {
        max-width: 275px;
    }

    .dv-title p,
    .packages-slide-head h3 {
        line-height: 1.37;
    }

    .welcome-sign .content-img-thumb img {
        height: 100%;
        display: block;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 375 / 400;
        object-position: bottom;
    }

    .welcome-sign .content-inner p {
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .content-img-text .dv-text-link {
        justify-content: center;
        margin-top: 13px;
    }

    .welcome-sign .content-img-text .inner {
        padding: 52px 40px 44px;
        max-width: 370px;
    }

    .home-section2 .inner {
        max-width: 275px;
    }

    .dv-title p {
        line-height: 1.37;
    }

    .content-img-thumb img {
        height: 100%;
        display: block;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 375/401;
    }

    .delivery-section .content-img-thumb img {
        object-position: 66%;
    }

    .home-section4 {
        padding: 61px 0 10px;
    }

    .content-opacity p:not(:last-child) {
        margin-bottom: 24px;
    }

    .icon.text-right {
        padding-right: 20px;
        margin-top: 20px;
    }

    .icon.text-right img {
        min-width: 118.19px;
        width: 10.365vw;
    }
	
	.icon.text-right img.logo-original {
		width: 0;
		min-width: 0;
	}

    .truck-embrace .banner-des {
        max-width: 200px;
        margin: 30px auto 85px;
    }

    .truck-embrace {
        height: 650px;
    }

    .truck-embrace .banner-title {
        margin-top: 134px;
        line-height: 0.818;
    }

    .delivery-section {
        background: #F3F0EB !important;
    }

    .content-img-text-layout:after {
        display: none;
    }

    .delivery-section .content-img-text .inner {
        padding-top: 102px;
        padding-bottom: 49px;
    }

    .content-img-text-light .content-inner p {
        line-height: 1.5;
    }

    .delivery-section .dv-title {
        padding-bottom: 4px;
    }

    .delivery-section .dv-text-link {
        justify-content: flex-start;
        margin-top: 51px;
    }

    .work-section {
        background: #F3F0EB !important;
    }

    .work-section .content-img-text {
        height: 398px;
    }

    .work-section .dv-title p {
        font-size: 25px;
        margin-bottom: 77px;
    }

    .work-section .dv-text-style {
        font-size: 45px;
    }

    .work-section .content-img-text .inner {
        text-align: center;
        padding-bottom: 0;
        padding-top: 70px;
    }

    .work-section .dv-text-style {
        line-height: 0.6;
        text-underline-offset: 11px;
    }

    .the-goods {
        padding: 24px 0 40px;
    }

    .the-goods-slide-wrap {
        padding-top: 29px;
    }

    .the-goods-item .inner {
        border-width: 2px;
    }

    .the-goods-item .slide-text {
        width: 100%;
        padding: 39px 40px 29px;
    }

    .the-goods-item .inner {
        flex-direction: column;
        box-shadow: -4px 4px 0 rgb(0 0 0 / 25%);
    }

    .the-goods-item .slide-image {
        width: 100%;
        border-left: none;
        border-top: 2px solid #c13130;
    }

    .slide-text h3 {
        line-height: 1.37;
    }

    .slide-text p {
        margin-top: 10px;
        line-height: 1.5;
        margin-bottom: 32px;
    }

    .the-goods-item .slide-image img {
        aspect-ratio: 265/246;
        border-radius: 0 0 13px 13px;
    }

    .work-section .content-img-text .btn-style {
        max-width: 137px;
    }

    .btn-style img {
        width: 15px;
    }

    .the-goods {
        padding: 24px 0 15px;
    }

    .the-goods-slide-wrap {
        padding-top: 29px;
    }

    .the-goods-item .inner {
        border-width: 2px;
    }

    .the-goods-item .slide-text {
        width: 100%;
        padding: 39px 40px 29px;
        height: 229px;
    }

    .the-goods-item .inner {
        flex-direction: column;
        box-shadow: -4px 4px 0 rgb(0 0 0 / 25%);
    }

    .the-goods-item .slide-image {
        width: 100%;
        border-left: none;
        border-top: 2px solid #c13130;
    }

    .slide-text h3 {
        line-height: 1.37;
    }

    .slide-text p {
        margin-top: 10px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .the-goods-item .slide-image img {
        aspect-ratio: 265/246;
        border-radius: 0 0 13px 13px;
    }

    .work-section .content-img-text .btn-style {
        max-width: 137px;
    }

    .btn-style img {
        width: 15px;
    }

    .swiper-pagination-bullet {
        width: 15.09px;
        height: 15.09px;
        border-width: 1px;
        line-height: 15.09px;
        font-size: 8px;
    }

    .swiper-controls {
        margin-top: 6px;
    }

    .the-goods-slide {
        padding-bottom: 27px;
    }

    .brands-section {
        padding: 39px 0 30px;
    }

    .brands-list {
        gap: 18.7px;
        margin: 17px auto 6px;
    }

    .brands-list a:last-child {
        display: none;
    }

    .brand-all a {
        font-size: 8px;
        line-height: 1;
        display: block;
    }

    .truck-dog {
        height: 649px;
    }

    .truck-dog .banner-content {
        padding-bottom: 16px;
    }

    .truck-dog .banner-title {
        margin-left: -10px;
        line-height: 0.818;
    }

    .truck-dog .banner-content {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .truck-dog .banner-des {
        margin: 8px 0 50px;
        max-width: 205px;
        line-height: 1.333;
    }

    .home-section4 .container {
        padding: 0 27px 0 50px;
    }

    .dv-text-style:after {
        bottom: 0;
		height: 2px;
    }

    .delivery-section .dv-text-style:after {
        width: 100%;
        height: 1px;
    }

    .the-goods-item {
        max-height: max-content;
    }

    .slide-content {
        min-height: max-content;
    }

    .dv-tab-content-item p {
        font-size: 10px;
        line-height: 1.4;
    }
	
	.privacy-tab-content .dv-tab-content-item p {
		margin: 13px 0;
	}

    .tab-content-bottom p {
        font-size: 8px;
        line-height: 1.5;
    }

    .services-page .content-text .icon img {
        min-width: 67px;
        width: 17.8vw;
    }

    .blog-filter-cate ul a,
    .dv-links ul a,
    .dv-breadcrumb ul a,
    .dv-breadcrumb ul span {
        font-size: 8px;
    }

    .blog-filter-cate ul,
    .dv-links ul,
    .dv-breadcrumb ul {
        gap: 10px;
		flex-wrap: wrap;
    }

    .content-text .container {
        max-width: 100%;
    }

    .container {
        padding: 0 50px;
    }

    .services-page .content-text {
        padding: 86px 0 57px;
    }

    .services-page .content-text .icon {
        margin-bottom: 30px;
    }

    .services-content-text .dv-des p {
        margin: 10px 0 16px;
    }

    .services-thumb img {
        aspect-ratio: 376/188;
    }

    .services-thumb {
        border-width: 1px;
    }

    .individual-services-list .container {
        max-width: 100%;
    }

    .individual-services-list {
        padding: 37px 0 59px;
    }

    .individual-services-list .dv-tab-click {
        padding-right: 23px;
        width: 57%;
    }

    .individual-services-list .dv-tab-content {
        width: 43%;
        padding-top: 16px;
    }

    .tab-content-bottom {
        padding-top: 5px;
    }

    .dv-tab-click ul a {
        line-height: 1.2;
        display: block;
    }

    .dv-tab-click ul li:not(:last-child) {
        margin-bottom: 13px;
    }

    .services-slide-item .content-img-text-left {
       background: #F3F0EB !important;
       height: max-content;
    }

    .service-slide-thumb {
        position: static;
        width: 100%;
    }

    .services-title p {
        font-size: 8px;
    }

    .services-title {
        position: static;
        margin-bottom: 64px;
    }

    .services-slide-section .content-img-text .inner {
        padding: 49px 50px 103px;
    }

    .services-slide-section .content-img-text .dv-title {
        margin-bottom: 15px;
    }

    .swiper.services-slide .content-img-text-light .content-inner p {
        line-height: 1.4;
    }

    .services-slide-item .content-img-text .dv-text-link {
        justify-content: flex-start;
        margin-top: 23px;
    }

    .service-slide-thumb .swiper-slide {
        width: 14% !important;
        height: auto;
    }

    .service-slide-thumb .swiper-slide-active {
        width: 72% !important;
    }

    .service-slide-thumb .thumb img {
        display: block;
        min-height: 400px;
    }

    .services-content-text .dv-text-style:hover:after {
        bottom: 4px;
    }

    .vintage-telephones {
        background: #F3F0EB !important;
        border-bottom: none;
    }

    .vintage-telephones .content-img-text .inner {
        padding: 6px 50px 0;
        text-align: center;
    }

    .vintage-telephones .content-img-text {
        min-height: 398px;
        border-bottom: 1px solid #033049;
    }

    .vintage-telephones .content-inner p {
        font-size: 15px;
        color: #033049;
        font-weight: 700;
        letter-spacing: 0.015em;
        line-height: 1.3333;
        margin-bottom: 33px;
    }

    .vintage-telephones .btn-style {
        max-width: 225px;
    }

    .vintage-telephones .content-img-thumb img {
        object-position: top;
    }

    .vintage-telephones .dv-title {
        padding-bottom: 9px;
    }

    .services-slide .services-slide-item {
        height: auto;
    }

    .services-slide .services-slide-item .inner {
        height: 100%;
    }

    .services-slide .services-slide-item .content-img-text-left {
        height: 100%;
    }

    .services-slide .swiper-controls {
        bottom: 50px;
        left: 10px;
    }

    .fqa-page .faqs-section {
        padding: 61px 0 96px;
    }

    .faqs-section .container {
        max-width: 100%;
    }

    .backhome .dv-linktext {
        font-size: 8px;
    }

    .backhome {
        margin-top: 28px;
    }

    .post-filter-right {
        position: absolute;
        top: 27px;
        right: 16px;
    }

    .filter-dropdown select {
        border-width: 2px;
        font-size: 8px;
        max-width: 131px;
        padding: 6px 21px 5px;
        background-size: 7px;
        background-position: calc(100% - 12px) 50%;
    }

    .dv-breadcrumb li a:after {
        width: 4px;
        height: 5px;
        background-size: contain;
        right: 2px;
    }

    .dv-breadcrumb a {
        padding-right: 16px;
		display: block;
        white-space: nowrap;
    }
	
	.post-share {
		margin-top: 58px;
	}
	
	.dv-breadcrumb ul li,
	.dv-breadcrumb ul li span {
		line-height: 1;
	}

    .single-post-wrap {
        padding: 70px 0 58px;
    }

    .single-post-wrap .dv-breadcrumb {
        margin-bottom: 17px;
    }

    .post-top-info {
        margin-bottom: 20px;
    }

    .post-thumb {
        min-height: 150px;
        aspect-ratio: 375/150;
        height: 100%;
		        background-size: auto 300px !important;
    }

    .post-main {
        padding: 30px 0 0;
    }

    .post-des h2 {
        line-height: 1.2;
    }

    .post-content p {
        line-height: 1.4;
        margin: 14px 0;
        letter-spacing: -0.015em;
    }

    .post-bottom-box {
        border-width: 2px;
        box-shadow: -5px 7px 0 rgb(0 0 0 / 25%);
        padding: 56px 30px 60px 40px;
    }

    .post-bottom-box p,
    .single-layout3 .post-bottom-box p {
        line-height: 1.333;
        margin: 0 0 39px;
    }

    .single-layout3 .post-content figure,
    .single-layout2 .post-content figure {
        padding: 10px 0 31px;
    }

    .content-post-cols {
        flex-direction: column;
    }

    .content-post-col3 .content-post-col {
        width: 100%;
    }

    .content-post-col p {
        margin: 0;
    }

    .content-post-cols,
    .content-post-col2 {
        gap: 14px;
    }

    .content-post-col2 .content-post-col {
        width: 100%;
    }

    .single-layout2 .post-des {
        padding-bottom: 6px;
    }

    .post-content figure img {
        aspect-ratio: 275/200;
        object-fit: contain;
    }

    .single-layout2 .content-post-cols-wrap h4 {
        margin-bottom: 7px;
    }

    .content-post-thumb {
        margin: 17px 0 31px;
    }

    .single-layout2 .post-bottom,
    .post-bottom {
        padding-top: 32px;
    }

    .packages-intro-des p {
        font-size: 15px;
    }

    .packages-intro {
        width: 100%;
        text-align: center;
        padding-bottom: 18px;
    }

    .faqs-list {
        max-width: 100%;
    }

    .truck-embrace .btn-style {
        max-width: 137px;
    }

    .deliver-span {
        padding-left: 5px;
    }

    .swiper-controls .swiper-pagination {
        gap: 1px;
    }

    .truck-dog .btn-style {
        max-width: 223px;
    }

    .faqs-section .container {
        padding: 0 50px 0 40px;
    }

    .scroll-down img {
        width: 15px;
    }

    .packages-intro-des h3 {
        font-size: 15px;
        line-height: 14px;
        letter-spacing: -0.02em;
        margin: 21px 0 16px;
    }

    .packages-intro-des {
        padding: 0;
    }

    .packages-section .scrolling-text h3 {
        font-size: 55px;
    }

    .packages-page {
        padding: 39px 0 0;
    }

    .packages-intro-des p {
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: -0.015em;
        font-weight: 500;
        margin: 0 0 7px;
    }

    .packages-intro-des .dv-linktext {
        font-size: 8px;
    }

    .packages-item {
       border: 2px solid #C13130;
       border-radius: 15px;
       box-shadow: -5px 5px 0 rgb(0 0 0 / 25%);
       padding: 24px 20px 35px;
    }

    .packages-slide-head p {
        margin: 8px 0 18px;
        line-height: 1.4;
    }

    .packages-slide-head .packages-toggle-title {
        margin: 0;
        font-size: 10px;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0.015em;
    }

    .packages-toggle-title .icon {
        color: #C13130;
        display: inline-block;
        padding-left: 16px;
    }

    .packages-item {
       border: 2px solid #C13130;
       border-radius: 15px;
       box-shadow: -4px 6px 0 rgb(0 0 0 / 25%);
       padding: 25px 20px 27px;
    }


    .packages-slide-head p {
        margin: 8px 0 18px;
        line-height: 1.4;
    }

    .packages-slide-head .packages-toggle-title {
        margin: 0 0 12px;
        font-size: 10px;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0.015em;
    }

    .packages-toggle-title .icon {
        color: #C13130;
        display: inline-block;
        padding-left: 16px;
    }

    .packages-toggle-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .packages-toggle-content li {
        font-size: 8px;
        color: #C13130;
        font-weight: 700;
        border-bottom: 1px solid #E9ACAC;
        padding: 6px 0 6px;
    }

    .packages-toggle-content li:first-child {
        border-top: 1px solid #E9ACAC;
    }

    .packages-item:not(:last-child) {
        margin-bottom: 36px;
    }

    .packages-item:not(:first-child) .packages-toggle-content li:first-child {
        color: #033049;
        border-top: none;
        padding-top: 11px;
    }

    .packages-item:not(:first-child) .packages-slide-head .packages-toggle-title {
        padding-top: 2px;
    }

    .packages-toggle-content ul {
        display: none;
        padding-bottom: 5px;
    }

    .packages-slide-head .btn-style {
        margin-top: 33px;
		max-width: 137px;
    }

    .icon-minus,
    .packages-toggle-title.active .icon-plus {
        display: none;
    }

    .packages-toggle-title.active .icon-minus {
        display: block;
    }

    .packages-list {
        padding-bottom: 14px;
    }

    .packages-mb .backhome {
        margin-bottom: 29px;
    }

    .packages-section {
        padding-bottom: 36px;
        border-width: 1px;
    }

    .blog-list {
        flex-direction: column;
        gap: 34px;
        padding-left: 0;
    }

    .blog-item {
        width: 100%;
    }

    .blog-title .icon img {
        width: 22.5vw;
        min-width: 85px;
    }

    .blog-page {
        padding: 83px 0 46px;
    }

    .blog-title .dv-title p {
        font-size: 25px;
    }

    .blog-title .icon {
        padding-bottom: 0;
    }

    .blog-title {
        margin-bottom: 0;
    }

    .blog-filter-section {
        margin-bottom: 29px;
    }

    .blog-item .inner {
        border-width: 2px;
    }

    .blog-item .blog-content {
        padding: 35px 28px 34px 28px;
		border-width: 2px;
    }

    .blog-item h4 a,
    .blog-item h4 {
        line-height: 1.14;
    }

    .blog-item h4 {
        margin-bottom: 17px;
    }

    .blog-item .des p {
        line-height: 1.4;
        letter-spacing: 0.015em;
    }

    .blog-item .des p {
        margin-bottom: 27px;
    }

    .blog-image img {
        aspect-ratio: 275/261;
    }
	
	.blog-list .blog-image img {
		aspect-ratio: 275 / 250;
	}

    .dv-linktext {
        font-size: 8px;
    }

    .blog-item .btn-style {
        max-width: 137px;
    }

    .contact-page .inner {
        max-width: 275px;
        margin: 0 auto;
    }

    .contact-page .dv-title p {
        font-size: 25px;
    }

    .contact-page .dv-text-style {
        font-size: 45px;
    }

    .contact-page .dv-des p {
        margin: 14px 0 17px;
        font-size: 15px;
        line-height: 1.333;
    }

    .contact-info li, .contact-info a {
        font-size: 10px;
        line-height: 1.5;
    }

    .contact-info li:not(:last-child) {
        margin-bottom: 0px;
    }

    .contact-info ul {
        margin-top: 16px;
    }

    .post-des {
        padding-bottom: 5px;
    }

    .about-content-text .icon.text-right {
        padding-right: 15px;
        margin-top: -27px;
        padding-top: 0;
    }
	
	.about-page .about-content-text .icon.text-right {
		margin-top: 4px;
	}
	
	.fresh-span {
		padding-left: 5px;
	}

    .about-content-text.content-text {
        padding: 72px 0 9px;
    }
	.industries-section .dv-content ul li span,
    .industries-section .dv-content ul li a {
        font-size: 10px;
    }

    .banner-about .icon img {
        width: 9.271vw;
        min-width: 86px;
    }

    .banner-about.content-text {
        padding: 23px 0 61px;
        height: 589px;
    }

    .banner-about .icon {
        margin: 3px 0 11px;
    }

    .banner-about .dv-title {
        max-width: 265px;
    }

    .banner-about .scroll-down {
        margin-top: 29px;
    }

    .our-value-title p {
        font-size: 8px;
    }

    .our-value-title {
        top: 62px;
    }

    .about-slide-section .banner-image,
	.our-value-section .about-slide-item .banner-image {
        height: 647px;
    }

    .about-slide .swiper-controls {
        bottom: 41px;
    }

    .about-slide-section .container {
        padding: 0 40px;
    }

    .about-slide .banner-des {
        margin-top: 16px;
		max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-slide .banner-title {
        margin-top: 19px;
        line-height: 0.818;
    }

    .industries-section .container {
        max-width: 278px;
        padding: 0;
    }

    .industries-section .dv-content {
        padding-left: 50px;
        max-width: calc(100% - 90px);
    }

    .industries-section .dv-title {
        max-width: 90px;
    }

    .industries-section {
        padding: 88px 0 89px;
    }

    .industries-section .dv-content ul li:not(:last-child) {
        margin-bottom: 3px;
        line-height: 1;
    }

    .industries-section .dv-content ul {
        margin-bottom: 12px;
    }

    .alex-section {
        background: #780000 !important;
		border-width: 0;
    }

    .alex-section .dv-title {
        padding-top: 10px;
        padding-bottom: 4px;
    }

    .alex-section.content-img-text-dark .content-inner h3 {
        font-size: 8px;
        margin: 0 0 20px;
    }

    .alex-section .content-inner p {
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .alex-section .content-inner .last-text {
        font-size: 8px;
        margin-top: 40px;
    }

    .alex-section .content-img-text .inner {
        padding: 40px 50px 28px;
        border-bottom: 1px solid #033049;
    }
	
	.privacy-page .backhome {
		margin-top: 28px;
	}

    .privacy-page {
        padding: 35px 0 9px;
    }

    .privacy-page .dv-breadcrumb {
        margin-bottom: 25px;
    }

    .privacy-tab li a {
        font-size: 8px;
    }

    .privacy-tab li a, .privacy-tab li.active a {
        border-width: 1px;
    }

    .privacy-tab ul a {
        padding: 10px 10px 9px;
    }

    .privacy-tab-wrap .dv-tab-content {
        padding: 27px 25px 26px 31px;
        border-radius: 8px;
    }
	
	.privacy-tab ul li {
        width: 41%;
    }

    .privacy-title {
        padding-bottom: 21px;
        margin-bottom: 10px;
    }

    .privacy-tab-content {
        border-width: 1px;
        border-radius: 0 8px 8px 8px;
    }

    .privacy-tab-wrap {
        box-shadow: -2px 3px 0 #B5B3AF;
    }

    .privacy-page .dv-tab-click ul li:not(:last-child) {
        margin-bottom: 2px;
    }

    .privacy-tab ul a {
        border-radius: 8px 8px 0px 0px;
    }

    .privacy-tab li:last-child a {
        margin-left: -1px;
    }

    .privacy-tab-wrap.active .privacy-tab-content {
        box-shadow: -2px 0 0 #B5B3AF;
    }

    .privacy-tab ul li:first-child:after {
        bottom: 1px;
        left: -2px;
        width: calc(100% + 2px);
        height: 2px;
        border-radius: 8px 0 0 0;
    }

    .privacy-tab li.active:last-child {
        box-shadow: -3px 0 0 #B5B3AF;
        border-radius: 8px;
    }

    .swiper-btns svg {
        width: 4.5px;
    }

    .services-slide .swiper-controls-inner {
        padding: 0 36px;
    }

    .main-content {
        padding-top: 59px;
    }
	
	.content-image-vertical img {
		aspect-ratio: 200/275;
		max-width: 200px;
	}

	.content-post-thumb img {
		object-fit: cover;
	}

	.content-image-horizontal img {
		aspect-ratio: 275/200;
		width: 100%;
		max-width: 275px;
	}
	.single-layout3 .content-image-horizontal img {
		aspect-ratio: unset;
		max-width: 100%;
	}
	
	.contact-page .btn-style {
		max-width: 225px;
	}
	
	.swiper-controls-inner {
		padding: 0 30px;
	}
	.about-page .content-text .dv-text-uppercase:after {
		bottom: -3px;
	}
	.post-prev-next .dv-text-link-dark span {
		display: none;
	}
	.post-prev-next .dv-text-link-dark .show-txt-mb {
		display: inline-block;
		margin-top: 4px;
	}

}
.home .brands-list .brand-img,
.home .brands-list a {
	width: calc((100% - 120px) / 4);
}
.home .txt-decoration:after {
	opacity: 0;
}
.home .txt-decoration {
    text-decoration: none;
    background-image: linear-gradient(to right, #C13130, #C13130);
    background-repeat: no-repeat;
    background-size: 0% 4px;
    background-position: left bottom;
    transition: background-size 0.3s ease-in-out;
    display: inline;
    padding-bottom: 4px;
}
.home .txt-decoration.active {
	background-size: 100% 4px;
}
@media screen and (min-width: 768px) { 
	.home .content-img-text-left .content-img-text {
		width: calc(50% + 1px);
	}
	
}
/* @media screen and (min-width: 780px) {
	.content-opacity p br {
		display: none;
	}
} */
@media screen and (min-width: 1000px) {
	.banner-image.banner-home {
		background-position-y: 30%;
	}
	
}


@media screen and (min-width: 1024px) {
	.contact-page .content-text {
		padding: 6.65vw 0 6vw;
		background-position-y: 75% !important;
		height: 65.8vw;
	}
	
}

@media screen and (min-width: 1401px) {
	.services-page .services-slide .swiper-controls {
		left: calc((50vw - 600px) / 2);
	}
    .page-template-about .banner-image {
        height: 79.427vw !important;
    }
}
/*  */

@media screen and (max-width: 1023px) {
	.contact-page .content-text {
		padding-bottom: 300px;
		background-position-y: 75% !important;
	}
}
@media screen and (max-width: 767px) { 
	.home .brands-list .brand-img,
	.home .brands-list a {
		width: calc((100% - 80px) / 3);
	}
	.brands-list a:nth-child(n+4) {
		display: none;
	}
	.dv-breadcrumb ul {
		flex-wrap: nowrap;
	}
	.home .txt-decoration {
		background-size: 0% 2px;
		padding-bottom: 2px;
	}
	.home .txt-decoration.active {
		background-size: 100% 2px;
	}
	.services-page .content-text .dv-text-uppercase:after {
		bottom: -4px;
	}
	.brands-list .brand-img:nth-child(n+4),
	.brands-list a:nth-child(n+4) {
		display: none;
	}
	@supports (-webkit-touch-callout: inherit) {
		.post-thumb {
			background-attachment: scroll !important;
		}
	}
}
@media screen and (max-width: 540px) {
	.contact-page .content-text {
		padding-top: 50px;
	}
 .post-thumb {
       
		        background-size: auto 260px !important;
    }
}

.footer-logo img {
	max-width: 147px;
}

/* Work Page */
.banner-our-work {
	background-color: #033049;

}
.wrap-banner-our-work {
	max-height: 100vh;
	height: 1524px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.our-work-banner-title {
	font-family: 'TAYBirdie';
	font-size: 180px;
	color: #F3F0EB;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 0;
	font-weight: 400;
	max-width: 800px;
	line-height: 0.92;
}
.our-work-banner-decs {
	text-align: center;
	color: #F3F0EB;
	font-size: 40px;
	margin: 0;
	font-weight: bold;
	max-width: 860px;
	line-height: 1.25;
	letter-spacing: 0.5px;
}
.sth-our-work-list {
	max-width: 1260px;
	margin: auto;
}
.sth-work-item {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1260 / 638;
	border-radius: 15px;
	border: 3px solid #C13130;
	position: relative;
	margin-bottom: 190px;
	overflow: hidden;
	box-shadow: -10px 10px 0 rgb(0 0 0 / 25%);
}
.sth-work-item:last-child {
	margin-bottom: 0;
}
/* .sth-work-item:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 18px;
	left: -21px;
	border-radius: 15px;
	z-index: -1;
} */
.sec-our-work {
	padding: 223px 0;
}
.sth-title-work {
	font-family: 'TAYBirdie';
	font-size: 110px;
	font-weight: 400;
	color: #F3F0EB;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
}
.sth-work-portfolio {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.portfolio-item {
	font-size: 17.5px;
	font-weight: bold;
	line-height: 25px;
	color: #F3F0EB;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F3F0EB;
	border-radius: 100px;
	padding: 8px 20px;
}
.work-content-meta {
	position: relative;
	z-index: 1;
/* 	opacity: 0;
	visibility: hidden; */
	transition: all 0.2s ease-in-out;
}
.sth-work-item:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
/* 	background-color: rgba(0, 0, 0, 0.5); */
/* 	background-color: rgb(0 0 0 / 25%); */
	background-image: url(https://heymilktruck.com/wp-content/uploads/2025/05/Website-Work-Overlay-Treatment.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	background-color: rgba(243, 157, 119, 0.15);
}
.sth-work-item:hover .bg-work-item {
	transform: scale(1.2, 1.2);
	filter: grayscale(1);
}
.sth-work-item:hover::after {
	opacity: 1;
}
.work-detail-link {
	text-align: center;
	padding-top: 76px;
	overflow: hidden;
}
.work-detail-link .btn-style {
	transition: all 0.3s ease-in-out;
	border: none;
	transform: translatey(100%);
}
.bg-work-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	border-radius: 12px;
	transition: all 0.5s ease-in-out;
}
/* .banner-our-work .scroll-down {
	display: none;
} */
/*  */
.sth-title-work {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.sth-title-work span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: var(--delay, 0s);
}

/* Hover */
.sth-work-item:hover .sth-title-work span {
  transform: translateY(0);
  opacity: 1;
  transition-delay: var(--delay-in);
  white-space: pre;
}
.sth-work-item:hover .work-detail-link .btn-style {
	transform: translatey(-6px);
}
/* no hover */
.sth-work-item .sth-title-work span {
  transition-delay: var(--delay-out);
}
/*  */
.portfolio-item {
  display: inline-flex;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: var(--delay-out, 0s);
}

/* Hover */
.sth-work-item:hover .portfolio-item {
  transform: translateY(0);
  opacity: 1;
  transition-delay: var(--delay-in, 0s);
}
/*  */
@media screen and (max-width: 1366px){ 
	.sec-our-work {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1200px){ 
	.sth-title-work {
		font-size: 80px;
	}
}
@media screen and (max-width: 1024px){ 
	.sth-title-work {
		font-size: 80px;
	}
	.our-work-banner-title {
		font-size: 100px;
		max-width: 500px;
	}
	.our-work-banner-decs {
		font-size: 30px;
		max-width: 635px;
	}
	.wrap-banner-our-work {
		min-height: 100vh;
		height: 650px;
	}
}
@media screen and (max-width: 991px){
    .sth-title-work {
        font-size: 60px;
    }
	.portfolio-item {
		font-size: 15px;
	}
	.work-detail-link {
		padding-top: 40px;
	}
	.sec-our-work {
		padding: 120px 20px;
	}
	.sth-work-item {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 767px){ 
	.banner-our-work .scroll-down {
		display: block;
	}
	.our-work-banner-title {
		font-size: 55px;
		line-height: 45px;
	}
	.our-work-banner-decs {
		font-size: 15px;
	}
	.our-work-banner-title {
		max-width: 275px;
	}
	.our-work-banner-decs {
		max-width: 275px;
	}
	.sec-our-work {
        padding: 36px 0px;
    }
	.sth-work-item:before {
		top: 6px;
		left: -6px;
	}
	.work-content-meta {
		opacity: 1;
		visibility: visible;
	}
	.sth-title-work {
        font-size: 50px;
		line-height: 49px;
    }
	.sth-work-portfolio {
		display: none;
	}
	.work-detail-link {
		padding-top: 11px;
	}
	.bg-work-item {
		filter: grayscale(100%);
	}
	.sth-work-item {
		aspect-ratio: 275 / 377;
		margin-bottom: 37px;
	}
	.our-work-banner-title {
		margin-bottom: 11px;
	}
	.wrap-banner-our-work {
		min-height: unset;
	}
}

/* single work */
.custom-slider-work {
	margin-bottom: 102px;
}
.single-work .vintage-telephones {
	border-top: 2px solid #033049;
}
.custom-slider-work .sth-work-item {
	border: 3px solid #C13130;
	border-radius: 15px;
	box-shadow: -10px 10px 0 rgb(0 0 0 / 25%);
	height: 100%;
	aspect-ratio: 1332 / 520;
}
.custom-slider-work .sth-work-item:before {
	display: none;
}
.custom-slider-work .sth-work-item .bg-work-item {
/*     filter: grayscale(100%); */
}
.custom-slider-work .work-content-meta {
	opacity: 1;
	visibility: visible;
}
.custom-slider-work .work-detail-link {
	padding-top: 6px;
}
.custom-slider-work .sth-title-work {
	line-height: 1;
	margin-bottom: 0;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 24px;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sth-image-full img {
	vertical-align: middle;
	object-fit: cover;
	width: 100%;
}
.sth-container {
	max-width: 1546px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}
.sth-banner-content {
	max-width: 1002px;
	margin: auto;
	padding-bottom: 130px;
}
.sth-banner-work {
	margin-top: 100px;
}
.sth-banner-work img {
	vertical-align: middle;
	width: 100%;
	border: 3px solid #C13130;
	border-radius: 15px;
	aspect-ratio: 1506 / 638;
	object-fit: cover;
}
.title-single-work {
	font-size: 60px;
	margin-top: 51px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.content-single-work p {
	font-size: 22.5px;
	line-height: 30px;
	margin: 0;
}
.banner-content-1 {
	margin-bottom: 59px;
}
.sub-title-single-work {
	font-size: 40px;
	margin-top: 0;
    margin-bottom: 23px;
}
.sub-title-single-work .dv-text-style {
	font-size: clamp(30px, 4.208vw, 100px);
	margin-left: 10px;
}
.sth-image-full {
	margin-bottom: 33px;
}
.title-header-work {
	font-size: 90px;
	padding-top: 94px;
	padding-bottom: 47px;
	margin: 0;
	line-height: 0.87;
	color: #C13130;
	font-weight: 400;
	font-family: 'TAYBirdie';
	text-transform: uppercase;
}
.sth-text-block {
	padding-top: 242px;
	padding-bottom: 216px;
	background-color: #033049;
	padding-left: 20px;
	padding-right: 20px;
}
.sth-content {
	max-width: 1002px;
	margin: auto;
}
.sth-content p {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.26;
	letter-spacing: 0.56px;
	text-align: center;
	margin: 0;
}
.sth-three-column {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 51px;
	margin-top: 53px;
}
.sth-three-column .sth-img-item {
	width: calc((100% - 44px) / 3);
}
.sth-three-column .sth-img-item img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.sth-tow-column {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 51px;
}
.sth-tow-column .sth-img-item {
	width: calc((100% - 24px) / 2);
}
.sth-tow-column .sth-img-item img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.sth-2x1-two-column {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 51px;
}
.sth-2x1-two-column .sth-img-item.v1x {
	width: calc(33.33% - 11px);
}
.sth-2x1-two-column .sth-img-item.v2x {
	width: calc(66.67% - 11px);
}
.sth-2x1-two-column .sth-img-item img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
/*  */
.sth-1x2-two-column {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 51px;
}
.sth-1x2-two-column .sth-img-item.v1x {
	width: calc(33.33% - 11px);
}
.sth-1x2-two-column .sth-img-item.v2x {
	width: calc(66.67% - 11px);
}
.sth-1x2-two-column .sth-img-item img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
/* media animation */
.fade-media {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s ease;
}

.fade-media.visible {
  opacity: 1;
  transform: translateY(0);
}
/* end */
@media screen and (max-width: 1440px){
	.sub-title-single-work {
		font-size: 30px;
	}
}
@media screen and (max-width: 1023px){
	.title-single-work {
		font-size: 48px;
	}
	.title-header-work {
		font-size: 60px;
		padding-top: 22px;
	}
	.sth-content p {
		font-size: 30px;
	}
	.sth-text-block {
		padding-top: 100px;
		padding-bottom: 100px; 
	}
}
@media screen and (max-width: 767px){ 
	.sth-container {
		padding-left: 0;
		padding-right: 0;
	}
	.sth-banner-work {
		margin-top: 0;
	}
	.sth-banner-content {
		padding-left: 51px;
		padding-right: 51px;
		padding-bottom: 14px;
	}
	.custom-slider-work .sth-work-item {
		aspect-ratio: 275 / 377;
	}
	.sth-banner-work img {
		aspect-ratio: 375 / 159;
		border: none;
		border-radius: 0;
	}
	.sth-three-column .sth-img-item,
	.sth-tow-column .sth-img-item,
	.sth-1x2-two-column .sth-img-item.v2x,
	.sth-1x2-two-column .sth-img-item.v1x,
	.sth-2x1-two-column .sth-img-item.v2x,
	.sth-2x1-two-column .sth-img-item.v1x {
		width: 100%;
	}
	.sth-img-item img {
		height: auto !important;
	}
	.title-single-work {
        font-size: 17.5px;
		line-height: 24px;
		margin-top: 22px;
		margin-bottom: 4px;
    }
	.content-single-work p {
		font-size: 10px;
		line-height: 15px;
	}
	.sub-title-single-work {
        font-size: 17.5px;
    }
	.title-header-work {
		font-size: 25px;
		padding-left: 50px;
        padding-right: 50px;
        text-align: center;
	}
	.sth-text-block {
		padding: 60px 50px;
	}
	.sth-content p {
		font-size: 15px;
	}
	.sth-image-full {
		margin-bottom: 7px;
	}
	.sth-2x1-two-column,
	.sth-three-column {
		margin-top: 22px;
		margin-bottom: 7px;
		gap: 7px;
	}
	.sth-1x2-two-column {
		margin-bottom: 22px;
		gap: 7px;
	}
	.sth-tow-column {
		margin-bottom: 22px;
		gap: 7px;
	}
	.banner-content-1 {
		margin-bottom: 20px;
	}
	.sth-work-item {
		box-shadow: -4px 4px 0 rgb(0 0 0 / 25%);
	}
	/* Remove hover mb	 */
	.sth-title-work span {
		transform: translateY(0%) !important;
		opacity: 1;
	}
	.sth-work-item .work-detail-link .btn-style {
		transform: translatey(0);
	}
	.portfolio-item {
		opacity: 1;
		transform: translateY(0);
	}
	/* End remove hover mb	 */
	
	.sth-title-work {
		white-space: pre-wrap;
	}
	.sth-work-item::after {
		opacity: 1;
		background-size: 100% 100%;
	}
	.custom-slider-work .sth-work-item {
		box-shadow: -4px 4px 0 rgb(0 0 0 / 25%);
	}
	
}