/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* xanh #2c487d  do-#c73834*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/slick/slick.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/SFpro/stylesheet.css");
@import url("../assets/font/SVN-Taken/stylesheet.css");
@import url("../assets/font/Abril/stylesheet.css");
@import url("mona-custom.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none !important;
}

blockquote,
q {
    quotes: none;
}

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

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

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "SF Pro Display", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    color: #2E3449;
    letter-spacing: 0.02em;
}

a {
    text-decoration: none;
}

button,
select {
    border: none;
    outline: none;
}

.main {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.over {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.over::-webkit-scrollbar {
    display: none;
}

.no-scroll {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

iframe {
    vertical-align: middle;
}

.effectShine {
    position: relative;
    overflow: hidden;
}

.effectShine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.wow {
    animation-duration: 1s;
}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.dnor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.dnor-item {
    padding: 0 15px;
}

.dmini {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.dmini-item {
    padding: 0 5px;
}

.dsmall {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.dsmall-item {
    padding: 0 8px;
}

@-moz-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-35deg) scale(1.1) skew(1deg);
    }
    40% {
        transform: rotate(35deg) scale(1.1) skew(1deg);
    }
    50% {
        transform: rotate(-35%) scale(1) skew(1deg);
    }
    60% {
        transform: rotate(35%) scale(1) skew(1deg);
    }
    70% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes ZoomIn {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ZoomIn {
    50% {
        transform: scale(0.95);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes Spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes Spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes BTT {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes halo {
    from {
        transform: translate(-50%, -50%) scale(0);
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes mirror {
    100% {
        transform: translate3d(2000%, 0, 0) rotate(35deg);
    }
}

@keyframes DownUp {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes jelly {
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes jellyTranForm {
    25% {
        transform: translate(-50%, -50%) scale(0.9, 1.1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1, 0.9);
    }
    75% {
        transform: translate(-50%, -50%) scale(0.95, 1.05);
    }
}

@keyframes jittery {
    5%,
    50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.05);
    }
    20% {
        transform: scale(1.05) rotate(-5deg);
    }
    25% {
        transform: scale(1.05) rotate(5deg);
    }
    30% {
        transform: scale(1.05) rotate(-3deg);
    }
    35% {
        transform: scale(1.05) rotate(2deg);
    }
    40% {
        transform: scale(1.05) rotate(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes grow {
    from {
        transform: scale(0, 0);
        opacity: 1;
    }
    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}


/* Styles for dialog window */

#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */


/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */


/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}


/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #000000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    z-index: 7;
    transform: translateX(3rem);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .back-to-top {
        right: 1.5rem;
    }
}

.back-to-top.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}

.back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
}

.back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
}

.back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
}

.back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
}

@media only screen and (min-width: 901px) {
    .back-to-top:hover {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

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


/* Handle */

::-webkit-scrollbar-thumb {
    background: #26948A;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #26948A;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: 0.3s ease-in-out;
    z-index: 100;
}

.header.sticky {
    transform: translateY(-96px);
}

@media screen and (max-width: 1100px) {
    .header {
        height: 60px;
    }
    .header.sticky {
        height: 50px;
        transform: translateY(0);
    }
}

.header-main {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.header-main::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #2E3449;
}

@media screen and (max-width: 1100px) {
    .header-main::before {
        display: none;
    }
}

.header-main-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 96px;
}

@media screen and (max-width: 1100px) {
    .header-main-wrap {
        height: 100%;
    }
}

.header-logo {
    display: block;
    cursor: pointer;
    width: 205px;
    height: 60px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1100px) {
    .header-logo {
        width: 150px;
        height: 45px;
    }
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-search {
    flex: 1;
    margin-left: 64px;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .header-search {
        display: none;
    }
}

.header-search-input {
    font-family: 'SF Pro Display', sans-serif;
    height: 48px;
    border-radius: 100px;
    background-color: #F8F8F8;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 30px 0 55px;
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.5;
    border: 1px solid transparent;
    transition: 0.3s ease;
}

.header-search-input::placeholder {
    color: #000000;
    letter-spacing: 0.02em;
}

.header-search-input:focus {
    border: 1px solid #26948A;
}

.header-search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.header-sample {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #2E3449;
    position: relative;
    border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 1100px) {
    .header-sample {
        display: none;
    }
}

.header-sample:before,
.header-sample:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
}

.header-sample:before {
    border-left: 20px solid transparent;
    border-top: 81px solid #2E3449;
    left: -18px;
}

.header-sample:after {
    border-right: 20px solid transparent;
    border-top: 81px solid #2E3449;
    right: -18px;
}

.header-sample .curved {
    position: absolute;
    width: 30px;
    height: 20px;
    overflow: hidden;
    z-index: 1;
}

.header-sample .curved::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    border-radius: 50%;
}

.header-sample .curved-left {
    left: -40px;
    top: 0;
}

.header-sample .curved-left::before {
    top: 0;
    right: 0;
    box-shadow: 30px -30px 0 0 #2E3449;
}

.header-sample .curved-right {
    right: -40px;
    top: 0;
}

.header-sample .curved-right::before {
    top: 0;
    left: 0;
    box-shadow: -30px -30px 0 0 #2E3449;
}

.header-sample-item:not(:first-child) {
    margin-left: 48px;
}

.header-sample-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.header-sample-link:hover .header-sample-icon {
    animation: jelly 1s ease-in-out;
}

.header-sample-link:hover .header-sample-text {
    color: #26948A;
}

.header-sample-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.header-sample-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-sample-text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

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

@media screen and (max-width: 1100px) {
    .header-nav {
        display: none;
    }
}

.header-nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header-nav-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.header-nav-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.header-nav-link {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.header-nav-link:hover {
    color: #26948A;
}

.footer {
    background-color: #2E3449;
}

.footer-wrap {
    padding: 72px 0 46px 0;
}

@media screen and (max-width: 768px) {
    .footer-wrap {
        padding: 40px 0;
    }
}

.footer-list {
    margin-bottom: -30px;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item-first {
    width: calc(100% / 4);
}

@media screen and (max-width: 1000px) {
    .footer-item-first {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .footer-item-first {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
    .footer-item-second {
        width: 100%;
        order: 2;
    }
}

.footer-item-third {
    width: calc(100%*(4/12));
}

@media screen and (max-width: 1200px) {
    .footer-item-third {
        width: calc(100%*(5/12));
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .footer-item-third {
        width: 100%;
        order: 3;
    }
}

.footer-heading {
    color: white;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-text {
    color: white;
    margin-bottom: 1rem;
}

.footer-text.link {
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: block;
}

.footer-text.link:hover {
    color: #26948A;
}

.footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .footer-top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px) {
    .footer-top {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .footer-top .footer-mxh {
        margin-top: 20px;
    }
}

.footer-top .footer-text {
    text-align: center;
}

.footer-mxh {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-mxh-link {
    display: block;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    transition: 0.3s ease;
    cursor: pointer;
    margin-bottom: 8px;
}

.footer-mxh-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-mxh-link:hover {
    transform: translateY(-3px);
}

.footer-main {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .footer-main {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.footer-sp {
    width: calc(100%*(4/12));
}

@media screen and (max-width: 1000px) {
    .footer-sp {
        width: 100%;
    }
}

.footer-sp-item {
    width: calc(100% /2);
}

@media screen and (max-width: 400px) {
    .footer-sp-item {
        width: 100%;
    }
    .footer-sp-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.footer-add-content {
    margin-top: 16px;
}

.footer-add-img {
    padding-top: calc((220 / 370) * 100%);
    position: relative;
    overflow: hidden;
}

.footer-add-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-logo {
    width: 205px;
    height: 60px;
    cursor: pointer;
    display: block;
    margin-bottom: 18px;
}

@media screen and (max-width: 1200px) {
    .footer-logo {
        margin: 0 auto;
        margin-bottom: 18px;
    }
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-author {
    text-align: center;
}

.footer-author-text {
    font-size: 1.4rem;
    line-height: 1.2;
    color: white;
}

.burger {
    cursor: pointer;
    padding-left: 8px;
    margin-left: 8px;
    position: relative;
}

.burger::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 10px;
    bottom: 10px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1101px) {
    .burger {
        display: none;
    }
}

.hamburger .line {
    width: 28px;
    height: 2px;
    border-radius: 4px;
    background-color: #26948A;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
}

#hamburger.active .line:nth-child(1) {
    width: 20px;
    margin-left: auto;
}

#hamburger.active .line:nth-child(2) {
    margin-left: auto;
}

#hamburger.active .line:nth-child(3) {
    width: 25px;
    margin-left: auto;
}

.mobile {
    position: fixed;
    z-index: 140;
    top: 60px;
    left: 0;
    bottom: 0;
    min-width: 250px;
    max-width: 350px;
    background-color: white;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s linear;
    transform: translateX(-110%);
}

.mobile.sticky {
    top: 50px;
}

.mobile.open {
    transform: translateX(0);
}

@media (min-width: 1101px) {
    .mobile {
        display: none;
    }
}

.mobile-news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
    color: #8f1212;
    width: 100%;
    background-color: #ee4b4b;
    padding: 10px 20px;
    text-transform: uppercase;
}

.mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #26948A;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mobile-overlay {
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.mobile-overlay.sticky {
    top: 50px;
}

.mobile-overlay.open {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 1101px) {
    .mobile-overlay {
        display: none;
    }
}

@media (max-width: 1260px) {
    .mobile-container {
        height: 100vh;
        overflow-y: auto;
    }
}

.mobile-wr {
    padding: 20px;
    padding-bottom: 100px;
}

.mobile-list {
    margin-bottom: 20px;
}

.mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: #26948A;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-weight: 500;
}

.mobile-link.active .mobile-arrow {
    transform: rotate(90deg);
}

.mobile-link .mobile-arrow {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    width: 25px;
    height: 10px;
}

.mobile-text {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}

.mobile-text span {
    color: #2E3449;
    font-weight: 500;
}

.mobile-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-sub {
    display: none;
}

.mobile-sub-link {
    padding: 10px 14px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #26948A;
    font-weight: 500;
}

.mobile-sdt {
    color: #2E3449;
    font-weight: 500;
    line-height: 1.6;
}

.mobile-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 4.5px 10px;
    border-radius: 4px;
    background-color: #26948A;
    color: white;
    font-size: 1.4rem;
    margin-left: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 1101px) {
    .mobile-btn {
        display: none;
    }
}

.mobile-btn .icon {
    margin-right: 4px;
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
}

.mobile-qr {
    margin-bottom: 10px;
}

.mobile-language {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.mobile-language-item {
    display: block;
    width: 50px;
    height: 40px;
}

.mobile-language-item .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-language-en {
    margin-left: auto;
}

.mobile-language-vn {
    margin-left: 10px;
}

.mobile-search-icon {
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.mobile-search-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1101px) {
    .mobile-search-icon {
        display: none;
    }
}

.mobile-search {
    position: fixed;
    top: 70px;
    right: 10px;
    min-width: 250px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}

@media screen and (min-width: 1101px) {
    .mobile-search {
        display: none;
    }
}

.mobile-search.sticky {
    top: 60px;
}

.mobile-search.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-search-form {
    height: 40px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    background-color: #F8F8F8;
}

.mobile-search-form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 45px 0 25px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
    font-size: 1.4rem;
    line-height: 1.2;
}

.mobile-search-form input:focus {
    border: 1px solid #26948A;
}

.mobile-search-form .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: transparent;
    cursor: pointer;
}

.mobile-search-form .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-mxh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.mobile-mxh-link {
    display: block;
    flex: 1;
    text-align: center;
    padding: 5px 0;
}

.mobile-mxh-link .icon {
    color: white;
    font-weight: 300;
}

.mobile-mxh-link.face {
    background-color: #0c88ef;
}

.mobile-mxh-link.tw {
    background-color: #50ABF1;
}

.mobile-mxh-link.mess {
    background-color: #0084FF;
}

.mobile-mxh-link.you {
    background-color: #EA412C;
}

.send-form-wr .select .select2-search .select2-search--dropdown {
    display: none !important;
}

.send-form-wr .select2-container {
    font-size: 14px;
    width: 100% !important;
}

.send-form-wr .select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    margin-bottom: 5px;
}

.send-form-wr .select2-container--default .select2-selection--single:focus {
    border: 1px solid #26948A;
}

.send-form-wr .select2-container .select2-selection--single {
    height: unset;
}

.send-form-wr .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    height: 40px;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.send-form-wr .select2-container--default .select2-selection--single {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.send-form-wr .select2-results__option {
    padding: 4px 19px;
}

@media screen and (max-width: 575px) {
    .send-form-wr .select2-results__option {
        padding: 12px 16px 10px 16px;
    }
}

.send-form-wr .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #26948A;
}

.send-form-wr .select2-container--default .select2-results__option--selected {
    background: #f5f5f5;
}

.send-form-wr .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: unset;
    top: 54%;
    transform: translateY(-50%);
}

.send-form-wr .select2-dropdown {
    animation: opacity 0.3s;
}

.send-form-wr .select2-container--default .drop-ic {
    transition: 0s;
    position: relative;
    right: 8px;
}

.send-form-wr .rotate {
    transform: rotate(-180deg);
}

.send-form-wr .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #da251d transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: -7px;
    display: none;
}

.send-form-wr .select2-selection__placeholder {
    color: #c4c4c4 !important;
}

.send-form-wr .select2-dropdown .select2-dropdown--below {
    border-radius: 8px;
}

.send-form-wr .select2-container--open .select2-dropdown--below {
    border-radius: 8px !important;
}

.mirror {
    position: relative;
    overflow: hidden;
}

.mirror::after {
    content: "";
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 1.25em;
    transform: translate3d(-2000%, 0, 0) rotate(35deg);
}

.mirror:hover::after {
    -webkit-animation: mirror 0.4s;
    animation: mirror 0.4s;
}

.sl-cus {
    position: relative;
}

.sl-cus.min {
    min-width: 120px;
}

.sl-cus.min:not(:first-child) {
    margin-left: 5px;
}

.sl-head {
    background-color: #F8F8F8;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
    border-radius: 6px;
}

.sl-head::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 13px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #2E3449;
}

.sl-head::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 13px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #2E3449;
}

.sl-main {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sl-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: white;
    z-index: 10;
    display: none;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
}

.sl-item {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.sl-item:hover {
    background-color: #2E3449;
    color: white;
}

.banner-img {
    width: 100%;
    height: calc(100vw*(562/1728));
    position: relative;
}

@media screen and (max-width: 900px) {
    .banner-img {
        height: calc(100vw*(1000/1728));
    }
}

@media screen and (max-width: 500px) {
    .banner-img {
        height: calc(100vw*(1800/1728));
    }
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2E3449;
}

.banner-content-wrap {
    padding: 48px 100px 48px 56px;
    background-color: #2E3449;
    width: fit-content;
    position: relative;
    border-radius: 0px 20px 0 0;
    min-height: 200px;
}

@media screen and (max-width: 1100px) {
    .banner-content-wrap {
        padding: 20px;
        min-height: 100px;
    }
}

.banner-content-wrap .skew {
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 60px;
    background-color: #2E3449;
    transform: skew(12deg);
    border-radius: 0 10px 0 0;
    z-index: 1;
}

.banner-content-wrap .skew .curved {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 1;
}

.banner-content-wrap .skew .curved::before {
    content: '';
    position: absolute;
    width: 255%;
    height: 255%;
    border-radius: 50%;
}

.banner-content-wrap .skew .curved-right {
    right: -19px;
    bottom: 2px;
}

.banner-content-wrap .skew .curved-right::before {
    bottom: 0;
    left: 0;
    box-shadow: -30px 30px 0 0 #2E3449;
}

.banner-content-text {
    color: white;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .banner-content-text {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .banner-content-text {
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 1100px) {
    .banner-content-text {
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 600px) {
    .banner-content-text {
        font-size: 2rem;
    }
}

.button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    width: fit-content;
}

.button:hover .button-text {
    color: #26948A;
}

.button:hover .button-circle .circular-chart .circle {
    animation: CircleProgressAnimation 0.7s ease-out;
}

.button:hover .button-circle {
    transform: rotate(540deg);
}

.button-text {
    font-weight: 1.4rem;
    line-height: 1.2;
    color: #2E3449;
    font-weight: 700;
    margin-left: -10px;
    margin-bottom: -2px;
    z-index: 1;
    transition: 0.3s ease;
}

.button-text.white {
    color: white;
}

.button-text.white:hover {
    color: #2E3449;
}

@media screen and (max-width: 400px) {
    .button-text {
        font-size: 1.4rem;
    }
}

.button-circle {
    transform: rotate(180deg);
    width: 32px;
    height: 32px;
    transition: 0.6s linear;
}

.button-circle.big {
    width: 40px;
    height: 40px;
}

.button-circle.second .circle-bg {
    stroke: rgba(0, 0, 0, 0.1);
}

.button-circle.second .circular-chart .circle {
    stroke: #2E3449;
}

.button-circle .circle-bg {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 2;
    overflow: hidden;
}

.button-circle .circle {
    fill: none;
    stroke-width: 2;
}

.button-circle .circular-chart .circle {
    stroke: #26948A;
    transition: stroke-dasharray 1.2s ease-in-out;
}

@keyframes CircleProgressAnimation {
    0% {
        stroke-dasharray: 50 100;
    }
    15% {
        stroke-dasharray: 72 100;
    }
    35% {
        stroke-dasharray: 0 100;
    }
    50% {
        stroke-dasharray: 35 100;
    }
    75% {
        stroke-dasharray: 45 100;
    }
    100% {
        stroke-dasharray: 50 100;
    }
}

.btn-esp {
    padding: 10px 40px;
    display: block;
    background-color: transparent;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    width: fit-content;
    cursor: pointer;
}

.btn-esp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #26948A;
    transform: perspective(10px) rotateX(1deg) translateY(-1px);
    border-radius: 26px 26px 0 0;
}

@media screen and (max-width: 500px) {
    .btn-esp {
        padding: 8px 24px;
    }
}

.btn-esp:hover {
    animation: jellyBtn 1s ease;
}

.btn-esp.m-right {
    margin-left: auto;
    margin-right: 25px;
}

@media screen and (max-width: 350px) {
    .btn-esp.m-right {
        margin: 0 auto;
    }
}

.btn-esp .icon {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 10;
}

.btn-esp-text {
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 10;
}

.btn-esp-line {
    position: relative;
}

.btn-esp-line::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #26948A;
}

.btn-esp .curved {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 1;
    transform: perspective(0px) rotateX(0deg);
}

.btn-esp .curved::before {
    content: '';
    position: absolute;
    width: 250%;
    height: 250%;
    border-radius: 50%;
}

.btn-esp .curved-left {
    left: -18px;
    bottom: 1px;
}

@media screen and (max-width: 500px) {
    .btn-esp .curved-left {
        left: -17px;
    }
}

.btn-esp .curved-left::before {
    right: 0;
    bottom: 0;
    box-shadow: 30px 30px 0 0 #c73834;
}

.btn-esp .curved-right {
    right: -18px;
    bottom: 1px;
}

@media screen and (max-width: 500px) {
    .btn-esp .curved-right {
        right: -17px;
    }
}

.btn-esp .curved-right::before {
    bottom: 0;
    left: 0;
    box-shadow: -30px 30px 0 0  #c73834;
}

@keyframes jellyBtn {
    25% {
        transform: scale(0.9, 1);
    }
    50% {
        transform: scale(1.1, 1);
    }
    75% {
        transform: scale(0.95, 1);
    }
}

.input {
    font-family: "SF Pro Display", sans-serif;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    outline: none;
}

.form-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.form-fl-item {
    padding: 0 5px;
}

.form-fl-item-2 {
    width: calc(100%/2);
}

@media screen and (max-width: 400px) {
    .form-fl-item-2 {
        width: 100%;
    }
    .form-fl-item-2:not(:last-child) {
        margin-bottom: 16px;
    }
}

.form-fl-item-3 {
    width: calc(100%/3);
}

.form-gr {
    position: relative;
}

.form-gr:not(:last-child) {
    margin-bottom: 16px;
}

.pani {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pani-item {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #2E3449;
    font-weight: 700;
    background-color: #e3e3e3;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.pani-item:not(:first-child) {
    margin-left: 8px;
}

.pani-item:hover {
    color: white;
    background-color: #26948A;
}

.pani-item.active {
    color: white;
    background-color: #26948A;
}

.pro-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.pro-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .pro-list {
        margin: 0 -2px;
        margin-bottom: -4px;
    }
}

.pro-item {
    margin-bottom: 30px;
    width: calc(100%/3);
}

@media screen and (max-width: 768px) {
    .pro-item {
        width: calc(100% /2);
    }
}

@media screen and (max-width: 500px) {
    .pro-item {
        padding: 0 2px;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 400px) {
    .pro-item {
        width: 100%;
    }
}

.pro-img {
    padding-top: calc((260 / 370) * 100%);
    position: relative;
    overflow: hidden;
}

.pro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-block:not(:last-child) {
    margin-bottom: 30px;
}

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

.sidebar-form .t-heading {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.sidebar-form-pd {
    padding: 15px 15px 0 15px;
}

.sidebar-form-main {
    margin-bottom: 40px;
}

.sidebar-form-head {
    margin-bottom: 95px;
    text-align: center;
}

.sidebar-form input {
    border-radius: 6px;
}

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

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

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

.fw-8 {
    font-weight: 800;
}

.fw-b {
    font-weight: bold;
}

.fsi {
    font-style: italic;
}

.t-up {
    text-transform: uppercase;
}

.t24 {
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
    .t24 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .t24 {
        font-size: 1.7rem;
    }
}

.t-heading {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 1200px) {
    .t-heading {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .t-heading {
        font-size: 2.2rem;
    }
}

.t-heading.white {
    color: white;
}

.t-heading.block {
    display: block;
}

.t-heading .quote {
    margin-right: 15px;
}

.t-heading.center {
    align-items: center;
}

.t-heading.m-mini {
    margin-bottom: 6px;
}

.t-heading.m-small {
    margin-bottom: 6px;
}

.t-heading.m-nor {
    margin-bottom: 24px;
}

.t-heading.m-large {
    margin-bottom: 30px;
}

.t-taken {
    font-family: 'SVN-Taken by Vultures', sans-serif;
    font-size: 7.2rem;
    line-height: 1.2;
    color: #26948A;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .t-taken {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .t-taken {
        font-size: 4rem;
    }
}

.t-taken.big {
    font-size: 11.2rem;
}

@media only screen and (max-width: 1200px) {
    .t-taken.big {
        font-size: 7rem;
    }
}

@media only screen and (max-width: 800px) {
    .t-taken.big {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 600px) {
    .t-taken.big {
        font-size: 4rem;
    }
}

.heading-line {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 100px;
    color: rgba(46, 52, 73, 0.4);
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .heading-line {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .heading-line {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 500px) {
    .heading-line {
        padding-left: 50px;
    }
}

.heading-line.white {
    color: white;
}

.heading-line.white::before {
    background-color: white;
}

.heading-line.double {
    padding-right: 100px;
}

@media screen and (max-width: 500px) {
    .heading-line.double {
        padding-right: 50px;
    }
}

.heading-line.double::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 1px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 500px) {
    .heading-line.double::after {
        width: 40px;
    }
}

.heading-line::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 500px) {
    .heading-line::before {
        width: 40px;
    }
}

.container-second {
    width: 100%;
    max-width: 770px;
    height: 100%;
    margin: 0 auto;
}

.c-pri {
    color: #26948A;
}

.c-second {
    color: #2E3449;
}

.c-third {
    color: #f05123;
}

.c-white {
    color: white;
}

.bc-pri {
    background-color: #26948A;
}

.bc-second {
    background-color: #2E3449;
}

.bc-third {
    background-color: #f05123;
}

.over-hd {
    overflow: hidden;
}

.swiper-pagination {
    position: static;
}

.swiper-pagination-bullet {
    opacity: 1;
    margin: 0 !important;
    display: block;
    height: fit-content;
}

.head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .head {
        flex-direction: column;
        align-items: flex-start;
    }
}

.head-left {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .head-left {
        margin-bottom: 20px;
    }
}

.head-right {
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .head-right {
        margin-left: 0px;
        width: 100%;
    }
}

.nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.nav-list::-webkit-scrollbar {
    display: none;
}

.nav-item {
    background: rgba(38, 148, 138, 0.1);
    border-radius: 100px;
    transition: 0.3s ease-in-out;
}

.nav-item:not(:first-child) {
    margin-left: 8px;
}

.nav-item.active {
    background-color: #26948A;
}

.nav-item.active .nav-link {
    color: white;
}

.nav-item:hover {
    background-color: #26948A;
}

.nav-item:hover .nav-link {
    color: white;
}

.nav-link {
    display: block;
    padding: 16px;
    color: #26948A;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
    min-width: 100px;
}

.side-left {
    width: calc(100%*(8/12));
}

@media screen and (max-width: 1000px) {
    .side-left {
        width: 100%;
    }
}

.side-right {
    width: calc(100%*(4/12));
}

@media screen and (max-width: 1000px) {
    .side-right {
        width: 100%;
    }
}

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

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10s:not(:last-child) {
    margin-bottom: 10px;
}

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

.mb-12s:not(:last-child) {
    margin-bottom: 12px;
}

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

.mb-15s:not(:last-child) {
    margin-bottom: 15px;
}

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

.mb-16s:not(:last-child) {
    margin-bottom: 16px;
}

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

.mb-18s:not(:last-child) {
    margin-bottom: 18px;
}

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

.mb-20s:not(:last-child) {
    margin-bottom: 20px;
}

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

.mb-24s:not(:last-child) {
    margin-bottom: 24px;
}

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

.mb-25s:not(:last-child) {
    margin-bottom: 25px;
}

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

.mb-30s:not(:last-child) {
    margin-bottom: 30px;
}

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

.mb-40s:not(:last-child) {
    margin-bottom: 40px;
}

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

.ml-16 {
    margin-left: 16px;
}

.m-mid {
    margin: 0 auto;
}

.ss-mg {
    margin-bottom: 100px;
}

@media screen and (max-width: 1100px) {
    .ss-mg {
        margin-bottom: 40px;
    }
}

.ss-pd {
    padding: 100px 0;
}

@media screen and (max-width: 1100px) {
    .ss-pd {
        padding: 40px 0;
    }
}

.ss-pd-t {
    padding-top: 100px;
}

@media screen and (max-width: 1100px) {
    .ss-pd-t {
        padding-top: 40px;
    }
}

.ss-pd-b {
    padding-bottom: 100px;
}

@media screen and (max-width: 1100px) {
    .ss-pd-b {
        padding-bottom: 40px;
    }
}

.orther {
    position: relative;
    overflow: hidden;
}

.orther::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100vh;
    width: calc(100%*(10/12));
    background-color: #F8F8F8;
    z-index: -1;
}

@media screen and (max-width: 900px) {
    .orther::before {
        width: 100%;
    }
}

.orther-wrap {
    width: calc(100vw - ((100vw - 1170px) / 2));
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .orther-wrap {
        padding-right: 15px;
    }
}

@media screen and (max-width: 900px) {
    .orther-wrap {
        padding-right: 0;
    }
}

.orther-list {
    align-items: center;
}

.orther-left {
    width: calc(100%*(5/12));
}

@media screen and (max-width: 900px) {
    .orther-left {
        width: 100%;
    }
}

.orther-right {
    width: calc(100%*(7/12));
}

@media screen and (max-width: 900px) {
    .orther-right {
        width: 100%;
    }
}

.orther-right-list {
    margin-bottom: 16px;
}

.orther-right-item {
    width: calc(100% /2);
}

@media screen and (max-width: 500px) {
    .orther-right-item {
        width: 100%;
    }
    .orther-right-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.orther-img {
    padding-top: calc((725 / 579) * 100%);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .orther-img {
        padding-top: 50%;
    }
}

.orther-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orther-content {
    margin-left: 70px;
    padding: 15px 0;
}

@media screen and (max-width: 1200px) {
    .orther-content {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .orther-content {
        padding: 30px 15px;
    }
}

.orther-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
}

.orther-text .icon {
    color: #26948A;
    margin-right: 16px;
    position: relative;
    top: 4px;
}

.orther-holl {
    min-height: 100px;
    width: 100%;
}

.orther-contact-wrap {
    background-color: #2E3449;
    width: fit-content;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .orther-contact-wrap {
        width: calc(100%*(5/12) - 25px);
    }
}

@media screen and (max-width: 900px) {
    .orther-contact-wrap {
        width: calc(100%*(6/12));
    }
}

@media screen and (max-width: 768px) {
    .orther-contact-wrap {
        width: 100%;
    }
}

.orther-contact-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: 0.3s ease-in-out;
    background-color: #26948A;
}

.orther-contact-wrap:hover::before {
    width: 3%;
    right: 0;
}

.orther-contact-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 36px 48px;
    justify-content: center;
}

@media screen and (max-width: 1100px) {
    .orther-contact-button {
        padding: 20px;
    }
}

.orther-contact-button .text {
    color: white;
    flex: 1;
    z-index: 2;
    white-space: nowrap;
}

.orther-contact-button .icon {
    width: 30px;
    height: 30px;
    border-radius: 100rem;
    margin-right: 20px;
    animation: phoneRing 2s ease infinite;
    z-index: 2;
}

@media screen and (max-width: 500px) {
    .orther-contact-button .icon {
        width: 30px;
        height: 30px;
    }
}

.orther-contact-button .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#curved-corner-bottomleft,
#curved-corner-bottomright,
#curved-corner-topleft,
#curved-corner-topright {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

#curved-corner-bottomleft:before,
#curved-corner-bottomright:before,
#curved-corner-topleft:before,
#curved-corner-topright:before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 50%;
}

#curved-corner-bottomleft:before {
    bottom: 0;
    left: 0;
    box-shadow: -50px 50px 0 0 red;
}

#curved-corner-bottomright:before {
    bottom: 0;
    right: 0;
    box-shadow: 50px 50px 0 0 red;
}

#curved-corner-topleft:before {
    top: 0;
    left: 0;
    box-shadow: -50px -50px 0 0 red;
}

