:root {
    --Black: #000000;
    --White: #ffffff;
    --body-text: #6e7673;
    --Primary: #b21717;
    --Secondary: #760000;
    --Third: #8a9b8e;
    --Text: #6e7673;
    --Text-2: #072010;
    --Text-3: #eeeeee;
    --Text-4: #278d45;
    --Text-5: #222222;
    --Text-6: #ededed;
    --Text-7: #093416;
    --Bg: #b21717;
    --Bg-1: rgb(13, 64, 28, 0.1);
    --Bg-2: rgb(4, 18, 8, 0.4);
    --Bg-3: rgb(13, 64, 28, 0.05);
    --Bg-4: #6c512f;
    --Bg-5: #3d6649;
    --Bg-6: #52320a;
    --Bg-7: rgb(13, 64, 28, 0.12);
    --Bg-8: #f3f0eb;
    --Bg-9: rgb(13, 64, 28, 0.13);
    --Bg-10: rgb(13, 64, 28, 0.05);
    --Bg-11: #1c6932;
    --Bg-12: rgba(255, 255, 255, 0.07);
    --Bg-13: rgb(13, 64, 28, 0.7);
    --Bg-14: rgb(4, 18, 8, 0.3);
    --Bg-15: rgb(255, 255, 255, 0.25);
    --Bg-16: #e9e0ce;
    --Bg-17: rgb(13, 64, 28, 0.07);
    --Border: rgb(13, 64, 28, 0.15);
    --Border-2: #6a5030;
    --Border-3: rgb(255, 255, 255, 0.2);
    --Border-4: #dbe3dd;
    --Border-5: rgba(255, 255, 255, 0.15);
    --Border-6: #e9e4df;
    --Border-7: rgba(255, 255, 255, 0.5);
    --Border-8: rgb(243, 240, 235, 0.25);
    --Border-9: rgb(4, 18, 8, 0.25);
    --Border-10: rgba(255, 255, 255, 0.3);
    --Border-11: #d1d6cc;
    --Border-12: rgb(13, 64, 28, 0.2);
    --Border-13: rgb(82, 50, 10, 0.23);
    --Border-14: #3b6345;
    --Border-15: rgb(13, 64, 28, 0.5);
    --Color-1: #d11b1b;
    --Color-2: #acd373;
    --Color-3: #f26522;
    --Color-4: #8560a8;
    --Color-5: #95bfa1;
    --Color-6: rgb(255, 255, 255, 0.4);
    --Color-7: #156b2f;
    --Color-8: #1cbbb4;
    --Color-9: #bd8cbf;
    --Color-10: #f26c4f;
    --Color-11: #ed1c24;
    --Color-12: #00aeef;
    --Color-13: #39b54a;
}

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

html {
    margin-right: 0 !important;
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--White);
    padding: 0 !important;
}

body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--Secondary);
    border-radius: 6px;
}

body.no-scroll {
    overflow: hidden;
}

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

footer,
section {
    width: 100%;
    float: left;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: none;
}

a img {
    border: 0;
}

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

select {
    max-width: 100%;
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-display: swap;
    src: url(../font/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    font-display: swap;
    src: url(../font/Montserrat-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-display: swap;
    src: url(../font/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    font-display: swap;
    src: url(../font/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    font-display: swap;
    src: url(../font/Montserrat-Medium.ttf) format('truetype');
}

body,
button,
input,
select,
textarea {
    font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--body-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

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

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

embed,
object,
video {
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type=checkbox] {
    display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    vertical-align: sub;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

input[type=search] {
    outline: 0;
}

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

::-webkit-input-placeholder {
    color: #171412;
}

::-moz-placeholder {
    color: #171412;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #171412;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--Text-2);
    margin: 0;
    text-rendering: optimizeLegibility;
}

.text-upper {
    text-transform: uppercase;
}

.fw-7 {
    font-weight: 700;
}

.fw-6 {
    font-weight: 600;
}

.fw-5 {
    font-weight: 500;
}

.fs-45 {
    font-size: 45px;
}

.fs-35 {
    font-size: 35px;
}

.fs-30 {
    font-size: 30px;
}

.fs-24 {
    font-size: 24px;
}

.fs-23 {
    font-size: 23px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-21 {
    font-size: 21px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fw-5 {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: var(--Text-2);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: var(--Bg);
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.hover-text-primary:hover {
    color: var(--Primary) !important;
}

a.hover-text-secondary:hover {
    color: var(--Secondary) !important;
}

a.hover-text-4:hover {
    color: #760000 !important;
}

a.text-white {
    color: var(--White);
}

.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1320px;
    max-width: 100%;
}

.s-box-portfolio .tf-container {
    overflow: hidden;
}

.s-project .tf-container {
    overflow: hidden;
}

.tf-container .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.tf-container .row>* {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.tf-container.full {
    width: 100%;
}

.tf-container.w-1780 {
    width: 100%;
    max-width: 1800px;
}

.tf-container.w-1290 {
    width: 100%;
    max-width: 1400px;
}

.tf-container.w-1620 {
    width: 100%;
    max-width: 1400px;
}

#wrapper {
    width: 100vw;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset !important;
}

.z-5 {
    z-index: 5;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.lt-sp-01 {
    letter-spacing: 0.1px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
    height: 2px;
}

.overflow-x-auto::-webkit-scrollbar-thumb {
    background: var(--Border);
    border-radius: 999px;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar {
    width: 2px;
}

.overflow-y-auto::-webkit-scrollbar-thumb {
    background: var(--Border);
    border-radius: 999px;
}

.justify-center {
    justify-content: center;
}

.item-center {
    align-items: center;
}

.swiper-slide {
    height: auto;
}

.swiper-slide>* {
    height: 100%;
}

.pt-0 {
    padding-top: 0px;
}

.text-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.overflow-hidden {
    overflow: hidden;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 10;
}

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

.tf-topbar {
    background-color: var(--Primary);
    padding: 10px 0px;
}

.tf-topbar .topbar-inner {
    align-items: center;
    justify-content: space-between;
}

.tf-topbar .topbar-inner .topbar-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 31px;
    background-color: var(--Bg);
    padding: 10px 20px;
    border-radius: 18px;
}

.tf-topbar .topbar-inner .topbar-left span {
    color: var(--White);
}

.tf-topbar .topbar-inner .topbar-left span:not(:last-child) {
    position: relative;
}

.tf-topbar .topbar-inner .topbar-left span:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    border-radius: 50%;
    background-color: var(--Secondary);
}

.tf-topbar .topbar-inner .topbar-right {}

.tf-topbar .topbar-inner .topbar-right .contact-list {
    float: left;
    display: flex;
}

.tf-topbar .topbar-inner .topbar-right .contact-list .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.tf-topbar .topbar-inner .topbar-right .contact-list .item .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-topbar .topbar-inner .topbar-right .contact-list .item .icon i {
    color: var(--White);
    font-size: 16px;
}

.tf-topbar .topbar-inner .topbar-right .contact-list .item a {
    color: var(--White);
    font-size: 14px;
    letter-spacing: 0.1px;
}

.tf-topbar .topbar-inner .topbar-right .contact-list .item a:hover {
    color: var(--Third);
}

.tf-topbar .topbar-inner .topbar-right .social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 10px 29px 10px 24px;
}

.tf-topbar .topbar-inner .topbar-right .social-list li {
    margin-left: 10px;
}

.tf-topbar .topbar-inner .topbar-right .social-list a {
    color: var(--White);
}

.tf-topbar .topbar-inner .topbar-right .social-list a:hover {
    color: var(--White);
}

.tf-topbar .topbar-inner .topbar-right .social-list a .icon-instagram2 {
    font-size: 12px;
}

.tf-topbar.style-2 {
    background-color: transparent;
    padding: 0px;
}

.tf-topbar.style-2 .topbar-inner {
    border-bottom: 1px dashed var(--Bg-15);
    padding: 31px 0px 27px 0px;
}

.tf-topbar.style-2 .topbar-inner .topbar-left {
    background-color: unset;
    padding: 0px;
}

.tf-topbar.style-2 .topbar-inner .topbar-left .logo {
    max-width: 220px;
}

.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list {
    gap: 53px;
}

.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .item {
    gap: 21px;
}

.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .icon {
    width: 55px;
    height: 55px;
}

.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .icon i {
    font-size: 28px;
}

.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .infor .title {
    color: var(--White);
    font-weight: 500;
}

.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .infor .text {
    color: var(--Text-3);
}

.tf-topbar.style-2 .contact-list.mobile {
    display: none;
    width: 100%;
    justify-content: space-between;
}

.tf-topbar.style-2 .contact-list.mobile .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tf-topbar.style-2 .contact-list.mobile .item .icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Secondary);
    border-radius: 50%;
}

.tf-topbar.style-2 .contact-list.mobile .item i {
    color: var(--Primary);
    font-size: 12px;
}

.tf-topbar.style-2 .contact-list.mobile .item p {
    color: var(--White);
    font-size: 14px;
}

.tf-topbar.style-3 {
    background-color: unset;
    padding: 0px;
}

.tf-topbar.style-3 .topbar-inner {
    padding: 21px 0px 20px;
    border-bottom: 1px solid var(--Bg-1);
}

.tf-topbar.style-3 .topbar-left {
    padding: 0px;
    background-color: unset;
    gap: 35px;
}

.tf-topbar.style-3 .topbar-left span {
    color: var(--Primary);
    font-size: 16px;
}

.tf-topbar.style-3 .topbar-left span:not(:last-child)::after {
    top: 40%;
    width: 7px;
    height: 7px;
}

.tf-topbar.style-3 .topbar-right {
    gap: 72px;
}

.tf-topbar.style-3 .topbar-right .contact-list {
    gap: 49px;
}

.tf-topbar.style-3 .topbar-right .contact-list .item a {
    font-size: 16px;
    color: var(--Text);
}

.tf-topbar.style-3 .icon-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    padding-right: 2px;
    margin-right: 27px;
    position: relative;
}

.tf-topbar.style-3 .icon-wrap::after {
    content: "";
    position: absolute;
    height: 33px;
    width: 1px;
    background-color: var(--Bg-9);
    right: 50%;
    top: 0;
}

.tf-topbar.style-3 .icon-wrap .icon:not(:last-child) {
    position: relative;
}

.tf-topbar.style-3 .icon-wrap .icon i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--Primary);
}

.tf-topbar.style-3 .icon-wrap .icon i.fs-25 {
    font-size: 25px;
}

.tf-topbar.style-3 .icon-wrap .icon:hover i {
    color: var(--Secondary);
}

.tf-topbar.style-3 .icon-wrap .icon.wg-bag {
    position: relative;
}

.tf-topbar.style-3 .icon-wrap .icon.wg-bag i {
    font-size: 24px;
}

.tf-topbar.style-3 .icon-wrap .icon.wg-bag::after {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "3";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--Secondary);
    color: var(--Text-5);
    font-weight: 600;
    font-size: 14px;
    top: -14px;
    right: -30px;
}

.header .fixed-header.style-absolute {
    position: fixed;
    z-index: 299;
    top: -1px;
    left: 0;
    transform: translateY(-100%);
    transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
    width: 100%;
    background-color: var(--White);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 3px 100px rgba(2, 21, 78, 0.09);
}

.header .fixed-header.style-absolute.visible {
    pointer-events: all;
    transform: translateY(0%);
    opacity: 1;
    backdrop-filter: blur(10px);
}

.header .fixed-header.style-absolute.style-2 {
    z-index: 9999;
}

.header .fixed-header.style-absolute.style-2 .nav-list .item>a {
    line-height: 80px !important;
    color: var(--Text-2) !important;
}

.header .fixed-header.style-absolute .nav-list .item a {
    line-height: 80px;
}

.header .fixed-header .header-item.children {
    bottom: -20px;
    width: 100%;
}

.header .fixed-header .header-item.children img {
    width: 100%;
}

.header.has-item-bot {
    position: relative;
    margin-bottom: 0px;
}

.header.has-item-bot .header-item {
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 3;
}

.header.has-item-bot .header-item img {
    width: 100%;
}

.header .header-inner {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-inner .header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-inner .header-left .logo-site {
    padding-right: 108px;
    padding-top: 6px;
}

.header .header-inner .header-left .logo-site img {
    max-width: 208px;
}

.header .header-inner .nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.header .header-inner .nav-list .item {
    position: relative;
}

.header .header-inner .nav-list .item a {
    font-weight: 600;
    line-height: 100px;
    display: block;
    font-size: 18px;
    color: var(--Text-2);
}

.header .header-inner .nav-list .item:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0);
    -khtml-transform: perspective(500px) rotateY(0);
    -moz-transform: perspective(500px) rotateY(0);
    -ms-transform: perspective(500px) rotateY(0);
    -o-transform: perspective(500px) rotateY(0);
    transform: perspective(500px) rotateY(0);
}

