img { width: 100%; height: auto; object-fit: contain; }

.pv80 { padding: 80px 0; }

.pv60 { padding: 60px 0; }

.banner-a .h1-title { border: 8px solid #fff; }

.overlay { position: fixed; display: none; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 20; transition: all 0.3s ease-in-out; }
.overlay.active { display: block; }

.menu__icon { display: none; }

.btn-a { cursor: pointer; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 15px; line-height: 20px; display: flex; align-items: center; text-transform: uppercase; color: #FFFFFF; padding: 15px 25px; background-color: #FC7400; border: 2px solid #FC7400; transition: all 0.3s ease-in-out; width: max-content; width: -moz-max-content; }
.btn-a:hover { color: #FC7400; background-color: #fff; text-decoration: navajowhite; }

.btn-b { cursor: pointer; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 15px; line-height: 20px; display: flex; align-items: center; text-transform: uppercase; color: #A50000; padding: 15px 25px; background-color: #fff; transition: all 0.3s ease-in-out; width: max-content; width: -moz-max-content; border: 2px solid #fff; }
.btn-b:hover { background-color: #FC7400; color: #fff; text-decoration: none; border-color: #fff; }

.btn-c { cursor: pointer; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 15px; line-height: 20px; display: flex; align-items: center; text-transform: uppercase; color: #fff; padding: 15px 25px; background-color: #B3B3B3; transition: all 0.3s ease-in-out; width: max-content; width: -moz-max-content; border: 2px solid #B3B3B3; }
.btn-c:hover { background-color: #fff; color: #B3B3B3; text-decoration: none; }

.btn-phone { background-image: url("../images/ic-phone.png"); background-size: 18px 18px; background-position: left 25px top calc(50%); background-repeat: no-repeat; padding-left: 50px; }
.btn-phone:hover { color: #fff; background-color: #FC7400; box-shadow: 0 0 10px #FC7400; }

.header__content { display: flex; justify-content: space-between; align-items: center; }

.header { /*padding: 15px 0;*/ z-index: 5000; background-color: #fff; box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15); transition: all 0.3s ease-in-out; }

#sticky-wrapper { height: auto !important; }

.is-sticky .header { /*padding: 5px 0;*/ }

.menu__content ul { padding: 0; margin: 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }

.header .menu-item { padding: 0 10px; }
.header .menu-item a { padding: 10px; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 15px; line-height: 20px; display: flex; align-items: center; text-transform: uppercase; color: #000000; transition: all 0.3s ease-in-out; position: relative; cursor: pointer; }
.header .menu-item a:before { width: 0; content: ""; height: 2px; background-color: #FC7400; position: absolute; left: 0; bottom: 0; transition: all 0.3s ease-in-out; }
.header .menu-item:hover a { text-decoration: none; color: #FC7400; }
.header .menu-item:hover a:before { width: 100%; }

.h1-title { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: bold; font-size: 35px; line-height: 135.43%; color: #FFFFFF; }
.h1-title.blue { color: #FC7400; }

.h2-title { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: bold; font-size: 27px; line-height: 138.51%; text-align: center; color: #A50000; position: relative; padding-bottom: 15px; margin-bottom: 25px; }
.h2-title.white { color: #fff; }

.h3-title { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: bold; font-size: 21px; line-height: 139.7%; text-align: center; color: #FFFFFF; }
.h3-title.black { color: #333333; }
.h3-title.blue { color: #FC7400; }

.h4-title { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; line-height: 139.61%; text-align: center; color: #FFFFFF; }
.h4-title.light-blue { color: #FFAC65; }

.p-description { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; /* text-align: center; */ color: #000000; max-width: 470px; }
.p-description.white { color: #fff; }

.line:before { content: ""; width: 120px; height: 11px; position: absolute; background-image: url("../images/ic-underline.png"); background-repeat: no-repeat; background-size: contain; background-position: center; bottom: 0; left: 50%; transform: translate(-50%, 0); }

.line.white:before { background-image: url("../images/ic-underline-white.png"); }

.footer { padding: 10px 0; border-top: 1px solid #D9D9D9; }
.footer .h2-title { text-align: left; margin-bottom: 5px; padding-bottom: 0; }
.footer .list { padding: 0; margin: 0; list-style: none; font-family: "SVN-Gilroy", sans-serif; }
.footer li { font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #333333; }
.footer li a { display: block; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #333333; padding-left: 5px; margin-bottom: 5px; position: relative; text-decoration: none; transition: all 0.3s ease-in-out; }
.footer li a:hover { color: #FC7400; text-shadow: 0 0 1px #FC7400; }
.footer .phone, .footer .location, .footer .email { padding-left: 30px; position: relative; }
.footer .phone:before, .footer .location:before, .footer .email:before { width: 18px; height: 18px; content: ""; background-position: center; background-size: contain; background-repeat: no-repeat; position: absolute; left: 0; top: 5px; }
.footer .phone:before { background-image: url("../images/ic-phone-blue.png"); }
.footer .email:before { background-image: url("../images/ic-email-blue.png"); }
.footer .location:before { background-image: url("../images/ic-location-blue.png"); }

.footer__top { padding: 50px 0; }

.footer__bottom { padding: 30px 0; border-top: 1px solid #D9D9D9; }
.footer__bottom .p-description { max-width: none; text-align: left; margin-bottom: 0; }
.footer__bottom .p-description a { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; text-align: center; color: #000000; transition: all 0.3s ease-in-out; text-decoration: none; }
.footer__bottom .p-description a:hover { color: #FC7400; text-shadow: 0 0 1px #FC7400; }

.banner-a { height: 400px; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; margin-bottom: 20px; }
.banner-a .container { height: 100%; display: flex; align-items: center; }
.banner-a .title { max-width: 450px; margin-bottom: 30px; }

.div-part .div-part-item { position: absolute; right: 0; width: auto; }

.contact-form { margin-bottom: 60px; }
.contact-form .field label { width: 100%; }
.contact-form .field input { border: 1px solid #CCCCCC; box-sizing: border-box; padding: 12px 20px; width: 100%; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; display: flex; align-items: center; color: #333333; margin-bottom: 10px; }
.contact-form .field textarea { border: 1px solid #CCCCCC; box-sizing: border-box; padding: 12px 20px; width: 100%; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; display: flex; align-items: center; color: #333333; }
.contact-form .submit input { padding: 13px 25px; background: #FC7400; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 15px; line-height: 20px; align-items: center; text-transform: uppercase; border: unset; color: #FFFFFF; flex: none; order: 0; align-self: center; margin: 10px 0px; }

.tabs .box { padding-top: 40px; }

.form-lhtv .wpcf7-submit { width: auto; margin-top: 30px; width: 155px; height: 50px; background: #FFFFFF; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 15px; line-height: 20px; text-transform: uppercase; color: #A50000; }

.form-lhtv div.wpcf7-validation-errors, .form-lhtv div.wpcf7-acceptance-missing { color: white; }

.upercase { text-transform: uppercase; }

.woocommerce-breadcrumb { display: none; }

.product-menu { padding-top: 70px; }
.product-menu ul { display: flex; align-items: flex-start; flex-wrap: nowrap; list-style: none; padding: 0; border-bottom: 1px solid #D9D9D9; }
@media (max-width: 500px) { .product-menu ul { flex-direction: column; border-bottom: unset; } }
.product-menu ul li { width: 40%; text-align: center; padding: 10px 0; border-bottom: 1px solid; border-color: #D9D9D9; }
@media (max-width: 500px) { .product-menu ul li { width: 100%; } }
.product-menu ul li a { font-size: 21px; text-transform: uppercase; color: #CCCCCC; display: block; font-weight: 700; }
.product-menu ul li.active { border-color: #FC7400; }
.product-menu ul li.active a { color: #FC7400; }

.class-product { text-align: center; color: #CCCCCC; }

.single-info { max-width: 805px; margin: auto; }

.slide-products img { max-height: 500px; }

.h4-title.black { color: black; font-weight: 700; }

.footer .list .list-item { margin-bottom: 10px; }

.why__content .p-description { text-align: center; }

.title-size-48 { font-weight: 800; font-size: 48px; }
@media screen and (max-width: 991px) { .title-size-48 { font-size: 30px; } }
@media screen and (max-width: 768px) { .title-size-48 { font-size: 25px; } }

.archive .products { padding-left: 0; }

.hover-zoom { overflow: hidden; }
.hover-zoom img { transition: 1s all; transform: scale(1); }
.hover-zoom:hover img { transition: 1s all; transform: scale(1.1); }

.current-menu-item a { color: #FC7400 !important; }
.current-menu-item a:before { width: 100% !important; }

.current-menu-parent a { color: #FC7400 !important; }
.current-menu-parent a:before { width: 100% !important; }

.banner { height: 500px; width: 100%; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center; margin-bottom: 20px; position: relative; }
.banner:before { width: 150px; height: 300px; position: absolute; bottom: -70px; right: 0; content: ""; background-image: url("../images/img_overlay.png"); background-repeat: no-repeat; background-size: contain; background-position: right bottom; }
.banner .container { height: 100%; display: flex; align-items: center; }
.banner .title { max-width: 530px; margin-bottom: 30px; font-weight: 900; font-size: 48px; }
@media screen and (max-width: 991px) { .banner .title { font-size: 30px; } }
@media screen and (max-width: 768px) { .banner .title { font-size: 25px; } }

.about { background-repeat: no-repeat; background-size: cover; background-position: center; }

.about__content { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; }

.why { background-repeat: no-repeat; background-size: cover; background-position: center; }
.why .row { padding-top: 50px; }
.why .box { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0 5px; }
.why .icon { position: relative; width: max-content; padding: 15px; display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }
.why .icon:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 0; border: 1px solid #FFFFFF; box-sizing: border-box; transform: rotate(-45deg); }
.why .icon svg { max-width: 67.5px; width: 100%; height: auto; }
.why .h3-title { max-width: 330px; margin: 0 auto; }

.products .row { justify-content: center; }
.products .box { margin-bottom: 60px; padding: 0 5px; }
.products img { border-radius: 0; height: 272px; object-fit: cover; }
.products a { text-decoration: none; }
.products .h3-title { padding-bottom: 5px; transition: all 0.3s ease-in-out; position: relative; width: fit-content; width: -moz-fit-content; margin-left: auto; margin-right: auto; color: #333333; font-size: 32px; font-weight: 700; /*&:before{ width: 0; content: ""; height: 2px; background-color: $color_1; position: absolute; left: 0; bottom: 0; @include transition;
}*/ }
@media screen and (max-width: 991px) { .products .h3-title { font-size: 24px; } }
@media screen and (max-width: 768px) { .products .h3-title { font-size: 20px; } }
.products .h3-title:hover { color: #FC7400; }
.products .h3-title:hover:before { width: 100%; }

.partners { background-color: #F7F7F7; }
.partners .container { max-width: 1280px; }

.partners__content { padding: 50px 0 0 0; display: flex; justify-content: space-between; align-items: center; }
.partners__content img { max-height: 120px; }

.contact { background-repeat: no-repeat; background-size: cover; background-position: center; }
.contact input, .contact label { width: 100%; }
.contact ::-webkit-input-placeholder { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #FFFFFF; }
.contact input { padding: 8px 20px; background-color: transparent; border: 1px solid #CCCCCC; box-sizing: border-box; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #FFFFFF; outline: none; transition: all 0.3s ease-in-out; }
.contact input:focus { box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); }
.contact .btn-b { margin: 30px auto 0 auto; }

.introduction { background-repeat: no-repeat; background-size: 600px 432px; background-position: left 35px top 50%; background-image: url("../images/bg_introduction.png"); }
.introduction img { max-width: 370px; margin-right: auto; }
.introduction .row { display: flex; align-items: center; }
.introduction .h2-title { max-width: 570px; margin-bottom: 20px; padding-bottom: 0; }
.introduction .p-description { margin-left: auto; margin-right: auto; }
.introduction .btn-a { width: fit-content; margin: 20px auto 0 auto; }

.vision { background-color: #F7F7F7; background-repeat: no-repeat; background-size: cover; background-position: center; background-image: url("../images/bg_vision.png"); overflow: hidden; }
.vision .row { align-items: center; overflow: hidden; }
.vision .col-lg-5 { display: flex; align-items: center; }

.mission .row { align-items: center; }
.mission .h2-title { margin-bottom: 50px; }
.mission .col-lg-8 .row { align-items: flex-start; }
.mission .h3-title, .mission .p-description { text-align: left; }
.mission .p-description { margin-bottom: 30px; }

.values { background-repeat: no-repeat; background-size: cover; background-position: center; }
.values .row { padding-top: 50px; }
.values .box { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0 5px; }
.values .icon { position: relative; width: max-content; padding: 15px; display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }
.values .icon:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 0; border: 1px solid #FFFFFF; box-sizing: border-box; transform: rotate(-45deg); }
.values .icon svg { max-width: 48px; width: 100%; height: auto; }
.values .h4-title { max-width: 220px; margin: 0 auto; }

.tabs .col-lg-2 { border-bottom: 1px solid #D9D9D9; cursor: pointer; }
.tabs .col-lg-2.active, .tabs .col-lg-2:hover { border-color: #FFAC65; border-width: 2px; }
.tabs .col-lg-2.active svg, .tabs .col-lg-2.active path, .tabs .col-lg-2:hover svg, .tabs .col-lg-2:hover path { fill: #FFAC65; }
.tabs .col-lg-2.active .h4-title, .tabs .col-lg-2:hover .h4-title { color: #FFAC65; }
.tabs svg, .tabs path { fill: #B3B3B3; }
.tabs .box { display: flex; align-items: center; flex-direction: column; padding-bottom: 20px; }
.tabs .h4-title { color: #B3B3B3; }

.application-page { padding-bottom: 80px; }
.application-page img { display: block; max-width: 970px; margin: 0 auto 40px auto; }
.application-page p { max-width: 770px; margin-left: auto; margin-right: auto; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #333333; margin-bottom: 15px; }
.application-page .section { display: none; transition: all 0.3s ease-in-out; }
.application-page .section.active { display: block; animation: slide-in 0.5s ease forwards; }

@keyframes slide-in { from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; } }
.group-button { display: flex; align-items: center; margin-bottom: 40px; }
.group-button .btn-a { margin-right: 10px; }

.products-page .slide-products { margin-bottom: 50px; }
.products-page .col-lg-7 .p-description { max-width: 380px; }
.products-page .h2-title { text-align: left; margin-bottom: 20px; }
.products-page .h4-title, .products-page .p-description { text-align: left; }
.products-page ul { padding-left: 20px; margin: 0; height: 100%; }

.sidebar { height: 100%; margin-right: 20px; display: flex; justify-content: flex-end; }

.sidebar-list { padding: 0; list-style: none; margin: 0; border-left: 1px solid #D9D9D9; width: fit-content; margin-left: auto; }

.sidebar-list__item { padding: 15px 0 15px 19px; width: fit-content; border-left: 1px solid transparent; transition: all 0.3s ease-in-out; }
.sidebar-list__item.active, .sidebar-list__item:hover { border-color: #FFAC65; border-width: 2px; }
.sidebar-list__item.active a, .sidebar-list__item:hover a { color: #FFAC65; }
.sidebar-list__item a { font-family: "SVN-Gilroy", sans-serif; padding: 5px 0; font-style: normal; font-weight: 600; font-size: 18px; line-height: 139.61%; color: #CCCCCC; transition: all 0.3s ease-in-out; text-decoration: none; }

.slide-products { display: flex; }
.slide-products ::-webkit-scrollbar { width: 3px; border-radius: 3px; }
.slide-products ::-webkit-scrollbar-thumb { background-color: #FC7400; border-radius: 3px; }
.slide-products ::-webkit-scrollbar-track { background-color: #fff; }
.slide-products .slick-dots { width: 175px; padding-left: 20px; flex-shrink: 0; padding-right: 10px; list-style: none; overflow-y: scroll; overflow-x: unset; }
.slide-products .slick-dots .slick-active { opacity: 1; }
.slide-products .slick-dots .slick-active:before { border-color: rgba(255, 255, 255, 0.7); }
.slide-products .slick-dots li { opacity: 0.5; position: relative; transition: all 0.3s ease-in-out; cursor: pointer; margin-bottom: 10px; }
.slide-products .slick-dots li:before { content: ""; width: 100%; height: 100%; border: 5px solid transparent; position: absolute; left: 0; top: 0; }
.slide-products .slick-dots li img { object-fit: cover; /*width: 72px;
height: 72px;*/ }

.blog { padding: 80px 0; }
.blog .container { padding: 0; }
@media (min-width: 1200px) { .blog .container { max-width: 1170px; } }

.blog-item { margin-bottom: 50px; }
.blog-item .box-img { margin-bottom: 12px; }
.blog-item .box-info h4 { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: 600; font-size: 21px; line-height: 139.61%; color: #1A1A1A; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog-item .box-info h4 a { color: #1A1A1A; }
.blog-item .box-info h5 { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 15px; line-height: 145.07%; color: #808080; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.blog-item .box-info .meta { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 15px; line-height: 145.07%; color: #FFAC65; }

.nav-menu img { width: auto; }
.nav-menu .menu ul { padding: 0; list-style: none; text-align: center; padding-top: 40px; }
.nav-menu li { display: inline; }
.nav-menu li a, .nav-menu li span { background: #B3B3B3; color: white; width: 50px; height: 50px; display: inline-block; padding: 13px; font-size: 15px; text-decoration: unset; }
.nav-menu li a:hover, .nav-menu li span:hover { background: #143E65; }
.nav-menu span.current { background: #FC7400; }
.nav-menu .next, .nav-menu .prev { color: white; }

.content-single-blog h1.title { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: bold; font-size: 35px; line-height: 135.43%; display: flex; align-items: center; color: #A50000; max-width: 770px; margin: auto; margin-bottom: 10px; text-transform: uppercase; }
.content-single-blog h1 { font-size: 35px; }
.content-single-blog h2 { font-size: 30px; }
.content-single-blog h3 { font-size: 25px; }
.content-single-blog h4 { font-size: 20px; }
.content-single-blog h5 { font-size: 15px; }
.content-single-blog h1, .content-single-blog h2, .content-single-blog h3, .content-single-blog h4, .content-single-blog h5, .content-single-blog h6 { max-width: 770px; margin: auto; margin-bottom: 10px; }
.content-single-blog p.meta { max-width: 770px; margin: auto; font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; display: flex; align-items: center; color: #808080; opacity: 0.7; }
.content-single-blog p.meta .author { padding-right: 5px; }
.content-single-blog p.meta .date { padding-left: 5px; }
.content-single-blog .wpb_single_image { max-width: 970px; margin: auto; /*padding: 50px 0;*/ }
.content-single-blog p, .content-single-blog ol, .content-single-blog ul { max-width: 770px; margin: auto; margin-bottom: 30px; }
.content-single-blog p { font-family: "SVN-Gilroy", sans-serif; font-size: 17px; }
.content-single-blog strong { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: bold; font-size: 17px; line-height: 150.1%; color: #1A1A1A; }
.content-single-blog .quote { max-width: 770px; margin: 50px auto; padding: 15px 30px; border-left: 5px solid #CDCDCD; }
.content-single-blog ul, .content-single-blog ol { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #2B2B2B; }
.content-single-blog hr { max-width: 830px; margin: 50px auto; }

.related { max-width: 570px; margin: auto; }
.related .related-title { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: bold; font-size: 27px; line-height: 138.51%; color: #A50000; margin-bottom: 30px; }

.gallery-outer .list-img { padding: 0 5px; }
.gallery-outer .list-img .item { float: left; padding: 5px; width: 33.33333%; max-height: 430px; overflow: hidden; }
@media (max-width: 767px) { .gallery-outer .list-img .item { width: 100%; max-height: unset; } }
.gallery-outer .list-img .item:nth-child(1) { width: 50%; max-height: 650px; overflow: hidden; }
@media (max-width: 767px) { .gallery-outer .list-img .item:nth-child(1) { width: 100%; max-height: unset; } }
.gallery-outer .list-img .item:nth-child(2) { width: 50%; max-height: 650px; overflow: hidden; }
@media (max-width: 767px) { .gallery-outer .list-img .item:nth-child(2) { width: 100%; max-height: unset; } }
.gallery-outer .list-img .item img { min-height: 100%; width: auto; min-width: 100%; }

.like-share { max-width: 770px; margin: auto; text-align: right; margin-bottom: 20px; }

.post-comments { max-width: 770px; margin: auto; text-align: center; }

.footer__top li { list-style: none; }

.footer .widgettitle { text-align: left; margin-bottom: 5px; padding-bottom: 20px; text-transform: uppercase; }

.widgettitle { font-family: "SVN-Gilroy", sans-serif; font-style: normal; font-weight: bold; font-size: 27px; line-height: 138.51%; text-align: center; color: #FC7400; position: relative; padding-bottom: 15px; margin-bottom: 25px; }

.footer { padding: 10px 0; border-top: 1px solid #D9D9D9; }
.footer .menu { padding: 0; margin: 0; list-style: none; font-family: "SVN-Gilroy", sans-serif; }
.footer .menu li { font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #333333; }
.footer .menu li a { display: block; font-style: normal; font-weight: normal; font-size: 17px; line-height: 150.1%; color: #333333; padding-left: 5px; margin-bottom: 5px; position: relative; text-decoration: none; transition: all 0.3s ease-in-out; }
.footer .menu li a:hover { color: #FC7400; text-shadow: 0 0 1px #FC7400; }

.mission .p-description { min-height: 75px; }

.why .h3-title { margin-bottom: 15px; }

.wpb_single_image .vc_figure { width: 100%; }
.wpb_single_image .vc_figure .vc_single_image-wrapper { width: 100%; }

.thumbnail_single_image { padding: 15px 0 30px; }
@media (min-width: 1024px) { .thumbnail_single_image { width: calc(100% + 200px); position: relative; left: -100px; } }

@media screen and (max-width: 991px) { .menu__icon { display: block; cursor: pointer; }
  .menu__icon div { width: 30px; height: 4px; margin: 5px 0; border-radius: 2px; background-color: #FC7400; margin-left: auto; }
  .menu__icon div:nth-child(2) { width: 25px; }
  .menu__icon div:nth-child(3) { width: 20px; }
  .header { position: relative; }
  .logo { order: 1; }
  .menu { order: 3; }
  .btn-phone { order: 2; }
  .menu__content { position: absolute; left: 0; top: 100%; display: block; height: 100vh; padding: 30px 10px; z-index: 5000; background-color: #fff; box-shadow: 0 5px 10px rgba(252, 116, 0, 0.3); visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out; max-width: 250px; width: 100%; transform: translateX(-10px); }
  .menu__content ul { display: block; }
  .menu__content.active { visibility: visible; opacity: 1; transform: translateX(0); }
  .menu__item { width: fit-content; }
  .menu__item a { padding-left: 0; margin-bottom: 10px; }
  .pv80 { padding: 40px 0; }
  .pv60 { padding: 30px 0; }
  .h1-title { font-size: 30px; }
  .h2-title { font-size: 25px; }
  .h3-title { font-size: 20px; }
  .p-description { font-size: 16px; }
  .application-page p { font-size: 16px; }
  .application-page img { margin-bottom: 20px; }
  .banner { height: 350px; }
  .banner:before { bottom: -30px; }
  .about__content { margin-top: 20px; }
  .why .row { padding-top: 20px; }
  .why .box { margin-bottom: 30px; }
  .why .h3-title { margin-bottom: 10px; }
  .partners__content { padding-top: 20px; flex-wrap: wrap; justify-content: center; }
  .partners__content img { max-height: 60px; }
  .partners__content a { width: calc(100% / 3); margin-bottom: 20px; }
  .footer .col-lg-3 { margin-bottom: 30px; }
  .footer li a { font-size: 16px; }
  .banner-a { height: 300px; }
  .introduction { background-position: top 0 center; }
  .introduction img { margin-left: auto; margin-right: auto; display: block; }
  .introduction .h2-title { margin-top: 30px; margin-left: auto; margin-right: auto; }
  .vision .box { margin-left: auto; margin-right: auto; }
  .div-part { overflow: hidden; }
  .div-part .div-part-item { position: relative; }
  .mission img { margin-bottom: 30px; }
  .values .row { padding-top: 20px; }
  .values .box { margin-bottom: 40px; }
  .tabs ::-webkit-scrollbar { border-radius: 3px; height: 4px; padding-top: 10px; }
  .tabs ::-webkit-scrollbar-thumb { background-color: #FC7400; border-radius: 3px; }
  .tabs ::-webkit-scrollbar-track { background-color: #fff; }
  .tabs .row { width: 100%; margin: 0; height: max-content; flex-wrap: nowrap; overflow-y: scroll; padding-bottom: 10px; }
  .sidebar { margin-left: 0; margin-top: 20px; display: block; margin-right: 0; }
  .sidebar-list { padding-left: 5px; border: none; }
  .sidebar-list__item { padding: 8px 10px; }
  .sidebar-list__item a { font-size: 17px; } }
@media screen and (max-width: 768px) { .btn-a, .btn-b, .btn-c { padding: 10px 20px; font-size: 14px; }
  .btn-phone { padding-left: 35px; background-position: left 10px top 50%; }
  .h1-title { font-size: 25px; }
  .h2-title { font-size: 22px; }
  .h3-title { font-size: 18px; }
  .h4-title { font-size: 16px; }
  .logo svg { max-width: 150px; height: auto; }
  .menu__content ul { flex-wrap: wrap; justify-content: center; }
  .products .box { margin-bottom: 30px; padding: 0; }
  .products .h3-title { margin-bottom: 10px; }
  .banner-a { height: 200px; position: relative; }
  .banner-a:before { background-color: rgba(255, 255, 255, 0.5); content: ""; left: 0; top: 0; width: 100%; position: absolute; z-index: 1; height: 100%; }
  .banner-a .h1-title { border: none; z-index: 2; position: relative; }
  .tabs { padding: 10px 0; }
  .products-page ul { padding-left: 20px; }
  .sidebar-list { padding-left: 5px !important; }
  .sidebar-list__item a { font-size: 16px; } }
@media screen and (max-width: 567px) { .pv80 { padding: 30px 0; }
  .h2-title { font-size: 20px; margin-bottom: 10px; }
  .h3-title { font-size: 16px; }
  .h4-title { font-size: 15px; }
  .p-description { font-size: 15px; }
  .application-page p { font-size: 15px; }
  .btn-a, .btn-b, .btn-c { padding: 5px 15px; font-size: 13px; }
  .btn-phone { padding-left: 30px; }
  .logo svg { max-width: 110px; }
  .banner { height: 250px; }
  .banner:before { width: 60px; height: 120px; }
  .why .icon svg { max-width: 40px; }
  .products { padding-bottom: 0; }
  .contact ::-webkit-input-placeholder { font-size: 15px; }
  .contact input { font-size: 15px; }
  .contact .btn-b { margin-top: 20px; }
  .footer .phone, .footer .email, .footer .location { padding-left: 20px; }
  .footer li a { font-size: 15px; }
  .footer__top { padding: 20px 0; }
  .footer__bottom { padding: 15px 0; }
  .footer__bottom .p-description a { font-size: 15px; }
  .introduction { padding-top: 10px; }
  .vision { padding-top: 10px; }
  .values .box { margin-bottom: 20px; }
  .values .icon svg { max-width: 30px; }
  .tabs { padding: 10px 0; }
  .tabs .box { padding-bottom: 0; }
  .products-page { padding-top: 0; }
  .products-page .slide-products { margin-bottom: 20px; }
  .products-page .h2-title { margin-bottom: 0; }
  .sidebar-list__item a { font-size: 15px; }
  .slide-products { display: block; }
  .slide-products ::-webkit-scrollbar { height: 4px; }
  .slide-products .slick-dots { display: flex; padding-left: 0; margin-top: 10px; width: 100%; height: auto !important; }
  .slide-products .slick-dots li { margin-right: 10px; }
  .slide-products .slick-dots li img { width: 50px; height: 50px; }
  .group-button { flex-wrap: wrap; margin-bottom: 20px; }
  .group-button .btn-a, .group-button .btn-c { margin-bottom: 10px; } }
body { font-family: "SVN-Gilroy", sans-serif !important; }

/*# sourceMappingURL=main.css.map */