#curved-corner-topright:before {
    top: 0;
    right: 0;
    box-shadow: 50px -50px 0 0 red;
}

.project-wrapper {
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px;
}

.project-wrapper .project-pd:nth-child(even) .project-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
}

.project-wrapper .project-pd:nth-child(even) .project-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
}

.project-wrapper .project-pd:nth-child(even) .project-item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
}

.project-wrapper .project-pd:nth-child(even) .project-item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
}

.project-wrapper .project-pd:nth-child(even) .project-item:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2/3;
}

@media screen and (max-width: 768px) {
    .project-wrapper .project-pd:not(:last-child) {
        margin-bottom: 4px;
    }
}

.project-top {
    align-items: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
    .project-top {
        margin: 0 -2px;
        margin-bottom: 4px;
    }
}

.project-top-left {
    width: calc(100%*(4/12));
}

@media screen and (max-width: 1100px) {
    .project-top-left {
        padding: 0 2px;
    }
}

@media screen and (max-width: 1000px) {
    .project-top-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.project-top-right {
    width: calc(100%*(8/12));
}

@media screen and (max-width: 1100px) {
    .project-top-right {
        padding: 0 2px;
    }
}

@media screen and (max-width: 1000px) {
    .project-top-right {
        width: 100%;
    }
}

.project-top-img {
    padding-top: calc((380 / 776) * 100%);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .project-top-img {
        padding-top: 32.5%;
    }
}

@media screen and (max-width: 600px) {
    .project-top-img {
        padding-top: 49%;
    }
}

@media screen and (max-width: 500px) {
    .project-top-img {
        padding-top: 74%;
    }
}

.project-top-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-pd {
    padding-top: calc((776/1170)*100%);
    position: relative;
}

@media screen and (max-width: 768px) {
    .project-pd {
        padding-top: 0;
    }
}

.project-posi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .project-posi {
        position: static;
    }
}

