.phone {
    display: flex;
}

div#header ul.main-menu li ul {
    margin-left: 0px;
}

.post,
.page {

    margin: 0px;

}

.home #formContact div.question.page {
    float: right;
    width: 320px;
    margin-top: 41px;

    padding: 30px;
    background-image: url(../images/question-background.png);
    border: none
}

.home .campaign {
    display: flex;
}

.home div.campaign div.box {
    flex: 1
}

.slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 85%;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.slide-menu.active {
    right: 0;
}

.slide-menu .main-menu {
    list-style: none;
    text-align: center;
    margin-top: 60px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-menu li {
    padding: 15px 0;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.sub-menu {
    display: none
}

.slide-menu li a {
    text-decoration: none;
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    position: relative;
}

.slide-menu li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #212C3D;
    transition: width 0.3s ease;
}

.slide-menu li a:hover::after {
    width: 100%;
}

.slide-menu li a:hover {
    color: #212C3D;
    transform: translateX(5px);
}

.slide-menu .download-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 20px 0;
    font-weight: bold;
    transition: all 0.3s ease;
    padding: 15px 37px;
    background: #212C3D;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

.slide-menu .download-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-icon::before,
.close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 3px;
    background: #000;
    transition: transform 0.3s ease;
}

.close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close-icon:hover::before,
.close-icon:hover::after {
    background: #3498db;
}


.hamburger span {
    background: #212C3D;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 17px;
    height: 12px;
    cursor: pointer;
    position: relative;
}

.hamburger span {
    height: 2px;
    width: 17px;
    border-radius: 2px;
    transition: 0.3s;
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 5px;
}

.hamburger span:nth-child(3) {
    top: 10px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
}

.form-mb {
    display: none
}

.home div.gallery div.container,
div.certifications div.container {
    position: relative !important;
}

.swiper-button-prev-tn {
    position: absolute;
    z-index: 6;
    top: 0px;
    left: 0px;
    width: 33px;
    height: 33px;
    background-image: url(../images/gallery-arrows.jpg);
    background-repeat: no-repeat;
    cursor: pointer
}

.swiper-button-next-tn {
    position: absolute;
    z-index: 6;
    top: 0px;
    right: 0px;
    width: 33px;
    height: 33px;
    background-image: url(../images/gallery-arrows.jpg);
    background-repeat: no-repeat;
    background-position: -33px 0px;
    cursor: pointer
}

.home div.gallery div.photos,
.home div.gallery div.container,
.home div.certifications div.container,
.home div.certifications div.photos {
    height: auto;
    width: 100%
}

/* .arrows {
	position:absolute;
	top: 20px;
	    z-index: 9999;
} */
.logoSwiper-tn {
    padding: 0 20px !important
}

.home div.form .large {
    width: 100%
}

.home .dv-question-form .text2 {
    height: 34px;
    border-radius: 0px;
}

.home textarea.textarea2 {
    height: 82px;
    border-radius: 0px;
}

.home input.submit2 {
    border-radius: 0px;
}

#formContact div.row.last {
    margin-top: -10px
}

.home div.certifications div.left_arrow,
div.certifications div.right_arrow {
    height: 100%;
    background-color: #fff;
    top: 0px;
    cursor: pointer
}

.home div.certifications div.right_arrow {
    background-position: -18px 30px;
}

.home div.certifications div.left_arrow {
    background-position: 0px 30px;
}

div.question {
    width: 100%
}

div.form .large {
    width: 100%
}

input.text2 {
    height: 34px !important;
    border-radius: 0px;
}

textarea.textarea2 {
    min-height: 82px;
    border-radius: 0px;
}

input.submit2 {
    border-radius: 0px;
}

#fancybox-inner {
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
}

div.gallery div.container {
    height: auto;
    position: relative;
}

.main-right .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.page-template-request-a-sample .form .row p {
    margin: 0px !important
}

.page-template-request-a-sample input.submit {
    text-indent: -99999999px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent
}