.header .header-inner .nav-list .item.current-menu::before {
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.header .header-inner .nav-list .item .sub-nav {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    min-width: 200px;
    transform: translateY(20px);
    z-index: 50;
    background-color: var(--Bg);
    padding: 10px 0px 10px 20px;
    -webkit-transform: perspective(500px) rotateY(20deg);
    -khtml-transform: perspective(500px) rotateY(20deg);
    -moz-transform: perspective(500px) rotateY(20deg);
    -ms-transform: perspective(500px) rotateY(20deg);
    -o-transform: perspective(500px) rotateY(20deg);
    transform: perspective(500px) rotateY(20deg);
    transform-origin: -50% 0%;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
    -khtml-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
    -moz-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
    -ms-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
    -o-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
    box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}

.header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.header .header-inner .nav-list .item .sub-nav li .sub-nav {
    visibility: hidden;
    left: 100%;
    opacity: 0;
    top: 0;
}

.header .header-inner .nav-list .item .sub-nav li {
    position: relative;
}

.header .header-inner .nav-list .item .sub-nav li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
}

.header .header-inner .nav-list .item .sub-nav li.current-item a {
    color: var(--Secondary);
}

.header .header-inner .nav-list .item .sub-nav li.current-item a span::before {
    width: 100%;
}

.header .header-inner .nav-list .item .sub-nav li a {
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    color: var(--White);
    width: 100%;
}

.header .header-inner .nav-list .item .sub-nav li a span {
    position: relative;
}

.header .header-inner .nav-list .item .sub-nav li a span::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0%;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .header-inner .nav-list .item .sub-nav li a:hover {
    color: var(--Secondary);
}

.header .header-inner .nav-list .item .sub-nav li a:hover span::before {
    left: 0;
    right: auto;
    width: 100%;
}

.header .header-inner .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
    padding-right: 12px;
}

.header .header-inner .header-right .icon-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header .header-inner .header-right .icon-wrap .icon {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--Border);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .header-inner .header-right .icon-wrap .icon i {
    color: var(--Primary);
}

.header .header-inner .header-right .icon-wrap .icon:hover {
    background-color: var(--Bg-1);
    border-color: var(--Bg-1);
}

.header .header-inner .header-right .icon-wrap .icon.wg-bag {
    position: relative;
}

.header .header-inner .header-right .icon-wrap .icon.wg-bag i {
    font-size: 24px;
}

.header .header-inner .header-right .icon-wrap .icon.wg-bag::after {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "3";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--Secondary);
    color: var(--Text-5);
    font-weight: 600;
    font-size: 14px;
    top: -9px;
    right: -7px;
}

.header .header-inner .header-right .wg-welcome {
    width: 60px;
    height: 59px;
    border-radius: 50%;
    background-color: var(--Primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .header-inner .header-right .wg-welcome:hover {
    background-color: var(--Secondary);
}

.header .header-inner .header-right .wg-welcome:hover i {
    color: var(--Primary);
}

.header .header-inner .header-right .wg-welcome i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--White);
}

.header.style-2 {
    padding: 0px;
}

.header.style-2 .mobile-button span {
    background-color: var(--White);
}

.header.style-2 .mobile-button::after {
    background-color: var(--White);
}

.header.style-2 .mobile-button::before {
    background-color: var(--White);
}

.header.style-2 .header-left {
    padding-left: 18px;
}

.header.style-2 .header-left .logo {
    display: none;
    max-width: 220px;
}

.header.style-2 .header-left .nav-list {
    gap: 41px;
}

.header.style-2 .header-left .nav-list .item>a {
    color: var(--White);
    line-height: 110px;
    font-size: 16px;
}

.header.style-2 .header-right {
    padding: 0px;
    gap: 37px;
}

.header.style-2 .header-right .icon-wrap {
    gap: 11px;
}

.header.style-2 .header-right .icon-wrap .icon {
    background-color: var(--Primary);
    border-color: var(--Primary);
}

.header.style-2 .header-right .icon-wrap .icon i {
    color: var(--White);
}

.header.style-2 .header-right .icon-wrap .icon:hover {
    background-color: var(--Secondary);
    border-color: var(--Secondary);
}

.header.style-3 .header-inner .header-right {
    padding-right: 0px;
    gap: 76px;
}

.header.style-3 .header-inner .header-right .contact-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.header.style-3 .header-inner .header-right .contact-wrap .icon i {
    color: var(--White);
}

.header.style-3 .header-inner .header-right .contact-wrap .sub {
    color: var(--Text-4);
    font-size: 23px;
}

.header.style-3 .header-inner .header-right .contact-wrap .number {
    font-weight: 600;
    font-size: 23px;
    color: var(--Primary);
}