.project-list {
    display: grid;
    align-items: initial;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: calc(100% /2) calc(100% /2);
    margin-bottom: -16px;
    height: 100%;
}

@media screen and (max-width: 1100px) {
    .project-list {
        margin: 0 -2px;
        margin-bottom: -4px;
    }
}

@media screen and (max-width: 768px) {
    .project-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-align-items: stretch;
        flex-wrap: wrap;
    }
}

.project-item {
    margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
    .project-item {
        padding: 0 2px;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 768px) {
    .project-item {
        width: calc(100% /2);
    }
}

.project-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}

@media screen and (max-width: 768px) {
    .project-item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}

.project-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
}

@media screen and (max-width: 768px) {
    .project-item:nth-child(2) {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}

.project-item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/3;
}

@media screen and (max-width: 768px) {
    .project-item:nth-child(3) {
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

.project-item:nth-child(4) {
    grid-column: 1/3;
    grid-row: 2/3;
}

@media screen and (max-width: 768px) {
    .project-item:nth-child(4) {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}

.project-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .project-img {
        padding-top: 100%;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .project-img {
        padding-top: 150%;
    }
}

.project-img:hover .project-overlay {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.project-img:hover .project-content-head {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .project-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.project-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.6s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
}

.project-content-head {
    padding: 16px 24px;
    transition: 1s ease-in-out;
    transition-delay: 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
}

@media screen and (max-width: 1100px) {
    .project-content-head {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .project-name {
        font-size: 1.5rem;
    }
}

.project-des {
    color: rgba(46, 52, 73, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .project-des {
        font-size: 1.4rem;
    }
}

.project-more {
    width: 100%;
    height: 100%;
    background-color: #26948A;
    cursor: pointer;
    position: relative;
    transition: 0.6s ease-in-out;
}

.project-more .icon {
    color: white;
    font-size: 3rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s ease-in-out;
}

.project-more:hover {
    opacity: 0.8;
}

.project-more:hover .icon {
    transform: translate(-50%, -50%) rotate(360deg);
}

.we {
    margin-top: -16px;
}

@media screen and (max-width: 1100px) {
    .we {
        margin-top: -4px;
    }
}

.we-head {
    padding: 180px 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1100px) {
    .we-head {
        padding: 40px 15px;
    }
}

.we-head-text {
    font-size: 7.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #CCCFDA;
    letter-spacing: 0.5em;
}

@media only screen and (max-width: 1200px) {
    .we-head-text {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .we-head-text {
        font-size: 4rem;
    }
}

.we-head-text .letter {
    display: inline-block;
    line-height: 1em;
}

.we-head-text span {
    color: #26948A;
    position: relative;
    display: inline-block;
}

.we-head-text span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-3000%);
    bottom: 100%;
    height: 100vh;
    width: 1px;
    background-color: #26948A;
    z-index: -1;
}

.we-head-text span::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-3000%);
    top: 100%;
    height: 100vh;
    width: 1px;
    background-color: #26948A;
    z-index: -1;
}

.we-body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 500px;
    margin-top: -500px;
}

.we-block {
    background-color: rgba(46, 52, 73, 0.9);
    padding-top: 74px;
}

@media screen and (max-width: 1200px) {
    .we-block {
        margin: 0 -15px;
    }
}

.we-top {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 16px;
}

.we-form-con {
    width: 860px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.we-form-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    flex-wrap: wrap;
}

.we-form-item {
    width: calc(100% /2);
    position: relative;
}

@media screen and (max-width: 400px) {
    .we-form-item {
        width: 100%;
    }
    .we-form-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.we-form-item:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.1);
}

.we-form-input {
    height: 48px;
    width: 100%;
    font-family: 'SF Pro Display', sans-serif;
    padding: 0 15px;
    border: none;
    outline: none;
    font-size: 1.6rem;
    line-height: 1;
}

.we-form-input.second {
    padding: 0 15px 0 55px;
}

.we-form-84 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    line-height: 1.2;
}