input.text2 {
    color: #fff !important;
    background-color: #7f7f7f !important;
    color: #fff !important;
    border: none !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

div.gallery h1 {
    margin-bottom: 15px;
}

.list_file {
    padding-bottom: 30px
}
#header div.form .medium {
	width: 100%
}
@media(max-width: 1200px) {
    div.home-banner div.banner-control {
        width: 100%;
        padding: 0 20px !important;
    }

    div.gallery ul {
        width: 100%;
    }

    div.gallery div.photos {
        height: auto;
    }

    .home .wrapped,
    .home div.certifications div.photos {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .home div#main-contents {
        padding-top: 30px !important
    }

    .home .main-left {
        width: 72% !important;
        padding-right: 30px
    }

    div#header div.right {
        width: 72% !important;
    }

    div#header div.logo {
        width: 28% !important
    }

    .home .main-right,
    .home #formContact div.question.page {
        width: 28% !important
    }

    div.campaign div.box {
        margin-right: 15px !important
    }

    div.campaign div.box.last {
        margin-right: 0px !important
    }

    ul.action-buttons li {
        margin: 0px;
        width: calc((100% - 20px) / 2)
    }

    .action-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px
    }

    div.campaign div.box div.photo,
    div.gallery div.photos {
        width: 100%
    }

    .home #formContact div.question.page {
        margin-top: 12px
    }

    #header .wrapped {
        display: flex;
        width: 100%;
        padding: 0 20px !important;
        flex-wrap: wrap;
    }

    html,
    body {
        min-width: inherit;
    }

    div.home-banner div.banner-control {
        left: inherit;
        right: 0px;
    }

    div.home-banner ul li {
        max-width: 100%
    }

    div.home-banner ul li div.desc {
        width: 65%
    }

    #footer .wrapped {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between
    }

    div#footer ul.menu {
        margin-left: 0px
    }

    div#footer ul.menu,
    div#footer div.contact {
        width: auto
    }



    .main-left {
        width: 72% !important;
        padding-right: 30px
    }

    .main-right {
        width: 28% !important
    }

    .wrapped {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .gallery ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }


    div.gallery ul li a.zoom {
        width: 100%
    }

    .gallery .container ul li {
        height: auto;
        width: calc((100% - 24px) / 3);
        aspect-ratio: 187 / 125;
        margin: 0px;
    }

    div.question {
        padding: 20px;
    }

    .main-right .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 1024px) {
    .main-right .g-recaptcha {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    #menu-menu {
        display: none
    }

    div#header div.right {
        width: 100% !important;
        order: -1;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center;

    }

    div#header div.logo {
        width: 100% !important;
        justify-content: space-between;
        align-items: center;
        display: flex;
        padding-bottom: 10px
    }

    .hamburger {
        display: flex;
        gap: 5.5px;
        float: right;

    }

    .home .main-left {
        width: 65% !important;
        padding-right: 30px
    }

    .home .main-right,
    .home #formContact div.question.page {
        width: 35% !important
    }

    .home .campaign {
        flex-wrap: wrap;
        gap: 25px
    }

    .home div.campaign div.box {
        margin: 0px !important;
        width: calc((100% - 25px) / 2);
        flex: inherit !important;
    }

    .home .photo img {
        width: 100%
    }

    div#header div.middle {
        margin-top: 4px;
    }

    .main-left {
        width: 65% !important;
        padding-right: 30px
    }

    .main-right {
        width: 35% !important
    }

    .gallery .photos {
        height: auto
    }

    .gallery .container {
        height: auto;
        position: relative;
    }



    .gallery .container ul li {
        width: calc((100% - 24px) / 3);
        margin: 0px;
    }

    .gallery ul img {
        width: 100%;
        object-fit: cover
    }

    .photos .swiper-slide img {
        width: 100%;
        display: inline-block;
    }

}

@media (max-width: 767px) {
    div#header div.right {
        flex-wrap: wrap;
    }

    div#header div.middle {
        height: auto;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        gap: 0px;
		margin-top: 0px;
    }

    .custom-logo-link {
        max-width: 300px
    }

    .home .main-left,
    .home div.main-right {
        width: 100% !important;
        padding: 0px;
    }

    .home #formContact div.question.page {
        display: none
    }

    .form-mb {
        display: block;
        padding: 0px !important;
        border: none !important;
        color: #7c7c7c;
    }

    .form-mb div.question.page {
        width: 100%
    }

    .home div.main-right div.form-mb h1 {
        border-bottom: none
    }

    .form-mb div.form .large {
        width: 100%
    }

    .div#header div.middle div.phone {
        width: 50%
    }

    div.home-banner ul li div.desc {
        width: 100%
    }

    .home div.campaign div.box {
        width: 100%
    }

    #search {
        width: 50% !important
    }

    div#header div.middle div.search {
        float: right;
        max-width: fit-content;
        width: 100%;
    }

    div#header div.middle div.phone {
        width: 50% !important;
        padding-right: 5px;
		align-items: center;
    }

    div#header div.middle div.phone h1 {
        font-size: 16px;
    }

    .custom-logo-link {
        max-width: 200px;
    }

    div#header div.logo {
        margin-top: 0px
    }

    div.home-banner ul li div.desc p {
        font-size: 20px
    }

    .home ul.action-buttons li {
        height: auto
    }

    .home div.certifications div.left_arrow,
    .home div.certifications div.right_arrow {
        top: 12px;
        height: 29px;
        width: 12px;
    }

    .home div.certifications div.left_arrow {
        background-position: 0px 0px;

    }

    .home div.certifications div.right_arrow {
        background-position: -24px 0px;
    }

    .main-left {
        width: 100% !important;
        padding-right: 0px
    }

    .main-right {
        width: 100% !important
    }

    div.question {
        max-width: fit-content
    }

    .gallery .container ul li {
        width: calc((100% - 12px) / 2);
    }

    div.home-banner ul li div.desc {
        margin-top: 60px;
    }
	div#header div.logo{
		padding-bottom: 0px
	}
}

@media (max-width: 480px) {
    ul.action-buttons li {
        width: 100%
    }

    div.form .xx-large {
        width: 100%
    }
}