.header.style-3 .header-inner .header-right .contact-wrap .contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header.style-4 .header-inner a {
    font-size: 18px;
    font-weight: 600;
    color: var(--Text-2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.header.style-4 .header-inner a:hover {
    color: var(--Text-4);
}

.header.style-4 .header-inner a i {
    color: var(--Text-4);
}

.header.style-4 .header-inner a.wg-category .fa-angle-down {
    color: var(--Text-2);
}

.header.scrollHeader {
    position: sticky;
    z-index: 99999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.scrollHeader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: var(--White);
}

.mobile-button {
    position: relative;
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: pointer;
    display: none;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 12px;
    background-color: var(--Primary);
}

.mobile-button::before {
    content: "";
    position: absolute;
    top: 5px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: var(--Primary);
}

.mobile-button::after {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: var(--Primary);
}

.mobile-nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-wrap.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0 !important;
}

.mobile-nav-wrap .group-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-nav-wrap .group-icon .site-nav-icon {
    padding: 0 15px;
    line-height: 35px;
    border: 1px solid #f2f2f2;
    gap: 8px;
    background-color: #f2f2f2;
    color: var(--main);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.mobile-nav-wrap .group-icon .site-nav-icon i {
    font-size: 14px;
}

.mobile-nav-wrap .overlay-mobile-nav {
    z-index: 300;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.mobile-nav-wrap .inner-mobile-nav {
    z-index: 300;
    position: fixed;
    padding: 15px;
    z-index: 1001;
    height: 100%;
    width: 320px;
    background-color: var(--Primary);
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.mobile-nav-wrap .inner-mobile-nav .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.mobile-nav-wrap .inner-mobile-nav .logo img {
    max-width: 173px;
}

.mobile-nav-wrap .inner-mobile-nav .logo .mobile-nav-close {
    top: 20px;
    right: 20px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--White);
}

.mobile-nav-wrap .inner-mobile-nav .logo .mobile-nav-close:hover {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile {
    padding-bottom: 10px;
    padding-top: 10px;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile a {
    font-weight: 500;
    color: var(--White);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile.active .item-menu-mobile {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile.active i {
    transform: rotate(90deg);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
    justify-content: space-between;
    display: flex;
    /* margin-bottom: 15px; */
    margin: 8px 0;
    position: relative;
    transition-timing-function: linear;
    font-size: 18px;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:hover {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:hover i {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile.current {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 22px;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile {
    display: none;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item a {
    padding-left: 15px;
    display: block;
    line-height: 40px;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item a:hover {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item a:hover::before {
    left: -5px;
    visibility: visible;
    opacity: 1;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item.current a {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item.current a::before {
    left: -5px;
    visibility: visible;
    opacity: 1;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list {
    margin-bottom: 30px;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list li a {
    color: var(--White);
}

.mobile-nav-wrap .inner-mobile-nav .infor-list li:not(:last-child) {
    margin-bottom: 10px;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list li h5 {
    font-size: 16px;
    line-height: 22px;
    color: var(--White);
    text-transform: uppercase;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list li p {
    font-size: 14px;
    line-height: 20px;
    color: var(--White);
}

.menu-item {
    position: relative;
}

.menu-item i {
    z-index: 9999;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: var(--Secondary);
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 20px;
    top: 20px;
    cursor: pointer;
}

.mobil-pro2 {
    margin-left: 10px;
}

.mobil-pro2 a {
    font-size: 12px;
}

.bg-page {
    top: 0;
    width: 100%;
}

.bg-page img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 824px;
}

.footer {
    background-color: #222334;
    padding-top: 3%;
    position: relative;
}

.footer .footer-inner {
    margin-bottom: 43px;
    position: relative;
    z-index: 5;
}

.footer .footer-inner .footer-inner-wrap.open .footer-title-mobile::before {
    opacity: 0;
}

.footer .footer-inner .footer-inner-wrap.open .footer-title-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
}

.footer .footer-inner .footer-inner-wrap .footer-title-mobile {
    display: none;
    position: relative;
    cursor: pointer;
}

.footer .footer-inner .footer-inner-wrap .footer-title-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--White);
    transition: 0.25s ease-in-out;
}

.footer .footer-inner .footer-inner-wrap .footer-title-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--White);
    transition: 0.25s ease-in-out;
}

.footer .footer-inner .footer-inner-wrap .footer-title {
    color: var(--White);
    font-weight: 600;
    margin-bottom: 31px;
    font-size: 20px;
    position: relative;
}

.footer .footer-inner .footer-inner-wrap .footer-title-desktop:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 120%;
}

.footer .footer-inner .footer-inner-wrap .footer-title.mb-23 {
    margin-bottom: 23px;
}

.footer .footer-inner .footer-inner-wrap .footer-title.mb-28 {
    margin-bottom: 28px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li:not(:last-child) {
    margin-bottom: 14px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li i {
    color: var(--White);
    width: 20px;
    height: 20px;
    text-align: center;
}

.footer .footer-inner .footer-inner-wrap .contact-list li i.fa-mobile {
    font-size: 20px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li i.fa-map-marker {
    font-size: 17px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li p {
    color: var(--White);
    letter-spacing: 0.1px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li p a {
    color: var(--White);
}

.footer .footer-inner .footer-inner-wrap .contact-list li p:hover a {
    color: var(--Secondary)
}

.footer .footer-inner .footer-inner-wrap .contact-list li p.address {
    letter-spacing: 0.2px;
}

.footer .footer-inner .footer-inner-wrap .new-post-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.footer .footer-inner .footer-inner-wrap .new-post-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 23px;
}

.footer .footer-inner .footer-inner-wrap .new-post-list li .image {
    max-width: 63px;
    border-radius: 10px;
    overflow: hidden;
}

.footer .footer-inner .footer-inner-wrap .new-post-list li .content {
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
}

.footer .footer-inner .footer-inner-wrap .new-post-list li .content .title-post {
    color: var(--White);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.footer .footer-inner .footer-inner-wrap .new-post-list li .content p {
    color: var(--Secondary);
    font-size: 14px;
}

.footer .footer-inner .footer-inner-wrap .link-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .footer-inner .footer-inner-wrap .link-list li {
    position: relative;
    overflow: hidden;
}

.footer .footer-inner .footer-inner-wrap .link-list li a {
    display: inline-flex;
    color: var(--White);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    font-size: 16px;
    overflow: hidden;
}

.footer .footer-inner .footer-inner-wrap .link-list li a:hover {
    padding-left: 22px;
    color: var(--Secondary);
}

.footer .footer-inner .footer-inner-wrap .link-list li a:hover svg {
    left: 0px;
    visibility: visible;
    opacity: 1;
}

.footer .footer-inner .footer-inner-wrap .link-list li a:hover svg path {
    fill: var(--Secondary);
}

.footer .footer-inner .footer-inner-wrap .link-list li svg {
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    opacity: 0;
}

.footer .footer-inner .footer-inner-wrap .link-list li svg path {
    fill: var(--White);
}

.footer .footer-bottom {
    border-top: 1px dashed var(--Border-5);
    padding-top: 29px;
    padding-bottom: 29px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    gap: 20px;
    flex-wrap: wrap;
}

.footer .footer-bottom .no-copy {
    color: var(--White);
    text-align: center;
}

.footer .footer-bottom .no-copy a {
    position: relative;
    color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .footer-bottom .no-copy a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer .footer-bottom .no-copy a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: var(--Secondary);
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .footer-bottom .policy-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 37px;
    flex-wrap: wrap;
}

.footer .footer-bottom .policy-list li {
    position: relative;
}

.footer .footer-bottom .policy-list li:not(:last-child)::after {
    content: "|";
    top: 0;
    position: absolute;
    right: -20px;
    color: var(--Secondary);
}

.footer .footer-bottom .policy-list li a {
    color: var(--White);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
}

.footer .footer-bottom .policy-list li a:hover {
    color: var(--Secondary);
}

.footer .img-item {
    position: absolute;
}

.footer .img-item.item-1 {
    top: -22px;
    width: 100%;
    left: 0;
    max-width: unset !important;
}

.footer .img-item.item-1 img {
    height: 23px;
    object-fit: cover;
    width: 100%;
}

.footer .img-item.item-2 {
    bottom: 0;
    right: 0;
    z-index: 0;
}

.footer.style-2 {
    padding-top: 106px;
    z-index: 1;
    position: relative;
}

.footer.style-2 .img-item.item-1 {
    top: -10px;
    width: 100%;
    max-width: unset;
}

.footer.style-2 .img-item.item-1 img {
    max-width: unset;
    width: 100%;
    height: 73px;
}

.footer.style-2 .footer-top {
    padding-bottom: 39px;
    margin-bottom: 64px;
    border: unset;
    position: relative;
}

.footer.style-2 .footer-top::after {
    content: "";
    max-width: 1290px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    border-bottom: 1px dashed var(--Border-5);
}

.footer.style-2 .footer-top .footer-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 44px;
}

.footer.style-2 .footer-top .footer-left .icon {
    width: 87px;
    height: 87px;
    transform: rotate(-30deg);
}

.footer.style-2 .footer-top .footer-left .icon i {
    animation: tf-ani-tada 2s infinite;
    font-size: 31px;
    color: var(--White);
}

.footer.style-2 .footer-top .footer-left .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer.style-2 .footer-top .footer-left .content .title {
    color: var(--White);
}

.footer.style-2 .footer-top .footer-left .content .sub {
    color: var(--White);
}

.footer.style-2 .footer-top .footer-right {
    max-width: 543px;
    height: 100%;
    margin-left: auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.footer.style-2 .footer-top .footer-right input {
    padding: 14px 53px 12px 30px;
}

.footer.style-2 .footer-top .footer-right .btn-send {
    right: 17px;
    top: 8px;
}

.footer.style-2 .footer-inner {
    margin-bottom: 59px;
}

.footer.style-2 .footer-inner .footer-title {
    padding-bottom: 14px;
    margin-bottom: 29px;
    position: relative;
}

.footer.style-2 .footer-inner .footer-title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: var(--Secondary);
    bottom: 0;
    left: 0;
}

.footer.style-2 .footer-inner .footer-inner-wrap .logo {
    max-width: 180px;
    margin-bottom: 32px;
}

.footer.style-2 .footer-inner .footer-inner-wrap .text {
    color: var(--White);
    margin-bottom: 32px;
}

.footer.style-2 .footer-inner .footer-inner-wrap .wg-social ul {
    justify-content: flex-start;
    gap: 8px;
}

.footer.style-2 .footer-inner .footer-inner-wrap .wg-social li a {
    width: 44px;
    height: 44px;
}

.footer.style-2 .footer-bottom {
    padding-bottom: 33px;
}

.slide-area .title-area h1.main-tit,
.slide-area .title-area h2.main-tit {
    font-family: 'Montserrat-ExtraBold';
}

.tf-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    background-color: var(--Primary);
    color: var(--White);
    padding: 10px 5px 10px 15px;
    position: relative;
    z-index: 1;
    width: max-content;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.tf-btn.gap-37 {
    gap: 37px;
}

.tf-btn.gap-34 {
    gap: 34px;
}

.tf-btn.gap-30 {
    gap: 10px;
}

.tf-btn .icon {
    width: 23px;
    height: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
}

.tf-btn .icon i {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--Primary);
    font-size: 14px;
}

.tf-btn .icon i.fs-14 {
    font-size: 14px;
}

.tf-btn .icon::before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 0%;
    height: 100%;
    z-index: 0;
    background-color: var(--Primary);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tf-btn.style-2 {
    padding: 20px 35px;
    width: max-content;
    gap: 15px;
    background-color: var(--White);
    color: var(--Primary);
    border: 1px solid var(--Border-4);
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-btn.style-2::after {
    content: none;
}

.tf-btn.style-2:hover {
    box-shadow: 0px 67px 2px 0px var(--Secondary) inset;
    border-color: var(--Secondary);
}

.tf-btn.style-2.type-2 {
    background-color: var(--Primary);
    color: var(--White);
    padding: 16px 27px;
    font-weight: 400;
    gap: 11px;
}

.tf-btn.style-2.type-3 {
    background-color: var(--Bg-6);
    border-color: var(--Bg-6);
    color: var(--White);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-btn.style-2.type-3:hover {
    box-shadow: 0px 67px 2px 0px var(--Text-4) inset;
    border-color: var(--Text-4);
}

.tf-btn:hover {
    background-color: transparent;
}

.tf-btn:hover .text-style {
    color: var(--Primary);
    transform: translateX(5px);
}

.tf-btn:hover::after {
    transform: scale(30);
}

.tf-btn .text-style {
    color: var(--White);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-btn .text-style.cl-primary {
    color: var(--Primary);
}

.tf-btn.scale-40:hover::after {
    transform: scale(40);
}

.tf-btn.scale-50:hover {
    transition-delay: 0.1s;
}

.tf-btn:hover {
    background-color: var(--Secondary);
}

.tf-btn.scale-50:hover::after {
    transform: scale(50);
}

.tf-btn.full {
    width: 100%;
    justify-content: space-between;
}

.tf-btn.bg-white {
    background-color: var(--White);
    color: var(--Text-2);
}

.tf-btn.gap-35 {
    gap: 35px;
}

.tf-btn.style-3 {
    background-color: var(--Bg-6);
    padding: 19px 35px 18px 35px;
}

.tf-btn.style-3:hover {
    background-color: transparent;
}

.tf-btn.style-3.pd-defalt {
    padding: 6px 5px 6px 35px;
}

.tf-btn-read {
    display: block;
    padding-bottom: 10px;
    position: relative;
    color: var(--Primary);
    width: max-content;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.tf-btn-read:hover {
    color: var(--Secondary);
}

.tf-btn-read:hover::after {
    width: 0%;
    left: auto;
    right: 0;
}

.tf-btn-read.hover-text-4:hover {
    color: var(--Text-4);
}

.tf-btn-read::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    height: 2px;
    width: 100%;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-btn-read.text-white {
    color: var(--White);
}

form {
    position: relative;
    z-index: 30;
}

form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 8px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    background: var(--Bg-3);
    border: 1px solid transparent;
    border-radius: 0px;
    color: var(--Text-2);
    overflow: hidden;
    margin-bottom: 0;
}

._message_form_list input {
    background-color: inherit !important;
    border: 1px solid #ddd !important;
    margin-bottom: 20px !important;
}

form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--Soft-Text);
}

form textarea.style-1,
form input[type=text].style-1,
form input[type=password].style-1,
form input[type=datetime].style-1,
form input[type=datetime-local].style-1,
form input[type=date].style-1,
form input[type=month].style-1,
form input[type=time].style-1,
form input[type=week].style-1,
form input[type=number].style-1,
form input[type=email].style-1,
form input[type=url].style-1,
form input[type=search].style-1,
form input[type=tel].style-1,
form input[type=color].style-1 {
    background-color: var(--Bg-4) !important;
    color: var(--White);
    font-weight: 400;
    padding: 15px 19px 10px 19px;
}

form textarea.style-1::placeholder,
form input[type=text].style-1::placeholder,
form input[type=password].style-1::placeholder,
form input[type=datetime].style-1::placeholder,
form input[type=datetime-local].style-1::placeholder,
form input[type=date].style-1::placeholder,
form input[type=month].style-1::placeholder,
form input[type=time].style-1::placeholder,
form input[type=week].style-1::placeholder,
form input[type=number].style-1::placeholder,
form input[type=email].style-1::placeholder,
form input[type=url].style-1::placeholder,
form input[type=search].style-1::placeholder,
form input[type=tel].style-1::placeholder,
form input[type=color].style-1::placeholder {
    font-weight: 400;
}

form textarea.style-1:focus,
form input[type=text].style-1:focus,
form input[type=password].style-1:focus,
form input[type=datetime].style-1:focus,
form input[type=datetime-local].style-1:focus,
form input[type=date].style-1:focus,
form input[type=month].style-1:focus,
form input[type=time].style-1:focus,
form input[type=week].style-1:focus,
form input[type=number].style-1:focus,
form input[type=email].style-1:focus,
form input[type=url].style-1:focus,
form input[type=search].style-1:focus,
form input[type=tel].style-1:focus,
form input[type=color].style-1:focus {
    border: 1px solid transparent;
    background: transparent;
}

form textarea.style-2,
form input[type=text].style-2,
form input[type=password].style-2,
form input[type=datetime].style-2,
form input[type=datetime-local].style-2,
form input[type=date].style-2,
form input[type=month].style-2,
form input[type=time].style-2,
form input[type=week].style-2,
form input[type=number].style-2,
form input[type=email].style-2,
form input[type=url].style-2,
form input[type=search].style-2,
form input[type=tel].style-2,
form input[type=color].style-2 {
    background-color: var(--Bg-5) !important;
    color: var(--White);
    font-weight: 400;
    line-height: 25px;
    padding: 14px 19px;
}

form textarea.style-2::placeholder,
form input[type=text].style-2::placeholder,
form input[type=password].style-2::placeholder,
form input[type=datetime].style-2::placeholder,
form input[type=datetime-local].style-2::placeholder,
form input[type=date].style-2::placeholder,
form input[type=month].style-2::placeholder,
form input[type=time].style-2::placeholder,
form input[type=week].style-2::placeholder,
form input[type=number].style-2::placeholder,
form input[type=email].style-2::placeholder,
form input[type=url].style-2::placeholder,
form input[type=search].style-2::placeholder,
form input[type=tel].style-2::placeholder,
form input[type=color].style-2::placeholder {
    font-weight: 400;
}

form textarea.style-2:focus,
form input[type=text].style-2:focus,
form input[type=password].style-2:focus,
form input[type=datetime].style-2:focus,
form input[type=datetime-local].style-2:focus,
form input[type=date].style-2:focus,
form input[type=month].style-2:focus,
form input[type=time].style-2:focus,
form input[type=week].style-2:focus,
form input[type=number].style-2:focus,
form input[type=email].style-2:focus,
form input[type=url].style-2:focus,
form input[type=search].style-2:focus,
form input[type=tel].style-2:focus,
form input[type=color].style-2:focus {
    border: 1px solid transparent;
    background: transparent;
}

form textarea:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus {
    border: 1px solid var(--Primary);
    background: var(--White);
}

form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}

form textarea {
    height: 218px;
}

form .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px 30px;
    width: 100%;
}

form .cols.cols-two>* {
    width: 50%;
}

form .cols.style-2 {
    gap: 15px;
}

form .cols.mb-15 {
    margin-bottom: 15px;
}

fieldset {
    margin-bottom: 0px;
    width: 100%;
}

.form-email {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.form-email .btn-send {
    width: 43px;
    height: 43px;
    background: var(--Secondary);
    border-radius: 50%;
    position: absolute;
    right: 6px;
}

.form-email .btn-send i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--White);
}

.form-email .btn-send:hover i {
    color: var(--Primary);
}

.form-email.style-2 {
    flex-wrap: wrap;
}

.form-email.style-2 input {
    padding: 16px 19px 12px 18px !important;
}

.form-email.style-2 .email {
    margin-bottom: 16px;
}

.form-email.style-2 .tf-btn {
    padding: 6px 7px 6px 33px;
}

.form-email.style-3 input {
    background-color: var(--White);
}

.form-email.style-3 .btn-send {
    background-color: transparent;
}

.form-email.style-3 .btn-send i {
    color: var(--Text-4);
}

.form-email.style-4 input {
    background-color: var(--White);
    padding: 12px 19px;
    color: var(--Primary);
    font-weight: 600;
}

.form-email.style-4 input:focus {
    border: 1px solid var(--White);
}

.form-email.style-4 input::placeholder {
    color: var(--Primary);
    font-weight: 600;
}

.form-email.style-4 .btn-send {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-email.style-4 .btn-send:hover {
    background-color: var(--Text-4);
}

.form-email.style-4 .btn-send:hover i {
    color: var(--White);
}

.form-email.style-4 .btn-send i {
    color: var(--Bg-6);
}

.form-send-message .flat-alert {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-send-message .flat-alert.msg-success {
    color: #ffffff;
}

.form-send-message .flat-alert.msg-success i {
    color: #ffffff;
}

.form-send-message .flat-alert.msg-error {
    color: #ffffff;
}

.form-send-message input,
.form-send-message textarea {
    background: var(--Border-3) !important;
    color: var(--White) !important;
    padding: 10px 19px !important;
}

.form-send-message input:focus,
.form-send-message textarea:focus {
    border: 1px solid var(--White) !important;
    background: var(--White) !important;
    color: var(--Text-2) !important;
}

.form-send-message select {
    width: 100%;
    padding: 20px 10px 19px 25px;
    letter-spacing: 1.2px;
    border: 1px solid var(--Primary);
    background: var(--Border-3) !important;
    color: var(--White);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 27.5px;
    position: relative;
}

.form-send-message select option {
    background-color: var(--Primary);
    border-radius: 20px;
}

.form-send-message select:focus {
    border-color: var(--Primary) !important;
}

.form-send-message select:focus.fieldset::after {
    transform: rotate(180deg);
}

.form-send-message select:focus-visible {
    outline: none;
}

.form-send-message fieldset.dropdown {
    position: relative;
}

.form-send-message fieldset.dropdown::after {
    content: "\e9c8";
    position: absolute;
    font-family: "icomoon";
    right: 17px;
    top: 17px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--White);
}

.form-send-message .checkbox-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.form-send-message.style-2 .flat-alert.msg-success {
    color: #072010;
}

.form-send-message.style-2 .flat-alert.msg-success i {
    color: var(--Black);
}

.form-send-message.style-2 .flat-alert.msg-error {
    color: #072010;
}

.form-send-message.style-2 input,
.form-send-message.style-2 textarea {
    background: var(--Bg-10) !important;
    color: var(--Text-2) !important;
}

.form-send-message.style-2 input:focus,
.form-send-message.style-2 textarea:focus {
    border: 1px solid var(--Primary) !important;
    background: var(--White) !important;
}

.form-send-message.style-2 select {
    width: 100%;
    padding: 17px 10px 16px 16px;
    border: 1px solid var(--Bg-10);
    background: var(--Bg-10) !important;
    color: var(--Text-2);
}

.form-send-message.style-2 select.lt-sp-07 {
    letter-spacing: 0.7px;
}

.form-send-message.style-2 select option {
    background-color: var(--Bg-10);
}

.form-send-message.style-2 select:focus {
    border-color: var(--Primary) !important;
}

.form-send-message.style-2 select:focus-visible {
    outline: none;
}

.form-send-message.style-2 .checkbox-item .text {
    color: var(--Text-2);
}

.form-send-message.style-2 .checkbox-item .btn-checkbox {
    top: 40%;
}

.form-send-message.style-2 .checkbox-item .btn-checkbox::after {
    color: var(--Text-2);
}

.form-send-message.style-2 .checkbox-item .tf-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-book .choose-date,
.form-book .choose-date-2 {
    position: relative;
}

.form-book .choose-date label,
.form-book .choose-date-2 label {
    position: absolute;
    left: 22px;
    top: 51%;
    letter-spacing: 0.5px;
    transform: translateY(-50%);
    color: var(--Text-2);
    z-index: 1;
}

.form-book .choose-date input,
.form-book .choose-date-2 input {
    position: relative;
    z-index: 0;
    color: transparent;
    padding: 15px 19px 11px 16px;
}

.form-book .choose-date input:focus,
.form-book .choose-date-2 input:focus {
    color: var(--Text-2);
    z-index: 2;
}

.form-book .choose-date.has-value label,
.form-book .choose-date-2.has-value label {
    z-index: -1;
    color: transparent;
}

.form-book .choose-date.has-value input,
.form-book .choose-date-2.has-value input {
    color: var(--Text-2);
}

.form-book fieldset.mb-15 {
    margin-bottom: 15px;
}

.form-book fieldset.mb-35 {
    margin-bottom: 35px;
}

.form-book fieldset input {
    background-color: var(--White);
    padding: 12px 19px;
}

.form-book fieldset input:focus {
    border-color: var(--White);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#subscribe-msg {
    color: var(--Color-11);
}

#subscribe-msg .notification_ok {
    font-weight: 500;
    color: var(--Color-11);
}

#subscribe-msg .notification_error {
    font-weight: 500;
    color: var(--Color-11);
}

.offcanvas {
    z-index: 3000;
}

.offcanvas-backdrop {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.offcanvas-search {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.offcanvas-search.show {
    transform: translateY(0px) !important;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 99999999999;
}

.offcanvas-search>.btn-close-search {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--bg-4);
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

.offcanvas-search .offcanvas-body {
    padding: 60px 0;
}

.offcanvas-search .form-search-courses input {
    border: 1px solid var(--Border);
    border-radius: 4px;
}

.offcanvas-search .form-search-courses .button-submit button {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.offcanvas-search .form-search-courses .button-submit button i {
    font-size: 22px;
    color: var(--Bg);
}

.main-content {
    background-color: #f3f3f3;
}

.main-content {
    padding: 120px 0px 106px;
}

.main-content.page-contact-us {
    margin-bottom: -20px;
}

.main-content.mb--20px {
    margin-bottom: -20px;
}

.main-content.pt-93 {
    padding-top: 93px;
}

.main-content.page-blog-single {
    padding: 110px 0px 111px;
}

.wg-social .list {
    width: 100%;
    float: left;
}

.wg-social .list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wg-social .list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background-color: var(--White);
}

.wg-social .list li a i {
    color: var(--Bg-6);
    font-size: 20px;
}

.wg-social .list li a:hover {
    background-color: var(--Primary);
}

.wg-social .list li a:hover i {
    color: #fff;
}

.wg-social.style-2 .list {
    gap: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.wg-social.style-2 .list li {
    border: 1px solid var(--Border-14);
    border-radius: 0;
    overflow: hidden;
}

.wg-social.style-2 .list li:first-child {
    border-radius: 10px 0 0 10px;
}

.wg-social.style-2 .list li:last-child {
    border-radius: 0 10px 10px 0;
}

.wg-social.style-2 .list li:not(:last-child) {
    border-right: 0;
}

.wg-social.style-2 .list li:hover {
    border-color: var(--Text-4) !important;
}

.wg-social.style-2 .list li a {
    border-radius: unset;
    width: 45px;
    height: 45px;
    background-color: unset;
}

.wg-social.style-2 .list li a i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--Color-6);
}

.wg-social.style-2 .list li a:hover {
    background-color: var(--Text-4);
}

.wg-social.style-2 .list li a:hover i {
    color: var(--White);
}

.wg-social.style-3 li a {
    background-color: var(--Text-4);
}

.wg-social.style-3 li a i {
    color: var(--White);
}

.wg-social.style-3 li a:hover {
    background-color: var(--Secondary);
}

.heading-section {
    margin-bottom: 30px;
}

.heading-section.mb-81 {
    margin-bottom: 3%;
}

.heading-section.mb-26 {
    margin-bottom: 26px;
}

.heading-section.mb-35 {
    margin-bottom: 35px;
}

.heading-section .sub-title {
    color: var(--Text-4);
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 16px;
}

.heading-section .sub-title.fs-35 {
    font-size: 35px;
}

.heading-section .title {
    font-size: 45px;
    color: var(--Text-2);
    font-weight: 700;
}

.heading-section .title.mb-21 {
    margin-bottom: 21px;
}

.heading-section .img-item .mb-25 {
    margin-bottom: 25px;
}

.heading-section.has-text .title {
    margin-bottom: 2%;
}

.heading-section.has-text .title.mb-24 {
    margin-bottom: 24px;
}

.heading-section.has-text .title.mb-18 {
    margin-bottom: 18px;
}

.heading-section.has-text .text {
    color: var(--Text-2);
    margin-bottom: 26px;
    letter-spacing: 0.1px;
}

.heading-section.style-2 {
    margin-bottom: 26px;
}

.heading-section.style-2 h1 {
    font-size: 30px;
    margin-top: 3%;
}

.heading-section.style-2.mb-43 {
    margin-bottom: 43px;
}

.heading-section.style-2 .img-item {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.heading-section.style-2 .img-item .item {
    margin-right: 19px;
}

.heading-section.style-2 .img-item .item.mr-16 {
    margin-right: 16px;
}

.heading-section.style-2 .img-item .item.mr-25 {
    margin-right: 25px;
}

.heading-section.style-2 .img-item .sub-title {
    margin-bottom: 0px;
}

.heading-section.style-3 .sub-title {
    color: var(--Secondary);
}

.heading-section.style-3 .title {
    color: var(--White);
}

.heading-section.style-3 .text {
    color: var(--Text-3);
}

.heading-section.style-4 .img-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.heading-section.style-4 .img-item.mb-25 {
    margin-bottom: 25px;
}

.heading-section.style-4 .img-item .item {
    margin-right: 15px;
}

.heading-section.style-4 .img-item .item.mr-23 {
    margin-right: 23px;
}

.heading-section.style-4 .img-item .sub-title {
    margin-bottom: 0px;
}

.s-sub {
    margin-bottom: 79px;
}

.s-break-page {
    height: 425px;
    background-color: var(--Secondary);
    position: relative;
    z-index: 3;
}

.s-box-portfolio {
    position: relative;
    z-index: 4;
}

.box-portfolio {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.box-portfolio .image {
    overflow: hidden;
}

.box-portfolio .image img {
    width: 100%;
}

.box-portfolio .content {
    bottom: -140px;
    left: 35px;
    right: 35px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: auto;
    z-index: 2;
}

.box-portfolio .content .sub {
    color: var(--Secondary);
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 1.4px;
}

.box-portfolio .content .title {
    color: var(--White);
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: block;
    position: relative;
}

.box-portfolio .content .title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 57px;
    height: 2px;
    background-color: var(--Secondary);
}

.box-portfolio .content .text {
    color: var(--Text-3);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio .content .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.box-portfolio .content .btn-read {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio .content .btn-read i {
    font-size: 24px;
}

.box-portfolio .content .btn-read:hover {
    background-color: var(--Text-4);
    color: var(--White);
}

.box-portfolio::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 278px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(13, 21, 15, 0.749), transparent);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio::before {
    border-radius: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgb(13, 21, 15);
    opacity: 0.502;
}

.box-portfolio:hover::before {
    height: 100%;
}

.box-portfolio:hover .image img {
    filter: blur(0.8px);
}

.box-portfolio:hover .content {
    bottom: 35px;
}

.box-portfolio:hover .content .text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.box-portfolio:hover .content .btn-read {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.box-portfolio.style-4 {
    position: relative;
}

.box-portfolio.style-4 .content {
    top: 398px;
    bottom: 20px;
    left: 20px;
    right: 23px;
    text-align: center;
    padding: 0px 35px 10px;
    height: 81px;
}

.box-portfolio.style-4 .content .icon {
    margin-bottom: 22px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio.style-4 .content .icon i {
    color: var(--Text-4);
    font-size: 61px;
}

.box-portfolio.style-4 .content .title {
    color: #fff;
    margin-bottom: 23px;
    padding-bottom: 29px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    white-space: nowrap;
}

.box-portfolio.style-4 .content .title::after {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: unset;
    width: 64px;
    height: 3px;
}

.box-portfolio.style-4 .content .text {
    color: #fff;
    margin-bottom: 32px;
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.box-portfolio.style-4 .content .bot {
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(15px);
    visibility: hidden;
    opacity: 0;
}

.box-portfolio.style-4 .content .bot a {
    background-color: var(--Primary);
    color: var(--White);
    display: block;
    padding: 20px 35px;
    border-radius: 8px;
    letter-spacing: 0.5px;
}

.box-portfolio.style-4 .content .bot a:hover {
    background-color: #760000;
}

.box-portfolio.style-4:hover .content {
    padding: 59px 35px 10px;
    top: 20px;
    height: calc(100% - 40px);
}

.box-portfolio.style-4:hover .content .title {
    margin-top: 0px !important;
    letter-spacing: 0.5px;
}

.box-portfolio.style-4:hover .content .title::after {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.box-portfolio.style-4:hover .content .icon {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    transform: scale(1);
    margin-bottom: 35px;
}

.box-portfolio.style-4:hover .content .text {
    transition-delay: 0.2s;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.box-portfolio.style-4:hover .content .bot {
    transition-delay: 0.3s;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.box-portfolio.style-4::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.89), transparent);
}

.box-portfolio.style-3:hover .content-2 {
    background-color: var(--Primary);
}

.box-portfolio.style-3:hover .content-2 .text {
    color: var(--White);
}

.box-portfolio.style-3:hover .content-2 .tf-btn-read {
    color: var(--White);
}

.box-portfolio.style-3::after {
    content: none;
}

.box-portfolio.style-3::before {
    content: none;
}

.box-portfolio.style-3 .image {
    max-width: 410px;
    max-height: 410px;
    position: relative;
    border-radius: 20px 20px 0px 0px;
}

.box-portfolio.style-3 .image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 278px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(13, 21, 15, 0.749), transparent);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio.style-3 .image img {
    width: 100%;
}

.box-portfolio.style-3 .image .content {
    bottom: 28px !important;
    text-align: center;
}

.box-portfolio.style-3 .image .content .sub {
    margin-bottom: 5px;
}

.box-portfolio.style-3 .image .content .title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
}

.box-portfolio.style-3 .image .content .title::after {
    content: none;
}

.box-portfolio.style-3 .content-2 {
    padding: 25px 25px 40px 25px;
    text-align: center;
    background-color: var(--Bg-8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio.style-3 .content-2 .text {
    margin-bottom: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio.style-5 .image img {
    width: 100%;
}

.box-portfolio.style-5 .content {
    bottom: -90px;
    left: 42px;
    right: 46px;
}

.box-portfolio.style-5 .content .bot {
    margin-top: 0px;
}

.box-portfolio.style-5 .content .title {
    margin-bottom: 48px;
    padding-bottom: 23px;
}

.box-portfolio.style-5:hover .content {
    bottom: 43px;
}

.box-portfolio.style-5:hover .content .sub {
    margin-bottom: 17px;
}

.box-portfolio.style-5:hover .content .title {
    margin-bottom: 28px;
    padding-bottom: 23px;
}

.box-portfolio.style-5:hover .content .bot {
    margin-top: 0px;
}

.box-portfolio.style-6 .image img {
    width: 100%;
}

.s-box-portfolio .prev {
    left: 0;
}

.s-box-portfolio .next {
    right: 0;
}

.s-box-portfolio .prev,
.s-box-portfolio .next {
    z-index: 2;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 234px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    color: var(--Primary);
    flex-wrap: wrap;
    cursor: pointer;
}

.s-box-portfolio .prev:hover,
.s-box-portfolio .next:hover {
    background-color: var(--Secondary);
    color: #fff;
}

.swiper-pagination.style-1 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.swiper-pagination.style-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--Primary);
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination.style-1 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 24px;
}

.swiper-pagination.style-1 .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
}

.swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: var(--Text-4);
}

@media (min-width:768px) and (max-width:1439px) {
    .footer.style-2 .tf-accordion-content {
        display: flex !important;
        flex-direction: column;
    }

    .tf-collapse-content {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width:1800px) {

    .scroll-element,
    .scroll-element-2,
    .scroll-element-3,
    .scroll-element-4 {
        transform: translate(0, 0) !important;
    }

    .scale-1-1 {
        transform: scale(1);
    }

    .s-question .image img {
        object-fit: cover;
    }

    .s-benefit.style-2 {
        padding: 0px;
    }

    .s-benefit.style-2 .btn-slide-box-list {
        display: none;
    }

    .s-benefit.style-2 .benefit-list .box-icon {
        width: 100%;
    }

    .s-benefit.style-2 .benefit-list .box-icon .caption {
        line-height: 26px;
        flex-grow: 1;
    }

    .s-break-page.style-3 br {
        display: block;
    }

    .s-break-page.style-3 .image img {
        min-height: 500px;
        object-fit: cover;
    }

    .box-portfolio-2 .content {
        padding: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .subscribe-wrap .has-border {
        gap: 43px;
    }

    br {
        display: none;
    }

    .tf-topbar .topbar-inner .topbar-left {
        text-align: center;
        max-width: 230px;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        white-space: nowrap;
    }

    .tf-topbar .topbar-inner .topbar-left span::after {
        content: none !important;
    }

    .tf-topbar .topbar-inner .topbar-right {
        gap: 30px;
    }

    .tf-topbar .topbar-inner .topbar-right .contact-list {
        gap: 15px 30px;
    }

    .tf-topbar .topbar-inner .topbar-right .contact-list .item {
        gap: 5px;
    }

    .header .header-inner .header-left .nav-list {
        gap: 25px;
    }

    .header .header-inner .header-left .nav-list .item::before {
        left: -17px !important;
        font-size: 20px !important;
    }

    .header .header-inner .header-right {
        padding-right: 0px;
        gap: 20px;
    }

    .header .header-inner .header-right .tf-btn {
        gap: 20px;
        padding: 6px 5px 6px 28px;
    }

    .header .header-inner .header-right .icon-wrap {
        gap: 5px;
    }

    .header .wg-welcome {
        display: none !important;
    }

    .page-title .img-item img {
        width: 100%;
        height: 50px;
        max-width: 1920px;
        object-fit: cover;
    }

    .page-title .img-item.item-2 img {
        object-position: right;
    }

    .page-title .img-item.item-1 img {
        object-fit: cover;
    }

    .footer .img-item.item-1 {
        width: 100%;
    }

    .footer .img-item.item-1 img {
        height: 23px;
        max-width: 1920px;
        object-fit: cover;
    }
}

@media (max-width:1200px) {
    .tf-header-shop .s-img-item.item-1 {
        width: 100%;
    }

    .tf-header-shop .s-img-item.item-1 img {
        width: 100%;
        object-fit: cover;
        height: 10px;
    }

    .tf-header-shop .header-topbar .search-product {
        display: none;
    }

    .tf-header-shop .header-topbar .header-search {
        display: flex;
    }

    .tf-header-shop .header-topbar .header-right .icon-wrap {
        margin-left: 40px;
    }

    .tf-header-shop .mobile-button {
        margin-left: 20px;
    }

    .tf-header-shop .style-absolute.fixed-header {
        padding: 15px 0px;
    }

    .offer-list {
        gap: 30px;
    }

    .offer-list .list li p {
        line-height: 26px;
    }

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

    .header {
        padding: 10px 0px;
    }

    .header .logo-site {
        padding-right: 0px !important;
    }

    .header .main-nav {
        display: none;
    }

    .header .mobile-button {
        display: block;
    }

    .header .fixed-header {
        padding: 15px 0px 0px;
    }

    .header.style-2 .header-inner {
        padding: 15px 0px;
    }

    .header.style-2 .header-inner .header-right {
        gap: 15px;
    }

    .header.style-2 .header-left {
        padding-left: 0px !important;
    }

    .header.style-2 .header-left .logo {
        display: block;
    }

    .header.style-2 .main-nav {
        display: none;
    }

    .header.style-2 .mobile-button {
        display: block;
    }

    .header.style-2 .fixed-header .header-inner {
        padding: 0px;
    }

    .header.style-2 .fixed-header .mobile-button::after,
    .header.style-2 .fixed-header .mobile-button::before {
        background-color: var(--Primary);
    }

    .header.style-2 .fixed-header .mobile-button span {
        background-color: var(--Primary);
    }
}

@media (max-width:1024px) {
    .tf-topbar.style-3 .topbar-left {
        display: none;
    }

    .tf-topbar.style-3 .topbar-right {
        width: 100%;
        justify-content: space-between;
    }

    .footer .footer-bottom {
        justify-content: center;
        gap: 10px;
    }

    .article-blog-item .content .entry-meta {
        flex-wrap: wrap;
        gap: 10px 0px;
    }

    .article-blog-item .content .entry-meta .entry {
        width: 50%;
        justify-content: flex-start;
    }

    .article-blog-item .content .entry-meta .entry:not(:last-child)::after {
        content: "";
    }
}

@media (max-width:991px) {
    .tf-sticky-btn .name-product {
        display: none;
    }

    .s-quality-of-life-2 .img-item.item-1 {
        max-width: 100px;
        z-index: 1;
        left: 20px;
        top: -13%;
    }

    .tf-sidebar .sidebar-item .sb-content {
        padding: 30px;
    }

    .blog-single .content {
        margin-right: unset;
        padding-bottom: 30px;
    }

    .blog-single .entry-image-2 .image {
        max-width: unset !important;
    }

    .main-customer {
        padding-bottom: 30px;
    }

    .s-customer-say {
        padding: 92px 0px 132px;
    }

    .s-review {
        padding-bottom: 30px;
    }

    .s-review .image-wrap {
        padding-bottom: 30px;
        max-width: unset;
        margin-right: unset;
    }

    .s-review .image-wrap .image img {
        min-height: 450px;
        max-height: 650px;
        object-fit: cover;
        object-position: top;
    }

    .wg-shop-content .grid-layout-3 {
        gap: 15px;
    }

    .wg-shop-content .card-product.style-2 {
        padding: 15px;
    }

    .s-relate-product {
        padding-top: 60px;
    }

    .s-relate-product .title {
        margin-bottom: 20px;
    }

    .wg-tabs.style-2 {
        padding: 15px;
    }

    .wg-tabs.style-2 .menu-tab {
        background-color: transparent;
        margin-top: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .wg-tabs.style-2 .menu-tab .item a {
        padding: 15px;
    }

    .thumbs-slider {
        padding-bottom: 30px;
    }

    .s-tab {
        padding-top: 0px;
    }

    .main-content.page-contact-us .s-contact-us {
        padding-top: 60px;
    }

    .main-content.page-contact-us .s-contact-us .contact-list li {
        gap: 15px;
    }

    .main-content.page-event-detail .content {
        max-width: unset;
        margin: unset;
        padding-bottom: 30px;
    }

    .main-content.page-event-detail .content .title {
        margin-bottom: 10px;
    }

    .main-content.page-event-detail .content .title.s2 {
        margin-bottom: 20px;
    }

    .main-content.page-event-detail .content .text-2 {
        margin-bottom: 30px;
    }

    .main-content.page-event-detail .slider-event-detail {
        margin-bottom: 20px;
    }

    .main-content.page-event-detail .tour-infor {
        padding: 30px;
        margin-bottom: 30px;
    }

    .main-content.page-event-detail .tour-schedule .list li {
        gap: 15px;
    }

    .main-content.page-event-detail .tour-schedule .list li .text-wrap {
        gap: 0px;
    }

    .main-content.page-event-detail .tour-schedule .list li .text-wrap .name-tour {
        line-height: 30px;
    }

    .main-content.page-event-detail .tour-schedule .list li .image {
        max-width: 120px;
        max-height: 120px;
    }

    .main-content.page-faq {
        padding: 60px 0px;
    }

    .main-content.page-faq .tf-sidebar-2 {
        padding-bottom: 30px;
    }

    .main-content.page-faq .content {
        max-width: unset;
        margin-left: unset;
    }

    .main-content.page-our-commitments .s-quality-of-life .item-3 {
        display: none;
    }

    .main-content.page-our-commitments .s-other-commitment {
        padding-top: 125px;
    }

    .main-content.page-our-commitments .s-other-commitment .content .img-item {
        margin-bottom: 5px;
    }

    .main-content.page-our-commitments .s-other-commitment .content .title {
        margin-bottom: 10px;
    }

    .main-content.page-our-commitments .s-other-commitment .item-1 {
        display: none;
    }

    .main-content.page-our-commitments .s-other-commitment .other-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .main-content.page-our-commitments .s-other-commitment .image-wrap {
        margin: unset;
        max-width: unset;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .main-content.page-our-commitments .s-other-commitment .image-wrap img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        min-height: 450px;
        max-height: 550px;
    }

    .footer.style-2 .footer-top .footer-left {
        gap: 20px;
    }

    .footer.style-2 .footer-top .footer-right {
        margin-left: unset;
    }

    .s-contact-us.style-2.pb-80 {
        padding-bottom: 50px;
    }

    .s-contact-us.style-2.pt-147 {
        padding-top: 100px;
    }

    .s-contact-us {
        margin-bottom: unset;
    }

    .s-contact-us .section-wrap {
        top: 0;
    }

    .s-contact-us .image img:not(.img-item) {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .s-contact-us .contact-list {
        margin-bottom: 30px;
    }

    .s-contact-us .contact-list br {
        display: block;
    }

    .s-break-page.style-2 br {
        display: none;
    }

    .s-project .slider-s-project {
        margin-top: -190px !important;
    }

    .s-project .s-img-item.item-2 {
        pointer-events: none;
    }

    .s-our-commitment {
        padding-top: 3%;
        padding-bottom: 35px !important;
    }

    .s-our-commitment .main-section {
        flex-wrap: wrap-reverse;
    }

    .s-our-commitment .main-section .image-wrap {
        width: 100%;
    }

    .s-our-commitment .main-section .image-wrap .image img {
        height: 500px;
    }

    .s-our-commitment .main-section .content-section {
        padding-top: 0px;
        width: 100%;
        max-width: unset;
    }

    .s-our-commitment .main-section .content-section .text {
        margin-bottom: 20px;
    }

    .s-service {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .s-service .heading-section {
        padding-bottom: 0px;
    }

    .s-service .box-icon {
        max-width: unset;
        margin-bottom: 30px;
    }

    .s-service .s-img-item {
        pointer-events: none;
    }

    .s-service .s-img-item.item-3 {
        width: 100%;
        height: 30px;
        bottom: -15px;
    }

    .s-service .s-img-item.item-3 img {
        height: 30px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .heading-section {
        margin-bottom: 15px !important;
    }

    .heading-section .img-item {
        margin-bottom: 5px !important;
    }

    .heading-section .sub-title {
        margin-bottom: 0px;
    }

    .heading-section.has-text .title {
        margin-bottom: 0px;
    }

    .heading-section.has-text .text {
        margin-bottom: 15px;
    }

    .s-about-us {
        padding-top: 80px;
        padding-bottom: 35px;
    }

    .s-about-us .main-section {
        gap: 60px;
        flex-wrap: wrap;
    }

    .s-about-us .main-section .heading-section {
        margin-bottom: 10px !important;
    }

    .s-about-us .main-section .content-left {
        width: 100% !important;
    }

    .s-about-us .main-section .content-left .text-1 {
        margin-bottom: 5px;
    }

    .s-about-us .main-section .content-left .text-2 {
        margin-bottom: 15px;
    }

    .s-about-us .main-section .content-left .tf-btn {
        margin-bottom: 35px;
    }

    .s-about-us .content-right {
        width: 100% !important;
    }

    .box-portfolio.style-4 .image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .box-portfolio.style-4.mb-s-991 {
        margin-bottom: 30px;
    }

    .box-portfolio.style-5 .content {
        bottom: -120px;
        left: 30px;
    }

    .box-portfolio.style-5 .content .text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 15px;
    }

    .box-portfolio.style-5:hover .content .title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .header .header-item img {
        height: 25px;
        object-fit: cover;
        object-position: bottom;
    }

    .page-title-home-1 .btn-slide-home-1 {
        right: 20px !important;
    }

    .page-title-home-1 .btn-slide-home-1.btn-next,
    .page-title-home-1 .btn-slide-home-1.btn-prev {
        transform: translateY(150px);
    }

    .page-title-home-1 .slide-home-1 .image img {
        height: 550px;
    }

    .page-title-home-1 .slide-home-1 .content-wrap {
        padding: 65px 15px;
    }

    .blog-right-sidebar-wrap {
        margin-right: 0px;
        margin-bottom: 100px;
    }

    .blog-right-sidebar-wrap .article-blog-item .image img {
        max-height: unset !important;
    }

    .footer {
        padding-top: 3%;
    }

    .footer .footer-top {
        margin-bottom: 40px;
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer .footer-top .footer-left {
        width: 100%;
    }

    .footer .footer-inner {
        margin-bottom: 10px;
    }

    .footer .footer-inner .footer-inner-wrap {
        margin-bottom: 30px;
    }

    .article-blog-item {
        flex-wrap: wrap;
    }

    .article-blog-item .image,
    .article-blog-item.type-2 .image {
        width: 100%;
        max-width: unset;
        height: 500px;
        overflow: hidden;
    }

    .article-blog-item .image .video-wrap,
    .article-blog-item.type-2 .image .video-wrap {
        width: 100%;
    }

    .article-blog-item .image .video-wrap img,
    .article-blog-item.type-2 .image .video-wrap img {
        width: 100%;
        max-width: unset;
    }

    .article-blog-item .content,
    .article-blog-item.type-2 .content {
        padding-top: 0px;
    }

    .article-blog-item .content .entry-meta,
    .article-blog-item.type-2 .content .entry-meta {
        flex-wrap: unset !important;
        gap: 43px !important;
    }

    .article-blog-item .content .entry-meta .entry,
    .article-blog-item.type-2 .content .entry-meta .entry {
        width: unset;
        justify-content: flex-start;
    }

    .article-blog-item .content .entry-meta .entry:not(:last-child)::after,
    .article-blog-item.type-2 .content .entry-meta .entry:not(:last-child)::after {
        content: "/";
        right: -23px;
    }

    .article-blog-item.style-2.type-3 .image {
        height: unset;
    }

    .article-blog-item.style-2.type-3 .entry-meta {
        gap: 20px 15px !important;
        flex-wrap: wrap;
    }

    .subscribe-wrap .has-border {
        padding: 20px;
        flex-wrap: wrap;
    }

    .subscribe-wrap .has-border .notice {
        flex-shrink: unset;
    }

    .subscribe-wrap .has-border .notice .content-inner {
        margin-top: 0px;
        max-width: unset;
        width: 100%;
        gap: 0px;
        justify-content: center;
    }

    .main-content {
        padding: 100px 0px;
    }

    .tf-topbar .topbar-inner .contact-list {
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    .s-break-page.style-2::after {
        background-attachment: unset;
    }

    .s-break-page.style-3 br {
        display: none;
    }

    .s-break-page.style-3 .content {
        padding: 0px 15px;
    }

    .s-break-page.style-3 .text {
        font-size: 60px;
        line-height: 70px;
    }

    .s-contact-us.style-2 .content-section {
        padding: 0px;
    }

    .footer.style-2 {
        padding-top: 70px;
    }

    .footer.style-2 .footer-inner {
        margin-bottom: 20px;
    }

    .footer.style-2 .footer-inner .footer-inner-wrap .footer-title-mobile {
        position: relative;
    }

    .footer.style-2 .footer-inner .footer-inner-wrap .footer-title-mobile::after {
        position: absolute;
        content: "";
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 1px;
        background-color: var(--White);
        transition: 0.25s ease-in-out;
        bottom: unset;
        left: unset;
    }

    .footer.style-2 .footer-inner .footer-inner-wrap .tf-accordion-content {
        display: none;
    }

    .footer.style-2 .footer-inner .footer-inner-wrap .tf-accordion-content li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer.style-2 .footer-top {
        margin-bottom: 40px;
    }

    .footer.style-2 .footer-top .footer-left {
        margin-bottom: 30px;
    }

    .footer .footer-inner .footer-inner-wrap {
        margin-bottom: 20px;
    }

    .footer .footer-inner .footer-inner-wrap .tf-collapse-content {
        display: none;
    }

    .footer .footer-inner .footer-inner-wrap .tf-collapse-content li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer .footer-inner .footer-inner-wrap .footer-title.footer-title-mobile {
        margin-bottom: 0px !important;
        padding-bottom: 10px;
    }

    .footer .footer-title-desktop {
        display: none !important;
    }

    .footer .footer-title-mobile {
        display: block !important;
        font-size: 20px !important;
    }

    .tf-topbar.style-2 .contact-list.mobile {
        justify-content: center;
        gap: 20px;
    }

    .tf-topbar.style-2 .contact-list.mobile li:first-child {
        display: none;
    }

    .s-blog-post {
        padding-top: 3% !important;
        padding-bottom: 3% !important;
    }

    .s-break-page.style-2 {
        height: 500px;
    }

    .s-break-page.style-2 .content {
        top: 50%;
        transform: translateY(-45%);
        padding: 0px;
    }

    .footer .footer-inner .footer-inner-wrap .footer-title {
        margin-bottom: 15px !important;
    }

    .main-content {
        padding: 80px 0px;
    }
}

@media (max-width:650px) {
    .tf-header-shop .header-topbar {
        gap: 15px;
    }

    .tf-header-shop .header-topbar .wg-category {
        display: none;
    }

    .tf-header-shop .header-topbar .icon-wrap {
        margin-left: unset !important;
    }

    .tf-header-shop .style-absolute .header-inner {
        gap: 30px;
    }

    .tf-header-shop .style-absolute .header-inner .header-right .icon-wrap {
        display: flex;
        margin-left: unset !important;
    }

    .article-blog-item.style-2.type-3 .entry-meta {
        flex-wrap: wrap !important;
        gap: 5px 15px !important;
    }

    .article-blog-item.style-2.type-3 .entry-meta li {
        width: unset;
    }

    .article-blog-item .content .entry-meta,
    .article-blog-item.type-2 .content .entry-meta {
        flex-wrap: wrap !important;
        gap: 10px 0px !important;
    }

    .article-blog-item .content .entry-meta .entry,
    .article-blog-item.type-2 .content .entry-meta .entry {
        width: 40%;
        justify-content: flex-start;
    }

    .article-blog-item .content .entry-meta .entry:not(:last-child)::after,
    .article-blog-item.type-2 .content .entry-meta .entry:not(:last-child)::after {
        content: "";
    }

    .header .header-inner .header-right {
        gap: 15px;
    }

    .header .header-inner .header-right .icon-wrap {
        display: none;
    }

    .header.style-3 .contact-wrap {
        display: none !important;
    }

    .topbar-right .social-list {
        padding: 10px 20px !important;
        gap: 15px !important;
    }
}

@media (max-width:550px) {
    .tf-topbar.style-3 .topbar-right {
        gap: 10px;
    }

    .tf-topbar.style-3 .topbar-right .contact-list li:nth-child(2) {
        display: none;
    }

    .tf-topbar.style-3 .topbar-right .icon-wrap {
        gap: 20px;
        margin-right: 10px;
    }

    .tf-topbar.style-3 .topbar-right .icon-wrap::after {
        height: 20px;
    }

    .tf-topbar.style-3 .topbar-right .icon-wrap .wg-bag::after {
        right: -15px;
    }

    .footer .footer-bottom .policy-list li::after {
        content: none !important;
    }

    .box-portfolio.style-3 {
        max-width: unset;
    }

    .tf-btn.scale-50 {
        gap: 10px;
        padding: 6px 5px 6px 20px;
    }

    .s-about-us-2 .wg-counter.style-4 {
        gap: 20px;
        flex-wrap: wrap;
    }

    .s-about-us-2 .wg-counter.style-4 .counter-item {
        width: 100%;
    }

    .header.style-2 .header-inner .tf-btn {
        display: none;
    }

    .s-contact-us .content-section {
        padding: 30px 15px;
    }

    .form-send-message .cols {
        flex-wrap: wrap;
    }

    .wg-counter {
        gap: 30px 0px;
    }

    .wg-counter .sub {
        font-size: 17px;
    }

    .wg-counter .counter-item .icon {
        margin-bottom: 10px;
    }

    .wg-counter .counter-item .odometer span {
        font-size: 50px !important;
    }

    .wg-counter .counter {
        margin-bottom: 0px;
    }

    .s-our-commitment .main-section .content-section .box-icon-list {
        gap: 20px 0px;
        flex-wrap: wrap;
    }

    .s-our-commitment .main-section .content-section .box-icon-list .box-icon {
        max-width: unset;
        padding: 0px 20px;
    }

    .s-our-commitment .main-section .content-section .box-icon-list li {
        width: 50%;
    }

    .s-our-commitment .main-section .content-section .tf-btn {
        padding: 5px 5px 5px 15px;
        gap: 10px;
    }

    .block-quote .has-border .quote .icon {
        display: none;
    }

    .subscribe-wrap .notice .icon {
        display: none;
    }

    .tf-topbar .topbar-left {
        display: none !important;
    }

    .tf-topbar .topbar-right .contact-list {
        gap: 10px 30px !important;
    }
}

@media (max-width:500px) {
    .header-right .tf-btn {}
}

@media (max-width:450px) {
    .tf-topbar.style-2 .contact-list.mobile {
        flex-wrap: wrap-reverse;
        gap: 0px 15px;
    }

    .tf-topbar.style-2 .contact-list.mobile li .icon {
        display: none !important;
    }

    .header.style-2 .icon-wrap {
        display: none !important;
    }

    .heading-section .title {
        font-size: 40px;
        line-height: 50px;
    }

    .wg-counter .counter-item {
        width: 100%;
    }

    .s-project .heading-side {
        padding: 80px 0px 152px;
    }

    .s-project .slider-s-project {
        margin-top: -120px !important;
    }

    .s-project .slider-side .bot {
        margin-top: 40px;
    }

    .slider-s-project .box-portfolio.style-5 .content .title {
        line-height: 30px;
    }

    .slider-s-project .box-portfolio.style-5 .content:hover {
        bottom: 10px;
    }

    .s-about-us .box-trust {
        padding: 15px !important;
    }

    .s-about-us .box-trust .box-icon-list {
        margin-bottom: 30px !important;
    }

    .s-about-us .box-trust .box-icon-list .caption {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .s-about-us .box-trust .benefit-list {
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }

    .s-about-us .box-trust li:not(:last-child) {
        margin-bottom: 8px !important;
    }

    .s-about-us .wg-counter {
        padding: 15px !important;
    }

    .s-about-us .wg-counter .icon {
        top: 10px !important;
        right: 10px !important;
    }

    .s-about-us .wg-counter .counter .odometer span {
        font-size: 50px;
    }

    .s-about-us .wg-counter .sub-odo {
        font-size: 40px !important;
        bottom: -6px;
    }

    .box-portfolio.style-4 .content {
        height: 60px;
    }

    .box-portfolio.style-4 .content .title {
        margin-top: -63px;
        font-size: 18px;
    }

    .btn-slide-home-1 {
        display: none;
    }

    .s-filter-sorting {
        margin-bottom: 30px;
    }

    .block-quote .has-border .bot .meta-left {
        flex-wrap: wrap;
        gap: 0px 38px;
        justify-content: flex-start;
    }

    .block-quote .has-border .bot .meta-left .entry:after {
        content: none !important;
    }

    .block-quote .has-border .bot .entry-author {
        overflow: hidden;
    }

    .block-quote .has-border .bot .entry-author a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .tf-topbar .topbar-inner {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .tf-topbar .topbar-inner .topbar-left {
        width: 100%;
        justify-content: center;
        position: relative;
    }

    .tf-topbar .topbar-inner .topbar-left span {
        width: 100%;
        text-align: center;
    }

    .tf-topbar .topbar-inner .topbar-right .social-list {
        padding: 6px 17px !important;
    }
}

.lang_cont {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 9;
    background-color: #fff;
    padding: 10px;
    height: 100vh;
    overflow-x: hidden;
    display: none;
    box-shadow: 2px 6px 15px 15px rgba(69, 65, 78, .1);
}

.lang {
    margin-top: 40px;
}

.lang li {
    line-height: 40px;
    border-bottom: solid 1px #dddddd;
}

.lang li span {
    font-size: 14px;
}

.lang-close {
    float: right;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999;
    display: none;
    background-color: var(--White);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.MOREon {
    padding-top: 3%;
    width: 100%;
    float: left;
    text-align: center;
}

.MOREon a {
    margin: auto;
}

.col-lg-12 {
    position: relative;
}

.s-project .prev,
.s-project .next {
    top: 50%;
}

@media(max-width:1700px) {
    .header .header-inner .header-left .nav-list {
        gap: 15px;
    }
}

@media(max-width:1460px) {
    .header .header-inner .header-left .nav-list {
        gap: 12px;
    }
}

@media(max-width:1410px) {
    .header .header-inner .header-left .nav-list {
        gap: 15px;
    }

    .header .header-inner .nav-list .item a {
        font-size: 16px;
    }
}

@media(max-width:1400px) {
    .heading-section .title {
        font-size: 26px;
    }

    .header .header-inner .header-left .logo-site img {
        max-width: 180px;
    }
}

@media(max-width:1300px) {
    .header .header-inner .header-left .nav-list {
        gap: 10px;
    }
}

#onlineService {
    display: none;
}

.progress-wrap {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 40px;
    line-height: 35px;
    width: 40px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 98;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--Secondary);
    border: 1.2px solid rgba(134, 134, 134, 0.12);
    background-color: var(--Secondary);
    display: none;
    text-align: center;
}

.progress-wrap i {
    color: #fff;
}

.main-1 {
    width: 100%;
    float: left;
    background-color: #f3f3f3;
}

.ipop {
    background-color: #fff;
    margin-top: -15%;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
}

.ipop ul li {
    float: left;
    width: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.ipop ul li .ipop-left {
    width: 30%;
    float: left;
}

.ipop ul li .ipop-left i {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 50px;
    color: var(--Primary);
}

.ipop ul li .ipop-right {
    width: 65%;
    float: right;
}

.ipop ul li .ipop-right span {
    width: 100%;
    float: left;
    font-size: 30px;
    color: var(--Text-2);
    font-weight: bold;
}

.ipop ul li .ipop-right p {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 2%;
    padding: 5%;
}

.main-2 {
    width: 100%;
    float: left;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #f3f3f3;
}

.ourservices-1-nopo {
    width: 100%;
    float: left;
}

.ourservices-1-nopo ul {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(3, 1fr);
}

.ourservices-1-nopo ul li {
    position: relative;
    padding: 3%;
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
    margin-bottom: 3%;
    border-bottom: solid 5px;
}

.nopo-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.nopo-1 img {
    position: relative;
    width: 100%;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.nopo-1:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.nopo-2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 2%;
    line-height: 20px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nopo-2 ul {
    display: block;
}

.nopo-0 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--Text-2);
    margin-bottom: 2%;
    margin-top: 4%;
}

.nopo-3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
}

.nopo-3 a {
    background-color: var(--Primary);
    color: var(--White);
    padding: 5px 10px 5px 10px;
}

.nopo-3 a:hover {
    background-color: #760000;
}

.main-3 {
    width: 100%;
    float: left;
    margin-top: 3%;
    padding-bottom: 3%;
    background: #fff url(../images/Global-Map.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.elementor-background-overlay {
    background-color: #fff;
    opacity: .9;
    transition: background .3s, border-radius .3s, opacity .3s;
    position: absolute;
    inset: 0;
}

.h-about {
    width: 100%;
    float: left;
}

.h-about-left {
    width: 45%;
    float: left;
    padding-top: 3%;
}

.moup {
    font-size: 16px;
    line-height: 25px;
    margin-top: 2%;
}

.moupa {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 5%;
    margin-bottom: 2%;
}

.moupa a {
    background-color: var(--Primary);
    color: var(--White);
    padding: 10px 20px 10px 20px;
}

.moupa a:hover {
    background-color: #760000;
}

.h-about-right {
    width: 53%;
    float: right;
}

.main-4 {
    width: 100%;
    float: left;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #fff;
}

.wg-counter {
    width: 100%;
    float: left;
    margin-top: 3%;
}

.counter-item {
    width: 25%;
    float: left;
}

.odometer {
    font-size: 60px;
    color: var(--Primary);
    font-weight: bold;
}

.counter-item .sub {
    width: 100%;
    float: left;
    margin-top: 10%;
}

.main-5 {
    width: 100%;
    float: left;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #f3f3f3;
}

.main-6 {
    width: 100%;
    float: left;
    padding-top: 3%;
    padding-bottom: 3%;
    background: #000 url(../images/h-send.webp);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

.h-send {
    width: 100%;
    float: left;
}

.h-send-left {
    width: 45%;
    float: left;
    padding-top: 3%;
}

.moupa {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 5%;
    margin-bottom: 2%;
}

.moupa a {
    background-color: var(--Primary);
    color: var(--White);
    padding: 10px 20px 10px 20px;
}

.moupa a:hover {
    background-color: #760000;
}

.h-send-right {
    width: 53%;
    float: right;
}

.main-7 {
    width: 100%;
    float: left;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #f3f3f3;
}

.main-7 .swiper-slide {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.main-7 .content {
    padding: 5%;
}

.main-7 .content p {
    line-height: 20px;
    margin-top: 2%;
}

.main-7 .image {
    overflow: hidden;
}

.main-7 .image img {
    position: relative;
    width: 100%;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.main-7 .image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.bot {
    width: 100%;
    float: left;
    margin-top: 2%;
    margin-bottom: 5%;
}

@media(max-width:1200px) {
    .ipop ul li .ipop-right span {
        font-size: 24px;
    }

    .ipop ul li .ipop-left i {
        font-size: 40px;
    }
}

@media(max-width:768px) {
    .ipop ul li {
        width: 100%;
        border-bottom: solid 1px #f3f3f3;
    }

    .ipop ul li .ipop-right {
        padding-right: 2%;
    }

    .ipop ul li .ipop-left i {
        font-size: 30px;
    }

    .ipop ul li .ipop-right span {
        font-size: 20px;
    }

    .ipop ul li .ipop-right p {
        font-size: 14px;
    }

    .ourservices-1-nopo ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .nopo-0 {
        font-size: 16px;
    }

    .nopo-2 {
        font-size: 14px;
    }

    .h-about-left {
        width: 100%;
    }

    .h-about-right {
        width: 100%;
    }

    .counter-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .odometer {
        font-size: 30px;
    }

    .h-send-left {
        width: 100%;
    }

    .h-send-right {
        width: 100%;
        margin-top: 5%;
    }
}

@media(max-width:768px) {
    .topbar-right .contact-list {
        display: none !important;
    }

    .lang_cont {
        width: 200px;
    }

    .progress-wrap {
        display: none;
    }

    #onlineService {
        display: block;
    }

    #onlineService {
        overflow: visible;
    }

    #onlineService {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .offside {
        display: flex;
        width: 100%
    }

    .offside li {
        flex-grow: 1;
        flex: 1;
        text-align: center;
        width: auto;
        height: 60px;
        background: #760000 !important;
        border-bottom: none !important;
        border-right: 1px solid rgba(255, 255, 255, 0.15)
    }

    .offside li i {
        color: #fff !important;
        font-size: 20px !important;
        line-height: 60px !important;
        padding: 0;
        font-size: 22px !important
    }

    .offside li.tel {
        width: 47px;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .offside li:last-child {
        display: none
    }

    .offside li p {
        display: none !important
    }

    .offside li a {
        position: static;
        display: inline-block
    }

    .footer {
        padding-bottom: 10%;
    }

    .heading-section.style-2 h1 {
        font-size: 16px;
    }

    .box-portfolio.style-4 .content .title {
        font-size: 20px;
    }

    .heading-section .title {
        font-size: 20px;
    }

    .header .header-inner .header-right .tf-btn {
        gap: 20px;
        padding: 5px 5px 5px 18px;
    }

    .tf-btn .icon {
        width: 30px;
        height: 25px;
    }

    .tf-btn .icon i {
        font-size: 18px;
    }

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

    .index-pro .pro-item {
        width: 50%;
    }

    .article-blog-item .content .title a {
        font-size: 16px;
    }

    .article-blog-item .content .text {
        font-size: 14px;
    }

    .wg-social .list {
        justify-content: center;
    }

    .footer .footer-bottom .no-copy {
        width: 100%;
    }

    .header .header-inner .header-left .logo-site img {
        max-width: 150px;
    }

    .box-icon.style-6 .caption {
        font-size: 20px;
    }
}