.ser {
    position: relative;
}

.ser-house {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    padding-top: 25%;
}

.ser-house img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ser-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -55px;
}

@media screen and (max-width: 1200px) {
    .ser-row {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 500px) {
    .ser-row {
        margin: 0 -5px;
    }
}

.ser-col {
    padding: 0 55px;
    width: calc(100% /2);
}

@media screen and (max-width: 1200px) {
    .ser-col {
        padding: 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .ser-col {
        padding: 0 5px;
    }
}

.ser-item {
    width: 100%;
}

.ser-item:not(:last-child) {
    margin-bottom: 64px;
}

@media screen and (max-width: 1100px) {
    .ser-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.ser-main {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 500px) {
    .ser-main .text {
        font-size: 1.4rem;
    }
}

.ser-img {
    display: block;
    padding-top: 100%;
    position: relative;
    filter: drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.16));
}

.ser-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.16));
}

.ser-content {
    margin-top: 24px;
}

.ser-name {
    margin-bottom: 8px;
}

.ser-des {
    color: rgba(46, 52, 73, 0.6);
}

@media screen and (max-width: 500px) {
    .ser-des {
        font-size: 1.4rem;
    }
}

.ser .button {
    margin-top: 16px;
}

.ser-time-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.ser-time-item {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media only screen and (max-width: 1200px) {
    .ser-time-item {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .ser-time-item {
        font-size: 1.7rem;
    }
}

.ser-time-item.mili {
    color: #26948A;
    background-color: rgba(38, 148, 138, 0.1);
}

.ser-time-dot {
    font-size: 2.4rem;
    display: block;
    margin: 0 2px;
}

@media only screen and (max-width: 1200px) {
    .ser-time-dot {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .ser-time-dot {
        font-size: 1.7rem;
    }
}

.eva-head {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 74px;
}

.eva-head .t-heading {
    margin-bottom: 16px;
}

.eva-sub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .eva-sub {
        position: static;
        width: 770px;
        padding: 0 15px;
        margin: 0 auto;
        max-width: 100%;
        margin-top: 30px;
    }
}

.eva-slider {
    position: relative;
}

.eva-slider .swiper-pagination {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .eva-slider .swiper-pagination {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        margin-bottom: -15px;
    }
}

.eva-slider .swiper-pagination-bullet {
    background-color: transparent;
}

.eva-slider-wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    z-index: 3;
}

.eva-slider-wrap::before {
    content: '';
    position: absolute;
}

.eva-slider .swiper-pagination-bullet-active .eva-img-pagi-item {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 2px solid white;
}

.eva-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 50px;
    background-color: white;
}

@media screen and (max-width: 700px) {
    .eva-item {
        padding: 30px;
        align-items: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .eva-item {
        padding: 20px;
        flex-direction: column;
    }
}

.eva-avata {
    width: 100px;
    height: 100px;
    border-radius: 100rem;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .eva-avata {
        width: 50px;
        height: 50px;
    }
}

.eva-avata img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eva-content {
    margin-left: 30px;
    flex: 1;
}

@media screen and (max-width: 500px) {
    .eva-content {
        margin-left: 0;
        margin-top: 15px;
    }
}

.eva-content-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.eva-content-top .number {
    font-size: 6.4rem;
    line-height: 1.2;
    color: #26948A;
    font-weight: 500;
    margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .eva-content-top .number {
        font-size: 3.9rem;
    }
}

@media only screen and (max-width: 800px) {
    .eva-content-top .number {
        font-size: 2.9rem;
    }
}

.eva-start {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.eva-start img:not(:first-child) {
    margin-left: 8px;
}

.eva-poligon {
    position: absolute;
    width: 26%;
    height: 26%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .eva-poligon {
        width: 18%;
        height: 18%;
    }
}

.eva-poligon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eva-poligon-1 {
    top: -13%;
    right: -5%;
}

@media screen and (max-width: 768px) {
    .eva-poligon-1 {
        top: -9%;
        right: -5%;
    }
}

.eva-poligon-2 {
    bottom: -13%;
    left: -5%;
}

@media screen and (max-width: 768px) {
    .eva-poligon-2 {
        bottom: -9%;
        right: -5%;
    }
}

.eva-poligon-out {
    position: absolute;
    z-index: 1;
    animation: float 6s linear infinite;
}

@media screen and (max-width: 1100px) {
    .eva-poligon-out {
        display: none;
    }
}

.eva-poligon-out-1 {
    top: 10%;
    left: 0;
}

.eva-poligon-out-2 {
    top: 40%;
    left: 20%;
}

.eva-poligon-out-3 {
    top: 10%;
    right: 5%;
}

.eva-poligon-out-4 {
    bottom: 20%;
    right: 10%;
}

.eva-img-pagi {
    position: absolute;
    width: 4%;
}

.eva-img-pagi-item {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    display: block;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.eva-img-pagi-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eva-img-pagi-0 {
    top: 20%;
    left: 16%;
}

@media screen and (max-width: 1400px) {
    .eva-img-pagi-0 {
        left: 2%;
    }
}

.eva-img-pagi-1 {
    top: 50%;
    left: 10%;
    width: 6%;
}

@media screen and (max-width: 1400px) {
    .eva-img-pagi-1 {
        left: 2%;
    }
}

.eva-img-pagi-2 {
    bottom: 5%;
    left: 16%;
    width: 5%;
}

@media screen and (max-width: 1400px) {
    .eva-img-pagi-2 {
        left: 2%;
    }
}

.eva-img-pagi-3 {
    top: 20%;
    right: 16%;
}

@media screen and (max-width: 1400px) {
    .eva-img-pagi-3 {
        right: 2%;
    }
}

.eva-img-pagi-4 {
    top: 50%;
    right: 10%;
    width: 6%;
}

@media screen and (max-width: 1400px) {
    .eva-img-pagi-4 {
        right: 2%;
    }
}

.eva-img-pagi-5 {
    bottom: 5%;
    right: 16%;
    width: 5%;
}

@media screen and (max-width: 1400px) {
    .eva-img-pagi-5 {
        right: 2%;
    }
}

@media screen and (max-width: 1200px) {
    .eva-img-pagi {
        position: initial;
        width: calc(100% /6);
        padding: 0 15px;
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .eva-img-pagi {
        padding: 0 4px;
    }
}

.paper-con {
    width: calc(100vw - ((100vw - 1170px) / 2));
    max-width: 100%;
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .paper-con {
        padding-left: 15px;
    }
}

.paper-list {
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .paper-list {
        align-items: stretch;
    }
}

.paper-left {
    width: calc(100%*(3/12));
}

@media screen and (max-width: 1200px) {
    .paper-left {
        width: calc(100%*(4/12));
    }
}

@media screen and (max-width: 768px) {
    .paper-left {
        width: calc(100%*(5/12));
    }
}

@media screen and (max-width: 500px) {
    .paper-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.paper-right {
    width: calc(100%*(9/12));
}

@media screen and (max-width: 1200px) {
    .paper-right {
        width: calc(100%*(8/12));
    }
}

@media screen and (max-width: 768px) {
    .paper-right {
        width: calc(100%*(7/12));
    }
}

@media screen and (max-width: 500px) {
    .paper-right {
        width: 100%;
    }
}

.paper-slider {
    position: relative;
}

.paper-content {
    margin-right: 70px;
}

@media screen and (max-width: 1200px) {
    .paper-content {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .paper-content {
        padding-right: 15px;
    }
}

.paper-item {
    display: block;
    cursor: pointer;
}

.paper-item:hover .paper-img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.paper-img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.paper-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s ease;
}

.paper-name {
    color: #2E3449;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .paper-name {
        font-size: 1.4rem;
    }
}

.paper-control {
    position: absolute;
    left: -60px;
    bottom: 20%;
}

.paper-control-btn {
    width: fit-content;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
    transition: 0.8s ease-in-out;
}

.paper-control-btn:hover {
    transform: rotate(360deg);
}

.paper-control-btn .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #26948A;
    font-weight: 600;
}

.paper-control-btn .button-circle .circle {
    animation: none;
}

.paper-control-btn.swiper-next .button-circle {
    transform: rotate(0);
}

.paper-control-btn.swiper-next .button-circle .circle {
    animation: none;
}

.idea {
    background-color: #2E3449;
    overflow: hidden;
}

.idea-container {
    width: calc(100vw - ((100vw - 1170px) / 2));
    max-width: 100%;
    padding-left: 0;
    padding-right: 15px;
}

@media screen and (max-width: 900px) {
    .idea-container {
        padding-left: 15px;
        margin-bottom: 48px;
    }
}

.idea-container.right {
    margin-left: auto;
    padding-left: 15px;
    padding-right: 0;
}

.idea-list {
    align-items: center;
}

.idea-left {
    width: calc(100%*(5/12));
}

@media screen and (max-width: 1200px) {
    .idea-left {
        width: calc(100%*(6/12));
    }
}

@media screen and (max-width: 900px) {
    .idea-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .idea-left.first {
        order: 1;
    }
}

.idea-right {
    width: calc(100%*(7/12));
}

@media screen and (max-width: 1200px) {
    .idea-right {
        width: calc(100%*(6/12));
    }
}

@media screen and (max-width: 900px) {
    .idea-right {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .idea-right.second {
        order: 2;
    }
}

.idea-content.mg {
    margin-right: 70px;
}

@media screen and (max-width: 1200px) {
    .idea-content.mg {
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .idea-content.mg {
        padding-right: 15px;
    }
}

.idea-content-block:not(:last-child) {
    margin-bottom: 48px;
}

.idea-content .heading-line {
    opacity: 0.4;
}

.idea-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: white;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
    .idea-heading {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .idea-heading {
        font-size: 2.2rem;
    }
}

.idea-heading .icon {
    margin-right: 16px;
}

.idea-text {
    color: white;
}

.idea-img {
    display: block;
    cursor: pointer;
    padding-top: calc((625 / 500) * 100%);
    position: relative;
    overflow: hidden;
    background-color: white;
}

.idea-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.idea-img-single {
    margin-right: 170px;
    padding-top: calc((597 / 676) * 100%);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .idea-img-single {
        margin-right: 0;
    }
}

.idea-img-single img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -42%);
}

@media screen and (max-width: 1200px) {
    .idea-img-single img {
        transform: translate(-50%, -50%);
    }
}

.price-head {
    margin-bottom: 30px;
}

.price-list {
    flex-wrap: nowrap;
}

@media screen and (max-width: 1100px) {
    .price-list {
        overflow-x: auto;
    }
}

@media screen and (max-width: 768px) {
    .price-list {
        margin: 0 -5px;
    }
}

.price-item {
    width: calc(100% /3);
}

@media screen and (max-width: 1100px) {
    .price-item {
        min-width: 370px;
        max-width: 370px;
    }
}

@media screen and (max-width: 768px) {
    .price-item {
        padding: 0 5px;
    }
}

.price-box {
    background-color: white;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.16);
    padding-bottom: 30px;
}

@media screen and (max-width: 1100px) {
    .price-box {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.price-top {
    margin-bottom: 16px;
}

.price-top-text {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 1200px) {
    .price-top-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .price-top-text {
        font-size: 1.7rem;
    }
}

.price-top-text .text {
    position: relative;
    z-index: 5;
}

.price-top-text .skew {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #26948A;
    z-index: 1;
    transform: perspective(10px) rotateX(-1deg) translateY(1px);
    border-radius: 0 0 22px 22px;
}

.price-top-text .skew .curved {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 1;
}

.price-top-text .skew .curved::before {
    content: '';
    position: absolute;
    width: 255%;
    height: 255%;
    border-radius: 50%;
}

.price-top-text .skew .curved-left {
    left: -20px;
    top: 2px;
}

.price-top-text .skew .curved-left::before {
    top: 0;
    right: 0;
    box-shadow: 30px -30px 0 0 #26948A;
}

.price-top-text .skew .curved-right {
    right: -20px;
    top: 2px;
}

.price-top-text .skew .curved-right::before {
    top: 0;
    left: 0;
    box-shadow: -30px -30px 0 0 #26948A;
}

.price-top-up {
    padding: 25px 25px 0 25px;
}

.price-top-down {
    margin: 0 auto;
    padding: 0 35px 25px 35px;
    margin-top: -1px;
    width: fit-content;
}

.price-top-down-line {
    position: relative;
}

.price-top-down-line::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #26948A;
}

.price-top.first .price-top-up {
    color: #2E3449;
    background-color: #ebebed;
}

.price-top.first .price-top-down {
    color: #26948A;
}

.price-top.first .price-top-down-line::before {
    background-color: #ebebed;
}

.price-top.first .skew {
    background-color: #ebebed;
}

.price-top.first .curved-left::before {
    box-shadow: 30px -30px 0 0 #ebebed;
}

.price-top.first .curved-right::before {
    box-shadow: -30px -30px 0 0 #ebebed;
}

.price-top.second .price-top-up {
    color: white;
    background-color: #26948A;
}

.price-top.second .price-top-down {
    color: white;
}

.price-top.second .price-top-down-line::before {
    background-color: #26948A;
}

.price-top.second .skew {
    background-color: #26948A;
}

.price-top.second .curved-left::before {
    box-shadow: 30px -30px 0 0 #26948A;
}

.price-top.second .curved-right::before {
    box-shadow: -30px -30px 0 0 #26948A;
}

.price-top.third .price-top-up {
    color: white;
    background-color: #2E3449;
}

.price-top.third .price-top-down {
    color: #26948A;
}

.price-top.third .price-top-down-line::before {
    background-color: #2E3449;
}

.price-top.third .skew {
    background-color: #2E3449;
}

.price-top.third .curved-left::before {
    box-shadow: 30px -30px 0 0 #2E3449;
}

.price-top.third .curved-right::before {
    box-shadow: -30px -30px 0 0 #2E3449;
}

.price-main-list {
    padding: 0 30px;
}

.price-main-item {
    padding: 16px 0;
    text-align: center;
}

.price-main-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.popup-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.popup-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 20%;
}

.popup-content-wrap {
    padding: 48px;
    width: 55%;
}

@media screen and (max-width: 1100px) {
    .popup-content-wrap {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .popup-content-wrap {
        width: 80%;
    }
}

.popup-content-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(46, 52, 73, 0) 0%, #2E3449 100%);
}

.popup-name {
    color: white;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 500px) {
    .popup-name {
        font-size: 1.6rem;
    }
}

.popup-des {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 500px) {
    .popup-des {
        font-size: 1.4rem;
    }
}

.popup-con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.popup-slider {
    width: 100%;
    height: 100%;
}

.popup-slider .swiper {
    width: 100%;
    height: 100%;
}

.popup-slider-all {
    width: 100%;
    height: calc(100vw*(900/1728));
    position: relative;
}

@media screen and (max-width: 768px) {
    .popup-slider-all {
        height: 80vw;
    }
}

.popup-slider-main {
    width: 100%;
    height: 100%;
}

.popup-slider-main .swiper {
    width: 100%;
    height: 100%;
}

.popup-slider-sub {
    position: absolute;
    bottom: 48px;
    right: 48px;
    width: 28%;
}

@media screen and (max-width: 1400px) {
    .popup-slider-sub {
        width: 36%;
    }
}

@media screen and (max-width: 1200px) {
    .popup-slider-sub {
        bottom: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .popup-slider-sub {
        width: 42%;
    }
}

@media screen and (max-width: 768px) {
    .popup-slider-sub {
        width: 8%;
        bottom: 15px;
        top: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .popup-slider-sub {
        width: 12%;
        right: 10px;
    }
}

.popup-slider-sub .swiper {
    height: 100%;
    transform: perspective();
}

.popup-img-main {
    width: 100%;
    height: 100%;
}

.popup-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-img-sub {
    padding-top: 100%;
    position: relative;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    box-sizing: initial;
    cursor: pointer;
}

.popup-img-sub img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    top: 40px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
    transition: 0.6s ease-in-out;
}

.popup-close:hover {
    transform: rotate(360deg);
}

.popup-close .icon {
    color: white;
    font-weight: 100;
    font-size: 3rem;
}

.dg-head {
    text-align: center;
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.dg-head .t-heading {
    justify-content: center;
}

.dg-slider {
    position: relative;
}

.dg-wrap {
    position: relative;
    display: block;
}

.dg-wrap:hover .dg-img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.dg-img {
    padding-top: calc((359 / 570) * 100%);
    position: relative;
    overflow: hidden;
}

.dg-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 500px) {
    .dg-img {
        padding-top: 100%;
    }
}

.dg-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    background: rgba(38, 148, 138, 0.85);
}

@media screen and (max-width: 1200px) {
    .dg-content {
        padding: 10px;
    }
}

.dg-content-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.dg-number {
    font-size: 6.4rem;
    font-weight: 500;
    color: white;
    margin-right: 14px;
}

@media only screen and (max-width: 1200px) {
    .dg-number {
        font-size: 3.9rem;
    }
}

@media only screen and (max-width: 800px) {
    .dg-number {
        font-size: 2.9rem;
    }
}

.dg-user-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
}

.dg-star {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

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

.dg-control-btn {
    width: fit-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.8s ease-in-out;
    z-index: 10;
}

.dg-control-btn:hover {
    transform: translate(0, -50%) rotate(360deg);
}

.dg-control-btn .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #26948A;
    font-weight: 600;
}

.dg-control-btn.swiper-prev {
    left: -60px;
}

@media screen and (max-width: 1300px) {
    .dg-control-btn.swiper-prev {
        left: -10px;
    }
}

.dg-control-btn.swiper-next {
    right: -60px;
}

.dg-control-btn.swiper-next .button-circle {
    transform: rotate(0);
}

@media screen and (max-width: 1300px) {
    .dg-control-btn.swiper-next {
        right: -10px;
    }
}

.home-banner {
    height: calc(110vw*(700/1730));
    position: relative;
}

@media screen and (max-width: 1200px) {
    .home-banner {
        height: calc(110vw*(1200/1730));
    }
}

@media screen and (max-width: 500px) {
    .home-banner {
        height: calc(110vw*(1800/1730));
    }
}

@media screen and (max-width: 400px) {
    .home-banner {
        height: calc(110vw*(2600/1730));
    }
}

.home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(27.88% 68.96% at 24.41% 54.08%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.home-banner-img.main {
    height: 100%;
    width: 100%;
    position: relative;
}

.home-banner-img.main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: 3s ease-out;
}

.home-banner-img.sub {
    padding-top: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s ease;
}

.home-banner-img.sub img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-slider {
    height: 100%;
}

.home-banner-slider .swiper {
    height: 100%;
}

.home-banner-slider.main .swiper-slide.swiper-slide-active .home-banner-img.main img {
    transform: scale(1);
}

.home-banner-slider.sub {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 21%;
    height: fit-content;
}

@media screen and (max-width: 900px) {
    .home-banner-slider.sub {
        bottom: 15px;
        right: 15px;
        width: 30%;
    }
}

@media screen and (max-width: 700px) {
    .home-banner-slider.sub {
        width: 35%;
        bottom: 5px;
        right: 5px;
    }
}

@media screen and (max-width: 500px) {
    .home-banner-slider.sub {
        width: 45%;
    }
}

.home-banner-slider.sub .swiper {
    height: initial;
}

.home-banner-slider.sub .swiper-slide.swiper-slide-thumb-active .home-banner-img.sub {
    border: 1px solid #26948A;
}

.home-banner-posi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home-banner-con {
    padding: 0 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .home-banner-con {
        padding: 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .home-banner-con {
        padding: 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .home-banner-con {
        padding: 0 10px;
    }
}

.home-banner-width {
    width: calc(100% *(6/12));
}

.home-banner-width.right {
    margin-left: auto;
}

@media screen and (max-width: 1400px) {
    .home-banner-width {
        width: calc(100% *(10/12));
    }
}

@media screen and (max-width: 768px) {
    .home-banner-width {
        width: 100%;
    }
}

.home-banner-content {
    padding: 0 120px;
}

@media screen and (max-width: 900px) {
    .home-banner-content {
        padding: 0 30px;
    }
}

.home-banner-taken {
    font-family: 'SVN-Taken by Vultures', sans-serif;
    font-size: 8rem;
    line-height: 1.4;
    color: #2c487d;
    letter-spacing: 0.02em;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1200px) {
    .home-banner-taken {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .home-banner-taken {
        font-size: 4.5rem;
    }
}

.home-banner-abril {
    font-family: 'Abril Fatface', sans-serif;
    font-size: 7.2rem;
    line-height: 1.1;
    color: #2c487d;
    text-transform: uppercase;
    margin-left: 100px;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1200px) {
    .home-banner-abril {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .home-banner-abril {
        font-size: 4rem;
    }
}

@media screen and (max-width: 900px) {
    .home-banner-abril {
        margin-left: 0;
    }
}

.home-banner-abril.mg {
    margin-left: 150px;
}

@media screen and (max-width: 900px) {
    .home-banner-abril.mg {
        margin-left: 20px;
    }
}

.home-banner-text {
    margin-left: 100px;
    color:#2c487d;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 900px) {
    .home-banner-text {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .home-banner-text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 500px) {
    .home-banner-text {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 600px) {
    .commit-head .t-heading {
        font-size: 1.8rem;
    }
}

.commit-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
    .commit-list {
        margin: 0 -5px;
    }
}

.commit-item {
    width: calc(100% /2);
}

.commit-item:not(:last-child) {
    border-bottom: 1px solid rgba(38, 148, 138, 0.4);
}

.commit-item:nth-child(odd) {
    border-right: 1px solid rgba(38, 148, 138, 0.4);
}

@media screen and (max-width: 500px) {
    .commit-item {
        padding: 0 5px;
    }
}

.commit-content {
    padding: 43px 30px 30px 30px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .commit-content {
        padding: 23px 10px 10px 10px;
    }
}

.commit-content .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 7.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(38, 148, 138, 0.2);
}

@media only screen and (max-width: 1200px) {
    .commit-content .number {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .commit-content .number {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .commit-content .number {
        text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
    }
}

.commit-name {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #2E3449;
    font-weight: 700;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
    .commit-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .commit-name {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 768px) {
    .commit-name {
        font-size: 1.4rem;
        margin-bottom: 0;
        text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width: 768px) {
    .commit-des {
        font-size: 1.4rem;
        text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width: 500px) {
    .commit-des {
        font-size: 1.2rem;
    }
}

.reason {
    padding: 64px 0;
    background-color: #2E3449;
    position: relative;
}

.reason::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 50px solid transparent;
    border-right: 50px solid #26948A;
    border-bottom: 50px solid #26948A;
    border-left: 50px solid transparent;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .reason::before {
        border-top: 20px solid transparent;
        border-right: 20px solid #26948A;
        border-bottom: 20px solid #26948A;
        border-left: 20px solid transparent;
    }
}

.reason-left {
    width: calc(100%*(4/12));
}

@media screen and (max-width: 1000px) {
    .reason-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.reason-right {
    width: calc(100%*(8/12));
}

@media screen and (max-width: 1000px) {
    .reason-right {
        width: 100%;
    }
}

.reason-main {
    padding-right: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.reason-list {
    margin-bottom: -30px;
}

.reason-item {
    width: calc(100% /2);
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .reason-item {
        width: 100%;
    }
}

.reason-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}

.reason-icon {
    width: 56px;
    height: 56px;
}

@media screen and (max-width: 700px) {
    .reason-icon {
        width: 40px;
        height: 40px;
    }
}

.reason-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason-content {
    flex: 1;
    margin-left: 20px;
}

.reason-name {
    font-size: 2.4rem;
    line-height: 1.2;
    color: white;
    font-weight: 700;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
    .reason-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .reason-name {
        font-size: 1.7rem;
    }
}

.reason-des {
    color: white;
}

@media screen and (max-width: 500px) {
    .reason-des {
        font-size: 1.4rem;
    }
}

.as {
    background: #F8F8F8;
    position: relative;
}

.as.white {
    background-color: white;
}

.as::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 50px solid #26948A;
    border-right: 50px solid #26948A;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .as::before {
        border-top: 20px solid #26948A;
        border-right: 20px solid #26948A;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
    }
}

.as-list {
    margin-bottom: -30px;
}

.as-item {
    width: calc(100% /5);
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .as-item {
        width: calc(100%/3);
    }
}

@media screen and (max-width: 500px) {
    .as-item {
        width: calc(100% /2);
    }
}

.as-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.as-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .as-icon {
        width: 40px;
        height: 40px;
    }
}

.as-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 100rem;
    background-color: rgba(38, 148, 138, 0.5);
    filter: blur(50px);
}

.as-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.as-number {
    font-size: 5.6rem;
    line-height: 1.2;
    color: #26948A;
    font-weight: 700;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
    .as-number {
        font-size: 5.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .as-number {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .as-number {
        font-size: 3rem;
    }
}

.as-des {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .as-des {
        font-size: 1.4rem;
    }
}

.process {
    position: relative;
}

.process-br {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    opacity: 0.9;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media screen and (max-width: 768px) {
    .process-br {
        width: 100%;
    }
}

.process-br img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.process-head {
    margin-bottom: 40px;
}

.process-slider {
    margin-bottom: 110px;
}

.process-slider .swiper {
    padding: 30px;
    margin: -30px;
    margin-bottom: 30px;
}

.process-slider .swiper-slide:not(:last-child) .process-box::before {
    content: '';
    position: absolute;
    left: 100%;
    width: 120%;
    border: 1px dotted rgba(0, 0, 0, 0.4);
}

.process-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-item.active .process-box {
    background-color: #26948A;
}

.process-item.active .process-icon .icon {
    filter: brightness(0) invert(1);
}

.process-item.active .process-name {
    color: #26948A;
}

.process-box {
    width: 164px;
    height: 164px;
    border-radius: 100rem;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
    background-color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 24px;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .process-box {
        width: 100px;
        height: 100px;
    }
}

.process-icon {
    width: 56px;
    height: 56px;
}

@media screen and (max-width: 1100px) {
    .process-icon {
        width: 40px;
        height: 40px;
    }
}

.process-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.process-name {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #2E3449;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .process-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .process-name {
        font-size: 1.7rem;
    }
}

.process-line {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
}

.process-line::before {
    content: '';
    position: absolute;
    width: 14.5%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #26948A;
}

.dv-head {
    margin-bottom: 30px;
}

.dv-slider {
    width: 100%;
    height: 100%;
}

.dv-slider .swiper {
    width: 100%;
    height: 100%;
}

.dv-slider-all {
    width: 100%;
    height: calc(100vw*(900/1728));
    position: relative;
}

@media screen and (max-width: 1600px) {
    .dv-slider-all {
        height: calc(100vw*(1400/1728));
    }
}

@media screen and (max-width: 1100px) {
    .dv-slider-all {
        height: 100vw;
    }
}

@media screen and (max-width: 500px) {
    .dv-slider-all {
        height: 140vw;
    }
}

.dv-slider-main {
    width: 100%;
    height: 100%;
}

.dv-slider-main .swiper {
    width: 100%;
    height: 100%;
}

.dv-slider-sub {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 40%;
    width: 5.6%;
}

@media screen and (max-width: 1600px) {
    .dv-slider-sub {
        width: 9.6%;
    }
}

@media screen and (max-width: 1100px) {
    .dv-slider-sub {
        width: 11.6%;
    }
}

@media screen and (max-width: 500px) {
    .dv-slider-sub {
        width: 16.6%;
        top: 10px;
        left: 10px;
    }
}

.dv-slider-sub .swiper {
    height: 100%;
    transform: perspective();
}

.dv-slider-sub .swiper-slide.swiper-slide-thumb-active .dv-img-sub {
    border: 2px solid white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dv-img-main {
    width: 100%;
    height: 100%;
    position: relative;
}

.dv-img-main .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1100px) {
    .dv-img-main .img {
        background-position: 50% -50%;
        background-size: cover;
    }
}

.dv-img-sub {
    padding-top: calc((72 / 96) * 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: initial;
    border: 2px solid transparent;
    transition: 0.1s ease-in-out;
}

.dv-img-sub img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dv-posi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
}

.dv-posi .btn-esp-line {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    margin-bottom: -1px;
}

.dv-posi .btn-esp-line::before {
    background-color: rgba(38, 148, 138, 0.9);
}

.dv-posi .btn-esp-line .btn-esp::before {
    background-color: rgba(38, 148, 138, 0.9);
}

.dv-posi .btn-esp-line .curved-left::before {
    box-shadow: 30px 30px 0 0 rgba(38, 148, 138, 0.9);
}

.dv-posi .btn-esp-line .curved-right::before {
    box-shadow: -30px 30px 0 0 rgba(38, 148, 138, 0.9);
}

.dv-wrap {
    height: 100%;
    max-height: 100%;
    background-color: rgba(38, 148, 138, 0.9);
    overflow-y: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.dv-wrap::-webkit-scrollbar {
    width: 3px;
}

.dv-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dv-wrap::-webkit-scrollbar-thumb {
    background: #2E3449;
}

.dv-wrap::-webkit-scrollbar-thumb:hover {
    background: #2E3449;
}

.dv-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .dv-con {
        padding: 30px 15px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1200px) {
    .dv-con {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 500px) {
    .dv-con {
        padding: 15px;
    }
}

@media screen and (max-width: 600px) {
    .dv-side {
        padding-bottom: 50px;
    }
}

.dv-left {
    width: calc(100%*(7/12));
}

@media screen and (max-width: 800px) {
    .dv-left {
        width: calc(100%*(8/12));
    }
}

@media screen and (max-width: 600px) {
    .dv-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.dv-left-content {
    margin-right: 160px;
}

@media screen and (max-width: 1200px) {
    .dv-left-content {
        margin-right: 0;
    }
}

@media screen and (max-width: 800px) {
    .dv-left .t-heading {
        font-size: 1.8rem;
    }
}

.dv-right {
    width: calc(100%*(5/12));
}

@media screen and (max-width: 800px) {
    .dv-right {
        width: calc(100%*(4/12));
    }
}

@media screen and (max-width: 600px) {
    .dv-right {
        width: 100%;
    }
}

.dv-right-list {
    margin-bottom: 40px;
}

.dv-right-item {
    width: calc(100%/2);
}

@media screen and (max-width: 800px) {
    .dv-right-item {
        width: 100%;
    }
    .dv-right-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.dv-right-title {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.dv-right-content {
    margin-right: 100px;
}

@media screen and (max-width: 1200px) {
    .dv-right-content {
        margin-right: 0;
    }
}

.dv-right .button {
    margin-left: auto;
}

.dv-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: white;
}

.dv-text:not(:last-child) {
    margin-bottom: 12px;
}

.dv-text span {
    min-width: 130px;
}

.dv-text .icon {
    width: 16px;
    height: 16px;
    border-radius: 100rem;
    margin-right: 14px;
    transition: 0.6s ease-in-out;
}

.dv-text.link {
    transition: 0.3s ease-in-out;
}

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

.dv-text.link:hover .icon {
    transform: rotate(360deg);
}

@media screen and (max-width: 800px) {
    .dv-text {
        font-size: 1.4rem;
    }
}

.dv-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.dv-control.second {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1400px) {
    .dv-control.second {
        justify-content: flex-end;
    }
}

.dv-control-posi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 10;
    pointer-events: none;
}

@media screen and (max-width: 1100px) {
    .dv-control-posi {
        bottom: 50%;
    }
}

.dv-control-posi.second {
    height: 45%;
}

@media screen and (max-width: 1400px) {
    .dv-control-posi.second {
        height: 10%;
        bottom: 45%;
    }
}

.dv-control-con {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dv-control-btn {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    background-color: rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    pointer-events: visible;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .dv-control-btn {
        background-color: white;
    }
}

@media screen and (max-width: 500px) {
    .dv-control-btn {
        width: 30px;
        height: 30px;
    }
}

.dv-control-btn:hover {
    background-color: white;
}

.dv-control-btn:not(:first-child) {
    margin-left: 8px;
}

.dv-control-btn .icon {
    color: #26948A;
    font-weight: 300;
    font-size: 2.4rem;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
    .dv-control-btn .icon {
        font-size: 1.8rem;
    }
}

.dv-control-btn.second {
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
    .dv-control-btn.second {
        background-color: white;
    }
}

.dv-control-btn.second.swiper-next {
    margin-right: -80px;
}

@media screen and (max-width: 1400px) {
    .dv-control-btn.second.swiper-next {
        margin-right: 0;
    }
}

.dv-control-btn.second.swiper-prev {
    margin-left: -80px;
}

@media screen and (max-width: 1400px) {
    .dv-control-btn.second.swiper-prev {
        margin-left: 0;
    }
}

.write-head {
    margin-bottom: 30px;
}

.write-menu {
    padding: 24px;
    background-color: rgba(38, 148, 138, 0.4);
    margin-bottom: 24px;
}

.write-menu-title {
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.write-menu-item {
    display: block;
    padding-left: 24px;
    color: #000000;
    position: relative;
}

@media screen and (max-width: 500px) {
    .write-menu-item {
        padding-left: 12px;
    }
}

.write-menu-item::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 5px;
    height: 5px;
    border-radius: 100rem;
    background-color: #000000;
}

@media screen and (max-width: 500px) {
    .write-menu-item::before {
        left: 0px;
    }
}

.contact {
    position: relative;
    overflow: hidden;
}

.contact-head {
    margin-bottom: 30px;
}

.contact-form {
    width: calc(100%*(8/12));
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 700px) {
    .contact-form {
        width: 100%;
    }
}

.contact-input {
    height: 48px;
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0 16px;
}

.contact-input.area {
    height: initial;
    padding: 12px 16px;
}

.contact-input:focus {
    border: 1px solid #26948A;
}

.contact-input-number {
    position: relative;
}

.contact-input-number input {
    padding: 0 16px 0 62px;
}

.contact-input-number .number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.contact-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 6px;
    background-color: #26948A;
    transition: 0.3s ease-in-out;
}

.contact-btn:hover {
    background-color: #2E3449;
}

.contact-btn .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.contact-btn .text {
    font-size: 1.4rem;
    color: white;
    font-weight: 700;
}

.contact-br {
    position: absolute;
    width: 61%;
    bottom: -15%;
    right: 0;
    z-index: -2;
}

@media screen and (max-width: 1600px) {
    .contact-br {
        bottom: -10%;
    }
}

@media screen and (max-width: 1300px) {
    .contact-br {
        bottom: -5%;
    }
}

@media screen and (max-width: 1100px) {
    .contact-br {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .contact-br {
        width: 100%;
    }
}

.contact-br-img {
    padding-top: calc((767/1055)*100%);
    position: relative;
}

.contact-br-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-retangle {
    position: absolute;
    z-index: -1;
}

.contact-retangle .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-retangle-1 {
    top: 10%;
    left: -1%;
    width: 144px;
    height: 144px;
}

@media screen and (max-width: 1200px) {
    .contact-retangle-1 {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 500px) {
    .contact-retangle-1 {
        width: 30px;
        height: 30px;
    }
}

.contact-retangle-2 {
    bottom: 43%;
    left: 14%;
    width: 42px;
    height: 42px;
}

@media screen and (max-width: 1200px) {
    .contact-retangle-2 {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 500px) {
    .contact-retangle-2 {
        width: 10px;
        height: 10px;
    }
}

.contact-retangle-3 {
    top: 13%;
    right: 36%;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1200px) {
    .contact-retangle-3 {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .contact-retangle-3 {
        width: 25px;
        height: 25px;
    }
}

.contact-retangle-4 {
    bottom: 39%;
    right: 28%;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1200px) {
    .contact-retangle-4 {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .contact-retangle-4 {
        width: 25px;
        height: 25px;
    }
}

.contact-retangle-5 {
    bottom: 5%;
    right: 12%;
    width: 41px;
    height: 41px;
}

@media screen and (max-width: 1200px) {
    .contact-retangle-5 {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 500px) {
    .contact-retangle-5 {
        width: 10px;
        height: 10px;
    }
}

.contact-retangle-6 {
    width: 105px;
    height: 105px;
    right: 0;
    top: 10%;
}

@media screen and (max-width: 1200px) {
    .contact-retangle-6 {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 500px) {
    .contact-retangle-6 {
        width: 30px;
        height: 30px;
    }
}

.advise-list.bd {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.advise-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}

.advise-item:not(:last-child) {
    margin-bottom: 24px;
}

.advise-img {
    display: block;
    width: 26%;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .advise-img {
        width: 30%;
    }
}

.advise-img-pd {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.advise-img-pd:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.advise-img-pd img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.advise-img-mini {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.advise-img-mini:hover img {
    transform: scale(1.05);
}

.advise-img-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.advise-content {
    flex: 1;
    margin-left: 30px;
}

@media screen and (max-width: 500px) {
    .advise-content {
        margin-left: 16px;
    }
}

.advise-content.sidebar {
    margin-left: 16px;
}

.advise-name {
    display: block;
    line-height: 1.4;
    font-weight: 700;
    cursor: pointer;
    color: #2E3449;
    margin-bottom: 8px;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.advise-name:hover {
    color: #26948A;
}

.advise-des {
    color: rgba(46, 52, 73, 0.6);
    margin-bottom: 16px;
}

@media screen and (max-width: 500px) {
    .advise-des {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.advise-block {
    margin-bottom: 30px;
}

.advise-banner {
    margin-bottom: 48px;
}

.advise-banner-img {
    padding-top: calc((608 / 1170) * 100%);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .advise-banner-img {
        padding-top: 70%;
    }
}

.advise-banner-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advise-banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.advise-banner-posi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.advise-banner-con {
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advise-banner-text {
    font-size: 3.2rem;
    line-height: 1.2;
    color: white;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .advise-banner-text {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .advise-banner-text {
        font-size: 2.2rem;
    }
}

.advise-img-first {
    padding-top: calc((433 / 770) * 100%);
    position: relative;
    overflow: hidden;
}

.advise-img-first img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advise-img-second {
    padding-top: calc((513 / 770) * 100%);
    position: relative;
    overflow: hidden;
}

.advise-img-second img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-slider {
    position: relative;
    padding: 30px 68px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .text-slider {
        padding: 68px 0 100px 0;
    }
}

.text-slider .text {
    display: block;
    color: #2E3449;
    transition: 0.3s ease-in-out;
}

.text-slider .text:hover {
    color: #26948A;
}

.text-slider .swiper-slide:nth-child(odd) .text {
    text-align: left;
}

.text-slider .swiper-slide:nth-child(even) .text {
    text-align: right;
}

.text-slider .text-btn {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    background-color: rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}

.text-slider .text-btn:hover {
    background-color: white;
    cursor: pointer;
}

.text-slider .text-btn .icon {
    font-size: 2.4rem;
    font-weight: 300;
    color: #26948A;
}

@media only screen and (max-width: 1200px) {
    .text-slider .text-btn .icon {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .text-slider .text-btn .icon {
        font-size: 1.7rem;
    }
}

.text-slider .text-btn.swiper-prev {
    left: 0;
}

@media screen and (max-width: 768px) {
    .text-slider .text-btn.swiper-prev {
        top: initial;
        bottom: 15px;
        right: 60px;
        left: initial;
        transform: translate(0, 0);
    }
}

.text-slider .text-btn.swiper-next {
    right: 0;
}

@media screen and (max-width: 768px) {
    .text-slider .text-btn.swiper-next {
        top: initial;
        bottom: 15px;
        right: 15px;
        transform: translate(0, 0);
    }
}

.lienhe-map {
    height: calc(100vw*(430/1728));
}

@media screen and (max-width: 1200px) {
    .lienhe-map {
        height: 50vw;
    }
}

@media screen and (max-width: 500px) {
    .lienhe-map {
        height: 80vw;
    }
}

.lienhe-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lienhe-left {
    width: calc(100%*(4/12));
}

@media screen and (max-width: 900px) {
    .lienhe-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.lienhe-right {
    width: calc(100%*(8/12));
}

@media screen and (max-width: 900px) {
    .lienhe-right {
        width: 100%;
    }
}

.lienhe-content .t-heading {
    display: block;
}

.lienhe-content .text {
    color: rgba(46, 52, 73, 0.6);
    margin-bottom: 24px;
}

.lienhe-mxh {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.lienhe-mxh-link {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.lienhe-mxh-link:hover {
    transform: translateY(-3px);
}

.lienhe-mxh-link:not(:first-child) {
    margin-left: 8px;
}

.lienhe-mxh-link .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lienhe-main-list {
    margin-bottom: -30px;
}

.lienhe-main-item {
    width: calc(100% /2);
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .lienhe-main-item {
        width: 100%;
    }
}

.lienhe-main-img {
    padding-top: calc((220 / 370) * 100%);
    position: relative;
    overflow: hidden;
}

.lienhe-main-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lienhe-main-content {
    margin-top: 24px;
}

.lienhe-main-name {
    display: block;
    color: #2E3449;
    margin-bottom: 8px;
}

.lienhe-main-text {
    color: #2E3449;
    transition: 0.3s ease-in-out;
}

.lienhe-main-text.link {
    cursor: pointer;
}

.lienhe-main-text.link:hover {
    color: #26948A;
}

.who-head {
    margin-bottom: 30px;
}

.who-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .who-list {
        margin: 0 -2px;
        margin-bottom: -20px;
    }
}

.who-item {
    width: calc(100%/3);
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .who-item {
        width: calc(100% /2);
    }
}

@media screen and (max-width: 500px) {
    .who-item {
        padding: 0 2px;
        margin-bottom: 20px;
    }
}

.who-img {
    padding-top: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.who-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.who-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease-in-out;
}

.who-content {
    margin-top: 30px;
}

@media screen and (max-width: 1100px) {
    .who-content {
        margin-top: 10px;
    }
}

.who-name {
    color: #2E3449;
    margin-bottom: 8px;
    transition: 0.3s ease-in-out;
}

.who-name:hover {
    color: #26948A;
}

@media screen and (max-width: 500px) {
    .who-name {
        font-size: 1.4rem;
    }
}

.who-des {
    color: rgba(46, 52, 73, 0.6);
}

@media screen and (max-width: 500px) {
    .who-des {
        font-size: 1.3rem;
    }
}

.ht-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .ht-list {
        margin: 0 -2px;
        margin-bottom: -20px;
    }
}

.ht-item {
    width: calc(100% /2);
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .ht-item {
        padding: 0 2px;
        margin-bottom: 20px;
    }
}

.ht-img {
    padding-top: calc((358 / 570) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.ht-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.ht-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.ht-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 80px solid transparent;
    border-right: 80px solid #26948A;
    border-bottom: 80px solid #26948A;
    border-left: 80px solid transparent;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .ht-img::before {
        border-top: 30px solid transparent;
        border-right: 30px solid #26948A;
        border-bottom: 30px solid #26948A;
        border-left: 30px solid transparent;
    }
}

@media screen and (max-width: 500px) {
    .ht-img::before {
        border-top: 10px solid transparent;
        border-right: 10px solid #26948A;
        border-bottom: 10px solid #26948A;
        border-left: 10px solid transparent;
    }
}

.ht-content {
    margin-top: 30px;
}

@media screen and (max-width: 500px) {
    .ht-content {
        margin-top: 10px;
    }
}

.ht-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1200px) {
    .ht-name {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .ht-name {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 500px) {
    .ht-name {
        font-size: 1.4rem;
    }
}

.ht-des {
    color: rgba(46, 52, 73, 0.6);
    margin-bottom: 16px;
}

@media screen and (max-width: 500px) {
    .ht-des {
        font-size: 1.3rem;
    }
}

.emp-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .emp-list {
        margin: 0 -2px;
        margin-bottom: -4px;
    }
}

.emp-item {
    width: calc(100% /3);
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    .emp-item {
        width: calc(100% /2);
    }
}

@media screen and (max-width: 500px) {
    .emp-item {
        padding: 0 2px;
        margin-bottom: 4px;
    }
}

.emp-img {
    display: block;
    padding-top: calc((444 / 370) * 100%);
    position: relative;
    overflow: hidden;
}

.emp-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.emp-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease-in-out;
}

.emp-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 30px;
    background-color: rgba(38, 148, 138, 0.9);
}

@media screen and (max-width: 1200px) {
    .emp-content {
        padding: 15px;
    }
}

.emp-name {
    color: white;
    margin-bottom: 8px;
}

@media screen and (max-width: 500px) {
    .emp-name {
        font-size: 1.4rem;
    }
}

.emp-des {
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .emp-des {
        font-size: 1.3rem;
    }
}

.dn-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.dn-left {
    width: calc(100%*(7/12));
}

@media screen and (max-width: 1100px) {
    .dn-left {
        width: 100%;
        order: 2;
    }
}

.dn-right {
    width: calc(100%*(5/12));
}

@media screen and (max-width: 1100px) {
    .dn-right {
        width: 100%;
        order: 1;
    }
}

.dn-img {
    padding-top: calc((432 / 688) * 100%);
    position: relative;
    overflow: hidden;
    overflow: initial;
}

.dn-img .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dn-line {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 63%;
    height: 70%;
    z-index: 1;
}

.dn-line .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .dn-line {
        top: -10px;
        left: -10px;
    }
}

.dn-content-head {
    padding: 16px 40px;
    background-color: #26948A;
    position: relative;
}

.dn-content-head::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 24px;
    background-color: #26948A;
    transform: skewY(-40deg) translateY(10px);
}

.dn-content-head .text {
    font-size: 1.8rem;
    line-height: 1.2;
    color: white;
    font-weight: 700;
}

.dn-content-body {
    padding: 24px 40px 50px 40px;
    background: #F8F8F8;
}

@media screen and (max-width: 500px) {
    .dn-content-body {
        padding: 20px 20px 30px 20px;
    }
}

.dn-text {
    color: rgba(46, 52, 73, 0.6);
}

.evaluate-head {
    text-align: center;
    margin-bottom: 40px;
}

.evaluate-head .t-heading {
    justify-content: center;
}

.evaluate-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .evaluate-list {
        margin: 0 -5px;
        margin-bottom: -10px;
    }
}

.evaluate-item {
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .evaluate-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

.evaluate-item-2 {
    width: calc(100% /2);
}

.evaluate-img {
    padding-top: calc((661 / 570) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

.evaluate-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.evaluate-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}


/* =============================== 06/12/2024*/
.main:has(.bnSlider) {
    overflow: hidden !important;
} 


.absolute-footer, html {
    background-color: #2E3449 !important;
}
.footer-author-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
}
.header-wrapper {
  /*  width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px; */
}

header#header:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #2E3449;
}

.flex-col.hide-for-medium.flex-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 50px;
    padding: 0 50px;
    height: 100%;
    background-color: #2E3449;
    position: relative;
    border-radius: 0 0 20px 20px;
}

.flex-col.hide-for-medium.flex-left.flex-grow {
    flex: 1;
    margin-left: 64px;
    position: relative;
}

.flex-col.hide-for-medium.flex-right:before {
    border-left: 20px solid transparent;
    border-top: 81px solid #2E3449;
    left: -18px;
}
.flex-col.hide-for-medium.flex-right:before, .flex-col.hide-for-medium.flex-right:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
}
.flex-col.hide-for-medium.flex-right:after {
    border-right: 20px solid transparent;
    border-top: 81px solid #2E3449;
    right: -18px;
}
.header-inner.flex-row.container {
    width: 100%;
    max-width: 1200px !important;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.header-wrapper.stuck .header-inner.flex-row.container{display:none !important}
.header-bottom {
    background: transparent;
}
.header.show-on-scroll, .stuck .header-main {
   display:none !important;
}
.header-bottom {
    background: transparent ! IMPORTANT;
}
.nav-img {
    display: inline-block;
    width: 100%;
    padding-top: 18px;
}
 .nav-img .icon {
    width: 55px;
    border-right: 1px solid #ddd;
    display: inline-block;
    float: left;
    padding-right: 8px;
}
 .nav-img .nav-icon {
    width: calc(100% - 55px);
    display: inline-block;
    float: right;
    padding-left: 13px;
}

.nav-icon .title-1 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-align: left;
    line-height: 44px;
}

.video-wapper {
    max-width: 1200px;
    margin: auto;
}
#banner-full img {width:100% !important}

#h2-banner h2.elementor-heading-title.elementor-size-default {
    margin: 0;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 22px;
    padding-top: 37px;
    color: #000;
}

.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .variable-item-contents .variable-item-span {display:none !important}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] li {border-radius:50% !important}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-do-dam{
    background: #7A1D1A;
}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-xanh-duong{
    background: #224CA1
}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-vang-kem{
    background:#F2F2CA
}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-xam-long-chuot{background:#414050}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-nau-dat{background:#4E2D1F}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-xanh-reu{background: #20533C;}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-cement{background: #CACFD3;}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-trang-su{background: #E1E6EA;}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-xanh-tim-than{background: #101F5F;}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-xanh-duong-tim{background: #343090;}
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_mau"] .button-variable-item.button-variable-item-xanh-ngoc{background: #BFE0D1;}


@media screen and (min-width: 769px) {
    div#product-sidebar {
    order: 1;
}

.product-info {
    order: 3;
}

.product-gallery.col.large-6 {
    order: 2;
}
}

.callout.badge.badge-circle {
    display: none;
}

.callout.badge.badge-circle {
    display: none;
}

.hide-for-off-canvas {
    display: none;
}
.flex-col.hide-for-medium.flex-right:after,
.flex-col.hide-for-medium.flex-right:before,
.header-sample:before,.header-sample:after,.header-sample:before,
.header-sample:after,
.flex-col.hide-for-medium.flex-right:before {
    border-top: 81px solid #db3237;
}
.header-sample,
.header-main::before,
.flex-col.hide-for-medium.flex-right {
    background-color: #db3237;

}
.header-sample .curved-left::before,
.header-sample .curved-right::before {
    box-shadow: 30px -30px 0 0 #db3237;
}

footer#footer {
    background: #224981;
}
.we-head-text,
.paper-name,.commit-des,t-heading mb-16,
.t-heading.m-nor,.orther-right-item,.commit-name,.home-banner-abril,.home-banner-taken,
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #2c487d !important;
}

footer#footer,
.orther-contact-wrap {
    background-color: #2c487d !important;
}

/* mau do */
.orther-text .icon,.we-head-text.mona-content strong,
.t-taken {
    color: #c73834;

}


.btn-esp-line::before,.btn-esp::before,
.btn-esp::before{
background-color: #c73834;
}
.c-pri,
.commit-content .number {
    color: rgba(199, 56, 52, 0.2);
}
.dg-content {

    background: rgba(199, 56, 52, 0.85);
}

